On Thu, Sep 11, 2014 at 4:39 PM, Juan Christian <juan0christ...@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.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to