[Cython] Does not accept Unicode docstrings
P M
pagx13 at yahoo.gr
Fri Oct 3 18:27:09 CEST 2008
On Friday 03 October 2008 18:51:46 Stefan Behnel wrote:
> Also, you're using Cython 0.9.8. Could you try with the latest release?
> IIRC, there were a couple of unicode related fixes after 0.9.8 was
> released.
I tried with the latest upstream (0.9.8.1.1), and the problem seems to be
solved, thanks! (I ran cython from within the distribution directory, instead
of installing it, hope that makes no difference.) The string is translated
into C code as a series of octal escapes instead of UTF-8 text though... and
the comments that show the position inside the original file place "?" marks
in place of UTF-8 characters. But I guess that's OK :)
More information about the Cython-dev
mailing list