Skip to content

Commit a1592fe

Browse files
authored
CLDR-16783 add Anii (blo) collation (#4618)
1 parent 2feaee6 commit a1592fe

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

common/collation/blo.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8" ?>
2+
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
3+
<!--
4+
Copyright © 2025 Unicode, Inc.
5+
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
6+
For terms of use, see http://www.unicode.org/copyright.html
7+
-->
8+
<ldml>
9+
<identity>
10+
<version number="$Revision$" />
11+
<language type="blo" />
12+
</identity>
13+
<collations>
14+
<collation type="standard">
15+
<cr><![CDATA[
16+
&a < ǝ <<< Ǝ
17+
&g < gb <<< Gb <<< GB
18+
&k < kp <<< Kp <<< KP
19+
&n < ny <<< Ny <<< NY
20+
&ŋ < ŋm <<< Ŋm <<< ŊM
21+
&s < sh <<< Sh <<< SH
22+
]]></cr>
23+
</collation>
24+
</collations>
25+
</ldml>

0 commit comments

Comments
 (0)