From: Jarkko Hietaniemi Date: Tue, 9 Apr 2002 01:56:05 +0000 (+0000) Subject: Small perldelta tweaks. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f14caa53de17b19c0b6f304a54cf48a223576e67;p=p5sagit%2Fp5-mst-13.2.git Small perldelta tweaks. p4raw-id: //depot/perl@15821 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 37c2a31..22e5641 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -647,14 +647,15 @@ included since its further use is discouraged. =item * -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. +C, orginally by Nick Ing-Simmons and now maintained by 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. @@ -744,10 +745,10 @@ sum(), min(), first(), and shuffle(), by Graham Barr. See L. =item * -C, C, C, and -C, from Neil Bowers, have been added. They provide the -codes for various locale standards, such as "fr" for France, "usd" for -US Dollar, and "jp" for Japanese. +C, C, C +C, and L, from Neil Bowers, have +been added. They provide the codes for various locale standards, such +as "fr" for France, "usd" for US Dollar, and "jp" for Japanese. use Locale::Country; @@ -766,7 +767,7 @@ Journal #13, republished here with kind permission. =item * -Math::BigRat for big rational numbers, to accompany Math::BigInt and +C for big rational numbers, to accompany Math::BigInt and Math::BigFloat, from Tels. =item *