From: handa Date: Thu, 13 Dec 2007 08:13:25 +0000 (+0000) Subject: Use U+25CC (DOTTED CIRCLE) if the font has it. X-Git-Tag: REL-1-5-0~14 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f080f23da89693e2ae2054c915d8c0889a76cf8d;p=m17n%2Fm17n-db.git Use U+25CC (DOTTED CIRCLE) if the font has it. --- diff --git a/FLT/THAI-OTF.flt b/FLT/THAI-OTF.flt index 25aff49..85bdc38 100644 --- a/FLT/THAI-OTF.flt +++ b/FLT/THAI-OTF.flt @@ -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