hi all,
on doing an rss import with wp2.0.3 which is encoded with
ISO-8859-1 and contains "special characters" (umlaute) all these
characters get lost cause wordpress tries to interpret them
as UTF-8. Any solution for this situation out there?
hi all,
on doing an rss import with wp2.0.3 which is encoded with
ISO-8859-1 and contains "special characters" (umlaute) all these
characters get lost cause wordpress tries to interpret them
as UTF-8. Any solution for this situation out there?
Change WP's default encoding from utf-8 to whatever you have in the imported stuff.
admin > Options > Reading.
thx! this is a start!
is there any chance for a detection and conversion during rss-import? Cause when umlauts are entered while wp is in UTF-8 mode, then a rss-ISO-8859-1-import is done and I change admin > Options > Reading to ISO-8859-1, the umlauts of import are correct but all previous umlauts get corrupt. Thanks in advance!
I am afraid there is solution for it.
If you try to "blend" content with two different encoding... you'll always end up with something screwed up: either the old one or the new one.
I thought it was an empty WP install, that's why I suggested changing the encoding.
Maybe a find and replace in the file before importing? I have no idea... sorry.
This topic has been closed to new replies.