单词查询
collator
美[kə'leɪtər],英[kə'leɪtə(r)],
释义
「
」
n. 核对者;整理人;牧师职授任者; 网络释义: 校对机;分类机;整理机;
例句
The code in Listing 4 shows how you can sort an array of Czech words differently based on the locale used for the collator.
清单4内的代码显示了如何基于为这个collator所用的locale来对由捷克文组成的一个数组进行排序。
Before comparing or sorting, you must create new collator and specify a locale for it: $coll = new Collator( "en_US" ); .
在对比和排序之前,必须创建新的collator并为它指定一个locale:$coll=newCollator(“en_US”);。
This collator ensures all characters, supplementary and non-supplementary, have the same binary collating sequence as UTF-8.
这个排序器确保所有字符(补充字符和非补充字符)采用与UTF-8一样的二进制排序次序。
The Spanish collator used the less-than sign.
The first custom collator is one to sort Spanish words.
第一个自定义排序器用于排序西班牙语单词。
IDENTITY collator implements the character comparison based on the code point.
IDENTITY排序器实现基于编码点的字符比较。
IDENTITY_16BIT collator implements CESU-8 (An 8-bit compatibility encoding scheme for UTF-16).
IDENTITY_16BIT排序器实现CESU-8(一种8位的兼容UTF-16的编码方案)。
And at the end, a Czech collator is used.
最后,使用了一个针对捷克语的collator。
清单4内的代码显示了如何基于为这个collator所用的locale来对由捷克文组成的一个数组进行排序。
Before comparing or sorting, you must create new collator and specify a locale for it: $coll = new Collator( "en_US" ); .
在对比和排序之前,必须创建新的collator并为它指定一个locale:$coll=newCollator(“en_US”);。
This collator ensures all characters, supplementary and non-supplementary, have the same binary collating sequence as UTF-8.
这个排序器确保所有字符(补充字符和非补充字符)采用与UTF-8一样的二进制排序次序。
The Spanish collator used the less-than sign.
The first custom collator is one to sort Spanish words.
第一个自定义排序器用于排序西班牙语单词。
IDENTITY collator implements the character comparison based on the code point.
IDENTITY排序器实现基于编码点的字符比较。
IDENTITY_16BIT collator implements CESU-8 (An 8-bit compatibility encoding scheme for UTF-16).
IDENTITY_16BIT排序器实现CESU-8(一种8位的兼容UTF-16的编码方案)。
And at the end, a Czech collator is used.
最后,使用了一个针对捷克语的collator。