encoding sequence meaning in Chinese
编码序列
Examples
- That converts an ascii encoded sequence of bytes into a sequence of unicode characters
用于将ascii编码的字节序列转换为unicode字符序列。 - An encoding defines a mapping between a unicode character and an encoded sequence of bytes
编码定义unicode字符和编码的字节序列之间的映射。 - That converts a sequence of unicode characters into an ascii encoded sequence of bytes
,它将一个unicode字符序列转换为一个ascii编码的字节序列。 - Obtains an encoder that converts a sequence of unicode characters into a utf - 7 encoded sequence of bytes
获取可将unicode字符序列转换为utf - 7编码的字节序列的编码器。 - Obtains an encoder that converts a sequence of unicode characters into a utf - 8 encoded sequence of bytes
获取可将unicode字符序列转换为utf - 8编码的字节序列的编码器。