mirror of
https://github.com/vee1e/flatbuffers.git
synced 2026-09-01 17:57:25 +00:00
I've faced an issue where I want to serialize UTF-8 emojis and FlatBufferBuilder::is_utf8 would return false on them. I was not able to add the corresponding hexadecimal code because I don't understand how the whole thing works but what i've done is using the `mb_detect_encoding` function which handles correctly all supposed UTF-8 characters. |
||
|---|---|---|
| .. | ||
| ByteBuffer.php | ||
| Constants.php | ||
| FlatbufferBuilder.php | ||
| Struct.php | ||
| Table.php | ||