I try to parse a french feed encoded in ISO-8859-1 and print data as UTF-8 strings.
The feed: http://www.latribune.fr/Cobrand/Articles.nsf/AllRSS?OpenView&Channel=Accueil
The feed contains some é codes. Theses codes are converted but in ISO-8859-1 and not in UTF-8 resulting in
some garbage in the output.
I don't know where to look for patching source code. Any hint would be greatly apreciated. |