In perl.git, the branch smoke-me/khw-utf8 has been created
<https://perl5.git.perl.org/perl.git/commitdiff/0a2f7c8fdab00d91c805886d5733265b0e20d906?hp=0000000000000000000000000000000000000000>
at 0a2f7c8fdab00d91c805886d5733265b0e20d906 (commit)
- Log -----------------------------------------------------------------
commit 0a2f7c8fdab00d91c805886d5733265b0e20d906
Author: Karl Williamson <[email protected]>
Date: Mon Jan 22 12:55:31 2018 -0700
Use dfa to speed up translating UTF-8 into code point
This dfa is available from the internet has the reputation of being the
fastest general translator. It does not allow Perl extended UTF-8.
This commit changes to use it at the beginning of our translator,
modifying it slightly to accept surrogates. If necessary, it drops down
into our translator to handle errors and warnings and Perl extended.
-----------------------------------------------------------------------
--
Perl5 Master Repository