diff options
author | Karl Williamson <khw@cpan.org> | 2016-03-28 21:04:40 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-05-09 09:16:34 -0600 |
commit | 61463a3eba401750124ace520c1bd60db4301a84 (patch) | |
tree | 12c737f77f31d500c76803cd58f49f5ae51bc871 /lib/unicore | |
parent | fe427a6378fe383fb343e07edbe0afaf4c9a18e0 (diff) | |
download | perl-61463a3eba401750124ace520c1bd60db4301a84.tar.gz |
Stop accepting deprecated NBSP in \N{}
As scheduled for 5.26, this construct will no longer be accepted.
Diffstat (limited to 'lib/unicore')
-rw-r--r-- | lib/unicore/mktables | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/unicore/mktables b/lib/unicore/mktables index 9efc759f7f..bea8739418 100644 --- a/lib/unicore/mktables +++ b/lib/unicore/mktables @@ -14865,7 +14865,6 @@ sub compile_perl() { + ord("(") + ord(")") + ord("-") - + utf8::unicode_to_native(0xA0) # NBSP ); my @composition = ('Name', 'Unicode_1_Name', '_Perl_Name_Alias'); |