Re: Unicode text in Property files

2003-12-03 Thread Debashish Chakrabarty
://www.jroller.com/page/debashish - Original Message - From: "Jason Lea" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, December 04, 2003 1:53 AM Subject: Re: Unicode text in Property files > You can create and edi

Re: Unicode text in Property files

2003-12-03 Thread Jason Lea
You can create and edit the property files saving them in UTF-8. Then you convert the UTF-8 into the format java expects eg \u using the native2ascii program that comes with Java. It will create a new file so the created files are what go into your application, leaving your source files in

Unicode text in Property files

2003-12-03 Thread Debashish Chakrabarty
Hi, I have a query and request you to kindly spare some time to enlighten me. I am making a web application that would translate words from English to various Indian languages using Struts. The application would not use any database so I must use some flat file to store the translation in form