
2 Jul
2006
2 Jul
'06
10:11 p.m.
Bo Persson wrote:
"Marc Mutz" <marc@klaralvdalens-datakonsult.se> skrev i meddelandet
And in what locale should to_upper work? Swedish?
The global locale. You can replace with locale::global if you so desire. Of course, I could add locale parameters to these functions, but that was one way to keep things simpler. Whether it's worth adding the parameter is really a question of how frequently applications manipulate multiple locales at the same time. Jeff