网站首页  词典首页

请输入您要查询的英文单词:

 

单词 utf-16
释义

utf-16

  • 网络统一码转换格式-16
1.
统一码转换格式-16
Unicode... ... 统一码转换格式-8 UTF-8 统一码转换格式-16 UTF-16 统一码转换格式-16 编码方案 UTF-16 Encoding Scheme ...
www.unicode.org

例句

释义:
1.
Converts the value of a UTF-16 encoded character or surrogate pair at a specified position in a string into a Unicode code point.
将字符串中指定位置的UTF-16编码字符或代理项对的值转换为Unicode码位。
msdn2.microsoft.com
2.
Omit the XML declaration, and use the UTF-8 encoding, or use a UTF-16 Unicode Byte Order Mark (BOM) at the beginning of your document.
在文档的开头部分,省略XML声明,并使用UTF-8编码,或者使用UTF-16Unicode字节顺序标记(ByteOrderMark,BOM)。
www.ibm.com
3.
This method completely ignores all the encoding information available, and the returned string is always encoded in UTF-16.
这个方法完全忽略所有可用的编码信息,所返回的字符串总是用UTF-16编码的。
www.ibm.com
4.
For instance, if UTF-16 data is naively loaded into a C string, the string may be truncated on the second byte of the first ASCII character.
比方说,如果UTF-16数据原样加载到C字符串中,字符串可能从第一个ASCII字符的第二个字节截断。
www.ibm.com
5.
The UTF-16 encoding alleviates some of this penalty because each character is specified using two bytes, assuming no surrogate characters.
因为每个字符都规定使用两个字节,同时假设没有代替的字符,所以UTF-16编码在一定程度上减轻了这种性能损失。
www.ibm.com
6.
Converts the specified Unicode code point into a UTF-16 encoded string.
将指定的Unicode码位转换为UTF-16编码字符串。
msdn2.microsoft.com
7.
Even documents that use the default UTF-8 and UTF-16 encodings should have such a declaration.
即使采用默认UTF-8和UTF-16编码的文档也应该有这样的声明。
www.ibm.com
8.
UTF-8 is less likely than UTF-16 or other Unicode encodings to cause problems for systems that are unaware of Unicode and XML.
与UTF-16或其他Unicode编码相比,对于不支持Unicode和XML的系统,UTF-8更不容易造成问题。
www.ibm.com
9.
If your text XML is in Unicode (UCS-2, UTF-16), you can assign it to an XML column, variable, or parameter without any problems.
如果文本XML采用Unicode(UCS-2、UTF-16),可以将其赋给XML列、变量或参数,不会有任何问题。
msdn2.microsoft.com
10.
However, if you use UTF-16, the size of the original document roughly doubles and the document takes longer to parse.
然而,如果使用UTF-16的话,原始文档的大小便要加倍,这样的文档解析起来要花更多的时间。
www-128.ibm.com
1.
XML data retrieved from the server comes out in UTF-16 encoding.
从服务器检索的XML数据均采用UTF-16编码。
msdn2.microsoft.com
2.
First, unlike UTF-16, UTF-8 has no endianness issues.
首先,与UTF-16相比,UTF-8没有endianness问题。
www.ibm.com
3.
Thus the encoding attribute of the manually transcoded XML string is still "UTF-16" instead of "Big5" .
因此这个以手工方式转码的XML字符串的编码属性仍然是“UTF-16”而不是“Big5”。
www.ibm.com
4.
The Java programming language reflects this situation and uses 16-bit UTF-16 encoded characters to deal with the problem.
Java编码语言考虑到了这种情况,并使用16位UTF-16编码字符处理这个问题。
www-128.ibm.com
5.
For all the encodings, the internal. NET Framework strings are native UTF-16 strings.
对于所有编码,内部.NETFramework字符串都是本机UTF-16字符串。
msdn2.microsoft.com
6.
The character is specified as one or two UTF-16 code units in hexadecimal notation.
这个字符指定为十六进制形式的一个或两个UTF-16编码单元。
www-128.ibm.com
7.
UTF-16 is a variable-width character encoding, once surrogate pairs are taken into account.
如果考虑到替换对,UTF-16是一种变长字符编码。
www.ibm.com
8.
These limitations are caused by non-Unicode applications that are running on the Unicode (UTF-16)-based Microsoft Windows XP.
这些限制由Unicode(UTF-16)上运行非Unicode应用程序-基于MicrosoftWindowsXP。
support.microsoft.com
9.
Notepad. Exe can save files that are encoded in the current system ANSI codepage, in UTF-8, or in UTF-16 (also called Unicode).
Notepad.exe可以保存当前系统ANSI代码页中用UTF-8或UTF-16(也称为Unicode)编码的文件。
msdn2.microsoft.com
10.
For CJK scripts, however, UTF-8 can require three bytes for each character, potentially causing larger data sizes than UTF-16.
但是,对于CJK语言,UTF-8可能要求每个字符使用三个字节,这样,数据大小可能超过UTF-16。
msdn2.microsoft.com
1.
UTF-8 was chosen as the default format for character data columns, with UTF-16 for graphic data columns.
UTF-8被选择为字符数据列的默认格式,其中UTF-16用于图形数据列。
www.ibm.com
2.
Big-endian and little-endian UTF-8 are identical, because UTF-8 is defined in terms of 8-bit bytes rather than 16-bit words.
UTF-8用Big-endian和little-endian来表示都是一样的,因为UTF-8是按8位字节而不是16位字定义的。
www.ibm.com
3.
To transcode the UTF-16 string to your specified encoding.
将UTF-16字符串转码成您指定的编码。
www-128.ibm.com
4.
Use UTF-8, ASCII, and UTF-16 character encodings, which are faster than ANSI and Windows codepage encodings.
使用UTF-8、ASCII和UTF-16字符编码,它们比ANSI和Windows代码页编码更快。
msdn2.microsoft.com
5.
In that case, it is recommended to use MemBufFormatTarget instead, for receiving an encoded string other than UTF-16.
在这种情况下,要接收非UTF-16编码的字符串,建议您使用MemBufFormatTarget。
www.ibm.com
6.
Characters in the ASCII range occupy only half the space in UTF-8 that they do in some other encodings of Unicode, particularly UTF-16.
与其他Unicode编码特别是UTF-16相比,在UTF-8中ASCII字符占用的空间只有一半。
www.ibm.com
7.
To initialize the Oracle client libraries in UTF-16 mode.
在UTF-16模式下初始化Oracle客户端库。
msdn2.microsoft.com
8.
The DOMString type is explicitly specified to consist of wide UTF-16 characters.
DOMString类型被显式指定包括宽UTF-16字符。
www.ibm.com
9.
Save selected characters to file in UTF-8, UTF-16 (Big or Little Endian) or UTF-32 (Big or Little Endian) encoding.
保存到文件选定的字符在UTF-8,UTF-16的(大或小端)或UTF-32(大或小端)编码。
www.pb86.net
10.
In addition, there is another encoding scheme called UTF-16 that can also be used to represent supplementary characters.
另外,还有一种称为UTF-16的编码方案,它也可以用来表示补充字符。
www-128.ibm.com
1.
The input file should be encoded in UTF-8 or UTF-16 format.
应该将输入文件编码为UTF-8或UTF-16格式。
www.ibm.com
2.
Modified the handling of UTF-16 UTF-32 character code.
修正有关UTF-16UTF-32字符的处理。
opensoap.jp
3.
IDENTITY_16BIT collator implements CESU-8 (An 8-bit compatibility encoding scheme for UTF-16).
IDENTITY_16BIT排序器实现CESU-8(一种8位的兼容UTF-16的编码方案)。
www.ibm.com
4.
Other Unicode formats such as UTF-16 tend to contain numerous zero bytes.
其他Unicode格式如UTF-16往往包含很多零字节。
www-128.ibm.com
5.
SQL Server always outputs XML values as UTF-16 strings with no BOM or embedded encoding declaration.
SQLServer始终以UTF-16字符串形式输出XML值,而不带有BOM或嵌入式编码声明。
msdn2.microsoft.com
6.
Google doesn't even allow alternate encodings of Unicode such as UTF-16, much less non-Unicode encodings like ISO-8859-1.
Google甚至不允许其他Unicode编码(如UTF-16),更不用说ISO-8859-1这样的非Unicode编码了。
www.ibm.com
7.
SQL Server 2005 stores XML data using the UTF-16 encoding scheme.
SQLServer2005使用UTF-16编码架构存储XML数据。
msdn2.microsoft.com
8.
Each code point is encoded using UTF-16 encoding, and the numeric value of each element of the encoding is represented by a
每个码位都是使用UTF-16编码进行编码的,编码的每个元素的数值都用一个
msdn2.microsoft.com
9.
Supports access to the XML as a standard Java UTF-16 string for most common programming scenarios
对于大多数常见的编程场景,它支持对作为标准JavaUTF-16字符串的XML的访问
msdn2.microsoft.com
10.
If you would like to receive a string encoded in something other than UTF-16, you can transcode the string manually using an
如果您打算接收以UTF-16之外的其它方式编码的字符串,可以使用
www-128.ibm.com
1.
UTF-16: 16-bit UCS Transformation Format, byte order identified by marker
UTF-16:16位UCS转换格式,用标记(marker)识别的字节顺序
www.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 13:19:49