From: Jarkko Hietaniemi Date: Fri, 22 Mar 2002 21:52:56 +0000 (+0000) Subject: Update the information on Encode. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e4180254e492daef196bf3068c79101a7f02ce9;p=p5sagit%2Fp5-mst-13.2.git Update the information on Encode. p4raw-id: //depot/perl@15431 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index ad4ceeb..b68da5f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -624,14 +624,14 @@ included since its further use is discouraged. =item * -C, by Nick Ing-Simmons, provides a mechanism to translate -between different character encodings. Support for Unicode, -ISO-8859-*, ASCII, CP*, KOI8-R, and three variants of EBCDIC are -compiled in to the module. Several other encodings (like Chinese, -Japanese, Korean, and MacIntosh encodings) are included and will be -loaded at runtime. (For space considerations, the largest Chinese -encodings have been separated into their own CPAN module, -Encode::HanExtra). See L. +C, by Nick Ing-Simmons and Dan Kogai, provides a mechanism to +translate between different character encodings. Support for Unicode, +ISO-8859-1, and ASCII are compiled in to the module. Several other +encodings (like the rest of the ISO-8859, CP*/Win*, Mac, KOI8-R, three +variants EBCDIC, Chinese, Japanese, and Korean encodings) are included +and can be loaded at runtime. (For space considerations, the largest +Chinese encodings have been separated into their own CPAN module, +Encode::HanExtra, which Encode will use if available). See L. Any encoding supported by Encode module is also available to the ":encoding()" layer if PerlIO is used.