X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mdb.dir;h=8ba89f09dcedeb467a8b634ed591c041eb9396f1;hb=3c1552dacafddbaddae10e1f4a993f4c17724605;hp=dfb8cd489fc0319682156d86c5b6ff486e76e761;hpb=8303758dc059a88bd10e84b93ff7b25b1360b68a;p=m17n%2Fm17n-db.git diff --git a/mdb.dir b/mdb.dir index dfb8cd4..8ba89f0 100644 --- a/mdb.dir +++ b/mdb.dir @@ -1,5 +1,5 @@ ;; mdb.dir -- The m17n database directory -*- lisp -*- -;; Copyright (C) 2003, 2004 +;; Copyright (C) 2003, 2004, 2005, 2006 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -79,76 +79,84 @@ ;;; Unicode script name for each character that is available as ;;; #Mscript property. (char-table symbol script "SCRIPT.tab") + +;;;
  • CASED.tab +;;; +;;; Unicode properties for case operations. Integer value 1 means +;;; cased (D47, Unicode 4.0, p.89), 2 means case-ignorable (D47a, +;;; Unicode 4.1.0), and 3 means both. Available as #Mcased property. +(char-table integer cased "CASED.tab") + +;;;
  • SOFT-DOTTED.tab +;;; +;;; Unicode property for case operations. Available as #Msoft_dotted +;;; property. +(char-table symbol soft-dotted "SOFT-DOTTED.tab") + +;;;
  • CASE-MAPPING.tab +;;; +;;; Unicode case mapping of each character that is available as +;;; #Mcase_mapping property. +(char-table plist case-mapping "CASE-MAPPING.tab") + +;;;
  • BLOCKS.tab +;;; +;;; Unicode fallback script name for each character that is available +;;; as #Mblock property. Generated manually by referring UCD +;;; Blocks.txt. +;;; +(char-table symbol block "BLOCK.tab") + ;;; ;;; @section mim-list Input method ;;; ;;; See @ref mdbIM for the format of these files. ;;; ;;; @section flt-list Font Layout Table ;;; ;;; See @ref mdbFLT for the format of these files. ;;; ;;; @section fontset-list Fontset @@ -158,6 +166,7 @@ (fontset default "default.fst") (fontset xfont "xfont.fst") (fontset truetype "truetype.fst") +(fontset generic "generic.fst") ;;; ;;; @section misc-list The other data @@ -172,4 +181,11 @@ (locale codeset "LOCALE.cs") (locale alias "LOCALE.ali") +(char-table integer linebreak "LINEBREAK.tab") + +(standard language iso639 "LANGUAGE.tbl") +(standard script otf "SCRIPT-OTF.tbl") ;obsolete +(unicode script language "SCRIPT-LANGUAGE.tbl") ;obsolete +(standard script unicode "SCRIPT.tbl") + ;;;