From 301a4c5cb57a69e6df81df2a93c0be866b3cfa47 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Fri, 23 Mar 2007 10:31:59 +0000 Subject: [PATCH] Enable repaya. --- SINH-OTF.flt | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/SINH-OTF.flt b/SINH-OTF.flt index 9446535..21489d3 100644 --- a/SINH-OTF.flt +++ b/SINH-OTF.flt @@ -1,5 +1,5 @@ ;; SINH-OTF.flt -- Font Layout Table for Sinhala OpenType fonts -;; Copyright (C) 2004, 2005 +;; Copyright (C) 2004, 2005, 2007 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -29,9 +29,9 @@ (category ;; V : independent vowels ;; C : consonants - ;; R : RA ;; H : AL-LAKUNA (virama) - ;; m : pre-consonant vowel signs + ;; m : KOMBUVA + ;; M : DIGA KOMBUVA ;; b : below-consonant vowel signs ;; u : above-consonant vowel signs ;; p : post-consonant vowel signs @@ -46,7 +46,6 @@ (0x0D82 0x0D83 ?a) (0x0D85 0x0D96 ?V) (0x0D96 0x0DC6 ?C) - (0x0DBB ?R) (0x0DCA ?H) (0x0DCF ?q) (0x0DD0 0x0DD1 ?p) @@ -88,18 +87,6 @@ ("C(HJ[CR])*H?" < | otf:sinh=akhn,vatu,pres | >) - ;; Suppress repaya explicitly. - ("Rm(H|qH?|r)a?" - < | = * | >) - ("(R)(s)(H)?(a)?" - < | (1 =) (2 two-part) (3 =) (4 =) | >) - ("(R)(t)(a)?" - < | (1 =) (2 two-part) (3 =) | >) - ("R([mMbupqr]a?|a)" - < | = * | >) - ("RHJ?" - < | = = | >) - ;; Independent vowels. ("Va?" < | = * | >) -- 1.7.10.4