Thanks Laugh.
Quote by: LaughAre you using Geeklog v2.1.3?
No, unfortunately it's not decent version but v1.4. Hopefully it should be upgraded with GL's next version this year!
You need to make sure your database collation and tables are set to utf8mb4_general_ci or something similar.
[/p]
Yes, I make sure that collation is same. But I doubt that as you said. All of tables for the original db are not explicitly declared collation.
Also in db-config.php file make sure this is set:
$_DB_charset = 'utf8mb4';
[/p]
Ok I'll check db-config.php, but now I don't use utf8mb4 because current charset for mysqld is utf8. To make it work with utf8 charset is first priority, even though utf8mb4 charset should be globally used in blog & SNS.
Finally in the Geeklog Configuration make sure the config option:
Remove 4-byte utf-8 characters? (?)
is set to false.[/p]
OK I'll check it out.