X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mdb.dir;h=687f0b5a845451f1e451d8e370562af7db3768e4;hb=fd8a10d71ab79a785154e271b5a7a179cb69442a;hp=9e776cc00cd625018cb93e0dcb0cf12626d92e43;hpb=14b76aa8b6944046adac09f02d1cb5c66857bc60;p=m17n%2Fm17n-db.git diff --git a/mdb.dir b/mdb.dir index 9e776cc..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. @@ -79,92 +79,50 @@ ;;; 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 @@ -174,6 +132,7 @@ (fontset default "default.fst") (fontset xfont "xfont.fst") (fontset truetype "truetype.fst") +(fontset generic "generic.fst") ;;; ;;; @section misc-list The other data @@ -188,4 +147,13 @@ (locale codeset "LOCALE.cs") (locale alias "LOCALE.ali") +(char-table integer linebreak "LINEBREAK.tab") + +(language name * "*.lnm") + +(standard language iso639 "LANGUAGE.tbl") +(standard script otf "SCRIPT-OTF.tbl") ;obsolete +(unicode script language "SCRIPT-LANGUAGE.tbl") ;obsolete +(standard script unicode "SCRIPT.tbl") + ;;;