Make sure LC_MONETARY is initialized
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 21:31:11 +0000 (14:31 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 15 Feb 2014 22:50:35 +0000 (15:50 -0700)
commitc835d6be1e0eea17f47fce50f2a00877041e96b3
tree4a102e505cafa93396f062dcf5f751c75876da8a
parenta782673dfe49a0ee690389b79c29633fb303cf33
Make sure LC_MONETARY is initialized

This is only an issue for those few platforms without LC_ALL, as that
is initialized, and includes LC_MONETARY.  This commit extends the
proper initialization to those other platforms.  Perl doesn't use
LC_MONETARY itself, but it should be properly initialized for modules
that do.
locale.c