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

..03-May-2022-

ChangesH A D31-Oct-1999540 1611

Charset.pmH A D31-Oct-199916.8 KiB445205

MANIFESTH A D17-Oct-199955 76

Makefile.PLH A D17-Oct-1999336 107

READMEH A D31-Oct-1999623 2415

test.plH A D16-Oct-1999664 215

README

1Lingua::RU::Charset - Perl extension for detecting and converting
2various russian character sets: KOI8-r, Windows-1251, CP866, ISO-8859-5,
3X-Mac-Cyrillic, russian text in english letters, russian part of Unicode
4and UTF-8. This module can be especially useful for computers with broken
5cyrillic locales (like foreign web hosts).
6
7This module does not use locale or unicode and is written in pure Perl,
8so it will probably work at any computer.
9
10You can install this module as usual:
11
12    perl Makefile.PL
13
14-OR-
15
16    perl Makefile.PL PREFIX=/home/alex
17
18-AND THEN-
19
20    make
21    make test
22    make install
23
24