Posts: 42
Joined: Aug 2008
Reputation:
0
eroxm
Junior Member
Posts: 42
2013-11-30, 00:53
(This post was last modified: 2013-11-30, 19:34 by eroxm.)
In the channel names and the EPG the "umlauts" (german special characters) are sometimes not shown correctly. I've tried to delete the database, but this did not help in any cases. Some were fixed after that, some were not. I don't know if it's an issue of vdr, xbmc or vnsi. Hopefully someone can help me.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Your channels.conf needs to be encoded in utf-8. You can either do this with w_scan when creating the file or use iconv in case you missed this.
Some channels don't braodcast the used character set for EPG. You need to set charset override for vdr:
export VDR_CHARSET_OVERRIDE="ISO-8859-15"
Posts: 42
Joined: Aug 2008
Reputation:
0
eroxm
Junior Member
Posts: 42
Thanks! Seems to have worked. Still saw some characters that were wrong, but only on non-german channels (spanish, ...). But I don't care about that.
Posts: 42
Joined: Aug 2008
Reputation:
0
eroxm
Junior Member
Posts: 42
The issue is not finally solved. After some time the wrong characters in the EPG are back. Do I have to put export VDR_CHARSET_OVERRIDE="ISO-8859-15" into some config file?
Posts: 6,810
Joined: Jul 2010
Reputation:
198
I have it in the script runvdr
Posts: 6,810
Joined: Jul 2010
Reputation:
198
I would put it before the call to start vdr.
Posts: 562
Joined: Jan 2013
Reputation:
9
Thanks again....
It workd...
Board: B85M-ITX
CPU: i3 4330
GPU: Geforce GTX 750ti
Posts: 42
Joined: Aug 2008
Reputation:
0
eroxm
Junior Member
Posts: 42
It's working for me too, but after every update of vdr, the code line is gone and I have to add it again manually. Is there another way I can do this or another file I can add this to so that it stays permanently?