[Zope] ZSyncer and accented chars in title
Dieter Maurer
dieter@handshake.de
Sun, 21 Apr 2002 09:40:06 +0200
Milos Prudek writes:
> When source document has accented characters in its title, it *is*
> synced successfully but it cannot it synced from then on.
>
> ZSyncer gives error message: "Syntax error at line 31: illegal character
> in content"
I do not understand why it works the the first time...
When it were not working at all, then it might be a lacking
"encoding" attribute for the XML-RPC XML declaration.
Without such a declaration, XML expects UTF-8 encoding.
This is no problem with ASCII but likely to break for non-ASCII
characters.
I plan to use "ZSyncer" soon and may well hit the same problem...
Dieter