X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mdb.dir;h=ef36f87cbd862966ad78a03c4c6a8e6b25354143;hb=a7aed2258e963af73113c6b38a63ba16b10ceb41;hp=04617ecbdf08de271bff6198902c8a672f0730e3;hpb=055941b315e44a80385b4132a403ff717fc7f15d;p=m17n%2Fm17n-db.git diff --git a/mdb.dir b/mdb.dir index 04617ec..ef36f87 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 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H15PRO112 @@ -79,53 +79,42 @@ ;;; 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 @@ -134,6 +123,7 @@ ;;; @@ -170,6 +165,7 @@ (fontset default "default.fst") (fontset xfont "xfont.fst") (fontset truetype "truetype.fst") +(fontset generic "generic.fst") ;;; ;;; @section misc-list The other data @@ -184,4 +180,10 @@ (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") +(unicode script language "SCRIPT-LANGUAGE.tbl") + ;;;