diff options
author | Karl Williamson <khw@cpan.org> | 2019-01-30 10:52:41 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-02-04 21:00:50 -0700 |
commit | 93327b758a54c8e1ff7ee137a513caff4d077a7d (patch) | |
tree | 887f6a4a0bd9b8209d21f400425709c5e769972a /doio.c | |
parent | 526f8cbff8ce0a6402d8eb64ac3970e48c8716c3 (diff) | |
download | perl-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