Categories
Posts

MySQL UTF-8

If it involves character encoding you know something is bound to bite you eventually:

The trick, apparently, is to use a slightly different encoding which MySQL calls “utf8mb4” which supports up to 4-byte UTF-8 characters.

Unicode support in MySQL is not exactly clear cut.