Change the mark name @tone to TONE.
[m17n/m17n-db.git] / FLT / TELU-OTF.flt
index c99809a..e2f78a5 100644 (file)
@@ -1,39 +1,20 @@
 ;; TELU-OTF.flt -- Font Layout Table for Telugu OpenType fonts
-;; Copyright (C) 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) 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 telu-otf nil
+      (font (nil nil unicode-bmp :otf=telu=blwf)))
 
 ;;; <li> TELU-OTF.flt
 ;;;
 ;;; For Telugu OpenType fonts to draw the Telugu script.
 
-(font layouter telu-otf nil
-      (font (nil nil unicode-bmp :otf=telu=blwf)))
-
 (category
  ;; C: consonant
  ;; H: HALANT
  ;; u: vowel sign (above)
  ;; p: vowel sign (post)
- ;; b: ai length mark (below)
+ ;; b: vowel sign (below)
  ;; a: vowel modifier (post)
  ;; V: independent vowel
  ;; N: ZWNJ (ZERO WIDTH NON-JOINER)
@@ -50,7 +31,9 @@
  (0x0C4D       ?H)                     ; SIGN VIRAMA
  (0x0C55       ?u)                     ; LENGTH MARK
  (0x0C56       ?b)                     ; AI LENGTH MARK
+ (0x0C58 0x0C59 ?C)                    ; LETTER TSA .. DZA
  (0x0C60 0x0C61        ?V)                     ; LETTER VOCALIC RR .. VOCALIC LL
+ (0x0C62 0x0C63 ?b)                    ; VOWEL SIGN VOCALIC L .. LL
  (0x0964 0x0965        ?X)                     ; DANDA .. DOUBLE DANDA
  (0x200C       ?N)                     ; ZWNJ
  (0x200D       ?J)                     ; ZWJ
     [ = ]))
   *))
 
+;; Copyright (C) 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: