Problems with german umlauts « Roblog Forums

0 Stimmen

As I've discoverd the same problem I tried to fix it myself. I only found a workaround by now, but maybe it helps until a real solution shows.The problem is connected with the UTF8 encoding, so you can alter line 108 from$doc->fromString($xmlString);to$doc->fromString(utf8_decode($xmlString));It replaces the UTF-encoded characted with the corresponding HTML-Entity. When you add the book to your library, it only takes the title up to the first special character. So, in my case, I wanted to add "Straßenfeger", it was added as "Stra". This means, you have to edit the book afterwards (it's only a workaround!).Hope this helps, and I'll keep looking for a smoother solution!Kind regards,Stefan

http://robm.me.uk/forum/topic/24