This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PATCH: [perl #127288] I18N::Langinfo sets UTF-8 bit
authorKarl Williamson <khw@cpan.org>
Thu, 8 Mar 2018 05:48:55 +0000 (22:48 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 12 Mar 2018 16:17:14 +0000 (10:17 -0600)
commit472be41b7bb1dab634c9b2b1655a206eea17f7d6
tree7e43a322e9acb791facc32c9cc457683c28be1c6
parent13a5f6feb6a027d1f26e17b55ba95120cacaf024
PATCH: [perl #127288] I18N::Langinfo sets UTF-8 bit

This commit will turn UTF-8 on in the returned SV if its string is legal
UTF-8 containing something besides ASCII, and the locale is a UTF-8 one.
It is based on the patch included in the ticket, but is generalized to
handle edge cases.
embed.fnc
embed.h
ext/I18N-Langinfo/Langinfo.xs
ext/I18N-Langinfo/t/Langinfo.t
pod/perldelta.pod
proto.h