diff options
author | Dan Kogai <dankogai@dan.co.jp> | 2002-10-25 22:04:00 +0900 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-11-07 14:01:57 +0000 |
commit | 0d55c8f7c05ceae7db13bb3863932232a57c2a7b (patch) | |
tree | 7b566936ad351672fda773b3503133ef8d430e3e /MANIFEST | |
parent | c6d63c67cbd3ac9fa6ff9e314b9945f590abfc9d (diff) | |
download | perl-0d55c8f7c05ceae7db13bb3863932232a57c2a7b.tar.gz |
Re: The Inaba patch for tr/// vs. use encoding
Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
p4raw-id: //depot/perl@18125
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2674,6 +2674,10 @@ t/uni/fold.t See if Unicode folding works t/uni/lower.t See if Unicode casing works t/uni/sprintf.t See if Unicode sprintf works t/uni/title.t See if Unicode casing works +t/uni/tr_7jis.t See if Unicode tr/// works +t/uni/tr_eucjp.t See if Unicode tr/// works +t/uni/tr_sjis.t See if Unicode tr/// works +t/uni/tr_utf8.t See if Unicode tr/// works t/uni/upper.t See if Unicode casing works t/win32/longpath.t Test if Win32::GetLongPathName() works t/win32/system.t See if system works in Win* |