[Zope] stuck with setting locale for Zope (freebsd)
Gilles Lenfant
gilles@pilotsystems.net
Wed, 25 Sep 2002 00:38:40 +0200
Hi,
I tried this for getting non ASCII characters underlined (...) in structured
text on my FreeBSD box.
http://www.zope.org/Members/ajung/howto/Locale%20Support%20for%20Structured%
20Text/
So I changed the start script with this...
export LC_ALL=fr_FR
and added ' -L "" ' in the z2.py options.
Running
"""
The specified locale is not supported by your system.
See your operating system documentation for more
information on locale support.
"""
Any hint ?
Thanks in advance
--Gilles