This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Fixed a quotemeta bug on perls built without locale.
authorBrian Fraser <fraserbn@gmail.com>
Thu, 24 Jul 2014 13:51:35 +0000 (15:51 +0200)
committerBrian Fraser <fraserbn@gmail.com>
Fri, 25 Jul 2014 13:10:30 +0000 (15:10 +0200)
commit3fea7d2930995c8d4501ed04e8de7b899512e1f4
treeba80415c59647b5abd7e17448b135f14b37f7c4c
parent59dba841c4c022b197056ed7c78ea7d9e7fbb467
pp.c: Fixed a quotemeta bug on perls built without locale.

This was causing quotemeta("\N{U+D7}") to not be quoted, as well as
some other codepoints in the latin1 range.
pp.c