1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3 <!-- 4 Copyright 1991-2013 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 <supplementalData> 9 <version number="$Revision: 12263 $"/> 10 <transforms> 11 <transform source="Thai" target="Latn" direction="forward" alias="Thai-Latin und-Latn-t-und-thai"> 12 <tRule> 13 ::[[:thai:] --]; 14 ::NFD; 15 ::Thai-ThaiSemi; 16 ::Any-BreakInternal; 17 ::Thai-ThaiLogical; 18 ::ThaiLogical-Latin; 19 ::NFC; 20 </tRule> 21 </transform> 22 </transforms> 23 </supplementalData> 24