New file.
[m17n/m17n-db.git] / mdb.dir
diff --git a/mdb.dir b/mdb.dir
index 0785d7a..8ba89f0 100644 (file)
--- a/mdb.dir
+++ b/mdb.dir
@@ -1,5 +1,5 @@
 ;; mdb.dir -- The m17n database directory                      -*- lisp -*-
-;; Copyright (C) 2003, 2004, 2005
+;; Copyright (C) 2003, 2004, 2005, 2006
 ;;   National Institute of Advanced Industrial Science and Technology (AIST)
 ;;   Registration Number H15PRO112
 
 ;;; #Mcase_mapping property.
 (char-table plist case-mapping "CASE-MAPPING.tab")
 
+;;; <li> 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")
+
 ;;; </ul>
 
 ;;; @section mim-list Input method
 ;;;
 ;;; See @ref mdbIM for the format of these files.
 ;;; <ul>
-;; The actual tags and filename are defined in each file matching "*.mim".
+;; The actual tags and filename are defined in each file with extension "mim".
 (input-method * "*.mim")
 ;;; </ul>
 
-(input command "im-cmd.tbl")
-
 ;;; @section flt-list Font Layout Table
 ;;;
 ;;; See @ref mdbFLT for the format of these files.
 (font layouter laoo-alice "LAOO-ALICE.flt")
 (font layouter laoo-mule "LAOO-MULE.flt")
 (font layouter laoo-generic "LAOO-GENERIC.flt")
+(font layouter laoo-otf "LAOO-OTF.flt")
 (font layouter mlym-cdac "MLYM-CDAC.flt")
 (font layouter mlym-otf "MLYM-OTF.flt")
 (font layouter mlym-rachana "MLYM-RACHANA.flt")
 (char-table integer linebreak "LINEBREAK.tab")
 
 (standard language iso639 "LANGUAGE.tbl")
-(standard script otf "SCRIPT-OTF.tbl")
-(unicode script language "SCRIPT-LANGUAGE.tbl")
+(standard script otf "SCRIPT-OTF.tbl")         ;obsolete
+(unicode script language "SCRIPT-LANGUAGE.tbl")        ;obsolete
+(standard script unicode "SCRIPT.tbl")
 
 ;;; </ul>