16 Aug
2002
16 Aug
'02
11:54 p.m.
On Fri, 16 Aug 2002 7:36 pm, Chris Withers wrote:
Richard Jones wrote:
On Thu, 15 Aug 2002 11:31 pm, Andreas Jung wrote:
This problem occurs when you try to convert non-ascii text to unicode without specifying the used encoding. I have not looked at the ReStructuredText product yet but there should be some mechanism to specify the encoding for a text.
There is - how do I determine the encoding from Zope?
You can't, just use 'latin-1' as the encoding which si mreo than likely what you have ;-)
I believe I'll make it configurable, defaulting to "latin-1" :) Richard