• Unicode is usually used as a generic term referring to a two-byte character-encoding scheme.

    Unicode通常用作涉及字节字符编码方案的通用术语

    youdao

  • Communications are supported in any language, including double-byte character sets, such as Chinese.

    通信支持任何语言包括双字节字符集中国

    youdao

  • For single-byte character set testing (SBCS) — Use German, as this language is lengthy compared to English.

    对于单字节字符集(single - byte character set,SBCS)测试使用德语因为语言英语

    youdao

  • Support for a form of multibyte character set (MBCS) called double-byte character set (DBCS) on all platforms.

    所有平台上支持称为字节字符集(DBCS)字节字符集(MBCS)形式

    youdao

  • Also, CODEUNITS32 specifies that Unicode UTF-32 is used to understand the character boundaries of multi-byte characters.

    同样CODEUNITS32指定使用UnicodeUTF - 32理解多字节字符字符边界

    youdao

  • This leads to non-support for the double-byte character input/output used by the Japanese, Korean, and Chinese character sets.

    并不支持日本韩国以及中国字符集使用字节字符的输入/输出

    youdao

  • However, these numeric values do not adhere to character semantics in the case of multi-byte character encodings, like UTF-8.

    但是对于多字节字符编码(utf - 8),这些数值并不符合字符语义

    youdao

  • Standard ASCII assigns a single-byte character in the English language to a numeric value, such as 0 to 127 in decimal format.

    标准ASCII英语语言中的单字节字符分配一个数值比如十进制格式0 127。

    youdao

  • Therefore, it is important to understand what constitutes a character for writing applications that involve multi-byte character data.

    因此理解字符组成编写应用程序处理多字节字符数据非常重要。

    youdao

  • But since you have a multi-byte character as the first character, you get the result as 3, which is the first occurrence of the search string.

    但是由于第一字符字节字符,因此得到结果3搜索字符串的第一次出现位置。

    youdao

  • Figure 4 shows a search for "a", the actual character position of "a" is 2 but the output is 3 because there is a multi-byte character in the string.

    4展示a搜索,“a”实际字符位置2输出的位置是3原因在于字符串有多字节字符。

    youdao

  • Figure 2 depicts a scenario where data transformation occurs between disparate Single Byte Character Set (SBCS) code pages labeled by the encoding scheme.

    2描述了一个场景数据转换在又编码计划标记不同SingleByte CharacterSet (SBCS)编码之间发生

    youdao

  • As mentioned above, ratified standards provide for multi-byte character storage and portability; as yet, though, there are no standards for input or rendering.

    正如上面介绍的一样,一些广为认可标准为多字节存储可移植性提供了一些便利;然而,现在还没有输入和显示制定标准。

    youdao

  • Recognizing the character as a single, unit as opposed to a sequence of bytes, is a requirement in the case of string manipulations involving multi-byte characters.

    字符看作单元不是一个字节序列进行多字节字符字符串操作的必要条件

    youdao

  • In Figure 6, shows a search for the character after the third byte, which would have been the second occurrence of the character "a" if all were single byte characters.

    6中,搜索第三字节字符如果所有的字符都是单字节字符的话应该搜索到第二出现a”字符。

    youdao

  • In the case of a single-byte character encoding scheme, a single byte constitutes a character and the length of a single byte string is the same as the byte length of the string.

    对于单字字符编码模式字节组成一个字符,单字节字符串长度与字符串字节长度相同

    youdao

  • First, it can encode a single byte character from any byte-oriented code set, and second, when used in an array, it can encode any multi-byte character from a multi-byte character set such as Unicode.

    首先可以面向字节代码编码单字节字符其次数组使用时,它可以从多字节字符集(unicode),编码任何多字节字符。

    youdao

  • It first explained key concepts, such as character and byte semantics with respect to string data.

    首先介绍了一些关键概念针对字符串数据字符语义字节语义。

    youdao

  • No longer can the program assume that one byte is one character, so all data has to be decoded from UTF-8 and encoded back to UTF-8.

    程序不再假设字节就是一个字符因此所有数据需要UTF-8 进行解码,然后再重新编码成 UTF-8。

    youdao

  • This encoding scheme makes it possible to encode an ASCII character with one byte, and a non-ASCII character with multiple (up to 4) bytes.

    这个编码方案可以字节ASCII字符进行编码多个字节(最多4 字节)对 ASCII 字符进行编码。

    youdao

  • The counting of string length using a byte is referred to as byte semantics in this article, and the counting of string length using the number of characters is referred to as character semantics.

    本文中将使用字节计算字符串长度方法称作字节语义使用字符数计算字符串长度的方法称作字符语义。

    youdao

  • Consider that you have a character in UTF-8 encoding has length of 3 bytes, and the string has only the first two byte of the encoding.

    假设拥有一个UTF - 8编码字符长度为3字节字符串拥有编码的两个字节

    youdao

  • An individual character is usually encoded using a byte or more, depending upon the encoding used.

    单个字符通常使用一个字节多个字节进行编码具体情况取决于使用编码方式。

    youdao

  • If you use a nullable VARCHAR column and only ASCII characters (UTF-8 format 1 byte per character) involved, the maximum character length that can be indexed is 1021 characters.

    如果使用可空的varchar涉及ASCII字符(在utf - 8格式字符1字节),那么可以建立索引最大字符长度1021个字符。

    youdao

  • Unfortunately, there is no EBCDIC encoder by default, so we'll convert the value to a UTF-16LE byte array (which just adds in a "0" byte for the second byte of each character).

    遗憾的是,缺省情况下没有EBCDIC编码器所以我们转换为utf- 16le字符数组(只是每个字符的第二字节添加一个0”字节)。

    youdao

  • For documents that contain Unicode characters beyond the ASCII range, the parser must read and convert multiple byte sequences for each character.

    对于包含ASCII以外Unicode字符文档解析器必须每个字符读取转换字节序列

    youdao

  • The locale setting will cause the % ls format specifier in printf to call the wcsrtombs function in order to convert the wide character argument string into the locale-dependent multi-byte encoding.

    语言环境设置导致printf中的%l s格式说明调用wcsrtombs函数以便于将字符参数字符串转换成依赖语言环境的多字节编码

    youdao

  • The characters numbered 0 to 0x7f (127) encode to themselves as a single byte, and larger character values are encoded into 2 to 6 bytes.

    00x7f(127)的字符自身编码单字节,更大字符编码26个字节

    youdao

  • The 10xxxxxx byte is a continuation byte with the XXXXXX bit positions filled with the bits of the character code number in binary representation.

    字节10xxxxxx一个扩展字节,它xxxxx x位置二进制表示字符代码填充

    youdao

  • The 10xxxxxx byte is a continuation byte with the XXXXXX bit positions filled with the bits of the character code number in binary representation.

    字节10xxxxxx一个扩展字节,它xxxxx x位置二进制表示字符代码填充

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定