charset
- n.字符集
-
For example , he reported massive problems with UNICODE filenames that use extended charset .
例如,他报告了使用扩展字符集的Unicode文件名大问题。
-
If you want to configure a different language locale , use the appropriate DOS and UNIX charset parameter options .
如果您想配置一个不同的语言语境,那么应使用适当的DOS和UNIX字符集参数选项。
-
Thus , you should use the same charset when Samba communicates with an older Windows client .
因此,当Samba与一个较早的Windows客户端通信时,您应该使用相同的字符集。
-
Unicode Charset Support in Java Programming
Java程序设计中对Unicode的支持
-
For encoding sets supported in charset . jar , please check Supported Encodings on the Java site .
对于charset.jar中支持的编码集,请在Java站点上检查SupportedEncodings。
-
This is where the UNIX charset directive performs an important role in the proper setting for the Samba configuration .
这是UNIX字符集指令在Samba配置的正确设置方面发挥重要作用的地方。
-
A code page has traditionally been known as codepage , encoding , charset , character set , and coded character set .
代码页以前也称为码页、编码、字集、字符集或经过编码的字符集。
-
Although technically the various names could have slightly different meanings , this article uses the terms code page , character set , encoding , and charset interchangeably .
尽管在技术上,这些不同名称的意义存在细微的差别,但在本文中,术语代码页、字符集、编码方式和字集可以互换。
-
Java . nio . charset . Charset : This class defines methods for creating decoders and encoders and for retrieving the various names associated with a charset .
Charset:这个类定义了用于创建解码器和编码器的方法,以及用于获取与字符集相关联的各种名称的方法。
-
And the IgnoreCharsetDirective property of the Document is set because apparently there 's a bug in HTMLEditorKit when a charset attribute is in a page 's tag .
而设置Document的IgnoreCharsetDirective属性是因为,当页面的标记中包含一个charset属性时,HTMLEditorKit中明显存在一个bug。
-
Java . nio . charset . CharsetDecoder : This class defines an engine that can transform a sequence of bytes in a specific charset into a sequence of sixteen-bit Unicode characters .
CharsetDecoder:这个类定义了一个引擎,这个引擎可以将采用特定字符集的字节序列转换为16位Unicode字符序列。