Re: German Umlauts XBMC
Yura Scheglyuk <[email protected]>
| Newsgroups | gmane.comp.sysutils.lcdproc |
|---|---|
| Message-ID | <[email protected]> |
Hi! On 26.04.2011 18:58, Hans wrote: > thank you for your quick answer. I use LCDProc (Silverstone case, I > think it is a Soundgraph) in kombination with XBMC. I already tried to > use another Character encoding in the Programm settings, but it made no > difference. XBMC has a lot of bugs. This bug opened 7 months ago http://trac.xbmc.org/ticket/10324. In two words, XBMC contains StringToLCDCharSet() function that remapping chars according hd77480 charmap. This charmap remains from XBOX times and XBMC developers don't willing to fix this bug. So you can fix charmap in xbmc.bin file by hands or recompile XBMC by removing StringToLCDCharSet() call in xbmc/linux/XLCDproc.cpp Also you can look at another XBMC bug http://trac.xbmc.org/ticket/8981 -- Best regards, Yura Scheglyuk.