Ondrej Certik wrote: > Hi, > > Cython doesn't seem to accept unicode strings: > > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500847 > > I just tried it against cython-devel and it worked just fine as long as the coding: utf-8 header is declared. This is consistent with how Python works (at least Python 2.5).
The user might have used a different encoding etc. but without a better bug report (binary file submitted, encoding of system, encoding behaviour of Python for the given file etc. etc.) it is difficult to say if anything really is wrong here. Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
