This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make crypt() do something more sane for Unicode
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 3 Sep 2001 19:50:57 +0000 (19:50 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 3 Sep 2001 19:50:57 +0000 (19:50 +0000)
commit85c16d835facb3e1567f0ad453769c0d9a8da60b
tree18e98ac37b49f61765b436c2fb4fcc0f200c99a7
parent0686c0b8fd853975c64d3472ef479435ba920e0a
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
MANIFEST
pod/perlfunc.pod
pp.c
t/op/crypt.t [new file with mode: 0644]