Le 14 juin 09 à 14:40, Frank Niessink a écrit : > > > 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? >
The locale module. I just noticed the use of wx.Locale in i18n/ __init__.py :) Basically I'm just going to change the rendering functions, if should work fine.
