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.
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.