This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Revise another locale setting macro
authorKarl Williamson <public@khwilliamson.com>
Thu, 12 Dec 2013 05:55:43 +0000 (22:55 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 4 Jan 2014 20:33:05 +0000 (13:33 -0700)
commitb34856cbbf2e4df8b63cb86c031aadea8f590219
tree696b520ab9d0b58bb6cf6a4bd9b51cfbb5749881
parent7cdd8b31c7e76d6cb7e1c568f5c9de585b44b4e7
perl.h: Revise another locale setting macro

We generally don't want to switch to the default underlying locale
unless we are in the scope of some form of 'use locale'.  Prior to this
commit, this code did not allow the switch for
'use locale ":not_characters"'.
perl.h
t/run/locale.t