On 9/14/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I think it is quite likely that you passed a string with accented chars and the like _without_ prefixing it with u, for example (err.. happened to me) "buenos días" instead of u"buenos días"
Hi, I got this strange error, I don't know what is causing it. Is
something overflowing?
File
"/Users/xxxxxx/Library/Python2.4/site-packages/kid-0.9.3-py2.4.egg/kid/pull.py",
line 194, in to_unicode
return unicode(value, encoding)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 10-13:
invalid data
I think it is quite likely that you passed a string with accented chars and the like _without_ prefixing it with u, for example (err.. happened to me) "buenos días" instead of u"buenos días"
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

