[Typo3] n_rdfimport character encoding

Martin Visser visser at squarewise.com
Mon Jun 6 17:19:40 CEST 2005


Hi list,

I've set up the n_rdfimport extension and almost everything works just
fine.
On one page I have three feeds. Two of them are ok, but one is very
annoying!
The feed is: http://www.nos.nl/nos/rss/nieuws.xml so you can it.
Some characters (like é and ë) are not correctly parsed. If I try to do
something like this:
if (mb_detect_encoding($xmlData) == "UTF-8") { $xmlData =
utf8_decode($xmlData); }
Then that feed is ok, but another isn't.

é is parsed as é
ë is parsed as ë

Any ideas?

Martin



More information about the TYPO3-english mailing list