Table: wp_posts, column post_name not unicode.
-
Hey chaps,
Im experiencing a bug I believe.Im using Danish letters ??? ???.
While entrys to the database table “wp_posts” column “post_title” and “post_content” are being written correctly with ???, the column “post_name” are not.. eg:
post_title: “Vedt?gter”
post_name: “vedt%c3%a6gter”This is a problem when I use wp_list_pages() and the permalink is the taking the “post_name” for href, this results in pages not found.
A snippet of settings:
wp-config.php define('DB_CHARSET', 'utf8'); define('DB_COLLATE', ''); define ('WPLANG', 'da_DK');
Im running XAMPP on Vista 64 bit, and this is my development pc. I do however not consider it to be an OS or Apache issue.
what to do, anyone with similar issues?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Table: wp_posts, column post_name not unicode.’ is closed to new replies.