diff --git a/docs/ldml/tr35.md b/docs/ldml/tr35.md index 12559c6a1e6..15efaef01a5 100644 --- a/docs/ldml/tr35.md +++ b/docs/ldml/tr35.md @@ -754,8 +754,8 @@ The BCP 47 form for keys and types is the canonical form, and recommended. Other A Unicode Collation Identifier defines a type of collation (sort order). The valid values are those name attribute values in the type elements of bcp47/collation.xml. For information on each collation setting parameter, from ka to vt, see Setting Options -"co"
(collation) - Collation type +"co"
(collation) + Collation type "standard" The default ordering for each language. For root it is based on the [DUCET] (Default Unicode Collation Element Table): see Root Collation. Each other locale is based on that, except for appropriate modifications to certain characters for that language. "search" @@ -766,7 +766,6 @@ The BCP 47 form for keys and types is the canonical form, and recommended. Other Requests a phonetic variant if available, where text is sorted based on pronunciation. It may interleave different scripts, if multiple scripts are in common use. "pinyin" Pinyin ordering for Latin and for CJK characters; that is, an ordering for CJK characters based on a character-by-character transliteration into a pinyin. (used in Chinese) - "reformed"Reformed collation (such as in Swedish) "searchjl" Special collation type for a modified string search in which a pattern consisting of a sequence of Hangul initial consonants (jamo lead consonants) will match a sequence of Hangul syllable characters whose initial consonants match the pattern. The jamo lead consonants can be represented using conjoining or compatibility jamo. This search collator is best used at SECONDARY strength with an "asymmetric" search as described in the [UCA] section Asymmetric Search and obtained, for example, using ICU4C's usearch facility with attribute USEARCH_ELEMENT_COMPARISON set to value USEARCH_PATTERN_BASE_WEIGHT_IS_WILDCARD; this ensures that a full Hangul syllable in the search pattern will only match the same syllable in the searched text (instead of matching any syllable with the same initial consonant), while a Hangul initial consonant in the search pattern will match any Hangul syllable in the searched text with the same initial consonant. …