-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ஆமாச்சு,
ஆமாச்சு wrote: > also replaced the text/ string in ApplicationResource.properties file > to my language... Did you make sure that ApplicationResource.properties was saved in ISO-8859-1 encoding with your Tamil characters written in Unicode escapes like \u1234? If you have bare Tamil characters in your file it will not work. You must use the Unicode escapes to make it work. I found a great utility called Attesoro (http://attesoro.org/) that helps you translate Java properties files. It displays everything naturally on the screen and in it's simple text editor, but saves all the properties files in the right encoding, etc. so you don't have to worry about the escapes. You can also use the "native2ascii" program that comes with Java. You will have to specify the input encoding (UTF-8 shown here, please use your own): $ native2ascii -encoding UTF-8 ApplicationResource.properties out.props The file out.props should contain the correct encoding and escapes. > Problem #1: > > In Netbeans IDE the text display wasn't proper.. both in .jsp and > ApplicationResource.properties files.. in .jsp it was squares... and > in ApplicationResource.properties i had some junk values... See the above note about using Unicode escapes. Also, I wonder if your Java installation has the correct font installed (or configured to display the correct OS font when you request that one). You /do/ have the correct font installed in your OS to display Tamil, yes? > Problem #2: > > but the Tamil text that I had given in the .jsp file was properly > displayed... The text that i gave in ApplicationResource.properties > file wasn't displayed correctly... > > I have uploaded the screenshot in the link given below.... The junk > values can be identified as those next to "Your Name" in English.. I think you probably are trying to use UTF-8 encoding for your properties file. Change it to ISO-8859-1 with Unicode escapes and that should work. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGRxP99CaO5/Lv0PARAuGKAJsGG90h9wEw+bsHrPtJ0lZXRMU3HwCgsz9O 2t8H9h3Csw5wqDh8i3GF9Ms= =4f8/ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]