This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Langinfo: Implement CODESET on Windows
authorKarl Williamson <khw@cpan.org>
Thu, 8 Mar 2018 20:00:40 +0000 (13:00 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 12 Mar 2018 16:17:14 +0000 (10:17 -0600)
commit8d72e74e3dc5017c5a3fade48e0c74109c297ebc
treed8c985cc3709c43766c765c199b2a219a6fd2410
parent472be41b7bb1dab634c9b2b1655a206eea17f7d6
Langinfo: Implement CODESET on Windows

This applies to I18N::Langinfo, and the API function Perl_langinfo.
Windows doesn't have nl_langinfo, so an emulation is used.  It turns out
that it is easy to emulate the behavior for the CODESET item on Windows,
as that vendor has kept things consistent.
ext/I18N-Langinfo/Langinfo.pm
locale.c
pod/perldelta.pod