Re: Re[2]: German Umlaute

2004-09-17 Thread Martin_Schaefer

Since you see to experience your problem in request processing, may be
set the encoding with the VM: -Dfile.encoding="ISO-8859-1" or UTF-8 if
you like. Also the locale of your operating system might play a role.
If  its a UNIX/Linux box, do you have the german locale installed?

Regards
Martin

Carl-Eric Menzel <[EMAIL PROTECTED]> schrieb am 17.09.2004,
09:38:30:
> Christoph Kutzinski wrote:
> 
> > ISO-8859-1 should be no problem since it contains all german umlauts.
> 
> True. But I have standardized on UTF-8 for all text output in my
> applications, since I sometimes also have to deal with cyrillic stuff,
> and I don't want to adjust my encodings and the input filter all the
> time. Going directly to UTF-8 solves all that. Is there any good
> reason not to use UTF-8 by default?
> 
> -- 
> Carl-Eric Menzel * OpenPGP KeyID 808F4A8E * Encrypted Messages Preferred
> "Der Beginn aller Wissenschaften ist das Erstaunen, daß die Dinge   
>  sind, wie sie sind."  - Aristoteles
-- 
Martin Schaefer
NAXOS Software Solutions GmbH i.G.
Herrenstr. 1
69502 Hemsbach
Germany
 
Phone:+49 (0) 6201 49298-2
Mobile: +49 (0) 172 6269246
Fax: +49 (0) 6201 49298-1
Mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re[2]: German Umlaute

2004-09-17 Thread Carl-Eric Menzel
Christoph Kutzinski wrote:

> ISO-8859-1 should be no problem since it contains all german umlauts.

True. But I have standardized on UTF-8 for all text output in my
applications, since I sometimes also have to deal with cyrillic stuff,
and I don't want to adjust my encodings and the input filter all the
time. Going directly to UTF-8 solves all that. Is there any good
reason not to use UTF-8 by default?

-- 
Carl-Eric Menzel * OpenPGP KeyID 808F4A8E * Encrypted Messages Preferred
"Der Beginn aller Wissenschaften ist das Erstaunen, daß die Dinge   
 sind, wie sie sind."  - Aristoteles