From 0ab4c415b4bb32dd4cbba8ebe2ef612aab878af3 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 16 Feb 2009 05:19:31 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 2 +- bootstrap.sh | 2 +- mdb.dir | 159 ----------------------------------------- mdb.rng | 225 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mdb.xml | 206 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 433 insertions(+), 161 deletions(-) delete mode 100644 mdb.dir create mode 100644 mdb.rng create mode 100644 mdb.xml diff --git a/Makefile.am b/Makefile.am index 10e4837..280314f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ pkgdata_DATA = \ mdb.xml mdb.rng EXTRA_DIST = config.rpath mkinstalldirs m4/ChangeLog \ - mdb.dir \ + mdb.xml \ ${MISC_TABLE} \ BLOCK.tab \ ${UNIDATA} \ diff --git a/bootstrap.sh b/bootstrap.sh index 91ef76d..af586af 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -28,7 +28,7 @@ automake -a echo "Running autoconf..." autoconf echo "Producing po/POTFILES.in" -ls MIM/*.mim > po/POTFILES.in +ls MIM/*.mimx > po/POTFILES.in echo "The remaining steps to install this packge are:" echo " % ./configure" echo " % make" diff --git a/mdb.dir b/mdb.dir deleted file mode 100644 index 687f0b5..0000000 --- a/mdb.dir +++ /dev/null @@ -1,159 +0,0 @@ -;; mdb.dir -- The m17n database directory -*- lisp -*- -;; Copyright (C) 2003, 2004, 2005, 2006 -;; National Institute of Advanced Industrial Science and Technology (AIST) -;; Registration Number H15PRO112 - -;; This file is part of the m17n database; a sub-part of the m17n -;; library. - -;; The m17n library is free software; you can redistribute it and/or -;; modify it under the terms of the GNU Lesser General Public License -;; as published by the Free Software Foundation; either version 2.1 of -;; the License, or (at your option) any later version. - -;; The m17n library is distributed in the hope that it will be useful, -;; but WITHOUT ANY WARRANTY; without even the implied warranty of -;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -;; Lesser General Public License for more details. - -;; 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., 51 Franklin Street, Fifth Floor, -;; Boston, MA 02110-1301, USA. - -;; General format: (TAG0 TAG1 [ TAG2 [ TAG3 ] ] FILE) -;; TAG0..TAG3 must be symbol. -;; FILE must be string of the form "...". -;; This file must contain only ASCII characters. - -;;; @page m17nDBData Data provided by the m17n database -;;; -;;; -;;; @section charprop-list Character Property -;;; - -;;; @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 -;;; -;;; See @ref mdbFontset for the format of these files. -;;; - -;;; @section misc-list The other data -;;; diff --git a/mdb.rng b/mdb.rng new file mode 100644 index 0000000..c9e2669 --- /dev/null +++ b/mdb.rng @@ -0,0 +1,225 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + char-table + + + + + + + + + + + + 9 + + + 11 + + + [^c][^h][^a][^r][^\-][^t][^a][^b][^l][^e] + + + + + + + + + + plist + + + + xml + + + + + dtd + xml-schema + relaxng + schematron + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + [0-9][0-9] + + + + + [0-9][0-9] + + + + + [0-9][0-9] + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2 + 3 + + + + + + + + + + + + + + + + + + 4 + + + + + 4 + + + + + + + + + + + + + 4 + + + + + 4 + + + + + + + + + diff --git a/mdb.xml b/mdb.xml new file mode 100644 index 0000000..8c84697 --- /dev/null +++ b/mdb.xml @@ -0,0 +1,206 @@ + + + + + + + + Data provided by the m17n database +
+ Character Property +
+
+ Input method + See @ref mdbIM for the format of these files. +
+
+ Font Layout Table + See @ref mdbFLT for the format of these files. +
+
+ Fontset + See @ref mdbFontset for the format of these files. +
+
+ The other data +
+
+
+ + + + + Unicode general category for each character that is available as + #Mcategory property. + CATEGORY.tab + + + + Unicode combining class for each character that is available as + #Mcombining_class property. + COMBINE.tab + + + + Unicode BIDI category for each character that is available as + #Mbidi_category property. + BIDI.tab + + + + Unicode case-folding mapping of each character that is available as + #Msimple_case_folding property. + CASE-S.tab + + + + Unicode complicated case-folding mapping of each character that is + available as #Mcomplicated_case_folding property. + CASE-C.tab + + + + Unicode character name for each character that is available as + #Mname property. + NAME.tab + + + + Unicode script name for each character that is available as + #Mscript property. + SCRIPT.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. + CASED.tab + + + + Unicode property for case operations. Available as #Msoft_dotted + property. + SOFT-DOTTED.tab + + + + Unicode case mapping of each character that is available as + #Mcase_mapping property. + CASE-MAPPING.tab + + + + Unicode fallback script name for each character that is available + as #Mblock property. Generated manually by referring UCD + Blocks.txt. + BLOCK.tab + + + + + + The actual tags and filename are defined in each file with extension "mim". + + *.mimx + xml + + mim.rng + + + + + + + The actual tags and filename are defined in each file with extension "flt". + *.fltplist + + + + + + default.fstplist + + + xfont.fstplist + + + truetype.fstplist + + + generic.fstplist + + + + + FONTENC.tblplist + + + FONTSIZE.tblplist + + + + CHARSET.tblplist + + + + CODING.tblplist + + + + LOCALE.csplist + + + LOCALE.aliplist + + + + LINEBREAK.tab + + + + *.lnmplist + + + + LANGUAGE.tblplist + + + SCRIPT-OTF.tblplist + + + SCRIPT-LANGUAGE.tblplist + + + SCRIPT.tblplist + + +
+ + -- 1.7.10.4