This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Dec 2000 22:58:18 +0000 (22:58 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 19 Dec 2000 22:58:18 +0000 (22:58 +0000)
commit3b0e0cb610a437b422e9557a50cdb439557976dd
tree499a8d6cfecb258f02c8bd685c3a7fce2f58ece6
parent252a85651c58141b15cf710194c39b4bef1ab549
Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
using the \xHH notation.  No more inlined UTF-8, sigh, but easier
on editors and diffing/patching.

p4raw-id: //depot/perl@8204
t/op/utf8decode.t