diff options
author | Karl Williamson <khw@cpan.org> | 2017-11-18 16:43:40 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-18 19:49:46 -0700 |
commit | 566efd885319cacbde16a751c5a0754dcc8eca08 (patch) | |
tree | fa3ec0fed6c14622a17c457dea07adda6ec9af33 /regen | |
parent | 7358a03332a501d169cef70bb82dfc59b01b6ae1 (diff) | |
download | perl-566efd885319cacbde16a751c5a0754dcc8eca08.tar.gz |
regen/unicode_constants.pl: Add U+10FFFF entry
We need the length of the UTF-8 for this code point elsewhere, and it
is different between ASCII and EBCDIC.
Diffstat (limited to 'regen')
-rw-r--r-- | regen/unicode_constants.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl index 64ae84a649..3bddd90ff8 100644 --- a/regen/unicode_constants.pl +++ b/regen/unicode_constants.pl @@ -259,6 +259,8 @@ BOM string U+FFFD string +U+10FFFF string MAX_UNICODE + NBSP native NBSP string |