This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 07:08:15 +0000 (07:08 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 7 Feb 2000 07:08:15 +0000 (07:08 +0000)
commit3969a89698ec7136fcf0eb1062fdf63f0e7726f4
treeabeba671289226d1cb9b5858d8acfdeba9a3cb58
parent154a3d541e7a9364fb47632cc34c63cdb1d8eda3
remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
now return bytes all the way to 255, they will be transparently
coerced (in future) to UTF-8 when they are used in operations
involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore

p4raw-id: //depot/perl@5013
lib/byte.pm
lib/utf8.pm
pod/perlunicode.pod
pod/perlvar.pod
pp.c
sv.c