Python library + compiler does not support unicode strings
----------------------------------------------------------
Key: THRIFT-395
URL: https://issues.apache.org/jira/browse/THRIFT-395
Project: Thrift
Issue Type: Bug
Components: Compiler (Python)
Reporter: Jonathan Ellis
Priority: Blocker
Effectively, all strings in the python bindings are treated as binary strings
-- no encoding/decoding to UTF-8 is done. So if a unicode object is passed to
a (regular, non-binary) string, an exception is raised.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.