This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Use faster method to convert to UTF-8
authorKarl Williamson <khw@cpan.org>
Wed, 30 Jan 2019 05:02:59 +0000 (22:02 -0700)
committerKarl Williamson <khw@cpan.org>
Tue, 5 Feb 2019 04:00:50 +0000 (21:00 -0700)
commitdf7d4938c6907db4b8030fd133ca9d55e1e44a0d
tree52060e1a3b077a1a0a5ff302c4f6a78cdd6d0372
parentf4cd1cd9e8d271b135a75b4b6fd817fa758c112a
pp.c: Use faster method to convert to UTF-8

There is a special inline function that's used when converting a single
byte to UTF-8, that is faster than the more general one used prior to
this commit.
pp.c