presage  0.9.2~beta
Variables
iso8859_1.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const int NUL = 0
 
const int SOH = 1
 
const int STX = 2
 
const int ETX = 3
 
const int EOT = 4
 
const int ENQ = 5
 
const int ACK = 6
 
const int BEL = 7
 
const int BS = 8
 
const int HT = 9
 
const int NL = 10
 
const int VT = 11
 
const int NP = 12
 
const int CR = 13
 
const int SO = 14
 
const int SI = 15
 
const int DLE = 16
 
const int DC1 = 17
 
const int DC2 = 18
 
const int DC3 = 19
 
const int DC4 = 20
 
const int NAK = 21
 
const int SYN = 22
 
const int ETB = 23
 
const int CAN = 24
 
const int EM = 25
 
const int SUB = 26
 
const int ESC = 27
 
const int FS = 28
 
const int GS = 29
 
const int RS = 30
 
const int US = 31
 
const int space = 32
 
const int exclamation = 33
 
const int quote = 34
 
const int hashsign = 35
 
const int dollar = 36
 
const int percent = 37
 
const int ampersand = 38
 
const int apostrophe = 39
 
const int openbracket = 40
 
const int closebracket = 41
 
const int asterisk = 42
 
const int plus = 43
 
const int comma = 44
 
const int minus = 45
 
const int period = 46
 
const int slash = 47
 
const int digit0 = 48
 
const int digit1 = 49
 
const int digit2 = 50
 
const int digit3 = 51
 
const int digit4 = 52
 
const int digit5 = 53
 
const int digit6 = 54
 
const int digit7 = 55
 
const int digit8 = 56
 
const int digit9 = 57
 
const int colon = 58
 
const int semicolon = 59
 
const int lessthan = 60
 
const int equals = 61
 
const int greaterthan = 62
 
const int question = 63
 
const int at = 64
 
const int Aletter = 65
 
const int Bletter = 66
 
const int Cletter = 67
 
const int Dletter = 68
 
const int Eletter = 69
 
const int Fletter = 70
 
const int Gletter = 71
 
const int Hletter = 72
 
const int Iletter = 73
 
const int Jletter = 74
 
const int Kletter = 75
 
const int Lletter = 76
 
const int Mletter = 77
 
const int Nletter = 78
 
const int Oletter = 79
 
const int Pletter = 80
 
const int Qletter = 81
 
const int Rletter = 82
 
const int Sletter = 83
 
const int Tletter = 84
 
const int Uletter = 85
 
const int Vletter = 86
 
const int Wletter = 87
 
const int Xletter = 88
 
const int Yletter = 89
 
const int Zletter = 90
 
const int opensquare = 91
 
const int backslash = 92
 
const int closesquare = 93
 
const int pointer = 94
 
const int underscore = 95
 
const int grave = 96
 
const int aletter = 97
 
const int bletter = 98
 
const int cletter = 99
 
const int dletter = 100
 
const int eletter = 101
 
const int fletter = 102
 
const int gletter = 103
 
const int hletter = 104
 
const int iletter = 105
 
const int jletter = 106
 
const int kletter = 107
 
const int lletter = 108
 
const int mletter = 109
 
const int nletter = 110
 
const int oletter = 111
 
const int pletter = 112
 
const int qletter = 113
 
const int rletter = 114
 
const int sletter = 115
 
const int tletter = 116
 
const int uletter = 117
 
const int vletter = 118
 
const int wletter = 119
 
const int xletter = 120
 
const int yletter = 121
 
const int zletter = 122
 
const int leftbrace = 123
 
const int verticalbar = 124
 
const int rightbrace = 125
 
const int tilde = 126
 
const int DEL = 127
 
const int PAD = 128
 
const int HOP = 129
 
const int BPH = 130
 
const int NBH = 131
 
const int IND = 132
 
const int NEL = 133
 
const int SSA = 134
 
const int ESA = 135
 
const int HTS = 136
 
const int HTJ = 137
 
const int VTS = 138
 
const int PLD = 139
 
const int PLU = 140
 
const int RI = 141
 
const int SS2 = 142
 
const int SS3 = 143
 
const int DCS = 144
 
const int PU1 = 145
 
const int PU2 = 146
 
const int STS = 147
 
const int CCH = 148
 
const int MW = 149
 
const int SPA = 150
 
const int EPA = 151
 
const int SOS = 152
 
const int SGCI = 153
 
const int SCI = 154
 
const int CSI = 155
 
const int ST = 156
 
const int OSC = 157
 
const int PM = 158
 
const int APC = 159
 
const int nbsp = 160
 
const int iexcl = 161
 
const int cent = 162
 
const int pound = 163
 
const int curren = 164
 
const int yen = 165
 
const int brvbar = 166
 
const int sect = 167
 
const int uml = 168
 
const int copyr = 169
 
const int ordf = 170
 
const int laquo = 171
 
const int notsign = 172
 
const int shy = 173
 
const int reg = 174
 
const int macr = 175
 
const int deg = 176
 
const int plusmn = 177
 
const int sup2 = 178
 
const int sup3 = 179
 
const int acute = 180
 
const int micro = 181
 
const int para = 182
 
const int middot = 183
 
const int cedil = 184
 
const int sup1 = 185
 
const int ordm = 186
 
const int raquo = 187
 
const int frac14 = 188
 
const int frac12 = 189
 
const int frac34 = 190
 
const int iquest = 191
 
const int Agrave = 192
 
const int Aacute = 193
 
const int Acirc = 194
 
const int Atilde = 195
 
const int Auml = 196
 
const int Aring = 197
 
const int AElig = 198
 
const int Ccedil = 199
 
const int Egrave = 200
 
const int Eacute = 201
 
const int Ecirc = 202
 
const int Euml = 203
 
const int Igrave = 204
 
const int Iacute = 205
 
const int Icirc = 206
 
const int Iuml = 207
 
const int ETH = 208
 
const int Ntilde = 209
 
const int Ograve = 210
 
const int Oacute = 211
 
const int Ocirc = 212
 
const int Otilde = 213
 
const int Ouml = 214
 
const int times = 215
 
const int Oslash = 216
 
const int Ugrave = 217
 
const int Uacute = 218
 
const int Ucirc = 219
 
const int Uuml = 220
 
const int Yacute = 221
 
const int THORN = 222
 
const int szlig = 223
 
const int agrave = 224
 
const int aacute = 225
 
const int acirc = 226
 
const int atilde = 227
 
const int auml = 228
 
const int aring = 229
 
const int aelig = 230
 
const int ccedil = 231
 
const int egrave = 232
 
const int eacute = 233
 
const int ecirc = 234
 
const int euml = 235
 
const int igrave = 236
 
const int iacute = 237
 
const int icirc = 238
 
const int iuml = 239
 
const int eth = 240
 
const int ntilde = 241
 
const int ograve = 242
 
const int oacute = 243
 
const int ocirc = 244
 
const int otilde = 245
 
const int ouml = 246
 
const int divide = 247
 
const int oslash = 248
 
const int ugrave = 249
 
const int uacute = 250
 
const int ucirc = 251
 
const int uuml = 252
 
const int yacute = 253
 
const int thorn = 254
 
const int yuml = 255
 

Variable Documentation

◆ Aacute

const int Aacute = 193

Definition at line 227 of file iso8859_1.h.

◆ aacute

const int aacute = 225

Definition at line 259 of file iso8859_1.h.

◆ Acirc

const int Acirc = 194

Definition at line 228 of file iso8859_1.h.

◆ acirc

const int acirc = 226

Definition at line 260 of file iso8859_1.h.

◆ ACK

const int ACK = 6

Definition at line 36 of file iso8859_1.h.

◆ acute

const int acute = 180

Definition at line 214 of file iso8859_1.h.

◆ AElig

const int AElig = 198

Definition at line 232 of file iso8859_1.h.

◆ aelig

const int aelig = 230

Definition at line 264 of file iso8859_1.h.

◆ Agrave

const int Agrave = 192

Definition at line 226 of file iso8859_1.h.

◆ agrave

const int agrave = 224

Definition at line 258 of file iso8859_1.h.

◆ Aletter

const int Aletter = 65

Definition at line 95 of file iso8859_1.h.

◆ aletter

const int aletter = 97

Definition at line 127 of file iso8859_1.h.

◆ ampersand

const int ampersand = 38

Definition at line 68 of file iso8859_1.h.

◆ APC

const int APC = 159

Definition at line 191 of file iso8859_1.h.

◆ apostrophe

const int apostrophe = 39

Definition at line 69 of file iso8859_1.h.

◆ Aring

const int Aring = 197

Definition at line 231 of file iso8859_1.h.

◆ aring

const int aring = 229

Definition at line 263 of file iso8859_1.h.

◆ asterisk

const int asterisk = 42

Definition at line 72 of file iso8859_1.h.

◆ at

const int at = 64

Definition at line 94 of file iso8859_1.h.

◆ Atilde

const int Atilde = 195

Definition at line 229 of file iso8859_1.h.

◆ atilde

const int atilde = 227

Definition at line 261 of file iso8859_1.h.

◆ Auml

const int Auml = 196

Definition at line 230 of file iso8859_1.h.

◆ auml

const int auml = 228

Definition at line 262 of file iso8859_1.h.

◆ backslash

const int backslash = 92

Definition at line 122 of file iso8859_1.h.

◆ BEL

const int BEL = 7

Definition at line 37 of file iso8859_1.h.

◆ Bletter

const int Bletter = 66

Definition at line 96 of file iso8859_1.h.

◆ bletter

const int bletter = 98

Definition at line 128 of file iso8859_1.h.

◆ BPH

const int BPH = 130

Definition at line 162 of file iso8859_1.h.

◆ brvbar

const int brvbar = 166

Definition at line 200 of file iso8859_1.h.

◆ BS

const int BS = 8

Definition at line 38 of file iso8859_1.h.

◆ CAN

const int CAN = 24

Definition at line 54 of file iso8859_1.h.

◆ Ccedil

const int Ccedil = 199

Definition at line 233 of file iso8859_1.h.

◆ ccedil

const int ccedil = 231

Definition at line 265 of file iso8859_1.h.

◆ CCH

const int CCH = 148

Definition at line 180 of file iso8859_1.h.

◆ cedil

const int cedil = 184

Definition at line 218 of file iso8859_1.h.

◆ cent

const int cent = 162

Definition at line 196 of file iso8859_1.h.

◆ Cletter

const int Cletter = 67

Definition at line 97 of file iso8859_1.h.

◆ cletter

const int cletter = 99

Definition at line 129 of file iso8859_1.h.

◆ closebracket

const int closebracket = 41

Definition at line 71 of file iso8859_1.h.

◆ closesquare

const int closesquare = 93

Definition at line 123 of file iso8859_1.h.

◆ colon

const int colon = 58

Definition at line 88 of file iso8859_1.h.

◆ comma

const int comma = 44

Definition at line 74 of file iso8859_1.h.

◆ copyr

const int copyr = 169

Definition at line 203 of file iso8859_1.h.

◆ CR

const int CR = 13

Definition at line 43 of file iso8859_1.h.

◆ CSI

const int CSI = 155

Definition at line 187 of file iso8859_1.h.

◆ curren

const int curren = 164

Definition at line 198 of file iso8859_1.h.

◆ DC1

const int DC1 = 17

Definition at line 47 of file iso8859_1.h.

◆ DC2

const int DC2 = 18

Definition at line 48 of file iso8859_1.h.

◆ DC3

const int DC3 = 19

Definition at line 49 of file iso8859_1.h.

◆ DC4

const int DC4 = 20

Definition at line 50 of file iso8859_1.h.

◆ DCS

const int DCS = 144

Definition at line 176 of file iso8859_1.h.

◆ deg

const int deg = 176

Definition at line 210 of file iso8859_1.h.

◆ DEL

const int DEL = 127

Definition at line 159 of file iso8859_1.h.

◆ digit0

const int digit0 = 48

Definition at line 78 of file iso8859_1.h.

◆ digit1

const int digit1 = 49

Definition at line 79 of file iso8859_1.h.

◆ digit2

const int digit2 = 50

Definition at line 80 of file iso8859_1.h.

◆ digit3

const int digit3 = 51

Definition at line 81 of file iso8859_1.h.

◆ digit4

const int digit4 = 52

Definition at line 82 of file iso8859_1.h.

◆ digit5

const int digit5 = 53

Definition at line 83 of file iso8859_1.h.

◆ digit6

const int digit6 = 54

Definition at line 84 of file iso8859_1.h.

◆ digit7

const int digit7 = 55

Definition at line 85 of file iso8859_1.h.

◆ digit8

const int digit8 = 56

Definition at line 86 of file iso8859_1.h.

◆ digit9

const int digit9 = 57

Definition at line 87 of file iso8859_1.h.

◆ divide

const int divide = 247

Definition at line 281 of file iso8859_1.h.

◆ DLE

const int DLE = 16

Definition at line 46 of file iso8859_1.h.

◆ Dletter

const int Dletter = 68

Definition at line 98 of file iso8859_1.h.

◆ dletter

const int dletter = 100

Definition at line 130 of file iso8859_1.h.

◆ dollar

const int dollar = 36

Definition at line 66 of file iso8859_1.h.

◆ Eacute

const int Eacute = 201

Definition at line 235 of file iso8859_1.h.

◆ eacute

const int eacute = 233

Definition at line 267 of file iso8859_1.h.

◆ Ecirc

const int Ecirc = 202

Definition at line 236 of file iso8859_1.h.

◆ ecirc

const int ecirc = 234

Definition at line 268 of file iso8859_1.h.

◆ Egrave

const int Egrave = 200

Definition at line 234 of file iso8859_1.h.

◆ egrave

const int egrave = 232

Definition at line 266 of file iso8859_1.h.

◆ Eletter

const int Eletter = 69

Definition at line 99 of file iso8859_1.h.

◆ eletter

const int eletter = 101

Definition at line 131 of file iso8859_1.h.

◆ EM

const int EM = 25

Definition at line 55 of file iso8859_1.h.

◆ ENQ

const int ENQ = 5

Definition at line 35 of file iso8859_1.h.

◆ EOT

const int EOT = 4

Definition at line 34 of file iso8859_1.h.

◆ EPA

const int EPA = 151

Definition at line 183 of file iso8859_1.h.

◆ equals

const int equals = 61

Definition at line 91 of file iso8859_1.h.

◆ ESA

const int ESA = 135

Definition at line 167 of file iso8859_1.h.

◆ ESC

const int ESC = 27

Definition at line 57 of file iso8859_1.h.

◆ ETB

const int ETB = 23

Definition at line 53 of file iso8859_1.h.

◆ ETH

const int ETH = 208

Definition at line 242 of file iso8859_1.h.

◆ eth

const int eth = 240

Definition at line 274 of file iso8859_1.h.

◆ ETX

const int ETX = 3

Definition at line 33 of file iso8859_1.h.

◆ Euml

const int Euml = 203

Definition at line 237 of file iso8859_1.h.

◆ euml

const int euml = 235

Definition at line 269 of file iso8859_1.h.

◆ exclamation

const int exclamation = 33

Definition at line 63 of file iso8859_1.h.

◆ Fletter

const int Fletter = 70

Definition at line 100 of file iso8859_1.h.

◆ fletter

const int fletter = 102

Definition at line 132 of file iso8859_1.h.

◆ frac12

const int frac12 = 189

Definition at line 223 of file iso8859_1.h.

◆ frac14

const int frac14 = 188

Definition at line 222 of file iso8859_1.h.

◆ frac34

const int frac34 = 190

Definition at line 224 of file iso8859_1.h.

◆ FS

const int FS = 28

Definition at line 58 of file iso8859_1.h.

◆ Gletter

const int Gletter = 71

Definition at line 101 of file iso8859_1.h.

◆ gletter

const int gletter = 103

Definition at line 133 of file iso8859_1.h.

◆ grave

const int grave = 96

Definition at line 126 of file iso8859_1.h.

◆ greaterthan

const int greaterthan = 62

Definition at line 92 of file iso8859_1.h.

◆ GS

const int GS = 29

Definition at line 59 of file iso8859_1.h.

◆ hashsign

const int hashsign = 35

Definition at line 65 of file iso8859_1.h.

◆ Hletter

const int Hletter = 72

Definition at line 102 of file iso8859_1.h.

◆ hletter

const int hletter = 104

Definition at line 134 of file iso8859_1.h.

◆ HOP

const int HOP = 129

Definition at line 161 of file iso8859_1.h.

◆ HT

const int HT = 9

Definition at line 39 of file iso8859_1.h.

◆ HTJ

const int HTJ = 137

Definition at line 169 of file iso8859_1.h.

◆ HTS

const int HTS = 136

Definition at line 168 of file iso8859_1.h.

◆ Iacute

const int Iacute = 205

Definition at line 239 of file iso8859_1.h.

◆ iacute

const int iacute = 237

Definition at line 271 of file iso8859_1.h.

◆ Icirc

const int Icirc = 206

Definition at line 240 of file iso8859_1.h.

◆ icirc

const int icirc = 238

Definition at line 272 of file iso8859_1.h.

◆ iexcl

const int iexcl = 161

Definition at line 195 of file iso8859_1.h.

◆ Igrave

const int Igrave = 204

Definition at line 238 of file iso8859_1.h.

◆ igrave

const int igrave = 236

Definition at line 270 of file iso8859_1.h.

◆ Iletter

const int Iletter = 73

Definition at line 103 of file iso8859_1.h.

◆ iletter

const int iletter = 105

Definition at line 135 of file iso8859_1.h.

◆ IND

const int IND = 132

Definition at line 164 of file iso8859_1.h.

◆ iquest

const int iquest = 191

Definition at line 225 of file iso8859_1.h.

◆ Iuml

const int Iuml = 207

Definition at line 241 of file iso8859_1.h.

◆ iuml

const int iuml = 239

Definition at line 273 of file iso8859_1.h.

◆ Jletter

const int Jletter = 74

Definition at line 104 of file iso8859_1.h.

◆ jletter

const int jletter = 106

Definition at line 136 of file iso8859_1.h.

◆ Kletter

const int Kletter = 75

Definition at line 105 of file iso8859_1.h.

◆ kletter

const int kletter = 107

Definition at line 137 of file iso8859_1.h.

◆ laquo

const int laquo = 171

Definition at line 205 of file iso8859_1.h.

◆ leftbrace

const int leftbrace = 123

Definition at line 153 of file iso8859_1.h.

◆ lessthan

const int lessthan = 60

Definition at line 90 of file iso8859_1.h.

◆ Lletter

const int Lletter = 76

Definition at line 106 of file iso8859_1.h.

◆ lletter

const int lletter = 108

Definition at line 138 of file iso8859_1.h.

◆ macr

const int macr = 175

Definition at line 209 of file iso8859_1.h.

◆ micro

const int micro = 181

Definition at line 215 of file iso8859_1.h.

◆ middot

const int middot = 183

Definition at line 217 of file iso8859_1.h.

◆ minus

const int minus = 45

Definition at line 75 of file iso8859_1.h.

◆ Mletter

const int Mletter = 77

Definition at line 107 of file iso8859_1.h.

◆ mletter

const int mletter = 109

Definition at line 139 of file iso8859_1.h.

◆ MW

const int MW = 149

Definition at line 181 of file iso8859_1.h.

◆ NAK

const int NAK = 21

Definition at line 51 of file iso8859_1.h.

◆ NBH

const int NBH = 131

Definition at line 163 of file iso8859_1.h.

◆ nbsp

const int nbsp = 160

Definition at line 194 of file iso8859_1.h.

◆ NEL

const int NEL = 133

Definition at line 165 of file iso8859_1.h.

◆ NL

const int NL = 10

Definition at line 40 of file iso8859_1.h.

◆ Nletter

const int Nletter = 78

Definition at line 108 of file iso8859_1.h.

◆ nletter

const int nletter = 110

Definition at line 140 of file iso8859_1.h.

◆ notsign

const int notsign = 172

Definition at line 206 of file iso8859_1.h.

◆ NP

const int NP = 12

Definition at line 42 of file iso8859_1.h.

◆ Ntilde

const int Ntilde = 209

Definition at line 243 of file iso8859_1.h.

◆ ntilde

const int ntilde = 241

Definition at line 275 of file iso8859_1.h.

◆ NUL

const int NUL = 0

Definition at line 30 of file iso8859_1.h.

◆ Oacute

const int Oacute = 211

Definition at line 245 of file iso8859_1.h.

◆ oacute

const int oacute = 243

Definition at line 277 of file iso8859_1.h.

◆ Ocirc

const int Ocirc = 212

Definition at line 246 of file iso8859_1.h.

◆ ocirc

const int ocirc = 244

Definition at line 278 of file iso8859_1.h.

◆ Ograve

const int Ograve = 210

Definition at line 244 of file iso8859_1.h.

◆ ograve

const int ograve = 242

Definition at line 276 of file iso8859_1.h.

◆ Oletter

const int Oletter = 79

Definition at line 109 of file iso8859_1.h.

◆ oletter

const int oletter = 111

Definition at line 141 of file iso8859_1.h.

◆ openbracket

const int openbracket = 40

Definition at line 70 of file iso8859_1.h.

◆ opensquare

const int opensquare = 91

Definition at line 121 of file iso8859_1.h.

◆ ordf

const int ordf = 170

Definition at line 204 of file iso8859_1.h.

◆ ordm

const int ordm = 186

Definition at line 220 of file iso8859_1.h.

◆ OSC

const int OSC = 157

Definition at line 189 of file iso8859_1.h.

◆ Oslash

const int Oslash = 216

Definition at line 250 of file iso8859_1.h.

◆ oslash

const int oslash = 248

Definition at line 282 of file iso8859_1.h.

◆ Otilde

const int Otilde = 213

Definition at line 247 of file iso8859_1.h.

◆ otilde

const int otilde = 245

Definition at line 279 of file iso8859_1.h.

◆ Ouml

const int Ouml = 214

Definition at line 248 of file iso8859_1.h.

◆ ouml

const int ouml = 246

Definition at line 280 of file iso8859_1.h.

◆ PAD

const int PAD = 128

Definition at line 160 of file iso8859_1.h.

◆ para

const int para = 182

Definition at line 216 of file iso8859_1.h.

◆ percent

const int percent = 37

Definition at line 67 of file iso8859_1.h.

◆ period

const int period = 46

Definition at line 76 of file iso8859_1.h.

◆ PLD

const int PLD = 139

Definition at line 171 of file iso8859_1.h.

◆ Pletter

const int Pletter = 80

Definition at line 110 of file iso8859_1.h.

◆ pletter

const int pletter = 112

Definition at line 142 of file iso8859_1.h.

◆ PLU

const int PLU = 140

Definition at line 172 of file iso8859_1.h.

◆ plus

const int plus = 43

Definition at line 73 of file iso8859_1.h.

◆ plusmn

const int plusmn = 177

Definition at line 211 of file iso8859_1.h.

◆ PM

const int PM = 158

Definition at line 190 of file iso8859_1.h.

◆ pointer

const int pointer = 94

Definition at line 124 of file iso8859_1.h.

◆ pound

const int pound = 163

Definition at line 197 of file iso8859_1.h.

◆ PU1

const int PU1 = 145

Definition at line 177 of file iso8859_1.h.

◆ PU2

const int PU2 = 146

Definition at line 178 of file iso8859_1.h.

◆ Qletter

const int Qletter = 81

Definition at line 111 of file iso8859_1.h.

◆ qletter

const int qletter = 113

Definition at line 143 of file iso8859_1.h.

◆ question

const int question = 63

Definition at line 93 of file iso8859_1.h.

◆ quote

const int quote = 34

Definition at line 64 of file iso8859_1.h.

◆ raquo

const int raquo = 187

Definition at line 221 of file iso8859_1.h.

◆ reg

const int reg = 174

Definition at line 208 of file iso8859_1.h.

◆ RI

const int RI = 141

Definition at line 173 of file iso8859_1.h.

◆ rightbrace

const int rightbrace = 125

Definition at line 155 of file iso8859_1.h.

◆ Rletter

const int Rletter = 82

Definition at line 112 of file iso8859_1.h.

◆ rletter

const int rletter = 114

Definition at line 144 of file iso8859_1.h.

◆ RS

const int RS = 30

Definition at line 60 of file iso8859_1.h.

◆ SCI

const int SCI = 154

Definition at line 186 of file iso8859_1.h.

◆ sect

const int sect = 167

Definition at line 201 of file iso8859_1.h.

◆ semicolon

const int semicolon = 59

Definition at line 89 of file iso8859_1.h.

◆ SGCI

const int SGCI = 153

Definition at line 185 of file iso8859_1.h.

◆ shy

const int shy = 173

Definition at line 207 of file iso8859_1.h.

◆ SI

const int SI = 15

Definition at line 45 of file iso8859_1.h.

◆ slash

const int slash = 47

Definition at line 77 of file iso8859_1.h.

◆ Sletter

const int Sletter = 83

Definition at line 113 of file iso8859_1.h.

◆ sletter

const int sletter = 115

Definition at line 145 of file iso8859_1.h.

◆ SO

const int SO = 14

Definition at line 44 of file iso8859_1.h.

◆ SOH

const int SOH = 1

Definition at line 31 of file iso8859_1.h.

◆ SOS

const int SOS = 152

Definition at line 184 of file iso8859_1.h.

◆ SPA

const int SPA = 150

Definition at line 182 of file iso8859_1.h.

◆ space

const int space = 32

Definition at line 62 of file iso8859_1.h.

◆ SS2

const int SS2 = 142

Definition at line 174 of file iso8859_1.h.

◆ SS3

const int SS3 = 143

Definition at line 175 of file iso8859_1.h.

◆ SSA

const int SSA = 134

Definition at line 166 of file iso8859_1.h.

◆ ST

const int ST = 156

Definition at line 188 of file iso8859_1.h.

◆ STS

const int STS = 147

Definition at line 179 of file iso8859_1.h.

◆ STX

const int STX = 2

Definition at line 32 of file iso8859_1.h.

◆ SUB

const int SUB = 26

Definition at line 56 of file iso8859_1.h.

◆ sup1

const int sup1 = 185

Definition at line 219 of file iso8859_1.h.

◆ sup2

const int sup2 = 178

Definition at line 212 of file iso8859_1.h.

◆ sup3

const int sup3 = 179

Definition at line 213 of file iso8859_1.h.

◆ SYN

const int SYN = 22

Definition at line 52 of file iso8859_1.h.

◆ szlig

const int szlig = 223

Definition at line 257 of file iso8859_1.h.

◆ THORN

const int THORN = 222

Definition at line 256 of file iso8859_1.h.

◆ thorn

const int thorn = 254

Definition at line 288 of file iso8859_1.h.

◆ tilde

const int tilde = 126

Definition at line 156 of file iso8859_1.h.

◆ times

const int times = 215

Definition at line 249 of file iso8859_1.h.

◆ Tletter

const int Tletter = 84

Definition at line 114 of file iso8859_1.h.

◆ tletter

const int tletter = 116

Definition at line 146 of file iso8859_1.h.

◆ Uacute

const int Uacute = 218

Definition at line 252 of file iso8859_1.h.

◆ uacute

const int uacute = 250

Definition at line 284 of file iso8859_1.h.

◆ Ucirc

const int Ucirc = 219

Definition at line 253 of file iso8859_1.h.

◆ ucirc

const int ucirc = 251

Definition at line 285 of file iso8859_1.h.

◆ Ugrave

const int Ugrave = 217

Definition at line 251 of file iso8859_1.h.

◆ ugrave

const int ugrave = 249

Definition at line 283 of file iso8859_1.h.

◆ Uletter

const int Uletter = 85

Definition at line 115 of file iso8859_1.h.

◆ uletter

const int uletter = 117

Definition at line 147 of file iso8859_1.h.

◆ uml

const int uml = 168

Definition at line 202 of file iso8859_1.h.

◆ underscore

const int underscore = 95

Definition at line 125 of file iso8859_1.h.

◆ US

const int US = 31

Definition at line 61 of file iso8859_1.h.

◆ Uuml

const int Uuml = 220

Definition at line 254 of file iso8859_1.h.

◆ uuml

const int uuml = 252

Definition at line 286 of file iso8859_1.h.

◆ verticalbar

const int verticalbar = 124

Definition at line 154 of file iso8859_1.h.

◆ Vletter

const int Vletter = 86

Definition at line 116 of file iso8859_1.h.

◆ vletter

const int vletter = 118

Definition at line 148 of file iso8859_1.h.

◆ VT

const int VT = 11

Definition at line 41 of file iso8859_1.h.

◆ VTS

const int VTS = 138

Definition at line 170 of file iso8859_1.h.

◆ Wletter

const int Wletter = 87

Definition at line 117 of file iso8859_1.h.

◆ wletter

const int wletter = 119

Definition at line 149 of file iso8859_1.h.

◆ Xletter

const int Xletter = 88

Definition at line 118 of file iso8859_1.h.

◆ xletter

const int xletter = 120

Definition at line 150 of file iso8859_1.h.

◆ Yacute

const int Yacute = 221

Definition at line 255 of file iso8859_1.h.

◆ yacute

const int yacute = 253

Definition at line 287 of file iso8859_1.h.

◆ yen

const int yen = 165

Definition at line 199 of file iso8859_1.h.

◆ Yletter

const int Yletter = 89

Definition at line 119 of file iso8859_1.h.

◆ yletter

const int yletter = 121

Definition at line 151 of file iso8859_1.h.

◆ yuml

const int yuml = 255

Definition at line 289 of file iso8859_1.h.

◆ Zletter

const int Zletter = 90

Definition at line 120 of file iso8859_1.h.

◆ zletter

const int zletter = 122

Definition at line 152 of file iso8859_1.h.