This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix unpack U to be the reverse of pack U
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Sep 2001 02:27:25 +0000 (02:27 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 11 Sep 2001 02:27:25 +0000 (02:27 +0000)
commit35bcd33832d74e56bb99eb6538654e7d815f1ecb
treec0c43519dc41a137b1ccb0aefeea8b4dc196d1ca
parentb99a9337068178db918a66ac51ed0232330878fc
Fix unpack U to be the reverse of pack U
(but implement unpack U0U as a backdoor to get
 the UTF-8 malformed warnings from un-UTF-8 data)

p4raw-id: //depot/perl@11993
pod/perlunicode.pod
pp_pack.c
t/op/pack.t
t/op/utf8decode.t