Re: [Boa Constr] xmlrpclib error for UK pound =?ISO-8859-1?B?ow==?= symbol.
Status: Beta
Brought to you by:
riaan
From: Steve N. <yah...@yo...> - 2002-10-03 12:30:22
|
OK thanks for your replies Riaan and Hans. I had a look through Zope archives and no one seems to mention a problem/solution from what I could see. Frustrating that all the xmlrpc stuff I read through doesn't mention this, only the article that Hans provided the link for states characters other than ASCII cause problems. I guess I'm supposed to know enough to realise this from the specification. I've got another one giving me the same problems but can't figure out what it is, I thought the only major difference between the US and UK character set was the £. This must be a pain in the A for anyone not English based. thanks again for your ideas. Steve. On Thu, 03 Oct 2002 08:52:50 +0200 Riaan Booysen wrote: > > When opening a Zope dtml document that contains the UK pound symbol "£" I get the error message below and the document wont open. Is there a way I can add this symbol so it is parsed correctly? > > I've not found a workaround for this so far. > > This is not a Boa error, but a Zope/xmlrpc error. > > It seems Zope is not encoding the content of the document correctly > for xml. Please report this issue to the Zope guys. > > The following suggesting involves some extra work, but define a > dtml doc containing only the "£" (with your browser ;) and use it > in other dtml docs with <dtml-var pound>. |