1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2013 Unicode, Inc. 5CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 6For terms of use, see http://www.unicode.org/copyright.html 7--> 8<supplementalData> 9 <version number="$Revision: 12137 $"/> 10 <transforms> 11 <transform source="Thai" target="ThaiSemi" direction="both" visibility="internal"> 12 <tRule> 13# The rules that convert space into semicolon are in this file; 14# since they have to come BEFORE the break iterator. 15$thai = [[:thai:] ก-ฺเ-๛] ; 16$thai { ' ' } $thai → '; ' ; 17 </tRule> 18 </transform> 19 </transforms> 20</supplementalData> 21