-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.4
-
Component/s: Python - Compiler, Python - Library
-
Labels:None
-
Patch Info:Patch Available
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.