28 Oct
2002
28 Oct
'02
8:27 p.m.
Dirk Datzert writes:
I grepped for 'grep -ri locale *' and found: ... tructuredText.py: locale.setlocale(locale.LC_ALL,"") happydoc/HappyDoc-r2_0_1/happydoclib/docstring/StructuredText/ClassicStructuredT ... Can one of those be a problem ? Do you use "HappyDoc" from inside your Zope?
Then this can be a problem: "setlocale(...,'')" sets the default locale, which may be different from that you start Zope with. There is an environment variable (I think, it is "LC_ALL"; but check the documentation) to set the default "locale". Dieter