[BUG] Scraper: fixchars causes WCHAR_T conversion error
#1
Hello everyone,

I develop a scraper which parses an ISO-8859-15 encoded web site. I have a site containg the character ü. If I do not use fixchars I doo not get an error message, but the character is displayed as ü instead of ü in xbmc. so this is not what I want to achieve of course.

Using fixchars xbmc tries to convert it, ending up in the following error message:
Code:
ERROR: convert_checked failed from WCHAR_T to iso-8859-15//IGNORE, errno=84

This seems to be a linux specific problem. On Windows it works perfectly.

Kind regards
Larry_Lobster
Reply

Logout Mark Read Team Forum Stats Members Help
[BUG] Scraper: fixchars causes WCHAR_T conversion error0