00001 /* 00002 The contents of this file are subject to the Mozilla Public License 00003 Version 1.1 (the "License"); you may not use this file except in 00004 compliance with the License. You may obtain a copy of the License at 00005 http://www.mozilla.org/MPL/ 00006 00007 Software distributed under the License is distributed on an "AS IS" 00008 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 00009 License for the specific language governing rights and limitations 00010 under the License. 00011 00012 The Original Code is expat. 00013 00014 The Initial Developer of the Original Code is James Clark. 00015 Portions created by James Clark are Copyright (C) 1998, 1999 00016 James Clark. All Rights Reserved. 00017 00018 Contributor(s): 00019 00020 Alternatively, the contents of this file may be used under the terms 00021 of the GNU General Public License (the "GPL"), in which case the 00022 provisions of the GPL are applicable instead of those above. If you 00023 wish to allow use of your version of this file only under the terms of 00024 the GPL and not to allow others to use your version of this file under 00025 the MPL, indicate your decision by deleting the provisions above and 00026 replace them with the notice and other provisions required by the 00027 GPL. If you do not delete the provisions above, a recipient may use 00028 your version of this file under either the MPL or the GPL. 00029 */ 00030 00031 /* Like asciitab.h, except that 0xD has code BT_S rather than BT_CR */ 00032 /* 0x00 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00033 /* 0x04 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00034 /* 0x08 */ BT_NONXML, BT_S, BT_LF, BT_NONXML, 00035 /* 0x0C */ BT_NONXML, BT_S, BT_NONXML, BT_NONXML, 00036 /* 0x10 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00037 /* 0x14 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00038 /* 0x18 */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00039 /* 0x1C */ BT_NONXML, BT_NONXML, BT_NONXML, BT_NONXML, 00040 /* 0x20 */ BT_S, BT_EXCL, BT_QUOT, BT_NUM, 00041 /* 0x24 */ BT_OTHER, BT_PERCNT, BT_AMP, BT_APOS, 00042 /* 0x28 */ BT_LPAR, BT_RPAR, BT_AST, BT_PLUS, 00043 /* 0x2C */ BT_COMMA, BT_MINUS, BT_NAME, BT_SOL, 00044 /* 0x30 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT, 00045 /* 0x34 */ BT_DIGIT, BT_DIGIT, BT_DIGIT, BT_DIGIT, 00046 /* 0x38 */ BT_DIGIT, BT_DIGIT, BT_COLON, BT_SEMI, 00047 /* 0x3C */ BT_LT, BT_EQUALS, BT_GT, BT_QUEST, 00048 /* 0x40 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX, 00049 /* 0x44 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT, 00050 /* 0x48 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00051 /* 0x4C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00052 /* 0x50 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00053 /* 0x54 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00054 /* 0x58 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_LSQB, 00055 /* 0x5C */ BT_OTHER, BT_RSQB, BT_OTHER, BT_NMSTRT, 00056 /* 0x60 */ BT_OTHER, BT_HEX, BT_HEX, BT_HEX, 00057 /* 0x64 */ BT_HEX, BT_HEX, BT_HEX, BT_NMSTRT, 00058 /* 0x68 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00059 /* 0x6C */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00060 /* 0x70 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00061 /* 0x74 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, 00062 /* 0x78 */ BT_NMSTRT, BT_NMSTRT, BT_NMSTRT, BT_OTHER, 00063 /* 0x7C */ BT_VERBAR, BT_OTHER, BT_OTHER, BT_OTHER,