[Plugin: Duplicator] Problems with character encoding
-
I’ve noticed some problem with character encoding:
All values in the MySQL Dumb are empty. Iconv cleared all strings (strange). If i removed the iconv in the functions.php it worked perfect.
//$row[$j] = iconv("UTF-8", "ISO-8859-1//TRANSLIT", $row[$j]);After installing special characters messed up(ö,ä,ü…):
To fix this I’ve added in the installer template the following line of code right after the mysql_connect:
mysql_query("set names 'utf8'");Great Plugin!
Regards, Temo
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘[Plugin: Duplicator] Problems with character encoding’ is closed to new replies.