This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCII
authorKarl Williamson <public@khwilliamson.com>
Wed, 15 Feb 2012 19:27:23 +0000 (12:27 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 16 Feb 2012 01:02:35 +0000 (18:02 -0700)
commit20adcf7c80fc3ad8cffa7d52b95a40d87bd781d0
tree42b6ebc3be70e41366f78282be3e658182a06468
parent29050de536086566fb4d4a9db818b8068dd118a0
pp_quote_meta: in locale, quote all UTF-8 Latin1 non-ASCII

Under locale rules, this commit quotes all non-ASCII Latin1 characters
in UTF-8 encoded strings.  This provides consistency with this function
and other functions, such as lc().
pod/perlfunc.pod
pp.c
t/op/quotemeta.t