Good Morning Lukasz

I would suggest using the native2ascii converter tool available in Ant..
Documentation is available at
http://ant.apache.org/manual/OptionalTasks/native2ascii.html
You can setup various 'dependencies' such as trigerring when you check in your Message_pl.properties into VersionControl you can then trigger the execution of native2ascii task to output to the actual Message.properties which will be used in
building the webapp war
Anyone else ??

Dziekuje,
Martin-
----- Original Message ----- From: "Łukasz Piątkowski" <[EMAIL PROTECTED]>
To: <user@struts.apache.org>
Sent: Saturday, October 22, 2005 7:33 AM
Subject: Message.properties encoding problem


Hello again !

I have Message_pl.properties file for polish language. The problem is every time I want to add something new to it, using polish characters, I need to convert polish properties file with native2ascii tool. Then everything is allright. ...but I want to convert it automatically. Is there any chance to do this ? I've heard about posibility of writing new filter especially for message resources.

All encoding on JSP pages, strust-config.xml, web.xml and RequestFilter is set to UTF-8. All other things work just fine.

Best regards,
Lukasz



---------------------------------------------------------------------
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