19#include <boost/locale/generator.hpp>
33 _global = std::locale(_global, std::locale::classic(), std::locale::numeric);
34 std::locale::global(_global);
36 std::setlocale(LC_ALL,
"");
37 std::setlocale(LC_NUMERIC,
"C");
39 boost::locale::generator g;
40 _calendar = g.generate(utf8,
"");
TC_COMMON_API std::locale const & GetGlobalLocale()
TC_COMMON_API void Init()
TC_COMMON_API std::locale const & GetCalendarLocale()