flatbuffers/python/flatbuffers
Faizan Rashid af23683311 [BUG FIX] [MINOR] Fix encoding with unicode characters.
When passing a unicode string to builder.CreateString, the
default encoding assumed all characters can be encoded
using ascii. Added a fix so a user can specify the
encoding and how to handle errors when creating strings.
2015-12-31 09:45:09 +05:00
..
__init__.py
builder.py [BUG FIX] [MINOR] Fix encoding with unicode characters. 2015-12-31 09:45:09 +05:00
compat.py
encode.py
number_types.py
packer.py
table.py