File: README

package info (click to toggle)
cstocs 1%3A3.44-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: perl: 725; makefile: 5
file content (86 lines) | stat: -rw-r--r-- 2,582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86

			-----------------------
				Cstools
			-----------------------

	Tools for dealing with Czech texts in Perl. I will be glad
	if anybody suggests to make these methods more general,
	including more languages and/or charsets. Maybe we should put
	these into the Convert:: namespace?

Readme pro distribuci Cstools:

	V tomto balku jsou moduly, kter mohou bt uiten pi prci
	s eskmi (a slovenskmi) texty v Perlu.

	Modul Cz::Cstocs:

		Objekt, pomoc nho je mono konvertovat mezi
		znakovmi sadami bez nutnosti vnjho programu -- bu
		formou objektovou, nebo pmmi konverznmi funkcemi.
		Jednou ze znakovch sad je i sada tex, tedy nap. \v{c}.
		
	Program cstocs:

		Tato verze konverzho programu cstocs je zaloena na
		ve uvedenm modulu. Provd pevody kdovn nad
		danmi soubory nebo nad standardnm vstupem.

	Modul Cz::Sort:

		Implementuje typrchodov esk tdn, nezvisl
		na pouitch locales. Exportuje funkce czcmp a czsort,
		kter pracuj podobn jako perlovsk vestavn cmp a sort.


Readme file for Cstools distribution:

	This package includes modules that are usefull when dealing
	with Czech (and Slovak) texts in Perl.

	Module Cz::Cstocs:

		Implements object for various charset encodings, used
		for the Czech language -- either as objects, or as
		direct conversion functions. One of the charsets is
		tex for things like \v{c}.
	
	Program cstocs:

		This version of popular charset reencoding utility
		uses the above mentioned module to convert text
		between various charsets.

	Module Cz::Sort:

		Sorts according to Czech sorting conventions, regardless
		on locale setting. Exports functions czcmp and czsort
		which can be used in similar way as as Perl's internals
		cmp and sort.

Installation:
	Download the tar.gz, unpack it, change to the Cstools-*
	directory. Then do

		perl Makefile.PL
		make
		make test
		make install

	or you can use CPAN module and just type "install Cz::Cstocs".

Ideas, bug reports:
	Any comments or bug reports concerning this module can be send
	to my e-mail address. Sending message to clpm is OK but send
	a copy to me since I might miss your post. Please provide as
	much information as possible, including version of Perl and
	this module, and mention "Cstocs" in the Subject -- it will
	help me solve the problem faster.

Available:
	From your favorite CPAN site in the authors/id/JANPAZ/ directory.
	
Copyright: (c) 1997--2002 Jan Pazdziora. All rights
	reserved. This library is free software; you can redistribute
	it and/or modify it under the same terms as Perl itself.