summaryrefslogtreecommitdiff
path: root/regen/unicode_constants.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-01-30 11:09:01 -0700
committerKarl Williamson <khw@cpan.org>2019-02-04 21:00:50 -0700
commit78ed8e3629d58d11345e4367dbe14b9603e8c84b (patch)
tree00480d7a4b03f540320feeeed728e3f70f597252 /regen/unicode_constants.pl
parent93327b758a54c8e1ff7ee137a513caff4d077a7d (diff)
downloadperl-78ed8e3629d58d11345e4367dbe14b9603e8c84b.tar.gz
pp.c: Don't use function call for easy copy
Like the previous commit, this code is adding the UTF-8 for a Greek character to a string. It previously used Copy, but this character is representable as two bytes in both ASCII and EBCDIC UTF-8, the only character sets that Perl will ever supports, so we can use the specialized code that is used most everywhere else for two byte UTF-8 characters, avoiding the function overhead, and having to treat this character as particularly special.
Diffstat (limited to 'regen/unicode_constants.pl')
-rw-r--r--regen/unicode_constants.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/regen/unicode_constants.pl b/regen/unicode_constants.pl
index ee7bdb8dcb..cd0dd61c45 100644
--- a/regen/unicode_constants.pl
+++ b/regen/unicode_constants.pl
@@ -241,7 +241,6 @@ U+017F string
U+0300 string
-U+0399 string
U+1E9E string_skip_if_undef