On Sat, 1 Sep 2007, Stone wrote:
> When you do export LANG to pl_PL.ISO-8859-2, does VDR say the locale is
> recognized on startup?
I do:
export LC_CTYPE=pl_PL
Its enough - in vdr.c:
...
if (setlocale(LC_CTYPE, ""))
CodeSet = nl_langinfo(CODESET);
...
it sets CodeSet to "ISO-8859-2". And it is recognized and working :)
Boguslaw Juza