I am using mysql 5.5.10 and its character_sets
| character_set_client | utf8mb4 | | character_set_connection | utf8mb4 | | character_set_database | utf8mb4 | | character_set_filesystem | binary | | character_set_results | utf8mb4 | | character_set_server | utf8mb4 | | character_set_system | utf8 | | character_sets_dir | /usr/share/mysql/charsets/ | | collation_connection | utf8mb4_general_ci | | collation_database | utf8mb4_general_ci | | collation_server | utf8mb4_general_ci |
I changed utf8mb4 to utf8 for iOS5 emoji. They are represented by a code of 4 bytes.
But when I inserted 3 emojis smiles, '???' located in mysql.
This is 3F 3F 3F (Hex).
I can store iOS4 emojis well, but not iOS5.
How can I store iOS5 emojis?
Please help me.
mysql iphone ios5 utf8mb4
plenty Oct 18 2018-11-18T00: 00Z
source share