13 Sep
2001
13 Sep
'01
4:44 p.m.
Jerome Alet writes:
... locale controling splitter ... How difficult would it be to make it SiteRoot dependent ?
Each SiteRoot object would have a "locale" field to fill in the creation form, an empty field meaning take the locale from the -L option. Some time ago, I read serious critics about the posix locale API.
If the critics still apply, the locale setting is global and not thread specific. This would mean, you cannot switch locales dynamically in a multi-threaded environment (such as Zope) using different locales in different threads. Dieter