]>
git.saurik.com Git - wxWidgets.git/blob - contrib/src/xml/expat/xmltok/ascii.h
2 Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3 See the file copying.txt for copying permission.
71 #define ASCII_TAB 0x09
72 #define ASCII_SPACE 0x20
73 #define ASCII_EXCL 0x21
74 #define ASCII_QUOT 0x22
75 #define ASCII_AMP 0x26
76 #define ASCII_APOS 0x27
77 #define ASCII_MINUS 0x2D
78 #define ASCII_PERIOD 0x2E
79 #define ASCII_COLON 0x3A
80 #define ASCII_SEMI 0x3B
82 #define ASCII_EQUALS 0x3D
84 #define ASCII_LSQB 0x5B
85 #define ASCII_RSQB 0x5D
86 #define ASCII_UNDERSCORE 0x5F