This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
What started as a small nit (the charnames test, nit found
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 2 Apr 2002 20:35:13 +0000 (20:35 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 2 Apr 2002 20:35:13 +0000 (20:35 +0000)
commit872c91ae155f6880f8bf2b15c143bda5279a5794
tree663505dbece632b3e75b0158fb36720c2d54829f
parentb929be1d26aeff4c8c3d4bbd655731a23247ecc8
What started as a small nit (the charnames test, nit found
be Hugo), ballooned a bit... the goal is Larry's wish that
illegal Unicode (such as U+FFFF) by default doesn't warn,
since what if somebody WANTS to create illegal Unicode?
Now getting close to this in the regex runtime.
(Also, fix more of my fixation that BOM would be U+FFFE.)

p4raw-id: //depot/perl@15689
lib/Unicode/Collate.pm
lib/charnames.t
pp.c
pp_pack.c
regexec.c
t/lib/warnings/utf8
utf8.c
utf8.h