diff options
author | Karl Williamson <khw@cpan.org> | 2014-04-26 11:27:52 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-05-30 10:24:26 -0600 |
commit | df758df2cf990debef5a719b684d8f2689a0bdcb (patch) | |
tree | ea1352d4465bff5db9d32d6fa3236698c24e6b37 /regen/unicode_constants.pl | |
parent | 7fc824585380f310eb2c75afd2cdb021c39dbfe9 (diff) | |
download | perl-df758df2cf990debef5a719b684d8f2689a0bdcb.tar.gz |
Deprecate NBSP in \N{...} names
This is currently allowed, but is non-graphic, and is indistinguishable
from a regular space. I was the one who initially allowed it, and did
so out of ignorance of the negative consequences of doing so. There is
no other precedent for including it.
Diffstat (limited to 'regen/unicode_constants.pl')
-rw-r--r-- | regen/unicode_constants.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl index a953f2b025..abf252386c 100644 --- a/regen/unicode_constants.pl +++ b/regen/unicode_constants.pl @@ -157,6 +157,9 @@ U+D800 first FIRST_SURROGATE BOM first BOM tail +NBSP native +NBSP string + DEL native CR native LF native |