ZSyncer and accented chars in title
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" How can I fix it? I'm using accented character from ISO-8859-2 set (Czech characters). I'm using ZSyncer 0.3 and Zope 2.4.3 under Linux. -- Milos Prudek
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
participants (2)
-
Dieter Maurer -
Milos Prudek