|
|
|
|
|
by Sharlin
3081 days ago
|
|
although technically what mysql calls latin-1 is actually using Windows-1252 :( ...and what mysql calls UTF-8 is a subset that only supports code points of up to three bytes! To get UTF-8 you need to use "utf8mb4". Why anybody uses mysql is beyond me. |
|