18 Feb
2005
18 Feb
'05
8:05 p.m.
Oliver Sturm wrote at 2005-2-18 12:37 +0000:
... Reading postings about charset problems with structured text, the solution usually involves setting the locale for the Zope instance to the correct value. The problem is, this Zope instance contains data in different charsets
You have a chance that StructuredText might work with Unicode correctly -- independent of locale (I am not sure, though; the chance comes from the fact that StructuredText uses regular expressions and they can handle unicode correctly (and usually transparently). Whenever you have different charsets in one application, it is always a good idea to look for Unicode! -- Dieter