Kay Hayen, 06.09.2010 23:04: > Am 06.09.2010 22:07, schrieb Stefan Behnel: >> That's not the problem we are discussing here, though. This thread is about >> *C string* literals, which should or should not change due to >> unicode_literals being enabled. That's the question. >> >> I think it makes sense to keep the two discussions separate. > > Wasn't this why wchar_t was invented?
Now we're really drifting off-topic. ;) No, that's totally unrelated. The "wchar_t" type is used internally for Unicode strings (typedef-ed to "Py_UNICODE") by CPython on Windows. It has nothing to do with the char* type used to represent C (byte!) strings, and in particular, it has nothing to do with the *content* of C byte strings and its mapping from C byte string literals in Cython code, which is what this discussion is about. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
