2086
|
1 /*
|
|
2 The contents of this file are subject to the Mozilla Public License
|
|
3 Version 1.1 (the "License"); you may not use this file except in
|
|
4 compliance with the License. You may obtain a copy of the License at
|
|
5 http://www.mozilla.org/MPL/
|
|
6
|
|
7 Software distributed under the License is distributed on an "AS IS"
|
|
8 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
|
|
9 License for the specific language governing rights and limitations
|
|
10 under the License.
|
|
11
|
|
12 The Original Code is expat.
|
|
13
|
|
14 The Initial Developer of the Original Code is James Clark.
|
|
15 Portions created by James Clark are Copyright (C) 1998, 1999
|
|
16 James Clark. All Rights Reserved.
|
|
17
|
|
18 Contributor(s):
|
|
19
|
|
20 Alternatively, the contents of this file may be used under the terms
|
|
21 of the GNU General Public License (the "GPL"), in which case the
|
|
22 provisions of the GPL are applicable instead of those above. If you
|
|
23 wish to allow use of your version of this file only under the terms of
|
|
24 the GPL and not to allow others to use your version of this file under
|
|
25 the MPL, indicate your decision by deleting the provisions above and
|
|
26 replace them with the notice and other provisions required by the
|
|
27 GPL. If you do not delete the provisions above, a recipient may use
|
|
28 your version of this file under either the MPL or the GPL.
|
|
29 */
|
|
30
|
|
31 /* Like asciitab.h, except that 0xD has code BT_S rather than BT_CR */
|
|
32 /* 0x00 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
33 /* 0x04 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
34 /* 0x08 */ BT_NONXML, BT_S, BT_LF, BT_NONXML,
|
|
35 /* 0x0C */ BT_NONXML, BT_S, BT_NONXML, BT_NONXML,
|
|
36 /* 0x10 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
37 /* 0x14 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
38 /* 0x18 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
39 /* 0x1C */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML,
|
|
40 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM,
|
|
41 /* 0x24 */ BT_OTHER, BT_PERCNT, BT_AMP, BT_APOS,
|
|
42 /* 0x28 */ BT_LPAR, BT_RPAR, BT_AST, BT_PLUS,
|
|
43 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL,
|
|
44 /* 0x30 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
|
|
45 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT,
|
|
46 /* 0x38 */ BT_DIGIT, BT_DIGIT, BT_COLON, BT_SEMI,
|
|
47 /* 0x3C */ BT_LT, BT_EQUALS, BT_GT, BT_QUEST,
|
|
48 /* 0x40 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
|
|
49 /* 0x44 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
|
|
50 /* 0x48 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
51 /* 0x4C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
52 /* 0x50 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
53 /* 0x54 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
54 /* 0x58 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_LSQB,
|
|
55 /* 0x5C */ BT_OTHER, BT_RSQB, BT_OTHER, BT_NMSTRT,
|
|
56 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX,
|
|
57 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT,
|
|
58 /* 0x68 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
59 /* 0x6C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
60 /* 0x70 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
61 /* 0x74 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT,
|
|
62 /* 0x78 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER,
|
|
63 /* 0x7C */ BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,
|