aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Encode-HanExtra/pkg-descr
blob: de23addb46b344508b59d11583c4f485b44e0637 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
including the commonly used CP950, CP936 (also known as GBK), Big5
(alias for Big5-Eten), Big5-HKSCS, EUC-CN, HZ, and ISO-IR-165.

However, the numbers of Chinese encodings are staggering, and a complete
coverage will easily increase the size of perl distribution by several
megabytes; hence, this CPAN module tries to provide the rest of them.

If you are using perl 5.8 or later, Encode::CN and Encode::TW will
automatically load the extra encodings for you, so there's no need to
explicitly write use Encode::HanExtra if you are using one of them already.

WWW: http://search.cpan.org/dist/Encode-HanExtra/