Keyboard: Problems with German Umlauts: ?. ?, ? ...

Oliver Fromme olli at haluter.fromme.com
Wed Dec 22 05:19:23 PST 2004


Jonas Sundström <jonas at xxxxxxxxxxx> wrote:
 > [...]
 > The way I like it is to have ISO date/time (24:00), Swedish currency, 
 > English as the overall language, and of course still be able to type 
 > Swedish characters. I'll have to find out if LC_CTIME, etc, override or 
 > are overridden by LANG / LC_ALL.

LANG provides the default for all LC_* variables which are
not set, and LC_ALL overrides anything else.

In your case, I think it's best to only set LC_MONETARY and
LC_CTYPE to "sv_SE.ISO8859-15".  LANG need not be set (but
can be set to "C", for example), and LC_ALL must _not_ be
set, because it would override all others.

BTW, the variables are listed in the setlocale(3) manpage.

Best regards
   Oliver

-- 
Oliver Fromme, Konrad-Celtis-Str. 72, 81369 Munich, Germany

``All that we see or seem is just a dream within a dream.''
(E. A. Poe)





More information about the Users mailing list