diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-01-28 09:39:16 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-01-29 10:26:40 -0700 |
commit | 83a210a6c41b8f256066ee65908ac1439d1285af (patch) | |
tree | 56b337a1960b0153c3b5c808a6cc626e52839be9 /lib | |
parent | ee0581675983faf457363d22d116d1e71af9dc1c (diff) | |
download | perl-83a210a6c41b8f256066ee65908ac1439d1285af.tar.gz |
mktables: Rmv surrogates caution
As isolated surrogates are now accepted in the Perl core
Diffstat (limited to 'lib')
-rw-r--r-- | lib/unicore/mktables | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 65998d5d04..a4cc98cc58 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -11130,14 +11130,6 @@ END $LC->add_description('[\p{Ll}\p{Lu}\p{Lt}]'); my $Cs = $gc->table('Cs'); - if (defined $Cs) { - $Cs->add_note('Mostly not usable in Perl.'); - $Cs->add_comment(join_lines(<<END -Surrogates are used exclusively for I/O in UTF-16, and should not appear in -Unicode text, and hence their use will generate (usually fatal) messages -END - )); - } # Folding information was introduced later into Unicode data. To get |