X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mdb.dir;h=687f0b5a845451f1e451d8e370562af7db3768e4;hb=51082c04526b14b9b39335b4f5d412fb87ed717d;hp=cb0212ae3d35d9a318fd140d046032a0fd32703e;hpb=d439ae325acbb0a6a86ed76ca8830d4abdb211c3;p=m17n%2Fm17n-db.git diff --git a/mdb.dir b/mdb.dir index cb0212a..687f0b5 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 @@ -18,8 +18,8 @@ ;; You should have received a copy of the GNU Lesser General Public ;; License along with the m17n library; if not, write to the Free -;; Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA -;; 02111-1307, USA. +;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +;; Boston, MA 02110-1301, USA. ;; General format: (TAG0 TAG1 [ TAG2 [ TAG3 ] ] FILE) ;; TAG0..TAG3 must be symbol. @@ -99,57 +99,30 @@ ;;; #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. ;;; -(input command "im-cmd.tbl") - ;;; @section flt-list Font Layout Table ;;; ;;; See @ref mdbFLT for the format of these files. ;;; ;;; @section fontset-list Fontset @@ -176,8 +149,11 @@ (char-table integer linebreak "LINEBREAK.tab") +(language name * "*.lnm") + (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") ;;;