1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
<!--
Copyright © 1991-2013 Unicode, Inc.
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
For terms of use, see http://www.unicode.org/copyright.html
-->
<ldml>
<identity>
<version number="$Revision: 8242 $"/>
<generation date="$Date: 2013-02-24 21:06:02 -0600 (Sun, 24 Feb 2013) $"/>
<language type="th" />
</identity>
<collations validSubLocales="th_TH">
<collation type="standard" references="ISO/IEC 14651, Annex C, C.2.1 Thai ordering principles">
<settings normalization="on" alternate="shifted" reorder="Thai"/>
<rules>
<!--
The following tailoring is an adjustment of the
DUCET collation order for PAIYANNOI, MAIYAMOK,
NIKHAHIT, LAKKHANGYAO, and PHINTHU. This gives
a sort order as defined in the Royal Institute
Dictionary 2542 B.E. Edition (1999 A.D.).
-->
<reset before="primary">๚</reset>
<p>ฯ</p> <!-- should be "variable" -->
<reset>๛</reset>
<p>ๆ</p> <!-- should be "variable" -->
<reset>๎</reset>
<s>์</s>
<reset before="primary">ะ</reset>
<p>ํ</p>
<reset>า</reset>
<t>ๅ</t>
<reset>าํ</reset>
<t>ํา</t>
<t>ำ</t>
<reset>ๅํ</reset>
<t>ํๅ</t>
<reset>ไ</reset>
<p>ฺ</p>
<!-- consider: order pali virama as secondary different from yammacan (another old virama)
<reset>๎</reset>
<s>ฺ</s>
-->
</rules>
</collation>
</collations>
</ldml>
|