Stage 3: Consider a possibility that an Anudatta follows a Halant.
[m17n/m17n-db.git] / FLT / DEVA-OTF.flt
index 1a4996b..71913a9 100644 (file)
@@ -1,33 +1,14 @@
 ;; DEVA-OTF.flt -- Font Layout Table for Devanagari OpenType font
-;; Copyright (C) 2003, 2004, 2007
-;;   National Institute of Advanced Industrial Science and Technology (AIST)
-;;   Registration Number H15PRO112
-
-;; This file is part of the m17n database; a sub-part of the m17n
-;; library.
-
-;; The m17n library is free software; you can redistribute it and/or
-;; modify it under the terms of the GNU Lesser General Public License
-;; as published by the Free Software Foundation; either version 2.1 of
-;; the License, or (at your option) any later version.
+;; Copyright (C) 2003, 2004, 2007, 2008  AIST (H15PRO112)
+;; See the end for copying conditions.
 
-;; The m17n library is distributed in the hope that it will be useful,
-;; but WITHOUT ANY WARRANTY; without even the implied warranty of
-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-;; Lesser General Public License for more details.
-
-;; You should have received a copy of the GNU Lesser General Public
-;; License along with the m17n library; if not, write to the Free
-;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-;; Boston, MA 02110-1301, USA.
+(font layouter deva-otf nil
+      (font (nil nil unicode-bmp :otf=deva=rphf)))
 
 ;;; <li> DEVA-OTF.flt
 ;;;
 ;;; For Devanagari OpenType fonts to draw the Devanagari script.
 
-(font layouter deva-otf nil
-      (font (nil nil unicode-bmp :otf=deva=rphf)))
-
 (category
  ;; X: generic
  ;; C: consonant (except for RA)
@@ -67,6 +48,7 @@
  (0x0958 0x095F        ?C)                     ; LETTER QA .. YYA
  (0x0960 0x0961        ?V)                     ; LETTER VOCALIC RR  .. VOCALIC LL
  (0x0962 0x0963        ?b)                     ; VOWEL SIGN VOCALIC L .. VOCALIC LL
+ (0x0972       ?V)                     ; LETTER CANDRA A
  (0x097B 0x097C        ?C)                     ; LETTER GGA .. JJA
  (0x097E 0x097F        ?C)                     ; LETTER DDDA .. BBA
  (0x200C       ?N)                     ; ZWNJ
    ("[CR]n?(HJ?[CR]n?)*(H(N|J)?)?"
     < | (0 nomarks) | >)
 
+   ;; This combination is used in Marathi.
+   ((0x0905 0x0945)
+    < | = = | >)
+
    ;; A syllable starting with an independent vowel.
    ;;1  2   3   4   5
    ("(V)(A)?(a)?(S)?(s)?"
     [ = ]))
   *))
 
+;; Copyright (C) 2003, 2004, 2007, 2008
+;;   National Institute of Advanced Industrial Science and Technology (AIST)
+;;   Registration Number H15PRO112
+
+;; This file is part of the m17n database; a sub-part of the m17n
+;; library.
+
+;; The m17n library is free software; you can redistribute it and/or
+;; modify it under the terms of the GNU Lesser General Public License
+;; as published by the Free Software Foundation; either version 2.1 of
+;; the License, or (at your option) any later version.
+
+;; The m17n library is distributed in the hope that it will be useful,
+;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+;; Lesser General Public License for more details.
+
+;; You should have received a copy of the GNU Lesser General Public
+;; License along with the m17n library; if not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+;; Boston, MA 02110-1301, USA.
+
 ;; Local Variables:
 ;; mode: emacs-lisp
 ;; End: