词语屋>英语词典>encodings翻译和用法

encodings

英 [ɪnˈkəʊdɪŋz]

美 [ɛnˈkoʊdɪŋz]

网络  编码; 编码程序

计算机

双语例句

  • If the properties file contains non-ASCII characters, such as the product name or about text, you need to convert the file from native encodings to ASCII with escaped Unicode.
    如果属性文件包含了非ASCII字符(产品名或者about文本),需要使用转义Unicode把文件从原生编码转换成ASCII。
  • Internationalization has had another impact on programs: character encodings.
    国际化对程序还有另外一方面的影响:字符编码。
  • You should now have a good understanding of how to serialize XML data into different types of output streams with different encodings.
    现在,您应该很好地理解了如何将XML数据序列化成具有不同编码的不同类型的输出流。
  • All localizations should have at least a UTF-8 version, but may optionally add versions in other character encodings popular for that locale.
    所有的本地化翻译应该至少有一个UTF-8版本,但是可能会随意地在本地化翻译受欢迎的其它字符编码中添加版本。
  • This is necessary because in UTF-8, it is often possible to represent the same character with multiple encodings.
    这是必要的,因为在UTF-8中,常常可能用多个编码来代表同一个字符。
  • Unicode defines character encodings in three distinct sizes UTF-8, UTF-16, and UTF-32 while the traditional character type is8 bits.
    Unicode用三种不同的大小定义字符编码UTF-8、UTF-16和UTF-32而传统的字符类型是8位的。
  • The compressed XML document can be viewed as the original XML document with its tags and element/ attribute values replaced by their corresponding encodings.
    可以将被压缩的XML文档视为原始XML文档,相应的编码取代其标记和元素/属性值。
  • For example, many user agents use a heuristic to distinguish the various encodings used for Japanese text.
    例如,很多用户代理都会用启发的方式来决定日文文本的多种编码方式。
  • Several encodings are used for Unicode: the two most popular are UTF-8 and UTF-16.
    有几种编码可用于Unicode:最为常用的两个是UTF-8和UTF-16。
  • This made data exchange problematic and required application software to be programmed for differences between these encodings.
    这使得数据交换出现了很多问题,并且需要为这些编码之间的差异编写应用软件。