1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd"> 3<!-- 4Copyright © 1991-2015 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: 12347 $"/> 10 <transforms> 11 <transform source="si" target="si_Latn" direction="forward" alias="si-Latn-t-si"> 12 <tRule><![CDATA[ 13# Based on http://en.wiktionary.org/wiki/Wiktionary:Sinhalese_transliteration 14 15::[[:Sinh:][\u200C\u200D]]; 16::NFKC; 17 18# Delete ZWNJ and ZWJ to simplify further processing. 19\u200C → ; 20\u200D → ; 21 22# Insert "a" after every consonant that is not followed by a dependent vowel 23# or virama. 24::Null; 25([\u0D9A-\u0DC6]) } [^\u0DCA-\u0DDF] → $1 a; 26 27::Null; 28ක → k; 29ට → ṭ; 30ත → t; 31ප → p; 32ග → g; 33ඩ → ḍ; 34ද → d; 35බ → b; 36[Zz]ස → z; 37ස → s; 38ච → c; 39ම → m; 40ල → l; 41ව → v; 42ණ → ṇ; 43හ → h; 44ජ → j; 45න → n; 46ර → r; 47ය → y; 48ළ → ḷ; 49අ → a; 50එ → e; 51ඉ → i; 52ඔ → o; 53උ → u; 54ඇ → æ; 55ෙ → e; 56ි → i; 57ො → o; 58ු → u; 59ැ → æ; 60ආ → ā; 61ඒ → ē; 62ඊ → ī; 63ඕ → ō; 64ඌ → ū; 65ඈ → ǣ; 66ා → ā; 67ේ → ē; 68ී → ī; 69ෝ → ō; 70ූ → ū; 71ෑ → ǣ; 72ඟ → n̆g; 73ඬ → n̆ḍ; 74ඳ → n̆d; 75ඹ → m̆b; 76ඛ → kh; 77ඨ → ṭh; 78ථ → th; 79ඵ → ph; 80ඝ → gh; 81ඪ → ḍh; 82ධ → dh; 83භ → bh; 84ශ → ś; 85ඡ → ch; 86ඤ → ñ; 87ඞ → ṅ; 88ඦ → n̆j; 89ෂ → ṣ; 90ඣ → jh; 91ඥ → gn; 92ෆ → f; 93[Ff]ප → f; 94ඓ → ai; 95ඍ → ṛ; 96ඏ → ḷ; 97ෛ → ai; 98ෘ → ṛ; 99ෟ → ḷ; 100ඖ → au; 101ඎ → ṝ; 102ඐ → ḹ; 103ෞ → au; 104ෲ → ṝ; 105ෳ → ḹ; 106ඃ → ḥ; 107ං → ṁ; 108් → ; 109 ]]></tRule> 110 </transform> 111 </transforms> 112</supplementalData> 113