summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-01-30 10:52:41 -0700
committerKarl Williamson <khw@cpan.org>2019-02-04 21:00:50 -0700
commit93327b758a54c8e1ff7ee137a513caff4d077a7d (patch)
tree887f6a4a0bd9b8209d21f400425709c5e769972a /doio.c
parent526f8cbff8ce0a6402d8eb64ac3970e48c8716c3 (diff)
downloadperl-93327b758a54c8e1ff7ee137a513caff4d077a7d.tar.gz
pp.c: Don't use function call for easy copy
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 'doio.c')
0 files changed, 0 insertions, 0 deletions