source: protocols/jabber/iasciitab.h @ 8a9afe4

Last change on this file since 8a9afe4 was b7d3cc34, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-06T18:23:18Z

Initial repository (0.99 release tree)

  • Property mode set to 100644
File size: 2.9 KB
Line 
1/*
2The contents of this file are subject to the Mozilla Public License
3Version 1.1 (the "License"); you may not use this file except in
4compliance with the License. You may obtain a copy of the License at
5http://www.mozilla.org/MPL/
6
7Software distributed under the License is distributed on an "AS IS"
8basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
9License for the specific language governing rights and limitations
10under the License.
11
12The Original Code is expat.
13
14The Initial Developer of the Original Code is James Clark.
15Portions created by James Clark are Copyright (C) 1998, 1999
16James Clark. All Rights Reserved.
17
18Contributor(s):
19
20Alternatively, the contents of this file may be used under the terms
21of the GNU General Public License (the "GPL"), in which case the
22provisions of the GPL are applicable instead of those above.  If you
23wish to allow use of your version of this file only under the terms of
24the GPL and not to allow others to use your version of this file under
25the MPL, indicate your decision by deleting the provisions above and
26replace them with the notice and other provisions required by the
27GPL. If you do not delete the provisions above, a recipient may use
28your 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,
Note: See TracBrowser for help on using the repository browser.