Message58835
> Replacing Turkish characters with hex versions in test2.py still results
> in UnicodeDecodeError and works with python 2.4.
I'm hoping Martin can confirm this, but I suspect that this is due to
a tightening of the rules for converting from 8-bit strings to unicode
strings.
What happens if you change to unicode("....", "utf-8")? |
|
| Date |
User |
Action |
Args |
| 2007-12-19 22:45:15 | gvanrossum | set | spambayes_score: 0.0599859 -> 0.0599859 recipients:
+ gvanrossum, loewis, amaury.forgeotdarc, cartman |
| 2007-12-19 22:45:15 | gvanrossum | link | issue1609 messages |
| 2007-12-19 22:45:15 | gvanrossum | create | |
|