flatbuffers/php
Antoine Descamps dbecdf209d [PHP] Use mb_detect_encoding when available (#3952)
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.
2016-11-16 09:54:57 -08:00
..
ByteBuffer.php (PHP) fixes getting indirect table, also fixes getInt method on 32bit machine. 2015-12-17 11:35:31 +09:00
Constants.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
FlatbufferBuilder.php [PHP] Use mb_detect_encoding when available (#3952) 2016-11-16 09:54:57 -08:00
Struct.php (PHP) add experimental support for PHP language. 2015-11-18 00:26:39 +09:00
Table.php Implement __vector_as_bytes and methods to get [ubyte] efficiently 2016-03-29 14:56:09 +11:00