1.
UTF-8 has no ambiguity about byte order that must be resolved with a byte order mark or other heuristics.
UTF-8没有字节序的不确定性问题,后者必须通过字节序标志或其他试探手段来解决。
2.
However, the length of "A" is one byte and that of "Latin capital letter A with ring above" is two bytes.
但是,“A”的长度是一个字节而“上面带圈的大写拉丁字母A”的长度则是两个字节。
3.
A problem in which the line of dendrogram slips out of place in double byte languages was fixed.
一个问题在该行树简出发生在双字节语言是固定的。
4.
The eighth step during our secret key generation process is to check whether the byte array after parity fixing turns out to be a weak key.
我们的密钥生成过程的第八步是要检查奇偶修正后的字节数组是否是一个弱的密钥。
5.
On the door of a computer store: "Out for a quick byte. "
电脑专卖店门上:“出去找一个更快的字节。”
6.
To avoid trying to handle the header of the CSV, I first check to see if the byte count (the key object) is not zero.
为了避免除了CSV头部,首先检查是否字节数(key对象)为零。
7.
Adds a byte range header to a request for a specific range from the beginning or end of the requested data.
向请求添加从请求数据的开始处或结束处的特定范围的字节范围标头。
8.
The string representation used for objects is also sometimes referred to as a byte stream, due to its linear format.
对象的字符串表达由于其线性的格式,有时也被称为字节流。
9.
It would be useful, but entirely impractical to change the size of a byte to allow a larger set of characters to be coded.
通过更改一个字节的长度而使更大的字符集得以被编码,这似乎有效但完全不切实际。
10.
The difference here is that we read the payload into a byte array instead of a String, because that makes parsing it a little easier.
这里的不同之处在于,我们将该有效负载读入字节数组而不是字符串,因为这使得解析它比较容易。