Skip to content
Snippets Groups Projects
  1. Dec 11, 2019
  2. May 29, 2019
  3. Dec 16, 2018
  4. Dec 07, 2018
  5. Jun 05, 2018
  6. Jun 02, 2018
  7. May 30, 2018
  8. May 26, 2018
  9. May 25, 2018
  10. May 24, 2018
    • Stephen R. van den Berg's avatar
    • Henrik (Grubba) Grubbström's avatar
      Sql.mysql: Use/support UTF-8 encoded UTF-16. · 9c9a91ae
      Henrik (Grubba) Grubbström authored
      MySQL/MariaDB default to a "utf8" character set that may only
      encode the BMP (max 3 bytes). In MySQL/MariaDB 5.5 and later
      there is an additional character set "utf8mb4" that also supports
      the code points outside the BMP. This new character set however
      requires redefining tables, etc for it to be able to be used.
      
      As a work-around we instead default to keep using the "utf8"
      character set while encoding characters outside the BMP with
      surrogate pairs. This works seemlessly with old table definitions,
      while having the minor defect of characters outside the BMP not
      collating as single characters.
      
      Fixes [PIKE-112].
      9c9a91ae
  11. May 23, 2018
  12. May 22, 2018
  13. May 21, 2018
  14. May 18, 2018
  15. May 17, 2018
  16. May 11, 2018
  17. May 07, 2018
  18. May 01, 2018
  19. Mar 10, 2018
  20. Feb 14, 2018
  21. Feb 06, 2018
  22. Feb 01, 2018
Loading