native2ascii命令的一种用法!
【程序编程相关:嘿嘿 ,接着表明观点。】【推荐阅读:基于p2p的语音通信软件和一般voip业】
native2ascii convert text to unicode latin-1. 【扩展信息:实现千万级数据的分页显示】
在jdk文件中这样描述这个命令的:语法如下:
native2ascii [options] [inputfile [outputfile]]
具体的选项有: -reverse perform the reverse operation: convert a file with latin-1 and/orunicode encoded characters to one with native-encoded characters.
-encoding encoding_namespecify 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 theoptions described on the reference page for the java application launcher.
... 下一页