Localization hacks.
authorArt Cancro <ajc@citadel.org>
Thu, 16 Feb 2006 03:45:05 +0000 (03:45 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 16 Feb 2006 03:45:05 +0000 (03:45 +0000)
commite32b4883e5a48241c400138cf95532472fb38463
treecd9cdfbc1e5aaf35a9303436d4664922f1ca356f
parent293033e226b842c7353a5bf852285a34331f39af
Localization hacks.
wc_strftime() now falls back to strftime() instead of strftime_l() if the
selected locale is NULL.  This causes the time to be output in the 'C'
locale, but at least it doesn't crash.
Locales are now initialized slightly differently.  The 'C' locale is now
initialized without the '.UTF8' suffix.  And if it is successfully
initialized, all of the other locales are initialized using it as a base.
webcit/fmt_date.c
webcit/gettext.c