You can use the native2ascii application that is bundled with your JDK to 
automatically convert your native-encoded file with umlauts to \uXXXX format encodings.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 03, 2004 2:50 PM
To: Struts Users Mailing List
Subject: Re: Special Characters (german Umlaute)


Hi Ralf,

use unicode in the resource bundle.

\u00c4 = Ä
\u00e4 = ä 

and so on.

A complete chart is available here:

http://www.unicode.org/charts/PDF/U0080.pdf

greetings 
mattes

-- 
Mattes Balser | [EMAIL PROTECTED]
High-End Services GmbH | www.nervmich.net



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


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

Reply via email to