• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Cz/H13-Apr-2019-4,1623,720

bin/H13-Apr-2019-538395

t/H07-May-2022-453326

ChangesH A D13-Apr-20195.9 KiB227135

Cstools.specH A D13-Apr-20192.6 KiB9671

Cstools.spec.distH A D09-Apr-20192.6 KiB9671

MANIFESTH A D09-Apr-2019774 3837

META.jsonH A D13-Apr-2019788 3837

META.ymlH A D13-Apr-2019476 2221

Makefile.PLH A D13-Apr-20191,015 4735

READMEH A D09-Apr-20192.5 KiB8760

README

1
2			-----------------------
3				Cstools
4			-----------------------
5
6	Tools for dealing with Czech texts in Perl. I will be glad
7	if anybody suggests to make these methods more general,
8	including more languages and/or charsets. Maybe we should put
9	these into the Convert:: namespace?
10
11Readme pro distribuci Cstools:
12
13	V tomto bal�ku jsou moduly, kter� mohou b�t u�ite�n� p�i pr�ci
14	s �esk�mi (a slovensk�mi) texty v Perlu.
15
16	Modul Cz::Cstocs:
17
18		Objekt, pomoc� n�ho� je mo�no konvertovat mezi
19		znakov�mi sadami bez nutnosti vn�j��ho programu -- bu�
20		formou objektovou, nebo p��m�mi konverzn�mi funkcemi.
21		Jednou ze znakov�ch sad je i sada tex, tedy nap�. \v{c}.
22
23	Program cstocs:
24
25		Tato verze konverz�ho programu cstocs je zalo�ena na
26		v��e uveden�m modulu. Prov�d� p�evody k�dov�n� nad
27		dan�mi soubory nebo nad standardn�m vstupem.
28
29	Modul Cz::Sort:
30
31		Implementuje �ty�pr�chodov� �esk� t��d�n�, nez�visl�
32		na pou�it�ch locales. Exportuje funkce czcmp a czsort,
33		kter� pracuj� podobn� jako perlovsk� vestav�n� cmp a sort.
34
35
36Readme file for Cstools distribution:
37
38	This package includes modules that are usefull when dealing
39	with Czech (and Slovak) texts in Perl.
40
41	Module Cz::Cstocs:
42
43		Implements object for various charset encodings, used
44		for the Czech language -- either as objects, or as
45		direct conversion functions. One of the charsets is
46		tex for things like \v{c}.
47
48	Program cstocs:
49
50		This version of popular charset reencoding utility
51		uses the above mentioned module to convert text
52		between various charsets.
53
54	Module Cz::Sort:
55
56		Sorts according to Czech sorting conventions, regardless
57		on locale setting. Exports functions czcmp and czsort
58		which can be used in similar way as as Perl's internals
59		cmp and sort.
60
61Installation:
62	Download the tar.gz, unpack it, change to the Cstools-*
63	directory. Then do
64
65		perl Makefile.PL
66		make
67		make test
68		make install
69
70	or you can use CPAN module and just type "install Cz::Cstocs".
71
72Ideas, bug reports:
73	Any comments or bug reports concerning this module can be send
74	to my e-mail address. Sending message to clpm is OK but send
75	a copy to me since I might miss your post. Please provide as
76	much information as possible, including version of Perl and
77	this module, and mention "Cstocs" in the Subject -- it will
78	help me solve the problem faster.
79
80Available:
81	From your favorite CPAN site in the authors/id/JANPAZ/ directory.
82
83Copyright: (c) 1997--2002 Jan Pazdziora. All rights
84	reserved. This library is free software; you can redistribute
85	it and/or modify it under the same terms as Perl itself.
86
87