Disallow also Unicode ranges 0xFDD0..0xFDEF and
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 16 Dec 2001 16:12:57 +0000 (16:12 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 16 Dec 2001 16:12:57 +0000 (16:12 +0000)
commit3d401ffb834607a79a2bd57f63376985af7c39c2
tree2aa99cffcc5ff833e603fc3c1b5c1f9f09473772
parent6bd23935f1e5b7c6f7035440f4b48e4c9659d61f
Disallow also Unicode ranges 0xFDD0..0xFDEF and
0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
and characters beyond 0x10FFF should be disallowed, too,
but some tests would need changing, but more importantly some
APIs would need remodeling since one can easily generate such
characters either by bitwise complements, tr complements, or
v-strings.

p4raw-id: //depot/perl@13722
pod/perldiag.pod
utf8.c