mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00

Lws now strips out http headers releated to h2, ws and unusual headers based on cmake config settings for those features... it saves some heap for the ah and reduces the table size in .rodata. It's possible code might have some external dependency on the original header indexes, but, eg, you don't enable h2 so those indexes are optimized with the h2 ones taken out. This introduces a cmake option "LWS_HTTP_HEADERS_ALL", default-OFF, that defeats the header table optimization for compatibility with older versions in the case the client software can't be adapted to use the lws-exported matching header enums. You probably don't need this.
6733 lines
325 KiB
C
6733 lines
325 KiB
C
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 3: host: */
|
|
/* 3: 4: connection: */
|
|
/* 4: 5: upgrade: */
|
|
/* 5: 6: origin: */
|
|
/* 6: 8:
|
|
*/
|
|
/* 7: 15: http/1.1 */
|
|
/* 8: 17: accept: */
|
|
/* 9: 19: if-modified-since: */
|
|
/* 10: 20: if-none-match: */
|
|
/* 11: 21: accept-encoding: */
|
|
/* 12: 22: accept-language: */
|
|
/* 13: 23: pragma: */
|
|
/* 14: 24: cache-control: */
|
|
/* 15: 25: authorization: */
|
|
/* 16: 26: cookie: */
|
|
/* 17: 27: content-length: */
|
|
/* 18: 28: content-type: */
|
|
/* 19: 29: date: */
|
|
/* 20: 30: range: */
|
|
/* 21: 41: accept-ranges: */
|
|
/* 22: 43: age: */
|
|
/* 23: 44: allow: */
|
|
/* 24: 45: content-disposition: */
|
|
/* 25: 46: content-encoding: */
|
|
/* 26: 47: content-language: */
|
|
/* 27: 48: content-location: */
|
|
/* 28: 49: content-range: */
|
|
/* 29: 50: etag: */
|
|
/* 30: 51: expect: */
|
|
/* 31: 52: expires: */
|
|
/* 32: 53: from: */
|
|
/* 33: 54: if-match: */
|
|
/* 34: 55: if-range: */
|
|
/* 35: 56: if-unmodified-since: */
|
|
/* 36: 57: last-modified: */
|
|
/* 37: 58: link: */
|
|
/* 38: 59: location: */
|
|
/* 39: 63: refresh: */
|
|
/* 40: 64: retry-after: */
|
|
/* 41: 65: server: */
|
|
/* 42: 66: set-cookie: */
|
|
/* 43: 68: transfer-encoding: */
|
|
/* 44: 76: uri-args */
|
|
/* 45: 79: http/1.0 */
|
|
/* 46: 80: x-forwarded-for: */
|
|
/* 47: 81: connect */
|
|
/* 48: 82: head */
|
|
/* 49: 86: x-auth-token: */
|
|
/* 50: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x34, 0x00 /* (to 0x0034 state 1) */,
|
|
0x70 /* 'p' */, 0x36, 0x00 /* (to 0x0039 state 5) */,
|
|
0x68 /* 'h' */, 0x3F, 0x00 /* (to 0x0045 state 10) */,
|
|
0x63 /* 'c' */, 0x4B, 0x00 /* (to 0x0054 state 15) */,
|
|
0x75 /* 'u' */, 0x6C, 0x00 /* (to 0x0078 state 26) */,
|
|
0x6F /* 'o' */, 0x78, 0x00 /* (to 0x0087 state 34) */,
|
|
0x0D /* '.' */, 0x7D, 0x00 /* (to 0x008F state 41) */,
|
|
0x61 /* 'a' */, 0x8C, 0x00 /* (to 0x00A1 state 51) */,
|
|
0x69 /* 'i' */, 0xA3, 0x00 /* (to 0x00BB state 58) */,
|
|
0x64 /* 'd' */, 0x43, 0x01 /* (to 0x015E state 160) */,
|
|
0x72 /* 'r' */, 0x46, 0x01 /* (to 0x0164 state 165) */,
|
|
0x65 /* 'e' */, 0x92, 0x01 /* (to 0x01B3 state 229) */,
|
|
0x66 /* 'f' */, 0xAE, 0x01 /* (to 0x01D2 state 245) */,
|
|
0x6C /* 'l' */, 0xD0, 0x01 /* (to 0x01F7 state 278) */,
|
|
0x73 /* 's' */, 0x0C, 0x02 /* (to 0x0236 state 321) */,
|
|
0x74 /* 't' */, 0x21, 0x02 /* (to 0x024E state 337) */,
|
|
0x78 /* 'x' */, 0x3C, 0x02 /* (to 0x026C state 364) */,
|
|
0x08, /* fail */
|
|
/* pos 0034: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0035: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 0036: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0037: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0039: 5 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x0040 state 6) */,
|
|
0x72 /* 'r' */, 0xCE, 0x00 /* (to 0x010A state 106) */,
|
|
0x08, /* fail */
|
|
/* pos 0040: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0041: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0042: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0043: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0045: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x004F state 11) */,
|
|
0x74 /* 't' */, 0x4A, 0x00 /* (to 0x0092 state 43) */,
|
|
0x65 /* 'e' */, 0x3A, 0x02 /* (to 0x0285 state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 004f: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 0050: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0051: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0052: 14 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 0054: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x005B state 16) */,
|
|
0x61 /* 'a' */, 0xBA, 0x00 /* (to 0x0111 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 005b: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0062 state 17) */,
|
|
0x6F /* 'o' */, 0xCF, 0x00 /* (to 0x012D state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0062: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0069 state 18) */,
|
|
0x74 /* 't' */, 0xCE, 0x00 /* (to 0x0133 state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 0069: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 006a: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 006b: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 006c: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0073 state 22) */,
|
|
0x20 /* ' ' */, 0x14, 0x02 /* (to 0x0283 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0073: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0074: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0075: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0076: 25 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0078: 26 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x007F state 27) */,
|
|
0x72 /* 'r' */, 0xE6, 0x01 /* (to 0x0261 state 355) */,
|
|
0x08, /* fail */
|
|
/* pos 007f: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0080: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0081: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0082: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0083: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0084: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 0085: 33 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 0087: 34 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0088: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0089: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 008a: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 008b: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 008c: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 008d: 40 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 008f: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 0090: 42 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 0092: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 0093: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0094: 45 */ 0xAF /* '/' -> */,
|
|
/* pos 0095: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 0096: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 0097: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x009E state 49) */,
|
|
0x30 /* '0' */, 0xCF, 0x01 /* (to 0x0269 state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 009e: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 009f: 50 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00a1: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00AE state 52) */,
|
|
0x75 /* 'u' */, 0x7B, 0x00 /* (to 0x011F state 125) */,
|
|
0x67 /* 'g' */, 0xD2, 0x00 /* (to 0x0179 state 178) */,
|
|
0x6C /* 'l' */, 0xD3, 0x00 /* (to 0x017D state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00ae: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00af: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00b0: 54 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00b1: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00b2: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00B9 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x00EC state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00b9: 57 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 00bb: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00bc: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00bd: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00CA state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x00E0 state 76) */,
|
|
0x72 /* 'r' */, 0x1B, 0x01 /* (to 0x01DE state 255) */,
|
|
0x75 /* 'u' */, 0x1F, 0x01 /* (to 0x01E5 state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00ca: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00D1 state 62) */,
|
|
0x61 /* 'a' */, 0x0B, 0x01 /* (to 0x01D8 state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00d1: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00d2: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00d3: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00d4: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00d5: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00d6: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00d7: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00d8: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 00d9: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00da: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 00db: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00dc: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00dd: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 00de: 75 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 00e0: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 00e1: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 00e2: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00e3: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 00e4: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 00e5: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 00e6: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 00e7: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00e8: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 00e9: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 00ea: 86 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 00ec: 87 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x00F6 state 88) */,
|
|
0x6C /* 'l' */, 0x11, 0x00 /* (to 0x0100 state 97) */,
|
|
0x72 /* 'r' */, 0x7F, 0x00 /* (to 0x0171 state 171) */,
|
|
0x08, /* fail */
|
|
/* pos 00f6: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 00f7: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00f8: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 00f9: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00fa: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fb: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 00fc: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00fd: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 00fe: 96 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0100: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0101: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 0102: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0103: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0104: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0105: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0106: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0107: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0108: 105 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 010a: 106 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010b: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 010c: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 010d: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010e: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 010f: 111 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0111: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0112: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0113: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0114: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 0115: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0116: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 0117: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 0118: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0119: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 011a: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 011b: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 011c: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 011d: 124 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 011f: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0120: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0121: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0122: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0123: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0124: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 0125: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0126: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 0127: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0128: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0129: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 012a: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 012b: 137 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 012d: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 012e: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 012f: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0130: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0131: 142 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 0133: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0134: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 0135: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 0136: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 0137: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x0147 state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x0158 state 155) */,
|
|
0x64 /* 'd' */, 0x46, 0x00 /* (to 0x0183 state 186) */,
|
|
0x65 /* 'e' */, 0x50, 0x00 /* (to 0x0190 state 198) */,
|
|
0x72 /* 'r' */, 0x69, 0x00 /* (to 0x01AC state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 0147: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0151 state 149) */,
|
|
0x61 /* 'a' */, 0x50, 0x00 /* (to 0x019A state 207) */,
|
|
0x6F /* 'o' */, 0x56, 0x00 /* (to 0x01A3 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0151: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0152: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0153: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 0154: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0155: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 0156: 154 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0158: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0159: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 015a: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 015b: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 015c: 159 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 015e: 160 */ 0xE1 /* 'a' -> */,
|
|
/* pos 015f: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 0160: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0161: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 0162: 164 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 0164: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x016B state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x021D state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 016b: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 016c: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 016d: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 016e: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 016f: 170 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0171: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0172: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 0173: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0174: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0175: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 0176: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 0177: 177 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 0179: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 017a: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 017b: 180 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 017d: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 017e: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 017f: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0180: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 0181: 185 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 0183: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0184: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 0185: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0186: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 0187: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 0188: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0189: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 018a: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 018b: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 018c: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 018d: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 018e: 197 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0190: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 0191: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0192: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 0193: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0194: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0195: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 0196: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0197: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 0198: 206 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 019a: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 019b: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 019c: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 019d: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 019e: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 019f: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a0: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01a1: 214 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 01a3: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01a4: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01a5: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01a6: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01a7: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01a8: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a9: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01aa: 222 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 01ac: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01ad: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01ae: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01af: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01b0: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01b1: 228 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 01b3: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01BA state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01BF state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01ba: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01bb: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01bc: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01bd: 233 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 01bf: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01c0: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01C7 state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x01CC state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01c7: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01c8: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01c9: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 01ca: 239 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 01cc: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 01cd: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ce: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 01cf: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 01d0: 244 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 01d2: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 01d3: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 01d4: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 01d5: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 01d6: 249 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 01d8: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 01d9: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01da: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 01db: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 01dc: 254 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 01de: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01df: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e0: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e1: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01e2: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 01e3: 260 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 01e5: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e6: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 01e7: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 01e8: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01e9: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ea: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 01eb: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ec: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ed: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01ee: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 01ef: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 01f0: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01f1: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 01f2: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01f3: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01f4: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 01f5: 277 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01f7: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x0201 state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x020F state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x0214 state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 0201: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 0202: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0203: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 0204: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 0205: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 0206: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0207: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0208: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0209: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 020a: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 020b: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 020c: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 020d: 291 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 020f: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 0210: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 0211: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 0212: 295 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 0214: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0215: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0216: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 0217: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0218: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 0219: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 021a: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 021b: 303 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 021d: 304 */ 0x66 /* 'f' */, 0x07, 0x00 /* (to 0x0224 state 305) */,
|
|
0x74 /* 't' */, 0x0B, 0x00 /* (to 0x022B state 311) */,
|
|
0x08, /* fail */
|
|
/* pos 0224: 305 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0225: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0226: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 0227: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0228: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 0229: 310 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 022b: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 022c: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 022d: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 022e: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 022f: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0230: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0231: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0232: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0233: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 0234: 320 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 0236: 321 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0237: 322 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x023E state 323) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x0244 state 328) */,
|
|
0x08, /* fail */
|
|
/* pos 023e: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 023f: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0240: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0241: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 0242: 327 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 0244: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 0245: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0246: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 0247: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0248: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0249: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 024a: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 024b: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 024c: 336 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 024e: 337 */ 0xF2 /* 'r' -> */,
|
|
/* pos 024f: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0250: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 0251: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 0252: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0253: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0254: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0255: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 0256: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0257: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 0258: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0259: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 025a: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 025b: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 025c: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 025d: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 025e: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 025f: 354 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 0261: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0262: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 0263: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0264: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0265: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0266: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 0267: 361 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 0269: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 026a: 363 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 026c: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 026d: 365 */ 0x66 /* 'f' */, 0x07, 0x00 /* (to 0x0274 state 366) */,
|
|
0x61 /* 'a' */, 0x1A, 0x00 /* (to 0x028A state 385) */,
|
|
0x08, /* fail */
|
|
/* pos 0274: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 0275: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0276: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0277: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0278: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0279: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 027a: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 027b: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 027c: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 027d: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 027e: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 027f: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0280: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 0281: 379 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 0283: 380 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0285: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0286: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0287: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0288: 384 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 028a: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 028b: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 028c: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 028d: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 028e: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 028f: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 0290: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 0291: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0292: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 0293: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 0294: 395 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* total size 662 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 2: options */
|
|
/* 3: 3: host: */
|
|
/* 4: 4: connection: */
|
|
/* 5: 5: upgrade: */
|
|
/* 6: 6: origin: */
|
|
/* 7: 8:
|
|
*/
|
|
/* 8: 15: http/1.1 */
|
|
/* 9: 17: accept: */
|
|
/* 10: 18: access-control-request-headers: */
|
|
/* 11: 19: if-modified-since: */
|
|
/* 12: 20: if-none-match: */
|
|
/* 13: 21: accept-encoding: */
|
|
/* 14: 22: accept-language: */
|
|
/* 15: 23: pragma: */
|
|
/* 16: 24: cache-control: */
|
|
/* 17: 25: authorization: */
|
|
/* 18: 26: cookie: */
|
|
/* 19: 27: content-length: */
|
|
/* 20: 28: content-type: */
|
|
/* 21: 29: date: */
|
|
/* 22: 30: range: */
|
|
/* 23: 31: referer: */
|
|
/* 24: 40: accept-charset: */
|
|
/* 25: 41: accept-ranges: */
|
|
/* 26: 42: access-control-allow-origin: */
|
|
/* 27: 43: age: */
|
|
/* 28: 44: allow: */
|
|
/* 29: 45: content-disposition: */
|
|
/* 30: 46: content-encoding: */
|
|
/* 31: 47: content-language: */
|
|
/* 32: 48: content-location: */
|
|
/* 33: 49: content-range: */
|
|
/* 34: 50: etag: */
|
|
/* 35: 51: expect: */
|
|
/* 36: 52: expires: */
|
|
/* 37: 53: from: */
|
|
/* 38: 54: if-match: */
|
|
/* 39: 55: if-range: */
|
|
/* 40: 56: if-unmodified-since: */
|
|
/* 41: 57: last-modified: */
|
|
/* 42: 58: link: */
|
|
/* 43: 59: location: */
|
|
/* 44: 60: max-forwards: */
|
|
/* 45: 61: proxy-authenticate: */
|
|
/* 46: 62: proxy-authorization: */
|
|
/* 47: 63: refresh: */
|
|
/* 48: 64: retry-after: */
|
|
/* 49: 65: server: */
|
|
/* 50: 66: set-cookie: */
|
|
/* 51: 67: strict-transport-security: */
|
|
/* 52: 68: transfer-encoding: */
|
|
/* 53: 69: user-agent: */
|
|
/* 54: 70: vary: */
|
|
/* 55: 71: via: */
|
|
/* 56: 72: www-authenticate: */
|
|
/* 57: 73: patch */
|
|
/* 58: 74: put */
|
|
/* 59: 75: delete */
|
|
/* 60: 76: uri-args */
|
|
/* 61: 77: proxy */
|
|
/* 62: 78: x-real-ip: */
|
|
/* 63: 79: http/1.0 */
|
|
/* 64: 80: x-forwarded-for: */
|
|
/* 65: 81: connect */
|
|
/* 66: 82: head */
|
|
/* 67: 83: te: */
|
|
/* 68: 84: replay-nonce: */
|
|
/* 69: 86: x-auth-token: */
|
|
/* 70: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x3D, 0x00 /* (to 0x003D state 1) */,
|
|
0x70 /* 'p' */, 0x3F, 0x00 /* (to 0x0042 state 5) */,
|
|
0x68 /* 'h' */, 0x4E, 0x00 /* (to 0x0054 state 10) */,
|
|
0x63 /* 'c' */, 0x5A, 0x00 /* (to 0x0063 state 15) */,
|
|
0x75 /* 'u' */, 0x7B, 0x00 /* (to 0x0087 state 26) */,
|
|
0x6F /* 'o' */, 0x8A, 0x00 /* (to 0x0099 state 34) */,
|
|
0x0D /* '.' */, 0x95, 0x00 /* (to 0x00A7 state 41) */,
|
|
0x61 /* 'a' */, 0xA4, 0x00 /* (to 0x00B9 state 51) */,
|
|
0x69 /* 'i' */, 0xC1, 0x00 /* (to 0x00D9 state 58) */,
|
|
0x64 /* 'd' */, 0x6A, 0x01 /* (to 0x0185 state 160) */,
|
|
0x72 /* 'r' */, 0x73, 0x01 /* (to 0x0191 state 165) */,
|
|
0x65 /* 'e' */, 0xBF, 0x01 /* (to 0x01E0 state 229) */,
|
|
0x66 /* 'f' */, 0xDB, 0x01 /* (to 0x01FF state 245) */,
|
|
0x6C /* 'l' */, 0xFD, 0x01 /* (to 0x0224 state 278) */,
|
|
0x73 /* 's' */, 0x42, 0x02 /* (to 0x026C state 321) */,
|
|
0x74 /* 't' */, 0x5D, 0x02 /* (to 0x028A state 337) */,
|
|
0x78 /* 'x' */, 0x7E, 0x02 /* (to 0x02AE state 364) */,
|
|
0x6D /* 'm' */, 0xEF, 0x02 /* (to 0x0322 state 456) */,
|
|
0x76 /* 'v' */, 0x48, 0x03 /* (to 0x037E state 531) */,
|
|
0x77 /* 'w' */, 0x55, 0x03 /* (to 0x038E state 539) */,
|
|
0x08, /* fail */
|
|
/* pos 003d: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 003e: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 003f: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0040: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0042: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x004F state 6) */,
|
|
0x72 /* 'r' */, 0xE6, 0x00 /* (to 0x012B state 106) */,
|
|
0x61 /* 'a' */, 0x58, 0x03 /* (to 0x03A0 state 556) */,
|
|
0x75 /* 'u' */, 0x5A, 0x03 /* (to 0x03A5 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 004f: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0050: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0051: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0052: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0054: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x005E state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AA state 43) */,
|
|
0x65 /* 'e' */, 0x70, 0x02 /* (to 0x02CA state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 005e: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 005f: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0060: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0061: 14 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0063: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006A state 16) */,
|
|
0x61 /* 'a' */, 0xD2, 0x00 /* (to 0x0138 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006a: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0071 state 17) */,
|
|
0x6F /* 'o' */, 0xE7, 0x00 /* (to 0x0154 state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0071: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0078 state 18) */,
|
|
0x74 /* 't' */, 0xE6, 0x00 /* (to 0x015A state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 0078: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0079: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007a: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007b: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0082 state 22) */,
|
|
0x20 /* ' ' */, 0x4A, 0x02 /* (to 0x02C8 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0082: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0083: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0084: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0085: 25 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 0087: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0091 state 27) */,
|
|
0x72 /* 'r' */, 0x19, 0x02 /* (to 0x02A3 state 355) */,
|
|
0x73 /* 's' */, 0xE6, 0x02 /* (to 0x0373 state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0091: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0092: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0093: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0094: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0095: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0096: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 0097: 33 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 0099: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A0 state 35) */,
|
|
0x70 /* 'p' */, 0x3F, 0x02 /* (to 0x02DB state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a0: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a1: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a2: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a3: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a4: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a5: 40 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 00a7: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00a8: 42 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00aa: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ab: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00ac: 45 */ 0xAF /* '/' -> */,
|
|
/* pos 00ad: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00ae: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00af: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00B6 state 49) */,
|
|
0x30 /* '0' */, 0xF9, 0x01 /* (to 0x02AB state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00b7: 50 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 00b9: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00C6 state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x0146 state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01A6 state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01AA state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00c6: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00c7: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00c8: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00CF state 55) */,
|
|
0x73 /* 's' */, 0x18, 0x02 /* (to 0x02E3 state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d0: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00D7 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x010A state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00d7: 57 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 00d9: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00da: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00db: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00E8 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x00FE state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x020B state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x0212 state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00e8: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00EF state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x0205 state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00ef: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f0: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f1: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00f2: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f3: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00f4: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f5: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00f6: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 00f7: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f8: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 00f9: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00fa: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fb: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 00fc: 75 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 00fe: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 00ff: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0100: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0101: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 0102: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 0103: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0104: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 0105: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0106: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0107: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0108: 86 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 010a: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0117 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x0121 state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x019E state 171) */,
|
|
0x63 /* 'c' */, 0xF8, 0x01 /* (to 0x030B state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0117: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0118: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0119: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 011a: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 011b: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 011c: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 011d: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 011e: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 011f: 96 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0121: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0122: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 0123: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0124: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0125: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0126: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0128: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0129: 105 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 012b: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0132 state 107) */,
|
|
0x6F /* 'o' */, 0x02, 0x02 /* (to 0x0330 state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 0132: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0133: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 0134: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0135: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 0136: 111 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 0138: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0139: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 013a: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 013b: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 013c: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 013d: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 013e: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 013f: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0140: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0141: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 0142: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 0143: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 0144: 124 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 0146: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0147: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0148: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0149: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014b: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 014c: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 014d: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 014e: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014f: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0150: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 0151: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 0152: 137 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0154: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 0155: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0156: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0157: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0158: 142 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 015a: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 015b: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 015c: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 015d: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 015e: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x016E state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x017F state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B0 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01BD state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01D9 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 016e: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0178 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01C7 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D0 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0178: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0179: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 017a: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 017b: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 017c: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 017d: 154 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 017f: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0180: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0181: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0182: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 0183: 159 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0185: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x018C state 161) */,
|
|
0x65 /* 'e' */, 0x20, 0x02 /* (to 0x03A8 state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 018c: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 018d: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018e: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 018f: 164 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 0191: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0198 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x024A state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 0198: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 0199: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 019a: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 019b: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 019c: 170 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 019e: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 019f: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a0: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a1: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a2: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01a3: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01a4: 177 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 01a6: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a7: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01a8: 180 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 01aa: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01ab: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01ac: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01ad: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01ae: 185 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 01b0: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b1: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b2: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01b3: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b4: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b5: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b6: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01b7: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b8: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b9: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01ba: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01bb: 197 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 01bd: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01be: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01bf: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c0: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01c1: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c2: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c4: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01c5: 206 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 01c7: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c8: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c9: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01ca: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01cb: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cc: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01cd: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 214 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 01d0: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01d1: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d2: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01d3: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01d4: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01d5: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d6: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 222 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 01d9: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01da: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01db: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01dc: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01dd: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01de: 228 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 01e0: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01E7 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01EC state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01e7: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e8: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e9: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01ea: 233 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 01ec: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01ed: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01F4 state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x01F9 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01f4: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01f5: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01f6: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 01f7: 239 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01f9: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 01fa: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01fb: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 01fc: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 01fd: 244 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 01ff: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0200: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 0201: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 0202: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 0203: 249 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 0205: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 0206: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0207: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0208: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0209: 254 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 020b: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 020c: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 020d: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 020e: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 020f: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0210: 260 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 0212: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 0213: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 0214: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 0215: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0216: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0217: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0218: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0219: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 021a: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021b: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 021c: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 021d: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 021e: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 021f: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0220: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0221: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 0222: 277 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 0224: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x022E state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x023C state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x0241 state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 022e: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 022f: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0230: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 0231: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 0232: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 0233: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0234: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0235: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0236: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0237: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0238: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0239: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 023a: 291 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 023c: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 023d: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 023e: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 023f: 295 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 0241: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0242: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0243: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 0244: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0245: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 0246: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0247: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 303 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 024a: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x0254 state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x0261 state 311) */,
|
|
0x70 /* 'p' */, 0x6C, 0x01 /* (to 0x03BC state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 0254: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x025B state 306) */,
|
|
0x65 /* 'e' */, 0xAE, 0x00 /* (to 0x0305 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 025b: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 025c: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 025d: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 025e: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 025f: 310 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0261: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0262: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0263: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 0264: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0265: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0266: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0267: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0268: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0269: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 026a: 320 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 026c: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0273 state 322) */,
|
|
0x74 /* 't' */, 0xEA, 0x00 /* (to 0x0359 state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 0273: 322 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x027A state 323) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x0280 state 328) */,
|
|
0x08, /* fail */
|
|
/* pos 027a: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 027b: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 027c: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 027d: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 027e: 327 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 0280: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 0281: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0282: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 0283: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0284: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0285: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0286: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0287: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 0288: 336 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 028a: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0291 state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03B9 state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 0291: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0292: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 0293: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 0294: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0295: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0296: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0297: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 0298: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0299: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 029a: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 029b: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 029c: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 029d: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 029e: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 029f: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02a0: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02a1: 354 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 02a3: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02a4: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02a5: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02a6: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02a7: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02a8: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02a9: 361 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 02ab: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02ac: 363 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 02ae: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02af: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02B9 state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02CF state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03B0 state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02b9: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ba: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02bb: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02bc: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02bd: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02be: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02bf: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02c0: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02c1: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02c2: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02c3: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c4: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c5: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02c6: 379 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 02c8: 380 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 02ca: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02cb: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cc: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02cd: 384 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 02cf: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02d0: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d1: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02d2: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02d3: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d4: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d5: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02d6: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02d7: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02d8: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02d9: 395 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 02db: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02dc: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02dd: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02de: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02df: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e0: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02e1: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02e3: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e4: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02e5: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02e6: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e7: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e8: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e9: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ea: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02eb: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02ec: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02ed: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x02F4 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0314 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 02f4: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02f5: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 02f6: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02f7: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02f8: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 02f9: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 02fa: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 02fb: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02fc: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02fd: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02fe: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02ff: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0300: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0301: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 0302: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 0303: 429 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 0305: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0306: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0307: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0308: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 0309: 434 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 030b: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 030c: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 030d: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030e: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 030f: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0310: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 0311: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 0312: 442 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0314: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0315: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0316: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 0317: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0318: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 0319: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 031a: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031b: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 031c: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 031d: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 031e: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 031f: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 0320: 455 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 0322: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0323: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0324: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0325: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0326: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 0327: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0328: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0329: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032a: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 032b: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 032c: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 032d: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 032e: 468 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 0330: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0331: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0332: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x0339 state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03AE state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 0339: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 033a: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 033b: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 033c: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 033d: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0344 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x034E state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0344: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0345: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0346: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0347: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0348: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0349: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 034a: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 034b: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 034c: 485 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 034e: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 034f: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0350: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 0351: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0352: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 0353: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0354: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0355: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0356: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 0357: 495 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 0359: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035a: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035b: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 035c: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 035d: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 035e: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 035f: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0360: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0361: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 0362: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 0363: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0364: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0365: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0366: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 0367: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 0368: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 0369: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 036a: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 036b: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 036c: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 036d: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 036e: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 036f: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0370: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 0371: 520 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 0373: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0374: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0375: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0376: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0377: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0378: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0379: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 037a: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 037b: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 037c: 530 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 037e: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0385 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x038A state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0385: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0386: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0387: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 0388: 535 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 038a: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 038b: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 038c: 538 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 038e: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 038f: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0390: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 0391: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0392: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0393: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 0394: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0395: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0396: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 0397: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 0398: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0399: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 039a: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039b: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 039c: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 039d: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 039e: 555 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 03a0: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a1: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a2: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a3: 559 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 03a5: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a6: 561 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 03a8: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03a9: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03aa: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ab: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03ac: 566 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 03ae: 567 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 03b0: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b1: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03b2: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b3: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03b4: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03b5: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03b6: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03b7: 575 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 03b9: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03ba: 577 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03bc: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03bd: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03be: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03bf: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03c0: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c1: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03c2: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c3: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03c4: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03c5: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03c6: 588 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* total size 968 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 3: host: */
|
|
/* 3: 4: connection: */
|
|
/* 4: 5: upgrade: */
|
|
/* 5: 6: origin: */
|
|
/* 6: 7: sec-websocket-draft: */
|
|
/* 7: 8:
|
|
*/
|
|
/* 8: 9: sec-websocket-extensions: */
|
|
/* 9: 10: sec-websocket-key1: */
|
|
/* 10: 11: sec-websocket-key2: */
|
|
/* 11: 12: sec-websocket-protocol: */
|
|
/* 12: 13: sec-websocket-accept: */
|
|
/* 13: 14: sec-websocket-nonce: */
|
|
/* 14: 15: http/1.1 */
|
|
/* 15: 17: accept: */
|
|
/* 16: 19: if-modified-since: */
|
|
/* 17: 20: if-none-match: */
|
|
/* 18: 21: accept-encoding: */
|
|
/* 19: 22: accept-language: */
|
|
/* 20: 23: pragma: */
|
|
/* 21: 24: cache-control: */
|
|
/* 22: 25: authorization: */
|
|
/* 23: 26: cookie: */
|
|
/* 24: 27: content-length: */
|
|
/* 25: 28: content-type: */
|
|
/* 26: 29: date: */
|
|
/* 27: 30: range: */
|
|
/* 28: 32: sec-websocket-key: */
|
|
/* 29: 33: sec-websocket-version: */
|
|
/* 30: 34: sec-websocket-origin: */
|
|
/* 31: 41: accept-ranges: */
|
|
/* 32: 43: age: */
|
|
/* 33: 44: allow: */
|
|
/* 34: 45: content-disposition: */
|
|
/* 35: 46: content-encoding: */
|
|
/* 36: 47: content-language: */
|
|
/* 37: 48: content-location: */
|
|
/* 38: 49: content-range: */
|
|
/* 39: 50: etag: */
|
|
/* 40: 51: expect: */
|
|
/* 41: 52: expires: */
|
|
/* 42: 53: from: */
|
|
/* 43: 54: if-match: */
|
|
/* 44: 55: if-range: */
|
|
/* 45: 56: if-unmodified-since: */
|
|
/* 46: 57: last-modified: */
|
|
/* 47: 58: link: */
|
|
/* 48: 59: location: */
|
|
/* 49: 63: refresh: */
|
|
/* 50: 64: retry-after: */
|
|
/* 51: 65: server: */
|
|
/* 52: 66: set-cookie: */
|
|
/* 53: 68: transfer-encoding: */
|
|
/* 54: 76: uri-args */
|
|
/* 55: 79: http/1.0 */
|
|
/* 56: 80: x-forwarded-for: */
|
|
/* 57: 81: connect */
|
|
/* 58: 82: head */
|
|
/* 59: 86: x-auth-token: */
|
|
/* 60: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x3D, 0x00 /* (to 0x003D state 1) */,
|
|
0x70 /* 'p' */, 0x3F, 0x00 /* (to 0x0042 state 5) */,
|
|
0x68 /* 'h' */, 0x4E, 0x00 /* (to 0x0054 state 10) */,
|
|
0x63 /* 'c' */, 0x5A, 0x00 /* (to 0x0063 state 15) */,
|
|
0x75 /* 'u' */, 0x7B, 0x00 /* (to 0x0087 state 26) */,
|
|
0x6F /* 'o' */, 0x8A, 0x00 /* (to 0x0099 state 34) */,
|
|
0x0D /* '.' */, 0x95, 0x00 /* (to 0x00A7 state 41) */,
|
|
0x61 /* 'a' */, 0xA4, 0x00 /* (to 0x00B9 state 51) */,
|
|
0x69 /* 'i' */, 0xC1, 0x00 /* (to 0x00D9 state 58) */,
|
|
0x64 /* 'd' */, 0x6A, 0x01 /* (to 0x0185 state 160) */,
|
|
0x72 /* 'r' */, 0x73, 0x01 /* (to 0x0191 state 165) */,
|
|
0x65 /* 'e' */, 0xBF, 0x01 /* (to 0x01E0 state 229) */,
|
|
0x66 /* 'f' */, 0xDB, 0x01 /* (to 0x01FF state 245) */,
|
|
0x6C /* 'l' */, 0xFD, 0x01 /* (to 0x0224 state 278) */,
|
|
0x73 /* 's' */, 0x42, 0x02 /* (to 0x026C state 321) */,
|
|
0x74 /* 't' */, 0x60, 0x02 /* (to 0x028D state 337) */,
|
|
0x78 /* 'x' */, 0x81, 0x02 /* (to 0x02B1 state 364) */,
|
|
0x6D /* 'm' */, 0xF2, 0x02 /* (to 0x0325 state 456) */,
|
|
0x76 /* 'v' */, 0x4B, 0x03 /* (to 0x0381 state 531) */,
|
|
0x77 /* 'w' */, 0x58, 0x03 /* (to 0x0391 state 539) */,
|
|
0x08, /* fail */
|
|
/* pos 003d: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 003e: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 003f: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0040: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0042: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x004F state 6) */,
|
|
0x72 /* 'r' */, 0xE6, 0x00 /* (to 0x012B state 106) */,
|
|
0x61 /* 'a' */, 0x5B, 0x03 /* (to 0x03A3 state 556) */,
|
|
0x75 /* 'u' */, 0x5D, 0x03 /* (to 0x03A8 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 004f: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0050: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0051: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0052: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0054: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x005E state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AA state 43) */,
|
|
0x65 /* 'e' */, 0x73, 0x02 /* (to 0x02CD state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 005e: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 005f: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0060: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0061: 14 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 0063: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006A state 16) */,
|
|
0x61 /* 'a' */, 0xD2, 0x00 /* (to 0x0138 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006a: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0071 state 17) */,
|
|
0x6F /* 'o' */, 0xE7, 0x00 /* (to 0x0154 state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0071: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0078 state 18) */,
|
|
0x74 /* 't' */, 0xE6, 0x00 /* (to 0x015A state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 0078: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0079: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007a: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007b: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0082 state 22) */,
|
|
0x20 /* ' ' */, 0x4D, 0x02 /* (to 0x02CB state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0082: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0083: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0084: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0085: 25 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0087: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0091 state 27) */,
|
|
0x72 /* 'r' */, 0x1C, 0x02 /* (to 0x02A6 state 355) */,
|
|
0x73 /* 's' */, 0xE9, 0x02 /* (to 0x0376 state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0091: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0092: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0093: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0094: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0095: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0096: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 0097: 33 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 0099: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A0 state 35) */,
|
|
0x70 /* 'p' */, 0x42, 0x02 /* (to 0x02DE state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a0: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a1: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a2: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a3: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a4: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a5: 40 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 00a7: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00a8: 42 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00aa: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ab: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00ac: 45 */ 0xAF /* '/' -> */,
|
|
/* pos 00ad: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00ae: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00af: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00B6 state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02AE state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00b7: 50 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 00b9: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00C6 state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x0146 state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01A6 state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01AA state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00c6: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00c7: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00c8: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00CF state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02E6 state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d0: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00D7 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x010A state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00d7: 57 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 00d9: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00da: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00db: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00E8 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x00FE state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x020B state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x0212 state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00e8: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00EF state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x0205 state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00ef: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f0: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f1: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00f2: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f3: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00f4: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f5: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00f6: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 00f7: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f8: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 00f9: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00fa: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fb: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 00fc: 75 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 00fe: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 00ff: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0100: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0101: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 0102: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 0103: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0104: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 0105: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0106: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0107: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0108: 86 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 010a: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0117 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x0121 state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x019E state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x030E state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0117: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0118: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0119: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 011a: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 011b: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 011c: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 011d: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 011e: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 011f: 96 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 0121: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0122: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 0123: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0124: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0125: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0126: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0128: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0129: 105 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 012b: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0132 state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x0333 state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 0132: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0133: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 0134: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0135: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 0136: 111 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0138: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0139: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 013a: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 013b: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 013c: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 013d: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 013e: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 013f: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0140: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0141: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 0142: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 0143: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 0144: 124 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 0146: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0147: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0148: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0149: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014b: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 014c: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 014d: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 014e: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014f: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0150: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 0151: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 0152: 137 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 0154: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 0155: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0156: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0157: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0158: 142 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 015a: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 015b: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 015c: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 015d: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 015e: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x016E state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x017F state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B0 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01BD state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01D9 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 016e: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0178 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01C7 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D0 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0178: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0179: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 017a: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 017b: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 017c: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 017d: 154 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 017f: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0180: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0181: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0182: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 0183: 159 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 0185: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x018C state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03AB state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 018c: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 018d: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018e: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 018f: 164 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 0191: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0198 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x024A state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 0198: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 0199: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 019a: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 019b: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 019c: 170 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 019e: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 019f: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a0: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a1: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a2: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01a3: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01a4: 177 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 01a6: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a7: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01a8: 180 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 01aa: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01ab: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01ac: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01ad: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01ae: 185 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 01b0: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b1: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b2: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01b3: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b4: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b5: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b6: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01b7: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b8: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b9: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01ba: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01bb: 197 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 01bd: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01be: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01bf: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c0: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01c1: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c2: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c4: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01c5: 206 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01c7: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c8: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c9: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01ca: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01cb: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cc: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01cd: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 214 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 01d0: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01d1: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d2: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01d3: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01d4: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01d5: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d6: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 222 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 01d9: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01da: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01db: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01dc: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01dd: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01de: 228 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 01e0: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01E7 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01EC state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01e7: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e8: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e9: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01ea: 233 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 01ec: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01ed: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01F4 state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x01F9 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01f4: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01f5: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01f6: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 01f7: 239 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 01f9: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 01fa: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01fb: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 01fc: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 01fd: 244 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 01ff: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0200: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 0201: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 0202: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 0203: 249 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 0205: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 0206: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0207: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0208: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0209: 254 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 020b: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 020c: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 020d: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 020e: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 020f: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0210: 260 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 0212: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 0213: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 0214: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 0215: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0216: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0217: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0218: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0219: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 021a: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021b: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 021c: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 021d: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 021e: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 021f: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0220: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0221: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 0222: 277 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 0224: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x022E state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x023C state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x0241 state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 022e: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 022f: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0230: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 0231: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 0232: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 0233: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0234: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0235: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0236: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0237: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0238: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0239: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 023a: 291 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 023c: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 023d: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 023e: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 023f: 295 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0241: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0242: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0243: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 0244: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0245: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 0246: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0247: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 303 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 024a: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x0254 state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x0261 state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03BF state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 0254: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x025B state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0308 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 025b: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 025c: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 025d: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 025e: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 025f: 310 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 0261: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0262: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0263: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 0264: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0265: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0266: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0267: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0268: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0269: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 026a: 320 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 026c: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0273 state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x035C state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 0273: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x027D state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x0283 state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03CB state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 027d: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 027e: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 027f: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0280: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 0281: 327 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 0283: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 0284: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0285: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 0286: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0287: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0288: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0289: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 028a: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 028b: 336 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 028d: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0294 state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03BC state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 0294: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0295: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 0296: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 0297: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0298: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0299: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 029a: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 029b: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 029c: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 029d: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 029e: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 029f: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a0: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02a1: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a2: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02a3: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02a4: 354 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 02a6: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02a7: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02a8: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02a9: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02aa: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ab: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ac: 361 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 02ae: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02af: 363 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 02b1: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02b2: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02BC state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02D2 state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03B3 state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02bc: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02bd: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02be: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02bf: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c0: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c1: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02c2: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02c3: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02c4: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02c5: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02c6: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c7: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c8: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02c9: 379 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 02cb: 380 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 02cd: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02ce: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cf: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d0: 384 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 02d2: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02d3: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d4: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02d5: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02d6: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d7: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d8: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02d9: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02da: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02db: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02dc: 395 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 02de: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02df: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e0: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e2: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e3: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02e4: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02e6: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e7: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02e8: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02e9: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02ec: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ed: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ee: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02ef: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f0: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x02F7 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0317 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 02f7: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02f8: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 02f9: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02fa: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02fb: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 02fc: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 02fd: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 02fe: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02ff: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0300: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0301: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0302: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0303: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0304: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 0306: 429 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 0308: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0309: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030a: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030b: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 030c: 434 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 030e: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 030f: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0310: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0311: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 0312: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 0314: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 442 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0317: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0318: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0319: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 031a: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 031b: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 031c: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 031d: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031e: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 031f: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0320: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0321: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 0322: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 0323: 455 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 0325: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0326: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0327: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0328: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0329: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 032a: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 032b: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 032c: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032d: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 032e: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 032f: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0330: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 0331: 468 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 0333: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0334: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0335: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x033C state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03B1 state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 033c: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 033d: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 033e: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 033f: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0340: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0347 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x0351 state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0347: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0348: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0349: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 034a: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 034b: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 034c: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 034d: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 034e: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 034f: 485 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 0351: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0352: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 0354: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0357: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0358: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0359: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 035a: 495 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 035c: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035d: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035e: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 035f: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0360: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 0361: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 0362: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0363: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0364: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 0365: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 0366: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0367: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0368: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0369: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 036a: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 036b: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 036c: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 036d: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 036e: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 036f: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0370: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0371: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 0372: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0373: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 0374: 520 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 0376: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0377: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0378: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0379: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 037a: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 037b: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 037c: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 037d: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 037e: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 037f: 530 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 0381: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0388 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x038D state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0388: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0389: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 038a: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 038b: 535 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 038d: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 038e: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 038f: 538 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 0391: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0392: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0393: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 0394: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0395: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0396: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 0397: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0398: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0399: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 039a: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 039b: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 039c: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 039d: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 039f: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a0: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03a1: 555 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 03a3: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a5: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a6: 559 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 03a8: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a9: 561 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 03ab: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03ac: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03ad: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ae: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03af: 566 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 03b1: 567 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 03b3: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b4: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03b5: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b6: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03b7: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03b8: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03b9: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03ba: 575 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 03bc: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03bd: 577 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03bf: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c0: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03c1: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03c2: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03c3: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c4: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03c5: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c6: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03c7: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03c8: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03c9: 588 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 03cb: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03cd: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03ce: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03cf: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d0: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03d1: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d2: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03d3: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d4: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03d5: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03d6: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03EF state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03F6 state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x0402 state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x0414 state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x041E state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x0426 state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x042F state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0438 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03ef: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f0: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03f1: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03f2: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03f3: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03f4: 606 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 03f6: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 03f7: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 03f8: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03f9: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 03fa: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 03fb: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03fc: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 03fd: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 03fe: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 03ff: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0400: 617 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 0402: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0403: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0404: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x040E state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x0411 state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x042D state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 040e: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 040f: 622 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 0411: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 0412: 624 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 0414: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0415: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 0416: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0417: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0418: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0419: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 041a: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 041b: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 041c: 633 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 041e: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 041f: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0420: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0421: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0422: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 0423: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 0424: 640 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 0426: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0427: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0428: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 042b: 646 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 042d: 647 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 042f: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0430: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0431: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 0432: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0433: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 0434: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 0435: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 0436: 655 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 0438: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0439: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043a: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 043b: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 043d: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 043e: 662 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* total size 1088 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 2: options */
|
|
/* 3: 3: host: */
|
|
/* 4: 4: connection: */
|
|
/* 5: 5: upgrade: */
|
|
/* 6: 6: origin: */
|
|
/* 7: 7: sec-websocket-draft: */
|
|
/* 8: 8:
|
|
*/
|
|
/* 9: 9: sec-websocket-extensions: */
|
|
/* 10: 10: sec-websocket-key1: */
|
|
/* 11: 11: sec-websocket-key2: */
|
|
/* 12: 12: sec-websocket-protocol: */
|
|
/* 13: 13: sec-websocket-accept: */
|
|
/* 14: 14: sec-websocket-nonce: */
|
|
/* 15: 15: http/1.1 */
|
|
/* 16: 17: accept: */
|
|
/* 17: 18: access-control-request-headers: */
|
|
/* 18: 19: if-modified-since: */
|
|
/* 19: 20: if-none-match: */
|
|
/* 20: 21: accept-encoding: */
|
|
/* 21: 22: accept-language: */
|
|
/* 22: 23: pragma: */
|
|
/* 23: 24: cache-control: */
|
|
/* 24: 25: authorization: */
|
|
/* 25: 26: cookie: */
|
|
/* 26: 27: content-length: */
|
|
/* 27: 28: content-type: */
|
|
/* 28: 29: date: */
|
|
/* 29: 30: range: */
|
|
/* 30: 31: referer: */
|
|
/* 31: 32: sec-websocket-key: */
|
|
/* 32: 33: sec-websocket-version: */
|
|
/* 33: 34: sec-websocket-origin: */
|
|
/* 34: 40: accept-charset: */
|
|
/* 35: 41: accept-ranges: */
|
|
/* 36: 42: access-control-allow-origin: */
|
|
/* 37: 43: age: */
|
|
/* 38: 44: allow: */
|
|
/* 39: 45: content-disposition: */
|
|
/* 40: 46: content-encoding: */
|
|
/* 41: 47: content-language: */
|
|
/* 42: 48: content-location: */
|
|
/* 43: 49: content-range: */
|
|
/* 44: 50: etag: */
|
|
/* 45: 51: expect: */
|
|
/* 46: 52: expires: */
|
|
/* 47: 53: from: */
|
|
/* 48: 54: if-match: */
|
|
/* 49: 55: if-range: */
|
|
/* 50: 56: if-unmodified-since: */
|
|
/* 51: 57: last-modified: */
|
|
/* 52: 58: link: */
|
|
/* 53: 59: location: */
|
|
/* 54: 60: max-forwards: */
|
|
/* 55: 61: proxy-authenticate: */
|
|
/* 56: 62: proxy-authorization: */
|
|
/* 57: 63: refresh: */
|
|
/* 58: 64: retry-after: */
|
|
/* 59: 65: server: */
|
|
/* 60: 66: set-cookie: */
|
|
/* 61: 67: strict-transport-security: */
|
|
/* 62: 68: transfer-encoding: */
|
|
/* 63: 69: user-agent: */
|
|
/* 64: 70: vary: */
|
|
/* 65: 71: via: */
|
|
/* 66: 72: www-authenticate: */
|
|
/* 67: 73: patch */
|
|
/* 68: 74: put */
|
|
/* 69: 75: delete */
|
|
/* 70: 76: uri-args */
|
|
/* 71: 77: proxy */
|
|
/* 72: 78: x-real-ip: */
|
|
/* 73: 79: http/1.0 */
|
|
/* 74: 80: x-forwarded-for: */
|
|
/* 75: 81: connect */
|
|
/* 76: 82: head */
|
|
/* 77: 83: te: */
|
|
/* 78: 84: replay-nonce: */
|
|
/* 79: 86: x-auth-token: */
|
|
/* 80: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x3D, 0x00 /* (to 0x003D state 1) */,
|
|
0x70 /* 'p' */, 0x3F, 0x00 /* (to 0x0042 state 5) */,
|
|
0x68 /* 'h' */, 0x4E, 0x00 /* (to 0x0054 state 10) */,
|
|
0x63 /* 'c' */, 0x5A, 0x00 /* (to 0x0063 state 15) */,
|
|
0x75 /* 'u' */, 0x7B, 0x00 /* (to 0x0087 state 26) */,
|
|
0x6F /* 'o' */, 0x8A, 0x00 /* (to 0x0099 state 34) */,
|
|
0x0D /* '.' */, 0x95, 0x00 /* (to 0x00A7 state 41) */,
|
|
0x61 /* 'a' */, 0xA4, 0x00 /* (to 0x00B9 state 51) */,
|
|
0x69 /* 'i' */, 0xC1, 0x00 /* (to 0x00D9 state 58) */,
|
|
0x64 /* 'd' */, 0x6A, 0x01 /* (to 0x0185 state 160) */,
|
|
0x72 /* 'r' */, 0x73, 0x01 /* (to 0x0191 state 165) */,
|
|
0x65 /* 'e' */, 0xBF, 0x01 /* (to 0x01E0 state 229) */,
|
|
0x66 /* 'f' */, 0xDB, 0x01 /* (to 0x01FF state 245) */,
|
|
0x6C /* 'l' */, 0xFD, 0x01 /* (to 0x0224 state 278) */,
|
|
0x73 /* 's' */, 0x42, 0x02 /* (to 0x026C state 321) */,
|
|
0x74 /* 't' */, 0x60, 0x02 /* (to 0x028D state 337) */,
|
|
0x78 /* 'x' */, 0x81, 0x02 /* (to 0x02B1 state 364) */,
|
|
0x6D /* 'm' */, 0xF2, 0x02 /* (to 0x0325 state 456) */,
|
|
0x76 /* 'v' */, 0x4B, 0x03 /* (to 0x0381 state 531) */,
|
|
0x77 /* 'w' */, 0x58, 0x03 /* (to 0x0391 state 539) */,
|
|
0x08, /* fail */
|
|
/* pos 003d: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 003e: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 003f: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0040: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0042: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x004F state 6) */,
|
|
0x72 /* 'r' */, 0xE6, 0x00 /* (to 0x012B state 106) */,
|
|
0x61 /* 'a' */, 0x5B, 0x03 /* (to 0x03A3 state 556) */,
|
|
0x75 /* 'u' */, 0x5D, 0x03 /* (to 0x03A8 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 004f: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0050: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0051: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0052: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0054: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x005E state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AA state 43) */,
|
|
0x65 /* 'e' */, 0x73, 0x02 /* (to 0x02CD state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 005e: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 005f: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0060: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0061: 14 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0063: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006A state 16) */,
|
|
0x61 /* 'a' */, 0xD2, 0x00 /* (to 0x0138 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006a: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0071 state 17) */,
|
|
0x6F /* 'o' */, 0xE7, 0x00 /* (to 0x0154 state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0071: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0078 state 18) */,
|
|
0x74 /* 't' */, 0xE6, 0x00 /* (to 0x015A state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 0078: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0079: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007a: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007b: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0082 state 22) */,
|
|
0x20 /* ' ' */, 0x4D, 0x02 /* (to 0x02CB state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0082: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0083: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0084: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0085: 25 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 0087: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0091 state 27) */,
|
|
0x72 /* 'r' */, 0x1C, 0x02 /* (to 0x02A6 state 355) */,
|
|
0x73 /* 's' */, 0xE9, 0x02 /* (to 0x0376 state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0091: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0092: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0093: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0094: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0095: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0096: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 0097: 33 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 0099: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A0 state 35) */,
|
|
0x70 /* 'p' */, 0x42, 0x02 /* (to 0x02DE state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a0: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a1: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a2: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a3: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a4: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a5: 40 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 00a7: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00a8: 42 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 00aa: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ab: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00ac: 45 */ 0xAF /* '/' -> */,
|
|
/* pos 00ad: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00ae: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00af: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00B6 state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02AE state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00b7: 50 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 00b9: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00C6 state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x0146 state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01A6 state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01AA state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00c6: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00c7: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00c8: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00CF state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02E6 state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d0: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00D7 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x010A state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00d7: 57 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 00d9: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00da: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00db: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00E8 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x00FE state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x020B state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x0212 state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00e8: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00EF state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x0205 state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00ef: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f0: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f1: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00f2: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f3: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00f4: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f5: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00f6: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 00f7: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00f8: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 00f9: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00fa: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fb: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 00fc: 75 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 00fe: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 00ff: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0100: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0101: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 0102: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 0103: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0104: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 0105: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0106: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0107: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0108: 86 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 010a: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0117 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x0121 state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x019E state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x030E state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0117: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0118: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0119: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 011a: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 011b: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 011c: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 011d: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 011e: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 011f: 96 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0121: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0122: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 0123: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0124: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0125: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0126: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0128: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0129: 105 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 012b: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0132 state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x0333 state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 0132: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0133: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 0134: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0135: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 0136: 111 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 0138: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0139: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 013a: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 013b: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 013c: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 013d: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 013e: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 013f: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0140: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0141: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 0142: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 0143: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 0144: 124 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 0146: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0147: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0148: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0149: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014b: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 014c: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 014d: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 014e: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 014f: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0150: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 0151: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 0152: 137 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0154: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 0155: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0156: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0157: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0158: 142 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 015a: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 015b: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 015c: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 015d: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 015e: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x016E state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x017F state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B0 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01BD state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01D9 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 016e: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0178 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01C7 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D0 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0178: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0179: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 017a: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 017b: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 017c: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 017d: 154 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 017f: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0180: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0181: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0182: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 0183: 159 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 0185: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x018C state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03AB state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 018c: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 018d: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018e: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 018f: 164 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 0191: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0198 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x024A state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 0198: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 0199: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 019a: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 019b: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 019c: 170 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 019e: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 019f: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a0: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a1: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a2: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01a3: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01a4: 177 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01a6: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a7: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01a8: 180 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 01aa: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01ab: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01ac: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01ad: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01ae: 185 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 01b0: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b1: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b2: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01b3: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b4: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01b5: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b6: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01b7: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01b8: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b9: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01ba: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01bb: 197 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 01bd: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01be: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01bf: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c0: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01c1: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c2: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c4: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01c5: 206 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 01c7: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c8: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01c9: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01ca: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01cb: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cc: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01cd: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 214 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 01d0: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01d1: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d2: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01d3: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01d4: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01d5: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d6: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 222 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 01d9: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01da: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01db: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01dc: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01dd: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01de: 228 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 01e0: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01E7 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01EC state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01e7: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e8: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e9: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01ea: 233 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 01ec: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01ed: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01F4 state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x01F9 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01f4: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01f5: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01f6: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 01f7: 239 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 01f9: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 01fa: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01fb: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 01fc: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 01fd: 244 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 01ff: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0200: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 0201: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 0202: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 0203: 249 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0205: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 0206: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0207: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0208: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0209: 254 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 020b: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 020c: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 020d: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 020e: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 020f: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0210: 260 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 0212: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 0213: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 0214: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 0215: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0216: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0217: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0218: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0219: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 021a: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021b: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 021c: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 021d: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 021e: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 021f: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0220: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0221: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 0222: 277 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 0224: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x022E state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x023C state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x0241 state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 022e: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 022f: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0230: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 0231: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 0232: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 0233: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0234: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0235: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0236: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0237: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0238: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0239: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 023a: 291 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 023c: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 023d: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 023e: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 023f: 295 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 0241: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0242: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0243: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 0244: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0245: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 0246: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0247: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 303 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 024a: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x0254 state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x0261 state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03BF state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 0254: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x025B state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0308 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 025b: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 025c: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 025d: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 025e: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 025f: 310 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 0261: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0262: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0263: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 0264: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0265: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0266: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0267: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0268: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0269: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 026a: 320 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 026c: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0273 state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x035C state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 0273: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x027D state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x0283 state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03CB state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 027d: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 027e: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 027f: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0280: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 0281: 327 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 0283: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 0284: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0285: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 0286: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0287: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0288: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0289: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 028a: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 028b: 336 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 028d: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0294 state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03BC state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 0294: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0295: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 0296: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 0297: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0298: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0299: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 029a: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 029b: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 029c: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 029d: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 029e: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 029f: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a0: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02a1: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a2: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02a3: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02a4: 354 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 02a6: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02a7: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02a8: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02a9: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02aa: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ab: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ac: 361 */ 0x00, 0x46 /* - terminal marker 70 - */,
|
|
/* pos 02ae: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02af: 363 */ 0x00, 0x49 /* - terminal marker 73 - */,
|
|
/* pos 02b1: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02b2: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02BC state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02D2 state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03B3 state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02bc: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02bd: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02be: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02bf: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c0: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c1: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02c2: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02c3: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02c4: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02c5: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02c6: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c7: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c8: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02c9: 379 */ 0x00, 0x4A /* - terminal marker 74 - */,
|
|
/* pos 02cb: 380 */ 0x00, 0x4B /* - terminal marker 75 - */,
|
|
/* pos 02cd: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02ce: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cf: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d0: 384 */ 0x00, 0x4C /* - terminal marker 76 - */,
|
|
/* pos 02d2: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02d3: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d4: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02d5: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02d6: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02d7: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d8: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02d9: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02da: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02db: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02dc: 395 */ 0x00, 0x4F /* - terminal marker 79 - */,
|
|
/* pos 02de: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02df: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e0: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e2: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e3: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02e4: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02e6: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02e7: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02e8: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02e9: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02ec: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ed: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ee: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02ef: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f0: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x02F7 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0317 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 02f7: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02f8: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 02f9: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02fa: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02fb: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 02fc: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 02fd: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 02fe: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02ff: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0300: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0301: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0302: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0303: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0304: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 0306: 429 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0308: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0309: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030a: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030b: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 030c: 434 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 030e: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 030f: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0310: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0311: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 0312: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 0314: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 442 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 0317: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0318: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0319: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 031a: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 031b: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 031c: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 031d: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031e: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 031f: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0320: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0321: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 0322: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 0323: 455 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 0325: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0326: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0327: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0328: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0329: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 032a: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 032b: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 032c: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032d: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 032e: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 032f: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0330: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 0331: 468 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 0333: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0334: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0335: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x033C state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03B1 state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 033c: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 033d: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 033e: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 033f: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0340: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0347 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x0351 state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0347: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0348: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0349: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 034a: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 034b: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 034c: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 034d: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 034e: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 034f: 485 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 0351: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0352: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 0354: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0357: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0358: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0359: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 035a: 495 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 035c: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035d: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035e: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 035f: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0360: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 0361: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 0362: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0363: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0364: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 0365: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 0366: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0367: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0368: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0369: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 036a: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 036b: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 036c: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 036d: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 036e: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 036f: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0370: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0371: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 0372: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0373: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 0374: 520 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 0376: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0377: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0378: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0379: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 037a: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 037b: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 037c: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 037d: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 037e: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 037f: 530 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 0381: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0388 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x038D state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0388: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0389: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 038a: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 038b: 535 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 038d: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 038e: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 038f: 538 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 0391: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0392: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0393: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 0394: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0395: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0396: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 0397: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0398: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0399: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 039a: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 039b: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 039c: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 039d: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 039f: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a0: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03a1: 555 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 03a3: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a5: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a6: 559 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03a8: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a9: 561 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 03ab: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03ac: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03ad: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ae: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03af: 566 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 03b1: 567 */ 0x00, 0x47 /* - terminal marker 71 - */,
|
|
/* pos 03b3: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b4: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03b5: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b6: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03b7: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03b8: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03b9: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03ba: 575 */ 0x00, 0x48 /* - terminal marker 72 - */,
|
|
/* pos 03bc: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03bd: 577 */ 0x00, 0x4D /* - terminal marker 77 - */,
|
|
/* pos 03bf: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c0: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03c1: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03c2: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03c3: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c4: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03c5: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03c6: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03c7: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03c8: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03c9: 588 */ 0x00, 0x4E /* - terminal marker 78 - */,
|
|
/* pos 03cb: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03cd: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03ce: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03cf: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d0: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03d1: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d2: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03d3: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d4: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03d5: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03d6: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03EF state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03F6 state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x0402 state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x0414 state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x041E state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x0426 state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x042F state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0438 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03ef: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f0: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03f1: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03f2: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03f3: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03f4: 606 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 03f6: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 03f7: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 03f8: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03f9: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 03fa: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 03fb: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03fc: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 03fd: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 03fe: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 03ff: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0400: 617 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 0402: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0403: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0404: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x040E state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x0411 state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x042D state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 040e: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 040f: 622 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 0411: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 0412: 624 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0414: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0415: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 0416: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0417: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0418: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0419: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 041a: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 041b: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 041c: 633 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 041e: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 041f: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0420: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0421: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0422: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 0423: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 0424: 640 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0426: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0427: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0428: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 042b: 646 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 042d: 647 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 042f: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0430: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0431: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 0432: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0433: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 0434: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 0435: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 0436: 655 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 0438: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0439: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043a: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 043b: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 043d: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 043e: 662 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* total size 1088 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 3: host: */
|
|
/* 3: 4: connection: */
|
|
/* 4: 5: upgrade: */
|
|
/* 5: 6: origin: */
|
|
/* 6: 8:
|
|
*/
|
|
/* 7: 15: http/1.1 */
|
|
/* 8: 16: http2-settings: */
|
|
/* 9: 17: accept: */
|
|
/* 10: 19: if-modified-since: */
|
|
/* 11: 20: if-none-match: */
|
|
/* 12: 21: accept-encoding: */
|
|
/* 13: 22: accept-language: */
|
|
/* 14: 23: pragma: */
|
|
/* 15: 24: cache-control: */
|
|
/* 16: 25: authorization: */
|
|
/* 17: 26: cookie: */
|
|
/* 18: 27: content-length: */
|
|
/* 19: 28: content-type: */
|
|
/* 20: 29: date: */
|
|
/* 21: 30: range: */
|
|
/* 22: 31: referer: */
|
|
/* 23: 35: :authority */
|
|
/* 24: 36: :method */
|
|
/* 25: 37: :path */
|
|
/* 26: 38: :scheme */
|
|
/* 27: 39: :status */
|
|
/* 28: 40: accept-charset: */
|
|
/* 29: 41: accept-ranges: */
|
|
/* 30: 42: access-control-allow-origin: */
|
|
/* 31: 43: age: */
|
|
/* 32: 44: allow: */
|
|
/* 33: 45: content-disposition: */
|
|
/* 34: 46: content-encoding: */
|
|
/* 35: 47: content-language: */
|
|
/* 36: 48: content-location: */
|
|
/* 37: 49: content-range: */
|
|
/* 38: 50: etag: */
|
|
/* 39: 51: expect: */
|
|
/* 40: 52: expires: */
|
|
/* 41: 53: from: */
|
|
/* 42: 54: if-match: */
|
|
/* 43: 55: if-range: */
|
|
/* 44: 56: if-unmodified-since: */
|
|
/* 45: 57: last-modified: */
|
|
/* 46: 58: link: */
|
|
/* 47: 59: location: */
|
|
/* 48: 60: max-forwards: */
|
|
/* 49: 61: proxy-authenticate: */
|
|
/* 50: 62: proxy-authorization: */
|
|
/* 51: 63: refresh: */
|
|
/* 52: 64: retry-after: */
|
|
/* 53: 65: server: */
|
|
/* 54: 66: set-cookie: */
|
|
/* 55: 67: strict-transport-security: */
|
|
/* 56: 68: transfer-encoding: */
|
|
/* 57: 69: user-agent: */
|
|
/* 58: 70: vary: */
|
|
/* 59: 71: via: */
|
|
/* 60: 72: www-authenticate: */
|
|
/* 61: 76: uri-args */
|
|
/* 62: 79: http/1.0 */
|
|
/* 63: 80: x-forwarded-for: */
|
|
/* 64: 81: connect */
|
|
/* 65: 82: head */
|
|
/* 66: 83: te: */
|
|
/* 67: 84: replay-nonce: */
|
|
/* 68: 85: :protocol */
|
|
/* 69: 86: x-auth-token: */
|
|
/* 70: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x40, 0x00 /* (to 0x0040 state 1) */,
|
|
0x70 /* 'p' */, 0x42, 0x00 /* (to 0x0045 state 5) */,
|
|
0x68 /* 'h' */, 0x51, 0x00 /* (to 0x0057 state 10) */,
|
|
0x63 /* 'c' */, 0x5D, 0x00 /* (to 0x0066 state 15) */,
|
|
0x75 /* 'u' */, 0x7E, 0x00 /* (to 0x008A state 26) */,
|
|
0x6F /* 'o' */, 0x8D, 0x00 /* (to 0x009C state 34) */,
|
|
0x0D /* '.' */, 0x98, 0x00 /* (to 0x00AA state 41) */,
|
|
0x61 /* 'a' */, 0xAD, 0x00 /* (to 0x00C2 state 51) */,
|
|
0x69 /* 'i' */, 0xCA, 0x00 /* (to 0x00E2 state 58) */,
|
|
0x64 /* 'd' */, 0x73, 0x01 /* (to 0x018E state 160) */,
|
|
0x72 /* 'r' */, 0x7C, 0x01 /* (to 0x019A state 165) */,
|
|
0x65 /* 'e' */, 0xC8, 0x01 /* (to 0x01E9 state 229) */,
|
|
0x66 /* 'f' */, 0xE4, 0x01 /* (to 0x0208 state 245) */,
|
|
0x6C /* 'l' */, 0x06, 0x02 /* (to 0x022D state 278) */,
|
|
0x73 /* 's' */, 0x4B, 0x02 /* (to 0x0275 state 321) */,
|
|
0x74 /* 't' */, 0x69, 0x02 /* (to 0x0296 state 337) */,
|
|
0x78 /* 'x' */, 0x8A, 0x02 /* (to 0x02BA state 364) */,
|
|
0x6D /* 'm' */, 0xFB, 0x02 /* (to 0x032E state 456) */,
|
|
0x76 /* 'v' */, 0x54, 0x03 /* (to 0x038A state 531) */,
|
|
0x77 /* 'w' */, 0x61, 0x03 /* (to 0x039A state 539) */,
|
|
0x3A /* ':' */, 0x19, 0x04 /* (to 0x0455 state 674) */,
|
|
0x08, /* fail */
|
|
/* pos 0040: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0041: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 0042: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0043: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0045: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x0052 state 6) */,
|
|
0x72 /* 'r' */, 0xEC, 0x00 /* (to 0x0134 state 106) */,
|
|
0x61 /* 'a' */, 0x61, 0x03 /* (to 0x03AC state 556) */,
|
|
0x75 /* 'u' */, 0x63, 0x03 /* (to 0x03B1 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 0052: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0053: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0054: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0055: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0057: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x0061 state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AD state 43) */,
|
|
0x65 /* 'e' */, 0x79, 0x02 /* (to 0x02D6 state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 0061: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 0062: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0063: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0064: 14 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 0066: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006D state 16) */,
|
|
0x61 /* 'a' */, 0xD8, 0x00 /* (to 0x0141 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006d: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0074 state 17) */,
|
|
0x6F /* 'o' */, 0xED, 0x00 /* (to 0x015D state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0074: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x007B state 18) */,
|
|
0x74 /* 't' */, 0xEC, 0x00 /* (to 0x0163 state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 007b: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 007c: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007d: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007e: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0085 state 22) */,
|
|
0x20 /* ' ' */, 0x53, 0x02 /* (to 0x02D4 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0085: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0086: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0087: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0088: 25 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 008a: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0094 state 27) */,
|
|
0x72 /* 'r' */, 0x22, 0x02 /* (to 0x02AF state 355) */,
|
|
0x73 /* 's' */, 0xEF, 0x02 /* (to 0x037F state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0094: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0095: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0096: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0097: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0098: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0099: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 009a: 33 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 009c: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A3 state 35) */,
|
|
0x70 /* 'p' */, 0x48, 0x02 /* (to 0x02E7 state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a3: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a4: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a5: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a6: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a7: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a8: 40 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 00aa: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00ab: 42 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 00ad: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ae: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00af: 45 */ 0x2F /* '/' */, 0x07, 0x00 /* (to 0x00B6 state 46) */,
|
|
0x32 /* '2' */, 0x97, 0x03 /* (to 0x0449 state 663) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00b7: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00b8: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00BF state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02B7 state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00bf: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00c0: 50 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00c2: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00CF state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x014F state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01AF state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01B3 state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00d0: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00d1: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00D8 state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02EF state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00d8: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d9: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00E0 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x0113 state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00e0: 57 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 00e2: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00e3: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00e4: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00F1 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x0107 state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x0214 state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x021B state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00f1: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00F8 state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x020E state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00f8: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f9: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fa: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00fb: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fc: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fd: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00fe: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00ff: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 0100: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0101: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 0102: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0103: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0104: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 0105: 75 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 0107: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 0108: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0109: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 010a: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 010b: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 010c: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010d: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 010e: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 010f: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0110: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0111: 86 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0113: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0120 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x012A state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x01A7 state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x0317 state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0120: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0121: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0122: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 0123: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0124: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0125: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 0126: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 0128: 96 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 012a: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012b: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 012c: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 012d: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 012e: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012f: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0130: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0131: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0132: 105 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0134: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x013B state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x033C state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 013b: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 013c: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 013d: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 013e: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 013f: 111 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 0141: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0142: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0143: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0144: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 0145: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0146: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 0147: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 0148: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0149: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 014b: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 014c: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 014d: 124 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 014f: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0150: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0151: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0152: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0153: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0154: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 0155: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0156: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 0157: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0158: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0159: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 015a: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 015b: 137 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 015d: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 015e: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 015f: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0160: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0161: 142 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0163: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0164: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 0165: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 0166: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 0167: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x0177 state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x0188 state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B9 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01C6 state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01E2 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 0177: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0181 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01D0 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D9 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0181: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0182: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0183: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 0184: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0185: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 0186: 154 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 0188: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0189: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 018a: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018b: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 018c: 159 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 018e: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0195 state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03B4 state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 0195: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 0196: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0197: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 0198: 164 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 019a: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x01A1 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x0253 state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 01a1: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a2: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a3: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a4: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 01a5: 170 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 01a7: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01a8: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a9: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01aa: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ab: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01ac: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01ad: 177 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 01af: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01b0: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01b1: 180 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 01b3: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01b4: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b5: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01b6: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01b7: 185 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 01b9: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ba: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01bb: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01bc: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01bd: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01be: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01bf: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01c0: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c1: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c2: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01c4: 197 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 01c6: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c7: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01c8: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c9: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01ca: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01cb: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01cc: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cd: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 206 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 01d0: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d1: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d2: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01d3: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d4: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d5: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01d6: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 214 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01d9: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01da: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01db: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01dc: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01dd: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01de: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01df: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01e0: 222 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 01e2: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e3: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e4: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e5: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01e6: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01e7: 228 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 01e9: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01F0 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01F5 state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01f0: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01f1: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01f2: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01f3: 233 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 01f5: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01f6: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01FD state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0202 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01fd: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01fe: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01ff: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 0200: 239 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 0202: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0203: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0204: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 0205: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 0206: 244 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 0208: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0209: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 020a: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 020b: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 020c: 249 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 020e: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 020f: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0210: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0211: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0212: 254 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 0214: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0215: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 0216: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0217: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0218: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0219: 260 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 021b: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 021c: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 021d: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 021e: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021f: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0220: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0221: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0222: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0223: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0224: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 0225: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 0226: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0227: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 0228: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0229: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 022a: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 022b: 277 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 022d: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x0237 state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x0245 state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x024A state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 0237: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 0238: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0239: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 023a: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 023b: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 023c: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 023d: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 023e: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 023f: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0240: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0241: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0242: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 0243: 291 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 0245: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 0246: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 0247: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 295 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 024a: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 024b: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 024c: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 024d: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 024e: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 024f: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0250: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0251: 303 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0253: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x025D state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x026A state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03C8 state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 025d: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0264 state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0311 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 0264: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0265: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 0266: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0267: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 0268: 310 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 026a: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 026b: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 026c: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 026d: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 026e: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 026f: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0270: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0271: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0272: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 0273: 320 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 0275: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x027C state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x0365 state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 027c: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x0286 state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x028C state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03D4 state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 0286: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 0287: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0288: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0289: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 028a: 327 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 028c: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 028d: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 028e: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 028f: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0290: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0291: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0292: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0293: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 0294: 336 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 0296: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x029D state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03C5 state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 029d: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 029e: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 029f: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 02a0: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02a1: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a2: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02a3: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 02a4: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a5: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a6: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02a7: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 02a8: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a9: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02aa: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02ab: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ac: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02ad: 354 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 02af: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02b0: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02b1: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02b2: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02b3: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02b4: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02b5: 361 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 02b7: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02b8: 363 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 02ba: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02bb: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02C5 state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02DB state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03BC state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02c5: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c6: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c7: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02c8: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c9: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ca: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cb: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02cc: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cd: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02ce: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02cf: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d0: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02d1: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02d2: 379 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 02d4: 380 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 02d6: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02d7: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02d8: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d9: 384 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 02db: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02dc: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02dd: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02de: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02df: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e0: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02e2: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02e3: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e4: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02e5: 395 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 02e7: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e8: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e9: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ec: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02ed: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02ef: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02f0: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02f1: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02f2: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f3: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02f4: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02f5: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02f6: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f7: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02f8: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f9: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0300 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0320 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 0300: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0301: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 0302: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0303: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0304: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 0306: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 0307: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0308: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0309: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 030a: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 030b: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030c: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030d: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 030e: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 030f: 429 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0311: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0312: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0314: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 434 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 0317: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0318: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0319: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031a: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 031b: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 031c: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 031d: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 031e: 442 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 0320: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0321: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0322: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 0323: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0324: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 0325: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 0326: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0327: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0328: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0329: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 032a: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 032b: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 032c: 455 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 032e: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032f: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0330: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0331: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0332: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 0333: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0334: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0335: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0336: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0337: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0338: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0339: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 033a: 468 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 033c: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 033d: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 033e: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x0345 state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03BA state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 0345: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0346: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0347: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 0348: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0349: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0350 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x035A state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0350: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0351: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0352: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0354: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0357: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 0358: 485 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 035a: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035b: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035c: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 035d: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 035e: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 035f: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0360: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0361: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0362: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 0363: 495 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 0365: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0366: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0367: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0368: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0369: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 036a: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 036b: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 036c: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 036d: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 036e: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 036f: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0370: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0371: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0372: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 0373: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 0374: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 0375: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0376: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0377: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0378: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0379: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 037a: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 037b: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 037c: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 037d: 520 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 037f: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0380: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0381: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0382: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0383: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0384: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0385: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 0386: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 0387: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 0388: 530 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 038a: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0391 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0396 state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0391: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0392: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0393: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 0394: 535 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 0396: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0397: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 0398: 538 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 039a: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039b: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039c: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 039d: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 039f: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a0: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a1: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a2: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 03a3: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03a5: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a6: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03a7: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a8: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a9: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03aa: 555 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 03ac: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ad: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03ae: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03af: 559 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03b1: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b2: 561 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 03b4: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b5: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b6: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b7: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b8: 566 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 03ba: 567 */ 0x00, 0x47 /* - terminal marker 71 - */,
|
|
/* pos 03bc: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03bd: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03be: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03bf: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03c0: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03c1: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03c2: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03c3: 575 */ 0x00, 0x48 /* - terminal marker 72 - */,
|
|
/* pos 03c5: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03c6: 577 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 03c8: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c9: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03ca: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03cb: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cd: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03ce: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cf: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d0: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d1: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03d2: 588 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03d4: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03d5: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03d6: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d7: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03d8: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d9: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03da: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03db: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03dc: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03dd: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03de: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03df: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03F8 state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03FF state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x040B state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x041D state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x0427 state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x042F state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x0438 state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0441 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03f8: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f9: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03fa: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03fb: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03fc: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03fd: 606 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 03ff: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0400: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 0401: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0402: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 0403: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 0404: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0405: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 0406: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 0407: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 0408: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0409: 617 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 040b: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 040c: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 040d: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x0417 state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x041A state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x0436 state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 0417: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 0418: 622 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 041a: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 041b: 624 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 041d: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 041e: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 041f: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0420: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0421: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0422: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 0423: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 0424: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 0425: 633 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 0427: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0428: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 042b: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 042c: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 042d: 640 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 042f: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0430: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0431: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0432: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0433: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 0434: 646 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 0436: 647 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 0438: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0439: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 043a: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 043b: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 043d: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 043e: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 043f: 655 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 0441: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0442: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0443: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0444: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0445: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 0446: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 0447: 662 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 0449: 663 */ 0xAD /* '-' -> */,
|
|
/* pos 044a: 664 */ 0xF3 /* 's' -> */,
|
|
/* pos 044b: 665 */ 0xE5 /* 'e' -> */,
|
|
/* pos 044c: 666 */ 0xF4 /* 't' -> */,
|
|
/* pos 044d: 667 */ 0xF4 /* 't' -> */,
|
|
/* pos 044e: 668 */ 0xE9 /* 'i' -> */,
|
|
/* pos 044f: 669 */ 0xEE /* 'n' -> */,
|
|
/* pos 0450: 670 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0451: 671 */ 0xF3 /* 's' -> */,
|
|
/* pos 0452: 672 */ 0xBA /* ':' -> */,
|
|
/* pos 0453: 673 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 0455: 674 */ 0x61 /* 'a' */, 0x0D, 0x00 /* (to 0x0462 state 675) */,
|
|
0x6D /* 'm' */, 0x14, 0x00 /* (to 0x046C state 684) */,
|
|
0x70 /* 'p' */, 0x18, 0x00 /* (to 0x0473 state 690) */,
|
|
0x73 /* 's' */, 0x20, 0x00 /* (to 0x047E state 694) */,
|
|
0x08, /* fail */
|
|
/* pos 0462: 675 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0463: 676 */ 0xF4 /* 't' -> */,
|
|
/* pos 0464: 677 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0465: 678 */ 0xEF /* 'o' -> */,
|
|
/* pos 0466: 679 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0467: 680 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0468: 681 */ 0xF4 /* 't' -> */,
|
|
/* pos 0469: 682 */ 0xF9 /* 'y' -> */,
|
|
/* pos 046a: 683 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 046c: 684 */ 0xE5 /* 'e' -> */,
|
|
/* pos 046d: 685 */ 0xF4 /* 't' -> */,
|
|
/* pos 046e: 686 */ 0xE8 /* 'h' -> */,
|
|
/* pos 046f: 687 */ 0xEF /* 'o' -> */,
|
|
/* pos 0470: 688 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0471: 689 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0473: 690 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x047A state 691) */,
|
|
0x72 /* 'r' */, 0x1B, 0x00 /* (to 0x0491 state 705) */,
|
|
0x08, /* fail */
|
|
/* pos 047a: 691 */ 0xF4 /* 't' -> */,
|
|
/* pos 047b: 692 */ 0xE8 /* 'h' -> */,
|
|
/* pos 047c: 693 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 047e: 694 */ 0x63 /* 'c' */, 0x07, 0x00 /* (to 0x0485 state 695) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x048B state 700) */,
|
|
0x08, /* fail */
|
|
/* pos 0485: 695 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0486: 696 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0487: 697 */ 0xED /* 'm' -> */,
|
|
/* pos 0488: 698 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0489: 699 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 048b: 700 */ 0xE1 /* 'a' -> */,
|
|
/* pos 048c: 701 */ 0xF4 /* 't' -> */,
|
|
/* pos 048d: 702 */ 0xF5 /* 'u' -> */,
|
|
/* pos 048e: 703 */ 0xF3 /* 's' -> */,
|
|
/* pos 048f: 704 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 0491: 705 */ 0xEF /* 'o' -> */,
|
|
/* pos 0492: 706 */ 0xF4 /* 't' -> */,
|
|
/* pos 0493: 707 */ 0xEF /* 'o' -> */,
|
|
/* pos 0494: 708 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0495: 709 */ 0xEF /* 'o' -> */,
|
|
/* pos 0496: 710 */ 0xEC /* 'l' -> */,
|
|
/* pos 0497: 711 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* total size 1177 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 2: options */
|
|
/* 3: 3: host: */
|
|
/* 4: 4: connection: */
|
|
/* 5: 5: upgrade: */
|
|
/* 6: 6: origin: */
|
|
/* 7: 8:
|
|
*/
|
|
/* 8: 15: http/1.1 */
|
|
/* 9: 16: http2-settings: */
|
|
/* 10: 17: accept: */
|
|
/* 11: 18: access-control-request-headers: */
|
|
/* 12: 19: if-modified-since: */
|
|
/* 13: 20: if-none-match: */
|
|
/* 14: 21: accept-encoding: */
|
|
/* 15: 22: accept-language: */
|
|
/* 16: 23: pragma: */
|
|
/* 17: 24: cache-control: */
|
|
/* 18: 25: authorization: */
|
|
/* 19: 26: cookie: */
|
|
/* 20: 27: content-length: */
|
|
/* 21: 28: content-type: */
|
|
/* 22: 29: date: */
|
|
/* 23: 30: range: */
|
|
/* 24: 31: referer: */
|
|
/* 25: 35: :authority */
|
|
/* 26: 36: :method */
|
|
/* 27: 37: :path */
|
|
/* 28: 38: :scheme */
|
|
/* 29: 39: :status */
|
|
/* 30: 40: accept-charset: */
|
|
/* 31: 41: accept-ranges: */
|
|
/* 32: 42: access-control-allow-origin: */
|
|
/* 33: 43: age: */
|
|
/* 34: 44: allow: */
|
|
/* 35: 45: content-disposition: */
|
|
/* 36: 46: content-encoding: */
|
|
/* 37: 47: content-language: */
|
|
/* 38: 48: content-location: */
|
|
/* 39: 49: content-range: */
|
|
/* 40: 50: etag: */
|
|
/* 41: 51: expect: */
|
|
/* 42: 52: expires: */
|
|
/* 43: 53: from: */
|
|
/* 44: 54: if-match: */
|
|
/* 45: 55: if-range: */
|
|
/* 46: 56: if-unmodified-since: */
|
|
/* 47: 57: last-modified: */
|
|
/* 48: 58: link: */
|
|
/* 49: 59: location: */
|
|
/* 50: 60: max-forwards: */
|
|
/* 51: 61: proxy-authenticate: */
|
|
/* 52: 62: proxy-authorization: */
|
|
/* 53: 63: refresh: */
|
|
/* 54: 64: retry-after: */
|
|
/* 55: 65: server: */
|
|
/* 56: 66: set-cookie: */
|
|
/* 57: 67: strict-transport-security: */
|
|
/* 58: 68: transfer-encoding: */
|
|
/* 59: 69: user-agent: */
|
|
/* 60: 70: vary: */
|
|
/* 61: 71: via: */
|
|
/* 62: 72: www-authenticate: */
|
|
/* 63: 73: patch */
|
|
/* 64: 74: put */
|
|
/* 65: 75: delete */
|
|
/* 66: 76: uri-args */
|
|
/* 67: 77: proxy */
|
|
/* 68: 78: x-real-ip: */
|
|
/* 69: 79: http/1.0 */
|
|
/* 70: 80: x-forwarded-for: */
|
|
/* 71: 81: connect */
|
|
/* 72: 82: head */
|
|
/* 73: 83: te: */
|
|
/* 74: 84: replay-nonce: */
|
|
/* 75: 85: :protocol */
|
|
/* 76: 86: x-auth-token: */
|
|
/* 77: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x40, 0x00 /* (to 0x0040 state 1) */,
|
|
0x70 /* 'p' */, 0x42, 0x00 /* (to 0x0045 state 5) */,
|
|
0x68 /* 'h' */, 0x51, 0x00 /* (to 0x0057 state 10) */,
|
|
0x63 /* 'c' */, 0x5D, 0x00 /* (to 0x0066 state 15) */,
|
|
0x75 /* 'u' */, 0x7E, 0x00 /* (to 0x008A state 26) */,
|
|
0x6F /* 'o' */, 0x8D, 0x00 /* (to 0x009C state 34) */,
|
|
0x0D /* '.' */, 0x98, 0x00 /* (to 0x00AA state 41) */,
|
|
0x61 /* 'a' */, 0xAD, 0x00 /* (to 0x00C2 state 51) */,
|
|
0x69 /* 'i' */, 0xCA, 0x00 /* (to 0x00E2 state 58) */,
|
|
0x64 /* 'd' */, 0x73, 0x01 /* (to 0x018E state 160) */,
|
|
0x72 /* 'r' */, 0x7C, 0x01 /* (to 0x019A state 165) */,
|
|
0x65 /* 'e' */, 0xC8, 0x01 /* (to 0x01E9 state 229) */,
|
|
0x66 /* 'f' */, 0xE4, 0x01 /* (to 0x0208 state 245) */,
|
|
0x6C /* 'l' */, 0x06, 0x02 /* (to 0x022D state 278) */,
|
|
0x73 /* 's' */, 0x4B, 0x02 /* (to 0x0275 state 321) */,
|
|
0x74 /* 't' */, 0x69, 0x02 /* (to 0x0296 state 337) */,
|
|
0x78 /* 'x' */, 0x8A, 0x02 /* (to 0x02BA state 364) */,
|
|
0x6D /* 'm' */, 0xFB, 0x02 /* (to 0x032E state 456) */,
|
|
0x76 /* 'v' */, 0x54, 0x03 /* (to 0x038A state 531) */,
|
|
0x77 /* 'w' */, 0x61, 0x03 /* (to 0x039A state 539) */,
|
|
0x3A /* ':' */, 0x19, 0x04 /* (to 0x0455 state 674) */,
|
|
0x08, /* fail */
|
|
/* pos 0040: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0041: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 0042: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0043: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0045: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x0052 state 6) */,
|
|
0x72 /* 'r' */, 0xEC, 0x00 /* (to 0x0134 state 106) */,
|
|
0x61 /* 'a' */, 0x61, 0x03 /* (to 0x03AC state 556) */,
|
|
0x75 /* 'u' */, 0x63, 0x03 /* (to 0x03B1 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 0052: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0053: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0054: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0055: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0057: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x0061 state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AD state 43) */,
|
|
0x65 /* 'e' */, 0x79, 0x02 /* (to 0x02D6 state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 0061: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 0062: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0063: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0064: 14 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0066: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006D state 16) */,
|
|
0x61 /* 'a' */, 0xD8, 0x00 /* (to 0x0141 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006d: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0074 state 17) */,
|
|
0x6F /* 'o' */, 0xED, 0x00 /* (to 0x015D state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0074: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x007B state 18) */,
|
|
0x74 /* 't' */, 0xEC, 0x00 /* (to 0x0163 state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 007b: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 007c: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007d: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007e: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0085 state 22) */,
|
|
0x20 /* ' ' */, 0x53, 0x02 /* (to 0x02D4 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0085: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0086: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0087: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0088: 25 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 008a: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0094 state 27) */,
|
|
0x72 /* 'r' */, 0x22, 0x02 /* (to 0x02AF state 355) */,
|
|
0x73 /* 's' */, 0xEF, 0x02 /* (to 0x037F state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0094: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0095: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0096: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0097: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0098: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0099: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 009a: 33 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 009c: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A3 state 35) */,
|
|
0x70 /* 'p' */, 0x48, 0x02 /* (to 0x02E7 state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a3: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a4: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a5: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a6: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a7: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a8: 40 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 00aa: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00ab: 42 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00ad: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ae: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00af: 45 */ 0x2F /* '/' */, 0x07, 0x00 /* (to 0x00B6 state 46) */,
|
|
0x32 /* '2' */, 0x97, 0x03 /* (to 0x0449 state 663) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00b7: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00b8: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00BF state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02B7 state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00bf: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00c0: 50 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 00c2: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00CF state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x014F state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01AF state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01B3 state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00d0: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00d1: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00D8 state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02EF state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00d8: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d9: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00E0 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x0113 state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00e0: 57 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 00e2: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00e3: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00e4: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00F1 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x0107 state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x0214 state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x021B state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00f1: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00F8 state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x020E state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00f8: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f9: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fa: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00fb: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fc: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fd: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00fe: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00ff: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 0100: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0101: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 0102: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0103: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0104: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 0105: 75 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 0107: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 0108: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0109: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 010a: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 010b: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 010c: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010d: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 010e: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 010f: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0110: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0111: 86 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0113: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0120 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x012A state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x01A7 state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x0317 state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0120: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0121: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0122: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 0123: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0124: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0125: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 0126: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 0128: 96 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 012a: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012b: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 012c: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 012d: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 012e: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012f: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0130: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0131: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0132: 105 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 0134: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x013B state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x033C state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 013b: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 013c: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 013d: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 013e: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 013f: 111 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 0141: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0142: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0143: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0144: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 0145: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0146: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 0147: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 0148: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0149: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 014b: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 014c: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 014d: 124 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 014f: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0150: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0151: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0152: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0153: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0154: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 0155: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0156: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 0157: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0158: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0159: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 015a: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 015b: 137 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 015d: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 015e: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 015f: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0160: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0161: 142 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 0163: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0164: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 0165: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 0166: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 0167: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x0177 state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x0188 state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B9 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01C6 state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01E2 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 0177: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0181 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01D0 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D9 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0181: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0182: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0183: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 0184: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0185: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 0186: 154 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0188: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0189: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 018a: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018b: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 018c: 159 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 018e: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0195 state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03B4 state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 0195: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 0196: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0197: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 0198: 164 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 019a: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x01A1 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x0253 state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 01a1: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a2: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a3: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a4: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 01a5: 170 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 01a7: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01a8: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a9: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01aa: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ab: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01ac: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01ad: 177 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 01af: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01b0: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01b1: 180 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 01b3: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01b4: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b5: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01b6: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01b7: 185 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 01b9: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ba: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01bb: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01bc: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01bd: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01be: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01bf: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01c0: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c1: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c2: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01c4: 197 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 01c6: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c7: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01c8: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c9: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01ca: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01cb: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01cc: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cd: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 206 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 01d0: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d1: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d2: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01d3: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d4: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d5: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01d6: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 214 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 01d9: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01da: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01db: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01dc: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01dd: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01de: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01df: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01e0: 222 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 01e2: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e3: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e4: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e5: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01e6: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01e7: 228 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 01e9: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01F0 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01F5 state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01f0: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01f1: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01f2: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01f3: 233 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 01f5: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01f6: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01FD state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0202 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01fd: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01fe: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01ff: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 0200: 239 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 0202: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0203: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0204: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 0205: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 0206: 244 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 0208: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0209: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 020a: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 020b: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 020c: 249 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 020e: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 020f: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0210: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0211: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0212: 254 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 0214: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0215: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 0216: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0217: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0218: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0219: 260 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 021b: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 021c: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 021d: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 021e: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021f: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0220: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0221: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0222: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0223: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0224: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 0225: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 0226: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0227: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 0228: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0229: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 022a: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 022b: 277 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 022d: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x0237 state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x0245 state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x024A state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 0237: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 0238: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0239: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 023a: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 023b: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 023c: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 023d: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 023e: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 023f: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0240: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0241: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0242: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 0243: 291 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 0245: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 0246: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 0247: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 295 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 024a: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 024b: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 024c: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 024d: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 024e: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 024f: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0250: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0251: 303 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 0253: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x025D state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x026A state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03C8 state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 025d: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0264 state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0311 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 0264: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0265: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 0266: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0267: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 0268: 310 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 026a: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 026b: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 026c: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 026d: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 026e: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 026f: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0270: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0271: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0272: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 0273: 320 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 0275: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x027C state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x0365 state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 027c: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x0286 state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x028C state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03D4 state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 0286: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 0287: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0288: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0289: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 028a: 327 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 028c: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 028d: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 028e: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 028f: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0290: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0291: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0292: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0293: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 0294: 336 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 0296: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x029D state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03C5 state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 029d: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 029e: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 029f: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 02a0: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02a1: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a2: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02a3: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 02a4: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a5: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a6: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02a7: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 02a8: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a9: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02aa: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02ab: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ac: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02ad: 354 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 02af: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02b0: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02b1: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02b2: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02b3: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02b4: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02b5: 361 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 02b7: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02b8: 363 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 02ba: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02bb: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02C5 state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02DB state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03BC state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02c5: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c6: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c7: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02c8: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c9: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ca: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cb: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02cc: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cd: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02ce: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02cf: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d0: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02d1: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02d2: 379 */ 0x00, 0x46 /* - terminal marker 70 - */,
|
|
/* pos 02d4: 380 */ 0x00, 0x47 /* - terminal marker 71 - */,
|
|
/* pos 02d6: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02d7: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02d8: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d9: 384 */ 0x00, 0x48 /* - terminal marker 72 - */,
|
|
/* pos 02db: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02dc: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02dd: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02de: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02df: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e0: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02e2: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02e3: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e4: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02e5: 395 */ 0x00, 0x4C /* - terminal marker 76 - */,
|
|
/* pos 02e7: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e8: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e9: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ec: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02ed: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02ef: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02f0: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02f1: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02f2: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f3: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02f4: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02f5: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02f6: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f7: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02f8: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f9: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0300 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0320 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 0300: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0301: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 0302: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0303: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0304: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 0306: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 0307: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0308: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0309: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 030a: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 030b: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030c: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030d: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 030e: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 030f: 429 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0311: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0312: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0314: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 434 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0317: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0318: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0319: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031a: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 031b: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 031c: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 031d: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 031e: 442 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 0320: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0321: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0322: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 0323: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0324: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 0325: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 0326: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0327: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0328: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0329: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 032a: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 032b: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 032c: 455 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 032e: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032f: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0330: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0331: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0332: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 0333: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0334: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0335: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0336: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0337: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0338: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0339: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 033a: 468 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 033c: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 033d: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 033e: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x0345 state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03BA state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 0345: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0346: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0347: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 0348: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0349: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0350 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x035A state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0350: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0351: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0352: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0354: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0357: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 0358: 485 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 035a: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035b: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035c: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 035d: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 035e: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 035f: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0360: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0361: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0362: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 0363: 495 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 0365: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0366: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0367: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0368: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0369: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 036a: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 036b: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 036c: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 036d: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 036e: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 036f: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0370: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0371: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0372: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 0373: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 0374: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 0375: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0376: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0377: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0378: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0379: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 037a: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 037b: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 037c: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 037d: 520 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 037f: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0380: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0381: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0382: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0383: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0384: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0385: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 0386: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 0387: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 0388: 530 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 038a: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0391 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0396 state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0391: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0392: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0393: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 0394: 535 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 0396: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0397: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 0398: 538 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 039a: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039b: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039c: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 039d: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 039f: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a0: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a1: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a2: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 03a3: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03a5: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a6: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03a7: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a8: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a9: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03aa: 555 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 03ac: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ad: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03ae: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03af: 559 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 03b1: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b2: 561 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 03b4: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b5: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b6: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b7: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b8: 566 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 03ba: 567 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03bc: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03bd: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03be: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03bf: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03c0: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03c1: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03c2: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03c3: 575 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 03c5: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03c6: 577 */ 0x00, 0x49 /* - terminal marker 73 - */,
|
|
/* pos 03c8: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c9: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03ca: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03cb: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cd: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03ce: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cf: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d0: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d1: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03d2: 588 */ 0x00, 0x4A /* - terminal marker 74 - */,
|
|
/* pos 03d4: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03d5: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03d6: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d7: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03d8: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d9: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03da: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03db: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03dc: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03dd: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03de: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03df: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03F8 state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03FF state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x040B state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x041D state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x0427 state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x042F state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x0438 state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0441 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03f8: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f9: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03fa: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03fb: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03fc: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03fd: 606 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 03ff: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0400: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 0401: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0402: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 0403: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 0404: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0405: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 0406: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 0407: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 0408: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0409: 617 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 040b: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 040c: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 040d: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x0417 state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x041A state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x0436 state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 0417: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 0418: 622 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 041a: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 041b: 624 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 041d: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 041e: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 041f: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0420: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0421: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0422: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 0423: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 0424: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 0425: 633 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 0427: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0428: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 042b: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 042c: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 042d: 640 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 042f: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0430: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0431: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0432: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0433: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 0434: 646 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 0436: 647 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 0438: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0439: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 043a: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 043b: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 043d: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 043e: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 043f: 655 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 0441: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0442: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0443: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0444: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0445: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 0446: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 0447: 662 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 0449: 663 */ 0xAD /* '-' -> */,
|
|
/* pos 044a: 664 */ 0xF3 /* 's' -> */,
|
|
/* pos 044b: 665 */ 0xE5 /* 'e' -> */,
|
|
/* pos 044c: 666 */ 0xF4 /* 't' -> */,
|
|
/* pos 044d: 667 */ 0xF4 /* 't' -> */,
|
|
/* pos 044e: 668 */ 0xE9 /* 'i' -> */,
|
|
/* pos 044f: 669 */ 0xEE /* 'n' -> */,
|
|
/* pos 0450: 670 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0451: 671 */ 0xF3 /* 's' -> */,
|
|
/* pos 0452: 672 */ 0xBA /* ':' -> */,
|
|
/* pos 0453: 673 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 0455: 674 */ 0x61 /* 'a' */, 0x0D, 0x00 /* (to 0x0462 state 675) */,
|
|
0x6D /* 'm' */, 0x14, 0x00 /* (to 0x046C state 684) */,
|
|
0x70 /* 'p' */, 0x18, 0x00 /* (to 0x0473 state 690) */,
|
|
0x73 /* 's' */, 0x20, 0x00 /* (to 0x047E state 694) */,
|
|
0x08, /* fail */
|
|
/* pos 0462: 675 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0463: 676 */ 0xF4 /* 't' -> */,
|
|
/* pos 0464: 677 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0465: 678 */ 0xEF /* 'o' -> */,
|
|
/* pos 0466: 679 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0467: 680 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0468: 681 */ 0xF4 /* 't' -> */,
|
|
/* pos 0469: 682 */ 0xF9 /* 'y' -> */,
|
|
/* pos 046a: 683 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 046c: 684 */ 0xE5 /* 'e' -> */,
|
|
/* pos 046d: 685 */ 0xF4 /* 't' -> */,
|
|
/* pos 046e: 686 */ 0xE8 /* 'h' -> */,
|
|
/* pos 046f: 687 */ 0xEF /* 'o' -> */,
|
|
/* pos 0470: 688 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0471: 689 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 0473: 690 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x047A state 691) */,
|
|
0x72 /* 'r' */, 0x1B, 0x00 /* (to 0x0491 state 705) */,
|
|
0x08, /* fail */
|
|
/* pos 047a: 691 */ 0xF4 /* 't' -> */,
|
|
/* pos 047b: 692 */ 0xE8 /* 'h' -> */,
|
|
/* pos 047c: 693 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 047e: 694 */ 0x63 /* 'c' */, 0x07, 0x00 /* (to 0x0485 state 695) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x048B state 700) */,
|
|
0x08, /* fail */
|
|
/* pos 0485: 695 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0486: 696 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0487: 697 */ 0xED /* 'm' -> */,
|
|
/* pos 0488: 698 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0489: 699 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 048b: 700 */ 0xE1 /* 'a' -> */,
|
|
/* pos 048c: 701 */ 0xF4 /* 't' -> */,
|
|
/* pos 048d: 702 */ 0xF5 /* 'u' -> */,
|
|
/* pos 048e: 703 */ 0xF3 /* 's' -> */,
|
|
/* pos 048f: 704 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 0491: 705 */ 0xEF /* 'o' -> */,
|
|
/* pos 0492: 706 */ 0xF4 /* 't' -> */,
|
|
/* pos 0493: 707 */ 0xEF /* 'o' -> */,
|
|
/* pos 0494: 708 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0495: 709 */ 0xEF /* 'o' -> */,
|
|
/* pos 0496: 710 */ 0xEC /* 'l' -> */,
|
|
/* pos 0497: 711 */ 0x00, 0x4B /* - terminal marker 75 - */,
|
|
/* total size 1177 bytes */
|
|
#endif
|
|
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 3: host: */
|
|
/* 3: 4: connection: */
|
|
/* 4: 5: upgrade: */
|
|
/* 5: 6: origin: */
|
|
/* 6: 7: sec-websocket-draft: */
|
|
/* 7: 8:
|
|
*/
|
|
/* 8: 9: sec-websocket-extensions: */
|
|
/* 9: 10: sec-websocket-key1: */
|
|
/* 10: 11: sec-websocket-key2: */
|
|
/* 11: 12: sec-websocket-protocol: */
|
|
/* 12: 13: sec-websocket-accept: */
|
|
/* 13: 14: sec-websocket-nonce: */
|
|
/* 14: 15: http/1.1 */
|
|
/* 15: 16: http2-settings: */
|
|
/* 16: 17: accept: */
|
|
/* 17: 19: if-modified-since: */
|
|
/* 18: 20: if-none-match: */
|
|
/* 19: 21: accept-encoding: */
|
|
/* 20: 22: accept-language: */
|
|
/* 21: 23: pragma: */
|
|
/* 22: 24: cache-control: */
|
|
/* 23: 25: authorization: */
|
|
/* 24: 26: cookie: */
|
|
/* 25: 27: content-length: */
|
|
/* 26: 28: content-type: */
|
|
/* 27: 29: date: */
|
|
/* 28: 30: range: */
|
|
/* 29: 31: referer: */
|
|
/* 30: 32: sec-websocket-key: */
|
|
/* 31: 33: sec-websocket-version: */
|
|
/* 32: 34: sec-websocket-origin: */
|
|
/* 33: 35: :authority */
|
|
/* 34: 36: :method */
|
|
/* 35: 37: :path */
|
|
/* 36: 38: :scheme */
|
|
/* 37: 39: :status */
|
|
/* 38: 40: accept-charset: */
|
|
/* 39: 41: accept-ranges: */
|
|
/* 40: 42: access-control-allow-origin: */
|
|
/* 41: 43: age: */
|
|
/* 42: 44: allow: */
|
|
/* 43: 45: content-disposition: */
|
|
/* 44: 46: content-encoding: */
|
|
/* 45: 47: content-language: */
|
|
/* 46: 48: content-location: */
|
|
/* 47: 49: content-range: */
|
|
/* 48: 50: etag: */
|
|
/* 49: 51: expect: */
|
|
/* 50: 52: expires: */
|
|
/* 51: 53: from: */
|
|
/* 52: 54: if-match: */
|
|
/* 53: 55: if-range: */
|
|
/* 54: 56: if-unmodified-since: */
|
|
/* 55: 57: last-modified: */
|
|
/* 56: 58: link: */
|
|
/* 57: 59: location: */
|
|
/* 58: 60: max-forwards: */
|
|
/* 59: 61: proxy-authenticate: */
|
|
/* 60: 62: proxy-authorization: */
|
|
/* 61: 63: refresh: */
|
|
/* 62: 64: retry-after: */
|
|
/* 63: 65: server: */
|
|
/* 64: 66: set-cookie: */
|
|
/* 65: 67: strict-transport-security: */
|
|
/* 66: 68: transfer-encoding: */
|
|
/* 67: 69: user-agent: */
|
|
/* 68: 70: vary: */
|
|
/* 69: 71: via: */
|
|
/* 70: 72: www-authenticate: */
|
|
/* 71: 76: uri-args */
|
|
/* 72: 79: http/1.0 */
|
|
/* 73: 80: x-forwarded-for: */
|
|
/* 74: 81: connect */
|
|
/* 75: 82: head */
|
|
/* 76: 83: te: */
|
|
/* 77: 84: replay-nonce: */
|
|
/* 78: 85: :protocol */
|
|
/* 79: 86: x-auth-token: */
|
|
/* 80: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x40, 0x00 /* (to 0x0040 state 1) */,
|
|
0x70 /* 'p' */, 0x42, 0x00 /* (to 0x0045 state 5) */,
|
|
0x68 /* 'h' */, 0x51, 0x00 /* (to 0x0057 state 10) */,
|
|
0x63 /* 'c' */, 0x5D, 0x00 /* (to 0x0066 state 15) */,
|
|
0x75 /* 'u' */, 0x7E, 0x00 /* (to 0x008A state 26) */,
|
|
0x6F /* 'o' */, 0x8D, 0x00 /* (to 0x009C state 34) */,
|
|
0x0D /* '.' */, 0x98, 0x00 /* (to 0x00AA state 41) */,
|
|
0x61 /* 'a' */, 0xAD, 0x00 /* (to 0x00C2 state 51) */,
|
|
0x69 /* 'i' */, 0xCA, 0x00 /* (to 0x00E2 state 58) */,
|
|
0x64 /* 'd' */, 0x73, 0x01 /* (to 0x018E state 160) */,
|
|
0x72 /* 'r' */, 0x7C, 0x01 /* (to 0x019A state 165) */,
|
|
0x65 /* 'e' */, 0xC8, 0x01 /* (to 0x01E9 state 229) */,
|
|
0x66 /* 'f' */, 0xE4, 0x01 /* (to 0x0208 state 245) */,
|
|
0x6C /* 'l' */, 0x06, 0x02 /* (to 0x022D state 278) */,
|
|
0x73 /* 's' */, 0x4B, 0x02 /* (to 0x0275 state 321) */,
|
|
0x74 /* 't' */, 0x69, 0x02 /* (to 0x0296 state 337) */,
|
|
0x78 /* 'x' */, 0x8A, 0x02 /* (to 0x02BA state 364) */,
|
|
0x6D /* 'm' */, 0xFB, 0x02 /* (to 0x032E state 456) */,
|
|
0x76 /* 'v' */, 0x54, 0x03 /* (to 0x038A state 531) */,
|
|
0x77 /* 'w' */, 0x61, 0x03 /* (to 0x039A state 539) */,
|
|
0x3A /* ':' */, 0x19, 0x04 /* (to 0x0455 state 674) */,
|
|
0x08, /* fail */
|
|
/* pos 0040: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0041: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 0042: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0043: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0045: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x0052 state 6) */,
|
|
0x72 /* 'r' */, 0xEC, 0x00 /* (to 0x0134 state 106) */,
|
|
0x61 /* 'a' */, 0x61, 0x03 /* (to 0x03AC state 556) */,
|
|
0x75 /* 'u' */, 0x63, 0x03 /* (to 0x03B1 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 0052: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0053: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0054: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0055: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0057: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x0061 state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AD state 43) */,
|
|
0x65 /* 'e' */, 0x79, 0x02 /* (to 0x02D6 state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 0061: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 0062: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0063: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0064: 14 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 0066: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006D state 16) */,
|
|
0x61 /* 'a' */, 0xD8, 0x00 /* (to 0x0141 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006d: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0074 state 17) */,
|
|
0x6F /* 'o' */, 0xED, 0x00 /* (to 0x015D state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0074: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x007B state 18) */,
|
|
0x74 /* 't' */, 0xEC, 0x00 /* (to 0x0163 state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 007b: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 007c: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007d: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007e: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0085 state 22) */,
|
|
0x20 /* ' ' */, 0x53, 0x02 /* (to 0x02D4 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0085: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0086: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0087: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0088: 25 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 008a: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0094 state 27) */,
|
|
0x72 /* 'r' */, 0x22, 0x02 /* (to 0x02AF state 355) */,
|
|
0x73 /* 's' */, 0xEF, 0x02 /* (to 0x037F state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0094: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0095: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0096: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0097: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0098: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0099: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 009a: 33 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 009c: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A3 state 35) */,
|
|
0x70 /* 'p' */, 0x48, 0x02 /* (to 0x02E7 state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a3: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a4: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a5: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a6: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a7: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a8: 40 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 00aa: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00ab: 42 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 00ad: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ae: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00af: 45 */ 0x2F /* '/' */, 0x07, 0x00 /* (to 0x00B6 state 46) */,
|
|
0x32 /* '2' */, 0x97, 0x03 /* (to 0x0449 state 663) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00b7: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00b8: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00BF state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02B7 state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00bf: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00c0: 50 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 00c2: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00CF state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x014F state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01AF state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01B3 state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00d0: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00d1: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00D8 state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02EF state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00d8: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d9: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00E0 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x0113 state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00e0: 57 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 00e2: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00e3: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00e4: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00F1 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x0107 state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x0214 state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x021B state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00f1: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00F8 state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x020E state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00f8: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f9: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fa: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00fb: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fc: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fd: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00fe: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00ff: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 0100: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0101: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 0102: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0103: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0104: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 0105: 75 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 0107: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 0108: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0109: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 010a: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 010b: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 010c: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010d: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 010e: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 010f: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0110: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0111: 86 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 0113: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0120 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x012A state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x01A7 state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x0317 state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0120: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0121: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0122: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 0123: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0124: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0125: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 0126: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 0128: 96 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 012a: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012b: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 012c: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 012d: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 012e: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012f: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0130: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0131: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0132: 105 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0134: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x013B state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x033C state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 013b: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 013c: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 013d: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 013e: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 013f: 111 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 0141: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0142: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0143: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0144: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 0145: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0146: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 0147: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 0148: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0149: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 014b: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 014c: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 014d: 124 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 014f: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0150: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0151: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0152: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0153: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0154: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 0155: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0156: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 0157: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0158: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0159: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 015a: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 015b: 137 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 015d: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 015e: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 015f: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0160: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0161: 142 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 0163: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0164: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 0165: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 0166: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 0167: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x0177 state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x0188 state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B9 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01C6 state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01E2 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 0177: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0181 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01D0 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D9 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0181: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0182: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0183: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 0184: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0185: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 0186: 154 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 0188: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0189: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 018a: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018b: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 018c: 159 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 018e: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0195 state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03B4 state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 0195: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 0196: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0197: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 0198: 164 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 019a: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x01A1 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x0253 state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 01a1: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a2: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a3: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a4: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 01a5: 170 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 01a7: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01a8: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a9: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01aa: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ab: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01ac: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01ad: 177 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 01af: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01b0: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01b1: 180 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 01b3: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01b4: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b5: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01b6: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01b7: 185 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 01b9: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ba: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01bb: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01bc: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01bd: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01be: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01bf: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01c0: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c1: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c2: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01c4: 197 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 01c6: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c7: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01c8: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c9: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01ca: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01cb: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01cc: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cd: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 206 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 01d0: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d1: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d2: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01d3: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d4: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d5: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01d6: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 214 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 01d9: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01da: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01db: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01dc: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01dd: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01de: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01df: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01e0: 222 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 01e2: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e3: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e4: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e5: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01e6: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01e7: 228 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 01e9: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01F0 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01F5 state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01f0: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01f1: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01f2: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01f3: 233 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 01f5: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01f6: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01FD state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0202 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01fd: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01fe: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01ff: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 0200: 239 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 0202: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0203: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0204: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 0205: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 0206: 244 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 0208: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0209: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 020a: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 020b: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 020c: 249 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 020e: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 020f: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0210: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0211: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0212: 254 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 0214: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0215: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 0216: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0217: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0218: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0219: 260 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 021b: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 021c: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 021d: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 021e: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021f: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0220: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0221: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0222: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0223: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0224: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 0225: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 0226: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0227: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 0228: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0229: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 022a: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 022b: 277 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 022d: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x0237 state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x0245 state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x024A state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 0237: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 0238: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0239: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 023a: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 023b: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 023c: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 023d: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 023e: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 023f: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0240: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0241: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0242: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 0243: 291 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 0245: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 0246: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 0247: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 295 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 024a: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 024b: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 024c: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 024d: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 024e: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 024f: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0250: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0251: 303 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 0253: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x025D state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x026A state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03C8 state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 025d: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0264 state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0311 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 0264: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0265: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 0266: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0267: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 0268: 310 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 026a: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 026b: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 026c: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 026d: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 026e: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 026f: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0270: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0271: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0272: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 0273: 320 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 0275: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x027C state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x0365 state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 027c: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x0286 state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x028C state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03D4 state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 0286: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 0287: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0288: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0289: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 028a: 327 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 028c: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 028d: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 028e: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 028f: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0290: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0291: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0292: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0293: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 0294: 336 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 0296: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x029D state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03C5 state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 029d: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 029e: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 029f: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 02a0: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02a1: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a2: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02a3: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 02a4: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a5: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a6: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02a7: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 02a8: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a9: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02aa: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02ab: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ac: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02ad: 354 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 02af: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02b0: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02b1: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02b2: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02b3: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02b4: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02b5: 361 */ 0x00, 0x47 /* - terminal marker 71 - */,
|
|
/* pos 02b7: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02b8: 363 */ 0x00, 0x48 /* - terminal marker 72 - */,
|
|
/* pos 02ba: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02bb: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02C5 state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02DB state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03BC state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02c5: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c6: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c7: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02c8: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c9: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ca: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cb: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02cc: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cd: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02ce: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02cf: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d0: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02d1: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02d2: 379 */ 0x00, 0x49 /* - terminal marker 73 - */,
|
|
/* pos 02d4: 380 */ 0x00, 0x4A /* - terminal marker 74 - */,
|
|
/* pos 02d6: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02d7: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02d8: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d9: 384 */ 0x00, 0x4B /* - terminal marker 75 - */,
|
|
/* pos 02db: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02dc: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02dd: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02de: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02df: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e0: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02e2: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02e3: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e4: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02e5: 395 */ 0x00, 0x4F /* - terminal marker 79 - */,
|
|
/* pos 02e7: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e8: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e9: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ec: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02ed: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02ef: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02f0: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02f1: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02f2: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f3: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02f4: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02f5: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02f6: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f7: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02f8: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f9: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0300 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0320 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 0300: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0301: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 0302: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0303: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0304: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 0306: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 0307: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0308: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0309: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 030a: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 030b: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030c: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030d: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 030e: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 030f: 429 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0311: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0312: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0314: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 434 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 0317: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0318: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0319: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031a: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 031b: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 031c: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 031d: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 031e: 442 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 0320: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0321: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0322: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 0323: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0324: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 0325: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 0326: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0327: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0328: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0329: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 032a: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 032b: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 032c: 455 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 032e: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032f: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0330: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0331: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0332: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 0333: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0334: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0335: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0336: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0337: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0338: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0339: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 033a: 468 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 033c: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 033d: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 033e: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x0345 state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03BA state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 0345: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0346: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0347: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 0348: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0349: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0350 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x035A state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0350: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0351: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0352: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0354: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0357: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 0358: 485 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 035a: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035b: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035c: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 035d: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 035e: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 035f: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0360: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0361: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0362: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 0363: 495 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 0365: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0366: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0367: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0368: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0369: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 036a: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 036b: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 036c: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 036d: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 036e: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 036f: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0370: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0371: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0372: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 0373: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 0374: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 0375: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0376: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0377: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0378: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0379: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 037a: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 037b: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 037c: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 037d: 520 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 037f: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0380: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0381: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0382: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0383: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0384: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0385: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 0386: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 0387: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 0388: 530 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 038a: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0391 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0396 state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0391: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0392: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0393: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 0394: 535 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 0396: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0397: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 0398: 538 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 039a: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039b: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039c: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 039d: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 039f: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a0: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a1: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a2: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 03a3: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03a5: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a6: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03a7: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a8: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a9: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03aa: 555 */ 0x00, 0x46 /* - terminal marker 70 - */,
|
|
/* pos 03ac: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ad: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03ae: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03af: 559 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 03b1: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b2: 561 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 03b4: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b5: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b6: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b7: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b8: 566 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 03ba: 567 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 03bc: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03bd: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03be: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03bf: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03c0: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03c1: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03c2: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03c3: 575 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 03c5: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03c6: 577 */ 0x00, 0x4C /* - terminal marker 76 - */,
|
|
/* pos 03c8: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c9: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03ca: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03cb: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cd: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03ce: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cf: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d0: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d1: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03d2: 588 */ 0x00, 0x4D /* - terminal marker 77 - */,
|
|
/* pos 03d4: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03d5: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03d6: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d7: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03d8: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d9: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03da: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03db: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03dc: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03dd: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03de: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03df: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03F8 state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03FF state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x040B state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x041D state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x0427 state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x042F state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x0438 state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0441 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03f8: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f9: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03fa: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03fb: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03fc: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03fd: 606 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 03ff: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0400: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 0401: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0402: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 0403: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 0404: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0405: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 0406: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 0407: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 0408: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0409: 617 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 040b: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 040c: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 040d: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x0417 state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x041A state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x0436 state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 0417: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 0418: 622 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 041a: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 041b: 624 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 041d: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 041e: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 041f: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0420: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0421: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0422: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 0423: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 0424: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 0425: 633 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 0427: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0428: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 042b: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 042c: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 042d: 640 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 042f: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0430: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0431: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0432: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0433: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 0434: 646 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 0436: 647 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 0438: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0439: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 043a: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 043b: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 043d: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 043e: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 043f: 655 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 0441: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0442: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0443: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0444: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0445: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 0446: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 0447: 662 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 0449: 663 */ 0xAD /* '-' -> */,
|
|
/* pos 044a: 664 */ 0xF3 /* 's' -> */,
|
|
/* pos 044b: 665 */ 0xE5 /* 'e' -> */,
|
|
/* pos 044c: 666 */ 0xF4 /* 't' -> */,
|
|
/* pos 044d: 667 */ 0xF4 /* 't' -> */,
|
|
/* pos 044e: 668 */ 0xE9 /* 'i' -> */,
|
|
/* pos 044f: 669 */ 0xEE /* 'n' -> */,
|
|
/* pos 0450: 670 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0451: 671 */ 0xF3 /* 's' -> */,
|
|
/* pos 0452: 672 */ 0xBA /* ':' -> */,
|
|
/* pos 0453: 673 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 0455: 674 */ 0x61 /* 'a' */, 0x0D, 0x00 /* (to 0x0462 state 675) */,
|
|
0x6D /* 'm' */, 0x14, 0x00 /* (to 0x046C state 684) */,
|
|
0x70 /* 'p' */, 0x18, 0x00 /* (to 0x0473 state 690) */,
|
|
0x73 /* 's' */, 0x20, 0x00 /* (to 0x047E state 694) */,
|
|
0x08, /* fail */
|
|
/* pos 0462: 675 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0463: 676 */ 0xF4 /* 't' -> */,
|
|
/* pos 0464: 677 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0465: 678 */ 0xEF /* 'o' -> */,
|
|
/* pos 0466: 679 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0467: 680 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0468: 681 */ 0xF4 /* 't' -> */,
|
|
/* pos 0469: 682 */ 0xF9 /* 'y' -> */,
|
|
/* pos 046a: 683 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 046c: 684 */ 0xE5 /* 'e' -> */,
|
|
/* pos 046d: 685 */ 0xF4 /* 't' -> */,
|
|
/* pos 046e: 686 */ 0xE8 /* 'h' -> */,
|
|
/* pos 046f: 687 */ 0xEF /* 'o' -> */,
|
|
/* pos 0470: 688 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0471: 689 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 0473: 690 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x047A state 691) */,
|
|
0x72 /* 'r' */, 0x1B, 0x00 /* (to 0x0491 state 705) */,
|
|
0x08, /* fail */
|
|
/* pos 047a: 691 */ 0xF4 /* 't' -> */,
|
|
/* pos 047b: 692 */ 0xE8 /* 'h' -> */,
|
|
/* pos 047c: 693 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 047e: 694 */ 0x63 /* 'c' */, 0x07, 0x00 /* (to 0x0485 state 695) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x048B state 700) */,
|
|
0x08, /* fail */
|
|
/* pos 0485: 695 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0486: 696 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0487: 697 */ 0xED /* 'm' -> */,
|
|
/* pos 0488: 698 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0489: 699 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 048b: 700 */ 0xE1 /* 'a' -> */,
|
|
/* pos 048c: 701 */ 0xF4 /* 't' -> */,
|
|
/* pos 048d: 702 */ 0xF5 /* 'u' -> */,
|
|
/* pos 048e: 703 */ 0xF3 /* 's' -> */,
|
|
/* pos 048f: 704 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 0491: 705 */ 0xEF /* 'o' -> */,
|
|
/* pos 0492: 706 */ 0xF4 /* 't' -> */,
|
|
/* pos 0493: 707 */ 0xEF /* 'o' -> */,
|
|
/* pos 0494: 708 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0495: 709 */ 0xEF /* 'o' -> */,
|
|
/* pos 0496: 710 */ 0xEC /* 'l' -> */,
|
|
/* pos 0497: 711 */ 0x00, 0x4E /* - terminal marker 78 - */,
|
|
/* total size 1177 bytes */
|
|
#endif
|
|
|
|
#if defined(LWS_HTTP_HEADERS_ALL) || (defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2))
|
|
/* 0: 0: get */
|
|
/* 1: 1: post */
|
|
/* 2: 2: options */
|
|
/* 3: 3: host: */
|
|
/* 4: 4: connection: */
|
|
/* 5: 5: upgrade: */
|
|
/* 6: 6: origin: */
|
|
/* 7: 7: sec-websocket-draft: */
|
|
/* 8: 8:
|
|
*/
|
|
/* 9: 9: sec-websocket-extensions: */
|
|
/* 10: 10: sec-websocket-key1: */
|
|
/* 11: 11: sec-websocket-key2: */
|
|
/* 12: 12: sec-websocket-protocol: */
|
|
/* 13: 13: sec-websocket-accept: */
|
|
/* 14: 14: sec-websocket-nonce: */
|
|
/* 15: 15: http/1.1 */
|
|
/* 16: 16: http2-settings: */
|
|
/* 17: 17: accept: */
|
|
/* 18: 18: access-control-request-headers: */
|
|
/* 19: 19: if-modified-since: */
|
|
/* 20: 20: if-none-match: */
|
|
/* 21: 21: accept-encoding: */
|
|
/* 22: 22: accept-language: */
|
|
/* 23: 23: pragma: */
|
|
/* 24: 24: cache-control: */
|
|
/* 25: 25: authorization: */
|
|
/* 26: 26: cookie: */
|
|
/* 27: 27: content-length: */
|
|
/* 28: 28: content-type: */
|
|
/* 29: 29: date: */
|
|
/* 30: 30: range: */
|
|
/* 31: 31: referer: */
|
|
/* 32: 32: sec-websocket-key: */
|
|
/* 33: 33: sec-websocket-version: */
|
|
/* 34: 34: sec-websocket-origin: */
|
|
/* 35: 35: :authority */
|
|
/* 36: 36: :method */
|
|
/* 37: 37: :path */
|
|
/* 38: 38: :scheme */
|
|
/* 39: 39: :status */
|
|
/* 40: 40: accept-charset: */
|
|
/* 41: 41: accept-ranges: */
|
|
/* 42: 42: access-control-allow-origin: */
|
|
/* 43: 43: age: */
|
|
/* 44: 44: allow: */
|
|
/* 45: 45: content-disposition: */
|
|
/* 46: 46: content-encoding: */
|
|
/* 47: 47: content-language: */
|
|
/* 48: 48: content-location: */
|
|
/* 49: 49: content-range: */
|
|
/* 50: 50: etag: */
|
|
/* 51: 51: expect: */
|
|
/* 52: 52: expires: */
|
|
/* 53: 53: from: */
|
|
/* 54: 54: if-match: */
|
|
/* 55: 55: if-range: */
|
|
/* 56: 56: if-unmodified-since: */
|
|
/* 57: 57: last-modified: */
|
|
/* 58: 58: link: */
|
|
/* 59: 59: location: */
|
|
/* 60: 60: max-forwards: */
|
|
/* 61: 61: proxy-authenticate: */
|
|
/* 62: 62: proxy-authorization: */
|
|
/* 63: 63: refresh: */
|
|
/* 64: 64: retry-after: */
|
|
/* 65: 65: server: */
|
|
/* 66: 66: set-cookie: */
|
|
/* 67: 67: strict-transport-security: */
|
|
/* 68: 68: transfer-encoding: */
|
|
/* 69: 69: user-agent: */
|
|
/* 70: 70: vary: */
|
|
/* 71: 71: via: */
|
|
/* 72: 72: www-authenticate: */
|
|
/* 73: 73: patch */
|
|
/* 74: 74: put */
|
|
/* 75: 75: delete */
|
|
/* 76: 76: uri-args */
|
|
/* 77: 77: proxy */
|
|
/* 78: 78: x-real-ip: */
|
|
/* 79: 79: http/1.0 */
|
|
/* 80: 80: x-forwarded-for: */
|
|
/* 81: 81: connect */
|
|
/* 82: 82: head */
|
|
/* 83: 83: te: */
|
|
/* 84: 84: replay-nonce: */
|
|
/* 85: 85: :protocol */
|
|
/* 86: 86: x-auth-token: */
|
|
/* 87: 87: */
|
|
/* pos 0000: 0 */ 0x67 /* 'g' */, 0x40, 0x00 /* (to 0x0040 state 1) */,
|
|
0x70 /* 'p' */, 0x42, 0x00 /* (to 0x0045 state 5) */,
|
|
0x68 /* 'h' */, 0x51, 0x00 /* (to 0x0057 state 10) */,
|
|
0x63 /* 'c' */, 0x5D, 0x00 /* (to 0x0066 state 15) */,
|
|
0x75 /* 'u' */, 0x7E, 0x00 /* (to 0x008A state 26) */,
|
|
0x6F /* 'o' */, 0x8D, 0x00 /* (to 0x009C state 34) */,
|
|
0x0D /* '.' */, 0x98, 0x00 /* (to 0x00AA state 41) */,
|
|
0x61 /* 'a' */, 0xAD, 0x00 /* (to 0x00C2 state 51) */,
|
|
0x69 /* 'i' */, 0xCA, 0x00 /* (to 0x00E2 state 58) */,
|
|
0x64 /* 'd' */, 0x73, 0x01 /* (to 0x018E state 160) */,
|
|
0x72 /* 'r' */, 0x7C, 0x01 /* (to 0x019A state 165) */,
|
|
0x65 /* 'e' */, 0xC8, 0x01 /* (to 0x01E9 state 229) */,
|
|
0x66 /* 'f' */, 0xE4, 0x01 /* (to 0x0208 state 245) */,
|
|
0x6C /* 'l' */, 0x06, 0x02 /* (to 0x022D state 278) */,
|
|
0x73 /* 's' */, 0x4B, 0x02 /* (to 0x0275 state 321) */,
|
|
0x74 /* 't' */, 0x69, 0x02 /* (to 0x0296 state 337) */,
|
|
0x78 /* 'x' */, 0x8A, 0x02 /* (to 0x02BA state 364) */,
|
|
0x6D /* 'm' */, 0xFB, 0x02 /* (to 0x032E state 456) */,
|
|
0x76 /* 'v' */, 0x54, 0x03 /* (to 0x038A state 531) */,
|
|
0x77 /* 'w' */, 0x61, 0x03 /* (to 0x039A state 539) */,
|
|
0x3A /* ':' */, 0x19, 0x04 /* (to 0x0455 state 674) */,
|
|
0x08, /* fail */
|
|
/* pos 0040: 1 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0041: 2 */ 0xF4 /* 't' -> */,
|
|
/* pos 0042: 3 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0043: 4 */ 0x00, 0x00 /* - terminal marker 0 - */,
|
|
/* pos 0045: 5 */ 0x6F /* 'o' */, 0x0D, 0x00 /* (to 0x0052 state 6) */,
|
|
0x72 /* 'r' */, 0xEC, 0x00 /* (to 0x0134 state 106) */,
|
|
0x61 /* 'a' */, 0x61, 0x03 /* (to 0x03AC state 556) */,
|
|
0x75 /* 'u' */, 0x63, 0x03 /* (to 0x03B1 state 560) */,
|
|
0x08, /* fail */
|
|
/* pos 0052: 6 */ 0xF3 /* 's' -> */,
|
|
/* pos 0053: 7 */ 0xF4 /* 't' -> */,
|
|
/* pos 0054: 8 */ 0xA0 /* ' ' -> */,
|
|
/* pos 0055: 9 */ 0x00, 0x01 /* - terminal marker 1 - */,
|
|
/* pos 0057: 10 */ 0x6F /* 'o' */, 0x0A, 0x00 /* (to 0x0061 state 11) */,
|
|
0x74 /* 't' */, 0x53, 0x00 /* (to 0x00AD state 43) */,
|
|
0x65 /* 'e' */, 0x79, 0x02 /* (to 0x02D6 state 381) */,
|
|
0x08, /* fail */
|
|
/* pos 0061: 11 */ 0xF3 /* 's' -> */,
|
|
/* pos 0062: 12 */ 0xF4 /* 't' -> */,
|
|
/* pos 0063: 13 */ 0xBA /* ':' -> */,
|
|
/* pos 0064: 14 */ 0x00, 0x03 /* - terminal marker 3 - */,
|
|
/* pos 0066: 15 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x006D state 16) */,
|
|
0x61 /* 'a' */, 0xD8, 0x00 /* (to 0x0141 state 112) */,
|
|
0x08, /* fail */
|
|
/* pos 006d: 16 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x0074 state 17) */,
|
|
0x6F /* 'o' */, 0xED, 0x00 /* (to 0x015D state 138) */,
|
|
0x08, /* fail */
|
|
/* pos 0074: 17 */ 0x6E /* 'n' */, 0x07, 0x00 /* (to 0x007B state 18) */,
|
|
0x74 /* 't' */, 0xEC, 0x00 /* (to 0x0163 state 143) */,
|
|
0x08, /* fail */
|
|
/* pos 007b: 18 */ 0xE5 /* 'e' -> */,
|
|
/* pos 007c: 19 */ 0xE3 /* 'c' -> */,
|
|
/* pos 007d: 20 */ 0xF4 /* 't' -> */,
|
|
/* pos 007e: 21 */ 0x69 /* 'i' */, 0x07, 0x00 /* (to 0x0085 state 22) */,
|
|
0x20 /* ' ' */, 0x53, 0x02 /* (to 0x02D4 state 380) */,
|
|
0x08, /* fail */
|
|
/* pos 0085: 22 */ 0xEF /* 'o' -> */,
|
|
/* pos 0086: 23 */ 0xEE /* 'n' -> */,
|
|
/* pos 0087: 24 */ 0xBA /* ':' -> */,
|
|
/* pos 0088: 25 */ 0x00, 0x04 /* - terminal marker 4 - */,
|
|
/* pos 008a: 26 */ 0x70 /* 'p' */, 0x0A, 0x00 /* (to 0x0094 state 27) */,
|
|
0x72 /* 'r' */, 0x22, 0x02 /* (to 0x02AF state 355) */,
|
|
0x73 /* 's' */, 0xEF, 0x02 /* (to 0x037F state 521) */,
|
|
0x08, /* fail */
|
|
/* pos 0094: 27 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0095: 28 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0096: 29 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0097: 30 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0098: 31 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0099: 32 */ 0xBA /* ':' -> */,
|
|
/* pos 009a: 33 */ 0x00, 0x05 /* - terminal marker 5 - */,
|
|
/* pos 009c: 34 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x00A3 state 35) */,
|
|
0x70 /* 'p' */, 0x48, 0x02 /* (to 0x02E7 state 396) */,
|
|
0x08, /* fail */
|
|
/* pos 00a3: 35 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a4: 36 */ 0xE7 /* 'g' -> */,
|
|
/* pos 00a5: 37 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00a6: 38 */ 0xEE /* 'n' -> */,
|
|
/* pos 00a7: 39 */ 0xBA /* ':' -> */,
|
|
/* pos 00a8: 40 */ 0x00, 0x06 /* - terminal marker 6 - */,
|
|
/* pos 00aa: 41 */ 0x8A /* '.' -> */,
|
|
/* pos 00ab: 42 */ 0x00, 0x08 /* - terminal marker 8 - */,
|
|
/* pos 00ad: 43 */ 0xF4 /* 't' -> */,
|
|
/* pos 00ae: 44 */ 0xF0 /* 'p' -> */,
|
|
/* pos 00af: 45 */ 0x2F /* '/' */, 0x07, 0x00 /* (to 0x00B6 state 46) */,
|
|
0x32 /* '2' */, 0x97, 0x03 /* (to 0x0449 state 663) */,
|
|
0x08, /* fail */
|
|
/* pos 00b6: 46 */ 0xB1 /* '1' -> */,
|
|
/* pos 00b7: 47 */ 0xAE /* '.' -> */,
|
|
/* pos 00b8: 48 */ 0x31 /* '1' */, 0x07, 0x00 /* (to 0x00BF state 49) */,
|
|
0x30 /* '0' */, 0xFC, 0x01 /* (to 0x02B7 state 362) */,
|
|
0x08, /* fail */
|
|
/* pos 00bf: 49 */ 0xA0 /* ' ' -> */,
|
|
/* pos 00c0: 50 */ 0x00, 0x0F /* - terminal marker 15 - */,
|
|
/* pos 00c2: 51 */ 0x63 /* 'c' */, 0x0D, 0x00 /* (to 0x00CF state 52) */,
|
|
0x75 /* 'u' */, 0x8A, 0x00 /* (to 0x014F state 125) */,
|
|
0x67 /* 'g' */, 0xE7, 0x00 /* (to 0x01AF state 178) */,
|
|
0x6C /* 'l' */, 0xE8, 0x00 /* (to 0x01B3 state 181) */,
|
|
0x08, /* fail */
|
|
/* pos 00cf: 52 */ 0xE3 /* 'c' -> */,
|
|
/* pos 00d0: 53 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00d1: 54 */ 0x70 /* 'p' */, 0x07, 0x00 /* (to 0x00D8 state 55) */,
|
|
0x73 /* 's' */, 0x1B, 0x02 /* (to 0x02EF state 403) */,
|
|
0x08, /* fail */
|
|
/* pos 00d8: 55 */ 0xF4 /* 't' -> */,
|
|
/* pos 00d9: 56 */ 0x3A /* ':' */, 0x07, 0x00 /* (to 0x00E0 state 57) */,
|
|
0x2D /* '-' */, 0x37, 0x00 /* (to 0x0113 state 87) */,
|
|
0x08, /* fail */
|
|
/* pos 00e0: 57 */ 0x00, 0x11 /* - terminal marker 17 - */,
|
|
/* pos 00e2: 58 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00e3: 59 */ 0xAD /* '-' -> */,
|
|
/* pos 00e4: 60 */ 0x6D /* 'm' */, 0x0D, 0x00 /* (to 0x00F1 state 61) */,
|
|
0x6E /* 'n' */, 0x20, 0x00 /* (to 0x0107 state 76) */,
|
|
0x72 /* 'r' */, 0x2A, 0x01 /* (to 0x0214 state 255) */,
|
|
0x75 /* 'u' */, 0x2E, 0x01 /* (to 0x021B state 261) */,
|
|
0x08, /* fail */
|
|
/* pos 00f1: 61 */ 0x6F /* 'o' */, 0x07, 0x00 /* (to 0x00F8 state 62) */,
|
|
0x61 /* 'a' */, 0x1A, 0x01 /* (to 0x020E state 250) */,
|
|
0x08, /* fail */
|
|
/* pos 00f8: 62 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00f9: 63 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fa: 64 */ 0xE6 /* 'f' -> */,
|
|
/* pos 00fb: 65 */ 0xE9 /* 'i' -> */,
|
|
/* pos 00fc: 66 */ 0xE5 /* 'e' -> */,
|
|
/* pos 00fd: 67 */ 0xE4 /* 'd' -> */,
|
|
/* pos 00fe: 68 */ 0xAD /* '-' -> */,
|
|
/* pos 00ff: 69 */ 0xF3 /* 's' -> */,
|
|
/* pos 0100: 70 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0101: 71 */ 0xEE /* 'n' -> */,
|
|
/* pos 0102: 72 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0103: 73 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0104: 74 */ 0xBA /* ':' -> */,
|
|
/* pos 0105: 75 */ 0x00, 0x13 /* - terminal marker 19 - */,
|
|
/* pos 0107: 76 */ 0xEF /* 'o' -> */,
|
|
/* pos 0108: 77 */ 0xEE /* 'n' -> */,
|
|
/* pos 0109: 78 */ 0xE5 /* 'e' -> */,
|
|
/* pos 010a: 79 */ 0xAD /* '-' -> */,
|
|
/* pos 010b: 80 */ 0xED /* 'm' -> */,
|
|
/* pos 010c: 81 */ 0xE1 /* 'a' -> */,
|
|
/* pos 010d: 82 */ 0xF4 /* 't' -> */,
|
|
/* pos 010e: 83 */ 0xE3 /* 'c' -> */,
|
|
/* pos 010f: 84 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0110: 85 */ 0xBA /* ':' -> */,
|
|
/* pos 0111: 86 */ 0x00, 0x14 /* - terminal marker 20 - */,
|
|
/* pos 0113: 87 */ 0x65 /* 'e' */, 0x0D, 0x00 /* (to 0x0120 state 88) */,
|
|
0x6C /* 'l' */, 0x14, 0x00 /* (to 0x012A state 97) */,
|
|
0x72 /* 'r' */, 0x8E, 0x00 /* (to 0x01A7 state 171) */,
|
|
0x63 /* 'c' */, 0xFB, 0x01 /* (to 0x0317 state 435) */,
|
|
0x08, /* fail */
|
|
/* pos 0120: 88 */ 0xEE /* 'n' -> */,
|
|
/* pos 0121: 89 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0122: 90 */ 0xEF /* 'o' -> */,
|
|
/* pos 0123: 91 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0124: 92 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0125: 93 */ 0xEE /* 'n' -> */,
|
|
/* pos 0126: 94 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0127: 95 */ 0xBA /* ':' -> */,
|
|
/* pos 0128: 96 */ 0x00, 0x15 /* - terminal marker 21 - */,
|
|
/* pos 012a: 97 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012b: 98 */ 0xEE /* 'n' -> */,
|
|
/* pos 012c: 99 */ 0xE7 /* 'g' -> */,
|
|
/* pos 012d: 100 */ 0xF5 /* 'u' -> */,
|
|
/* pos 012e: 101 */ 0xE1 /* 'a' -> */,
|
|
/* pos 012f: 102 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0130: 103 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0131: 104 */ 0xBA /* ':' -> */,
|
|
/* pos 0132: 105 */ 0x00, 0x16 /* - terminal marker 22 - */,
|
|
/* pos 0134: 106 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x013B state 107) */,
|
|
0x6F /* 'o' */, 0x05, 0x02 /* (to 0x033C state 469) */,
|
|
0x08, /* fail */
|
|
/* pos 013b: 107 */ 0xE7 /* 'g' -> */,
|
|
/* pos 013c: 108 */ 0xED /* 'm' -> */,
|
|
/* pos 013d: 109 */ 0xE1 /* 'a' -> */,
|
|
/* pos 013e: 110 */ 0xBA /* ':' -> */,
|
|
/* pos 013f: 111 */ 0x00, 0x17 /* - terminal marker 23 - */,
|
|
/* pos 0141: 112 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0142: 113 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0143: 114 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0144: 115 */ 0xAD /* '-' -> */,
|
|
/* pos 0145: 116 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0146: 117 */ 0xEF /* 'o' -> */,
|
|
/* pos 0147: 118 */ 0xEE /* 'n' -> */,
|
|
/* pos 0148: 119 */ 0xF4 /* 't' -> */,
|
|
/* pos 0149: 120 */ 0xF2 /* 'r' -> */,
|
|
/* pos 014a: 121 */ 0xEF /* 'o' -> */,
|
|
/* pos 014b: 122 */ 0xEC /* 'l' -> */,
|
|
/* pos 014c: 123 */ 0xBA /* ':' -> */,
|
|
/* pos 014d: 124 */ 0x00, 0x18 /* - terminal marker 24 - */,
|
|
/* pos 014f: 125 */ 0xF4 /* 't' -> */,
|
|
/* pos 0150: 126 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0151: 127 */ 0xEF /* 'o' -> */,
|
|
/* pos 0152: 128 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0153: 129 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0154: 130 */ 0xFA /* 'z' -> */,
|
|
/* pos 0155: 131 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0156: 132 */ 0xF4 /* 't' -> */,
|
|
/* pos 0157: 133 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0158: 134 */ 0xEF /* 'o' -> */,
|
|
/* pos 0159: 135 */ 0xEE /* 'n' -> */,
|
|
/* pos 015a: 136 */ 0xBA /* ':' -> */,
|
|
/* pos 015b: 137 */ 0x00, 0x19 /* - terminal marker 25 - */,
|
|
/* pos 015d: 138 */ 0xEB /* 'k' -> */,
|
|
/* pos 015e: 139 */ 0xE9 /* 'i' -> */,
|
|
/* pos 015f: 140 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0160: 141 */ 0xBA /* ':' -> */,
|
|
/* pos 0161: 142 */ 0x00, 0x1A /* - terminal marker 26 - */,
|
|
/* pos 0163: 143 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0164: 144 */ 0xEE /* 'n' -> */,
|
|
/* pos 0165: 145 */ 0xF4 /* 't' -> */,
|
|
/* pos 0166: 146 */ 0xAD /* '-' -> */,
|
|
/* pos 0167: 147 */ 0x6C /* 'l' */, 0x10, 0x00 /* (to 0x0177 state 148) */,
|
|
0x74 /* 't' */, 0x1E, 0x00 /* (to 0x0188 state 155) */,
|
|
0x64 /* 'd' */, 0x4C, 0x00 /* (to 0x01B9 state 186) */,
|
|
0x65 /* 'e' */, 0x56, 0x00 /* (to 0x01C6 state 198) */,
|
|
0x72 /* 'r' */, 0x6F, 0x00 /* (to 0x01E2 state 223) */,
|
|
0x08, /* fail */
|
|
/* pos 0177: 148 */ 0x65 /* 'e' */, 0x0A, 0x00 /* (to 0x0181 state 149) */,
|
|
0x61 /* 'a' */, 0x56, 0x00 /* (to 0x01D0 state 207) */,
|
|
0x6F /* 'o' */, 0x5C, 0x00 /* (to 0x01D9 state 215) */,
|
|
0x08, /* fail */
|
|
/* pos 0181: 149 */ 0xEE /* 'n' -> */,
|
|
/* pos 0182: 150 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0183: 151 */ 0xF4 /* 't' -> */,
|
|
/* pos 0184: 152 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0185: 153 */ 0xBA /* ':' -> */,
|
|
/* pos 0186: 154 */ 0x00, 0x1B /* - terminal marker 27 - */,
|
|
/* pos 0188: 155 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0189: 156 */ 0xF0 /* 'p' -> */,
|
|
/* pos 018a: 157 */ 0xE5 /* 'e' -> */,
|
|
/* pos 018b: 158 */ 0xBA /* ':' -> */,
|
|
/* pos 018c: 159 */ 0x00, 0x1C /* - terminal marker 28 - */,
|
|
/* pos 018e: 160 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0195 state 161) */,
|
|
0x65 /* 'e' */, 0x23, 0x02 /* (to 0x03B4 state 562) */,
|
|
0x08, /* fail */
|
|
/* pos 0195: 161 */ 0xF4 /* 't' -> */,
|
|
/* pos 0196: 162 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0197: 163 */ 0xBA /* ':' -> */,
|
|
/* pos 0198: 164 */ 0x00, 0x1D /* - terminal marker 29 - */,
|
|
/* pos 019a: 165 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x01A1 state 166) */,
|
|
0x65 /* 'e' */, 0xB6, 0x00 /* (to 0x0253 state 304) */,
|
|
0x08, /* fail */
|
|
/* pos 01a1: 166 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a2: 167 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01a3: 168 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01a4: 169 */ 0xBA /* ':' -> */,
|
|
/* pos 01a5: 170 */ 0x00, 0x1E /* - terminal marker 30 - */,
|
|
/* pos 01a7: 171 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01a8: 172 */ 0xEE /* 'n' -> */,
|
|
/* pos 01a9: 173 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01aa: 174 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01ab: 175 */ 0xF3 /* 's' -> */,
|
|
/* pos 01ac: 176 */ 0xBA /* ':' -> */,
|
|
/* pos 01ad: 177 */ 0x00, 0x29 /* - terminal marker 41 - */,
|
|
/* pos 01af: 178 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01b0: 179 */ 0xBA /* ':' -> */,
|
|
/* pos 01b1: 180 */ 0x00, 0x2B /* - terminal marker 43 - */,
|
|
/* pos 01b3: 181 */ 0xEC /* 'l' -> */,
|
|
/* pos 01b4: 182 */ 0xEF /* 'o' -> */,
|
|
/* pos 01b5: 183 */ 0xF7 /* 'w' -> */,
|
|
/* pos 01b6: 184 */ 0xBA /* ':' -> */,
|
|
/* pos 01b7: 185 */ 0x00, 0x2C /* - terminal marker 44 - */,
|
|
/* pos 01b9: 186 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01ba: 187 */ 0xF3 /* 's' -> */,
|
|
/* pos 01bb: 188 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01bc: 189 */ 0xEF /* 'o' -> */,
|
|
/* pos 01bd: 190 */ 0xF3 /* 's' -> */,
|
|
/* pos 01be: 191 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01bf: 192 */ 0xF4 /* 't' -> */,
|
|
/* pos 01c0: 193 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01c1: 194 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c2: 195 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c3: 196 */ 0xBA /* ':' -> */,
|
|
/* pos 01c4: 197 */ 0x00, 0x2D /* - terminal marker 45 - */,
|
|
/* pos 01c6: 198 */ 0xEE /* 'n' -> */,
|
|
/* pos 01c7: 199 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01c8: 200 */ 0xEF /* 'o' -> */,
|
|
/* pos 01c9: 201 */ 0xE4 /* 'd' -> */,
|
|
/* pos 01ca: 202 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01cb: 203 */ 0xEE /* 'n' -> */,
|
|
/* pos 01cc: 204 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01cd: 205 */ 0xBA /* ':' -> */,
|
|
/* pos 01ce: 206 */ 0x00, 0x2E /* - terminal marker 46 - */,
|
|
/* pos 01d0: 207 */ 0xEE /* 'n' -> */,
|
|
/* pos 01d1: 208 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d2: 209 */ 0xF5 /* 'u' -> */,
|
|
/* pos 01d3: 210 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01d4: 211 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01d5: 212 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01d6: 213 */ 0xBA /* ':' -> */,
|
|
/* pos 01d7: 214 */ 0x00, 0x2F /* - terminal marker 47 - */,
|
|
/* pos 01d9: 215 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01da: 216 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01db: 217 */ 0xF4 /* 't' -> */,
|
|
/* pos 01dc: 218 */ 0xE9 /* 'i' -> */,
|
|
/* pos 01dd: 219 */ 0xEF /* 'o' -> */,
|
|
/* pos 01de: 220 */ 0xEE /* 'n' -> */,
|
|
/* pos 01df: 221 */ 0xBA /* ':' -> */,
|
|
/* pos 01e0: 222 */ 0x00, 0x30 /* - terminal marker 48 - */,
|
|
/* pos 01e2: 223 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01e3: 224 */ 0xEE /* 'n' -> */,
|
|
/* pos 01e4: 225 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01e5: 226 */ 0xE5 /* 'e' -> */,
|
|
/* pos 01e6: 227 */ 0xBA /* ':' -> */,
|
|
/* pos 01e7: 228 */ 0x00, 0x31 /* - terminal marker 49 - */,
|
|
/* pos 01e9: 229 */ 0x74 /* 't' */, 0x07, 0x00 /* (to 0x01F0 state 230) */,
|
|
0x78 /* 'x' */, 0x09, 0x00 /* (to 0x01F5 state 234) */,
|
|
0x08, /* fail */
|
|
/* pos 01f0: 230 */ 0xE1 /* 'a' -> */,
|
|
/* pos 01f1: 231 */ 0xE7 /* 'g' -> */,
|
|
/* pos 01f2: 232 */ 0xBA /* ':' -> */,
|
|
/* pos 01f3: 233 */ 0x00, 0x32 /* - terminal marker 50 - */,
|
|
/* pos 01f5: 234 */ 0xF0 /* 'p' -> */,
|
|
/* pos 01f6: 235 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x01FD state 236) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0202 state 240) */,
|
|
0x08, /* fail */
|
|
/* pos 01fd: 236 */ 0xE3 /* 'c' -> */,
|
|
/* pos 01fe: 237 */ 0xF4 /* 't' -> */,
|
|
/* pos 01ff: 238 */ 0xBA /* ':' -> */,
|
|
/* pos 0200: 239 */ 0x00, 0x33 /* - terminal marker 51 - */,
|
|
/* pos 0202: 240 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0203: 241 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0204: 242 */ 0xF3 /* 's' -> */,
|
|
/* pos 0205: 243 */ 0xBA /* ':' -> */,
|
|
/* pos 0206: 244 */ 0x00, 0x34 /* - terminal marker 52 - */,
|
|
/* pos 0208: 245 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0209: 246 */ 0xEF /* 'o' -> */,
|
|
/* pos 020a: 247 */ 0xED /* 'm' -> */,
|
|
/* pos 020b: 248 */ 0xBA /* ':' -> */,
|
|
/* pos 020c: 249 */ 0x00, 0x35 /* - terminal marker 53 - */,
|
|
/* pos 020e: 250 */ 0xF4 /* 't' -> */,
|
|
/* pos 020f: 251 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0210: 252 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0211: 253 */ 0xBA /* ':' -> */,
|
|
/* pos 0212: 254 */ 0x00, 0x36 /* - terminal marker 54 - */,
|
|
/* pos 0214: 255 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0215: 256 */ 0xEE /* 'n' -> */,
|
|
/* pos 0216: 257 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0217: 258 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0218: 259 */ 0xBA /* ':' -> */,
|
|
/* pos 0219: 260 */ 0x00, 0x37 /* - terminal marker 55 - */,
|
|
/* pos 021b: 261 */ 0xEE /* 'n' -> */,
|
|
/* pos 021c: 262 */ 0xED /* 'm' -> */,
|
|
/* pos 021d: 263 */ 0xEF /* 'o' -> */,
|
|
/* pos 021e: 264 */ 0xE4 /* 'd' -> */,
|
|
/* pos 021f: 265 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0220: 266 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0221: 267 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0222: 268 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0223: 269 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0224: 270 */ 0xAD /* '-' -> */,
|
|
/* pos 0225: 271 */ 0xF3 /* 's' -> */,
|
|
/* pos 0226: 272 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0227: 273 */ 0xEE /* 'n' -> */,
|
|
/* pos 0228: 274 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0229: 275 */ 0xE5 /* 'e' -> */,
|
|
/* pos 022a: 276 */ 0xBA /* ':' -> */,
|
|
/* pos 022b: 277 */ 0x00, 0x38 /* - terminal marker 56 - */,
|
|
/* pos 022d: 278 */ 0x61 /* 'a' */, 0x0A, 0x00 /* (to 0x0237 state 279) */,
|
|
0x69 /* 'i' */, 0x15, 0x00 /* (to 0x0245 state 292) */,
|
|
0x6F /* 'o' */, 0x17, 0x00 /* (to 0x024A state 296) */,
|
|
0x08, /* fail */
|
|
/* pos 0237: 279 */ 0xF3 /* 's' -> */,
|
|
/* pos 0238: 280 */ 0xF4 /* 't' -> */,
|
|
/* pos 0239: 281 */ 0xAD /* '-' -> */,
|
|
/* pos 023a: 282 */ 0xED /* 'm' -> */,
|
|
/* pos 023b: 283 */ 0xEF /* 'o' -> */,
|
|
/* pos 023c: 284 */ 0xE4 /* 'd' -> */,
|
|
/* pos 023d: 285 */ 0xE9 /* 'i' -> */,
|
|
/* pos 023e: 286 */ 0xE6 /* 'f' -> */,
|
|
/* pos 023f: 287 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0240: 288 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0241: 289 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0242: 290 */ 0xBA /* ':' -> */,
|
|
/* pos 0243: 291 */ 0x00, 0x39 /* - terminal marker 57 - */,
|
|
/* pos 0245: 292 */ 0xEE /* 'n' -> */,
|
|
/* pos 0246: 293 */ 0xEB /* 'k' -> */,
|
|
/* pos 0247: 294 */ 0xBA /* ':' -> */,
|
|
/* pos 0248: 295 */ 0x00, 0x3A /* - terminal marker 58 - */,
|
|
/* pos 024a: 296 */ 0xE3 /* 'c' -> */,
|
|
/* pos 024b: 297 */ 0xE1 /* 'a' -> */,
|
|
/* pos 024c: 298 */ 0xF4 /* 't' -> */,
|
|
/* pos 024d: 299 */ 0xE9 /* 'i' -> */,
|
|
/* pos 024e: 300 */ 0xEF /* 'o' -> */,
|
|
/* pos 024f: 301 */ 0xEE /* 'n' -> */,
|
|
/* pos 0250: 302 */ 0xBA /* ':' -> */,
|
|
/* pos 0251: 303 */ 0x00, 0x3B /* - terminal marker 59 - */,
|
|
/* pos 0253: 304 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x025D state 305) */,
|
|
0x74 /* 't' */, 0x14, 0x00 /* (to 0x026A state 311) */,
|
|
0x70 /* 'p' */, 0x6F, 0x01 /* (to 0x03C8 state 578) */,
|
|
0x08, /* fail */
|
|
/* pos 025d: 305 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0264 state 306) */,
|
|
0x65 /* 'e' */, 0xB1, 0x00 /* (to 0x0311 state 430) */,
|
|
0x08, /* fail */
|
|
/* pos 0264: 306 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0265: 307 */ 0xF3 /* 's' -> */,
|
|
/* pos 0266: 308 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0267: 309 */ 0xBA /* ':' -> */,
|
|
/* pos 0268: 310 */ 0x00, 0x3F /* - terminal marker 63 - */,
|
|
/* pos 026a: 311 */ 0xF2 /* 'r' -> */,
|
|
/* pos 026b: 312 */ 0xF9 /* 'y' -> */,
|
|
/* pos 026c: 313 */ 0xAD /* '-' -> */,
|
|
/* pos 026d: 314 */ 0xE1 /* 'a' -> */,
|
|
/* pos 026e: 315 */ 0xE6 /* 'f' -> */,
|
|
/* pos 026f: 316 */ 0xF4 /* 't' -> */,
|
|
/* pos 0270: 317 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0271: 318 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0272: 319 */ 0xBA /* ':' -> */,
|
|
/* pos 0273: 320 */ 0x00, 0x40 /* - terminal marker 64 - */,
|
|
/* pos 0275: 321 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x027C state 322) */,
|
|
0x74 /* 't' */, 0xED, 0x00 /* (to 0x0365 state 496) */,
|
|
0x08, /* fail */
|
|
/* pos 027c: 322 */ 0x72 /* 'r' */, 0x0A, 0x00 /* (to 0x0286 state 323) */,
|
|
0x74 /* 't' */, 0x0D, 0x00 /* (to 0x028C state 328) */,
|
|
0x63 /* 'c' */, 0x52, 0x01 /* (to 0x03D4 state 589) */,
|
|
0x08, /* fail */
|
|
/* pos 0286: 323 */ 0xF6 /* 'v' -> */,
|
|
/* pos 0287: 324 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0288: 325 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0289: 326 */ 0xBA /* ':' -> */,
|
|
/* pos 028a: 327 */ 0x00, 0x41 /* - terminal marker 65 - */,
|
|
/* pos 028c: 328 */ 0xAD /* '-' -> */,
|
|
/* pos 028d: 329 */ 0xE3 /* 'c' -> */,
|
|
/* pos 028e: 330 */ 0xEF /* 'o' -> */,
|
|
/* pos 028f: 331 */ 0xEF /* 'o' -> */,
|
|
/* pos 0290: 332 */ 0xEB /* 'k' -> */,
|
|
/* pos 0291: 333 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0292: 334 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0293: 335 */ 0xBA /* ':' -> */,
|
|
/* pos 0294: 336 */ 0x00, 0x42 /* - terminal marker 66 - */,
|
|
/* pos 0296: 337 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x029D state 338) */,
|
|
0x65 /* 'e' */, 0x2C, 0x01 /* (to 0x03C5 state 576) */,
|
|
0x08, /* fail */
|
|
/* pos 029d: 338 */ 0xE1 /* 'a' -> */,
|
|
/* pos 029e: 339 */ 0xEE /* 'n' -> */,
|
|
/* pos 029f: 340 */ 0xF3 /* 's' -> */,
|
|
/* pos 02a0: 341 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02a1: 342 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a2: 343 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02a3: 344 */ 0xAD /* '-' -> */,
|
|
/* pos 02a4: 345 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02a5: 346 */ 0xEE /* 'n' -> */,
|
|
/* pos 02a6: 347 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02a7: 348 */ 0xEF /* 'o' -> */,
|
|
/* pos 02a8: 349 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02a9: 350 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02aa: 351 */ 0xEE /* 'n' -> */,
|
|
/* pos 02ab: 352 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02ac: 353 */ 0xBA /* ':' -> */,
|
|
/* pos 02ad: 354 */ 0x00, 0x44 /* - terminal marker 68 - */,
|
|
/* pos 02af: 355 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02b0: 356 */ 0xAD /* '-' -> */,
|
|
/* pos 02b1: 357 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02b2: 358 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02b3: 359 */ 0xE7 /* 'g' -> */,
|
|
/* pos 02b4: 360 */ 0xF3 /* 's' -> */,
|
|
/* pos 02b5: 361 */ 0x00, 0x4C /* - terminal marker 76 - */,
|
|
/* pos 02b7: 362 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02b8: 363 */ 0x00, 0x4F /* - terminal marker 79 - */,
|
|
/* pos 02ba: 364 */ 0xAD /* '-' -> */,
|
|
/* pos 02bb: 365 */ 0x66 /* 'f' */, 0x0A, 0x00 /* (to 0x02C5 state 366) */,
|
|
0x61 /* 'a' */, 0x1D, 0x00 /* (to 0x02DB state 385) */,
|
|
0x72 /* 'r' */, 0xFB, 0x00 /* (to 0x03BC state 568) */,
|
|
0x08, /* fail */
|
|
/* pos 02c5: 366 */ 0xEF /* 'o' -> */,
|
|
/* pos 02c6: 367 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02c7: 368 */ 0xF7 /* 'w' -> */,
|
|
/* pos 02c8: 369 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02c9: 370 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02ca: 371 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cb: 372 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02cc: 373 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02cd: 374 */ 0xAD /* '-' -> */,
|
|
/* pos 02ce: 375 */ 0xE6 /* 'f' -> */,
|
|
/* pos 02cf: 376 */ 0xEF /* 'o' -> */,
|
|
/* pos 02d0: 377 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02d1: 378 */ 0xBA /* ':' -> */,
|
|
/* pos 02d2: 379 */ 0x00, 0x50 /* - terminal marker 80 - */,
|
|
/* pos 02d4: 380 */ 0x00, 0x51 /* - terminal marker 81 - */,
|
|
/* pos 02d6: 381 */ 0xE1 /* 'a' -> */,
|
|
/* pos 02d7: 382 */ 0xE4 /* 'd' -> */,
|
|
/* pos 02d8: 383 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02d9: 384 */ 0x00, 0x52 /* - terminal marker 82 - */,
|
|
/* pos 02db: 385 */ 0xF5 /* 'u' -> */,
|
|
/* pos 02dc: 386 */ 0xF4 /* 't' -> */,
|
|
/* pos 02dd: 387 */ 0xE8 /* 'h' -> */,
|
|
/* pos 02de: 388 */ 0xAD /* '-' -> */,
|
|
/* pos 02df: 389 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e0: 390 */ 0xEF /* 'o' -> */,
|
|
/* pos 02e1: 391 */ 0xEB /* 'k' -> */,
|
|
/* pos 02e2: 392 */ 0xE5 /* 'e' -> */,
|
|
/* pos 02e3: 393 */ 0xEE /* 'n' -> */,
|
|
/* pos 02e4: 394 */ 0xBA /* ':' -> */,
|
|
/* pos 02e5: 395 */ 0x00, 0x56 /* - terminal marker 86 - */,
|
|
/* pos 02e7: 396 */ 0xF4 /* 't' -> */,
|
|
/* pos 02e8: 397 */ 0xE9 /* 'i' -> */,
|
|
/* pos 02e9: 398 */ 0xEF /* 'o' -> */,
|
|
/* pos 02ea: 399 */ 0xEE /* 'n' -> */,
|
|
/* pos 02eb: 400 */ 0xF3 /* 's' -> */,
|
|
/* pos 02ec: 401 */ 0xA0 /* ' ' -> */,
|
|
/* pos 02ed: 402 */ 0x00, 0x02 /* - terminal marker 2 - */,
|
|
/* pos 02ef: 403 */ 0xF3 /* 's' -> */,
|
|
/* pos 02f0: 404 */ 0xAD /* '-' -> */,
|
|
/* pos 02f1: 405 */ 0xE3 /* 'c' -> */,
|
|
/* pos 02f2: 406 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f3: 407 */ 0xEE /* 'n' -> */,
|
|
/* pos 02f4: 408 */ 0xF4 /* 't' -> */,
|
|
/* pos 02f5: 409 */ 0xF2 /* 'r' -> */,
|
|
/* pos 02f6: 410 */ 0xEF /* 'o' -> */,
|
|
/* pos 02f7: 411 */ 0xEC /* 'l' -> */,
|
|
/* pos 02f8: 412 */ 0xAD /* '-' -> */,
|
|
/* pos 02f9: 413 */ 0x72 /* 'r' */, 0x07, 0x00 /* (to 0x0300 state 414) */,
|
|
0x61 /* 'a' */, 0x24, 0x00 /* (to 0x0320 state 443) */,
|
|
0x08, /* fail */
|
|
/* pos 0300: 414 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0301: 415 */ 0xF1 /* 'q' -> */,
|
|
/* pos 0302: 416 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0303: 417 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0304: 418 */ 0xF3 /* 's' -> */,
|
|
/* pos 0305: 419 */ 0xF4 /* 't' -> */,
|
|
/* pos 0306: 420 */ 0xAD /* '-' -> */,
|
|
/* pos 0307: 421 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0308: 422 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0309: 423 */ 0xE1 /* 'a' -> */,
|
|
/* pos 030a: 424 */ 0xE4 /* 'd' -> */,
|
|
/* pos 030b: 425 */ 0xE5 /* 'e' -> */,
|
|
/* pos 030c: 426 */ 0xF2 /* 'r' -> */,
|
|
/* pos 030d: 427 */ 0xF3 /* 's' -> */,
|
|
/* pos 030e: 428 */ 0xBA /* ':' -> */,
|
|
/* pos 030f: 429 */ 0x00, 0x12 /* - terminal marker 18 - */,
|
|
/* pos 0311: 430 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0312: 431 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0313: 432 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0314: 433 */ 0xBA /* ':' -> */,
|
|
/* pos 0315: 434 */ 0x00, 0x1F /* - terminal marker 31 - */,
|
|
/* pos 0317: 435 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0318: 436 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0319: 437 */ 0xF2 /* 'r' -> */,
|
|
/* pos 031a: 438 */ 0xF3 /* 's' -> */,
|
|
/* pos 031b: 439 */ 0xE5 /* 'e' -> */,
|
|
/* pos 031c: 440 */ 0xF4 /* 't' -> */,
|
|
/* pos 031d: 441 */ 0xBA /* ':' -> */,
|
|
/* pos 031e: 442 */ 0x00, 0x28 /* - terminal marker 40 - */,
|
|
/* pos 0320: 443 */ 0xEC /* 'l' -> */,
|
|
/* pos 0321: 444 */ 0xEC /* 'l' -> */,
|
|
/* pos 0322: 445 */ 0xEF /* 'o' -> */,
|
|
/* pos 0323: 446 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0324: 447 */ 0xAD /* '-' -> */,
|
|
/* pos 0325: 448 */ 0xEF /* 'o' -> */,
|
|
/* pos 0326: 449 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0327: 450 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0328: 451 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0329: 452 */ 0xE9 /* 'i' -> */,
|
|
/* pos 032a: 453 */ 0xEE /* 'n' -> */,
|
|
/* pos 032b: 454 */ 0xBA /* ':' -> */,
|
|
/* pos 032c: 455 */ 0x00, 0x2A /* - terminal marker 42 - */,
|
|
/* pos 032e: 456 */ 0xE1 /* 'a' -> */,
|
|
/* pos 032f: 457 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0330: 458 */ 0xAD /* '-' -> */,
|
|
/* pos 0331: 459 */ 0xE6 /* 'f' -> */,
|
|
/* pos 0332: 460 */ 0xEF /* 'o' -> */,
|
|
/* pos 0333: 461 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0334: 462 */ 0xF7 /* 'w' -> */,
|
|
/* pos 0335: 463 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0336: 464 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0337: 465 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0338: 466 */ 0xF3 /* 's' -> */,
|
|
/* pos 0339: 467 */ 0xBA /* ':' -> */,
|
|
/* pos 033a: 468 */ 0x00, 0x3C /* - terminal marker 60 - */,
|
|
/* pos 033c: 469 */ 0xF8 /* 'x' -> */,
|
|
/* pos 033d: 470 */ 0xF9 /* 'y' -> */,
|
|
/* pos 033e: 471 */ 0x2D /* '-' */, 0x07, 0x00 /* (to 0x0345 state 472) */,
|
|
0x20 /* ' ' */, 0x79, 0x00 /* (to 0x03BA state 567) */,
|
|
0x08, /* fail */
|
|
/* pos 0345: 472 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0346: 473 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0347: 474 */ 0xF4 /* 't' -> */,
|
|
/* pos 0348: 475 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0349: 476 */ 0x65 /* 'e' */, 0x07, 0x00 /* (to 0x0350 state 477) */,
|
|
0x6F /* 'o' */, 0x0E, 0x00 /* (to 0x035A state 486) */,
|
|
0x08, /* fail */
|
|
/* pos 0350: 477 */ 0xEE /* 'n' -> */,
|
|
/* pos 0351: 478 */ 0xF4 /* 't' -> */,
|
|
/* pos 0352: 479 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0353: 480 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0354: 481 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0355: 482 */ 0xF4 /* 't' -> */,
|
|
/* pos 0356: 483 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0357: 484 */ 0xBA /* ':' -> */,
|
|
/* pos 0358: 485 */ 0x00, 0x3D /* - terminal marker 61 - */,
|
|
/* pos 035a: 486 */ 0xF2 /* 'r' -> */,
|
|
/* pos 035b: 487 */ 0xE9 /* 'i' -> */,
|
|
/* pos 035c: 488 */ 0xFA /* 'z' -> */,
|
|
/* pos 035d: 489 */ 0xE1 /* 'a' -> */,
|
|
/* pos 035e: 490 */ 0xF4 /* 't' -> */,
|
|
/* pos 035f: 491 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0360: 492 */ 0xEF /* 'o' -> */,
|
|
/* pos 0361: 493 */ 0xEE /* 'n' -> */,
|
|
/* pos 0362: 494 */ 0xBA /* ':' -> */,
|
|
/* pos 0363: 495 */ 0x00, 0x3E /* - terminal marker 62 - */,
|
|
/* pos 0365: 496 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0366: 497 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0367: 498 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0368: 499 */ 0xF4 /* 't' -> */,
|
|
/* pos 0369: 500 */ 0xAD /* '-' -> */,
|
|
/* pos 036a: 501 */ 0xF4 /* 't' -> */,
|
|
/* pos 036b: 502 */ 0xF2 /* 'r' -> */,
|
|
/* pos 036c: 503 */ 0xE1 /* 'a' -> */,
|
|
/* pos 036d: 504 */ 0xEE /* 'n' -> */,
|
|
/* pos 036e: 505 */ 0xF3 /* 's' -> */,
|
|
/* pos 036f: 506 */ 0xF0 /* 'p' -> */,
|
|
/* pos 0370: 507 */ 0xEF /* 'o' -> */,
|
|
/* pos 0371: 508 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0372: 509 */ 0xF4 /* 't' -> */,
|
|
/* pos 0373: 510 */ 0xAD /* '-' -> */,
|
|
/* pos 0374: 511 */ 0xF3 /* 's' -> */,
|
|
/* pos 0375: 512 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0376: 513 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0377: 514 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0378: 515 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0379: 516 */ 0xE9 /* 'i' -> */,
|
|
/* pos 037a: 517 */ 0xF4 /* 't' -> */,
|
|
/* pos 037b: 518 */ 0xF9 /* 'y' -> */,
|
|
/* pos 037c: 519 */ 0xBA /* ':' -> */,
|
|
/* pos 037d: 520 */ 0x00, 0x43 /* - terminal marker 67 - */,
|
|
/* pos 037f: 521 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0380: 522 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0381: 523 */ 0xAD /* '-' -> */,
|
|
/* pos 0382: 524 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0383: 525 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0384: 526 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0385: 527 */ 0xEE /* 'n' -> */,
|
|
/* pos 0386: 528 */ 0xF4 /* 't' -> */,
|
|
/* pos 0387: 529 */ 0xBA /* ':' -> */,
|
|
/* pos 0388: 530 */ 0x00, 0x45 /* - terminal marker 69 - */,
|
|
/* pos 038a: 531 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x0391 state 532) */,
|
|
0x69 /* 'i' */, 0x09, 0x00 /* (to 0x0396 state 536) */,
|
|
0x08, /* fail */
|
|
/* pos 0391: 532 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0392: 533 */ 0xF9 /* 'y' -> */,
|
|
/* pos 0393: 534 */ 0xBA /* ':' -> */,
|
|
/* pos 0394: 535 */ 0x00, 0x46 /* - terminal marker 70 - */,
|
|
/* pos 0396: 536 */ 0xE1 /* 'a' -> */,
|
|
/* pos 0397: 537 */ 0xBA /* ':' -> */,
|
|
/* pos 0398: 538 */ 0x00, 0x47 /* - terminal marker 71 - */,
|
|
/* pos 039a: 539 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039b: 540 */ 0xF7 /* 'w' -> */,
|
|
/* pos 039c: 541 */ 0xAD /* '-' -> */,
|
|
/* pos 039d: 542 */ 0xE1 /* 'a' -> */,
|
|
/* pos 039e: 543 */ 0xF5 /* 'u' -> */,
|
|
/* pos 039f: 544 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a0: 545 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03a1: 546 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a2: 547 */ 0xEE /* 'n' -> */,
|
|
/* pos 03a3: 548 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a4: 549 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03a5: 550 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03a6: 551 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03a7: 552 */ 0xF4 /* 't' -> */,
|
|
/* pos 03a8: 553 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03a9: 554 */ 0xBA /* ':' -> */,
|
|
/* pos 03aa: 555 */ 0x00, 0x48 /* - terminal marker 72 - */,
|
|
/* pos 03ac: 556 */ 0xF4 /* 't' -> */,
|
|
/* pos 03ad: 557 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03ae: 558 */ 0xE8 /* 'h' -> */,
|
|
/* pos 03af: 559 */ 0x00, 0x49 /* - terminal marker 73 - */,
|
|
/* pos 03b1: 560 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b2: 561 */ 0x00, 0x4A /* - terminal marker 74 - */,
|
|
/* pos 03b4: 562 */ 0xEC /* 'l' -> */,
|
|
/* pos 03b5: 563 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b6: 564 */ 0xF4 /* 't' -> */,
|
|
/* pos 03b7: 565 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03b8: 566 */ 0x00, 0x4B /* - terminal marker 75 - */,
|
|
/* pos 03ba: 567 */ 0x00, 0x4D /* - terminal marker 77 - */,
|
|
/* pos 03bc: 568 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03bd: 569 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03be: 570 */ 0xEC /* 'l' -> */,
|
|
/* pos 03bf: 571 */ 0xAD /* '-' -> */,
|
|
/* pos 03c0: 572 */ 0xE9 /* 'i' -> */,
|
|
/* pos 03c1: 573 */ 0xF0 /* 'p' -> */,
|
|
/* pos 03c2: 574 */ 0xBA /* ':' -> */,
|
|
/* pos 03c3: 575 */ 0x00, 0x4E /* - terminal marker 78 - */,
|
|
/* pos 03c5: 576 */ 0xBA /* ':' -> */,
|
|
/* pos 03c6: 577 */ 0x00, 0x53 /* - terminal marker 83 - */,
|
|
/* pos 03c8: 578 */ 0xEC /* 'l' -> */,
|
|
/* pos 03c9: 579 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03ca: 580 */ 0xF9 /* 'y' -> */,
|
|
/* pos 03cb: 581 */ 0xAD /* '-' -> */,
|
|
/* pos 03cc: 582 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cd: 583 */ 0xEF /* 'o' -> */,
|
|
/* pos 03ce: 584 */ 0xEE /* 'n' -> */,
|
|
/* pos 03cf: 585 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03d0: 586 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d1: 587 */ 0xBA /* ':' -> */,
|
|
/* pos 03d2: 588 */ 0x00, 0x54 /* - terminal marker 84 - */,
|
|
/* pos 03d4: 589 */ 0xAD /* '-' -> */,
|
|
/* pos 03d5: 590 */ 0xF7 /* 'w' -> */,
|
|
/* pos 03d6: 591 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03d7: 592 */ 0xE2 /* 'b' -> */,
|
|
/* pos 03d8: 593 */ 0xF3 /* 's' -> */,
|
|
/* pos 03d9: 594 */ 0xEF /* 'o' -> */,
|
|
/* pos 03da: 595 */ 0xE3 /* 'c' -> */,
|
|
/* pos 03db: 596 */ 0xEB /* 'k' -> */,
|
|
/* pos 03dc: 597 */ 0xE5 /* 'e' -> */,
|
|
/* pos 03dd: 598 */ 0xF4 /* 't' -> */,
|
|
/* pos 03de: 599 */ 0xAD /* '-' -> */,
|
|
/* pos 03df: 600 */ 0x64 /* 'd' */, 0x19, 0x00 /* (to 0x03F8 state 601) */,
|
|
0x65 /* 'e' */, 0x1D, 0x00 /* (to 0x03FF state 607) */,
|
|
0x6B /* 'k' */, 0x26, 0x00 /* (to 0x040B state 618) */,
|
|
0x70 /* 'p' */, 0x35, 0x00 /* (to 0x041D state 625) */,
|
|
0x61 /* 'a' */, 0x3C, 0x00 /* (to 0x0427 state 634) */,
|
|
0x6E /* 'n' */, 0x41, 0x00 /* (to 0x042F state 641) */,
|
|
0x76 /* 'v' */, 0x47, 0x00 /* (to 0x0438 state 648) */,
|
|
0x6F /* 'o' */, 0x4D, 0x00 /* (to 0x0441 state 656) */,
|
|
0x08, /* fail */
|
|
/* pos 03f8: 601 */ 0xF2 /* 'r' -> */,
|
|
/* pos 03f9: 602 */ 0xE1 /* 'a' -> */,
|
|
/* pos 03fa: 603 */ 0xE6 /* 'f' -> */,
|
|
/* pos 03fb: 604 */ 0xF4 /* 't' -> */,
|
|
/* pos 03fc: 605 */ 0xBA /* ':' -> */,
|
|
/* pos 03fd: 606 */ 0x00, 0x07 /* - terminal marker 7 - */,
|
|
/* pos 03ff: 607 */ 0xF8 /* 'x' -> */,
|
|
/* pos 0400: 608 */ 0xF4 /* 't' -> */,
|
|
/* pos 0401: 609 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0402: 610 */ 0xEE /* 'n' -> */,
|
|
/* pos 0403: 611 */ 0xF3 /* 's' -> */,
|
|
/* pos 0404: 612 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0405: 613 */ 0xEF /* 'o' -> */,
|
|
/* pos 0406: 614 */ 0xEE /* 'n' -> */,
|
|
/* pos 0407: 615 */ 0xF3 /* 's' -> */,
|
|
/* pos 0408: 616 */ 0xBA /* ':' -> */,
|
|
/* pos 0409: 617 */ 0x00, 0x09 /* - terminal marker 9 - */,
|
|
/* pos 040b: 618 */ 0xE5 /* 'e' -> */,
|
|
/* pos 040c: 619 */ 0xF9 /* 'y' -> */,
|
|
/* pos 040d: 620 */ 0x31 /* '1' */, 0x0A, 0x00 /* (to 0x0417 state 621) */,
|
|
0x32 /* '2' */, 0x0A, 0x00 /* (to 0x041A state 623) */,
|
|
0x3A /* ':' */, 0x23, 0x00 /* (to 0x0436 state 647) */,
|
|
0x08, /* fail */
|
|
/* pos 0417: 621 */ 0xBA /* ':' -> */,
|
|
/* pos 0418: 622 */ 0x00, 0x0A /* - terminal marker 10 - */,
|
|
/* pos 041a: 623 */ 0xBA /* ':' -> */,
|
|
/* pos 041b: 624 */ 0x00, 0x0B /* - terminal marker 11 - */,
|
|
/* pos 041d: 625 */ 0xF2 /* 'r' -> */,
|
|
/* pos 041e: 626 */ 0xEF /* 'o' -> */,
|
|
/* pos 041f: 627 */ 0xF4 /* 't' -> */,
|
|
/* pos 0420: 628 */ 0xEF /* 'o' -> */,
|
|
/* pos 0421: 629 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0422: 630 */ 0xEF /* 'o' -> */,
|
|
/* pos 0423: 631 */ 0xEC /* 'l' -> */,
|
|
/* pos 0424: 632 */ 0xBA /* ':' -> */,
|
|
/* pos 0425: 633 */ 0x00, 0x0C /* - terminal marker 12 - */,
|
|
/* pos 0427: 634 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0428: 635 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0429: 636 */ 0xE5 /* 'e' -> */,
|
|
/* pos 042a: 637 */ 0xF0 /* 'p' -> */,
|
|
/* pos 042b: 638 */ 0xF4 /* 't' -> */,
|
|
/* pos 042c: 639 */ 0xBA /* ':' -> */,
|
|
/* pos 042d: 640 */ 0x00, 0x0D /* - terminal marker 13 - */,
|
|
/* pos 042f: 641 */ 0xEF /* 'o' -> */,
|
|
/* pos 0430: 642 */ 0xEE /* 'n' -> */,
|
|
/* pos 0431: 643 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0432: 644 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0433: 645 */ 0xBA /* ':' -> */,
|
|
/* pos 0434: 646 */ 0x00, 0x0E /* - terminal marker 14 - */,
|
|
/* pos 0436: 647 */ 0x00, 0x20 /* - terminal marker 32 - */,
|
|
/* pos 0438: 648 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0439: 649 */ 0xF2 /* 'r' -> */,
|
|
/* pos 043a: 650 */ 0xF3 /* 's' -> */,
|
|
/* pos 043b: 651 */ 0xE9 /* 'i' -> */,
|
|
/* pos 043c: 652 */ 0xEF /* 'o' -> */,
|
|
/* pos 043d: 653 */ 0xEE /* 'n' -> */,
|
|
/* pos 043e: 654 */ 0xBA /* ':' -> */,
|
|
/* pos 043f: 655 */ 0x00, 0x21 /* - terminal marker 33 - */,
|
|
/* pos 0441: 656 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0442: 657 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0443: 658 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0444: 659 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0445: 660 */ 0xEE /* 'n' -> */,
|
|
/* pos 0446: 661 */ 0xBA /* ':' -> */,
|
|
/* pos 0447: 662 */ 0x00, 0x22 /* - terminal marker 34 - */,
|
|
/* pos 0449: 663 */ 0xAD /* '-' -> */,
|
|
/* pos 044a: 664 */ 0xF3 /* 's' -> */,
|
|
/* pos 044b: 665 */ 0xE5 /* 'e' -> */,
|
|
/* pos 044c: 666 */ 0xF4 /* 't' -> */,
|
|
/* pos 044d: 667 */ 0xF4 /* 't' -> */,
|
|
/* pos 044e: 668 */ 0xE9 /* 'i' -> */,
|
|
/* pos 044f: 669 */ 0xEE /* 'n' -> */,
|
|
/* pos 0450: 670 */ 0xE7 /* 'g' -> */,
|
|
/* pos 0451: 671 */ 0xF3 /* 's' -> */,
|
|
/* pos 0452: 672 */ 0xBA /* ':' -> */,
|
|
/* pos 0453: 673 */ 0x00, 0x10 /* - terminal marker 16 - */,
|
|
/* pos 0455: 674 */ 0x61 /* 'a' */, 0x0D, 0x00 /* (to 0x0462 state 675) */,
|
|
0x6D /* 'm' */, 0x14, 0x00 /* (to 0x046C state 684) */,
|
|
0x70 /* 'p' */, 0x18, 0x00 /* (to 0x0473 state 690) */,
|
|
0x73 /* 's' */, 0x20, 0x00 /* (to 0x047E state 694) */,
|
|
0x08, /* fail */
|
|
/* pos 0462: 675 */ 0xF5 /* 'u' -> */,
|
|
/* pos 0463: 676 */ 0xF4 /* 't' -> */,
|
|
/* pos 0464: 677 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0465: 678 */ 0xEF /* 'o' -> */,
|
|
/* pos 0466: 679 */ 0xF2 /* 'r' -> */,
|
|
/* pos 0467: 680 */ 0xE9 /* 'i' -> */,
|
|
/* pos 0468: 681 */ 0xF4 /* 't' -> */,
|
|
/* pos 0469: 682 */ 0xF9 /* 'y' -> */,
|
|
/* pos 046a: 683 */ 0x00, 0x23 /* - terminal marker 35 - */,
|
|
/* pos 046c: 684 */ 0xE5 /* 'e' -> */,
|
|
/* pos 046d: 685 */ 0xF4 /* 't' -> */,
|
|
/* pos 046e: 686 */ 0xE8 /* 'h' -> */,
|
|
/* pos 046f: 687 */ 0xEF /* 'o' -> */,
|
|
/* pos 0470: 688 */ 0xE4 /* 'd' -> */,
|
|
/* pos 0471: 689 */ 0x00, 0x24 /* - terminal marker 36 - */,
|
|
/* pos 0473: 690 */ 0x61 /* 'a' */, 0x07, 0x00 /* (to 0x047A state 691) */,
|
|
0x72 /* 'r' */, 0x1B, 0x00 /* (to 0x0491 state 705) */,
|
|
0x08, /* fail */
|
|
/* pos 047a: 691 */ 0xF4 /* 't' -> */,
|
|
/* pos 047b: 692 */ 0xE8 /* 'h' -> */,
|
|
/* pos 047c: 693 */ 0x00, 0x25 /* - terminal marker 37 - */,
|
|
/* pos 047e: 694 */ 0x63 /* 'c' */, 0x07, 0x00 /* (to 0x0485 state 695) */,
|
|
0x74 /* 't' */, 0x0A, 0x00 /* (to 0x048B state 700) */,
|
|
0x08, /* fail */
|
|
/* pos 0485: 695 */ 0xE8 /* 'h' -> */,
|
|
/* pos 0486: 696 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0487: 697 */ 0xED /* 'm' -> */,
|
|
/* pos 0488: 698 */ 0xE5 /* 'e' -> */,
|
|
/* pos 0489: 699 */ 0x00, 0x26 /* - terminal marker 38 - */,
|
|
/* pos 048b: 700 */ 0xE1 /* 'a' -> */,
|
|
/* pos 048c: 701 */ 0xF4 /* 't' -> */,
|
|
/* pos 048d: 702 */ 0xF5 /* 'u' -> */,
|
|
/* pos 048e: 703 */ 0xF3 /* 's' -> */,
|
|
/* pos 048f: 704 */ 0x00, 0x27 /* - terminal marker 39 - */,
|
|
/* pos 0491: 705 */ 0xEF /* 'o' -> */,
|
|
/* pos 0492: 706 */ 0xF4 /* 't' -> */,
|
|
/* pos 0493: 707 */ 0xEF /* 'o' -> */,
|
|
/* pos 0494: 708 */ 0xE3 /* 'c' -> */,
|
|
/* pos 0495: 709 */ 0xEF /* 'o' -> */,
|
|
/* pos 0496: 710 */ 0xEC /* 'l' -> */,
|
|
/* pos 0497: 711 */ 0x00, 0x55 /* - terminal marker 85 - */,
|
|
/* total size 1177 bytes */
|
|
#endif
|
|
|
|
|
|
/*
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && !defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x10,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x03,0x00,0x80,0x0f,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && !defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x07,0x00,0x00,0x3e,0x00,0x00,0x00,0x80,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if !defined(LWS_HTTP_HEADERS_ALL) && !defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2)
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x03,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
#if defined(LWS_HTTP_HEADERS_ALL) || (defined(LWS_WITH_HTTP_UNCOMMON_HEADERS) && defined(LWS_ROLE_WS) && defined(LWS_ROLE_H2))
|
|
static uint8_t lws_header_implies_psuedoheader_map[] = {
|
|
0x07,0x00,0x00,0x00,0xf8,0x00,0x00,0x00,0x00,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,
|
|
};
|
|
#endif
|
|
*/
|