Vitja Makarov, 15.01.2011 17:44:
> print "\xff"
>
> /tmp/foo.pyx:1:6: String decoding as 'UTF-8' failed. Consider using a
> byte string or unicode string explicitly, or adjust the source code
> encoding.

That will go away with the fix. Invalid hex escapes are illegal for both 
byte strings and unicode strings.

Stefan
_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to