7 Internationalization

Use these command to create localizable Java applications.

This section contains the following command:

native2ascii: Creates localizable applications by converting a file with characters in any supported character encoding to one with ASCII and/or Unicode escapes (\uxxxx) notation for all characters that are not part of the ASCII character set, or vice versa.

具体详情请参考: native2ascii.md

原文链接: http://docs.oracle.com/javase/8/docs/technotes/tools/windows/s3-internationalizat-tools.html