id summary reporter owner description type status milestone component version severity resolution keywords cc 859 boost::format ignores a user defined locale nobody James E. King, III "{{{ Altough someone can supply a user locale to boost::format, it isn't recognized. const std::locale& userLocale = getUserLocale(); boost::format formatter (formatString, userLocale); I could fix the problem in feed_args.hpp, function put, line 133 (boost 1.33.1): 133 basic_oaltstringstream oss( &buf); + if (loc_p) + { + oss.imbue (*loc_p); + } }}}" Bugs closed format Boost 1.34.0 Problem fixed jonathan.jones@…