Use U+25CC (DOTTED CIRCLE) if the font has it.
authorhanda <handa>
Thu, 13 Dec 2007 08:13:25 +0000 (08:13 +0000)
committerhanda <handa>
Thu, 13 Dec 2007 08:13:25 +0000 (08:13 +0000)
FLT/THAI-OTF.flt

index 25aff49..85bdc38 100644 (file)
@@ -58,7 +58,7 @@
    ("C[iIUPTNM]?"
     < | = * | > )
    ("[iIUPTNM]"
-    < | 0x25CC = | > )
+    (cond ((font-facility 0x25CC) < [ 0x25CC = ] > ) ("." [ = ] )))
    ("."
     =))
   *))
@@ -71,7 +71,7 @@
    (" ([^ ]*) "
     (1 otf:thai))
    ("."
-    [ otf:thai=+ ]))
+    =))
   *))
 
 ;; Copyright (C) 2006, 2007