mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-01 19:58:15 +00:00
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.