unicode.collation: fix typo in docs.
parent
4ee453ba50
commit
c3bdb8812a
|
|
@ -2,7 +2,7 @@ USING: help.syntax help.markup strings byte-arrays math.order ;
|
|||
IN: unicode.collation
|
||||
|
||||
ARTICLE: "unicode.collation" "Collation and weak comparison"
|
||||
"The " { $vocab-link "unicode.collation" "unicode.collation" } " vocabulary implements the Unicode Collation Algorithm. The Unicode Collation Algorithm (UTS #10) forms a reasonable way to sort strings when accounting for all of the characters in Unicode. It is far preferred over code point order when sorting for human consumption, in user interfaces. At the moment, only the default Unicode collation element table (DUCET) is used, but a more accurate collation would take locale into account. The following words are useful for collation directly:"
|
||||
"The " { $vocab-link "unicode.collation" } " vocabulary implements the Unicode Collation Algorithm. The Unicode Collation Algorithm (UTS #10) forms a reasonable way to sort strings when accounting for all of the characters in Unicode. It is far preferred over code point order when sorting for human consumption, in user interfaces. At the moment, only the default Unicode collation element table (DUCET) is used, but a more accurate collation would take locale into account. The following words are useful for collation directly:"
|
||||
{ $subsections
|
||||
sort-strings
|
||||
collation-key
|
||||
|
|
|
|||
Loading…
Reference in New Issue