This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix bug where charnames xlator doesn't return utf8
authorKarl Williamson <khw@cpan.org>
Sat, 26 Apr 2014 17:07:11 +0000 (11:07 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 30 May 2014 16:24:26 +0000 (10:24 -0600)
commit7fc824585380f310eb2c75afd2cdb021c39dbfe9
treeaa3067d483c47aae1c7cdf442a0939291fbdbf39
parent2d8eb851e6c81f218af6e82b58807fcf79474b8f
Fix bug where charnames xlator doesn't return utf8

A user-supplied charnames translator for \N{} processing doesn't have to
return in UTF-8.  Prior to this patch, the code in toke.c assumed it
did.
t/re/pat_advanced.t
toke.c