[Tutor] UnicodeEncodeError in python
Juan Christian
juan0christian at gmail.com
Thu Sep 11 22:09:57 CEST 2014
On Thu, Sep 11, 2014 at 4:39 PM, Juan Christian <juan0christian at gmail.com>
wrote:
>
> Using 3.4.1
>
> I did try:
>
> self.persona_name = unicode(personaname)
> self.persona_name = personaname.decode("utf-8")
>
> But didn't work!
>
Some of the chars that brakes the program:
\u0183
\u2020
\u0361
\u0649
And many others crazy chars.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140911/c3b3404a/attachment.html>
More information about the Tutor
mailing list