`
- 浏览:
16752428 次
- 性别:
- 来自:
济南
-
native2ascii 命令由 JDK 提供。---------------------------------------------------------------------------native2ascii 命令的手册页NAME native2ascii − native to ASCII converterSYNOPSIS native2ascii [ options ] [ inputfile [outputfile]]DESCRIPTION The Java compiler and other Java tools can only process files that contain Latin-1 or Unicode-encoded (\udddd notation) characters. native2ascii converts files that contain other character encoding into files containing Latin-1 or Unicode-encoded charaters. If outputfile is omitted, standard output is used for output. In addition, if inputfile is omitted, standard input is used for input.OPTIONS The following options are supported: −encoding encoding_name Specifies the encoding name that is used by the conversion procedure. The default encoding is taken from system property file.encoding. The encoding_name string must be one taken from the first column of the table of supported encodings in the Supported Encodings document: http://java.sun.com/j2se/1.5/docs/guide/intl/encoding.doc.html −reverse Performs the reverse operation: converts a file with Latin-1 or Unicode-encoded characters to one with native-encoded characters. J option Pass option to the Java virtual machine, where option is one of the options described on the man page for the java application launcher, java(1). For example, −J-Xms48m sets the startup memory to 48 megabytes. It is a common convention for −J to pass options to the underlying virtual machine. 22 Jun 2004 1---------------------------------------------------------------------------
分享到:
Global site tag (gtag.js) - Google Analytics
相关推荐
标题中的"native2ascii.exe"是一款Java开发工具,主要用于处理非ASCII编码的本地化资源文件。这个工具将本地化的文本,比如包含特殊字符或者非英文字符的字符串,转换成ASCII编码,以便Java程序能够正确读取和处理。...
### Native2Ascii工具详解 #### 一、工具概述 `native2ascii` 是Sun Java SDK中的一个实用工具,主要用于将包含非ASCII字符的文本文件(如`.txt`、`.ini`、`.properties`、`.java`等)转换为Unicode编码格式。在...
native2ascii工具,不需要在命令行的转换了
描述中的“基于JDK的native2ascii的编码转换图形工具”可能就是这样的一种实现,它可能是将`native2ascii`的命令行操作集成到一个图形用户界面(GUI)程序中,使得非技术用户也能轻松进行编码转换。 使用`native2...
2、将附件下的native2ascii.link 文件放在\Eclipse6.0.1\eclipse\links目录下,然后配置path=D:\\Program Files\\Eclipse6.0.1\\eclipse\\plugins\\native2ascii 即1所放置的native2ascii 文件夹位置,根据实际路径...
`native2ascii`命令是Java开发中用于处理非ASCII字符的一种工具,主要用于将含有非英文字符(如中文、日文等)的文本文件转换为Unicode编码的ASCII格式,以便Java虚拟机(JVM)能够正确识别和处理。这个命令对于国际...
【使用 native2ascii 进行编码格式转换】 在Java开发中,经常遇到因编码格式不匹配导致的乱码问题,特别是在处理国际化资源文件时。Java默认使用Unicode编码,但有时我们的系统或文件可能是GBK等其他编码格式。为了...
标题中的“native2ascii图形界面工具”是指一个用于处理非ASCII字符编码的工具,它具有图形用户界面(GUI)。在Java开发中,由于Java源代码只支持ASCII字符集,但某些资源文件(如属性文件)可能包含本地化的非ASCII...
Native2Ascii(Ascii2Native) Native2Ascii(Ascii2Native)
标题中的“在线native2ascii”指的是一个在线工具,它提供了将本地编码的文本转换为ASCII编码的功能。在Java开发中,native2ascii工具是用于处理非ASCII字符的,特别是处理包含特殊字符(如中文、日文等)的资源文件...
通过在线native2ascii转换而成的html可以在本地直接使用,将需要的转换成unicode
对JDk自带的native2ascii进行了一下包装 使操作更方便,用来更省事 使用使你先确认你的机子安装了JDk及配置了java的path环境变量 由于制作匆忙,内有很多地方需要改进,请大家多多提意见 内有源码,如有需要也可以...
native2ascii资源文件编码转换命令
用java写的中文字符转unicode码程序,功能类似于JDK里面的native2ascii,但是是图形界面,非常好用。
偶没有装JDK,所以也无法使用JDK自带的实用工具native2ascii.exe,这是一个仿制工具,仅供JAVA加载资源文件时将汉字转换为UNICODE编码用;
把文字编码变成统一的Unicode编码工具 Native Ascii 编码 本地 Java