The native2ascii Tool : Introduction « Language « Java Tutorial






You can use the native2ascii tool to convert files with native encoded characters to a file with Unicode encoded characters.

The syntax to use the native2ascii tool is:

native2ascii [options] [inputfile [outputfile]]
  1. options: Refers to various options that you can use to pass information or configure the native2ascii tool.
  2. inputfile: Refers to the file that contains native encoded characters.
  3. outputfile: Represents the file that will contain the converted text.

Options of the native2ascii Tool

OptionDescription
-reverseAllows you to perform the reverse operation, which reverse the sense of the conversion.
-encoding encoding_nameSpecifies the encoding name that is used by the conversion procedure.
-JoptionAllows you to pass configuration options to JVM.










1.1.Introduction
1.1.1.Developing a Java program involves
1.1.2.JDK Utilities
1.1.3.See the details of the compilation: use the verbose option
1.1.4.A profiler is used to analyze how much time a program spends in each part of the code.
1.1.5.The syntax to use the javac tool
1.1.6.Java Compiler Options
1.1.7.The java Tool
1.1.8.Commonly Used Java Command Options
1.1.9.The javadoc Tool
1.1.10.The jar Tool
1.1.11.The javap Tool
1.1.12.Some of the Options Supported by the javap Utility
1.1.13.The jarsignature Tool
1.1.14.The native2ascii Tool
1.1.15.The jconsole Tool
1.1.16.Set the memory available to the JVM
1.1.17.Java memory command line arguments