id summary reporter owner description type status milestone component version severity resolution keywords cc
12572 Typo in case normalization for country locale component manikulin@… Artyom Beilis "https://github.com/boostorg/locale/blob/develop/src/util/locale_data.cpp#L60
if('a' <= tmp[i] && tmp[i]<='a')
tmp[i]=tmp[i]-'a'+'A';
should be
if('a' <= tmp[i] && tmp[i]<='z')" Bugs closed To Be Determined locale Boost Development Trunk Problem fixed