15.12.2018, 07:32
Quote:
Don't use code pages, just stick to Unicode. However note that MySQL may have a strange non-standard Unicode version by default, you need "utf8mb4_unicode_ci" to get real Unicode in that case.
|
PHP код:
mysql_set_charset("utf8mb4_unicode_ci");