From 1e59a6fafbd7df9f9f332ba16e96a9932b9a2342 Mon Sep 17 00:00:00 2001 From: ntakahas Date: Mon, 13 Aug 2007 01:52:39 +0000 Subject: [PATCH] *** empty log message *** --- FLT/ORYA-OTF.flt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/FLT/ORYA-OTF.flt b/FLT/ORYA-OTF.flt index a6a3a07..0beb44d 100644 --- a/FLT/ORYA-OTF.flt +++ b/FLT/ORYA-OTF.flt @@ -23,8 +23,7 @@ ;;;
  • ORYA-OTF.flt ;;; -;;; For Oriya OpenType fonts to draw the Oriya script. Tested with -;;; utkalm.ttf +;;; For Oriya OpenType fonts to draw the Oriya script. (font layouter orya-otf nil (font (nil nil unicode-bmp :otf=orya=rphf))) @@ -143,8 +142,8 @@ < | (2 pre-below) (1 otf:orya=rphf) (2 post) (4 =) | >) ;; Add a ZWNJ explicitly when a syllable ends with a halant. - ;;1 23 4 5 - ("(RH)?(([CRBY]n?H)*[CRBY]n?)(H)?(N)?" + ;;1 23 4 + ("(RH)?(([CRBY]n?H)*[CRBY]n?)(H)?N?" < | (2 pre-below) (1 otf:orya=rphf) (4 = 0x200C) (2 post) | >) ;; A syllable starting with an independent vowel. -- 1.7.10.4