[CPS-users] Re: cpswiki

Yves Bastide ybastide at wanadoo.fr
Thu Jun 15 08:10:48 CEST 2006


Marco wrote:
> Marco wrote:
> 
>> Tarek Ziadé wrote:
>>
>>> What is your browser ? its encoding ? What is your language ?
>> Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426
>> Firefox/1.5.0.3
>>
>> intl.charsetmenu.browser.cache: us-ascii, UTF-8, ISO-8859-15, Shift_JIS,
>> windows-1251
> 
> Is there a fix for that, yet?

Try to replace (CPSWiki/wikipage.py, line 373)

return uvalue.encode(codec)

by

return uvalue.encode(codec, 'xmlcharrefreplace')

And restart Zope.

> 
> /m



More information about the cps-users mailing list

This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.