Please help us improve the quality of example sentences! Edit on Github

代码转换成多字节编码。Code conversion to multibyte encodings.

的方法来确定是否一个字符是多字节?Way to determine if a charset is multibyte?

Other words in sentence

多字节的另一个值得关注的问题是对齐问题。One other issue of concern for multibyte words is alignment.

多字节的另一个值得关注的问题是对齐问题。One other issue of concern for multibyte words is alignment, Modern.

你必须确保你不打破这个文件在多字节UTF-8序列中虽然。You gotta make sure you don't break the file in the middle of a multibyte UTF-8 sequence though.

不同的电脑会使用不同的惯例,对多个位元组整数值内的位元组进行排序。Different computers use different conventions for ordering the bytes within multibyte integer values.

一般来说,宽字元需要的记忆体空间要比多位元组字元多,但处理较快。Generally, wide characters take more space in memory than multibyte characters but are faster to process.

Other words in sentence

但即使使用这些特定语言的多字节编码的问题,混合语言依然存在。But even when using these language-specific multibyte encodings, the problem of mixing languages is still present.

默认情况下,所有多字节函数使用与操作系统默认代码页相对应的多字节代码页开始执行过程。By default, all multibyte functions begin execution with a multibyte code page corresponding to the operating system's default code page.

同样,更改多字节代码页时,多字节函数的行为更改为由选定的代码页指示的行为。Similarly, when the multibyte code page changes, the behavior of the multibyte functions changes to that dictated by the chosen code page.

介绍一种可在微型机上由汇编语言完成的多字节浮点快速开平方运算的方法。In the multibyte floating point calculations, the calculation of many functions, especially the complex functions, depend on the precision and speed of the square root calculation.

通常,多字节字符集中最低的128个字符对应于7位ASCII字符,其他任何序数值大于127的字节都是多字节字符的引导字节。In general, the lower 128 characters of a multibyte character set map to the 7-bit ASCII characters, and any byte whose ordinal value is greater than 127 is the lead byte of a multibyte character.