Enhance preferred fonts for han.
[m17n/m17n-db.git] / FORMATS / CharsetList.txt
1 /* Copyright (C) 2003, 2004
2      National Institute of Advanced Industrial Science and Technology (AIST)
3      Registration Number H15PRO112
4    See the end for copying conditions.  */
5
6 /***en
7
8 @page mdbCharsetList List of character set definitions 
9
10 @section cslist-description DESCRIPTION
11
12 The m17n library loads a list of charset definitions from the data of
13 tag \<charset-list\>.  The data is loaded as a plist of this format.
14
15 @verbatim
16 CHARSET-LIST ::= DEFINITION *
17
18 DEFINITION ::= '(' NAME ( KEY VALUE ) * ')'
19
20 NAME ::= SYMBOL
21
22 KEY ::= SYMBOL
23
24 VALUE ::= SYMBOL | INTEGER | MTEXT | PLIST
25 @endverbatim
26
27 @c NAME is a name of a charset to define.
28
29 @c KEY and @c VALUE pair is a property given to the function
30 mchar_define_charset () as an element of the second argument $PLIST.
31
32 @section cslist-seealso SEE ALSO
33
34 @ref mdbGeneral "mdbGeneral(5)", mchar_define_charset ()
35 */
36
37 /* 
38 Copyright (C) 2003, 2004
39   National Institute of Advanced Industrial Science and Technology (AIST)
40   Registration Number H15PRO112
41
42 This file is part of the m17n database; a sub-part of the m17n
43 library.
44
45 The m17n library is free software; you can redistribute it and/or
46 modify it under the terms of the GNU Lesser General Public License
47 as published by the Free Software Foundation; either version 2.1 of
48 the License, or (at your option) any later version.
49
50 The m17n library is distributed in the hope that it will be useful,
51 but WITHOUT ANY WARRANTY; without even the implied warranty of
52 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
53 Lesser General Public License for more details.
54
55 You should have received a copy of the GNU Lesser General Public
56 License along with the m17n library; if not, write to the Free
57 Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
58 Boston, MA 02110-1301, USA.
59 */