coverlim
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: character set problemsi also tried exporting the DB for 3.23 support, to remove all teh character set references from teh DB. is exactly the same.
Forum: Fixing WordPress
In reply to: character set problemsyes i have … there it is utf-8, but if i switch to iso-8859-1 the caracters look even stranger.
Forum: Fixing WordPress
In reply to: character set problemsthe database is in latin1_swedish_ci, which means it should be in ISO-8859-1. but the page and the WP install is UTF-8. if i switch all this to ISO-8859-1 it looks even worse. even teh DB settings seem strange… see below.
mysql> SHOW VARIABLES LIKE ‘character\_set\_%’;
+————————–+——–+
| Variable_name | Value |
+————————–+——–+
| character_set_client | latin1 |
| character_set_connection | latin1 |
| character_set_database | latin1 |
| character_set_results | latin1 |
| character_set_server | latin1 |
| character_set_system | utf8 |
+————————–+——–+
6 rows in set (0.00 sec)Forum: Fixing WordPress
In reply to: character set problemsthanks for the advice. i checked and it is not setting the Default Char set in the conf file. I also tried specifying it with .htaccess to no avail.
in phmyadmin on both sites, i see the characters im trying to get rid of.
for latin1_swedish_ci what charset should be specified in the header?