How to use native2ascii tool?

Hi Friends,

I created one property file in english named string.property for my application. I need to convert that property file for different languages like chinese, arabic, japanese, spanish, etc.

I found native2ascii too is use to convert propert file. But I have no idea how to use it. can any one plese explain me by giving proper example if possible.

I would appreciate your help for this.

Thank you

[437 byte] By [Kirti_Mistrya] at [2007-11-27 7:51:44]
# 1

native2ascii [options] [inputfile [outputfile]]

-reverse

Perform the reverse operation: convert a file with Latin-1 and/or Unicode encoded characters to one with native-encoded characters.

-encoding encoding_name

Specify the encoding name which is used by the conversion procedure. The default encoding is taken from System property file.encoding. The encoding_name string must be taken from the first column of the table of supported encodings in the Supported Encodings document.

-Joption

Pass option to the Java virtual machine, where option is one of the options described on the reference page for the java application launcher. For example, -J-Xms48m sets the startup memory to 48 megabytes.

bryanoa at 2007-7-12 19:32:52 > top of Java-index,Java Essentials,Java Programming...