From: Jarkko Hietaniemi Date: Mon, 4 Mar 2002 15:23:35 +0000 (+0000) Subject: Encode doc tweak from Autrijus Tang. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a67efb5be995bb44472ea9a442b3cdc2507c9899;p=p5sagit%2Fp5-mst-13.2.git Encode doc tweak from Autrijus Tang. p4raw-id: //depot/perl@14998 --- diff --git a/ext/Encode/Encode.pm b/ext/Encode/Encode.pm index 89438fd..808ae40 100644 --- a/ext/Encode/Encode.pm +++ b/ext/Encode/Encode.pm @@ -300,6 +300,11 @@ Encode - character encodings use Encode; + use Encode::TW; # for Taiwan-based Chinese encodings + use Encode::CN; # for China-based Chinese encodings + use Encode::JP; # for Japanese encodings + use Encode::KR; # for Korean encodings + =head1 DESCRIPTION The C module provides the interfaces between Perl's strings @@ -323,6 +328,10 @@ When Perl is processing "binary data" the programmer wants Perl to process "sequences of bytes". This is not a problem for Perl - as a byte has 256 possible values it easily fits in Perl's much larger "logical character". +Due to size concerns, before using B (Chinese, Japanese & Korean) +encodings, you have to C the corresponding +B(B|B|B|B) modules first. + =head2 TERMINOLOGY =over 4 @@ -488,8 +497,9 @@ The CJKV: Chinese, Japanese, Korean, Vietnamese: Shift-JIS GBK Big5-HKSCS EUC-KR VISCII ISO-IR-165 -(Due to size concerns, GB 18030 and EUC-TW are available separately on CPAN, -under the name L.) +(Due to size concerns, additional Chinese encodings including C, +C and C are distributed separately on CPAN, under the name +L.) The PC codepages: