Zope Zone Navigation
 
Document Actions
  • Print this page
  • Add Bookmarklet

Unicode error

Up to Plone / CMF

Unicode error

Posted by Phil Lanasa at March 26. 2006
'ascii' codec can't encode character u'\xae' in position 117: ordinal not in range(128)

This has to do with a ® symbol in the character string. Apparently python can't deal with this.

I saw a python compile option called --enable-unicode. Does that have something to do with it?

Unicode error

Posted by Jane Lim at March 26. 2006

Unicode error

Posted by Phil Lanasa at March 28. 2006
Good call! That is exactly what I needed, to encode the string as UTF8.

Thanks again!
Powered by Ploneboard
 

Home Discussions Plone / CMF Unicode error