setlocale problem fixed

Should anyone come across any code that calls setlocale, calls something
like UT_convertXxx (that also calls setlocale), and then resets the old
locale -- remember that locale objects can be (are?) global objects, and
mixing calls and objects like this can become... messy.

/Mike

Reply via email to