On Fri, Oct 3, 2008 at 6:27 PM, P M <[EMAIL PROTECTED]> wrote: > 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 :)
So just uploading a new upstream version should fix it. Seems like there is a job for me. :) Ondrej _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
