1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3/**
4 * ICU <specials> source: <path>/common/main/root.xml
5 */
6root{
7    Version{"2.1.44.91"}
8    characterLabelPattern{
9        all{"{0} — all"}
10        category-list{"{0}: {1}"}
11        compatibility{"{0} — compatibility"}
12        enclosed{"{0} — enclosed"}
13        extended{"{0} — extended"}
14        historic{"{0} — historic"}
15        miscellaneous{"{0} — miscellaneous"}
16        other{"{0} — other"}
17        scripts{"scripts — {0}"}
18        strokes{
19            other{"{0} strokes"}
20        }
21    }
22    codePatterns{
23        language{"{0}"}
24        script{"{0}"}
25        territory{"{0}"}
26    }
27    localeDisplayPattern{
28        keyTypePattern{"{0}: {1}"}
29        pattern{"{0} ({1})"}
30        separator{"{0}, {1}"}
31    }
32}
33