To support all Unicode characters in MariaDB 5.5+, you can set the encoding of your VARCHAR columns to utf8mb4.
MariaDB’s website explains Unicode in greater detail.
To support all Unicode characters in MariaDB 5.5+, you can set the encoding of your VARCHAR columns to utf8mb4.
MariaDB’s website explains Unicode in greater detail.