charcodes.h

00001 /***************************************************************************
00002                           charcodes.cpp  -  description
00003                              -------------------
00004     begin                : Wed Nov 24 2003
00005     copyright            : (C) 2003 by André imon
00006     email                : andre.simon1@gmx.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef CHAR_CODES
00019 #define CHAR_CODES
00020 
00021 #ifdef _WIN32
00022 
00023 #define AUML_LC 228
00024 #define OUML_LC 246
00025 #define UUML_LC 252
00026 
00027 #define AUML_UC 196
00028 #define OUML_UC 214
00029 #define UUML_UC 220
00030 
00031 
00032 #define AACUTE_LC 225
00033 #define EACUTE_LC 233
00034 #define OACUTE_LC 243
00035 #define UACUTE_LC 250
00036 
00037 #define AACUTE_UC 193
00038 #define EACUTE_UC 201
00039 #define OACUTE_UC 211
00040 #define UACUTE_UC 218
00041 
00042 #define AGRAVE_LC 224
00043 #define EGRAVE_LC 232
00044 #define OGRAVE_LC 242
00045 #define UGRAVE_LC 249
00046 
00047 #define AGRAVE_UC 192
00048 #define EGRAVE_UC 200
00049 #define OGRAVE_UC 210
00050 #define UGRAVE_UC 217
00051 
00052 #define SZLIG 223
00053 
00054 /* DOS CONSOLE CODES
00055 #define AUML_LC 132
00056 #define OUML_LC 148
00057 #define UUML_LC 129
00058 
00059 #define AUML_UC 142
00060 #define OUML_UC 153
00061 #define UUML_UC 154
00062 
00063 
00064 #define AACUTE_LC 160
00065 #define EACUTE_LC 130
00066 #define OACUTE_LC 162
00067 #define UACUTE_LC 163
00068 
00069 #define AACUTE_UC 181
00070 #define EACUTE_UC 144
00071 #define OACUTE_UC 224
00072 #define UACUTE_UC 233
00073 
00074 #define AGRAVE_LC 133
00075 #define EGRAVE_LC 138
00076 #define OGRAVE_LC 149
00077 #define UGRAVE_LC 151
00078 
00079 #define AGRAVE_UC 183
00080 #define EGRAVE_UC 212
00081 #define OGRAVE_UC 227
00082 #define UGRAVE_UC 235
00083 
00084 #define SZLIG 225
00085 */
00086 
00087 #else
00088 
00089 #define AUML_LC 164
00090 #define OUML_LC 182
00091 #define UUML_LC 188
00092 
00093 #define AUML_UC 132
00094 #define OUML_UC 150
00095 #define UUML_UC 156
00096 
00097 
00098 #define AACUTE_LC 161
00099 #define EACUTE_LC 169
00100 #define OACUTE_LC 179
00101 #define UACUTE_LC 186
00102 
00103 #define AACUTE_UC 129
00104 #define EACUTE_UC 137
00105 #define OACUTE_UC 147
00106 #define UACUTE_UC 154
00107 
00108 #define AGRAVE_LC 160
00109 #define EGRAVE_LC 168
00110 #define OGRAVE_LC 178
00111 #define UGRAVE_LC 185
00112 
00113 #define AGRAVE_UC 128
00114 #define EGRAVE_UC 136
00115 #define OGRAVE_UC 146
00116 #define UGRAVE_UC 153
00117 
00118 #define SZLIG 159
00119 
00120 #endif
00121 
00122 #endif

Generated on Fri Apr 27 13:12:35 2007 for Highlight Code Converter by  doxygen 1.5.2