2009/6/14 Jérôme Laheurte <[email protected]>: > is a nightmare. I've just spent some time experimenting under MacOS > and Windows; MacOS names the locales in a standard way and seems to > support all of them; Windows uses its own locale names (French_France. > 1252 instead of fr_FR.ISO-8859-1 for instance) and seems to only > support the locale set for the current user...
Is this using python's locale module or wxPython's wx.Locale class? cheers, Frank
