Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter coverlim

    (@coverlim)

    i also tried exporting the DB for 3.23 support, to remove all teh character set references from teh DB. is exactly the same.

    Thread Starter coverlim

    (@coverlim)

    yes i have … there it is utf-8, but if i switch to iso-8859-1 the caracters look even stranger.

    Thread Starter coverlim

    (@coverlim)

    the 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)

    Thread Starter coverlim

    (@coverlim)

    thanks 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?

Viewing 4 replies - 1 through 4 (of 4 total)