pythonika
pythonika copied to clipboard
Encoding problem
I've experienced incorrect encoding with non-ascii (namely, cyrillic) str and
unicode objects (see
http://mathematica.stackexchange.com/questions/25730/string-encoding-issue-with-
pythonika/25738). I've fixed it, probably in a hacky way (as I'm not quite good
at C): http://hg.aplavin.ru/pythonika/diff/tip/Pythonika.c. It would be nice to
see this fix applied, probably rewritten in a better way.
Original issue reported on code.google.com by [email protected]
on 23 May 2013 at 2:47