This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #128734] tr/\N{...}/ failing for 128-255
authorKarl Williamson <khw@cpan.org>
Wed, 27 Jul 2016 18:44:42 +0000 (12:44 -0600)
committerKarl Williamson <khw@cpan.org>
Wed, 27 Jul 2016 18:52:02 +0000 (12:52 -0600)
commit3a34ca0bce7835211b45e070373cf653c253636a
tree391c0c9eb634159ae3e9b3dc61f9a9ea99281d65
parenta3164817e46808339a605914ac61f15117615fe5
PATCH: [perl #128734] tr/\N{...}/ failing for 128-255

The upper latin1 characters when expressed as \N{U+...} were failing.
This was due to trying to convert them to UTF-8 when the result isn't
UTF-8.  I added a test for \N{name} as well, though these were not
affected by this regression.
t/op/tr.t
toke.c