Skip to content
Snippets Groups Projects
  1. Nov 16, 2016
    • Antoine Descamps's avatar
      [PHP] Use mb_detect_encoding when available (#3952) · dbecdf20
      Antoine Descamps authored
      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.
      dbecdf20
  2. Nov 09, 2016
  3. Nov 07, 2016
  4. Nov 02, 2016
  5. Oct 26, 2016
  6. Oct 24, 2016
  7. Oct 22, 2016
  8. Oct 21, 2016
  9. Oct 19, 2016
  10. Oct 17, 2016
  11. Oct 12, 2016
  12. Oct 07, 2016
  13. Oct 05, 2016
  14. Oct 03, 2016
    • jbrads's avatar
      Generate type traits for unions to map a type to the corresponding u… (#4032) · b075b8c4
      jbrads authored
      *  Generate type traits for unions to map a type to the corresponding union enum value.
      
      * Fixed break with union enum type traits when type is in a namespace.
      
      * Fixed spacing and variable names in type traits generation to match style guidelines.
      
      *  Fixed spacing in type traits generation to match style guidelines.
      
      * Regenerated test schema header.
      b075b8c4
  15. Sep 21, 2016
  16. Sep 19, 2016
  17. Sep 15, 2016
  18. Sep 14, 2016
  19. Sep 13, 2016
  20. Sep 12, 2016
Loading