Re: language and charset settings

2002-02-13 Thread Balazs Javor
Hi,

Somebody suggested to me to use:

LANG=C
LC_CTYPE=hu_HU

and it seems to work.
I guess the ctype sets the display charset and the
land the application language. Try cetting ctype to
de_DE...

Balazs

On Tue, Feb 12, 2002 at 08:23:55PM +0100, Steffen Evers wrote:
>Hello,
>
>does anyone know how to have the charset settings differently than the
>language?
>
>I want to have my applications speaking English, but would like to be
>able to display German Umlaute like ue or oe. This does not work with
>the current locale stuff. However, it used to work.
>
>When I set LANG=C in /etc/environment my konsole does not display the
>Umlaute any longer. When I set it to de that works, but all applications
>speak German.
>
>Any suggestions?
>
>Bye, Steffen
>-- 
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
>
>
>
>



RE: language and charset settings

2002-02-13 Thread Mike Kuhar
If you run 'dpkg-reconfigure locales' you can install and set default the
different locales available.  -mk

-Original Message-
From: Steffen Evers [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 12, 2002 2:24 PM
To: debian-user@lists.debian.org
Subject: language and charset settings


Hello,

does anyone know how to have the charset settings differently than the
language?

I want to have my applications speaking English, but would like to be
able to display German Umlaute like ue or oe. This does not work with
the current locale stuff. However, it used to work.

When I set LANG=C in /etc/environment my konsole does not display the
Umlaute any longer. When I set it to de that works, but all applications
speak German.

Any suggestions?

Bye, Steffen
--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



Re: language and charset settings

2002-02-12 Thread Matijs van Zuijlen

On 2002.02.12 20:45:19 +0100 Eric G. Miller wrote:

On Tue, Feb 12, 2002 at 08:23:55PM +0100, Steffen Evers wrote:
> Hello,
>
> does anyone know how to have the charset settings differently than the
> language?
>
> I want to have my applications speaking English, but would like to be
> able to display German Umlaute like ue or oe. This does not work with
> the current locale stuff. However, it used to work.
>
> When I set LANG=C in /etc/environment my konsole does not display the
> Umlaute any longer. When I set it to de that works, but all
applications
> speak German.

LANG=en_US

It'll use an 8-bit character set (Latin-1), which has ümlauts.



I use

[EMAIL PROTECTED]
LC_MESSAGES=en_US
LC_COLLATE=C

so my fonts can display the euro-symbol in addition to umlaute, the 
applications still speak english, and ls displays uppercase names before 
lowercase.


Matijs



Re: language and charset settings

2002-02-12 Thread ben
On Tuesday 12 February 2002 11:23 am, Steffen Evers wrote:
> Hello,
>
> does anyone know how to have the charset settings differently than the
> language?
>
> I want to have my applications speaking English, but would like to be
> able to display German Umlaute like ue or oe. This does not work with
> the current locale stuff. However, it used to work.
>
> When I set LANG=C in /etc/environment my konsole does not display the
> Umlaute any longer. When I set it to de that works, but all applications
> speak German.
>

this is what's in my /etc/locale.gen (setup by x configuration, i believe). 
this enables me to see umlauete, euro symbols, etc., on an en_US system.

de_DE ISO-8859-1
[EMAIL PROTECTED] ISO-8859-15
en_US ISO-8859-1

ben



Re: language and charset settings

2002-02-12 Thread Eric G. Miller
On Tue, Feb 12, 2002 at 08:23:55PM +0100, Steffen Evers wrote:
> Hello,
> 
> does anyone know how to have the charset settings differently than the
> language?
> 
> I want to have my applications speaking English, but would like to be
> able to display German Umlaute like ue or oe. This does not work with
> the current locale stuff. However, it used to work.
> 
> When I set LANG=C in /etc/environment my konsole does not display the
> Umlaute any longer. When I set it to de that works, but all applications
> speak German.

LANG=en_US

It'll use an 8-bit character set (Latin-1), which has ümlauts. 

-- 
Eric G. Miller 



language and charset settings

2002-02-12 Thread Steffen Evers
Hello,

does anyone know how to have the charset settings differently than the
language?

I want to have my applications speaking English, but would like to be
able to display German Umlaute like ue or oe. This does not work with
the current locale stuff. However, it used to work.

When I set LANG=C in /etc/environment my konsole does not display the
Umlaute any longer. When I set it to de that works, but all applications
speak German.

Any suggestions?

Bye, Steffen
--