Re: [vdr] [SOLVED] Re: How to set German OSD in VDR 1.5.8

2007-08-24 Thread Matthias Fechner
Hi Halim,

Halim Sahin wrote:
 If I write unset $LANG
 all apps are producing  english output.

yes that is excatly what VDR also does but if I have not defined LANG
then I'm not able to select another language in the OSD of VDR and that
is the issue I tried to address.
Everything else is fine.

Best regards,
Matthias

-- 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [SOLVED] Re: How to set German OSD in VDR 1.5.8

2007-08-23 Thread Klaus Schmidinger
On 08/23/07 17:46, Matthias Fechner wrote:
 Hi,
 
 i found the problem now.
 I must set a language with LANG=
 
 If i don't do that VDR has a problem,
 Klaus is that the behavior you want?

I don't really want anything in particular here ;-)

All I want is that the gettext() calls deliver the right
texts.

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [SOLVED] Re: How to set German OSD in VDR 1.5.8

2007-08-23 Thread Matthias Fechner
Hi Klaus,

Klaus Schmidinger wrote:
 I don't really want anything in particular here ;-)

:)

 All I want is that the gettext() calls deliver the right
 texts.

my it is some your your ToDo list.
- Fix the problem that a user cannot select a language in VDR if no LANG
is defined on the shell
- or put a node in the INSTALL file that LANG must be defined in the
shell before starting VDR

Thx Klaus for that software, I cannot think to live without it.

Best regards,
Matthias

-- 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] [SOLVED] Re: How to set German OSD in VDR 1.5.8

2007-08-23 Thread Anssi Hannula
Matthias Fechner wrote:
 Hi Klaus,
 
 Klaus Schmidinger wrote:
 I don't really want anything in particular here ;-)
 
 :)
 
 All I want is that the gettext() calls deliver the right
 texts.
 
 my it is some your your ToDo list.
 - Fix the problem that a user cannot select a language in VDR if no LANG
 is defined on the shell
 - or put a node in the INSTALL file that LANG must be defined in the
 shell before starting VDR

AFAICS that is only needed if the user locale settings are set to C, 
POSIX or invalid values.

This behaviour was added to glibc in 2001, likely to fix something else.
http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/intl/dcigettext.c.diff?r1=1.22r2=1.23cvsroot=glibcf=h

I've contacted the committer about our issue. If I get no reply, I'll 
raise it in libc-alpha ml.

-- 
Anssi Hannula

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr