diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-03 19:50:57 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-03 19:50:57 +0000 |
commit | 85c16d835facb3e1567f0ad453769c0d9a8da60b (patch) | |
tree | 18e98ac37b49f61765b436c2fb4fcc0f200c99a7 /MANIFEST | |
parent | 0686c0b8fd853975c64d3472ef479435ba920e0a (diff) | |
download | perl-85c16d835facb3e1567f0ad453769c0d9a8da60b.tar.gz |
Make crypt() do something more sane for Unicode
(take crypt() of the low eight bits of the characters,
instead of taking crypt() of the UTF-8 of the scalar);
add a test for crypt().
p4raw-id: //depot/perl@11852
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2019,6 +2019,7 @@ t/op/cmp.t See if the various string and numeric compare work t/op/concat.t See if string concatenation works t/op/cond.t See if conditional expressions work t/op/context.t See if context propagation works +t/op/crypt.t See if crypt works t/op/defins.t See if auto-insert of defined() works t/op/delete.t See if delete works t/op/die.t See if die works |