Make pack("C", 0x100) to create Unicode, unless under the
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 21 Feb 2001 00:24:22 +0000 (00:24 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 21 Feb 2001 00:24:22 +0000 (00:24 +0000)
commit11882669c40759b5e727c31126bf37a49cf3288e
treec4cf87b8d66e200300402e5d515ee65e8f9ae898
parent75a54232dfd9355b4d1126912a62716a93159565
Make pack("C", 0x100) to create Unicode, unless under the
evil influence of 'use bytes'.  Similarly, unpack("C", ...)
will understand Unicode, unless you under know what.

p4raw-id: //depot/perl@8865
pp.c
t/op/pack.t
t/op/qu.t