NAME
Encode::HanExtra - Extra sets of Chinese encodings
VERSION
This document describes version 0.02 of Encode::HanExtra, released March 4, 2002.
SYNOPSIS
use Encode::HanExtra; # needs perl 5.7.2 or better
use encoding 'euc-tw'; # or gb18030, or big5plus...
DESCRIPTION
Perl 5.7.3 and later ships with an adequate set of Chinese encodings, including the most used CP950
, CP936
, Big5
, Big5-HKSCS
, EUC-CN
, GBK
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.
ENCODINGS
This version includes the following encoding tables:
- EUC-TW
-
The EUC transport version of
CNS11643
(planes 1-7), the comprehensive character set used by the Taiwan government. - GB18030
-
An extension to GBK, this encoding lists most Han characters (both simplified and traditional), as well as some other encodings used by other peoples in China.
- BIG5PLUS
-
This encoding, while not heavily used, is an attempt to bring all Taiwan's conflicting internal-use encodings together, and fit it as an extension to the widely-deployed Big5 range.
NOTES
If you are looking for ways to transliterate between Simplified and Traditional Chinese (instead of mapping them lossily via unicode), please take a look at Encode::HanConvert.
Please send me suggestions if you want to see the following encodings added: BIG5E
, BIG5-GCCS
, GB-GCCS
, CCCII
. Other suggestions are welcome, too.
SEE ALSO
ACKNOWLEDGEMENTS
Thanks to the Some of the maps here are generated from GNU libiconv's test files, with kind permission from Bruno Haible. The compile and encode.h are lifted from the Encode distribution, which is part of the standard perl distribution.
AUTHORS
Autrijus Tang <autrijus@autrijus.org>
COPYRIGHT
Copyright 2002 by Autrijus Tang <autrijus@autrijus.org>.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
See http://www.perl.com/perl/misc/Artistic.html
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 64:
You forgot a '=back' before '=head1'