[mythtv-users] Problems with unicode in epg

Marco Reichwald mythtv-users at marconfus.org
Fri Apr 16 04:43:31 EDT 2004


On Wed, Apr 14, 2004 at 10:51:02PM +0200, Marco Reichwald wrote:
> 
> I'm using mythtv-cvs from a few days ago.
> My problem is that the EPG (onscreen and with mythweb) doesn't show
> german umlauts. It shows the raw 2-byte unicode sequence instead.

OK, I've narrowed the problem a bit:
There seems to be some kind of "double conversion". Special characters
in the database consist of four bytes.
As if the input routine would be like:
INSERT INTO program [...] latin1_to_utf8(latin1_to_utf8($latin1_string))

Any idea what could cause this problem?

Marco

P.S. I'm using xmltv-0.5.31 the generated xml file is correctly
ISO-8859-1 coded.


More information about the mythtv-users mailing list