Hello, for those interested in displaying EPG content in UTF-8, but don't care about a localization of VDRAdmin, you might be interested in this patch. It will add a script which will generate an en_US.utf8 locale PO-file right from the POT file (will thus always be up to date), and also add "en_US.utf8" to the LANG variable in the make.sh and install.sh scripts. All you have to do after generating the "new" locale is to run "make.sh po" before installing, that way the new locale will also be compiled (assumes gettext installed on the system, which shouldn't be a problem). Then you can configure the en_US.utf8 locale at least from VDRAdmin's Configuration page, if you don't want to set it globally for your system. If you want to use a similar technique for a localized VDRAdmin-AM, you can convert the respective PO-file to UTF-8, let the "ISO-8859-1" msgid (one of the first messages) map to "UTF-8" and add the new locale to the build system. Have phun, Lucian P.S. The other patch is for the current gentoo ebuild, for those gentoo-ers who can't wait until hd_brummy provides a new one. -------------- next part -------------- A non-text attachment was scrubbed... Name: vdradmin-am-3.4.6-r1.ebuild_utf8.diff Type: text/x-patch Size: 437 bytes Desc: not available Url : http://www.linuxtv.org/pipermail/vdr/attachments/20060715/f09c50f0/vdradmin-am-3.4.6-r1.ebuild_utf8.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: vdradmin-am-3.4.6-en_US.utf8.diff Type: text/x-patch Size: 1421 bytes Desc: not available Url : http://www.linuxtv.org/pipermail/vdr/attachments/20060715/f09c50f0/vdradmin-am-3.4.6-en_US.utf8.bin