perl-unicode

A TEST. [Re: qr/^UCS2-le$/i => '"UCS-2"' -- what is it?]

2002-04-04 19:53:03
On Friday, April 5, 2002, at 11:39 , Dan Kogai wrote:
Forget the last one.  This one is correct.

Dan-the-Encode-Maintainer

.....And this is a two-pence patch that protects the source from Dan.

Dan the Encode Maintainer

P.S.  I hate U(TF|CS) naming conventions....

--- t/Aliases.t 2002/04/04 19:50:52     1.20
+++ t/Aliases.t 2002/04/05 02:44:46
@@ -24,6 +24,7 @@
            'UTF-8'    => 'utf8',
            'UTF-16BE' => 'UCS-2',
            'ucs-2le'  => 'UTF-16LE',
+           'ucs2-le'  => 'UTF-16LE',
            'cyrillic' => 'iso-8859-5',
            'arabic'   => 'iso-8859-6',
            'greek'    => 'iso-8859-7',