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