UTF-32

UTF-32UTF-32
  1. Applications that require random access to specific indexes within a document may operate more quickly when using a fixed-width encoding such as UCS2 or UTF-32 .

    需要随机访问文档特定位置的应用程序使用UCS2或UTF-32这类固定宽度的编码可能操作起来更快。

  2. 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位的。

  3. The character-based functions may need to convert the input data string to an intermediate UNICODE code page , like UTF-16 or UTF-32 , before its processing can be done .

    基于字符的函数可能需要将输入数据字符串转换为一个中间的UNICODE代码页,比如UTF-16或UTF-32,然后才能对它进行处理。

  4. There are others ( UTF-16 and UTF-32 , for example ) defined by the Unicode consortium , but UTF-8 is the best supported encoding for international character sets .

    Unicode协会还规定了其他一些编码方式(如UTF-16,UTF-32),但UTF-8是国际字符集支持得最好的一种。