diff options
author | Dan Kogai <dankogai@dan.co.jp> | 2002-04-05 20:52:50 +0900 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-05 01:52:28 +0000 |
commit | 7507ff2d5813d5a228151dfaf8d4c79a4d7cd652 (patch) | |
tree | e29aa3089b42f8ffa4c716929ff1c270b85a84cc | |
parent | c413268da0e9b2683548702cc5c9d5739def909d (diff) | |
download | perl-7507ff2d5813d5a228151dfaf8d4c79a4d7cd652.tar.gz |
A TEST. [Re: qr/^UCS2-le$/i => '"UCS-2"' -- what is it?]
Message-Id: <377E5208-4840-11D6-8B4B-00039301D480@dan.co.jp>
p4raw-id: //depot/perl@15739
-rw-r--r-- | ext/Encode/t/Aliases.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Encode/t/Aliases.t b/ext/Encode/t/Aliases.t index 6bec460107..846884ed34 100644 --- a/ext/Encode/t/Aliases.t +++ b/ext/Encode/t/Aliases.t @@ -24,6 +24,7 @@ sub init_a2c{ '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', |