1*ad30f8e7SGabor Kovesdan# $NetBSD: UCS%GB2312.src,v 1.6 2006/11/22 20:22:30 tnozaki Exp $ 2*ad30f8e7SGabor Kovesdan 3*ad30f8e7SGabor KovesdanTYPE ROWCOL 4*ad30f8e7SGabor KovesdanNAME "UCS/GB2312" 5*ad30f8e7SGabor KovesdanSRC_ZONE 0x00A4 - 0xFFE5 6*ad30f8e7SGabor KovesdanOOB_MODE INVALID 7*ad30f8e7SGabor KovesdanDST_INVALID 0xFFFF 8*ad30f8e7SGabor KovesdanDST_UNIT_BITS 16 9*ad30f8e7SGabor Kovesdan 10*ad30f8e7SGabor KovesdanBEGIN_MAP 11*ad30f8e7SGabor Kovesdan# 12*ad30f8e7SGabor Kovesdan# This mapping data is made from the mapping data provided by Unicode, Inc. 13*ad30f8e7SGabor Kovesdan# Original notice: 14*ad30f8e7SGabor Kovesdan# 15*ad30f8e7SGabor Kovesdan# Name: GB2312-80 to Unicode table (complete, hex format) 16*ad30f8e7SGabor Kovesdan# Unicode version: 3.0 17*ad30f8e7SGabor Kovesdan# Table version: 1.0 18*ad30f8e7SGabor Kovesdan# Table format: Format A 19*ad30f8e7SGabor Kovesdan# Date: 1999 October 8 20*ad30f8e7SGabor Kovesdan# 21*ad30f8e7SGabor Kovesdan# Copyright (c) 1991-1999 Unicode, Inc. All Rights reserved. 22*ad30f8e7SGabor Kovesdan# 23*ad30f8e7SGabor Kovesdan# This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 24*ad30f8e7SGabor Kovesdan# No claims are made as to fitness for any particular purpose. No 25*ad30f8e7SGabor Kovesdan# warranties of any kind are expressed or implied. The recipient 26*ad30f8e7SGabor Kovesdan# agrees to determine applicability of information provided. If this 27*ad30f8e7SGabor Kovesdan# file has been provided on optical media by Unicode, Inc., the sole 28*ad30f8e7SGabor Kovesdan# remedy for any claim will be exchange of defective media within 90 29*ad30f8e7SGabor Kovesdan# days of receipt. 30*ad30f8e7SGabor Kovesdan# 31*ad30f8e7SGabor Kovesdan# Unicode, Inc. hereby grants the right to freely use the information 32*ad30f8e7SGabor Kovesdan# supplied in this file in the creation of products supporting the 33*ad30f8e7SGabor Kovesdan# Unicode Standard, and to make copies of this file in any form for 34*ad30f8e7SGabor Kovesdan# internal or external distribution as long as this notice remains 35*ad30f8e7SGabor Kovesdan# attached. 36*ad30f8e7SGabor Kovesdan# 37*ad30f8e7SGabor Kovesdan# General notes: 38*ad30f8e7SGabor Kovesdan# 39*ad30f8e7SGabor Kovesdan# 40*ad30f8e7SGabor Kovesdan# This table contains one set of mappings from GB2312-80 into Unicode. 41*ad30f8e7SGabor Kovesdan# Note that these data are *possible* mappings only and may not be the 42*ad30f8e7SGabor Kovesdan# same as those used by actual products, nor may they be the best suited 43*ad30f8e7SGabor Kovesdan# for all uses. For more information on the mappings between various code 44*ad30f8e7SGabor Kovesdan# pages incorporating the repertoire of GB2312-80 and Unicode, consult the 45*ad30f8e7SGabor Kovesdan# VENDORS mapping data. Normative information on the mapping between 46*ad30f8e7SGabor Kovesdan# GB2312-80 and Unicode may be found in the Unihan.txt file in the 47*ad30f8e7SGabor Kovesdan# latest Unicode Character Database. 48*ad30f8e7SGabor Kovesdan# 49*ad30f8e7SGabor Kovesdan# If you have carefully considered the fact that the mappings in 50*ad30f8e7SGabor Kovesdan# this table are only one possible set of mappings between GB2312-80 and 51*ad30f8e7SGabor Kovesdan# Unicode and have no normative status, but still feel that you 52*ad30f8e7SGabor Kovesdan# have located an error in the table that requires fixing, you may 53*ad30f8e7SGabor Kovesdan# report any such error to errata@unicode.org. 54*ad30f8e7SGabor Kovesdan# 55*ad30f8e7SGabor Kovesdan# 56*ad30f8e7SGabor Kovesdan# Format: Three tab-separated columns 57*ad30f8e7SGabor Kovesdan# Column #1 is the GB2312 code (in hex as 0xXXXX) 58*ad30f8e7SGabor Kovesdan# Column #2 is the Unicode (in hex as 0xXXXX) 59*ad30f8e7SGabor Kovesdan# Column #3 the Unicode name (follows a comment sign, '#') 60*ad30f8e7SGabor Kovesdan# The official names for Unicode characters U+4E00 61*ad30f8e7SGabor Kovesdan# to U+9FA5, inclusive, is "CJK UNIFIED IDEOGRAPH-XXXX", 62*ad30f8e7SGabor Kovesdan# where XXXX is the code point. Including all these 63*ad30f8e7SGabor Kovesdan# names in this file increases its size substantially 64*ad30f8e7SGabor Kovesdan# and needlessly. The token "<CJK>" is used for the 65*ad30f8e7SGabor Kovesdan# name of these characters. If necessary, it can be 66*ad30f8e7SGabor Kovesdan# expanded algorithmically by a parser or editor. 67*ad30f8e7SGabor Kovesdan# 68*ad30f8e7SGabor Kovesdan# The entries are in GB2312 order 69*ad30f8e7SGabor Kovesdan# 70*ad30f8e7SGabor Kovesdan# The following algorithms can be used to change the hex form 71*ad30f8e7SGabor Kovesdan# of GB2312 to other standard forms: 72*ad30f8e7SGabor Kovesdan# 73*ad30f8e7SGabor Kovesdan# To change hex to EUC form, add 0x8080 74*ad30f8e7SGabor Kovesdan# To change hex to kuten form, first subtract 0x2020. Then 75*ad30f8e7SGabor Kovesdan# the high and low bytes correspond to the ku and ten of 76*ad30f8e7SGabor Kovesdan# the kuten form. For example, 0x2121 -> 0x0101 -> 0101; 77*ad30f8e7SGabor Kovesdan# 0x777E -> 0x575E -> 8794 78*ad30f8e7SGabor Kovesdan# 79*ad30f8e7SGabor Kovesdan# Version history 80*ad30f8e7SGabor Kovesdan# 1.0 version updates 0.0d2 version by correcting mapping for 0x212C 81*ad30f8e7SGabor Kovesdan# from U+2225 to U+2016. 82*ad30f8e7SGabor Kovesdan# 83*ad30f8e7SGabor Kovesdan# 84*ad30f8e7SGabor Kovesdan0x00A4 = 0x2168 85*ad30f8e7SGabor Kovesdan0x00A7 = 0x216C 86*ad30f8e7SGabor Kovesdan0x00A8 = 0x2127 87*ad30f8e7SGabor Kovesdan0x00B0 = 0x2163 88*ad30f8e7SGabor Kovesdan0x00B1 = 0x2140 89*ad30f8e7SGabor Kovesdan0x00B7 = 0x2124 90*ad30f8e7SGabor Kovesdan0x00D7 = 0x2141 91*ad30f8e7SGabor Kovesdan0x00E0 = 0x2824 92*ad30f8e7SGabor Kovesdan0x00E1 = 0x2822 93*ad30f8e7SGabor Kovesdan0x00E8 = 0x2828 94*ad30f8e7SGabor Kovesdan0x00E9 = 0x2826 95*ad30f8e7SGabor Kovesdan0x00EA = 0x283A 96*ad30f8e7SGabor Kovesdan0x00EC = 0x282C 97*ad30f8e7SGabor Kovesdan0x00ED = 0x282A 98*ad30f8e7SGabor Kovesdan0x00F2 = 0x2830 99*ad30f8e7SGabor Kovesdan0x00F3 = 0x282E 100*ad30f8e7SGabor Kovesdan0x00F7 = 0x2142 101*ad30f8e7SGabor Kovesdan0x00F9 = 0x2834 102*ad30f8e7SGabor Kovesdan0x00FA = 0x2832 103*ad30f8e7SGabor Kovesdan0x00FC = 0x2839 104*ad30f8e7SGabor Kovesdan0x0101 = 0x2821 105*ad30f8e7SGabor Kovesdan0x0113 = 0x2825 106*ad30f8e7SGabor Kovesdan0x011B = 0x2827 107*ad30f8e7SGabor Kovesdan0x012B = 0x2829 108*ad30f8e7SGabor Kovesdan0x014D = 0x282D 109*ad30f8e7SGabor Kovesdan0x016B = 0x2831 110*ad30f8e7SGabor Kovesdan0x01CE = 0x2823 111*ad30f8e7SGabor Kovesdan0x01D0 = 0x282B 112*ad30f8e7SGabor Kovesdan0x01D2 = 0x282F 113*ad30f8e7SGabor Kovesdan0x01D4 = 0x2833 114*ad30f8e7SGabor Kovesdan0x01D6 = 0x2835 115*ad30f8e7SGabor Kovesdan0x01D8 = 0x2836 116*ad30f8e7SGabor Kovesdan0x01DA = 0x2837 117*ad30f8e7SGabor Kovesdan0x01DC = 0x2838 118*ad30f8e7SGabor Kovesdan0x02C7 = 0x2126 119*ad30f8e7SGabor Kovesdan0x02C9 = 0x2125 120*ad30f8e7SGabor Kovesdan0x0391 = 0x2621 121*ad30f8e7SGabor Kovesdan0x0392 = 0x2622 122*ad30f8e7SGabor Kovesdan0x0393 = 0x2623 123*ad30f8e7SGabor Kovesdan0x0394 = 0x2624 124*ad30f8e7SGabor Kovesdan0x0395 = 0x2625 125*ad30f8e7SGabor Kovesdan0x0396 = 0x2626 126*ad30f8e7SGabor Kovesdan0x0397 = 0x2627 127*ad30f8e7SGabor Kovesdan0x0398 = 0x2628 128*ad30f8e7SGabor Kovesdan0x0399 = 0x2629 129*ad30f8e7SGabor Kovesdan0x039A = 0x262A 130*ad30f8e7SGabor Kovesdan0x039B = 0x262B 131*ad30f8e7SGabor Kovesdan0x039C = 0x262C 132*ad30f8e7SGabor Kovesdan0x039D = 0x262D 133*ad30f8e7SGabor Kovesdan0x039E = 0x262E 134*ad30f8e7SGabor Kovesdan0x039F = 0x262F 135*ad30f8e7SGabor Kovesdan0x03A0 = 0x2630 136*ad30f8e7SGabor Kovesdan0x03A1 = 0x2631 137*ad30f8e7SGabor Kovesdan0x03A3 = 0x2632 138*ad30f8e7SGabor Kovesdan0x03A4 = 0x2633 139*ad30f8e7SGabor Kovesdan0x03A5 = 0x2634 140*ad30f8e7SGabor Kovesdan0x03A6 = 0x2635 141*ad30f8e7SGabor Kovesdan0x03A7 = 0x2636 142*ad30f8e7SGabor Kovesdan0x03A8 = 0x2637 143*ad30f8e7SGabor Kovesdan0x03A9 = 0x2638 144*ad30f8e7SGabor Kovesdan0x03B1 = 0x2641 145*ad30f8e7SGabor Kovesdan0x03B2 = 0x2642 146*ad30f8e7SGabor Kovesdan0x03B3 = 0x2643 147*ad30f8e7SGabor Kovesdan0x03B4 = 0x2644 148*ad30f8e7SGabor Kovesdan0x03B5 = 0x2645 149*ad30f8e7SGabor Kovesdan0x03B6 = 0x2646 150*ad30f8e7SGabor Kovesdan0x03B7 = 0x2647 151*ad30f8e7SGabor Kovesdan0x03B8 = 0x2648 152*ad30f8e7SGabor Kovesdan0x03B9 = 0x2649 153*ad30f8e7SGabor Kovesdan0x03BA = 0x264A 154*ad30f8e7SGabor Kovesdan0x03BB = 0x264B 155*ad30f8e7SGabor Kovesdan0x03BC = 0x264C 156*ad30f8e7SGabor Kovesdan0x03BD = 0x264D 157*ad30f8e7SGabor Kovesdan0x03BE = 0x264E 158*ad30f8e7SGabor Kovesdan0x03BF = 0x264F 159*ad30f8e7SGabor Kovesdan0x03C0 = 0x2650 160*ad30f8e7SGabor Kovesdan0x03C1 = 0x2651 161*ad30f8e7SGabor Kovesdan0x03C3 = 0x2652 162*ad30f8e7SGabor Kovesdan0x03C4 = 0x2653 163*ad30f8e7SGabor Kovesdan0x03C5 = 0x2654 164*ad30f8e7SGabor Kovesdan0x03C6 = 0x2655 165*ad30f8e7SGabor Kovesdan0x03C7 = 0x2656 166*ad30f8e7SGabor Kovesdan0x03C8 = 0x2657 167*ad30f8e7SGabor Kovesdan0x03C9 = 0x2658 168*ad30f8e7SGabor Kovesdan0x0401 = 0x2727 169*ad30f8e7SGabor Kovesdan0x0410 = 0x2721 170*ad30f8e7SGabor Kovesdan0x0411 = 0x2722 171*ad30f8e7SGabor Kovesdan0x0412 = 0x2723 172*ad30f8e7SGabor Kovesdan0x0413 = 0x2724 173*ad30f8e7SGabor Kovesdan0x0414 = 0x2725 174*ad30f8e7SGabor Kovesdan0x0415 = 0x2726 175*ad30f8e7SGabor Kovesdan0x0416 = 0x2728 176*ad30f8e7SGabor Kovesdan0x0417 = 0x2729 177*ad30f8e7SGabor Kovesdan0x0418 = 0x272A 178*ad30f8e7SGabor Kovesdan0x0419 = 0x272B 179*ad30f8e7SGabor Kovesdan0x041A = 0x272C 180*ad30f8e7SGabor Kovesdan0x041B = 0x272D 181*ad30f8e7SGabor Kovesdan0x041C = 0x272E 182*ad30f8e7SGabor Kovesdan0x041D = 0x272F 183*ad30f8e7SGabor Kovesdan0x041E = 0x2730 184*ad30f8e7SGabor Kovesdan0x041F = 0x2731 185*ad30f8e7SGabor Kovesdan0x0420 = 0x2732 186*ad30f8e7SGabor Kovesdan0x0421 = 0x2733 187*ad30f8e7SGabor Kovesdan0x0422 = 0x2734 188*ad30f8e7SGabor Kovesdan0x0423 = 0x2735 189*ad30f8e7SGabor Kovesdan0x0424 = 0x2736 190*ad30f8e7SGabor Kovesdan0x0425 = 0x2737 191*ad30f8e7SGabor Kovesdan0x0426 = 0x2738 192*ad30f8e7SGabor Kovesdan0x0427 = 0x2739 193*ad30f8e7SGabor Kovesdan0x0428 = 0x273A 194*ad30f8e7SGabor Kovesdan0x0429 = 0x273B 195*ad30f8e7SGabor Kovesdan0x042A = 0x273C 196*ad30f8e7SGabor Kovesdan0x042B = 0x273D 197*ad30f8e7SGabor Kovesdan0x042C = 0x273E 198*ad30f8e7SGabor Kovesdan0x042D = 0x273F 199*ad30f8e7SGabor Kovesdan0x042E = 0x2740 200*ad30f8e7SGabor Kovesdan0x042F = 0x2741 201*ad30f8e7SGabor Kovesdan0x0430 = 0x2751 202*ad30f8e7SGabor Kovesdan0x0431 = 0x2752 203*ad30f8e7SGabor Kovesdan0x0432 = 0x2753 204*ad30f8e7SGabor Kovesdan0x0433 = 0x2754 205*ad30f8e7SGabor Kovesdan0x0434 = 0x2755 206*ad30f8e7SGabor Kovesdan0x0435 = 0x2756 207*ad30f8e7SGabor Kovesdan0x0436 = 0x2758 208*ad30f8e7SGabor Kovesdan0x0437 = 0x2759 209*ad30f8e7SGabor Kovesdan0x0438 = 0x275A 210*ad30f8e7SGabor Kovesdan0x0439 = 0x275B 211*ad30f8e7SGabor Kovesdan0x043A = 0x275C 212*ad30f8e7SGabor Kovesdan0x043B = 0x275D 213*ad30f8e7SGabor Kovesdan0x043C = 0x275E 214*ad30f8e7SGabor Kovesdan0x043D = 0x275F 215*ad30f8e7SGabor Kovesdan0x043E = 0x2760 216*ad30f8e7SGabor Kovesdan0x043F = 0x2761 217*ad30f8e7SGabor Kovesdan0x0440 = 0x2762 218*ad30f8e7SGabor Kovesdan0x0441 = 0x2763 219*ad30f8e7SGabor Kovesdan0x0442 = 0x2764 220*ad30f8e7SGabor Kovesdan0x0443 = 0x2765 221*ad30f8e7SGabor Kovesdan0x0444 = 0x2766 222*ad30f8e7SGabor Kovesdan0x0445 = 0x2767 223*ad30f8e7SGabor Kovesdan0x0446 = 0x2768 224*ad30f8e7SGabor Kovesdan0x0447 = 0x2769 225*ad30f8e7SGabor Kovesdan0x0448 = 0x276A 226*ad30f8e7SGabor Kovesdan0x0449 = 0x276B 227*ad30f8e7SGabor Kovesdan0x044A = 0x276C 228*ad30f8e7SGabor Kovesdan0x044B = 0x276D 229*ad30f8e7SGabor Kovesdan0x044C = 0x276E 230*ad30f8e7SGabor Kovesdan0x044D = 0x276F 231*ad30f8e7SGabor Kovesdan0x044E = 0x2770 232*ad30f8e7SGabor Kovesdan0x044F = 0x2771 233*ad30f8e7SGabor Kovesdan0x0451 = 0x2757 234*ad30f8e7SGabor Kovesdan0x2014 = 0x212A 235*ad30f8e7SGabor Kovesdan0x2015 = 0x212A # fallback -> 0x2014 236*ad30f8e7SGabor Kovesdan0x2016 = 0x212C 237*ad30f8e7SGabor Kovesdan0x2018 = 0x212E 238*ad30f8e7SGabor Kovesdan0x2019 = 0x212F 239*ad30f8e7SGabor Kovesdan0x201C = 0x2130 240*ad30f8e7SGabor Kovesdan0x201D = 0x2131 241*ad30f8e7SGabor Kovesdan0x2026 = 0x212D 242*ad30f8e7SGabor Kovesdan0x2030 = 0x216B 243*ad30f8e7SGabor Kovesdan0x2032 = 0x2164 244*ad30f8e7SGabor Kovesdan0x2033 = 0x2165 245*ad30f8e7SGabor Kovesdan0x203B = 0x2179 246*ad30f8e7SGabor Kovesdan0x2103 = 0x2166 247*ad30f8e7SGabor Kovesdan0x2116 = 0x216D 248*ad30f8e7SGabor Kovesdan0x2160 = 0x2271 249*ad30f8e7SGabor Kovesdan0x2161 = 0x2272 250*ad30f8e7SGabor Kovesdan0x2162 = 0x2273 251*ad30f8e7SGabor Kovesdan0x2163 = 0x2274 252*ad30f8e7SGabor Kovesdan0x2164 = 0x2275 253*ad30f8e7SGabor Kovesdan0x2165 = 0x2276 254*ad30f8e7SGabor Kovesdan0x2166 = 0x2277 255*ad30f8e7SGabor Kovesdan0x2167 = 0x2278 256*ad30f8e7SGabor Kovesdan0x2168 = 0x2279 257*ad30f8e7SGabor Kovesdan0x2169 = 0x227A 258*ad30f8e7SGabor Kovesdan0x216A = 0x227B 259*ad30f8e7SGabor Kovesdan0x216B = 0x227C 260*ad30f8e7SGabor Kovesdan0x2190 = 0x217B 261*ad30f8e7SGabor Kovesdan0x2191 = 0x217C 262*ad30f8e7SGabor Kovesdan0x2192 = 0x217A 263*ad30f8e7SGabor Kovesdan0x2193 = 0x217D 264*ad30f8e7SGabor Kovesdan0x2208 = 0x214A 265*ad30f8e7SGabor Kovesdan0x220F = 0x2147 266*ad30f8e7SGabor Kovesdan0x2211 = 0x2146 267*ad30f8e7SGabor Kovesdan0x221A = 0x214C 268*ad30f8e7SGabor Kovesdan0x221D = 0x2158 269*ad30f8e7SGabor Kovesdan0x221E = 0x215E 270*ad30f8e7SGabor Kovesdan0x2220 = 0x214F 271*ad30f8e7SGabor Kovesdan0x2225 = 0x214E 272*ad30f8e7SGabor Kovesdan0x2227 = 0x2144 273*ad30f8e7SGabor Kovesdan0x2228 = 0x2145 274*ad30f8e7SGabor Kovesdan0x2229 = 0x2149 275*ad30f8e7SGabor Kovesdan0x222A = 0x2148 276*ad30f8e7SGabor Kovesdan0x222B = 0x2152 277*ad30f8e7SGabor Kovesdan0x222E = 0x2153 278*ad30f8e7SGabor Kovesdan0x2234 = 0x2160 279*ad30f8e7SGabor Kovesdan0x2235 = 0x215F 280*ad30f8e7SGabor Kovesdan0x2236 = 0x2143 281*ad30f8e7SGabor Kovesdan0x2237 = 0x214B 282*ad30f8e7SGabor Kovesdan0x223D = 0x2157 283*ad30f8e7SGabor Kovesdan0x2248 = 0x2156 284*ad30f8e7SGabor Kovesdan0x224C = 0x2155 285*ad30f8e7SGabor Kovesdan0x2260 = 0x2159 286*ad30f8e7SGabor Kovesdan0x2261 = 0x2154 287*ad30f8e7SGabor Kovesdan0x2264 = 0x215C 288*ad30f8e7SGabor Kovesdan0x2265 = 0x215D 289*ad30f8e7SGabor Kovesdan0x226E = 0x215A 290*ad30f8e7SGabor Kovesdan0x226F = 0x215B 291*ad30f8e7SGabor Kovesdan0x2299 = 0x2151 292*ad30f8e7SGabor Kovesdan0x22A5 = 0x214D 293*ad30f8e7SGabor Kovesdan0x2312 = 0x2150 294*ad30f8e7SGabor Kovesdan0x2460 = 0x2259 295*ad30f8e7SGabor Kovesdan0x2461 = 0x225A 296*ad30f8e7SGabor Kovesdan0x2462 = 0x225B 297*ad30f8e7SGabor Kovesdan0x2463 = 0x225C 298*ad30f8e7SGabor Kovesdan0x2464 = 0x225D 299*ad30f8e7SGabor Kovesdan0x2465 = 0x225E 300*ad30f8e7SGabor Kovesdan0x2466 = 0x225F 301*ad30f8e7SGabor Kovesdan0x2467 = 0x2260 302*ad30f8e7SGabor Kovesdan0x2468 = 0x2261 303*ad30f8e7SGabor Kovesdan0x2469 = 0x2262 304*ad30f8e7SGabor Kovesdan0x2474 = 0x2245 305*ad30f8e7SGabor Kovesdan0x2475 = 0x2246 306*ad30f8e7SGabor Kovesdan0x2476 = 0x2247 307*ad30f8e7SGabor Kovesdan0x2477 = 0x2248 308*ad30f8e7SGabor Kovesdan0x2478 = 0x2249 309*ad30f8e7SGabor Kovesdan0x2479 = 0x224A 310*ad30f8e7SGabor Kovesdan0x247A = 0x224B 311*ad30f8e7SGabor Kovesdan0x247B = 0x224C 312*ad30f8e7SGabor Kovesdan0x247C = 0x224D 313*ad30f8e7SGabor Kovesdan0x247D = 0x224E 314*ad30f8e7SGabor Kovesdan0x247E = 0x224F 315*ad30f8e7SGabor Kovesdan0x247F = 0x2250 316*ad30f8e7SGabor Kovesdan0x2480 = 0x2251 317*ad30f8e7SGabor Kovesdan0x2481 = 0x2252 318*ad30f8e7SGabor Kovesdan0x2482 = 0x2253 319*ad30f8e7SGabor Kovesdan0x2483 = 0x2254 320*ad30f8e7SGabor Kovesdan0x2484 = 0x2255 321*ad30f8e7SGabor Kovesdan0x2485 = 0x2256 322*ad30f8e7SGabor Kovesdan0x2486 = 0x2257 323*ad30f8e7SGabor Kovesdan0x2487 = 0x2258 324*ad30f8e7SGabor Kovesdan0x2488 = 0x2231 325*ad30f8e7SGabor Kovesdan0x2489 = 0x2232 326*ad30f8e7SGabor Kovesdan0x248A = 0x2233 327*ad30f8e7SGabor Kovesdan0x248B = 0x2234 328*ad30f8e7SGabor Kovesdan0x248C = 0x2235 329*ad30f8e7SGabor Kovesdan0x248D = 0x2236 330*ad30f8e7SGabor Kovesdan0x248E = 0x2237 331*ad30f8e7SGabor Kovesdan0x248F = 0x2238 332*ad30f8e7SGabor Kovesdan0x2490 = 0x2239 333*ad30f8e7SGabor Kovesdan0x2491 = 0x223A 334*ad30f8e7SGabor Kovesdan0x2492 = 0x223B 335*ad30f8e7SGabor Kovesdan0x2493 = 0x223C 336*ad30f8e7SGabor Kovesdan0x2494 = 0x223D 337*ad30f8e7SGabor Kovesdan0x2495 = 0x223E 338*ad30f8e7SGabor Kovesdan0x2496 = 0x223F 339*ad30f8e7SGabor Kovesdan0x2497 = 0x2240 340*ad30f8e7SGabor Kovesdan0x2498 = 0x2241 341*ad30f8e7SGabor Kovesdan0x2499 = 0x2242 342*ad30f8e7SGabor Kovesdan0x249A = 0x2243 343*ad30f8e7SGabor Kovesdan0x249B = 0x2244 344*ad30f8e7SGabor Kovesdan0x2500 = 0x2924 345*ad30f8e7SGabor Kovesdan0x2501 = 0x2925 346*ad30f8e7SGabor Kovesdan0x2502 = 0x2926 347*ad30f8e7SGabor Kovesdan0x2503 = 0x2927 348*ad30f8e7SGabor Kovesdan0x2504 = 0x2928 349*ad30f8e7SGabor Kovesdan0x2505 = 0x2929 350*ad30f8e7SGabor Kovesdan0x2506 = 0x292A 351*ad30f8e7SGabor Kovesdan0x2507 = 0x292B 352*ad30f8e7SGabor Kovesdan0x2508 = 0x292C 353*ad30f8e7SGabor Kovesdan0x2509 = 0x292D 354*ad30f8e7SGabor Kovesdan0x250A = 0x292E 355*ad30f8e7SGabor Kovesdan0x250B = 0x292F 356*ad30f8e7SGabor Kovesdan0x250C = 0x2930 357*ad30f8e7SGabor Kovesdan0x250D = 0x2931 358*ad30f8e7SGabor Kovesdan0x250E = 0x2932 359*ad30f8e7SGabor Kovesdan0x250F = 0x2933 360*ad30f8e7SGabor Kovesdan0x2510 = 0x2934 361*ad30f8e7SGabor Kovesdan0x2511 = 0x2935 362*ad30f8e7SGabor Kovesdan0x2512 = 0x2936 363*ad30f8e7SGabor Kovesdan0x2513 = 0x2937 364*ad30f8e7SGabor Kovesdan0x2514 = 0x2938 365*ad30f8e7SGabor Kovesdan0x2515 = 0x2939 366*ad30f8e7SGabor Kovesdan0x2516 = 0x293A 367*ad30f8e7SGabor Kovesdan0x2517 = 0x293B 368*ad30f8e7SGabor Kovesdan0x2518 = 0x293C 369*ad30f8e7SGabor Kovesdan0x2519 = 0x293D 370*ad30f8e7SGabor Kovesdan0x251A = 0x293E 371*ad30f8e7SGabor Kovesdan0x251B = 0x293F 372*ad30f8e7SGabor Kovesdan0x251C = 0x2940 373*ad30f8e7SGabor Kovesdan0x251D = 0x2941 374*ad30f8e7SGabor Kovesdan0x251E = 0x2942 375*ad30f8e7SGabor Kovesdan0x251F = 0x2943 376*ad30f8e7SGabor Kovesdan0x2520 = 0x2944 377*ad30f8e7SGabor Kovesdan0x2521 = 0x2945 378*ad30f8e7SGabor Kovesdan0x2522 = 0x2946 379*ad30f8e7SGabor Kovesdan0x2523 = 0x2947 380*ad30f8e7SGabor Kovesdan0x2524 = 0x2948 381*ad30f8e7SGabor Kovesdan0x2525 = 0x2949 382*ad30f8e7SGabor Kovesdan0x2526 = 0x294A 383*ad30f8e7SGabor Kovesdan0x2527 = 0x294B 384*ad30f8e7SGabor Kovesdan0x2528 = 0x294C 385*ad30f8e7SGabor Kovesdan0x2529 = 0x294D 386*ad30f8e7SGabor Kovesdan0x252A = 0x294E 387*ad30f8e7SGabor Kovesdan0x252B = 0x294F 388*ad30f8e7SGabor Kovesdan0x252C = 0x2950 389*ad30f8e7SGabor Kovesdan0x252D = 0x2951 390*ad30f8e7SGabor Kovesdan0x252E = 0x2952 391*ad30f8e7SGabor Kovesdan0x252F = 0x2953 392*ad30f8e7SGabor Kovesdan0x2530 = 0x2954 393*ad30f8e7SGabor Kovesdan0x2531 = 0x2955 394*ad30f8e7SGabor Kovesdan0x2532 = 0x2956 395*ad30f8e7SGabor Kovesdan0x2533 = 0x2957 396*ad30f8e7SGabor Kovesdan0x2534 = 0x2958 397*ad30f8e7SGabor Kovesdan0x2535 = 0x2959 398*ad30f8e7SGabor Kovesdan0x2536 = 0x295A 399*ad30f8e7SGabor Kovesdan0x2537 = 0x295B 400*ad30f8e7SGabor Kovesdan0x2538 = 0x295C 401*ad30f8e7SGabor Kovesdan0x2539 = 0x295D 402*ad30f8e7SGabor Kovesdan0x253A = 0x295E 403*ad30f8e7SGabor Kovesdan0x253B = 0x295F 404*ad30f8e7SGabor Kovesdan0x253C = 0x2960 405*ad30f8e7SGabor Kovesdan0x253D = 0x2961 406*ad30f8e7SGabor Kovesdan0x253E = 0x2962 407*ad30f8e7SGabor Kovesdan0x253F = 0x2963 408*ad30f8e7SGabor Kovesdan0x2540 = 0x2964 409*ad30f8e7SGabor Kovesdan0x2541 = 0x2965 410*ad30f8e7SGabor Kovesdan0x2542 = 0x2966 411*ad30f8e7SGabor Kovesdan0x2543 = 0x2967 412*ad30f8e7SGabor Kovesdan0x2544 = 0x2968 413*ad30f8e7SGabor Kovesdan0x2545 = 0x2969 414*ad30f8e7SGabor Kovesdan0x2546 = 0x296A 415*ad30f8e7SGabor Kovesdan0x2547 = 0x296B 416*ad30f8e7SGabor Kovesdan0x2548 = 0x296C 417*ad30f8e7SGabor Kovesdan0x2549 = 0x296D 418*ad30f8e7SGabor Kovesdan0x254A = 0x296E 419*ad30f8e7SGabor Kovesdan0x254B = 0x296F 420*ad30f8e7SGabor Kovesdan0x25A0 = 0x2176 421*ad30f8e7SGabor Kovesdan0x25A1 = 0x2175 422*ad30f8e7SGabor Kovesdan0x25B2 = 0x2178 423*ad30f8e7SGabor Kovesdan0x25B3 = 0x2177 424*ad30f8e7SGabor Kovesdan0x25C6 = 0x2174 425*ad30f8e7SGabor Kovesdan0x25C7 = 0x2173 426*ad30f8e7SGabor Kovesdan0x25CB = 0x2170 427*ad30f8e7SGabor Kovesdan0x25CE = 0x2172 428*ad30f8e7SGabor Kovesdan0x25CF = 0x2171 429*ad30f8e7SGabor Kovesdan0x2605 = 0x216F 430*ad30f8e7SGabor Kovesdan0x2606 = 0x216E 431*ad30f8e7SGabor Kovesdan0x2640 = 0x2162 432*ad30f8e7SGabor Kovesdan0x2642 = 0x2161 433*ad30f8e7SGabor Kovesdan0x3000 = 0x2121 434*ad30f8e7SGabor Kovesdan0x3001 = 0x2122 435*ad30f8e7SGabor Kovesdan0x3002 = 0x2123 436*ad30f8e7SGabor Kovesdan0x3003 = 0x2128 437*ad30f8e7SGabor Kovesdan0x3005 = 0x2129 438*ad30f8e7SGabor Kovesdan0x3008 = 0x2134 439*ad30f8e7SGabor Kovesdan0x3009 = 0x2135 440*ad30f8e7SGabor Kovesdan0x300A = 0x2136 441*ad30f8e7SGabor Kovesdan0x300B = 0x2137 442*ad30f8e7SGabor Kovesdan0x300C = 0x2138 443*ad30f8e7SGabor Kovesdan0x300D = 0x2139 444*ad30f8e7SGabor Kovesdan0x300E = 0x213A 445*ad30f8e7SGabor Kovesdan0x300F = 0x213B 446*ad30f8e7SGabor Kovesdan0x3010 = 0x213E 447*ad30f8e7SGabor Kovesdan0x3011 = 0x213F 448*ad30f8e7SGabor Kovesdan0x3013 = 0x217E 449*ad30f8e7SGabor Kovesdan0x3014 = 0x2132 450*ad30f8e7SGabor Kovesdan0x3015 = 0x2133 451*ad30f8e7SGabor Kovesdan0x3016 = 0x213C 452*ad30f8e7SGabor Kovesdan0x3017 = 0x213D 453*ad30f8e7SGabor Kovesdan0x3041 = 0x2421 454*ad30f8e7SGabor Kovesdan0x3042 = 0x2422 455*ad30f8e7SGabor Kovesdan0x3043 = 0x2423 456*ad30f8e7SGabor Kovesdan0x3044 = 0x2424 457*ad30f8e7SGabor Kovesdan0x3045 = 0x2425 458*ad30f8e7SGabor Kovesdan0x3046 = 0x2426 459*ad30f8e7SGabor Kovesdan0x3047 = 0x2427 460*ad30f8e7SGabor Kovesdan0x3048 = 0x2428 461*ad30f8e7SGabor Kovesdan0x3049 = 0x2429 462*ad30f8e7SGabor Kovesdan0x304A = 0x242A 463*ad30f8e7SGabor Kovesdan0x304B = 0x242B 464*ad30f8e7SGabor Kovesdan0x304C = 0x242C 465*ad30f8e7SGabor Kovesdan0x304D = 0x242D 466*ad30f8e7SGabor Kovesdan0x304E = 0x242E 467*ad30f8e7SGabor Kovesdan0x304F = 0x242F 468*ad30f8e7SGabor Kovesdan0x3050 = 0x2430 469*ad30f8e7SGabor Kovesdan0x3051 = 0x2431 470*ad30f8e7SGabor Kovesdan0x3052 = 0x2432 471*ad30f8e7SGabor Kovesdan0x3053 = 0x2433 472*ad30f8e7SGabor Kovesdan0x3054 = 0x2434 473*ad30f8e7SGabor Kovesdan0x3055 = 0x2435 474*ad30f8e7SGabor Kovesdan0x3056 = 0x2436 475*ad30f8e7SGabor Kovesdan0x3057 = 0x2437 476*ad30f8e7SGabor Kovesdan0x3058 = 0x2438 477*ad30f8e7SGabor Kovesdan0x3059 = 0x2439 478*ad30f8e7SGabor Kovesdan0x305A = 0x243A 479*ad30f8e7SGabor Kovesdan0x305B = 0x243B 480*ad30f8e7SGabor Kovesdan0x305C = 0x243C 481*ad30f8e7SGabor Kovesdan0x305D = 0x243D 482*ad30f8e7SGabor Kovesdan0x305E = 0x243E 483*ad30f8e7SGabor Kovesdan0x305F = 0x243F 484*ad30f8e7SGabor Kovesdan0x3060 = 0x2440 485*ad30f8e7SGabor Kovesdan0x3061 = 0x2441 486*ad30f8e7SGabor Kovesdan0x3062 = 0x2442 487*ad30f8e7SGabor Kovesdan0x3063 = 0x2443 488*ad30f8e7SGabor Kovesdan0x3064 = 0x2444 489*ad30f8e7SGabor Kovesdan0x3065 = 0x2445 490*ad30f8e7SGabor Kovesdan0x3066 = 0x2446 491*ad30f8e7SGabor Kovesdan0x3067 = 0x2447 492*ad30f8e7SGabor Kovesdan0x3068 = 0x2448 493*ad30f8e7SGabor Kovesdan0x3069 = 0x2449 494*ad30f8e7SGabor Kovesdan0x306A = 0x244A 495*ad30f8e7SGabor Kovesdan0x306B = 0x244B 496*ad30f8e7SGabor Kovesdan0x306C = 0x244C 497*ad30f8e7SGabor Kovesdan0x306D = 0x244D 498*ad30f8e7SGabor Kovesdan0x306E = 0x244E 499*ad30f8e7SGabor Kovesdan0x306F = 0x244F 500*ad30f8e7SGabor Kovesdan0x3070 = 0x2450 501*ad30f8e7SGabor Kovesdan0x3071 = 0x2451 502*ad30f8e7SGabor Kovesdan0x3072 = 0x2452 503*ad30f8e7SGabor Kovesdan0x3073 = 0x2453 504*ad30f8e7SGabor Kovesdan0x3074 = 0x2454 505*ad30f8e7SGabor Kovesdan0x3075 = 0x2455 506*ad30f8e7SGabor Kovesdan0x3076 = 0x2456 507*ad30f8e7SGabor Kovesdan0x3077 = 0x2457 508*ad30f8e7SGabor Kovesdan0x3078 = 0x2458 509*ad30f8e7SGabor Kovesdan0x3079 = 0x2459 510*ad30f8e7SGabor Kovesdan0x307A = 0x245A 511*ad30f8e7SGabor Kovesdan0x307B = 0x245B 512*ad30f8e7SGabor Kovesdan0x307C = 0x245C 513*ad30f8e7SGabor Kovesdan0x307D = 0x245D 514*ad30f8e7SGabor Kovesdan0x307E = 0x245E 515*ad30f8e7SGabor Kovesdan0x307F = 0x245F 516*ad30f8e7SGabor Kovesdan0x3080 = 0x2460 517*ad30f8e7SGabor Kovesdan0x3081 = 0x2461 518*ad30f8e7SGabor Kovesdan0x3082 = 0x2462 519*ad30f8e7SGabor Kovesdan0x3083 = 0x2463 520*ad30f8e7SGabor Kovesdan0x3084 = 0x2464 521*ad30f8e7SGabor Kovesdan0x3085 = 0x2465 522*ad30f8e7SGabor Kovesdan0x3086 = 0x2466 523*ad30f8e7SGabor Kovesdan0x3087 = 0x2467 524*ad30f8e7SGabor Kovesdan0x3088 = 0x2468 525*ad30f8e7SGabor Kovesdan0x3089 = 0x2469 526*ad30f8e7SGabor Kovesdan0x308A = 0x246A 527*ad30f8e7SGabor Kovesdan0x308B = 0x246B 528*ad30f8e7SGabor Kovesdan0x308C = 0x246C 529*ad30f8e7SGabor Kovesdan0x308D = 0x246D 530*ad30f8e7SGabor Kovesdan0x308E = 0x246E 531*ad30f8e7SGabor Kovesdan0x308F = 0x246F 532*ad30f8e7SGabor Kovesdan0x3090 = 0x2470 533*ad30f8e7SGabor Kovesdan0x3091 = 0x2471 534*ad30f8e7SGabor Kovesdan0x3092 = 0x2472 535*ad30f8e7SGabor Kovesdan0x3093 = 0x2473 536*ad30f8e7SGabor Kovesdan0x30A1 = 0x2521 537*ad30f8e7SGabor Kovesdan0x30A2 = 0x2522 538*ad30f8e7SGabor Kovesdan0x30A3 = 0x2523 539*ad30f8e7SGabor Kovesdan0x30A4 = 0x2524 540*ad30f8e7SGabor Kovesdan0x30A5 = 0x2525 541*ad30f8e7SGabor Kovesdan0x30A6 = 0x2526 542*ad30f8e7SGabor Kovesdan0x30A7 = 0x2527 543*ad30f8e7SGabor Kovesdan0x30A8 = 0x2528 544*ad30f8e7SGabor Kovesdan0x30A9 = 0x2529 545*ad30f8e7SGabor Kovesdan0x30AA = 0x252A 546*ad30f8e7SGabor Kovesdan0x30AB = 0x252B 547*ad30f8e7SGabor Kovesdan0x30AC = 0x252C 548*ad30f8e7SGabor Kovesdan0x30AD = 0x252D 549*ad30f8e7SGabor Kovesdan0x30AE = 0x252E 550*ad30f8e7SGabor Kovesdan0x30AF = 0x252F 551*ad30f8e7SGabor Kovesdan0x30B0 = 0x2530 552*ad30f8e7SGabor Kovesdan0x30B1 = 0x2531 553*ad30f8e7SGabor Kovesdan0x30B2 = 0x2532 554*ad30f8e7SGabor Kovesdan0x30B3 = 0x2533 555*ad30f8e7SGabor Kovesdan0x30B4 = 0x2534 556*ad30f8e7SGabor Kovesdan0x30B5 = 0x2535 557*ad30f8e7SGabor Kovesdan0x30B6 = 0x2536 558*ad30f8e7SGabor Kovesdan0x30B7 = 0x2537 559*ad30f8e7SGabor Kovesdan0x30B8 = 0x2538 560*ad30f8e7SGabor Kovesdan0x30B9 = 0x2539 561*ad30f8e7SGabor Kovesdan0x30BA = 0x253A 562*ad30f8e7SGabor Kovesdan0x30BB = 0x253B 563*ad30f8e7SGabor Kovesdan0x30BC = 0x253C 564*ad30f8e7SGabor Kovesdan0x30BD = 0x253D 565*ad30f8e7SGabor Kovesdan0x30BE = 0x253E 566*ad30f8e7SGabor Kovesdan0x30BF = 0x253F 567*ad30f8e7SGabor Kovesdan0x30C0 = 0x2540 568*ad30f8e7SGabor Kovesdan0x30C1 = 0x2541 569*ad30f8e7SGabor Kovesdan0x30C2 = 0x2542 570*ad30f8e7SGabor Kovesdan0x30C3 = 0x2543 571*ad30f8e7SGabor Kovesdan0x30C4 = 0x2544 572*ad30f8e7SGabor Kovesdan0x30C5 = 0x2545 573*ad30f8e7SGabor Kovesdan0x30C6 = 0x2546 574*ad30f8e7SGabor Kovesdan0x30C7 = 0x2547 575*ad30f8e7SGabor Kovesdan0x30C8 = 0x2548 576*ad30f8e7SGabor Kovesdan0x30C9 = 0x2549 577*ad30f8e7SGabor Kovesdan0x30CA = 0x254A 578*ad30f8e7SGabor Kovesdan0x30CB = 0x254B 579*ad30f8e7SGabor Kovesdan0x30CC = 0x254C 580*ad30f8e7SGabor Kovesdan0x30CD = 0x254D 581*ad30f8e7SGabor Kovesdan0x30CE = 0x254E 582*ad30f8e7SGabor Kovesdan0x30CF = 0x254F 583*ad30f8e7SGabor Kovesdan0x30D0 = 0x2550 584*ad30f8e7SGabor Kovesdan0x30D1 = 0x2551 585*ad30f8e7SGabor Kovesdan0x30D2 = 0x2552 586*ad30f8e7SGabor Kovesdan0x30D3 = 0x2553 587*ad30f8e7SGabor Kovesdan0x30D4 = 0x2554 588*ad30f8e7SGabor Kovesdan0x30D5 = 0x2555 589*ad30f8e7SGabor Kovesdan0x30D6 = 0x2556 590*ad30f8e7SGabor Kovesdan0x30D7 = 0x2557 591*ad30f8e7SGabor Kovesdan0x30D8 = 0x2558 592*ad30f8e7SGabor Kovesdan0x30D9 = 0x2559 593*ad30f8e7SGabor Kovesdan0x30DA = 0x255A 594*ad30f8e7SGabor Kovesdan0x30DB = 0x255B 595*ad30f8e7SGabor Kovesdan0x30DC = 0x255C 596*ad30f8e7SGabor Kovesdan0x30DD = 0x255D 597*ad30f8e7SGabor Kovesdan0x30DE = 0x255E 598*ad30f8e7SGabor Kovesdan0x30DF = 0x255F 599*ad30f8e7SGabor Kovesdan0x30E0 = 0x2560 600*ad30f8e7SGabor Kovesdan0x30E1 = 0x2561 601*ad30f8e7SGabor Kovesdan0x30E2 = 0x2562 602*ad30f8e7SGabor Kovesdan0x30E3 = 0x2563 603*ad30f8e7SGabor Kovesdan0x30E4 = 0x2564 604*ad30f8e7SGabor Kovesdan0x30E5 = 0x2565 605*ad30f8e7SGabor Kovesdan0x30E6 = 0x2566 606*ad30f8e7SGabor Kovesdan0x30E7 = 0x2567 607*ad30f8e7SGabor Kovesdan0x30E8 = 0x2568 608*ad30f8e7SGabor Kovesdan0x30E9 = 0x2569 609*ad30f8e7SGabor Kovesdan0x30EA = 0x256A 610*ad30f8e7SGabor Kovesdan0x30EB = 0x256B 611*ad30f8e7SGabor Kovesdan0x30EC = 0x256C 612*ad30f8e7SGabor Kovesdan0x30ED = 0x256D 613*ad30f8e7SGabor Kovesdan0x30EE = 0x256E 614*ad30f8e7SGabor Kovesdan0x30EF = 0x256F 615*ad30f8e7SGabor Kovesdan0x30F0 = 0x2570 616*ad30f8e7SGabor Kovesdan0x30F1 = 0x2571 617*ad30f8e7SGabor Kovesdan0x30F2 = 0x2572 618*ad30f8e7SGabor Kovesdan0x30F3 = 0x2573 619*ad30f8e7SGabor Kovesdan0x30F4 = 0x2574 620*ad30f8e7SGabor Kovesdan0x30F5 = 0x2575 621*ad30f8e7SGabor Kovesdan0x30F6 = 0x2576 622*ad30f8e7SGabor Kovesdan0x30FB = 0x2124 # fallback -> 0x00B7 623*ad30f8e7SGabor Kovesdan0x3105 = 0x2845 624*ad30f8e7SGabor Kovesdan0x3106 = 0x2846 625*ad30f8e7SGabor Kovesdan0x3107 = 0x2847 626*ad30f8e7SGabor Kovesdan0x3108 = 0x2848 627*ad30f8e7SGabor Kovesdan0x3109 = 0x2849 628*ad30f8e7SGabor Kovesdan0x310A = 0x284A 629*ad30f8e7SGabor Kovesdan0x310B = 0x284B 630*ad30f8e7SGabor Kovesdan0x310C = 0x284C 631*ad30f8e7SGabor Kovesdan0x310D = 0x284D 632*ad30f8e7SGabor Kovesdan0x310E = 0x284E 633*ad30f8e7SGabor Kovesdan0x310F = 0x284F 634*ad30f8e7SGabor Kovesdan0x3110 = 0x2850 635*ad30f8e7SGabor Kovesdan0x3111 = 0x2851 636*ad30f8e7SGabor Kovesdan0x3112 = 0x2852 637*ad30f8e7SGabor Kovesdan0x3113 = 0x2853 638*ad30f8e7SGabor Kovesdan0x3114 = 0x2854 639*ad30f8e7SGabor Kovesdan0x3115 = 0x2855 640*ad30f8e7SGabor Kovesdan0x3116 = 0x2856 641*ad30f8e7SGabor Kovesdan0x3117 = 0x2857 642*ad30f8e7SGabor Kovesdan0x3118 = 0x2858 643*ad30f8e7SGabor Kovesdan0x3119 = 0x2859 644*ad30f8e7SGabor Kovesdan0x311A = 0x285A 645*ad30f8e7SGabor Kovesdan0x311B = 0x285B 646*ad30f8e7SGabor Kovesdan0x311C = 0x285C 647*ad30f8e7SGabor Kovesdan0x311D = 0x285D 648*ad30f8e7SGabor Kovesdan0x311E = 0x285E 649*ad30f8e7SGabor Kovesdan0x311F = 0x285F 650*ad30f8e7SGabor Kovesdan0x3120 = 0x2860 651*ad30f8e7SGabor Kovesdan0x3121 = 0x2861 652*ad30f8e7SGabor Kovesdan0x3122 = 0x2862 653*ad30f8e7SGabor Kovesdan0x3123 = 0x2863 654*ad30f8e7SGabor Kovesdan0x3124 = 0x2864 655*ad30f8e7SGabor Kovesdan0x3125 = 0x2865 656*ad30f8e7SGabor Kovesdan0x3126 = 0x2866 657*ad30f8e7SGabor Kovesdan0x3127 = 0x2867 658*ad30f8e7SGabor Kovesdan0x3128 = 0x2868 659*ad30f8e7SGabor Kovesdan0x3129 = 0x2869 660*ad30f8e7SGabor Kovesdan0x3220 = 0x2265 661*ad30f8e7SGabor Kovesdan0x3221 = 0x2266 662*ad30f8e7SGabor Kovesdan0x3222 = 0x2267 663*ad30f8e7SGabor Kovesdan0x3223 = 0x2268 664*ad30f8e7SGabor Kovesdan0x3224 = 0x2269 665*ad30f8e7SGabor Kovesdan0x3225 = 0x226A 666*ad30f8e7SGabor Kovesdan0x3226 = 0x226B 667*ad30f8e7SGabor Kovesdan0x3227 = 0x226C 668*ad30f8e7SGabor Kovesdan0x3228 = 0x226D 669*ad30f8e7SGabor Kovesdan0x3229 = 0x226E 670*ad30f8e7SGabor Kovesdan0x4E00 = 0x523B 671*ad30f8e7SGabor Kovesdan0x4E01 = 0x3621 672*ad30f8e7SGabor Kovesdan0x4E03 = 0x465F 673*ad30f8e7SGabor Kovesdan0x4E07 = 0x4D72 674*ad30f8e7SGabor Kovesdan0x4E08 = 0x5549 675*ad30f8e7SGabor Kovesdan0x4E09 = 0x487D 676*ad30f8e7SGabor Kovesdan0x4E0A = 0x494F 677*ad30f8e7SGabor Kovesdan0x4E0B = 0x4F42 678*ad30f8e7SGabor Kovesdan0x4E0C = 0x5822 679*ad30f8e7SGabor Kovesdan0x4E0D = 0x323B 680*ad30f8e7SGabor Kovesdan0x4E0E = 0x536B 681*ad30f8e7SGabor Kovesdan0x4E10 = 0x5824 682*ad30f8e7SGabor Kovesdan0x4E11 = 0x3373 683*ad30f8e7SGabor Kovesdan0x4E13 = 0x5728 684*ad30f8e7SGabor Kovesdan0x4E14 = 0x4752 685*ad30f8e7SGabor Kovesdan0x4E15 = 0x5827 686*ad30f8e7SGabor Kovesdan0x4E16 = 0x4A40 687*ad30f8e7SGabor Kovesdan0x4E18 = 0x4770 688*ad30f8e7SGabor Kovesdan0x4E19 = 0x317B 689*ad30f8e7SGabor Kovesdan0x4E1A = 0x5235 690*ad30f8e7SGabor Kovesdan0x4E1B = 0x3454 691*ad30f8e7SGabor Kovesdan0x4E1C = 0x362B 692*ad30f8e7SGabor Kovesdan0x4E1D = 0x4B3F 693*ad30f8e7SGabor Kovesdan0x4E1E = 0x5829 694*ad30f8e7SGabor Kovesdan0x4E22 = 0x362A 695*ad30f8e7SGabor Kovesdan0x4E24 = 0x413D 696*ad30f8e7SGabor Kovesdan0x4E25 = 0x514F 697*ad30f8e7SGabor Kovesdan0x4E27 = 0x4925 698*ad30f8e7SGabor Kovesdan0x4E28 = 0x582D 699*ad30f8e7SGabor Kovesdan0x4E2A = 0x3876 700*ad30f8e7SGabor Kovesdan0x4E2B = 0x513E 701*ad30f8e7SGabor Kovesdan0x4E2C = 0x635C 702*ad30f8e7SGabor Kovesdan0x4E2D = 0x5650 703*ad30f8e7SGabor Kovesdan0x4E30 = 0x3761 704*ad30f8e7SGabor Kovesdan0x4E32 = 0x342E 705*ad30f8e7SGabor Kovesdan0x4E34 = 0x4159 706*ad30f8e7SGabor Kovesdan0x4E36 = 0x583C 707*ad30f8e7SGabor Kovesdan0x4E38 = 0x4D68 708*ad30f8e7SGabor Kovesdan0x4E39 = 0x3524 709*ad30f8e7SGabor Kovesdan0x4E3A = 0x4E2A 710*ad30f8e7SGabor Kovesdan0x4E3B = 0x5677 711*ad30f8e7SGabor Kovesdan0x4E3D = 0x4076 712*ad30f8e7SGabor Kovesdan0x4E3E = 0x3E59 713*ad30f8e7SGabor Kovesdan0x4E3F = 0x582F 714*ad30f8e7SGabor Kovesdan0x4E43 = 0x444B 715*ad30f8e7SGabor Kovesdan0x4E45 = 0x3E43 716*ad30f8e7SGabor Kovesdan0x4E47 = 0x5831 717*ad30f8e7SGabor Kovesdan0x4E48 = 0x4334 718*ad30f8e7SGabor Kovesdan0x4E49 = 0x5265 719*ad30f8e7SGabor Kovesdan0x4E4B = 0x562E 720*ad30f8e7SGabor Kovesdan0x4E4C = 0x4E5A 721*ad30f8e7SGabor Kovesdan0x4E4D = 0x5527 722*ad30f8e7SGabor Kovesdan0x4E4E = 0x3A75 723*ad30f8e7SGabor Kovesdan0x4E4F = 0x3726 724*ad30f8e7SGabor Kovesdan0x4E50 = 0x4056 725*ad30f8e7SGabor Kovesdan0x4E52 = 0x4639 726*ad30f8e7SGabor Kovesdan0x4E53 = 0x4552 727*ad30f8e7SGabor Kovesdan0x4E54 = 0x4747 728*ad30f8e7SGabor Kovesdan0x4E56 = 0x3954 729*ad30f8e7SGabor Kovesdan0x4E58 = 0x334B 730*ad30f8e7SGabor Kovesdan0x4E59 = 0x5252 731*ad30f8e7SGabor Kovesdan0x4E5C = 0x583F 732*ad30f8e7SGabor Kovesdan0x4E5D = 0x3E45 733*ad30f8e7SGabor Kovesdan0x4E5E = 0x4672 734*ad30f8e7SGabor Kovesdan0x4E5F = 0x5232 735*ad30f8e7SGabor Kovesdan0x4E60 = 0x4F30 736*ad30f8e7SGabor Kovesdan0x4E61 = 0x4F67 737*ad30f8e7SGabor Kovesdan0x4E66 = 0x4A69 738*ad30f8e7SGabor Kovesdan0x4E69 = 0x5840 739*ad30f8e7SGabor Kovesdan0x4E70 = 0x4272 740*ad30f8e7SGabor Kovesdan0x4E71 = 0x4252 741*ad30f8e7SGabor Kovesdan0x4E73 = 0x4869 742*ad30f8e7SGabor Kovesdan0x4E7E = 0x472C 743*ad30f8e7SGabor Kovesdan0x4E86 = 0x414B 744*ad30f8e7SGabor Kovesdan0x4E88 = 0x5368 745*ad30f8e7SGabor Kovesdan0x4E89 = 0x5579 746*ad30f8e7SGabor Kovesdan0x4E8B = 0x4A42 747*ad30f8e7SGabor Kovesdan0x4E8C = 0x367E 748*ad30f8e7SGabor Kovesdan0x4E8D = 0x5821 749*ad30f8e7SGabor Kovesdan0x4E8E = 0x535A 750*ad30f8e7SGabor Kovesdan0x4E8F = 0x3F77 751*ad30f8e7SGabor Kovesdan0x4E91 = 0x5446 752*ad30f8e7SGabor Kovesdan0x4E92 = 0x3B25 753*ad30f8e7SGabor Kovesdan0x4E93 = 0x5841 754*ad30f8e7SGabor Kovesdan0x4E94 = 0x4E65 755*ad30f8e7SGabor Kovesdan0x4E95 = 0x3E2E 756*ad30f8e7SGabor Kovesdan0x4E98 = 0x5828 757*ad30f8e7SGabor Kovesdan0x4E9A = 0x5147 758*ad30f8e7SGabor Kovesdan0x4E9B = 0x5029 759*ad30f8e7SGabor Kovesdan0x4E9F = 0x583D 760*ad30f8e7SGabor Kovesdan0x4EA0 = 0x596F 761*ad30f8e7SGabor Kovesdan0x4EA1 = 0x4D76 762*ad30f8e7SGabor Kovesdan0x4EA2 = 0x3F3A 763*ad30f8e7SGabor Kovesdan0x4EA4 = 0x3D3B 764*ad30f8e7SGabor Kovesdan0x4EA5 = 0x3A25 765*ad30f8e7SGabor Kovesdan0x4EA6 = 0x5260 766*ad30f8e7SGabor Kovesdan0x4EA7 = 0x327A 767*ad30f8e7SGabor Kovesdan0x4EA8 = 0x3A60 768*ad30f8e7SGabor Kovesdan0x4EA9 = 0x4436 769*ad30f8e7SGabor Kovesdan0x4EAB = 0x4F6D 770*ad30f8e7SGabor Kovesdan0x4EAC = 0x3E29 771*ad30f8e7SGabor Kovesdan0x4EAD = 0x4D24 772*ad30f8e7SGabor Kovesdan0x4EAE = 0x4141 773*ad30f8e7SGabor Kovesdan0x4EB2 = 0x4757 774*ad30f8e7SGabor Kovesdan0x4EB3 = 0x5971 775*ad30f8e7SGabor Kovesdan0x4EB5 = 0x5974 776*ad30f8e7SGabor Kovesdan0x4EBA = 0x484B 777*ad30f8e7SGabor Kovesdan0x4EBB = 0x5869 778*ad30f8e7SGabor Kovesdan0x4EBF = 0x525A 779*ad30f8e7SGabor Kovesdan0x4EC0 = 0x4A32 780*ad30f8e7SGabor Kovesdan0x4EC1 = 0x484A 781*ad30f8e7SGabor Kovesdan0x4EC2 = 0x586C 782*ad30f8e7SGabor Kovesdan0x4EC3 = 0x586A 783*ad30f8e7SGabor Kovesdan0x4EC4 = 0x5846 784*ad30f8e7SGabor Kovesdan0x4EC5 = 0x3D76 785*ad30f8e7SGabor Kovesdan0x4EC6 = 0x464D 786*ad30f8e7SGabor Kovesdan0x4EC7 = 0x3370 787*ad30f8e7SGabor Kovesdan0x4EC9 = 0x586B 788*ad30f8e7SGabor Kovesdan0x4ECA = 0x3D71 789*ad30f8e7SGabor Kovesdan0x4ECB = 0x3D69 790*ad30f8e7SGabor Kovesdan0x4ECD = 0x4854 791*ad30f8e7SGabor Kovesdan0x4ECE = 0x3453 792*ad30f8e7SGabor Kovesdan0x4ED1 = 0x4258 793*ad30f8e7SGabor Kovesdan0x4ED3 = 0x3256 794*ad30f8e7SGabor Kovesdan0x4ED4 = 0x5750 795*ad30f8e7SGabor Kovesdan0x4ED5 = 0x4A4B 796*ad30f8e7SGabor Kovesdan0x4ED6 = 0x4B7B 797*ad30f8e7SGabor Kovesdan0x4ED7 = 0x554C 798*ad30f8e7SGabor Kovesdan0x4ED8 = 0x3836 799*ad30f8e7SGabor Kovesdan0x4ED9 = 0x4F49 800*ad30f8e7SGabor Kovesdan0x4EDD = 0x595A 801*ad30f8e7SGabor Kovesdan0x4EDE = 0x5870 802*ad30f8e7SGabor Kovesdan0x4EDF = 0x472A 803*ad30f8e7SGabor Kovesdan0x4EE1 = 0x586E 804*ad30f8e7SGabor Kovesdan0x4EE3 = 0x347A 805*ad30f8e7SGabor Kovesdan0x4EE4 = 0x416E 806*ad30f8e7SGabor Kovesdan0x4EE5 = 0x5254 807*ad30f8e7SGabor Kovesdan0x4EE8 = 0x586D 808*ad30f8e7SGabor Kovesdan0x4EEA = 0x5247 809*ad30f8e7SGabor Kovesdan0x4EEB = 0x586F 810*ad30f8e7SGabor Kovesdan0x4EEC = 0x4347 811*ad30f8e7SGabor Kovesdan0x4EF0 = 0x5176 812*ad30f8e7SGabor Kovesdan0x4EF2 = 0x5659 813*ad30f8e7SGabor Kovesdan0x4EF3 = 0x5872 814*ad30f8e7SGabor Kovesdan0x4EF5 = 0x5875 815*ad30f8e7SGabor Kovesdan0x4EF6 = 0x3C7E 816*ad30f8e7SGabor Kovesdan0x4EF7 = 0x3C5B 817*ad30f8e7SGabor Kovesdan0x4EFB = 0x484E 818*ad30f8e7SGabor Kovesdan0x4EFD = 0x375D 819*ad30f8e7SGabor Kovesdan0x4EFF = 0x3742 820*ad30f8e7SGabor Kovesdan0x4F01 = 0x4673 821*ad30f8e7SGabor Kovesdan0x4F09 = 0x5878 822*ad30f8e7SGabor Kovesdan0x4F0A = 0x5241 823*ad30f8e7SGabor Kovesdan0x4F0D = 0x4E69 824*ad30f8e7SGabor Kovesdan0x4F0E = 0x3C3F 825*ad30f8e7SGabor Kovesdan0x4F0F = 0x377C 826*ad30f8e7SGabor Kovesdan0x4F10 = 0x3725 827*ad30f8e7SGabor Kovesdan0x4F11 = 0x505D 828*ad30f8e7SGabor Kovesdan0x4F17 = 0x565A 829*ad30f8e7SGabor Kovesdan0x4F18 = 0x5345 830*ad30f8e7SGabor Kovesdan0x4F19 = 0x3B6F 831*ad30f8e7SGabor Kovesdan0x4F1A = 0x3B61 832*ad30f8e7SGabor Kovesdan0x4F1B = 0x5871 833*ad30f8e7SGabor Kovesdan0x4F1E = 0x4921 834*ad30f8e7SGabor Kovesdan0x4F1F = 0x4E30 835*ad30f8e7SGabor Kovesdan0x4F20 = 0x342B 836*ad30f8e7SGabor Kovesdan0x4F22 = 0x5873 837*ad30f8e7SGabor Kovesdan0x4F24 = 0x494B 838*ad30f8e7SGabor Kovesdan0x4F25 = 0x5876 839*ad30f8e7SGabor Kovesdan0x4F26 = 0x4257 840*ad30f8e7SGabor Kovesdan0x4F27 = 0x5877 841*ad30f8e7SGabor Kovesdan0x4F2A = 0x4E31 842*ad30f8e7SGabor Kovesdan0x4F2B = 0x5879 843*ad30f8e7SGabor Kovesdan0x4F2F = 0x322E 844*ad30f8e7SGabor Kovesdan0x4F30 = 0x3940 845*ad30f8e7SGabor Kovesdan0x4F32 = 0x5923 846*ad30f8e7SGabor Kovesdan0x4F34 = 0x3069 847*ad30f8e7SGabor Kovesdan0x4F36 = 0x4166 848*ad30f8e7SGabor Kovesdan0x4F38 = 0x496C 849*ad30f8e7SGabor Kovesdan0x4F3A = 0x4B45 850*ad30f8e7SGabor Kovesdan0x4F3C = 0x4B46 851*ad30f8e7SGabor Kovesdan0x4F3D = 0x5924 852*ad30f8e7SGabor Kovesdan0x4F43 = 0x3568 853*ad30f8e7SGabor Kovesdan0x4F46 = 0x352B 854*ad30f8e7SGabor Kovesdan0x4F4D = 0x4E3B 855*ad30f8e7SGabor Kovesdan0x4F4E = 0x354D 856*ad30f8e7SGabor Kovesdan0x4F4F = 0x5721 857*ad30f8e7SGabor Kovesdan0x4F50 = 0x5774 858*ad30f8e7SGabor Kovesdan0x4F51 = 0x5353 859*ad30f8e7SGabor Kovesdan0x4F53 = 0x4C65 860*ad30f8e7SGabor Kovesdan0x4F55 = 0x3A4E 861*ad30f8e7SGabor Kovesdan0x4F57 = 0x5922 862*ad30f8e7SGabor Kovesdan0x4F58 = 0x595C 863*ad30f8e7SGabor Kovesdan0x4F59 = 0x5360 864*ad30f8e7SGabor Kovesdan0x4F5A = 0x587D 865*ad30f8e7SGabor Kovesdan0x4F5B = 0x3770 866*ad30f8e7SGabor Kovesdan0x4F5C = 0x5777 867*ad30f8e7SGabor Kovesdan0x4F5D = 0x587E 868*ad30f8e7SGabor Kovesdan0x4F5E = 0x587A 869*ad30f8e7SGabor Kovesdan0x4F5F = 0x5921 870*ad30f8e7SGabor Kovesdan0x4F60 = 0x4463 871*ad30f8e7SGabor Kovesdan0x4F63 = 0x5336 872*ad30f8e7SGabor Kovesdan0x4F64 = 0x5874 873*ad30f8e7SGabor Kovesdan0x4F65 = 0x595D 874*ad30f8e7SGabor Kovesdan0x4F67 = 0x587B 875*ad30f8e7SGabor Kovesdan0x4F69 = 0x4565 876*ad30f8e7SGabor Kovesdan0x4F6C = 0x4050 877*ad30f8e7SGabor Kovesdan0x4F6F = 0x5170 878*ad30f8e7SGabor Kovesdan0x4F70 = 0x305B 879*ad30f8e7SGabor Kovesdan0x4F73 = 0x3C51 880*ad30f8e7SGabor Kovesdan0x4F74 = 0x5926 881*ad30f8e7SGabor Kovesdan0x4F76 = 0x5925 882*ad30f8e7SGabor Kovesdan0x4F7B = 0x592C 883*ad30f8e7SGabor Kovesdan0x4F7C = 0x592E 884*ad30f8e7SGabor Kovesdan0x4F7E = 0x592B 885*ad30f8e7SGabor Kovesdan0x4F7F = 0x4A39 886*ad30f8e7SGabor Kovesdan0x4F83 = 0x5929 887*ad30f8e7SGabor Kovesdan0x4F84 = 0x5636 888*ad30f8e7SGabor Kovesdan0x4F88 = 0x335E 889*ad30f8e7SGabor Kovesdan0x4F89 = 0x5928 890*ad30f8e7SGabor Kovesdan0x4F8B = 0x407D 891*ad30f8e7SGabor Kovesdan0x4F8D = 0x4A4C 892*ad30f8e7SGabor Kovesdan0x4F8F = 0x592A 893*ad30f8e7SGabor Kovesdan0x4F91 = 0x5927 894*ad30f8e7SGabor Kovesdan0x4F94 = 0x5930 895*ad30f8e7SGabor Kovesdan0x4F97 = 0x3631 896*ad30f8e7SGabor Kovesdan0x4F9B = 0x3929 897*ad30f8e7SGabor Kovesdan0x4F9D = 0x5240 898*ad30f8e7SGabor Kovesdan0x4FA0 = 0x4F40 899*ad30f8e7SGabor Kovesdan0x4FA3 = 0x4242 900*ad30f8e7SGabor Kovesdan0x4FA5 = 0x3D44 901*ad30f8e7SGabor Kovesdan0x4FA6 = 0x556C 902*ad30f8e7SGabor Kovesdan0x4FA7 = 0x3260 903*ad30f8e7SGabor Kovesdan0x4FA8 = 0x4748 904*ad30f8e7SGabor Kovesdan0x4FA9 = 0x3F6B 905*ad30f8e7SGabor Kovesdan0x4FAA = 0x592D 906*ad30f8e7SGabor Kovesdan0x4FAC = 0x592F 907*ad30f8e7SGabor Kovesdan0x4FAE = 0x4E6A 908*ad30f8e7SGabor Kovesdan0x4FAF = 0x3A6E 909*ad30f8e7SGabor Kovesdan0x4FB5 = 0x4756 910*ad30f8e7SGabor Kovesdan0x4FBF = 0x3163 911*ad30f8e7SGabor Kovesdan0x4FC3 = 0x3459 912*ad30f8e7SGabor Kovesdan0x4FC4 = 0x366D 913*ad30f8e7SGabor Kovesdan0x4FC5 = 0x5934 914*ad30f8e7SGabor Kovesdan0x4FCA = 0x3F21 915*ad30f8e7SGabor Kovesdan0x4FCE = 0x595E 916*ad30f8e7SGabor Kovesdan0x4FCF = 0x474E 917*ad30f8e7SGabor Kovesdan0x4FD0 = 0x407E 918*ad30f8e7SGabor Kovesdan0x4FD1 = 0x5938 919*ad30f8e7SGabor Kovesdan0x4FD7 = 0x4B57 920*ad30f8e7SGabor Kovesdan0x4FD8 = 0x377D 921*ad30f8e7SGabor Kovesdan0x4FDA = 0x5935 922*ad30f8e7SGabor Kovesdan0x4FDC = 0x5937 923*ad30f8e7SGabor Kovesdan0x4FDD = 0x3123 924*ad30f8e7SGabor Kovesdan0x4FDE = 0x5361 925*ad30f8e7SGabor Kovesdan0x4FDF = 0x5939 926*ad30f8e7SGabor Kovesdan0x4FE1 = 0x5045 927*ad30f8e7SGabor Kovesdan0x4FE3 = 0x5936 928*ad30f8e7SGabor Kovesdan0x4FE6 = 0x5931 929*ad30f8e7SGabor Kovesdan0x4FE8 = 0x5932 930*ad30f8e7SGabor Kovesdan0x4FE9 = 0x4129 931*ad30f8e7SGabor Kovesdan0x4FEA = 0x5933 932*ad30f8e7SGabor Kovesdan0x4FED = 0x3C73 933*ad30f8e7SGabor Kovesdan0x4FEE = 0x505E 934*ad30f8e7SGabor Kovesdan0x4FEF = 0x3829 935*ad30f8e7SGabor Kovesdan0x4FF1 = 0x3E63 936*ad30f8e7SGabor Kovesdan0x4FF3 = 0x593D 937*ad30f8e7SGabor Kovesdan0x4FF8 = 0x593A 938*ad30f8e7SGabor Kovesdan0x4FFA = 0x3033 939*ad30f8e7SGabor Kovesdan0x4FFE = 0x5942 940*ad30f8e7SGabor Kovesdan0x500C = 0x5944 941*ad30f8e7SGabor Kovesdan0x500D = 0x3136 942*ad30f8e7SGabor Kovesdan0x500F = 0x593F 943*ad30f8e7SGabor Kovesdan0x5012 = 0x3539 944*ad30f8e7SGabor Kovesdan0x5014 = 0x3E73 945*ad30f8e7SGabor Kovesdan0x5018 = 0x4C48 946*ad30f8e7SGabor Kovesdan0x5019 = 0x3A72 947*ad30f8e7SGabor Kovesdan0x501A = 0x5250 948*ad30f8e7SGabor Kovesdan0x501C = 0x5943 949*ad30f8e7SGabor Kovesdan0x501F = 0x3D68 950*ad30f8e7SGabor Kovesdan0x5021 = 0x332B 951*ad30f8e7SGabor Kovesdan0x5025 = 0x5945 952*ad30f8e7SGabor Kovesdan0x5026 = 0x3E6B 953*ad30f8e7SGabor Kovesdan0x5028 = 0x5946 954*ad30f8e7SGabor Kovesdan0x5029 = 0x593B 955*ad30f8e7SGabor Kovesdan0x502A = 0x445F 956*ad30f8e7SGabor Kovesdan0x502C = 0x593E 957*ad30f8e7SGabor Kovesdan0x502D = 0x5941 958*ad30f8e7SGabor Kovesdan0x502E = 0x5940 959*ad30f8e7SGabor Kovesdan0x503A = 0x552E 960*ad30f8e7SGabor Kovesdan0x503C = 0x5635 961*ad30f8e7SGabor Kovesdan0x503E = 0x4763 962*ad30f8e7SGabor Kovesdan0x5043 = 0x5948 963*ad30f8e7SGabor Kovesdan0x5047 = 0x3C59 964*ad30f8e7SGabor Kovesdan0x5048 = 0x594A 965*ad30f8e7SGabor Kovesdan0x504C = 0x593C 966*ad30f8e7SGabor Kovesdan0x504E = 0x594B 967*ad30f8e7SGabor Kovesdan0x504F = 0x462B 968*ad30f8e7SGabor Kovesdan0x5055 = 0x5949 969*ad30f8e7SGabor Kovesdan0x505A = 0x5776 970*ad30f8e7SGabor Kovesdan0x505C = 0x4D23 971*ad30f8e7SGabor Kovesdan0x5065 = 0x3D21 972*ad30f8e7SGabor Kovesdan0x506C = 0x594C 973*ad30f8e7SGabor Kovesdan0x5076 = 0x453C 974*ad30f8e7SGabor Kovesdan0x5077 = 0x4D35 975*ad30f8e7SGabor Kovesdan0x507B = 0x594D 976*ad30f8e7SGabor Kovesdan0x507E = 0x5947 977*ad30f8e7SGabor Kovesdan0x507F = 0x3325 978*ad30f8e7SGabor Kovesdan0x5080 = 0x3F7E 979*ad30f8e7SGabor Kovesdan0x5085 = 0x3835 980*ad30f8e7SGabor Kovesdan0x5088 = 0x407C 981*ad30f8e7SGabor Kovesdan0x508D = 0x3078 982*ad30f8e7SGabor Kovesdan0x50A3 = 0x3476 983*ad30f8e7SGabor Kovesdan0x50A5 = 0x594E 984*ad30f8e7SGabor Kovesdan0x50A7 = 0x594F 985*ad30f8e7SGabor Kovesdan0x50A8 = 0x3422 986*ad30f8e7SGabor Kovesdan0x50A9 = 0x5950 987*ad30f8e7SGabor Kovesdan0x50AC = 0x345F 988*ad30f8e7SGabor Kovesdan0x50B2 = 0x3041 989*ad30f8e7SGabor Kovesdan0x50BA = 0x5951 990*ad30f8e7SGabor Kovesdan0x50BB = 0x4935 991*ad30f8e7SGabor Kovesdan0x50CF = 0x4F71 992*ad30f8e7SGabor Kovesdan0x50D6 = 0x5952 993*ad30f8e7SGabor Kovesdan0x50DA = 0x4145 994*ad30f8e7SGabor Kovesdan0x50E6 = 0x5956 995*ad30f8e7SGabor Kovesdan0x50E7 = 0x492E 996*ad30f8e7SGabor Kovesdan0x50EC = 0x5955 997*ad30f8e7SGabor Kovesdan0x50ED = 0x5954 998*ad30f8e7SGabor Kovesdan0x50EE = 0x5957 999*ad30f8e7SGabor Kovesdan0x50F3 = 0x4B5B 1000*ad30f8e7SGabor Kovesdan0x50F5 = 0x3D29 1001*ad30f8e7SGabor Kovesdan0x50FB = 0x4627 1002*ad30f8e7SGabor Kovesdan0x5106 = 0x5953 1003*ad30f8e7SGabor Kovesdan0x5107 = 0x5958 1004*ad30f8e7SGabor Kovesdan0x510B = 0x5959 1005*ad30f8e7SGabor Kovesdan0x5112 = 0x4865 1006*ad30f8e7SGabor Kovesdan0x5121 = 0x405C 1007*ad30f8e7SGabor Kovesdan0x513F = 0x3679 1008*ad30f8e7SGabor Kovesdan0x5140 = 0x5823 1009*ad30f8e7SGabor Kovesdan0x5141 = 0x544A 1010*ad30f8e7SGabor Kovesdan0x5143 = 0x542A 1011*ad30f8e7SGabor Kovesdan0x5144 = 0x5056 1012*ad30f8e7SGabor Kovesdan0x5145 = 0x3364 1013*ad30f8e7SGabor Kovesdan0x5146 = 0x5557 1014*ad30f8e7SGabor Kovesdan0x5148 = 0x4F48 1015*ad30f8e7SGabor Kovesdan0x5149 = 0x3962 1016*ad30f8e7SGabor Kovesdan0x514B = 0x3F4B 1017*ad30f8e7SGabor Kovesdan0x514D = 0x4362 1018*ad30f8e7SGabor Kovesdan0x5151 = 0x3652 1019*ad30f8e7SGabor Kovesdan0x5154 = 0x4D43 1020*ad30f8e7SGabor Kovesdan0x5155 = 0x596E 1021*ad30f8e7SGabor Kovesdan0x5156 = 0x5970 1022*ad30f8e7SGabor Kovesdan0x515A = 0x3533 1023*ad30f8e7SGabor Kovesdan0x515C = 0x3635 1024*ad30f8e7SGabor Kovesdan0x5162 = 0x3E24 1025*ad30f8e7SGabor Kovesdan0x5165 = 0x486B 1026*ad30f8e7SGabor Kovesdan0x5168 = 0x482B 1027*ad30f8e7SGabor Kovesdan0x516B = 0x304B 1028*ad30f8e7SGabor Kovesdan0x516C = 0x392B 1029*ad30f8e7SGabor Kovesdan0x516D = 0x4179 1030*ad30f8e7SGabor Kovesdan0x516E = 0x5962 1031*ad30f8e7SGabor Kovesdan0x5170 = 0x403C 1032*ad30f8e7SGabor Kovesdan0x5171 = 0x3932 1033*ad30f8e7SGabor Kovesdan0x5173 = 0x3958 1034*ad30f8e7SGabor Kovesdan0x5174 = 0x504B 1035*ad30f8e7SGabor Kovesdan0x5175 = 0x3178 1036*ad30f8e7SGabor Kovesdan0x5176 = 0x4664 1037*ad30f8e7SGabor Kovesdan0x5177 = 0x3E5F 1038*ad30f8e7SGabor Kovesdan0x5178 = 0x3564 1039*ad30f8e7SGabor Kovesdan0x5179 = 0x5748 1040*ad30f8e7SGabor Kovesdan0x517B = 0x5178 1041*ad30f8e7SGabor Kovesdan0x517C = 0x3C66 1042*ad30f8e7SGabor Kovesdan0x517D = 0x4A5E 1043*ad30f8e7SGabor Kovesdan0x5180 = 0x3C3D 1044*ad30f8e7SGabor Kovesdan0x5181 = 0x5966 1045*ad30f8e7SGabor Kovesdan0x5182 = 0x5867 1046*ad30f8e7SGabor Kovesdan0x5185 = 0x445A 1047*ad30f8e7SGabor Kovesdan0x5188 = 0x3854 1048*ad30f8e7SGabor Kovesdan0x5189 = 0x483D 1049*ad30f8e7SGabor Kovesdan0x518C = 0x3261 1050*ad30f8e7SGabor Kovesdan0x518D = 0x5459 1051*ad30f8e7SGabor Kovesdan0x5192 = 0x4330 1052*ad30f8e7SGabor Kovesdan0x5195 = 0x4361 1053*ad30f8e7SGabor Kovesdan0x5196 = 0x5A22 1054*ad30f8e7SGabor Kovesdan0x5197 = 0x485F 1055*ad30f8e7SGabor Kovesdan0x5199 = 0x5034 1056*ad30f8e7SGabor Kovesdan0x519B = 0x3E7C 1057*ad30f8e7SGabor Kovesdan0x519C = 0x4529 1058*ad30f8e7SGabor Kovesdan0x51A0 = 0x395A 1059*ad30f8e7SGabor Kovesdan0x51A2 = 0x5A23 1060*ad30f8e7SGabor Kovesdan0x51A4 = 0x5429 1061*ad30f8e7SGabor Kovesdan0x51A5 = 0x5A24 1062*ad30f8e7SGabor Kovesdan0x51AB = 0x597B 1063*ad30f8e7SGabor Kovesdan0x51AC = 0x362C 1064*ad30f8e7SGabor Kovesdan0x51AF = 0x376B 1065*ad30f8e7SGabor Kovesdan0x51B0 = 0x3179 1066*ad30f8e7SGabor Kovesdan0x51B1 = 0x597C 1067*ad30f8e7SGabor Kovesdan0x51B2 = 0x3365 1068*ad30f8e7SGabor Kovesdan0x51B3 = 0x3E76 1069*ad30f8e7SGabor Kovesdan0x51B5 = 0x3F76 1070*ad30f8e7SGabor Kovesdan0x51B6 = 0x5231 1071*ad30f8e7SGabor Kovesdan0x51B7 = 0x4064 1072*ad30f8e7SGabor Kovesdan0x51BB = 0x3633 1073*ad30f8e7SGabor Kovesdan0x51BC = 0x597E 1074*ad30f8e7SGabor Kovesdan0x51BD = 0x597D 1075*ad30f8e7SGabor Kovesdan0x51C0 = 0x3E3B 1076*ad30f8e7SGabor Kovesdan0x51C4 = 0x4660 1077*ad30f8e7SGabor Kovesdan0x51C6 = 0x573C 1078*ad30f8e7SGabor Kovesdan0x51C7 = 0x5A21 1079*ad30f8e7SGabor Kovesdan0x51C9 = 0x4139 1080*ad30f8e7SGabor Kovesdan0x51CB = 0x3572 1081*ad30f8e7SGabor Kovesdan0x51CC = 0x4168 1082*ad30f8e7SGabor Kovesdan0x51CF = 0x3C75 1083*ad30f8e7SGabor Kovesdan0x51D1 = 0x3455 1084*ad30f8e7SGabor Kovesdan0x51DB = 0x415D 1085*ad30f8e7SGabor Kovesdan0x51DD = 0x447D 1086*ad30f8e7SGabor Kovesdan0x51E0 = 0x3C38 1087*ad30f8e7SGabor Kovesdan0x51E1 = 0x3732 1088*ad30f8e7SGabor Kovesdan0x51E4 = 0x376F 1089*ad30f8e7SGabor Kovesdan0x51EB = 0x596C 1090*ad30f8e7SGabor Kovesdan0x51ED = 0x463E 1091*ad30f8e7SGabor Kovesdan0x51EF = 0x3F2D 1092*ad30f8e7SGabor Kovesdan0x51F0 = 0x3B4B 1093*ad30f8e7SGabor Kovesdan0x51F3 = 0x354A 1094*ad30f8e7SGabor Kovesdan0x51F5 = 0x5B49 1095*ad30f8e7SGabor Kovesdan0x51F6 = 0x5057 1096*ad30f8e7SGabor Kovesdan0x51F8 = 0x4D39 1097*ad30f8e7SGabor Kovesdan0x51F9 = 0x303C 1098*ad30f8e7SGabor Kovesdan0x51FA = 0x3376 1099*ad30f8e7SGabor Kovesdan0x51FB = 0x3B77 1100*ad30f8e7SGabor Kovesdan0x51FC = 0x5B4A 1101*ad30f8e7SGabor Kovesdan0x51FD = 0x3A2F 1102*ad30f8e7SGabor Kovesdan0x51FF = 0x5464 1103*ad30f8e7SGabor Kovesdan0x5200 = 0x3536 1104*ad30f8e7SGabor Kovesdan0x5201 = 0x3573 1105*ad30f8e7SGabor Kovesdan0x5202 = 0x5856 1106*ad30f8e7SGabor Kovesdan0x5203 = 0x4850 1107*ad30f8e7SGabor Kovesdan0x5206 = 0x3756 1108*ad30f8e7SGabor Kovesdan0x5207 = 0x4750 1109*ad30f8e7SGabor Kovesdan0x5208 = 0x5857 1110*ad30f8e7SGabor Kovesdan0x520A = 0x3F2F 1111*ad30f8e7SGabor Kovesdan0x520D = 0x5B3B 1112*ad30f8e7SGabor Kovesdan0x520E = 0x5858 1113*ad30f8e7SGabor Kovesdan0x5211 = 0x504C 1114*ad30f8e7SGabor Kovesdan0x5212 = 0x3B2E 1115*ad30f8e7SGabor Kovesdan0x5216 = 0x6B3E 1116*ad30f8e7SGabor Kovesdan0x5217 = 0x4150 1117*ad30f8e7SGabor Kovesdan0x5218 = 0x4175 1118*ad30f8e7SGabor Kovesdan0x5219 = 0x5472 1119*ad30f8e7SGabor Kovesdan0x521A = 0x3855 1120*ad30f8e7SGabor Kovesdan0x521B = 0x3434 1121*ad30f8e7SGabor Kovesdan0x521D = 0x3375 1122*ad30f8e7SGabor Kovesdan0x5220 = 0x493E 1123*ad30f8e7SGabor Kovesdan0x5224 = 0x4550 1124*ad30f8e7SGabor Kovesdan0x5228 = 0x4559 1125*ad30f8e7SGabor Kovesdan0x5229 = 0x407B 1126*ad30f8e7SGabor Kovesdan0x522B = 0x3170 1127*ad30f8e7SGabor Kovesdan0x522D = 0x5859 1128*ad30f8e7SGabor Kovesdan0x522E = 0x394E 1129*ad30f8e7SGabor Kovesdan0x5230 = 0x353D 1130*ad30f8e7SGabor Kovesdan0x5233 = 0x585A 1131*ad30f8e7SGabor Kovesdan0x5236 = 0x5646 1132*ad30f8e7SGabor Kovesdan0x5237 = 0x4B22 1133*ad30f8e7SGabor Kovesdan0x5238 = 0x482F 1134*ad30f8e7SGabor Kovesdan0x5239 = 0x4932 1135*ad30f8e7SGabor Kovesdan0x523A = 0x344C 1136*ad30f8e7SGabor Kovesdan0x523B = 0x3F4C 1137*ad30f8e7SGabor Kovesdan0x523D = 0x3974 1138*ad30f8e7SGabor Kovesdan0x523F = 0x585B 1139*ad30f8e7SGabor Kovesdan0x5240 = 0x585C 1140*ad30f8e7SGabor Kovesdan0x5241 = 0x3667 1141*ad30f8e7SGabor Kovesdan0x5242 = 0x3C41 1142*ad30f8e7SGabor Kovesdan0x5243 = 0x4C6A 1143*ad30f8e7SGabor Kovesdan0x524A = 0x4F77 1144*ad30f8e7SGabor Kovesdan0x524C = 0x585D 1145*ad30f8e7SGabor Kovesdan0x524D = 0x4730 1146*ad30f8e7SGabor Kovesdan0x5250 = 0x3950 1147*ad30f8e7SGabor Kovesdan0x5251 = 0x3D23 1148*ad30f8e7SGabor Kovesdan0x5254 = 0x4C5E 1149*ad30f8e7SGabor Kovesdan0x5256 = 0x464A 1150*ad30f8e7SGabor Kovesdan0x525C = 0x5860 1151*ad30f8e7SGabor Kovesdan0x525E = 0x585E 1152*ad30f8e7SGabor Kovesdan0x5261 = 0x585F 1153*ad30f8e7SGabor Kovesdan0x5265 = 0x307E 1154*ad30f8e7SGabor Kovesdan0x5267 = 0x3E67 1155*ad30f8e7SGabor Kovesdan0x5269 = 0x4A23 1156*ad30f8e7SGabor Kovesdan0x526A = 0x3C74 1157*ad30f8e7SGabor Kovesdan0x526F = 0x3831 1158*ad30f8e7SGabor Kovesdan0x5272 = 0x386E 1159*ad30f8e7SGabor Kovesdan0x527D = 0x5862 1160*ad30f8e7SGabor Kovesdan0x527F = 0x3D4B 1161*ad30f8e7SGabor Kovesdan0x5281 = 0x5864 1162*ad30f8e7SGabor Kovesdan0x5282 = 0x5863 1163*ad30f8e7SGabor Kovesdan0x5288 = 0x457C 1164*ad30f8e7SGabor Kovesdan0x5290 = 0x5865 1165*ad30f8e7SGabor Kovesdan0x5293 = 0x5866 1166*ad30f8e7SGabor Kovesdan0x529B = 0x4126 1167*ad30f8e7SGabor Kovesdan0x529D = 0x4830 1168*ad30f8e7SGabor Kovesdan0x529E = 0x306C 1169*ad30f8e7SGabor Kovesdan0x529F = 0x3926 1170*ad30f8e7SGabor Kovesdan0x52A0 = 0x3C53 1171*ad30f8e7SGabor Kovesdan0x52A1 = 0x4E71 1172*ad30f8e7SGabor Kovesdan0x52A2 = 0x5B3D 1173*ad30f8e7SGabor Kovesdan0x52A3 = 0x4153 1174*ad30f8e7SGabor Kovesdan0x52A8 = 0x362F 1175*ad30f8e7SGabor Kovesdan0x52A9 = 0x567A 1176*ad30f8e7SGabor Kovesdan0x52AA = 0x452C 1177*ad30f8e7SGabor Kovesdan0x52AB = 0x3D59 1178*ad30f8e7SGabor Kovesdan0x52AC = 0x5B3E 1179*ad30f8e7SGabor Kovesdan0x52AD = 0x5B3F 1180*ad30f8e7SGabor Kovesdan0x52B1 = 0x4078 1181*ad30f8e7SGabor Kovesdan0x52B2 = 0x3E22 1182*ad30f8e7SGabor Kovesdan0x52B3 = 0x404D 1183*ad30f8e7SGabor Kovesdan0x52BE = 0x5B40 1184*ad30f8e7SGabor Kovesdan0x52BF = 0x4A46 1185*ad30f8e7SGabor Kovesdan0x52C3 = 0x322A 1186*ad30f8e7SGabor Kovesdan0x52C7 = 0x5342 1187*ad30f8e7SGabor Kovesdan0x52C9 = 0x4363 1188*ad30f8e7SGabor Kovesdan0x52CB = 0x512B 1189*ad30f8e7SGabor Kovesdan0x52D0 = 0x5B42 1190*ad30f8e7SGabor Kovesdan0x52D2 = 0x4055 1191*ad30f8e7SGabor Kovesdan0x52D6 = 0x5B43 1192*ad30f8e7SGabor Kovesdan0x52D8 = 0x3F31 1193*ad30f8e7SGabor Kovesdan0x52DF = 0x443C 1194*ad30f8e7SGabor Kovesdan0x52E4 = 0x475A 1195*ad30f8e7SGabor Kovesdan0x52F0 = 0x5B44 1196*ad30f8e7SGabor Kovesdan0x52F9 = 0x5968 1197*ad30f8e7SGabor Kovesdan0x52FA = 0x4957 1198*ad30f8e7SGabor Kovesdan0x52FE = 0x3934 1199*ad30f8e7SGabor Kovesdan0x52FF = 0x4E70 1200*ad30f8e7SGabor Kovesdan0x5300 = 0x5448 1201*ad30f8e7SGabor Kovesdan0x5305 = 0x307C 1202*ad30f8e7SGabor Kovesdan0x5306 = 0x3452 1203*ad30f8e7SGabor Kovesdan0x5308 = 0x5059 1204*ad30f8e7SGabor Kovesdan0x530D = 0x5969 1205*ad30f8e7SGabor Kovesdan0x530F = 0x5E4B 1206*ad30f8e7SGabor Kovesdan0x5310 = 0x596B 1207*ad30f8e7SGabor Kovesdan0x5315 = 0x5830 1208*ad30f8e7SGabor Kovesdan0x5316 = 0x3B2F 1209*ad30f8e7SGabor Kovesdan0x5317 = 0x3131 1210*ad30f8e7SGabor Kovesdan0x5319 = 0x3357 1211*ad30f8e7SGabor Kovesdan0x531A = 0x584E 1212*ad30f8e7SGabor Kovesdan0x531D = 0x5451 1213*ad30f8e7SGabor Kovesdan0x5320 = 0x3D33 1214*ad30f8e7SGabor Kovesdan0x5321 = 0x3F6F 1215*ad30f8e7SGabor Kovesdan0x5323 = 0x4F3B 1216*ad30f8e7SGabor Kovesdan0x5326 = 0x5850 1217*ad30f8e7SGabor Kovesdan0x532A = 0x374B 1218*ad30f8e7SGabor Kovesdan0x532E = 0x5851 1219*ad30f8e7SGabor Kovesdan0x5339 = 0x4625 1220*ad30f8e7SGabor Kovesdan0x533A = 0x4778 1221*ad30f8e7SGabor Kovesdan0x533B = 0x523D 1222*ad30f8e7SGabor Kovesdan0x533E = 0x5852 1223*ad30f8e7SGabor Kovesdan0x533F = 0x4464 1224*ad30f8e7SGabor Kovesdan0x5341 = 0x4A2E 1225*ad30f8e7SGabor Kovesdan0x5343 = 0x4727 1226*ad30f8e7SGabor Kovesdan0x5345 = 0x5826 1227*ad30f8e7SGabor Kovesdan0x5347 = 0x497D 1228*ad30f8e7SGabor Kovesdan0x5348 = 0x4E67 1229*ad30f8e7SGabor Kovesdan0x5349 = 0x3B5C 1230*ad30f8e7SGabor Kovesdan0x534A = 0x306B 1231*ad30f8e7SGabor Kovesdan0x534E = 0x3B2A 1232*ad30f8e7SGabor Kovesdan0x534F = 0x502D 1233*ad30f8e7SGabor Kovesdan0x5351 = 0x3130 1234*ad30f8e7SGabor Kovesdan0x5352 = 0x5764 1235*ad30f8e7SGabor Kovesdan0x5353 = 0x573F 1236*ad30f8e7SGabor Kovesdan0x5355 = 0x3525 1237*ad30f8e7SGabor Kovesdan0x5356 = 0x4274 1238*ad30f8e7SGabor Kovesdan0x5357 = 0x444F 1239*ad30f8e7SGabor Kovesdan0x535A = 0x3229 1240*ad30f8e7SGabor Kovesdan0x535C = 0x3237 1241*ad30f8e7SGabor Kovesdan0x535E = 0x3165 1242*ad30f8e7SGabor Kovesdan0x535F = 0x5F32 1243*ad30f8e7SGabor Kovesdan0x5360 = 0x553C 1244*ad30f8e7SGabor Kovesdan0x5361 = 0x3F28 1245*ad30f8e7SGabor Kovesdan0x5362 = 0x422C 1246*ad30f8e7SGabor Kovesdan0x5363 = 0x5855 1247*ad30f8e7SGabor Kovesdan0x5364 = 0x4231 1248*ad30f8e7SGabor Kovesdan0x5366 = 0x5854 1249*ad30f8e7SGabor Kovesdan0x5367 = 0x4E54 1250*ad30f8e7SGabor Kovesdan0x5369 = 0x5A60 1251*ad30f8e7SGabor Kovesdan0x536B = 0x4E40 1252*ad30f8e7SGabor Kovesdan0x536E = 0x5834 1253*ad30f8e7SGabor Kovesdan0x536F = 0x432E 1254*ad30f8e7SGabor Kovesdan0x5370 = 0x5321 1255*ad30f8e7SGabor Kovesdan0x5371 = 0x4E23 1256*ad30f8e7SGabor Kovesdan0x5373 = 0x3C34 1257*ad30f8e7SGabor Kovesdan0x5374 = 0x4834 1258*ad30f8e7SGabor Kovesdan0x5375 = 0x4251 1259*ad30f8e7SGabor Kovesdan0x5377 = 0x3E6D 1260*ad30f8e7SGabor Kovesdan0x5378 = 0x5036 1261*ad30f8e7SGabor Kovesdan0x537A = 0x5A61 1262*ad30f8e7SGabor Kovesdan0x537F = 0x4764 1263*ad30f8e7SGabor Kovesdan0x5382 = 0x3327 1264*ad30f8e7SGabor Kovesdan0x5384 = 0x3672 1265*ad30f8e7SGabor Kovesdan0x5385 = 0x4C7C 1266*ad30f8e7SGabor Kovesdan0x5386 = 0x407A 1267*ad30f8e7SGabor Kovesdan0x5389 = 0x4077 1268*ad30f8e7SGabor Kovesdan0x538B = 0x5139 1269*ad30f8e7SGabor Kovesdan0x538C = 0x5161 1270*ad30f8e7SGabor Kovesdan0x538D = 0x5847 1271*ad30f8e7SGabor Kovesdan0x5395 = 0x325E 1272*ad30f8e7SGabor Kovesdan0x5398 = 0x4065 1273*ad30f8e7SGabor Kovesdan0x539A = 0x3A71 1274*ad30f8e7SGabor Kovesdan0x539D = 0x5848 1275*ad30f8e7SGabor Kovesdan0x539F = 0x542D 1276*ad30f8e7SGabor Kovesdan0x53A2 = 0x4F61 1277*ad30f8e7SGabor Kovesdan0x53A3 = 0x5849 1278*ad30f8e7SGabor Kovesdan0x53A5 = 0x584A 1279*ad30f8e7SGabor Kovesdan0x53A6 = 0x4F43 1280*ad30f8e7SGabor Kovesdan0x53A8 = 0x3378 1281*ad30f8e7SGabor Kovesdan0x53A9 = 0x3E47 1282*ad30f8e7SGabor Kovesdan0x53AE = 0x584B 1283*ad30f8e7SGabor Kovesdan0x53B6 = 0x5B4C 1284*ad30f8e7SGabor Kovesdan0x53BB = 0x4825 1285*ad30f8e7SGabor Kovesdan0x53BF = 0x4F58 1286*ad30f8e7SGabor Kovesdan0x53C1 = 0x487E 1287*ad30f8e7SGabor Kovesdan0x53C2 = 0x324E 1288*ad30f8e7SGabor Kovesdan0x53C8 = 0x5356 1289*ad30f8e7SGabor Kovesdan0x53C9 = 0x3266 1290*ad30f8e7SGabor Kovesdan0x53CA = 0x3C30 1291*ad30f8e7SGabor Kovesdan0x53CB = 0x5351 1292*ad30f8e7SGabor Kovesdan0x53CC = 0x4B2B 1293*ad30f8e7SGabor Kovesdan0x53CD = 0x3734 1294*ad30f8e7SGabor Kovesdan0x53D1 = 0x3722 1295*ad30f8e7SGabor Kovesdan0x53D4 = 0x4A65 1296*ad30f8e7SGabor Kovesdan0x53D6 = 0x4821 1297*ad30f8e7SGabor Kovesdan0x53D7 = 0x4A5C 1298*ad30f8e7SGabor Kovesdan0x53D8 = 0x3164 1299*ad30f8e7SGabor Kovesdan0x53D9 = 0x5070 1300*ad30f8e7SGabor Kovesdan0x53DB = 0x4551 1301*ad30f8e7SGabor Kovesdan0x53DF = 0x5B45 1302*ad30f8e7SGabor Kovesdan0x53E0 = 0x357E 1303*ad30f8e7SGabor Kovesdan0x53E3 = 0x3F5A 1304*ad30f8e7SGabor Kovesdan0x53E4 = 0x3945 1305*ad30f8e7SGabor Kovesdan0x53E5 = 0x3E64 1306*ad30f8e7SGabor Kovesdan0x53E6 = 0x416D 1307*ad30f8e7SGabor Kovesdan0x53E8 = 0x5F36 1308*ad30f8e7SGabor Kovesdan0x53E9 = 0x5F35 1309*ad30f8e7SGabor Kovesdan0x53EA = 0x563B 1310*ad30f8e7SGabor Kovesdan0x53EB = 0x3D50 1311*ad30f8e7SGabor Kovesdan0x53EC = 0x5559 1312*ad30f8e7SGabor Kovesdan0x53ED = 0x3048 1313*ad30f8e7SGabor Kovesdan0x53EE = 0x3623 1314*ad30f8e7SGabor Kovesdan0x53EF = 0x3F49 1315*ad30f8e7SGabor Kovesdan0x53F0 = 0x4C28 1316*ad30f8e7SGabor Kovesdan0x53F1 = 0x5F33 1317*ad30f8e7SGabor Kovesdan0x53F2 = 0x4A37 1318*ad30f8e7SGabor Kovesdan0x53F3 = 0x5352 1319*ad30f8e7SGabor Kovesdan0x53F5 = 0x584F 1320*ad30f8e7SGabor Kovesdan0x53F6 = 0x5236 1321*ad30f8e7SGabor Kovesdan0x53F7 = 0x3A45 1322*ad30f8e7SGabor Kovesdan0x53F8 = 0x4B3E 1323*ad30f8e7SGabor Kovesdan0x53F9 = 0x4C3E 1324*ad30f8e7SGabor Kovesdan0x53FB = 0x5F37 1325*ad30f8e7SGabor Kovesdan0x53FC = 0x3570 1326*ad30f8e7SGabor Kovesdan0x53FD = 0x5F34 1327*ad30f8e7SGabor Kovesdan0x5401 = 0x5375 1328*ad30f8e7SGabor Kovesdan0x5403 = 0x3354 1329*ad30f8e7SGabor Kovesdan0x5404 = 0x3877 1330*ad30f8e7SGabor Kovesdan0x5406 = 0x5F3A 1331*ad30f8e7SGabor Kovesdan0x5408 = 0x3A4F 1332*ad30f8e7SGabor Kovesdan0x5409 = 0x3C2A 1333*ad30f8e7SGabor Kovesdan0x540A = 0x3575 1334*ad30f8e7SGabor Kovesdan0x540C = 0x4D2C 1335*ad30f8e7SGabor Kovesdan0x540D = 0x437B 1336*ad30f8e7SGabor Kovesdan0x540E = 0x3A73 1337*ad30f8e7SGabor Kovesdan0x540F = 0x4074 1338*ad30f8e7SGabor Kovesdan0x5410 = 0x4D42 1339*ad30f8e7SGabor Kovesdan0x5411 = 0x4F72 1340*ad30f8e7SGabor Kovesdan0x5412 = 0x5F38 1341*ad30f8e7SGabor Kovesdan0x5413 = 0x4F45 1342*ad30f8e7SGabor Kovesdan0x5415 = 0x4240 1343*ad30f8e7SGabor Kovesdan0x5416 = 0x5F39 1344*ad30f8e7SGabor Kovesdan0x5417 = 0x4270 1345*ad30f8e7SGabor Kovesdan0x541B = 0x3E7D 1346*ad30f8e7SGabor Kovesdan0x541D = 0x415F 1347*ad30f8e7SGabor Kovesdan0x541E = 0x4D4C 1348*ad30f8e7SGabor Kovesdan0x541F = 0x5277 1349*ad30f8e7SGabor Kovesdan0x5420 = 0x374D 1350*ad30f8e7SGabor Kovesdan0x5421 = 0x5F41 1351*ad30f8e7SGabor Kovesdan0x5423 = 0x5F44 1352*ad30f8e7SGabor Kovesdan0x5426 = 0x3771 1353*ad30f8e7SGabor Kovesdan0x5427 = 0x3049 1354*ad30f8e7SGabor Kovesdan0x5428 = 0x3656 1355*ad30f8e7SGabor Kovesdan0x5429 = 0x3754 1356*ad30f8e7SGabor Kovesdan0x542B = 0x3A2C 1357*ad30f8e7SGabor Kovesdan0x542C = 0x4C7D 1358*ad30f8e7SGabor Kovesdan0x542D = 0x3F54 1359*ad30f8e7SGabor Kovesdan0x542E = 0x4B31 1360*ad30f8e7SGabor Kovesdan0x542F = 0x4674 1361*ad30f8e7SGabor Kovesdan0x5431 = 0x5628 1362*ad30f8e7SGabor Kovesdan0x5432 = 0x5F45 1363*ad30f8e7SGabor Kovesdan0x5434 = 0x4E62 1364*ad30f8e7SGabor Kovesdan0x5435 = 0x3333 1365*ad30f8e7SGabor Kovesdan0x5438 = 0x4E7C 1366*ad30f8e7SGabor Kovesdan0x5439 = 0x3435 1367*ad30f8e7SGabor Kovesdan0x543B = 0x4E47 1368*ad30f8e7SGabor Kovesdan0x543C = 0x3A70 1369*ad30f8e7SGabor Kovesdan0x543E = 0x4E61 1370*ad30f8e7SGabor Kovesdan0x5440 = 0x513D 1371*ad30f8e7SGabor Kovesdan0x5443 = 0x5F40 1372*ad30f8e7SGabor Kovesdan0x5446 = 0x3474 1373*ad30f8e7SGabor Kovesdan0x5448 = 0x334A 1374*ad30f8e7SGabor Kovesdan0x544A = 0x3866 1375*ad30f8e7SGabor Kovesdan0x544B = 0x5F3B 1376*ad30f8e7SGabor Kovesdan0x5450 = 0x4445 1377*ad30f8e7SGabor Kovesdan0x5452 = 0x5F3C 1378*ad30f8e7SGabor Kovesdan0x5453 = 0x5F3D 1379*ad30f8e7SGabor Kovesdan0x5454 = 0x5F3E 1380*ad30f8e7SGabor Kovesdan0x5455 = 0x453B 1381*ad30f8e7SGabor Kovesdan0x5456 = 0x5F3F 1382*ad30f8e7SGabor Kovesdan0x5457 = 0x5F42 1383*ad30f8e7SGabor Kovesdan0x5458 = 0x5431 1384*ad30f8e7SGabor Kovesdan0x5459 = 0x5F43 1385*ad30f8e7SGabor Kovesdan0x545B = 0x473A 1386*ad30f8e7SGabor Kovesdan0x545C = 0x4E58 1387*ad30f8e7SGabor Kovesdan0x5462 = 0x4458 1388*ad30f8e7SGabor Kovesdan0x5464 = 0x5F4A 1389*ad30f8e7SGabor Kovesdan0x5466 = 0x5F4F 1390*ad30f8e7SGabor Kovesdan0x5468 = 0x565C 1391*ad30f8e7SGabor Kovesdan0x5471 = 0x5F49 1392*ad30f8e7SGabor Kovesdan0x5472 = 0x5F5A 1393*ad30f8e7SGabor Kovesdan0x5473 = 0x4E36 1394*ad30f8e7SGabor Kovesdan0x5475 = 0x3A47 1395*ad30f8e7SGabor Kovesdan0x5476 = 0x5F4E 1396*ad30f8e7SGabor Kovesdan0x5477 = 0x5F48 1397*ad30f8e7SGabor Kovesdan0x5478 = 0x455E 1398*ad30f8e7SGabor Kovesdan0x547B = 0x496B 1399*ad30f8e7SGabor Kovesdan0x547C = 0x3A74 1400*ad30f8e7SGabor Kovesdan0x547D = 0x437C 1401*ad30f8e7SGabor Kovesdan0x5480 = 0x3E57 1402*ad30f8e7SGabor Kovesdan0x5482 = 0x5F46 1403*ad30f8e7SGabor Kovesdan0x5484 = 0x5F4D 1404*ad30f8e7SGabor Kovesdan0x5486 = 0x4558 1405*ad30f8e7SGabor Kovesdan0x548B = 0x5526 1406*ad30f8e7SGabor Kovesdan0x548C = 0x3A4D 1407*ad30f8e7SGabor Kovesdan0x548E = 0x3E4C 1408*ad30f8e7SGabor Kovesdan0x548F = 0x533D 1409*ad30f8e7SGabor Kovesdan0x5490 = 0x3840 1410*ad30f8e7SGabor Kovesdan0x5492 = 0x5664 1411*ad30f8e7SGabor Kovesdan0x5494 = 0x5F47 1412*ad30f8e7SGabor Kovesdan0x5495 = 0x393E 1413*ad30f8e7SGabor Kovesdan0x5496 = 0x3F27 1414*ad30f8e7SGabor Kovesdan0x5499 = 0x417C 1415*ad30f8e7SGabor Kovesdan0x549A = 0x5F4B 1416*ad30f8e7SGabor Kovesdan0x549B = 0x5F4C 1417*ad30f8e7SGabor Kovesdan0x549D = 0x5F50 1418*ad30f8e7SGabor Kovesdan0x54A3 = 0x5F5B 1419*ad30f8e7SGabor Kovesdan0x54A4 = 0x5F65 1420*ad30f8e7SGabor Kovesdan0x54A6 = 0x5F57 1421*ad30f8e7SGabor Kovesdan0x54A7 = 0x5F56 1422*ad30f8e7SGabor Kovesdan0x54A8 = 0x5749 1423*ad30f8e7SGabor Kovesdan0x54A9 = 0x5F63 1424*ad30f8e7SGabor Kovesdan0x54AA = 0x5F64 1425*ad30f8e7SGabor Kovesdan0x54AB = 0x656B 1426*ad30f8e7SGabor Kovesdan0x54AC = 0x5227 1427*ad30f8e7SGabor Kovesdan0x54AD = 0x5F52 1428*ad30f8e7SGabor Kovesdan0x54AF = 0x3F29 1429*ad30f8e7SGabor Kovesdan0x54B1 = 0x545B 1430*ad30f8e7SGabor Kovesdan0x54B3 = 0x3F48 1431*ad30f8e7SGabor Kovesdan0x54B4 = 0x5F54 1432*ad30f8e7SGabor Kovesdan0x54B8 = 0x4F4C 1433*ad30f8e7SGabor Kovesdan0x54BB = 0x5F5D 1434*ad30f8e7SGabor Kovesdan0x54BD = 0x514A 1435*ad30f8e7SGabor Kovesdan0x54BF = 0x5F5E 1436*ad30f8e7SGabor Kovesdan0x54C0 = 0x3027 1437*ad30f8e7SGabor Kovesdan0x54C1 = 0x4637 1438*ad30f8e7SGabor Kovesdan0x54C2 = 0x5F53 1439*ad30f8e7SGabor Kovesdan0x54C4 = 0x3A65 1440*ad30f8e7SGabor Kovesdan0x54C6 = 0x365F 1441*ad30f8e7SGabor Kovesdan0x54C7 = 0x4D5B 1442*ad30f8e7SGabor Kovesdan0x54C8 = 0x397E 1443*ad30f8e7SGabor Kovesdan0x54C9 = 0x5455 1444*ad30f8e7SGabor Kovesdan0x54CC = 0x5F5F 1445*ad30f8e7SGabor Kovesdan0x54CD = 0x4F6C 1446*ad30f8e7SGabor Kovesdan0x54CE = 0x3025 1447*ad30f8e7SGabor Kovesdan0x54CF = 0x5F67 1448*ad30f8e7SGabor Kovesdan0x54D0 = 0x5F51 1449*ad30f8e7SGabor Kovesdan0x54D1 = 0x5146 1450*ad30f8e7SGabor Kovesdan0x54D2 = 0x5F55 1451*ad30f8e7SGabor Kovesdan0x54D3 = 0x5F58 1452*ad30f8e7SGabor Kovesdan0x54D4 = 0x5F59 1453*ad30f8e7SGabor Kovesdan0x54D5 = 0x5F5C 1454*ad30f8e7SGabor Kovesdan0x54D7 = 0x3B29 1455*ad30f8e7SGabor Kovesdan0x54D9 = 0x5F60 1456*ad30f8e7SGabor Kovesdan0x54DA = 0x5F61 1457*ad30f8e7SGabor Kovesdan0x54DC = 0x5F62 1458*ad30f8e7SGabor Kovesdan0x54DD = 0x5F66 1459*ad30f8e7SGabor Kovesdan0x54DE = 0x5F68 1460*ad30f8e7SGabor Kovesdan0x54DF = 0x5334 1461*ad30f8e7SGabor Kovesdan0x54E5 = 0x3867 1462*ad30f8e7SGabor Kovesdan0x54E6 = 0x4536 1463*ad30f8e7SGabor Kovesdan0x54E7 = 0x5F6A 1464*ad30f8e7SGabor Kovesdan0x54E8 = 0x495A 1465*ad30f8e7SGabor Kovesdan0x54E9 = 0x4128 1466*ad30f8e7SGabor Kovesdan0x54EA = 0x4444 1467*ad30f8e7SGabor Kovesdan0x54ED = 0x3F5E 1468*ad30f8e7SGabor Kovesdan0x54EE = 0x4F78 1469*ad30f8e7SGabor Kovesdan0x54F2 = 0x555C 1470*ad30f8e7SGabor Kovesdan0x54F3 = 0x5F6E 1471*ad30f8e7SGabor Kovesdan0x54FA = 0x3238 1472*ad30f8e7SGabor Kovesdan0x54FC = 0x3A5F 1473*ad30f8e7SGabor Kovesdan0x54FD = 0x5F6C 1474*ad30f8e7SGabor Kovesdan0x54FF = 0x5B41 1475*ad30f8e7SGabor Kovesdan0x5501 = 0x5164 1476*ad30f8e7SGabor Kovesdan0x5506 = 0x4B74 1477*ad30f8e7SGabor Kovesdan0x5507 = 0x343D 1478*ad30f8e7SGabor Kovesdan0x5509 = 0x3026 1479*ad30f8e7SGabor Kovesdan0x550F = 0x5F71 1480*ad30f8e7SGabor Kovesdan0x5510 = 0x4C46 1481*ad30f8e7SGabor Kovesdan0x5511 = 0x5F72 1482*ad30f8e7SGabor Kovesdan0x5514 = 0x5F6D 1483*ad30f8e7SGabor Kovesdan0x551B = 0x5F69 1484*ad30f8e7SGabor Kovesdan0x5520 = 0x5F6B 1485*ad30f8e7SGabor Kovesdan0x5522 = 0x5F6F 1486*ad30f8e7SGabor Kovesdan0x5523 = 0x5F70 1487*ad30f8e7SGabor Kovesdan0x5524 = 0x3B3D 1488*ad30f8e7SGabor Kovesdan0x5527 = 0x5F73 1489*ad30f8e7SGabor Kovesdan0x552A = 0x5F74 1490*ad30f8e7SGabor Kovesdan0x552C = 0x3B23 1491*ad30f8e7SGabor Kovesdan0x552E = 0x4A5B 1492*ad30f8e7SGabor Kovesdan0x552F = 0x4E28 1493*ad30f8e7SGabor Kovesdan0x5530 = 0x6027 1494*ad30f8e7SGabor Kovesdan0x5531 = 0x332A 1495*ad30f8e7SGabor Kovesdan0x5533 = 0x6026 1496*ad30f8e7SGabor Kovesdan0x5537 = 0x6021 1497*ad30f8e7SGabor Kovesdan0x553C = 0x5F7E 1498*ad30f8e7SGabor Kovesdan0x553E = 0x4D59 1499*ad30f8e7SGabor Kovesdan0x553F = 0x5F7C 1500*ad30f8e7SGabor Kovesdan0x5541 = 0x5F7A 1501*ad30f8e7SGabor Kovesdan0x5543 = 0x3F50 1502*ad30f8e7SGabor Kovesdan0x5544 = 0x5744 1503*ad30f8e7SGabor Kovesdan0x5546 = 0x494C 1504*ad30f8e7SGabor Kovesdan0x5549 = 0x5F78 1505*ad30f8e7SGabor Kovesdan0x554A = 0x3021 1506*ad30f8e7SGabor Kovesdan0x5550 = 0x5F7D 1507*ad30f8e7SGabor Kovesdan0x5555 = 0x5F7B 1508*ad30f8e7SGabor Kovesdan0x5556 = 0x6022 1509*ad30f8e7SGabor Kovesdan0x555C = 0x6028 1510*ad30f8e7SGabor Kovesdan0x5561 = 0x3748 1511*ad30f8e7SGabor Kovesdan0x5564 = 0x4621 1512*ad30f8e7SGabor Kovesdan0x5565 = 0x4936 1513*ad30f8e7SGabor Kovesdan0x5566 = 0x4032 1514*ad30f8e7SGabor Kovesdan0x5567 = 0x5F75 1515*ad30f8e7SGabor Kovesdan0x556A = 0x453E 1516*ad30f8e7SGabor Kovesdan0x556C = 0x5844 1517*ad30f8e7SGabor Kovesdan0x556D = 0x5F79 1518*ad30f8e7SGabor Kovesdan0x556E = 0x4476 1519*ad30f8e7SGabor Kovesdan0x5575 = 0x6023 1520*ad30f8e7SGabor Kovesdan0x5576 = 0x6024 1521*ad30f8e7SGabor Kovesdan0x5577 = 0x6025 1522*ad30f8e7SGabor Kovesdan0x5578 = 0x5025 1523*ad30f8e7SGabor Kovesdan0x557B = 0x6034 1524*ad30f8e7SGabor Kovesdan0x557C = 0x4C64 1525*ad30f8e7SGabor Kovesdan0x557E = 0x6031 1526*ad30f8e7SGabor Kovesdan0x5580 = 0x3F26 1527*ad30f8e7SGabor Kovesdan0x5581 = 0x602F 1528*ad30f8e7SGabor Kovesdan0x5582 = 0x4E39 1529*ad30f8e7SGabor Kovesdan0x5583 = 0x602B 1530*ad30f8e7SGabor Kovesdan0x5584 = 0x4946 1531*ad30f8e7SGabor Kovesdan0x5587 = 0x402E 1532*ad30f8e7SGabor Kovesdan0x5588 = 0x602E 1533*ad30f8e7SGabor Kovesdan0x5589 = 0x3A6D 1534*ad30f8e7SGabor Kovesdan0x558A = 0x3A30 1535*ad30f8e7SGabor Kovesdan0x558B = 0x6029 1536*ad30f8e7SGabor Kovesdan0x558F = 0x5F76 1537*ad30f8e7SGabor Kovesdan0x5591 = 0x6033 1538*ad30f8e7SGabor Kovesdan0x5594 = 0x6038 1539*ad30f8e7SGabor Kovesdan0x5598 = 0x342D 1540*ad30f8e7SGabor Kovesdan0x5599 = 0x6039 1541*ad30f8e7SGabor Kovesdan0x559C = 0x4F32 1542*ad30f8e7SGabor Kovesdan0x559D = 0x3A48 1543*ad30f8e7SGabor Kovesdan0x559F = 0x6030 1544*ad30f8e7SGabor Kovesdan0x55A7 = 0x507A 1545*ad30f8e7SGabor Kovesdan0x55B1 = 0x602C 1546*ad30f8e7SGabor Kovesdan0x55B3 = 0x547B 1547*ad30f8e7SGabor Kovesdan0x55B5 = 0x5F77 1548*ad30f8e7SGabor Kovesdan0x55B7 = 0x4567 1549*ad30f8e7SGabor Kovesdan0x55B9 = 0x602D 1550*ad30f8e7SGabor Kovesdan0x55BB = 0x5377 1551*ad30f8e7SGabor Kovesdan0x55BD = 0x6036 1552*ad30f8e7SGabor Kovesdan0x55BE = 0x6037 1553*ad30f8e7SGabor Kovesdan0x55C4 = 0x6044 1554*ad30f8e7SGabor Kovesdan0x55C5 = 0x5061 1555*ad30f8e7SGabor Kovesdan0x55C9 = 0x603C 1556*ad30f8e7SGabor Kovesdan0x55CC = 0x6049 1557*ad30f8e7SGabor Kovesdan0x55CD = 0x604A 1558*ad30f8e7SGabor Kovesdan0x55D1 = 0x603E 1559*ad30f8e7SGabor Kovesdan0x55D2 = 0x602A 1560*ad30f8e7SGabor Kovesdan0x55D3 = 0x4924 1561*ad30f8e7SGabor Kovesdan0x55D4 = 0x6041 1562*ad30f8e7SGabor Kovesdan0x55D6 = 0x6032 1563*ad30f8e7SGabor Kovesdan0x55DC = 0x4A48 1564*ad30f8e7SGabor Kovesdan0x55DD = 0x6043 1565*ad30f8e7SGabor Kovesdan0x55DF = 0x6035 1566*ad30f8e7SGabor Kovesdan0x55E1 = 0x4E4B 1567*ad30f8e7SGabor Kovesdan0x55E3 = 0x4B43 1568*ad30f8e7SGabor Kovesdan0x55E4 = 0x604D 1569*ad30f8e7SGabor Kovesdan0x55E5 = 0x6046 1570*ad30f8e7SGabor Kovesdan0x55E6 = 0x6042 1571*ad30f8e7SGabor Kovesdan0x55E8 = 0x604B 1572*ad30f8e7SGabor Kovesdan0x55EA = 0x603A 1573*ad30f8e7SGabor Kovesdan0x55EB = 0x603F 1574*ad30f8e7SGabor Kovesdan0x55EC = 0x6040 1575*ad30f8e7SGabor Kovesdan0x55EF = 0x6045 1576*ad30f8e7SGabor Kovesdan0x55F2 = 0x6047 1577*ad30f8e7SGabor Kovesdan0x55F3 = 0x6048 1578*ad30f8e7SGabor Kovesdan0x55F5 = 0x604C 1579*ad30f8e7SGabor Kovesdan0x55F7 = 0x603B 1580*ad30f8e7SGabor Kovesdan0x55FD = 0x4B54 1581*ad30f8e7SGabor Kovesdan0x55FE = 0x6055 1582*ad30f8e7SGabor Kovesdan0x5600 = 0x6056 1583*ad30f8e7SGabor Kovesdan0x5601 = 0x6052 1584*ad30f8e7SGabor Kovesdan0x5608 = 0x6050 1585*ad30f8e7SGabor Kovesdan0x5609 = 0x3C4E 1586*ad30f8e7SGabor Kovesdan0x560C = 0x6051 1587*ad30f8e7SGabor Kovesdan0x560E = 0x3842 1588*ad30f8e7SGabor Kovesdan0x560F = 0x5845 1589*ad30f8e7SGabor Kovesdan0x5618 = 0x506A 1590*ad30f8e7SGabor Kovesdan0x561B = 0x426F 1591*ad30f8e7SGabor Kovesdan0x561E = 0x604F 1592*ad30f8e7SGabor Kovesdan0x561F = 0x603D 1593*ad30f8e7SGabor Kovesdan0x5623 = 0x6054 1594*ad30f8e7SGabor Kovesdan0x5624 = 0x6053 1595*ad30f8e7SGabor Kovesdan0x5627 = 0x6057 1596*ad30f8e7SGabor Kovesdan0x562C = 0x605C 1597*ad30f8e7SGabor Kovesdan0x562D = 0x6058 1598*ad30f8e7SGabor Kovesdan0x5631 = 0x5676 1599*ad30f8e7SGabor Kovesdan0x5632 = 0x3330 1600*ad30f8e7SGabor Kovesdan0x5634 = 0x576C 1601*ad30f8e7SGabor Kovesdan0x5636 = 0x4B3B 1602*ad30f8e7SGabor Kovesdan0x5639 = 0x605A 1603*ad30f8e7SGabor Kovesdan0x563B = 0x4E7B 1604*ad30f8e7SGabor Kovesdan0x563F = 0x3A59 1605*ad30f8e7SGabor Kovesdan0x564C = 0x6061 1606*ad30f8e7SGabor Kovesdan0x564D = 0x605D 1607*ad30f8e7SGabor Kovesdan0x564E = 0x522D 1608*ad30f8e7SGabor Kovesdan0x5654 = 0x6062 1609*ad30f8e7SGabor Kovesdan0x5657 = 0x605B 1610*ad30f8e7SGabor Kovesdan0x5658 = 0x6059 1611*ad30f8e7SGabor Kovesdan0x5659 = 0x605F 1612*ad30f8e7SGabor Kovesdan0x565C = 0x6060 1613*ad30f8e7SGabor Kovesdan0x5662 = 0x605E 1614*ad30f8e7SGabor Kovesdan0x5664 = 0x6064 1615*ad30f8e7SGabor Kovesdan0x5668 = 0x4677 1616*ad30f8e7SGabor Kovesdan0x5669 = 0x582C 1617*ad30f8e7SGabor Kovesdan0x566A = 0x546B 1618*ad30f8e7SGabor Kovesdan0x566B = 0x6066 1619*ad30f8e7SGabor Kovesdan0x566C = 0x4A49 1620*ad30f8e7SGabor Kovesdan0x5671 = 0x6065 1621*ad30f8e7SGabor Kovesdan0x5676 = 0x3841 1622*ad30f8e7SGabor Kovesdan0x567B = 0x6067 1623*ad30f8e7SGabor Kovesdan0x567C = 0x6068 1624*ad30f8e7SGabor Kovesdan0x5685 = 0x6069 1625*ad30f8e7SGabor Kovesdan0x5686 = 0x6063 1626*ad30f8e7SGabor Kovesdan0x568E = 0x3A3F 1627*ad30f8e7SGabor Kovesdan0x568F = 0x4C67 1628*ad30f8e7SGabor Kovesdan0x5693 = 0x606A 1629*ad30f8e7SGabor Kovesdan0x56A3 = 0x4F79 1630*ad30f8e7SGabor Kovesdan0x56AF = 0x606B 1631*ad30f8e7SGabor Kovesdan0x56B7 = 0x4842 1632*ad30f8e7SGabor Kovesdan0x56BC = 0x3D40 1633*ad30f8e7SGabor Kovesdan0x56CA = 0x4452 1634*ad30f8e7SGabor Kovesdan0x56D4 = 0x606C 1635*ad30f8e7SGabor Kovesdan0x56D7 = 0x606D 1636*ad30f8e7SGabor Kovesdan0x56DA = 0x4774 1637*ad30f8e7SGabor Kovesdan0x56DB = 0x4B44 1638*ad30f8e7SGabor Kovesdan0x56DD = 0x606E 1639*ad30f8e7SGabor Kovesdan0x56DE = 0x3B58 1640*ad30f8e7SGabor Kovesdan0x56DF = 0x5836 1641*ad30f8e7SGabor Kovesdan0x56E0 = 0x5272 1642*ad30f8e7SGabor Kovesdan0x56E1 = 0x606F 1643*ad30f8e7SGabor Kovesdan0x56E2 = 0x4D45 1644*ad30f8e7SGabor Kovesdan0x56E4 = 0x365A 1645*ad30f8e7SGabor Kovesdan0x56EB = 0x6071 1646*ad30f8e7SGabor Kovesdan0x56ED = 0x5430 1647*ad30f8e7SGabor Kovesdan0x56F0 = 0x4027 1648*ad30f8e7SGabor Kovesdan0x56F1 = 0x3451 1649*ad30f8e7SGabor Kovesdan0x56F4 = 0x4E27 1650*ad30f8e7SGabor Kovesdan0x56F5 = 0x6070 1651*ad30f8e7SGabor Kovesdan0x56F9 = 0x6072 1652*ad30f8e7SGabor Kovesdan0x56FA = 0x394C 1653*ad30f8e7SGabor Kovesdan0x56FD = 0x397A 1654*ad30f8e7SGabor Kovesdan0x56FE = 0x4D3C 1655*ad30f8e7SGabor Kovesdan0x56FF = 0x6073 1656*ad30f8e7SGabor Kovesdan0x5703 = 0x4654 1657*ad30f8e7SGabor Kovesdan0x5704 = 0x6074 1658*ad30f8e7SGabor Kovesdan0x5706 = 0x5432 1659*ad30f8e7SGabor Kovesdan0x5708 = 0x4826 1660*ad30f8e7SGabor Kovesdan0x5709 = 0x6076 1661*ad30f8e7SGabor Kovesdan0x570A = 0x6075 1662*ad30f8e7SGabor Kovesdan0x571C = 0x6077 1663*ad30f8e7SGabor Kovesdan0x571F = 0x4D41 1664*ad30f8e7SGabor Kovesdan0x5723 = 0x4A25 1665*ad30f8e7SGabor Kovesdan0x5728 = 0x545A 1666*ad30f8e7SGabor Kovesdan0x5729 = 0x5B57 1667*ad30f8e7SGabor Kovesdan0x572A = 0x5B59 1668*ad30f8e7SGabor Kovesdan0x572C = 0x5B58 1669*ad30f8e7SGabor Kovesdan0x572D = 0x3967 1670*ad30f8e7SGabor Kovesdan0x572E = 0x5B5C 1671*ad30f8e7SGabor Kovesdan0x572F = 0x5B5D 1672*ad30f8e7SGabor Kovesdan0x5730 = 0x3558 1673*ad30f8e7SGabor Kovesdan0x5733 = 0x5B5A 1674*ad30f8e7SGabor Kovesdan0x5739 = 0x5B5B 1675*ad30f8e7SGabor Kovesdan0x573A = 0x3321 1676*ad30f8e7SGabor Kovesdan0x573B = 0x5B5F 1677*ad30f8e7SGabor Kovesdan0x573E = 0x3B78 1678*ad30f8e7SGabor Kovesdan0x5740 = 0x5637 1679*ad30f8e7SGabor Kovesdan0x5742 = 0x5B60 1680*ad30f8e7SGabor Kovesdan0x5747 = 0x3E79 1681*ad30f8e7SGabor Kovesdan0x574A = 0x373B 1682*ad30f8e7SGabor Kovesdan0x574C = 0x5B50 1683*ad30f8e7SGabor Kovesdan0x574D = 0x4C2E 1684*ad30f8e7SGabor Kovesdan0x574E = 0x3F32 1685*ad30f8e7SGabor Kovesdan0x574F = 0x3B35 1686*ad30f8e7SGabor Kovesdan0x5750 = 0x5778 1687*ad30f8e7SGabor Kovesdan0x5751 = 0x3F53 1688*ad30f8e7SGabor Kovesdan0x5757 = 0x3F69 1689*ad30f8e7SGabor Kovesdan0x575A = 0x3C61 1690*ad30f8e7SGabor Kovesdan0x575B = 0x4C33 1691*ad30f8e7SGabor Kovesdan0x575C = 0x5B5E 1692*ad30f8e7SGabor Kovesdan0x575D = 0x3053 1693*ad30f8e7SGabor Kovesdan0x575E = 0x4E6B 1694*ad30f8e7SGabor Kovesdan0x575F = 0x3758 1695*ad30f8e7SGabor Kovesdan0x5760 = 0x5739 1696*ad30f8e7SGabor Kovesdan0x5761 = 0x4642 1697*ad30f8e7SGabor Kovesdan0x5764 = 0x4024 1698*ad30f8e7SGabor Kovesdan0x5766 = 0x4C39 1699*ad30f8e7SGabor Kovesdan0x5768 = 0x5B67 1700*ad30f8e7SGabor Kovesdan0x5769 = 0x5B61 1701*ad30f8e7SGabor Kovesdan0x576A = 0x463A 1702*ad30f8e7SGabor Kovesdan0x576B = 0x5B63 1703*ad30f8e7SGabor Kovesdan0x576D = 0x5B68 1704*ad30f8e7SGabor Kovesdan0x576F = 0x4577 1705*ad30f8e7SGabor Kovesdan0x5773 = 0x5B6A 1706*ad30f8e7SGabor Kovesdan0x5776 = 0x5B69 1707*ad30f8e7SGabor Kovesdan0x5777 = 0x3F40 1708*ad30f8e7SGabor Kovesdan0x577B = 0x5B66 1709*ad30f8e7SGabor Kovesdan0x577C = 0x5B65 1710*ad30f8e7SGabor Kovesdan0x5782 = 0x3439 1711*ad30f8e7SGabor Kovesdan0x5783 = 0x402C 1712*ad30f8e7SGabor Kovesdan0x5784 = 0x4222 1713*ad30f8e7SGabor Kovesdan0x5785 = 0x5B62 1714*ad30f8e7SGabor Kovesdan0x5786 = 0x5B64 1715*ad30f8e7SGabor Kovesdan0x578B = 0x504D 1716*ad30f8e7SGabor Kovesdan0x578C = 0x5B6D 1717*ad30f8e7SGabor Kovesdan0x5792 = 0x405D 1718*ad30f8e7SGabor Kovesdan0x5793 = 0x5B72 1719*ad30f8e7SGabor Kovesdan0x579B = 0x3662 1720*ad30f8e7SGabor Kovesdan0x57A0 = 0x5B73 1721*ad30f8e7SGabor Kovesdan0x57A1 = 0x5B52 1722*ad30f8e7SGabor Kovesdan0x57A2 = 0x3938 1723*ad30f8e7SGabor Kovesdan0x57A3 = 0x542B 1724*ad30f8e7SGabor Kovesdan0x57A4 = 0x5B6C 1725*ad30f8e7SGabor Kovesdan0x57A6 = 0x3F51 1726*ad30f8e7SGabor Kovesdan0x57A7 = 0x5B70 1727*ad30f8e7SGabor Kovesdan0x57A9 = 0x5B51 1728*ad30f8e7SGabor Kovesdan0x57AB = 0x3566 1729*ad30f8e7SGabor Kovesdan0x57AD = 0x5B6B 1730*ad30f8e7SGabor Kovesdan0x57AE = 0x3F65 1731*ad30f8e7SGabor Kovesdan0x57B2 = 0x5B6E 1732*ad30f8e7SGabor Kovesdan0x57B4 = 0x5B71 1733*ad30f8e7SGabor Kovesdan0x57B8 = 0x5B79 1734*ad30f8e7SGabor Kovesdan0x57C2 = 0x3921 1735*ad30f8e7SGabor Kovesdan0x57C3 = 0x3023 1736*ad30f8e7SGabor Kovesdan0x57CB = 0x4271 1737*ad30f8e7SGabor Kovesdan0x57CE = 0x3347 1738*ad30f8e7SGabor Kovesdan0x57CF = 0x5B6F 1739*ad30f8e7SGabor Kovesdan0x57D2 = 0x5B78 1740*ad30f8e7SGabor Kovesdan0x57D4 = 0x4652 1741*ad30f8e7SGabor Kovesdan0x57D5 = 0x5B74 1742*ad30f8e7SGabor Kovesdan0x57D8 = 0x5B75 1743*ad30f8e7SGabor Kovesdan0x57D9 = 0x5B77 1744*ad30f8e7SGabor Kovesdan0x57DA = 0x5B76 1745*ad30f8e7SGabor Kovesdan0x57DD = 0x5B7E 1746*ad30f8e7SGabor Kovesdan0x57DF = 0x5372 1747*ad30f8e7SGabor Kovesdan0x57E0 = 0x323A 1748*ad30f8e7SGabor Kovesdan0x57E4 = 0x5B7D 1749*ad30f8e7SGabor Kovesdan0x57ED = 0x5C24 1750*ad30f8e7SGabor Kovesdan0x57EF = 0x5B7B 1751*ad30f8e7SGabor Kovesdan0x57F4 = 0x5B7A 1752*ad30f8e7SGabor Kovesdan0x57F8 = 0x5B7C 1753*ad30f8e7SGabor Kovesdan0x57F9 = 0x4560 1754*ad30f8e7SGabor Kovesdan0x57FA = 0x3B79 1755*ad30f8e7SGabor Kovesdan0x57FD = 0x5C23 1756*ad30f8e7SGabor Kovesdan0x5800 = 0x5C25 1757*ad30f8e7SGabor Kovesdan0x5802 = 0x4C43 1758*ad30f8e7SGabor Kovesdan0x5806 = 0x3651 1759*ad30f8e7SGabor Kovesdan0x5807 = 0x5D40 1760*ad30f8e7SGabor Kovesdan0x580B = 0x5C21 1761*ad30f8e7SGabor Kovesdan0x580D = 0x5C22 1762*ad30f8e7SGabor Kovesdan0x5811 = 0x4735 1763*ad30f8e7SGabor Kovesdan0x5815 = 0x3669 1764*ad30f8e7SGabor Kovesdan0x5819 = 0x5C27 1765*ad30f8e7SGabor Kovesdan0x581E = 0x5C26 1766*ad30f8e7SGabor Kovesdan0x5820 = 0x5C29 1767*ad30f8e7SGabor Kovesdan0x5821 = 0x3124 1768*ad30f8e7SGabor Kovesdan0x5824 = 0x354C 1769*ad30f8e7SGabor Kovesdan0x582A = 0x3F30 1770*ad30f8e7SGabor Kovesdan0x5830 = 0x515F 1771*ad30f8e7SGabor Kovesdan0x5835 = 0x3642 1772*ad30f8e7SGabor Kovesdan0x5844 = 0x5C28 1773*ad30f8e7SGabor Kovesdan0x584C = 0x4B7A 1774*ad30f8e7SGabor Kovesdan0x584D = 0x6B73 1775*ad30f8e7SGabor Kovesdan0x5851 = 0x4B5C 1776*ad30f8e7SGabor Kovesdan0x5854 = 0x4B7E 1777*ad30f8e7SGabor Kovesdan0x5858 = 0x4C41 1778*ad30f8e7SGabor Kovesdan0x585E = 0x487B 1779*ad30f8e7SGabor Kovesdan0x5865 = 0x5C2A 1780*ad30f8e7SGabor Kovesdan0x586B = 0x4C6E 1781*ad30f8e7SGabor Kovesdan0x586C = 0x5C2B 1782*ad30f8e7SGabor Kovesdan0x587E = 0x5B53 1783*ad30f8e7SGabor Kovesdan0x5880 = 0x5C2F 1784*ad30f8e7SGabor Kovesdan0x5881 = 0x5C2C 1785*ad30f8e7SGabor Kovesdan0x5883 = 0x3E33 1786*ad30f8e7SGabor Kovesdan0x5885 = 0x4A7B 1787*ad30f8e7SGabor Kovesdan0x5889 = 0x5C2D 1788*ad30f8e7SGabor Kovesdan0x5892 = 0x494A 1789*ad30f8e7SGabor Kovesdan0x5893 = 0x4439 1790*ad30f8e7SGabor Kovesdan0x5899 = 0x473D 1791*ad30f8e7SGabor Kovesdan0x589A = 0x5C2E 1792*ad30f8e7SGabor Kovesdan0x589E = 0x5476 1793*ad30f8e7SGabor Kovesdan0x589F = 0x5066 1794*ad30f8e7SGabor Kovesdan0x58A8 = 0x442B 1795*ad30f8e7SGabor Kovesdan0x58A9 = 0x3655 1796*ad30f8e7SGabor Kovesdan0x58BC = 0x5B54 1797*ad30f8e7SGabor Kovesdan0x58C1 = 0x315A 1798*ad30f8e7SGabor Kovesdan0x58C5 = 0x5B55 1799*ad30f8e7SGabor Kovesdan0x58D1 = 0x5B56 1800*ad30f8e7SGabor Kovesdan0x58D5 = 0x3A3E 1801*ad30f8e7SGabor Kovesdan0x58E4 = 0x4840 1802*ad30f8e7SGabor Kovesdan0x58EB = 0x4A3F 1803*ad30f8e7SGabor Kovesdan0x58EC = 0x4849 1804*ad30f8e7SGabor Kovesdan0x58EE = 0x5733 1805*ad30f8e7SGabor Kovesdan0x58F0 = 0x4979 1806*ad30f8e7SGabor Kovesdan0x58F3 = 0x3F47 1807*ad30f8e7SGabor Kovesdan0x58F6 = 0x3A78 1808*ad30f8e7SGabor Kovesdan0x58F9 = 0x523C 1809*ad30f8e7SGabor Kovesdan0x5902 = 0x623A 1810*ad30f8e7SGabor Kovesdan0x5904 = 0x3426 1811*ad30f8e7SGabor Kovesdan0x5907 = 0x3138 1812*ad30f8e7SGabor Kovesdan0x590D = 0x3834 1813*ad30f8e7SGabor Kovesdan0x590F = 0x4F44 1814*ad30f8e7SGabor Kovesdan0x5914 = 0x5967 1815*ad30f8e7SGabor Kovesdan0x5915 = 0x4F26 1816*ad30f8e7SGabor Kovesdan0x5916 = 0x4D62 1817*ad30f8e7SGabor Kovesdan0x5919 = 0x596D 1818*ad30f8e7SGabor Kovesdan0x591A = 0x3660 1819*ad30f8e7SGabor Kovesdan0x591C = 0x5239 1820*ad30f8e7SGabor Kovesdan0x591F = 0x393B 1821*ad30f8e7SGabor Kovesdan0x5924 = 0x6239 1822*ad30f8e7SGabor Kovesdan0x5925 = 0x6237 1823*ad30f8e7SGabor Kovesdan0x5927 = 0x3473 1824*ad30f8e7SGabor Kovesdan0x5929 = 0x4C6C 1825*ad30f8e7SGabor Kovesdan0x592A = 0x4C2B 1826*ad30f8e7SGabor Kovesdan0x592B = 0x3772 1827*ad30f8e7SGabor Kovesdan0x592D = 0x5832 1828*ad30f8e7SGabor Kovesdan0x592E = 0x516B 1829*ad30f8e7SGabor Kovesdan0x592F = 0x3A3B 1830*ad30f8e7SGabor Kovesdan0x5931 = 0x4A27 1831*ad30f8e7SGabor Kovesdan0x5934 = 0x4D37 1832*ad30f8e7SGabor Kovesdan0x5937 = 0x5244 1833*ad30f8e7SGabor Kovesdan0x5938 = 0x3F64 1834*ad30f8e7SGabor Kovesdan0x5939 = 0x3C50 1835*ad30f8e7SGabor Kovesdan0x593A = 0x3661 1836*ad30f8e7SGabor Kovesdan0x593C = 0x5E45 1837*ad30f8e7SGabor Kovesdan0x5941 = 0x5E46 1838*ad30f8e7SGabor Kovesdan0x5942 = 0x5B3C 1839*ad30f8e7SGabor Kovesdan0x5944 = 0x5159 1840*ad30f8e7SGabor Kovesdan0x5947 = 0x4666 1841*ad30f8e7SGabor Kovesdan0x5948 = 0x444E 1842*ad30f8e7SGabor Kovesdan0x5949 = 0x376E 1843*ad30f8e7SGabor Kovesdan0x594B = 0x375C 1844*ad30f8e7SGabor Kovesdan0x594E = 0x3F7C 1845*ad30f8e7SGabor Kovesdan0x594F = 0x5760 1846*ad30f8e7SGabor Kovesdan0x5951 = 0x4675 1847*ad30f8e7SGabor Kovesdan0x5954 = 0x313C 1848*ad30f8e7SGabor Kovesdan0x5955 = 0x5E48 1849*ad30f8e7SGabor Kovesdan0x5956 = 0x3D31 1850*ad30f8e7SGabor Kovesdan0x5957 = 0x4C57 1851*ad30f8e7SGabor Kovesdan0x5958 = 0x5E4A 1852*ad30f8e7SGabor Kovesdan0x595A = 0x5E49 1853*ad30f8e7SGabor Kovesdan0x5960 = 0x356C 1854*ad30f8e7SGabor Kovesdan0x5962 = 0x495D 1855*ad30f8e7SGabor Kovesdan0x5965 = 0x3042 1856*ad30f8e7SGabor Kovesdan0x5973 = 0x452E 1857*ad30f8e7SGabor Kovesdan0x5974 = 0x452B 1858*ad30f8e7SGabor Kovesdan0x5976 = 0x444C 1859*ad30f8e7SGabor Kovesdan0x5978 = 0x3C69 1860*ad30f8e7SGabor Kovesdan0x5979 = 0x4B7D 1861*ad30f8e7SGabor Kovesdan0x597D = 0x3A43 1862*ad30f8e7SGabor Kovesdan0x5981 = 0x6579 1863*ad30f8e7SGabor Kovesdan0x5982 = 0x4867 1864*ad30f8e7SGabor Kovesdan0x5983 = 0x657A 1865*ad30f8e7SGabor Kovesdan0x5984 = 0x4D7D 1866*ad30f8e7SGabor Kovesdan0x5986 = 0x5731 1867*ad30f8e7SGabor Kovesdan0x5987 = 0x383E 1868*ad30f8e7SGabor Kovesdan0x5988 = 0x4268 1869*ad30f8e7SGabor Kovesdan0x598A = 0x4851 1870*ad30f8e7SGabor Kovesdan0x598D = 0x657B 1871*ad30f8e7SGabor Kovesdan0x5992 = 0x364A 1872*ad30f8e7SGabor Kovesdan0x5993 = 0x3C4B 1873*ad30f8e7SGabor Kovesdan0x5996 = 0x517D 1874*ad30f8e7SGabor Kovesdan0x5997 = 0x6621 1875*ad30f8e7SGabor Kovesdan0x5999 = 0x436E 1876*ad30f8e7SGabor Kovesdan0x599E = 0x6624 1877*ad30f8e7SGabor Kovesdan0x59A3 = 0x657E 1878*ad30f8e7SGabor Kovesdan0x59A4 = 0x6625 1879*ad30f8e7SGabor Kovesdan0x59A5 = 0x4D57 1880*ad30f8e7SGabor Kovesdan0x59A8 = 0x3741 1881*ad30f8e7SGabor Kovesdan0x59A9 = 0x657C 1882*ad30f8e7SGabor Kovesdan0x59AA = 0x657D 1883*ad30f8e7SGabor Kovesdan0x59AB = 0x6623 1884*ad30f8e7SGabor Kovesdan0x59AE = 0x445D 1885*ad30f8e7SGabor Kovesdan0x59AF = 0x6628 1886*ad30f8e7SGabor Kovesdan0x59B2 = 0x6627 1887*ad30f8e7SGabor Kovesdan0x59B9 = 0x4343 1888*ad30f8e7SGabor Kovesdan0x59BB = 0x465E 1889*ad30f8e7SGabor Kovesdan0x59BE = 0x662A 1890*ad30f8e7SGabor Kovesdan0x59C6 = 0x4437 1891*ad30f8e7SGabor Kovesdan0x59CA = 0x6622 1892*ad30f8e7SGabor Kovesdan0x59CB = 0x4A3C 1893*ad30f8e7SGabor Kovesdan0x59D0 = 0x3D63 1894*ad30f8e7SGabor Kovesdan0x59D1 = 0x3943 1895*ad30f8e7SGabor Kovesdan0x59D2 = 0x6626 1896*ad30f8e7SGabor Kovesdan0x59D3 = 0x5055 1897*ad30f8e7SGabor Kovesdan0x59D4 = 0x4E2F 1898*ad30f8e7SGabor Kovesdan0x59D7 = 0x6629 1899*ad30f8e7SGabor Kovesdan0x59D8 = 0x6630 1900*ad30f8e7SGabor Kovesdan0x59DA = 0x5226 1901*ad30f8e7SGabor Kovesdan0x59DC = 0x3D2A 1902*ad30f8e7SGabor Kovesdan0x59DD = 0x662D 1903*ad30f8e7SGabor Kovesdan0x59E3 = 0x662F 1904*ad30f8e7SGabor Kovesdan0x59E5 = 0x4051 1905*ad30f8e7SGabor Kovesdan0x59E8 = 0x524C 1906*ad30f8e7SGabor Kovesdan0x59EC = 0x3C27 1907*ad30f8e7SGabor Kovesdan0x59F9 = 0x6631 1908*ad30f8e7SGabor Kovesdan0x59FB = 0x5276 1909*ad30f8e7SGabor Kovesdan0x59FF = 0x574B 1910*ad30f8e7SGabor Kovesdan0x5A01 = 0x4D7E 1911*ad30f8e7SGabor Kovesdan0x5A03 = 0x4D5E 1912*ad30f8e7SGabor Kovesdan0x5A04 = 0x4226 1913*ad30f8e7SGabor Kovesdan0x5A05 = 0x662B 1914*ad30f8e7SGabor Kovesdan0x5A06 = 0x662C 1915*ad30f8e7SGabor Kovesdan0x5A07 = 0x3D3F 1916*ad30f8e7SGabor Kovesdan0x5A08 = 0x662E 1917*ad30f8e7SGabor Kovesdan0x5A09 = 0x6633 1918*ad30f8e7SGabor Kovesdan0x5A0C = 0x6632 1919*ad30f8e7SGabor Kovesdan0x5A11 = 0x6636 1920*ad30f8e7SGabor Kovesdan0x5A13 = 0x6638 1921*ad30f8e7SGabor Kovesdan0x5A18 = 0x446F 1922*ad30f8e7SGabor Kovesdan0x5A1C = 0x4448 1923*ad30f8e7SGabor Kovesdan0x5A1F = 0x3E6A 1924*ad30f8e7SGabor Kovesdan0x5A20 = 0x496F 1925*ad30f8e7SGabor Kovesdan0x5A23 = 0x6637 1926*ad30f8e7SGabor Kovesdan0x5A25 = 0x3670 1927*ad30f8e7SGabor Kovesdan0x5A29 = 0x4364 1928*ad30f8e7SGabor Kovesdan0x5A31 = 0x5369 1929*ad30f8e7SGabor Kovesdan0x5A32 = 0x6634 1930*ad30f8e7SGabor Kovesdan0x5A34 = 0x6635 1931*ad30f8e7SGabor Kovesdan0x5A36 = 0x4822 1932*ad30f8e7SGabor Kovesdan0x5A3C = 0x663D 1933*ad30f8e7SGabor Kovesdan0x5A40 = 0x6639 1934*ad30f8e7SGabor Kovesdan0x5A46 = 0x4645 1935*ad30f8e7SGabor Kovesdan0x5A49 = 0x4D71 1936*ad30f8e7SGabor Kovesdan0x5A4A = 0x663B 1937*ad30f8e7SGabor Kovesdan0x5A55 = 0x663C 1938*ad30f8e7SGabor Kovesdan0x5A5A = 0x3B69 1939*ad30f8e7SGabor Kovesdan0x5A62 = 0x663E 1940*ad30f8e7SGabor Kovesdan0x5A67 = 0x663A 1941*ad30f8e7SGabor Kovesdan0x5A6A = 0x4037 1942*ad30f8e7SGabor Kovesdan0x5A74 = 0x5324 1943*ad30f8e7SGabor Kovesdan0x5A75 = 0x663F 1944*ad30f8e7SGabor Kovesdan0x5A76 = 0x4974 1945*ad30f8e7SGabor Kovesdan0x5A77 = 0x6643 1946*ad30f8e7SGabor Kovesdan0x5A7A = 0x6644 1947*ad30f8e7SGabor Kovesdan0x5A7F = 0x5076 1948*ad30f8e7SGabor Kovesdan0x5A92 = 0x433D 1949*ad30f8e7SGabor Kovesdan0x5A9A = 0x4344 1950*ad30f8e7SGabor Kovesdan0x5A9B = 0x6642 1951*ad30f8e7SGabor Kovesdan0x5AAA = 0x6641 1952*ad30f8e7SGabor Kovesdan0x5AB2 = 0x6647 1953*ad30f8e7SGabor Kovesdan0x5AB3 = 0x4F31 1954*ad30f8e7SGabor Kovesdan0x5AB5 = 0x6B74 1955*ad30f8e7SGabor Kovesdan0x5AB8 = 0x664A 1956*ad30f8e7SGabor Kovesdan0x5ABE = 0x6645 1957*ad30f8e7SGabor Kovesdan0x5AC1 = 0x3C5E 1958*ad30f8e7SGabor Kovesdan0x5AC2 = 0x4929 1959*ad30f8e7SGabor Kovesdan0x5AC9 = 0x3C35 1960*ad30f8e7SGabor Kovesdan0x5ACC = 0x4F53 1961*ad30f8e7SGabor Kovesdan0x5AD2 = 0x6648 1962*ad30f8e7SGabor Kovesdan0x5AD4 = 0x6649 1963*ad30f8e7SGabor Kovesdan0x5AD6 = 0x664E 1964*ad30f8e7SGabor Kovesdan0x5AD8 = 0x6650 1965*ad30f8e7SGabor Kovesdan0x5ADC = 0x6651 1966*ad30f8e7SGabor Kovesdan0x5AE0 = 0x664B 1967*ad30f8e7SGabor Kovesdan0x5AE1 = 0x3555 1968*ad30f8e7SGabor Kovesdan0x5AE3 = 0x664C 1969*ad30f8e7SGabor Kovesdan0x5AE6 = 0x664F 1970*ad30f8e7SGabor Kovesdan0x5AE9 = 0x445B 1971*ad30f8e7SGabor Kovesdan0x5AEB = 0x6646 1972*ad30f8e7SGabor Kovesdan0x5AF1 = 0x664D 1973*ad30f8e7SGabor Kovesdan0x5B09 = 0x6652 1974*ad30f8e7SGabor Kovesdan0x5B16 = 0x6654 1975*ad30f8e7SGabor Kovesdan0x5B17 = 0x6653 1976*ad30f8e7SGabor Kovesdan0x5B32 = 0x6655 1977*ad30f8e7SGabor Kovesdan0x5B34 = 0x5978 1978*ad30f8e7SGabor Kovesdan0x5B37 = 0x6656 1979*ad30f8e7SGabor Kovesdan0x5B40 = 0x6657 1980*ad30f8e7SGabor Kovesdan0x5B50 = 0x5753 1981*ad30f8e7SGabor Kovesdan0x5B51 = 0x665D 1982*ad30f8e7SGabor Kovesdan0x5B53 = 0x665E 1983*ad30f8e7SGabor Kovesdan0x5B54 = 0x3F57 1984*ad30f8e7SGabor Kovesdan0x5B55 = 0x5450 1985*ad30f8e7SGabor Kovesdan0x5B57 = 0x5756 1986*ad30f8e7SGabor Kovesdan0x5B58 = 0x3466 1987*ad30f8e7SGabor Kovesdan0x5B59 = 0x4B6F 1988*ad30f8e7SGabor Kovesdan0x5B5A = 0x665A 1989*ad30f8e7SGabor Kovesdan0x5B5B = 0x5843 1990*ad30f8e7SGabor Kovesdan0x5B5C = 0x574E 1991*ad30f8e7SGabor Kovesdan0x5B5D = 0x5022 1992*ad30f8e7SGabor Kovesdan0x5B5F = 0x434F 1993*ad30f8e7SGabor Kovesdan0x5B62 = 0x665F 1994*ad30f8e7SGabor Kovesdan0x5B63 = 0x3C3E 1995*ad30f8e7SGabor Kovesdan0x5B64 = 0x3942 1996*ad30f8e7SGabor Kovesdan0x5B65 = 0x665B 1997*ad30f8e7SGabor Kovesdan0x5B66 = 0x5127 1998*ad30f8e7SGabor Kovesdan0x5B69 = 0x3A22 1999*ad30f8e7SGabor Kovesdan0x5B6A = 0x424F 2000*ad30f8e7SGabor Kovesdan0x5B6C = 0x582B 2001*ad30f8e7SGabor Kovesdan0x5B70 = 0x4A6B 2002*ad30f8e7SGabor Kovesdan0x5B71 = 0x656E 2003*ad30f8e7SGabor Kovesdan0x5B73 = 0x665C 2004*ad30f8e7SGabor Kovesdan0x5B75 = 0x3775 2005*ad30f8e7SGabor Kovesdan0x5B7A = 0x4866 2006*ad30f8e7SGabor Kovesdan0x5B7D = 0x4475 2007*ad30f8e7SGabor Kovesdan0x5B80 = 0x6532 2008*ad30f8e7SGabor Kovesdan0x5B81 = 0x447E 2009*ad30f8e7SGabor Kovesdan0x5B83 = 0x4B7C 2010*ad30f8e7SGabor Kovesdan0x5B84 = 0x6533 2011*ad30f8e7SGabor Kovesdan0x5B85 = 0x552C 2012*ad30f8e7SGabor Kovesdan0x5B87 = 0x536E 2013*ad30f8e7SGabor Kovesdan0x5B88 = 0x4A58 2014*ad30f8e7SGabor Kovesdan0x5B89 = 0x3032 2015*ad30f8e7SGabor Kovesdan0x5B8B = 0x4B4E 2016*ad30f8e7SGabor Kovesdan0x5B8C = 0x4D6A 2017*ad30f8e7SGabor Kovesdan0x5B8F = 0x3A6A 2018*ad30f8e7SGabor Kovesdan0x5B93 = 0x6535 2019*ad30f8e7SGabor Kovesdan0x5B95 = 0x6534 2020*ad30f8e7SGabor Kovesdan0x5B97 = 0x575A 2021*ad30f8e7SGabor Kovesdan0x5B98 = 0x3959 2022*ad30f8e7SGabor Kovesdan0x5B99 = 0x5666 2023*ad30f8e7SGabor Kovesdan0x5B9A = 0x3628 2024*ad30f8e7SGabor Kovesdan0x5B9B = 0x4D70 2025*ad30f8e7SGabor Kovesdan0x5B9C = 0x524B 2026*ad30f8e7SGabor Kovesdan0x5B9D = 0x3126 2027*ad30f8e7SGabor Kovesdan0x5B9E = 0x4A35 2028*ad30f8e7SGabor Kovesdan0x5BA0 = 0x3368 2029*ad30f8e7SGabor Kovesdan0x5BA1 = 0x4973 2030*ad30f8e7SGabor Kovesdan0x5BA2 = 0x3F4D 2031*ad30f8e7SGabor Kovesdan0x5BA3 = 0x507B 2032*ad30f8e7SGabor Kovesdan0x5BA4 = 0x4A52 2033*ad30f8e7SGabor Kovesdan0x5BA5 = 0x6536 2034*ad30f8e7SGabor Kovesdan0x5BA6 = 0x3B42 2035*ad30f8e7SGabor Kovesdan0x5BAA = 0x4F5C 2036*ad30f8e7SGabor Kovesdan0x5BAB = 0x392C 2037*ad30f8e7SGabor Kovesdan0x5BB0 = 0x5457 2038*ad30f8e7SGabor Kovesdan0x5BB3 = 0x3A26 2039*ad30f8e7SGabor Kovesdan0x5BB4 = 0x5167 2040*ad30f8e7SGabor Kovesdan0x5BB5 = 0x4F7C 2041*ad30f8e7SGabor Kovesdan0x5BB6 = 0x3C52 2042*ad30f8e7SGabor Kovesdan0x5BB8 = 0x6537 2043*ad30f8e7SGabor Kovesdan0x5BB9 = 0x485D 2044*ad30f8e7SGabor Kovesdan0x5BBD = 0x3F6D 2045*ad30f8e7SGabor Kovesdan0x5BBE = 0x3176 2046*ad30f8e7SGabor Kovesdan0x5BBF = 0x4B5E 2047*ad30f8e7SGabor Kovesdan0x5BC2 = 0x3C45 2048*ad30f8e7SGabor Kovesdan0x5BC4 = 0x3C44 2049*ad30f8e7SGabor Kovesdan0x5BC5 = 0x527A 2050*ad30f8e7SGabor Kovesdan0x5BC6 = 0x435C 2051*ad30f8e7SGabor Kovesdan0x5BC7 = 0x3F5C 2052*ad30f8e7SGabor Kovesdan0x5BCC = 0x383B 2053*ad30f8e7SGabor Kovesdan0x5BD0 = 0x4342 2054*ad30f8e7SGabor Kovesdan0x5BD2 = 0x3A2E 2055*ad30f8e7SGabor Kovesdan0x5BD3 = 0x5422 2056*ad30f8e7SGabor Kovesdan0x5BDD = 0x475E 2057*ad30f8e7SGabor Kovesdan0x5BDE = 0x442F 2058*ad30f8e7SGabor Kovesdan0x5BDF = 0x326C 2059*ad30f8e7SGabor Kovesdan0x5BE1 = 0x3951 2060*ad30f8e7SGabor Kovesdan0x5BE4 = 0x653B 2061*ad30f8e7SGabor Kovesdan0x5BE5 = 0x4148 2062*ad30f8e7SGabor Kovesdan0x5BE8 = 0x552F 2063*ad30f8e7SGabor Kovesdan0x5BEE = 0x653C 2064*ad30f8e7SGabor Kovesdan0x5BF0 = 0x653E 2065*ad30f8e7SGabor Kovesdan0x5BF8 = 0x3467 2066*ad30f8e7SGabor Kovesdan0x5BF9 = 0x3654 2067*ad30f8e7SGabor Kovesdan0x5BFA = 0x4B42 2068*ad30f8e7SGabor Kovesdan0x5BFB = 0x5130 2069*ad30f8e7SGabor Kovesdan0x5BFC = 0x353C 2070*ad30f8e7SGabor Kovesdan0x5BFF = 0x4A59 2071*ad30f8e7SGabor Kovesdan0x5C01 = 0x3762 2072*ad30f8e7SGabor Kovesdan0x5C04 = 0x4964 2073*ad30f8e7SGabor Kovesdan0x5C06 = 0x3D2B 2074*ad30f8e7SGabor Kovesdan0x5C09 = 0x4E3E 2075*ad30f8e7SGabor Kovesdan0x5C0A = 0x5770 2076*ad30f8e7SGabor Kovesdan0x5C0F = 0x5021 2077*ad30f8e7SGabor Kovesdan0x5C11 = 0x4959 2078*ad30f8e7SGabor Kovesdan0x5C14 = 0x367B 2079*ad30f8e7SGabor Kovesdan0x5C15 = 0x6658 2080*ad30f8e7SGabor Kovesdan0x5C16 = 0x3C62 2081*ad30f8e7SGabor Kovesdan0x5C18 = 0x333E 2082*ad30f8e7SGabor Kovesdan0x5C1A = 0x4950 2083*ad30f8e7SGabor Kovesdan0x5C1C = 0x6659 2084*ad30f8e7SGabor Kovesdan0x5C1D = 0x3322 2085*ad30f8e7SGabor Kovesdan0x5C22 = 0x5E4C 2086*ad30f8e7SGabor Kovesdan0x5C24 = 0x5348 2087*ad30f8e7SGabor Kovesdan0x5C25 = 0x5E4D 2088*ad30f8e7SGabor Kovesdan0x5C27 = 0x5222 2089*ad30f8e7SGabor Kovesdan0x5C2C = 0x5E4E 2090*ad30f8e7SGabor Kovesdan0x5C31 = 0x3E4D 2091*ad30f8e7SGabor Kovesdan0x5C34 = 0x5E4F 2092*ad30f8e7SGabor Kovesdan0x5C38 = 0x4A2C 2093*ad30f8e7SGabor Kovesdan0x5C39 = 0x527C 2094*ad30f8e7SGabor Kovesdan0x5C3A = 0x335F 2095*ad30f8e7SGabor Kovesdan0x5C3B = 0x656A 2096*ad30f8e7SGabor Kovesdan0x5C3C = 0x4461 2097*ad30f8e7SGabor Kovesdan0x5C3D = 0x3E21 2098*ad30f8e7SGabor Kovesdan0x5C3E = 0x4E32 2099*ad30f8e7SGabor Kovesdan0x5C3F = 0x4472 2100*ad30f8e7SGabor Kovesdan0x5C40 = 0x3E56 2101*ad30f8e7SGabor Kovesdan0x5C41 = 0x4628 2102*ad30f8e7SGabor Kovesdan0x5C42 = 0x3263 2103*ad30f8e7SGabor Kovesdan0x5C45 = 0x3E53 2104*ad30f8e7SGabor Kovesdan0x5C48 = 0x477C 2105*ad30f8e7SGabor Kovesdan0x5C49 = 0x4C6B 2106*ad30f8e7SGabor Kovesdan0x5C4A = 0x3D6C 2107*ad30f8e7SGabor Kovesdan0x5C4B = 0x4E5D 2108*ad30f8e7SGabor Kovesdan0x5C4E = 0x4A3A 2109*ad30f8e7SGabor Kovesdan0x5C4F = 0x4641 2110*ad30f8e7SGabor Kovesdan0x5C50 = 0x656C 2111*ad30f8e7SGabor Kovesdan0x5C51 = 0x503C 2112*ad30f8e7SGabor Kovesdan0x5C55 = 0x5539 2113*ad30f8e7SGabor Kovesdan0x5C59 = 0x656D 2114*ad30f8e7SGabor Kovesdan0x5C5E = 0x4A74 2115*ad30f8e7SGabor Kovesdan0x5C60 = 0x4D40 2116*ad30f8e7SGabor Kovesdan0x5C61 = 0x4245 2117*ad30f8e7SGabor Kovesdan0x5C63 = 0x656F 2118*ad30f8e7SGabor Kovesdan0x5C65 = 0x4244 2119*ad30f8e7SGabor Kovesdan0x5C66 = 0x6570 2120*ad30f8e7SGabor Kovesdan0x5C6E = 0x6578 2121*ad30f8e7SGabor Kovesdan0x5C6F = 0x4D4D 2122*ad30f8e7SGabor Kovesdan0x5C71 = 0x493D 2123*ad30f8e7SGabor Kovesdan0x5C79 = 0x5259 2124*ad30f8e7SGabor Kovesdan0x5C7A = 0x6128 2125*ad30f8e7SGabor Kovesdan0x5C7F = 0x536C 2126*ad30f8e7SGabor Kovesdan0x5C81 = 0x4B6A 2127*ad30f8e7SGabor Kovesdan0x5C82 = 0x4671 2128*ad30f8e7SGabor Kovesdan0x5C88 = 0x612C 2129*ad30f8e7SGabor Kovesdan0x5C8C = 0x6127 2130*ad30f8e7SGabor Kovesdan0x5C8D = 0x6129 2131*ad30f8e7SGabor Kovesdan0x5C90 = 0x612A 2132*ad30f8e7SGabor Kovesdan0x5C91 = 0x612F 2133*ad30f8e7SGabor Kovesdan0x5C94 = 0x326D 2134*ad30f8e7SGabor Kovesdan0x5C96 = 0x612B 2135*ad30f8e7SGabor Kovesdan0x5C97 = 0x385A 2136*ad30f8e7SGabor Kovesdan0x5C98 = 0x612D 2137*ad30f8e7SGabor Kovesdan0x5C99 = 0x612E 2138*ad30f8e7SGabor Kovesdan0x5C9A = 0x6130 2139*ad30f8e7SGabor Kovesdan0x5C9B = 0x353A 2140*ad30f8e7SGabor Kovesdan0x5C9C = 0x6131 2141*ad30f8e7SGabor Kovesdan0x5CA2 = 0x6133 2142*ad30f8e7SGabor Kovesdan0x5CA3 = 0x6138 2143*ad30f8e7SGabor Kovesdan0x5CA9 = 0x5152 2144*ad30f8e7SGabor Kovesdan0x5CAB = 0x6136 2145*ad30f8e7SGabor Kovesdan0x5CAC = 0x6135 2146*ad30f8e7SGabor Kovesdan0x5CAD = 0x416B 2147*ad30f8e7SGabor Kovesdan0x5CB1 = 0x6137 2148*ad30f8e7SGabor Kovesdan0x5CB3 = 0x5440 2149*ad30f8e7SGabor Kovesdan0x5CB5 = 0x6132 2150*ad30f8e7SGabor Kovesdan0x5CB7 = 0x613A 2151*ad30f8e7SGabor Kovesdan0x5CB8 = 0x3036 2152*ad30f8e7SGabor Kovesdan0x5CBD = 0x6134 2153*ad30f8e7SGabor Kovesdan0x5CBF = 0x3F79 2154*ad30f8e7SGabor Kovesdan0x5CC1 = 0x6139 2155*ad30f8e7SGabor Kovesdan0x5CC4 = 0x613B 2156*ad30f8e7SGabor Kovesdan0x5CCB = 0x613E 2157*ad30f8e7SGabor Kovesdan0x5CD2 = 0x613C 2158*ad30f8e7SGabor Kovesdan0x5CD9 = 0x5645 2159*ad30f8e7SGabor Kovesdan0x5CE1 = 0x4F3F 2160*ad30f8e7SGabor Kovesdan0x5CE4 = 0x613D 2161*ad30f8e7SGabor Kovesdan0x5CE5 = 0x613F 2162*ad30f8e7SGabor Kovesdan0x5CE6 = 0x424D 2163*ad30f8e7SGabor Kovesdan0x5CE8 = 0x366B 2164*ad30f8e7SGabor Kovesdan0x5CEA = 0x5378 2165*ad30f8e7SGabor Kovesdan0x5CED = 0x474D 2166*ad30f8e7SGabor Kovesdan0x5CF0 = 0x3765 2167*ad30f8e7SGabor Kovesdan0x5CFB = 0x3E7E 2168*ad30f8e7SGabor Kovesdan0x5D02 = 0x6140 2169*ad30f8e7SGabor Kovesdan0x5D03 = 0x6141 2170*ad30f8e7SGabor Kovesdan0x5D06 = 0x6147 2171*ad30f8e7SGabor Kovesdan0x5D07 = 0x3367 2172*ad30f8e7SGabor Kovesdan0x5D0E = 0x4669 2173*ad30f8e7SGabor Kovesdan0x5D14 = 0x345E 2174*ad30f8e7SGabor Kovesdan0x5D16 = 0x5142 2175*ad30f8e7SGabor Kovesdan0x5D1B = 0x6148 2176*ad30f8e7SGabor Kovesdan0x5D1E = 0x6146 2177*ad30f8e7SGabor Kovesdan0x5D24 = 0x6145 2178*ad30f8e7SGabor Kovesdan0x5D26 = 0x6143 2179*ad30f8e7SGabor Kovesdan0x5D27 = 0x6142 2180*ad30f8e7SGabor Kovesdan0x5D29 = 0x3140 2181*ad30f8e7SGabor Kovesdan0x5D2D = 0x5538 2182*ad30f8e7SGabor Kovesdan0x5D2E = 0x6144 2183*ad30f8e7SGabor Kovesdan0x5D34 = 0x614B 2184*ad30f8e7SGabor Kovesdan0x5D3D = 0x614C 2185*ad30f8e7SGabor Kovesdan0x5D3E = 0x614A 2186*ad30f8e7SGabor Kovesdan0x5D47 = 0x6F7A 2187*ad30f8e7SGabor Kovesdan0x5D4A = 0x6153 2188*ad30f8e7SGabor Kovesdan0x5D4B = 0x6152 2189*ad30f8e7SGabor Kovesdan0x5D4C = 0x4736 2190*ad30f8e7SGabor Kovesdan0x5D58 = 0x6149 2191*ad30f8e7SGabor Kovesdan0x5D5B = 0x614E 2192*ad30f8e7SGabor Kovesdan0x5D5D = 0x6150 2193*ad30f8e7SGabor Kovesdan0x5D69 = 0x6154 2194*ad30f8e7SGabor Kovesdan0x5D6B = 0x6151 2195*ad30f8e7SGabor Kovesdan0x5D6C = 0x614D 2196*ad30f8e7SGabor Kovesdan0x5D6F = 0x614F 2197*ad30f8e7SGabor Kovesdan0x5D74 = 0x6155 2198*ad30f8e7SGabor Kovesdan0x5D82 = 0x6156 2199*ad30f8e7SGabor Kovesdan0x5D99 = 0x6157 2200*ad30f8e7SGabor Kovesdan0x5D9D = 0x6158 2201*ad30f8e7SGabor Kovesdan0x5DB7 = 0x615A 2202*ad30f8e7SGabor Kovesdan0x5DC5 = 0x615B 2203*ad30f8e7SGabor Kovesdan0x5DCD = 0x4E21 2204*ad30f8e7SGabor Kovesdan0x5DDB = 0x675D 2205*ad30f8e7SGabor Kovesdan0x5DDD = 0x3428 2206*ad30f8e7SGabor Kovesdan0x5DDE = 0x565D 2207*ad30f8e7SGabor Kovesdan0x5DE1 = 0x5132 2208*ad30f8e7SGabor Kovesdan0x5DE2 = 0x3332 2209*ad30f8e7SGabor Kovesdan0x5DE5 = 0x3924 2210*ad30f8e7SGabor Kovesdan0x5DE6 = 0x5773 2211*ad30f8e7SGabor Kovesdan0x5DE7 = 0x4749 2212*ad30f8e7SGabor Kovesdan0x5DE8 = 0x3E5E 2213*ad30f8e7SGabor Kovesdan0x5DE9 = 0x392E 2214*ad30f8e7SGabor Kovesdan0x5DEB = 0x4E57 2215*ad30f8e7SGabor Kovesdan0x5DEE = 0x326E 2216*ad30f8e7SGabor Kovesdan0x5DEF = 0x5B4F 2217*ad30f8e7SGabor Kovesdan0x5DF1 = 0x3C3A 2218*ad30f8e7SGabor Kovesdan0x5DF2 = 0x5251 2219*ad30f8e7SGabor Kovesdan0x5DF3 = 0x4B48 2220*ad30f8e7SGabor Kovesdan0x5DF4 = 0x304D 2221*ad30f8e7SGabor Kovesdan0x5DF7 = 0x4F6F 2222*ad30f8e7SGabor Kovesdan0x5DFD = 0x5963 2223*ad30f8e7SGabor Kovesdan0x5DFE = 0x3D6D 2224*ad30f8e7SGabor Kovesdan0x5E01 = 0x3152 2225*ad30f8e7SGabor Kovesdan0x5E02 = 0x4A50 2226*ad30f8e7SGabor Kovesdan0x5E03 = 0x323C 2227*ad30f8e7SGabor Kovesdan0x5E05 = 0x4B27 2228*ad30f8e7SGabor Kovesdan0x5E06 = 0x372B 2229*ad30f8e7SGabor Kovesdan0x5E08 = 0x4A26 2230*ad30f8e7SGabor Kovesdan0x5E0C = 0x4F23 2231*ad30f8e7SGabor Kovesdan0x5E0F = 0x6078 2232*ad30f8e7SGabor Kovesdan0x5E10 = 0x554A 2233*ad30f8e7SGabor Kovesdan0x5E11 = 0x607B 2234*ad30f8e7SGabor Kovesdan0x5E14 = 0x607A 2235*ad30f8e7SGabor Kovesdan0x5E15 = 0x4541 2236*ad30f8e7SGabor Kovesdan0x5E16 = 0x4C7B 2237*ad30f8e7SGabor Kovesdan0x5E18 = 0x4131 2238*ad30f8e7SGabor Kovesdan0x5E19 = 0x6079 2239*ad30f8e7SGabor Kovesdan0x5E1A = 0x5663 2240*ad30f8e7SGabor Kovesdan0x5E1B = 0x322F 2241*ad30f8e7SGabor Kovesdan0x5E1C = 0x5644 2242*ad30f8e7SGabor Kovesdan0x5E1D = 0x355B 2243*ad30f8e7SGabor Kovesdan0x5E26 = 0x3478 2244*ad30f8e7SGabor Kovesdan0x5E27 = 0x5621 2245*ad30f8e7SGabor Kovesdan0x5E2D = 0x4F2F 2246*ad30f8e7SGabor Kovesdan0x5E2E = 0x306F 2247*ad30f8e7SGabor Kovesdan0x5E31 = 0x607C 2248*ad30f8e7SGabor Kovesdan0x5E37 = 0x6121 2249*ad30f8e7SGabor Kovesdan0x5E38 = 0x3323 2250*ad30f8e7SGabor Kovesdan0x5E3B = 0x607D 2251*ad30f8e7SGabor Kovesdan0x5E3C = 0x607E 2252*ad30f8e7SGabor Kovesdan0x5E3D = 0x4331 2253*ad30f8e7SGabor Kovesdan0x5E42 = 0x435D 2254*ad30f8e7SGabor Kovesdan0x5E44 = 0x6122 2255*ad30f8e7SGabor Kovesdan0x5E45 = 0x3779 2256*ad30f8e7SGabor Kovesdan0x5E4C = 0x3B4F 2257*ad30f8e7SGabor Kovesdan0x5E54 = 0x6123 2258*ad30f8e7SGabor Kovesdan0x5E55 = 0x443B 2259*ad30f8e7SGabor Kovesdan0x5E5B = 0x6124 2260*ad30f8e7SGabor Kovesdan0x5E5E = 0x6125 2261*ad30f8e7SGabor Kovesdan0x5E61 = 0x6126 2262*ad30f8e7SGabor Kovesdan0x5E62 = 0x3431 2263*ad30f8e7SGabor Kovesdan0x5E72 = 0x3849 2264*ad30f8e7SGabor Kovesdan0x5E73 = 0x463D 2265*ad30f8e7SGabor Kovesdan0x5E74 = 0x446A 2266*ad30f8e7SGabor Kovesdan0x5E76 = 0x3222 2267*ad30f8e7SGabor Kovesdan0x5E78 = 0x5052 2268*ad30f8e7SGabor Kovesdan0x5E7A = 0x675B 2269*ad30f8e7SGabor Kovesdan0x5E7B = 0x3B43 2270*ad30f8e7SGabor Kovesdan0x5E7C = 0x5357 2271*ad30f8e7SGabor Kovesdan0x5E7D = 0x5344 2272*ad30f8e7SGabor Kovesdan0x5E7F = 0x3963 2273*ad30f8e7SGabor Kovesdan0x5E80 = 0x624F 2274*ad30f8e7SGabor Kovesdan0x5E84 = 0x572F 2275*ad30f8e7SGabor Kovesdan0x5E86 = 0x476C 2276*ad30f8e7SGabor Kovesdan0x5E87 = 0x3153 2277*ad30f8e7SGabor Kovesdan0x5E8A = 0x3432 2278*ad30f8e7SGabor Kovesdan0x5E8B = 0x6251 2279*ad30f8e7SGabor Kovesdan0x5E8F = 0x5072 2280*ad30f8e7SGabor Kovesdan0x5E90 = 0x422E 2281*ad30f8e7SGabor Kovesdan0x5E91 = 0x6250 2282*ad30f8e7SGabor Kovesdan0x5E93 = 0x3F62 2283*ad30f8e7SGabor Kovesdan0x5E94 = 0x5326 2284*ad30f8e7SGabor Kovesdan0x5E95 = 0x3557 2285*ad30f8e7SGabor Kovesdan0x5E96 = 0x6252 2286*ad30f8e7SGabor Kovesdan0x5E97 = 0x356A 2287*ad30f8e7SGabor Kovesdan0x5E99 = 0x436D 2288*ad30f8e7SGabor Kovesdan0x5E9A = 0x387D 2289*ad30f8e7SGabor Kovesdan0x5E9C = 0x382E 2290*ad30f8e7SGabor Kovesdan0x5E9E = 0x4553 2291*ad30f8e7SGabor Kovesdan0x5E9F = 0x374F 2292*ad30f8e7SGabor Kovesdan0x5EA0 = 0x6254 2293*ad30f8e7SGabor Kovesdan0x5EA5 = 0x6253 2294*ad30f8e7SGabor Kovesdan0x5EA6 = 0x3648 2295*ad30f8e7SGabor Kovesdan0x5EA7 = 0x5779 2296*ad30f8e7SGabor Kovesdan0x5EAD = 0x4D25 2297*ad30f8e7SGabor Kovesdan0x5EB3 = 0x6258 2298*ad30f8e7SGabor Kovesdan0x5EB5 = 0x6256 2299*ad30f8e7SGabor Kovesdan0x5EB6 = 0x4A7C 2300*ad30f8e7SGabor Kovesdan0x5EB7 = 0x3F35 2301*ad30f8e7SGabor Kovesdan0x5EB8 = 0x5339 2302*ad30f8e7SGabor Kovesdan0x5EB9 = 0x6255 2303*ad30f8e7SGabor Kovesdan0x5EBE = 0x6257 2304*ad30f8e7SGabor Kovesdan0x5EC9 = 0x412E 2305*ad30f8e7SGabor Kovesdan0x5ECA = 0x4048 2306*ad30f8e7SGabor Kovesdan0x5ED1 = 0x625B 2307*ad30f8e7SGabor Kovesdan0x5ED2 = 0x625A 2308*ad30f8e7SGabor Kovesdan0x5ED3 = 0x402A 2309*ad30f8e7SGabor Kovesdan0x5ED6 = 0x414E 2310*ad30f8e7SGabor Kovesdan0x5EDB = 0x625C 2311*ad30f8e7SGabor Kovesdan0x5EE8 = 0x625D 2312*ad30f8e7SGabor Kovesdan0x5EEA = 0x625E 2313*ad30f8e7SGabor Kovesdan0x5EF4 = 0x5B48 2314*ad30f8e7SGabor Kovesdan0x5EF6 = 0x5153 2315*ad30f8e7SGabor Kovesdan0x5EF7 = 0x4D22 2316*ad30f8e7SGabor Kovesdan0x5EFA = 0x3D28 2317*ad30f8e7SGabor Kovesdan0x5EFE = 0x5E43 2318*ad30f8e7SGabor Kovesdan0x5EFF = 0x5825 2319*ad30f8e7SGabor Kovesdan0x5F00 = 0x3F2A 2320*ad30f8e7SGabor Kovesdan0x5F01 = 0x5B4D 2321*ad30f8e7SGabor Kovesdan0x5F02 = 0x526C 2322*ad30f8e7SGabor Kovesdan0x5F03 = 0x467A 2323*ad30f8e7SGabor Kovesdan0x5F04 = 0x452A 2324*ad30f8e7SGabor Kovesdan0x5F08 = 0x5E44 2325*ad30f8e7SGabor Kovesdan0x5F0A = 0x3157 2326*ad30f8e7SGabor Kovesdan0x5F0B = 0x5F2E 2327*ad30f8e7SGabor Kovesdan0x5F0F = 0x4A3D 2328*ad30f8e7SGabor Kovesdan0x5F11 = 0x5F31 2329*ad30f8e7SGabor Kovesdan0x5F13 = 0x392D 2330*ad30f8e7SGabor Kovesdan0x5F15 = 0x527D 2331*ad30f8e7SGabor Kovesdan0x5F17 = 0x3825 2332*ad30f8e7SGabor Kovesdan0x5F18 = 0x3A6B 2333*ad30f8e7SGabor Kovesdan0x5F1B = 0x335A 2334*ad30f8e7SGabor Kovesdan0x5F1F = 0x355C 2335*ad30f8e7SGabor Kovesdan0x5F20 = 0x5545 2336*ad30f8e7SGabor Kovesdan0x5F25 = 0x4356 2337*ad30f8e7SGabor Kovesdan0x5F26 = 0x4F52 2338*ad30f8e7SGabor Kovesdan0x5F27 = 0x3B21 2339*ad30f8e7SGabor Kovesdan0x5F29 = 0x6573 2340*ad30f8e7SGabor Kovesdan0x5F2A = 0x6572 2341*ad30f8e7SGabor Kovesdan0x5F2D = 0x6574 2342*ad30f8e7SGabor Kovesdan0x5F2F = 0x4D64 2343*ad30f8e7SGabor Kovesdan0x5F31 = 0x4875 2344*ad30f8e7SGabor Kovesdan0x5F39 = 0x352F 2345*ad30f8e7SGabor Kovesdan0x5F3A = 0x473F 2346*ad30f8e7SGabor Kovesdan0x5F3C = 0x6576 2347*ad30f8e7SGabor Kovesdan0x5F40 = 0x6C30 2348*ad30f8e7SGabor Kovesdan0x5F50 = 0x6566 2349*ad30f8e7SGabor Kovesdan0x5F52 = 0x3969 2350*ad30f8e7SGabor Kovesdan0x5F53 = 0x3531 2351*ad30f8e7SGabor Kovesdan0x5F55 = 0x423C 2352*ad30f8e7SGabor Kovesdan0x5F56 = 0x6568 2353*ad30f8e7SGabor Kovesdan0x5F57 = 0x6567 2354*ad30f8e7SGabor Kovesdan0x5F58 = 0x6569 2355*ad30f8e7SGabor Kovesdan0x5F5D = 0x524D 2356*ad30f8e7SGabor Kovesdan0x5F61 = 0x616A 2357*ad30f8e7SGabor Kovesdan0x5F62 = 0x504E 2358*ad30f8e7SGabor Kovesdan0x5F64 = 0x4D2E 2359*ad30f8e7SGabor Kovesdan0x5F66 = 0x5165 2360*ad30f8e7SGabor Kovesdan0x5F69 = 0x324A 2361*ad30f8e7SGabor Kovesdan0x5F6A = 0x316B 2362*ad30f8e7SGabor Kovesdan0x5F6C = 0x3172 2363*ad30f8e7SGabor Kovesdan0x5F6D = 0x456D 2364*ad30f8e7SGabor Kovesdan0x5F70 = 0x5543 2365*ad30f8e7SGabor Kovesdan0x5F71 = 0x5330 2366*ad30f8e7SGabor Kovesdan0x5F73 = 0x615C 2367*ad30f8e7SGabor Kovesdan0x5F77 = 0x615D 2368*ad30f8e7SGabor Kovesdan0x5F79 = 0x525B 2369*ad30f8e7SGabor Kovesdan0x5F7B = 0x3339 2370*ad30f8e7SGabor Kovesdan0x5F7C = 0x314B 2371*ad30f8e7SGabor Kovesdan0x5F80 = 0x4D79 2372*ad30f8e7SGabor Kovesdan0x5F81 = 0x5577 2373*ad30f8e7SGabor Kovesdan0x5F82 = 0x615E 2374*ad30f8e7SGabor Kovesdan0x5F84 = 0x3E36 2375*ad30f8e7SGabor Kovesdan0x5F85 = 0x347D 2376*ad30f8e7SGabor Kovesdan0x5F87 = 0x615F 2377*ad30f8e7SGabor Kovesdan0x5F88 = 0x3A5C 2378*ad30f8e7SGabor Kovesdan0x5F89 = 0x6160 2379*ad30f8e7SGabor Kovesdan0x5F8A = 0x3B32 2380*ad30f8e7SGabor Kovesdan0x5F8B = 0x4249 2381*ad30f8e7SGabor Kovesdan0x5F8C = 0x6161 2382*ad30f8e7SGabor Kovesdan0x5F90 = 0x506C 2383*ad30f8e7SGabor Kovesdan0x5F92 = 0x4D3D 2384*ad30f8e7SGabor Kovesdan0x5F95 = 0x6162 2385*ad30f8e7SGabor Kovesdan0x5F97 = 0x3543 2386*ad30f8e7SGabor Kovesdan0x5F98 = 0x4547 2387*ad30f8e7SGabor Kovesdan0x5F99 = 0x6163 2388*ad30f8e7SGabor Kovesdan0x5F9C = 0x6164 2389*ad30f8e7SGabor Kovesdan0x5FA1 = 0x5379 2390*ad30f8e7SGabor Kovesdan0x5FA8 = 0x6165 2391*ad30f8e7SGabor Kovesdan0x5FAA = 0x512D 2392*ad30f8e7SGabor Kovesdan0x5FAD = 0x6166 2393*ad30f8e7SGabor Kovesdan0x5FAE = 0x4E22 2394*ad30f8e7SGabor Kovesdan0x5FB5 = 0x6167 2395*ad30f8e7SGabor Kovesdan0x5FB7 = 0x3542 2396*ad30f8e7SGabor Kovesdan0x5FBC = 0x6168 2397*ad30f8e7SGabor Kovesdan0x5FBD = 0x3B55 2398*ad30f8e7SGabor Kovesdan0x5FC3 = 0x5044 2399*ad30f8e7SGabor Kovesdan0x5FC4 = 0x6260 2400*ad30f8e7SGabor Kovesdan0x5FC5 = 0x3158 2401*ad30f8e7SGabor Kovesdan0x5FC6 = 0x5264 2402*ad30f8e7SGabor Kovesdan0x5FC9 = 0x6261 2403*ad30f8e7SGabor Kovesdan0x5FCC = 0x3C49 2404*ad30f8e7SGabor Kovesdan0x5FCD = 0x484C 2405*ad30f8e7SGabor Kovesdan0x5FCF = 0x6263 2406*ad30f8e7SGabor Kovesdan0x5FD0 = 0x6C7E 2407*ad30f8e7SGabor Kovesdan0x5FD1 = 0x6C7D 2408*ad30f8e7SGabor Kovesdan0x5FD2 = 0x5F2F 2409*ad30f8e7SGabor Kovesdan0x5FD6 = 0x6262 2410*ad30f8e7SGabor Kovesdan0x5FD7 = 0x563E 2411*ad30f8e7SGabor Kovesdan0x5FD8 = 0x4D7C 2412*ad30f8e7SGabor Kovesdan0x5FD9 = 0x4326 2413*ad30f8e7SGabor Kovesdan0x5FDD = 0x6343 2414*ad30f8e7SGabor Kovesdan0x5FE0 = 0x5652 2415*ad30f8e7SGabor Kovesdan0x5FE1 = 0x6267 2416*ad30f8e7SGabor Kovesdan0x5FE4 = 0x6268 2417*ad30f8e7SGabor Kovesdan0x5FE7 = 0x5347 2418*ad30f8e7SGabor Kovesdan0x5FEA = 0x626C 2419*ad30f8e7SGabor Kovesdan0x5FEB = 0x3F6C 2420*ad30f8e7SGabor Kovesdan0x5FED = 0x626D 2421*ad30f8e7SGabor Kovesdan0x5FEE = 0x6265 2422*ad30f8e7SGabor Kovesdan0x5FF1 = 0x3340 2423*ad30f8e7SGabor Kovesdan0x5FF5 = 0x446E 2424*ad30f8e7SGabor Kovesdan0x5FF8 = 0x626E 2425*ad30f8e7SGabor Kovesdan0x5FFB = 0x5043 2426*ad30f8e7SGabor Kovesdan0x5FFD = 0x3A76 2427*ad30f8e7SGabor Kovesdan0x5FFE = 0x6269 2428*ad30f8e7SGabor Kovesdan0x5FFF = 0x375E 2429*ad30f8e7SGabor Kovesdan0x6000 = 0x3B33 2430*ad30f8e7SGabor Kovesdan0x6001 = 0x4C2C 2431*ad30f8e7SGabor Kovesdan0x6002 = 0x4B4B 2432*ad30f8e7SGabor Kovesdan0x6003 = 0x6264 2433*ad30f8e7SGabor Kovesdan0x6004 = 0x6266 2434*ad30f8e7SGabor Kovesdan0x6005 = 0x626A 2435*ad30f8e7SGabor Kovesdan0x6006 = 0x626B 2436*ad30f8e7SGabor Kovesdan0x600A = 0x6277 2437*ad30f8e7SGabor Kovesdan0x600D = 0x6274 2438*ad30f8e7SGabor Kovesdan0x600E = 0x5475 2439*ad30f8e7SGabor Kovesdan0x600F = 0x6273 2440*ad30f8e7SGabor Kovesdan0x6012 = 0x452D 2441*ad30f8e7SGabor Kovesdan0x6014 = 0x557A 2442*ad30f8e7SGabor Kovesdan0x6015 = 0x4542 2443*ad30f8e7SGabor Kovesdan0x6016 = 0x3240 2444*ad30f8e7SGabor Kovesdan0x6019 = 0x626F 2445*ad30f8e7SGabor Kovesdan0x601B = 0x6272 2446*ad30f8e7SGabor Kovesdan0x601C = 0x412F 2447*ad30f8e7SGabor Kovesdan0x601D = 0x4B3C 2448*ad30f8e7SGabor Kovesdan0x6020 = 0x3521 2449*ad30f8e7SGabor Kovesdan0x6021 = 0x6279 2450*ad30f8e7SGabor Kovesdan0x6025 = 0x3C31 2451*ad30f8e7SGabor Kovesdan0x6026 = 0x6271 2452*ad30f8e7SGabor Kovesdan0x6027 = 0x5054 2453*ad30f8e7SGabor Kovesdan0x6028 = 0x5439 2454*ad30f8e7SGabor Kovesdan0x6029 = 0x6275 2455*ad30f8e7SGabor Kovesdan0x602A = 0x3956 2456*ad30f8e7SGabor Kovesdan0x602B = 0x6276 2457*ad30f8e7SGabor Kovesdan0x602F = 0x4753 2458*ad30f8e7SGabor Kovesdan0x6035 = 0x6270 2459*ad30f8e7SGabor Kovesdan0x603B = 0x575C 2460*ad30f8e7SGabor Kovesdan0x603C = 0x6D21 2461*ad30f8e7SGabor Kovesdan0x603F = 0x6278 2462*ad30f8e7SGabor Kovesdan0x6041 = 0x6D25 2463*ad30f8e7SGabor Kovesdan0x6042 = 0x627E 2464*ad30f8e7SGabor Kovesdan0x6043 = 0x4A51 2465*ad30f8e7SGabor Kovesdan0x604B = 0x4135 2466*ad30f8e7SGabor Kovesdan0x604D = 0x3B50 2467*ad30f8e7SGabor Kovesdan0x6050 = 0x3F56 2468*ad30f8e7SGabor Kovesdan0x6052 = 0x3A63 2469*ad30f8e7SGabor Kovesdan0x6055 = 0x4B21 2470*ad30f8e7SGabor Kovesdan0x6059 = 0x6D26 2471*ad30f8e7SGabor Kovesdan0x605A = 0x6D23 2472*ad30f8e7SGabor Kovesdan0x605D = 0x6D22 2473*ad30f8e7SGabor Kovesdan0x6062 = 0x3B56 2474*ad30f8e7SGabor Kovesdan0x6063 = 0x6D27 2475*ad30f8e7SGabor Kovesdan0x6064 = 0x5074 2476*ad30f8e7SGabor Kovesdan0x6067 = 0x6D24 2477*ad30f8e7SGabor Kovesdan0x6068 = 0x3A5E 2478*ad30f8e7SGabor Kovesdan0x6069 = 0x3677 2479*ad30f8e7SGabor Kovesdan0x606A = 0x6321 2480*ad30f8e7SGabor Kovesdan0x606B = 0x3632 2481*ad30f8e7SGabor Kovesdan0x606C = 0x4C71 2482*ad30f8e7SGabor Kovesdan0x606D = 0x3927 2483*ad30f8e7SGabor Kovesdan0x606F = 0x4F22 2484*ad30f8e7SGabor Kovesdan0x6070 = 0x4721 2485*ad30f8e7SGabor Kovesdan0x6073 = 0x3F52 2486*ad30f8e7SGabor Kovesdan0x6076 = 0x3671 2487*ad30f8e7SGabor Kovesdan0x6078 = 0x627A 2488*ad30f8e7SGabor Kovesdan0x6079 = 0x627B 2489*ad30f8e7SGabor Kovesdan0x607A = 0x627D 2490*ad30f8e7SGabor Kovesdan0x607B = 0x627C 2491*ad30f8e7SGabor Kovesdan0x607C = 0x4455 2492*ad30f8e7SGabor Kovesdan0x607D = 0x6322 2493*ad30f8e7SGabor Kovesdan0x607F = 0x5341 2494*ad30f8e7SGabor Kovesdan0x6083 = 0x6327 2495*ad30f8e7SGabor Kovesdan0x6084 = 0x4744 2496*ad30f8e7SGabor Kovesdan0x6089 = 0x4F24 2497*ad30f8e7SGabor Kovesdan0x608C = 0x6329 2498*ad30f8e7SGabor Kovesdan0x608D = 0x3A37 2499*ad30f8e7SGabor Kovesdan0x6092 = 0x6328 2500*ad30f8e7SGabor Kovesdan0x6094 = 0x3B5A 2501*ad30f8e7SGabor Kovesdan0x6096 = 0x6323 2502*ad30f8e7SGabor Kovesdan0x609A = 0x6324 2503*ad30f8e7SGabor Kovesdan0x609B = 0x632A 2504*ad30f8e7SGabor Kovesdan0x609D = 0x6326 2505*ad30f8e7SGabor Kovesdan0x609F = 0x4E72 2506*ad30f8e7SGabor Kovesdan0x60A0 = 0x5346 2507*ad30f8e7SGabor Kovesdan0x60A3 = 0x3B3C 2508*ad30f8e7SGabor Kovesdan0x60A6 = 0x5443 2509*ad30f8e7SGabor Kovesdan0x60A8 = 0x447A 2510*ad30f8e7SGabor Kovesdan0x60AB = 0x6D28 2511*ad30f8e7SGabor Kovesdan0x60AC = 0x507C 2512*ad30f8e7SGabor Kovesdan0x60AD = 0x6325 2513*ad30f8e7SGabor Kovesdan0x60AF = 0x4375 2514*ad30f8e7SGabor Kovesdan0x60B1 = 0x632D 2515*ad30f8e7SGabor Kovesdan0x60B2 = 0x312F 2516*ad30f8e7SGabor Kovesdan0x60B4 = 0x6332 2517*ad30f8e7SGabor Kovesdan0x60B8 = 0x3C42 2518*ad30f8e7SGabor Kovesdan0x60BB = 0x632C 2519*ad30f8e7SGabor Kovesdan0x60BC = 0x353F 2520*ad30f8e7SGabor Kovesdan0x60C5 = 0x4769 2521*ad30f8e7SGabor Kovesdan0x60C6 = 0x6330 2522*ad30f8e7SGabor Kovesdan0x60CA = 0x3E2A 2523*ad30f8e7SGabor Kovesdan0x60CB = 0x4D6F 2524*ad30f8e7SGabor Kovesdan0x60D1 = 0x3B73 2525*ad30f8e7SGabor Kovesdan0x60D5 = 0x4C68 2526*ad30f8e7SGabor Kovesdan0x60D8 = 0x632F 2527*ad30f8e7SGabor Kovesdan0x60DA = 0x6331 2528*ad30f8e7SGabor Kovesdan0x60DC = 0x4F27 2529*ad30f8e7SGabor Kovesdan0x60DD = 0x632E 2530*ad30f8e7SGabor Kovesdan0x60DF = 0x4E29 2531*ad30f8e7SGabor Kovesdan0x60E0 = 0x3B5D 2532*ad30f8e7SGabor Kovesdan0x60E6 = 0x356B 2533*ad30f8e7SGabor Kovesdan0x60E7 = 0x3E65 2534*ad30f8e7SGabor Kovesdan0x60E8 = 0x3252 2535*ad30f8e7SGabor Kovesdan0x60E9 = 0x334D 2536*ad30f8e7SGabor Kovesdan0x60EB = 0x3139 2537*ad30f8e7SGabor Kovesdan0x60EC = 0x632B 2538*ad30f8e7SGabor Kovesdan0x60ED = 0x3251 2539*ad30f8e7SGabor Kovesdan0x60EE = 0x352C 2540*ad30f8e7SGabor Kovesdan0x60EF = 0x395F 2541*ad30f8e7SGabor Kovesdan0x60F0 = 0x3668 2542*ad30f8e7SGabor Kovesdan0x60F3 = 0x4F6B 2543*ad30f8e7SGabor Kovesdan0x60F4 = 0x6337 2544*ad30f8e7SGabor Kovesdan0x60F6 = 0x3B4C 2545*ad30f8e7SGabor Kovesdan0x60F9 = 0x4847 2546*ad30f8e7SGabor Kovesdan0x60FA = 0x504A 2547*ad30f8e7SGabor Kovesdan0x6100 = 0x6338 2548*ad30f8e7SGabor Kovesdan0x6101 = 0x336E 2549*ad30f8e7SGabor Kovesdan0x6106 = 0x6D29 2550*ad30f8e7SGabor Kovesdan0x6108 = 0x537A 2551*ad30f8e7SGabor Kovesdan0x6109 = 0x5364 2552*ad30f8e7SGabor Kovesdan0x610D = 0x6D2A 2553*ad30f8e7SGabor Kovesdan0x610E = 0x6339 2554*ad30f8e7SGabor Kovesdan0x610F = 0x5262 2555*ad30f8e7SGabor Kovesdan0x6115 = 0x6335 2556*ad30f8e7SGabor Kovesdan0x611A = 0x535E 2557*ad30f8e7SGabor Kovesdan0x611F = 0x3850 2558*ad30f8e7SGabor Kovesdan0x6120 = 0x6333 2559*ad30f8e7SGabor Kovesdan0x6123 = 0x6336 2560*ad30f8e7SGabor Kovesdan0x6124 = 0x375F 2561*ad30f8e7SGabor Kovesdan0x6126 = 0x6334 2562*ad30f8e7SGabor Kovesdan0x6127 = 0x4022 2563*ad30f8e7SGabor Kovesdan0x612B = 0x633A 2564*ad30f8e7SGabor Kovesdan0x613F = 0x5438 2565*ad30f8e7SGabor Kovesdan0x6148 = 0x3448 2566*ad30f8e7SGabor Kovesdan0x614A = 0x633B 2567*ad30f8e7SGabor Kovesdan0x614C = 0x3B45 2568*ad30f8e7SGabor Kovesdan0x614E = 0x4977 2569*ad30f8e7SGabor Kovesdan0x6151 = 0x4965 2570*ad30f8e7SGabor Kovesdan0x6155 = 0x443D 2571*ad30f8e7SGabor Kovesdan0x615D = 0x6D2B 2572*ad30f8e7SGabor Kovesdan0x6162 = 0x427D 2573*ad30f8e7SGabor Kovesdan0x6167 = 0x3B5B 2574*ad30f8e7SGabor Kovesdan0x6168 = 0x3F2E 2575*ad30f8e7SGabor Kovesdan0x6170 = 0x4E3F 2576*ad30f8e7SGabor Kovesdan0x6175 = 0x633C 2577*ad30f8e7SGabor Kovesdan0x6177 = 0x3F36 2578*ad30f8e7SGabor Kovesdan0x618B = 0x316F 2579*ad30f8e7SGabor Kovesdan0x618E = 0x5477 2580*ad30f8e7SGabor Kovesdan0x6194 = 0x633E 2581*ad30f8e7SGabor Kovesdan0x619D = 0x6D2D 2582*ad30f8e7SGabor Kovesdan0x61A7 = 0x633F 2583*ad30f8e7SGabor Kovesdan0x61A8 = 0x3A29 2584*ad30f8e7SGabor Kovesdan0x61A9 = 0x6D2C 2585*ad30f8e7SGabor Kovesdan0x61AC = 0x633D 2586*ad30f8e7SGabor Kovesdan0x61B7 = 0x6340 2587*ad30f8e7SGabor Kovesdan0x61BE = 0x3A36 2588*ad30f8e7SGabor Kovesdan0x61C2 = 0x362E 2589*ad30f8e7SGabor Kovesdan0x61C8 = 0x5038 2590*ad30f8e7SGabor Kovesdan0x61CA = 0x3043 2591*ad30f8e7SGabor Kovesdan0x61CB = 0x6D2E 2592*ad30f8e7SGabor Kovesdan0x61D1 = 0x6D2F 2593*ad30f8e7SGabor Kovesdan0x61D2 = 0x4041 2594*ad30f8e7SGabor Kovesdan0x61D4 = 0x6341 2595*ad30f8e7SGabor Kovesdan0x61E6 = 0x4533 2596*ad30f8e7SGabor Kovesdan0x61F5 = 0x6342 2597*ad30f8e7SGabor Kovesdan0x61FF = 0x5C32 2598*ad30f8e7SGabor Kovesdan0x6206 = 0x6D30 2599*ad30f8e7SGabor Kovesdan0x6208 = 0x386A 2600*ad30f8e7SGabor Kovesdan0x620A = 0x4E6C 2601*ad30f8e7SGabor Kovesdan0x620B = 0x6A27 2602*ad30f8e7SGabor Kovesdan0x620C = 0x5067 2603*ad30f8e7SGabor Kovesdan0x620D = 0x4A79 2604*ad30f8e7SGabor Kovesdan0x620E = 0x4856 2605*ad30f8e7SGabor Kovesdan0x620F = 0x4F37 2606*ad30f8e7SGabor Kovesdan0x6210 = 0x3349 2607*ad30f8e7SGabor Kovesdan0x6211 = 0x4E52 2608*ad30f8e7SGabor Kovesdan0x6212 = 0x3D64 2609*ad30f8e7SGabor Kovesdan0x6215 = 0x635E 2610*ad30f8e7SGabor Kovesdan0x6216 = 0x3B72 2611*ad30f8e7SGabor Kovesdan0x6217 = 0x6A28 2612*ad30f8e7SGabor Kovesdan0x6218 = 0x553D 2613*ad30f8e7SGabor Kovesdan0x621A = 0x465D 2614*ad30f8e7SGabor Kovesdan0x621B = 0x6A29 2615*ad30f8e7SGabor Kovesdan0x621F = 0x6A2A 2616*ad30f8e7SGabor Kovesdan0x6221 = 0x6A2C 2617*ad30f8e7SGabor Kovesdan0x6222 = 0x6A2B 2618*ad30f8e7SGabor Kovesdan0x6224 = 0x6A2E 2619*ad30f8e7SGabor Kovesdan0x6225 = 0x6A2D 2620*ad30f8e7SGabor Kovesdan0x622A = 0x3D58 2621*ad30f8e7SGabor Kovesdan0x622C = 0x6A2F 2622*ad30f8e7SGabor Kovesdan0x622E = 0x423E 2623*ad30f8e7SGabor Kovesdan0x6233 = 0x3441 2624*ad30f8e7SGabor Kovesdan0x6234 = 0x3477 2625*ad30f8e7SGabor Kovesdan0x6237 = 0x3B27 2626*ad30f8e7SGabor Kovesdan0x623D = 0x6C66 2627*ad30f8e7SGabor Kovesdan0x623E = 0x6C65 2628*ad30f8e7SGabor Kovesdan0x623F = 0x373F 2629*ad30f8e7SGabor Kovesdan0x6240 = 0x4B79 2630*ad30f8e7SGabor Kovesdan0x6241 = 0x3162 2631*ad30f8e7SGabor Kovesdan0x6243 = 0x6C67 2632*ad30f8e7SGabor Kovesdan0x6247 = 0x4948 2633*ad30f8e7SGabor Kovesdan0x6248 = 0x6C68 2634*ad30f8e7SGabor Kovesdan0x6249 = 0x6C69 2635*ad30f8e7SGabor Kovesdan0x624B = 0x4A56 2636*ad30f8e7SGabor Kovesdan0x624C = 0x5E50 2637*ad30f8e7SGabor Kovesdan0x624D = 0x3245 2638*ad30f8e7SGabor Kovesdan0x624E = 0x547A 2639*ad30f8e7SGabor Kovesdan0x6251 = 0x464B 2640*ad30f8e7SGabor Kovesdan0x6252 = 0x3047 2641*ad30f8e7SGabor Kovesdan0x6253 = 0x3472 2642*ad30f8e7SGabor Kovesdan0x6254 = 0x4853 2643*ad30f8e7SGabor Kovesdan0x6258 = 0x4D50 2644*ad30f8e7SGabor Kovesdan0x625B = 0x3F38 2645*ad30f8e7SGabor Kovesdan0x6263 = 0x3F5B 2646*ad30f8e7SGabor Kovesdan0x6266 = 0x4724 2647*ad30f8e7SGabor Kovesdan0x6267 = 0x5634 2648*ad30f8e7SGabor Kovesdan0x6269 = 0x4029 2649*ad30f8e7SGabor Kovesdan0x626A = 0x5E51 2650*ad30f8e7SGabor Kovesdan0x626B = 0x4928 2651*ad30f8e7SGabor Kovesdan0x626C = 0x516F 2652*ad30f8e7SGabor Kovesdan0x626D = 0x4524 2653*ad30f8e7SGabor Kovesdan0x626E = 0x3067 2654*ad30f8e7SGabor Kovesdan0x626F = 0x3336 2655*ad30f8e7SGabor Kovesdan0x6270 = 0x4845 2656*ad30f8e7SGabor Kovesdan0x6273 = 0x3062 2657*ad30f8e7SGabor Kovesdan0x6276 = 0x3776 2658*ad30f8e7SGabor Kovesdan0x6279 = 0x457A 2659*ad30f8e7SGabor Kovesdan0x627C = 0x3673 2660*ad30f8e7SGabor Kovesdan0x627E = 0x5552 2661*ad30f8e7SGabor Kovesdan0x627F = 0x3350 2662*ad30f8e7SGabor Kovesdan0x6280 = 0x3C3C 2663*ad30f8e7SGabor Kovesdan0x6284 = 0x332D 2664*ad30f8e7SGabor Kovesdan0x6289 = 0x3E71 2665*ad30f8e7SGabor Kovesdan0x628A = 0x3051 2666*ad30f8e7SGabor Kovesdan0x6291 = 0x5256 2667*ad30f8e7SGabor Kovesdan0x6292 = 0x4A63 2668*ad30f8e7SGabor Kovesdan0x6293 = 0x5725 2669*ad30f8e7SGabor Kovesdan0x6295 = 0x4D36 2670*ad30f8e7SGabor Kovesdan0x6296 = 0x3636 2671*ad30f8e7SGabor Kovesdan0x6297 = 0x3F39 2672*ad30f8e7SGabor Kovesdan0x6298 = 0x555B 2673*ad30f8e7SGabor Kovesdan0x629A = 0x3827 2674*ad30f8e7SGabor Kovesdan0x629B = 0x4557 2675*ad30f8e7SGabor Kovesdan0x629F = 0x5E52 2676*ad30f8e7SGabor Kovesdan0x62A0 = 0x3F59 2677*ad30f8e7SGabor Kovesdan0x62A1 = 0x4255 2678*ad30f8e7SGabor Kovesdan0x62A2 = 0x4740 2679*ad30f8e7SGabor Kovesdan0x62A4 = 0x3B24 2680*ad30f8e7SGabor Kovesdan0x62A5 = 0x3128 2681*ad30f8e7SGabor Kovesdan0x62A8 = 0x456A 2682*ad30f8e7SGabor Kovesdan0x62AB = 0x457B 2683*ad30f8e7SGabor Kovesdan0x62AC = 0x4C27 2684*ad30f8e7SGabor Kovesdan0x62B1 = 0x3127 2685*ad30f8e7SGabor Kovesdan0x62B5 = 0x3556 2686*ad30f8e7SGabor Kovesdan0x62B9 = 0x4428 2687*ad30f8e7SGabor Kovesdan0x62BB = 0x5E53 2688*ad30f8e7SGabor Kovesdan0x62BC = 0x513A 2689*ad30f8e7SGabor Kovesdan0x62BD = 0x3369 2690*ad30f8e7SGabor Kovesdan0x62BF = 0x4372 2691*ad30f8e7SGabor Kovesdan0x62C2 = 0x3777 2692*ad30f8e7SGabor Kovesdan0x62C4 = 0x5674 2693*ad30f8e7SGabor Kovesdan0x62C5 = 0x3523 2694*ad30f8e7SGabor Kovesdan0x62C6 = 0x3270 2695*ad30f8e7SGabor Kovesdan0x62C7 = 0x4434 2696*ad30f8e7SGabor Kovesdan0x62C8 = 0x4469 2697*ad30f8e7SGabor Kovesdan0x62C9 = 0x402D 2698*ad30f8e7SGabor Kovesdan0x62CA = 0x5E54 2699*ad30f8e7SGabor Kovesdan0x62CC = 0x3068 2700*ad30f8e7SGabor Kovesdan0x62CD = 0x4544 2701*ad30f8e7SGabor Kovesdan0x62CE = 0x4160 2702*ad30f8e7SGabor Kovesdan0x62D0 = 0x3955 2703*ad30f8e7SGabor Kovesdan0x62D2 = 0x3E5C 2704*ad30f8e7SGabor Kovesdan0x62D3 = 0x4D58 2705*ad30f8e7SGabor Kovesdan0x62D4 = 0x304E 2706*ad30f8e7SGabor Kovesdan0x62D6 = 0x4D4F 2707*ad30f8e7SGabor Kovesdan0x62D7 = 0x5E56 2708*ad30f8e7SGabor Kovesdan0x62D8 = 0x3E50 2709*ad30f8e7SGabor Kovesdan0x62D9 = 0x573E 2710*ad30f8e7SGabor Kovesdan0x62DA = 0x5E55 2711*ad30f8e7SGabor Kovesdan0x62DB = 0x5550 2712*ad30f8e7SGabor Kovesdan0x62DC = 0x305D 2713*ad30f8e7SGabor Kovesdan0x62DF = 0x4462 2714*ad30f8e7SGabor Kovesdan0x62E2 = 0x4223 2715*ad30f8e7SGabor Kovesdan0x62E3 = 0x3C70 2716*ad30f8e7SGabor Kovesdan0x62E5 = 0x5335 2717*ad30f8e7SGabor Kovesdan0x62E6 = 0x4039 2718*ad30f8e7SGabor Kovesdan0x62E7 = 0x4521 2719*ad30f8e7SGabor Kovesdan0x62E8 = 0x3226 2720*ad30f8e7SGabor Kovesdan0x62E9 = 0x5471 2721*ad30f8e7SGabor Kovesdan0x62EC = 0x4028 2722*ad30f8e7SGabor Kovesdan0x62ED = 0x4A43 2723*ad30f8e7SGabor Kovesdan0x62EE = 0x5E57 2724*ad30f8e7SGabor Kovesdan0x62EF = 0x557C 2725*ad30f8e7SGabor Kovesdan0x62F1 = 0x3930 2726*ad30f8e7SGabor Kovesdan0x62F3 = 0x482D 2727*ad30f8e7SGabor Kovesdan0x62F4 = 0x4B29 2728*ad30f8e7SGabor Kovesdan0x62F6 = 0x5E59 2729*ad30f8e7SGabor Kovesdan0x62F7 = 0x3F3D 2730*ad30f8e7SGabor Kovesdan0x62FC = 0x4634 2731*ad30f8e7SGabor Kovesdan0x62FD = 0x5727 2732*ad30f8e7SGabor Kovesdan0x62FE = 0x4A30 2733*ad30f8e7SGabor Kovesdan0x62FF = 0x4443 2734*ad30f8e7SGabor Kovesdan0x6301 = 0x3356 2735*ad30f8e7SGabor Kovesdan0x6302 = 0x3952 2736*ad30f8e7SGabor Kovesdan0x6307 = 0x5638 2737*ad30f8e7SGabor Kovesdan0x6308 = 0x6A7C 2738*ad30f8e7SGabor Kovesdan0x6309 = 0x3034 2739*ad30f8e7SGabor Kovesdan0x630E = 0x3F66 2740*ad30f8e7SGabor Kovesdan0x6311 = 0x4C74 2741*ad30f8e7SGabor Kovesdan0x6316 = 0x4D5A 2742*ad30f8e7SGabor Kovesdan0x631A = 0x563F 2743*ad30f8e7SGabor Kovesdan0x631B = 0x424E 2744*ad30f8e7SGabor Kovesdan0x631D = 0x4E4E 2745*ad30f8e7SGabor Kovesdan0x631E = 0x4C22 2746*ad30f8e7SGabor Kovesdan0x631F = 0x502E 2747*ad30f8e7SGabor Kovesdan0x6320 = 0x4453 2748*ad30f8e7SGabor Kovesdan0x6321 = 0x3532 2749*ad30f8e7SGabor Kovesdan0x6322 = 0x5E58 2750*ad30f8e7SGabor Kovesdan0x6323 = 0x5575 2751*ad30f8e7SGabor Kovesdan0x6324 = 0x3C37 2752*ad30f8e7SGabor Kovesdan0x6325 = 0x3B53 2753*ad30f8e7SGabor Kovesdan0x6328 = 0x3024 2754*ad30f8e7SGabor Kovesdan0x632A = 0x4532 2755*ad30f8e7SGabor Kovesdan0x632B = 0x346C 2756*ad30f8e7SGabor Kovesdan0x632F = 0x5571 2757*ad30f8e7SGabor Kovesdan0x6332 = 0x6A7D 2758*ad30f8e7SGabor Kovesdan0x6339 = 0x5E5A 2759*ad30f8e7SGabor Kovesdan0x633A = 0x4D26 2760*ad30f8e7SGabor Kovesdan0x633D = 0x4D6C 2761*ad30f8e7SGabor Kovesdan0x6342 = 0x4E66 2762*ad30f8e7SGabor Kovesdan0x6343 = 0x5E5C 2763*ad30f8e7SGabor Kovesdan0x6345 = 0x4D31 2764*ad30f8e7SGabor Kovesdan0x6346 = 0x4026 2765*ad30f8e7SGabor Kovesdan0x6349 = 0x573D 2766*ad30f8e7SGabor Kovesdan0x634B = 0x5E5B 2767*ad30f8e7SGabor Kovesdan0x634C = 0x3046 2768*ad30f8e7SGabor Kovesdan0x634D = 0x3A34 2769*ad30f8e7SGabor Kovesdan0x634E = 0x4953 2770*ad30f8e7SGabor Kovesdan0x634F = 0x4473 2771*ad30f8e7SGabor Kovesdan0x6350 = 0x3E68 2772*ad30f8e7SGabor Kovesdan0x6355 = 0x3236 2773*ad30f8e7SGabor Kovesdan0x635E = 0x404C 2774*ad30f8e7SGabor Kovesdan0x635F = 0x4B70 2775*ad30f8e7SGabor Kovesdan0x6361 = 0x3C71 2776*ad30f8e7SGabor Kovesdan0x6362 = 0x3B3B 2777*ad30f8e7SGabor Kovesdan0x6363 = 0x3537 2778*ad30f8e7SGabor Kovesdan0x6367 = 0x4575 2779*ad30f8e7SGabor Kovesdan0x6369 = 0x5E66 2780*ad30f8e7SGabor Kovesdan0x636D = 0x5E63 2781*ad30f8e7SGabor Kovesdan0x636E = 0x3E5D 2782*ad30f8e7SGabor Kovesdan0x6371 = 0x5E5F 2783*ad30f8e7SGabor Kovesdan0x6376 = 0x3437 2784*ad30f8e7SGabor Kovesdan0x6377 = 0x3D5D 2785*ad30f8e7SGabor Kovesdan0x637A = 0x5E60 2786*ad30f8e7SGabor Kovesdan0x637B = 0x446D 2787*ad30f8e7SGabor Kovesdan0x6380 = 0x4F46 2788*ad30f8e7SGabor Kovesdan0x6382 = 0x3560 2789*ad30f8e7SGabor Kovesdan0x6387 = 0x365E 2790*ad30f8e7SGabor Kovesdan0x6388 = 0x4A5A 2791*ad30f8e7SGabor Kovesdan0x6389 = 0x3574 2792*ad30f8e7SGabor Kovesdan0x638A = 0x5E65 2793*ad30f8e7SGabor Kovesdan0x638C = 0x5546 2794*ad30f8e7SGabor Kovesdan0x638E = 0x5E61 2795*ad30f8e7SGabor Kovesdan0x638F = 0x4C4D 2796*ad30f8e7SGabor Kovesdan0x6390 = 0x467E 2797*ad30f8e7SGabor Kovesdan0x6392 = 0x4545 2798*ad30f8e7SGabor Kovesdan0x6396 = 0x5234 2799*ad30f8e7SGabor Kovesdan0x6398 = 0x3E72 2800*ad30f8e7SGabor Kovesdan0x63A0 = 0x4253 2801*ad30f8e7SGabor Kovesdan0x63A2 = 0x4C3D 2802*ad30f8e7SGabor Kovesdan0x63A3 = 0x3338 2803*ad30f8e7SGabor Kovesdan0x63A5 = 0x3D53 2804*ad30f8e7SGabor Kovesdan0x63A7 = 0x3F58 2805*ad30f8e7SGabor Kovesdan0x63A8 = 0x4D46 2806*ad30f8e7SGabor Kovesdan0x63A9 = 0x515A 2807*ad30f8e7SGabor Kovesdan0x63AA = 0x346B 2808*ad30f8e7SGabor Kovesdan0x63AC = 0x5E64 2809*ad30f8e7SGabor Kovesdan0x63AD = 0x5E5D 2810*ad30f8e7SGabor Kovesdan0x63AE = 0x5E67 2811*ad30f8e7SGabor Kovesdan0x63B0 = 0x6A7E 2812*ad30f8e7SGabor Kovesdan0x63B3 = 0x4230 2813*ad30f8e7SGabor Kovesdan0x63B4 = 0x5E62 2814*ad30f8e7SGabor Kovesdan0x63B7 = 0x5640 2815*ad30f8e7SGabor Kovesdan0x63B8 = 0x3527 2816*ad30f8e7SGabor Kovesdan0x63BA = 0x3274 2817*ad30f8e7SGabor Kovesdan0x63BC = 0x5E68 2818*ad30f8e7SGabor Kovesdan0x63BE = 0x5E72 2819*ad30f8e7SGabor Kovesdan0x63C4 = 0x5E6D 2820*ad30f8e7SGabor Kovesdan0x63C6 = 0x5E71 2821*ad30f8e7SGabor Kovesdan0x63C9 = 0x4860 2822*ad30f8e7SGabor Kovesdan0x63CD = 0x5761 2823*ad30f8e7SGabor Kovesdan0x63CE = 0x5E6F 2824*ad30f8e7SGabor Kovesdan0x63CF = 0x4368 2825*ad30f8e7SGabor Kovesdan0x63D0 = 0x4C61 2826*ad30f8e7SGabor Kovesdan0x63D2 = 0x3265 2827*ad30f8e7SGabor Kovesdan0x63D6 = 0x523E 2828*ad30f8e7SGabor Kovesdan0x63DE = 0x5E6E 2829*ad30f8e7SGabor Kovesdan0x63E0 = 0x5E6B 2830*ad30f8e7SGabor Kovesdan0x63E1 = 0x4E55 2831*ad30f8e7SGabor Kovesdan0x63E3 = 0x3427 2832*ad30f8e7SGabor Kovesdan0x63E9 = 0x3F2B 2833*ad30f8e7SGabor Kovesdan0x63EA = 0x3E3E 2834*ad30f8e7SGabor Kovesdan0x63ED = 0x3D52 2835*ad30f8e7SGabor Kovesdan0x63F2 = 0x5E69 2836*ad30f8e7SGabor Kovesdan0x63F4 = 0x542E 2837*ad30f8e7SGabor Kovesdan0x63F6 = 0x5E5E 2838*ad30f8e7SGabor Kovesdan0x63F8 = 0x5E6A 2839*ad30f8e7SGabor Kovesdan0x63FD = 0x403F 2840*ad30f8e7SGabor Kovesdan0x63FF = 0x5E6C 2841*ad30f8e7SGabor Kovesdan0x6400 = 0x3273 2842*ad30f8e7SGabor Kovesdan0x6401 = 0x3869 2843*ad30f8e7SGabor Kovesdan0x6402 = 0x4227 2844*ad30f8e7SGabor Kovesdan0x6405 = 0x3D41 2845*ad30f8e7SGabor Kovesdan0x640B = 0x5E75 2846*ad30f8e7SGabor Kovesdan0x640C = 0x5E78 2847*ad30f8e7SGabor Kovesdan0x640F = 0x322B 2848*ad30f8e7SGabor Kovesdan0x6410 = 0x3424 2849*ad30f8e7SGabor Kovesdan0x6413 = 0x346A 2850*ad30f8e7SGabor Kovesdan0x6414 = 0x4926 2851*ad30f8e7SGabor Kovesdan0x641B = 0x5E76 2852*ad30f8e7SGabor Kovesdan0x641C = 0x4B51 2853*ad30f8e7SGabor Kovesdan0x641E = 0x3863 2854*ad30f8e7SGabor Kovesdan0x6420 = 0x5E77 2855*ad30f8e7SGabor Kovesdan0x6421 = 0x5E7A 2856*ad30f8e7SGabor Kovesdan0x6426 = 0x5E79 2857*ad30f8e7SGabor Kovesdan0x642A = 0x4C42 2858*ad30f8e7SGabor Kovesdan0x642C = 0x3061 2859*ad30f8e7SGabor Kovesdan0x642D = 0x346E 2860*ad30f8e7SGabor Kovesdan0x6434 = 0x653A 2861*ad30f8e7SGabor Kovesdan0x643A = 0x502F 2862*ad30f8e7SGabor Kovesdan0x643D = 0x326B 2863*ad30f8e7SGabor Kovesdan0x643F = 0x6B21 2864*ad30f8e7SGabor Kovesdan0x6441 = 0x5E74 2865*ad30f8e7SGabor Kovesdan0x6444 = 0x4963 2866*ad30f8e7SGabor Kovesdan0x6445 = 0x5E73 2867*ad30f8e7SGabor Kovesdan0x6446 = 0x305A 2868*ad30f8e7SGabor Kovesdan0x6447 = 0x5221 2869*ad30f8e7SGabor Kovesdan0x6448 = 0x3177 2870*ad30f8e7SGabor Kovesdan0x644A = 0x4C2F 2871*ad30f8e7SGabor Kovesdan0x6452 = 0x5E70 2872*ad30f8e7SGabor Kovesdan0x6454 = 0x4B24 2873*ad30f8e7SGabor Kovesdan0x6458 = 0x552A 2874*ad30f8e7SGabor Kovesdan0x645E = 0x5E7B 2875*ad30f8e7SGabor Kovesdan0x6467 = 0x345D 2876*ad30f8e7SGabor Kovesdan0x6469 = 0x4426 2877*ad30f8e7SGabor Kovesdan0x646D = 0x5E7D 2878*ad30f8e7SGabor Kovesdan0x6478 = 0x437E 2879*ad30f8e7SGabor Kovesdan0x6479 = 0x4421 2880*ad30f8e7SGabor Kovesdan0x647A = 0x5F21 2881*ad30f8e7SGabor Kovesdan0x6482 = 0x414C 2882*ad30f8e7SGabor Kovesdan0x6484 = 0x5E7C 2883*ad30f8e7SGabor Kovesdan0x6485 = 0x3E6F 2884*ad30f8e7SGabor Kovesdan0x6487 = 0x4632 2885*ad30f8e7SGabor Kovesdan0x6491 = 0x3345 2886*ad30f8e7SGabor Kovesdan0x6492 = 0x4876 2887*ad30f8e7SGabor Kovesdan0x6495 = 0x4B3A 2888*ad30f8e7SGabor Kovesdan0x6496 = 0x5E7E 2889*ad30f8e7SGabor Kovesdan0x6499 = 0x5F24 2890*ad30f8e7SGabor Kovesdan0x649E = 0x5732 2891*ad30f8e7SGabor Kovesdan0x64A4 = 0x3337 2892*ad30f8e7SGabor Kovesdan0x64A9 = 0x4143 2893*ad30f8e7SGabor Kovesdan0x64AC = 0x474B 2894*ad30f8e7SGabor Kovesdan0x64AD = 0x3225 2895*ad30f8e7SGabor Kovesdan0x64AE = 0x3469 2896*ad30f8e7SGabor Kovesdan0x64B0 = 0x572B 2897*ad30f8e7SGabor Kovesdan0x64B5 = 0x446C 2898*ad30f8e7SGabor Kovesdan0x64B7 = 0x5F22 2899*ad30f8e7SGabor Kovesdan0x64B8 = 0x5F23 2900*ad30f8e7SGabor Kovesdan0x64BA = 0x5F25 2901*ad30f8e7SGabor Kovesdan0x64BC = 0x3A33 2902*ad30f8e7SGabor Kovesdan0x64C0 = 0x5F26 2903*ad30f8e7SGabor Kovesdan0x64C2 = 0x405E 2904*ad30f8e7SGabor Kovesdan0x64C5 = 0x4943 2905*ad30f8e7SGabor Kovesdan0x64CD = 0x3259 2906*ad30f8e7SGabor Kovesdan0x64CE = 0x4766 2907*ad30f8e7SGabor Kovesdan0x64D0 = 0x5F27 2908*ad30f8e7SGabor Kovesdan0x64D2 = 0x475C 2909*ad30f8e7SGabor Kovesdan0x64D7 = 0x5F28 2910*ad30f8e7SGabor Kovesdan0x64D8 = 0x6B22 2911*ad30f8e7SGabor Kovesdan0x64DE = 0x4B53 2912*ad30f8e7SGabor Kovesdan0x64E2 = 0x5F2A 2913*ad30f8e7SGabor Kovesdan0x64E4 = 0x5F29 2914*ad30f8e7SGabor Kovesdan0x64E6 = 0x3241 2915*ad30f8e7SGabor Kovesdan0x6500 = 0x454A 2916*ad30f8e7SGabor Kovesdan0x6509 = 0x5F2B 2917*ad30f8e7SGabor Kovesdan0x6512 = 0x545C 2918*ad30f8e7SGabor Kovesdan0x6518 = 0x4841 2919*ad30f8e7SGabor Kovesdan0x6525 = 0x5F2C 2920*ad30f8e7SGabor Kovesdan0x652B = 0x3E70 2921*ad30f8e7SGabor Kovesdan0x652E = 0x5F2D 2922*ad30f8e7SGabor Kovesdan0x652F = 0x5627 2923*ad30f8e7SGabor Kovesdan0x6534 = 0x6A37 2924*ad30f8e7SGabor Kovesdan0x6535 = 0x6B36 2925*ad30f8e7SGabor Kovesdan0x6536 = 0x4A55 2926*ad30f8e7SGabor Kovesdan0x6538 = 0x587C 2927*ad30f8e7SGabor Kovesdan0x6539 = 0x3844 2928*ad30f8e7SGabor Kovesdan0x653B = 0x3925 2929*ad30f8e7SGabor Kovesdan0x653E = 0x3745 2930*ad30f8e7SGabor Kovesdan0x653F = 0x557E 2931*ad30f8e7SGabor Kovesdan0x6545 = 0x394A 2932*ad30f8e7SGabor Kovesdan0x6548 = 0x5027 2933*ad30f8e7SGabor Kovesdan0x6549 = 0x744D 2934*ad30f8e7SGabor Kovesdan0x654C = 0x3550 2935*ad30f8e7SGabor Kovesdan0x654F = 0x4374 2936*ad30f8e7SGabor Kovesdan0x6551 = 0x3E48 2937*ad30f8e7SGabor Kovesdan0x6555 = 0x6B37 2938*ad30f8e7SGabor Kovesdan0x6556 = 0x303D 2939*ad30f8e7SGabor Kovesdan0x6559 = 0x3D4C 2940*ad30f8e7SGabor Kovesdan0x655B = 0x4132 2941*ad30f8e7SGabor Kovesdan0x655D = 0x3156 2942*ad30f8e7SGabor Kovesdan0x655E = 0x3328 2943*ad30f8e7SGabor Kovesdan0x6562 = 0x3852 2944*ad30f8e7SGabor Kovesdan0x6563 = 0x4922 2945*ad30f8e7SGabor Kovesdan0x6566 = 0x3658 2946*ad30f8e7SGabor Kovesdan0x656B = 0x6B38 2947*ad30f8e7SGabor Kovesdan0x656C = 0x3E34 2948*ad30f8e7SGabor Kovesdan0x6570 = 0x4A7D 2949*ad30f8e7SGabor Kovesdan0x6572 = 0x4743 2950*ad30f8e7SGabor Kovesdan0x6574 = 0x557B 2951*ad30f8e7SGabor Kovesdan0x6577 = 0x3773 2952*ad30f8e7SGabor Kovesdan0x6587 = 0x4E44 2953*ad30f8e7SGabor Kovesdan0x658B = 0x552B 2954*ad30f8e7SGabor Kovesdan0x658C = 0x3173 2955*ad30f8e7SGabor Kovesdan0x6590 = 0x6C33 2956*ad30f8e7SGabor Kovesdan0x6591 = 0x305F 2957*ad30f8e7SGabor Kovesdan0x6593 = 0x6C35 2958*ad30f8e7SGabor Kovesdan0x6597 = 0x3637 2959*ad30f8e7SGabor Kovesdan0x6599 = 0x414F 2960*ad30f8e7SGabor Kovesdan0x659B = 0x757A 2961*ad30f8e7SGabor Kovesdan0x659C = 0x5031 2962*ad30f8e7SGabor Kovesdan0x659F = 0x5565 2963*ad30f8e7SGabor Kovesdan0x65A1 = 0x4E53 2964*ad30f8e7SGabor Kovesdan0x65A4 = 0x3D6F 2965*ad30f8e7SGabor Kovesdan0x65A5 = 0x3362 2966*ad30f8e7SGabor Kovesdan0x65A7 = 0x382B 2967*ad30f8e7SGabor Kovesdan0x65A9 = 0x5536 2968*ad30f8e7SGabor Kovesdan0x65AB = 0x6D3D 2969*ad30f8e7SGabor Kovesdan0x65AD = 0x364F 2970*ad30f8e7SGabor Kovesdan0x65AF = 0x4B39 2971*ad30f8e7SGabor Kovesdan0x65B0 = 0x5042 2972*ad30f8e7SGabor Kovesdan0x65B9 = 0x373D 2973*ad30f8e7SGabor Kovesdan0x65BC = 0x6C36 2974*ad30f8e7SGabor Kovesdan0x65BD = 0x4A29 2975*ad30f8e7SGabor Kovesdan0x65C1 = 0x4554 2976*ad30f8e7SGabor Kovesdan0x65C3 = 0x6C39 2977*ad30f8e7SGabor Kovesdan0x65C4 = 0x6C38 2978*ad30f8e7SGabor Kovesdan0x65C5 = 0x4243 2979*ad30f8e7SGabor Kovesdan0x65C6 = 0x6C37 2980*ad30f8e7SGabor Kovesdan0x65CB = 0x507D 2981*ad30f8e7SGabor Kovesdan0x65CC = 0x6C3A 2982*ad30f8e7SGabor Kovesdan0x65CE = 0x6C3B 2983*ad30f8e7SGabor Kovesdan0x65CF = 0x5765 2984*ad30f8e7SGabor Kovesdan0x65D2 = 0x6C3C 2985*ad30f8e7SGabor Kovesdan0x65D6 = 0x6C3D 2986*ad30f8e7SGabor Kovesdan0x65D7 = 0x466C 2987*ad30f8e7SGabor Kovesdan0x65E0 = 0x4E5E 2988*ad30f8e7SGabor Kovesdan0x65E2 = 0x3C48 2989*ad30f8e7SGabor Kovesdan0x65E5 = 0x4855 2990*ad30f8e7SGabor Kovesdan0x65E6 = 0x3529 2991*ad30f8e7SGabor Kovesdan0x65E7 = 0x3E49 2992*ad30f8e7SGabor Kovesdan0x65E8 = 0x563C 2993*ad30f8e7SGabor Kovesdan0x65E9 = 0x5467 2994*ad30f8e7SGabor Kovesdan0x65EC = 0x512E 2995*ad30f8e7SGabor Kovesdan0x65ED = 0x5071 2996*ad30f8e7SGabor Kovesdan0x65EE = 0x6A38 2997*ad30f8e7SGabor Kovesdan0x65EF = 0x6A39 2998*ad30f8e7SGabor Kovesdan0x65F0 = 0x6A3A 2999*ad30f8e7SGabor Kovesdan0x65F1 = 0x3A35 3000*ad30f8e7SGabor Kovesdan0x65F6 = 0x4A31 3001*ad30f8e7SGabor Kovesdan0x65F7 = 0x3F75 3002*ad30f8e7SGabor Kovesdan0x65FA = 0x4D7A 3003*ad30f8e7SGabor Kovesdan0x6600 = 0x6A40 3004*ad30f8e7SGabor Kovesdan0x6602 = 0x303A 3005*ad30f8e7SGabor Kovesdan0x6603 = 0x6A3E 3006*ad30f8e7SGabor Kovesdan0x6606 = 0x4025 3007*ad30f8e7SGabor Kovesdan0x660A = 0x6A3B 3008*ad30f8e7SGabor Kovesdan0x660C = 0x327D 3009*ad30f8e7SGabor Kovesdan0x660E = 0x4377 3010*ad30f8e7SGabor Kovesdan0x660F = 0x3B68 3011*ad30f8e7SGabor Kovesdan0x6613 = 0x5257 3012*ad30f8e7SGabor Kovesdan0x6614 = 0x4E74 3013*ad30f8e7SGabor Kovesdan0x6615 = 0x6A3F 3014*ad30f8e7SGabor Kovesdan0x6619 = 0x6A3C 3015*ad30f8e7SGabor Kovesdan0x661D = 0x6A43 3016*ad30f8e7SGabor Kovesdan0x661F = 0x5047 3017*ad30f8e7SGabor Kovesdan0x6620 = 0x5333 3018*ad30f8e7SGabor Kovesdan0x6625 = 0x343A 3019*ad30f8e7SGabor Kovesdan0x6627 = 0x4341 3020*ad30f8e7SGabor Kovesdan0x6628 = 0x5772 3021*ad30f8e7SGabor Kovesdan0x662D = 0x5551 3022*ad30f8e7SGabor Kovesdan0x662F = 0x4A47 3023*ad30f8e7SGabor Kovesdan0x6631 = 0x6A45 3024*ad30f8e7SGabor Kovesdan0x6634 = 0x6A44 3025*ad30f8e7SGabor Kovesdan0x6635 = 0x6A47 3026*ad30f8e7SGabor Kovesdan0x6636 = 0x6A46 3027*ad30f8e7SGabor Kovesdan0x663C = 0x5667 3028*ad30f8e7SGabor Kovesdan0x663E = 0x4F54 3029*ad30f8e7SGabor Kovesdan0x6641 = 0x6A4B 3030*ad30f8e7SGabor Kovesdan0x6643 = 0x3B4E 3031*ad30f8e7SGabor Kovesdan0x664B = 0x3D7A 3032*ad30f8e7SGabor Kovesdan0x664C = 0x494E 3033*ad30f8e7SGabor Kovesdan0x664F = 0x6A4C 3034*ad30f8e7SGabor Kovesdan0x6652 = 0x4939 3035*ad30f8e7SGabor Kovesdan0x6653 = 0x4F7E 3036*ad30f8e7SGabor Kovesdan0x6654 = 0x6A4A 3037*ad30f8e7SGabor Kovesdan0x6655 = 0x544E 3038*ad30f8e7SGabor Kovesdan0x6656 = 0x6A4D 3039*ad30f8e7SGabor Kovesdan0x6657 = 0x6A4F 3040*ad30f8e7SGabor Kovesdan0x665A = 0x4D6D 3041*ad30f8e7SGabor Kovesdan0x665F = 0x6A49 3042*ad30f8e7SGabor Kovesdan0x6661 = 0x6A4E 3043*ad30f8e7SGabor Kovesdan0x6664 = 0x4E6E 3044*ad30f8e7SGabor Kovesdan0x6666 = 0x3B5E 3045*ad30f8e7SGabor Kovesdan0x6668 = 0x333F 3046*ad30f8e7SGabor Kovesdan0x666E = 0x4655 3047*ad30f8e7SGabor Kovesdan0x666F = 0x3E30 3048*ad30f8e7SGabor Kovesdan0x6670 = 0x4E7A 3049*ad30f8e7SGabor Kovesdan0x6674 = 0x4767 3050*ad30f8e7SGabor Kovesdan0x6676 = 0x3E27 3051*ad30f8e7SGabor Kovesdan0x6677 = 0x6A50 3052*ad30f8e7SGabor Kovesdan0x667A = 0x5647 3053*ad30f8e7SGabor Kovesdan0x667E = 0x4140 3054*ad30f8e7SGabor Kovesdan0x6682 = 0x545D 3055*ad30f8e7SGabor Kovesdan0x6684 = 0x6A51 3056*ad30f8e7SGabor Kovesdan0x6687 = 0x4F3E 3057*ad30f8e7SGabor Kovesdan0x668C = 0x6A52 3058*ad30f8e7SGabor Kovesdan0x6691 = 0x4A6E 3059*ad30f8e7SGabor Kovesdan0x6696 = 0x452F 3060*ad30f8e7SGabor Kovesdan0x6697 = 0x3035 3061*ad30f8e7SGabor Kovesdan0x669D = 0x6A54 3062*ad30f8e7SGabor Kovesdan0x66A7 = 0x6A53 3063*ad30f8e7SGabor Kovesdan0x66A8 = 0x745F 3064*ad30f8e7SGabor Kovesdan0x66AE = 0x443A 3065*ad30f8e7SGabor Kovesdan0x66B4 = 0x3129 3066*ad30f8e7SGabor Kovesdan0x66B9 = 0x655F 3067*ad30f8e7SGabor Kovesdan0x66BE = 0x6A55 3068*ad30f8e7SGabor Kovesdan0x66D9 = 0x4A6F 3069*ad30f8e7SGabor Kovesdan0x66DB = 0x6A56 3070*ad30f8e7SGabor Kovesdan0x66DC = 0x6A57 3071*ad30f8e7SGabor Kovesdan0x66DD = 0x4658 3072*ad30f8e7SGabor Kovesdan0x66E6 = 0x6A58 3073*ad30f8e7SGabor Kovesdan0x66E9 = 0x6A59 3074*ad30f8e7SGabor Kovesdan0x66F0 = 0x543B 3075*ad30f8e7SGabor Kovesdan0x66F2 = 0x477A 3076*ad30f8e7SGabor Kovesdan0x66F3 = 0x5237 3077*ad30f8e7SGabor Kovesdan0x66F4 = 0x387C 3078*ad30f8e7SGabor Kovesdan0x66F7 = 0x6A42 3079*ad30f8e7SGabor Kovesdan0x66F9 = 0x325C 3080*ad30f8e7SGabor Kovesdan0x66FC = 0x427C 3081*ad30f8e7SGabor Kovesdan0x66FE = 0x5478 3082*ad30f8e7SGabor Kovesdan0x66FF = 0x4C66 3083*ad30f8e7SGabor Kovesdan0x6700 = 0x576E 3084*ad30f8e7SGabor Kovesdan0x6708 = 0x5442 3085*ad30f8e7SGabor Kovesdan0x6709 = 0x5350 3086*ad30f8e7SGabor Kovesdan0x670A = 0x6B43 3087*ad30f8e7SGabor Kovesdan0x670B = 0x4573 3088*ad30f8e7SGabor Kovesdan0x670D = 0x377E 3089*ad30f8e7SGabor Kovesdan0x6710 = 0x6B54 3090*ad30f8e7SGabor Kovesdan0x6714 = 0x4B37 3091*ad30f8e7SGabor Kovesdan0x6715 = 0x6B5E 3092*ad30f8e7SGabor Kovesdan0x6717 = 0x404A 3093*ad30f8e7SGabor Kovesdan0x671B = 0x4D7B 3094*ad30f8e7SGabor Kovesdan0x671D = 0x332F 3095*ad30f8e7SGabor Kovesdan0x671F = 0x465A 3096*ad30f8e7SGabor Kovesdan0x6726 = 0x6B7C 3097*ad30f8e7SGabor Kovesdan0x6728 = 0x443E 3098*ad30f8e7SGabor Kovesdan0x672A = 0x4E34 3099*ad30f8e7SGabor Kovesdan0x672B = 0x4429 3100*ad30f8e7SGabor Kovesdan0x672C = 0x313E 3101*ad30f8e7SGabor Kovesdan0x672D = 0x547D 3102*ad30f8e7SGabor Kovesdan0x672F = 0x4A75 3103*ad30f8e7SGabor Kovesdan0x6731 = 0x566C 3104*ad30f8e7SGabor Kovesdan0x6734 = 0x4653 3105*ad30f8e7SGabor Kovesdan0x6735 = 0x3664 3106*ad30f8e7SGabor Kovesdan0x673A = 0x3B7A 3107*ad30f8e7SGabor Kovesdan0x673D = 0x5060 3108*ad30f8e7SGabor Kovesdan0x6740 = 0x4931 3109*ad30f8e7SGabor Kovesdan0x6742 = 0x5453 3110*ad30f8e7SGabor Kovesdan0x6743 = 0x4828 3111*ad30f8e7SGabor Kovesdan0x6746 = 0x384B 3112*ad30f8e7SGabor Kovesdan0x6748 = 0x683E 3113*ad30f8e7SGabor Kovesdan0x6749 = 0x493C 3114*ad30f8e7SGabor Kovesdan0x674C = 0x683B 3115*ad30f8e7SGabor Kovesdan0x674E = 0x406E 3116*ad30f8e7SGabor Kovesdan0x674F = 0x5053 3117*ad30f8e7SGabor Kovesdan0x6750 = 0x3244 3118*ad30f8e7SGabor Kovesdan0x6751 = 0x3465 3119*ad30f8e7SGabor Kovesdan0x6753 = 0x683C 3120*ad30f8e7SGabor Kovesdan0x6756 = 0x5548 3121*ad30f8e7SGabor Kovesdan0x675C = 0x3645 3122*ad30f8e7SGabor Kovesdan0x675E = 0x683D 3123*ad30f8e7SGabor Kovesdan0x675F = 0x4A78 3124*ad30f8e7SGabor Kovesdan0x6760 = 0x385C 3125*ad30f8e7SGabor Kovesdan0x6761 = 0x4C75 3126*ad30f8e7SGabor Kovesdan0x6765 = 0x4034 3127*ad30f8e7SGabor Kovesdan0x6768 = 0x516E 3128*ad30f8e7SGabor Kovesdan0x6769 = 0x683F 3129*ad30f8e7SGabor Kovesdan0x676A = 0x6842 3130*ad30f8e7SGabor Kovesdan0x676D = 0x3A3C 3131*ad30f8e7SGabor Kovesdan0x676F = 0x312D 3132*ad30f8e7SGabor Kovesdan0x6770 = 0x3D5C 3133*ad30f8e7SGabor Kovesdan0x6772 = 0x6A3D 3134*ad30f8e7SGabor Kovesdan0x6773 = 0x6843 3135*ad30f8e7SGabor Kovesdan0x6775 = 0x6846 3136*ad30f8e7SGabor Kovesdan0x6777 = 0x684B 3137*ad30f8e7SGabor Kovesdan0x677C = 0x684C 3138*ad30f8e7SGabor Kovesdan0x677E = 0x4B49 3139*ad30f8e7SGabor Kovesdan0x677F = 0x3065 3140*ad30f8e7SGabor Kovesdan0x6781 = 0x3C2B 3141*ad30f8e7SGabor Kovesdan0x6784 = 0x3939 3142*ad30f8e7SGabor Kovesdan0x6787 = 0x6841 3143*ad30f8e7SGabor Kovesdan0x6789 = 0x4D77 3144*ad30f8e7SGabor Kovesdan0x678B = 0x684A 3145*ad30f8e7SGabor Kovesdan0x6790 = 0x4E76 3146*ad30f8e7SGabor Kovesdan0x6795 = 0x556D 3147*ad30f8e7SGabor Kovesdan0x6797 = 0x4156 3148*ad30f8e7SGabor Kovesdan0x6798 = 0x6844 3149*ad30f8e7SGabor Kovesdan0x679A = 0x4336 3150*ad30f8e7SGabor Kovesdan0x679C = 0x397B 3151*ad30f8e7SGabor Kovesdan0x679D = 0x5626 3152*ad30f8e7SGabor Kovesdan0x679E = 0x6848 3153*ad30f8e7SGabor Kovesdan0x67A2 = 0x4A60 3154*ad30f8e7SGabor Kovesdan0x67A3 = 0x5466 3155*ad30f8e7SGabor Kovesdan0x67A5 = 0x6840 3156*ad30f8e7SGabor Kovesdan0x67A7 = 0x6845 3157*ad30f8e7SGabor Kovesdan0x67A8 = 0x6847 3158*ad30f8e7SGabor Kovesdan0x67AA = 0x4739 3159*ad30f8e7SGabor Kovesdan0x67AB = 0x3763 3160*ad30f8e7SGabor Kovesdan0x67AD = 0x6849 3161*ad30f8e7SGabor Kovesdan0x67AF = 0x3F5D 3162*ad30f8e7SGabor Kovesdan0x67B0 = 0x6852 3163*ad30f8e7SGabor Kovesdan0x67B3 = 0x6857 3164*ad30f8e7SGabor Kovesdan0x67B5 = 0x6855 3165*ad30f8e7SGabor Kovesdan0x67B6 = 0x3C5C 3166*ad30f8e7SGabor Kovesdan0x67B7 = 0x3C4F 3167*ad30f8e7SGabor Kovesdan0x67B8 = 0x685B 3168*ad30f8e7SGabor Kovesdan0x67C1 = 0x685E 3169*ad30f8e7SGabor Kovesdan0x67C3 = 0x685A 3170*ad30f8e7SGabor Kovesdan0x67C4 = 0x317A 3171*ad30f8e7SGabor Kovesdan0x67CF = 0x3058 3172*ad30f8e7SGabor Kovesdan0x67D0 = 0x4433 3173*ad30f8e7SGabor Kovesdan0x67D1 = 0x384C 3174*ad30f8e7SGabor Kovesdan0x67D2 = 0x4662 3175*ad30f8e7SGabor Kovesdan0x67D3 = 0x483E 3176*ad30f8e7SGabor Kovesdan0x67D4 = 0x4861 3177*ad30f8e7SGabor Kovesdan0x67D8 = 0x684F 3178*ad30f8e7SGabor Kovesdan0x67D9 = 0x6854 3179*ad30f8e7SGabor Kovesdan0x67DA = 0x6856 3180*ad30f8e7SGabor Kovesdan0x67DC = 0x3971 3181*ad30f8e7SGabor Kovesdan0x67DD = 0x6858 3182*ad30f8e7SGabor Kovesdan0x67DE = 0x5775 3183*ad30f8e7SGabor Kovesdan0x67E0 = 0x447B 3184*ad30f8e7SGabor Kovesdan0x67E2 = 0x685C 3185*ad30f8e7SGabor Kovesdan0x67E5 = 0x3269 3186*ad30f8e7SGabor Kovesdan0x67E9 = 0x6851 3187*ad30f8e7SGabor Kovesdan0x67EC = 0x3C6D 3188*ad30f8e7SGabor Kovesdan0x67EF = 0x3F42 3189*ad30f8e7SGabor Kovesdan0x67F0 = 0x684D 3190*ad30f8e7SGabor Kovesdan0x67F1 = 0x5679 3191*ad30f8e7SGabor Kovesdan0x67F3 = 0x4178 3192*ad30f8e7SGabor Kovesdan0x67F4 = 0x3271 3193*ad30f8e7SGabor Kovesdan0x67FD = 0x685F 3194*ad30f8e7SGabor Kovesdan0x67FF = 0x4A41 3195*ad30f8e7SGabor Kovesdan0x6800 = 0x6859 3196*ad30f8e7SGabor Kovesdan0x6805 = 0x5524 3197*ad30f8e7SGabor Kovesdan0x6807 = 0x316A 3198*ad30f8e7SGabor Kovesdan0x6808 = 0x553B 3199*ad30f8e7SGabor Kovesdan0x6809 = 0x684E 3200*ad30f8e7SGabor Kovesdan0x680A = 0x6850 3201*ad30f8e7SGabor Kovesdan0x680B = 0x3630 3202*ad30f8e7SGabor Kovesdan0x680C = 0x6853 3203*ad30f8e7SGabor Kovesdan0x680E = 0x685D 3204*ad30f8e7SGabor Kovesdan0x680F = 0x4038 3205*ad30f8e7SGabor Kovesdan0x6811 = 0x4A77 3206*ad30f8e7SGabor Kovesdan0x6813 = 0x4B28 3207*ad30f8e7SGabor Kovesdan0x6816 = 0x465C 3208*ad30f8e7SGabor Kovesdan0x6817 = 0x4075 3209*ad30f8e7SGabor Kovesdan0x681D = 0x6869 3210*ad30f8e7SGabor Kovesdan0x6821 = 0x5023 3211*ad30f8e7SGabor Kovesdan0x6829 = 0x6872 3212*ad30f8e7SGabor Kovesdan0x682A = 0x566A 3213*ad30f8e7SGabor Kovesdan0x6832 = 0x6860 3214*ad30f8e7SGabor Kovesdan0x6833 = 0x6861 3215*ad30f8e7SGabor Kovesdan0x6837 = 0x5179 3216*ad30f8e7SGabor Kovesdan0x6838 = 0x3A4B 3217*ad30f8e7SGabor Kovesdan0x6839 = 0x3879 3218*ad30f8e7SGabor Kovesdan0x683C = 0x3871 3219*ad30f8e7SGabor Kovesdan0x683D = 0x5454 3220*ad30f8e7SGabor Kovesdan0x683E = 0x686F 3221*ad30f8e7SGabor Kovesdan0x6840 = 0x686E 3222*ad30f8e7SGabor Kovesdan0x6841 = 0x686C 3223*ad30f8e7SGabor Kovesdan0x6842 = 0x3970 3224*ad30f8e7SGabor Kovesdan0x6843 = 0x4C52 3225*ad30f8e7SGabor Kovesdan0x6844 = 0x6866 3226*ad30f8e7SGabor Kovesdan0x6845 = 0x4E26 3227*ad30f8e7SGabor Kovesdan0x6846 = 0x3F72 3228*ad30f8e7SGabor Kovesdan0x6848 = 0x3038 3229*ad30f8e7SGabor Kovesdan0x6849 = 0x6871 3230*ad30f8e7SGabor Kovesdan0x684A = 0x6870 3231*ad30f8e7SGabor Kovesdan0x684C = 0x5740 3232*ad30f8e7SGabor Kovesdan0x684E = 0x6864 3233*ad30f8e7SGabor Kovesdan0x6850 = 0x4D29 3234*ad30f8e7SGabor Kovesdan0x6851 = 0x4923 3235*ad30f8e7SGabor Kovesdan0x6853 = 0x3B38 3236*ad30f8e7SGabor Kovesdan0x6854 = 0x3D5B 3237*ad30f8e7SGabor Kovesdan0x6855 = 0x686A 3238*ad30f8e7SGabor Kovesdan0x6860 = 0x6862 3239*ad30f8e7SGabor Kovesdan0x6861 = 0x6863 3240*ad30f8e7SGabor Kovesdan0x6862 = 0x6865 3241*ad30f8e7SGabor Kovesdan0x6863 = 0x3535 3242*ad30f8e7SGabor Kovesdan0x6864 = 0x6867 3243*ad30f8e7SGabor Kovesdan0x6865 = 0x4745 3244*ad30f8e7SGabor Kovesdan0x6866 = 0x686B 3245*ad30f8e7SGabor Kovesdan0x6867 = 0x686D 3246*ad30f8e7SGabor Kovesdan0x6868 = 0x3D30 3247*ad30f8e7SGabor Kovesdan0x6869 = 0x572E 3248*ad30f8e7SGabor Kovesdan0x686B = 0x6878 3249*ad30f8e7SGabor Kovesdan0x6874 = 0x6875 3250*ad30f8e7SGabor Kovesdan0x6876 = 0x4D30 3251*ad30f8e7SGabor Kovesdan0x6877 = 0x6876 3252*ad30f8e7SGabor Kovesdan0x6881 = 0x413A 3253*ad30f8e7SGabor Kovesdan0x6883 = 0x6868 3254*ad30f8e7SGabor Kovesdan0x6885 = 0x4337 3255*ad30f8e7SGabor Kovesdan0x6886 = 0x3070 3256*ad30f8e7SGabor Kovesdan0x688F = 0x6874 3257*ad30f8e7SGabor Kovesdan0x6893 = 0x6877 3258*ad30f8e7SGabor Kovesdan0x6897 = 0x3923 3259*ad30f8e7SGabor Kovesdan0x68A2 = 0x4952 3260*ad30f8e7SGabor Kovesdan0x68A6 = 0x434E 3261*ad30f8e7SGabor Kovesdan0x68A7 = 0x4E60 3262*ad30f8e7SGabor Kovesdan0x68A8 = 0x4066 3263*ad30f8e7SGabor Kovesdan0x68AD = 0x4B73 3264*ad30f8e7SGabor Kovesdan0x68AF = 0x4C5D 3265*ad30f8e7SGabor Kovesdan0x68B0 = 0x5035 3266*ad30f8e7SGabor Kovesdan0x68B3 = 0x4A61 3267*ad30f8e7SGabor Kovesdan0x68B5 = 0x6873 3268*ad30f8e7SGabor Kovesdan0x68C0 = 0x3C6C 3269*ad30f8e7SGabor Kovesdan0x68C2 = 0x6879 3270*ad30f8e7SGabor Kovesdan0x68C9 = 0x435E 3271*ad30f8e7SGabor Kovesdan0x68CB = 0x4665 3272*ad30f8e7SGabor Kovesdan0x68CD = 0x3977 3273*ad30f8e7SGabor Kovesdan0x68D2 = 0x3074 3274*ad30f8e7SGabor Kovesdan0x68D5 = 0x5758 3275*ad30f8e7SGabor Kovesdan0x68D8 = 0x3C2C 3276*ad30f8e7SGabor Kovesdan0x68DA = 0x456F 3277*ad30f8e7SGabor Kovesdan0x68E0 = 0x4C44 3278*ad30f8e7SGabor Kovesdan0x68E3 = 0x6926 3279*ad30f8e7SGabor Kovesdan0x68EE = 0x492D 3280*ad30f8e7SGabor Kovesdan0x68F0 = 0x6922 3281*ad30f8e7SGabor Kovesdan0x68F1 = 0x4062 3282*ad30f8e7SGabor Kovesdan0x68F5 = 0x3F43 3283*ad30f8e7SGabor Kovesdan0x68F9 = 0x687E 3284*ad30f8e7SGabor Kovesdan0x68FA = 0x3957 3285*ad30f8e7SGabor Kovesdan0x68FC = 0x687B 3286*ad30f8e7SGabor Kovesdan0x6901 = 0x6924 3287*ad30f8e7SGabor Kovesdan0x6905 = 0x524E 3288*ad30f8e7SGabor Kovesdan0x690B = 0x6923 3289*ad30f8e7SGabor Kovesdan0x690D = 0x5632 3290*ad30f8e7SGabor Kovesdan0x690E = 0x5735 3291*ad30f8e7SGabor Kovesdan0x6910 = 0x6927 3292*ad30f8e7SGabor Kovesdan0x6912 = 0x3D37 3293*ad30f8e7SGabor Kovesdan0x691F = 0x687C 3294*ad30f8e7SGabor Kovesdan0x6920 = 0x687D 3295*ad30f8e7SGabor Kovesdan0x6924 = 0x6921 3296*ad30f8e7SGabor Kovesdan0x692D = 0x4D56 3297*ad30f8e7SGabor Kovesdan0x6930 = 0x522C 3298*ad30f8e7SGabor Kovesdan0x6934 = 0x6932 3299*ad30f8e7SGabor Kovesdan0x6939 = 0x6929 3300*ad30f8e7SGabor Kovesdan0x693D = 0x342A 3301*ad30f8e7SGabor Kovesdan0x693F = 0x343B 3302*ad30f8e7SGabor Kovesdan0x6942 = 0x692B 3303*ad30f8e7SGabor Kovesdan0x6954 = 0x5028 3304*ad30f8e7SGabor Kovesdan0x6957 = 0x6925 3305*ad30f8e7SGabor Kovesdan0x695A = 0x337E 3306*ad30f8e7SGabor Kovesdan0x695D = 0x692C 3307*ad30f8e7SGabor Kovesdan0x695E = 0x4063 3308*ad30f8e7SGabor Kovesdan0x6960 = 0x692A 3309*ad30f8e7SGabor Kovesdan0x6963 = 0x6939 3310*ad30f8e7SGabor Kovesdan0x6966 = 0x6938 3311*ad30f8e7SGabor Kovesdan0x696B = 0x692E 3312*ad30f8e7SGabor Kovesdan0x696E = 0x687A 3313*ad30f8e7SGabor Kovesdan0x6971 = 0x6928 3314*ad30f8e7SGabor Kovesdan0x6977 = 0x3F2C 3315*ad30f8e7SGabor Kovesdan0x6978 = 0x6931 3316*ad30f8e7SGabor Kovesdan0x6979 = 0x693A 3317*ad30f8e7SGabor Kovesdan0x697C = 0x4225 3318*ad30f8e7SGabor Kovesdan0x6980 = 0x692F 3319*ad30f8e7SGabor Kovesdan0x6982 = 0x3845 3320*ad30f8e7SGabor Kovesdan0x6984 = 0x692D 3321*ad30f8e7SGabor Kovesdan0x6986 = 0x535C 3322*ad30f8e7SGabor Kovesdan0x6987 = 0x6934 3323*ad30f8e7SGabor Kovesdan0x6988 = 0x6935 3324*ad30f8e7SGabor Kovesdan0x6989 = 0x6937 3325*ad30f8e7SGabor Kovesdan0x698D = 0x6947 3326*ad30f8e7SGabor Kovesdan0x6994 = 0x4046 3327*ad30f8e7SGabor Kovesdan0x6995 = 0x6945 3328*ad30f8e7SGabor Kovesdan0x6998 = 0x6930 3329*ad30f8e7SGabor Kovesdan0x699B = 0x693B 3330*ad30f8e7SGabor Kovesdan0x699C = 0x3071 3331*ad30f8e7SGabor Kovesdan0x69A7 = 0x693C 3332*ad30f8e7SGabor Kovesdan0x69A8 = 0x5525 3333*ad30f8e7SGabor Kovesdan0x69AB = 0x693E 3334*ad30f8e7SGabor Kovesdan0x69AD = 0x693F 3335*ad30f8e7SGabor Kovesdan0x69B1 = 0x6941 3336*ad30f8e7SGabor Kovesdan0x69B4 = 0x4171 3337*ad30f8e7SGabor Kovesdan0x69B7 = 0x4836 3338*ad30f8e7SGabor Kovesdan0x69BB = 0x693D 3339*ad30f8e7SGabor Kovesdan0x69C1 = 0x6942 3340*ad30f8e7SGabor Kovesdan0x69CA = 0x6943 3341*ad30f8e7SGabor Kovesdan0x69CC = 0x6933 3342*ad30f8e7SGabor Kovesdan0x69CE = 0x6936 3343*ad30f8e7SGabor Kovesdan0x69D0 = 0x3B31 3344*ad30f8e7SGabor Kovesdan0x69D4 = 0x6940 3345*ad30f8e7SGabor Kovesdan0x69DB = 0x3C77 3346*ad30f8e7SGabor Kovesdan0x69DF = 0x6944 3347*ad30f8e7SGabor Kovesdan0x69E0 = 0x6946 3348*ad30f8e7SGabor Kovesdan0x69ED = 0x694A 3349*ad30f8e7SGabor Kovesdan0x69F2 = 0x694E 3350*ad30f8e7SGabor Kovesdan0x69FD = 0x325B 3351*ad30f8e7SGabor Kovesdan0x69FF = 0x6948 3352*ad30f8e7SGabor Kovesdan0x6A0A = 0x372E 3353*ad30f8e7SGabor Kovesdan0x6A17 = 0x694B 3354*ad30f8e7SGabor Kovesdan0x6A18 = 0x694C 3355*ad30f8e7SGabor Kovesdan0x6A1F = 0x5541 3356*ad30f8e7SGabor Kovesdan0x6A21 = 0x4423 3357*ad30f8e7SGabor Kovesdan0x6A28 = 0x6958 3358*ad30f8e7SGabor Kovesdan0x6A2A = 0x3A61 3359*ad30f8e7SGabor Kovesdan0x6A2F = 0x6949 3360*ad30f8e7SGabor Kovesdan0x6A31 = 0x5323 3361*ad30f8e7SGabor Kovesdan0x6A35 = 0x6954 3362*ad30f8e7SGabor Kovesdan0x6A3D = 0x6957 3363*ad30f8e7SGabor Kovesdan0x6A3E = 0x6950 3364*ad30f8e7SGabor Kovesdan0x6A44 = 0x694F 3365*ad30f8e7SGabor Kovesdan0x6A47 = 0x4741 3366*ad30f8e7SGabor Kovesdan0x6A50 = 0x6952 3367*ad30f8e7SGabor Kovesdan0x6A58 = 0x6959 3368*ad30f8e7SGabor Kovesdan0x6A59 = 0x3348 3369*ad30f8e7SGabor Kovesdan0x6A5B = 0x6953 3370*ad30f8e7SGabor Kovesdan0x6A61 = 0x4F70 3371*ad30f8e7SGabor Kovesdan0x6A65 = 0x694D 3372*ad30f8e7SGabor Kovesdan0x6A71 = 0x3377 3373*ad30f8e7SGabor Kovesdan0x6A79 = 0x6956 3374*ad30f8e7SGabor Kovesdan0x6A7C = 0x695A 3375*ad30f8e7SGabor Kovesdan0x6A80 = 0x4C34 3376*ad30f8e7SGabor Kovesdan0x6A84 = 0x4F2D 3377*ad30f8e7SGabor Kovesdan0x6A8E = 0x6955 3378*ad30f8e7SGabor Kovesdan0x6A90 = 0x695C 3379*ad30f8e7SGabor Kovesdan0x6A91 = 0x695B 3380*ad30f8e7SGabor Kovesdan0x6A97 = 0x695E 3381*ad30f8e7SGabor Kovesdan0x6AA0 = 0x6951 3382*ad30f8e7SGabor Kovesdan0x6AA9 = 0x695D 3383*ad30f8e7SGabor Kovesdan0x6AAB = 0x695F 3384*ad30f8e7SGabor Kovesdan0x6AAC = 0x434A 3385*ad30f8e7SGabor Kovesdan0x6B20 = 0x4737 3386*ad30f8e7SGabor Kovesdan0x6B21 = 0x344E 3387*ad30f8e7SGabor Kovesdan0x6B22 = 0x3B36 3388*ad30f8e7SGabor Kovesdan0x6B23 = 0x5040 3389*ad30f8e7SGabor Kovesdan0x6B24 = 0x6C23 3390*ad30f8e7SGabor Kovesdan0x6B27 = 0x4537 3391*ad30f8e7SGabor Kovesdan0x6B32 = 0x537B 3392*ad30f8e7SGabor Kovesdan0x6B37 = 0x6C24 3393*ad30f8e7SGabor Kovesdan0x6B39 = 0x6C25 3394*ad30f8e7SGabor Kovesdan0x6B3A = 0x465B 3395*ad30f8e7SGabor Kovesdan0x6B3E = 0x3F6E 3396*ad30f8e7SGabor Kovesdan0x6B43 = 0x6C26 3397*ad30f8e7SGabor Kovesdan0x6B46 = 0x6C27 3398*ad30f8e7SGabor Kovesdan0x6B47 = 0x502A 3399*ad30f8e7SGabor Kovesdan0x6B49 = 0x4738 3400*ad30f8e7SGabor Kovesdan0x6B4C = 0x3868 3401*ad30f8e7SGabor Kovesdan0x6B59 = 0x6C28 3402*ad30f8e7SGabor Kovesdan0x6B62 = 0x5639 3403*ad30f8e7SGabor Kovesdan0x6B63 = 0x557D 3404*ad30f8e7SGabor Kovesdan0x6B64 = 0x344B 3405*ad30f8e7SGabor Kovesdan0x6B65 = 0x323D 3406*ad30f8e7SGabor Kovesdan0x6B66 = 0x4E64 3407*ad30f8e7SGabor Kovesdan0x6B67 = 0x4667 3408*ad30f8e7SGabor Kovesdan0x6B6A = 0x4D61 3409*ad30f8e7SGabor Kovesdan0x6B79 = 0x3475 3410*ad30f8e7SGabor Kovesdan0x6B7B = 0x4B40 3411*ad30f8e7SGabor Kovesdan0x6B7C = 0x3C5F 3412*ad30f8e7SGabor Kovesdan0x6B81 = 0x6962 3413*ad30f8e7SGabor Kovesdan0x6B82 = 0x6963 3414*ad30f8e7SGabor Kovesdan0x6B83 = 0x516A 3415*ad30f8e7SGabor Kovesdan0x6B84 = 0x6965 3416*ad30f8e7SGabor Kovesdan0x6B86 = 0x3479 3417*ad30f8e7SGabor Kovesdan0x6B87 = 0x6964 3418*ad30f8e7SGabor Kovesdan0x6B89 = 0x5133 3419*ad30f8e7SGabor Kovesdan0x6B8A = 0x4A62 3420*ad30f8e7SGabor Kovesdan0x6B8B = 0x3250 3421*ad30f8e7SGabor Kovesdan0x6B8D = 0x6968 3422*ad30f8e7SGabor Kovesdan0x6B92 = 0x6966 3423*ad30f8e7SGabor Kovesdan0x6B93 = 0x6967 3424*ad30f8e7SGabor Kovesdan0x6B96 = 0x5633 3425*ad30f8e7SGabor Kovesdan0x6B9A = 0x6969 3426*ad30f8e7SGabor Kovesdan0x6B9B = 0x696A 3427*ad30f8e7SGabor Kovesdan0x6BA1 = 0x696B 3428*ad30f8e7SGabor Kovesdan0x6BAA = 0x696C 3429*ad30f8e7SGabor Kovesdan0x6BB3 = 0x6C2F 3430*ad30f8e7SGabor Kovesdan0x6BB4 = 0x4539 3431*ad30f8e7SGabor Kovesdan0x6BB5 = 0x364E 3432*ad30f8e7SGabor Kovesdan0x6BB7 = 0x5273 3433*ad30f8e7SGabor Kovesdan0x6BBF = 0x356E 3434*ad30f8e7SGabor Kovesdan0x6BC1 = 0x3B59 3435*ad30f8e7SGabor Kovesdan0x6BC2 = 0x6C31 3436*ad30f8e7SGabor Kovesdan0x6BC5 = 0x5263 3437*ad30f8e7SGabor Kovesdan0x6BCB = 0x4E63 3438*ad30f8e7SGabor Kovesdan0x6BCD = 0x4438 3439*ad30f8e7SGabor Kovesdan0x6BCF = 0x433F 3440*ad30f8e7SGabor Kovesdan0x6BD2 = 0x363E 3441*ad30f8e7SGabor Kovesdan0x6BD3 = 0x5839 3442*ad30f8e7SGabor Kovesdan0x6BD4 = 0x3148 3443*ad30f8e7SGabor Kovesdan0x6BD5 = 0x314F 3444*ad30f8e7SGabor Kovesdan0x6BD6 = 0x3151 3445*ad30f8e7SGabor Kovesdan0x6BD7 = 0x457E 3446*ad30f8e7SGabor Kovesdan0x6BD9 = 0x3150 3447*ad30f8e7SGabor Kovesdan0x6BDB = 0x432B 3448*ad30f8e7SGabor Kovesdan0x6BE1 = 0x5531 3449*ad30f8e7SGabor Kovesdan0x6BEA = 0x6B24 3450*ad30f8e7SGabor Kovesdan0x6BEB = 0x3A41 3451*ad30f8e7SGabor Kovesdan0x6BEF = 0x4C3A 3452*ad30f8e7SGabor Kovesdan0x6BF3 = 0x6B25 3453*ad30f8e7SGabor Kovesdan0x6BF5 = 0x6B27 3454*ad30f8e7SGabor Kovesdan0x6BF9 = 0x6B28 3455*ad30f8e7SGabor Kovesdan0x6BFD = 0x6B26 3456*ad30f8e7SGabor Kovesdan0x6C05 = 0x6B29 3457*ad30f8e7SGabor Kovesdan0x6C06 = 0x6B2B 3458*ad30f8e7SGabor Kovesdan0x6C07 = 0x6B2A 3459*ad30f8e7SGabor Kovesdan0x6C0D = 0x6B2C 3460*ad30f8e7SGabor Kovesdan0x6C0F = 0x4A4F 3461*ad30f8e7SGabor Kovesdan0x6C10 = 0x5835 3462*ad30f8e7SGabor Kovesdan0x6C11 = 0x4371 3463*ad30f8e7SGabor Kovesdan0x6C13 = 0x4325 3464*ad30f8e7SGabor Kovesdan0x6C14 = 0x4678 3465*ad30f8e7SGabor Kovesdan0x6C15 = 0x6B2D 3466*ad30f8e7SGabor Kovesdan0x6C16 = 0x444A 3467*ad30f8e7SGabor Kovesdan0x6C18 = 0x6B2E 3468*ad30f8e7SGabor Kovesdan0x6C19 = 0x6B2F 3469*ad30f8e7SGabor Kovesdan0x6C1A = 0x6B30 3470*ad30f8e7SGabor Kovesdan0x6C1B = 0x3755 3471*ad30f8e7SGabor Kovesdan0x6C1F = 0x377A 3472*ad30f8e7SGabor Kovesdan0x6C21 = 0x6B31 3473*ad30f8e7SGabor Kovesdan0x6C22 = 0x4762 3474*ad30f8e7SGabor Kovesdan0x6C24 = 0x6B33 3475*ad30f8e7SGabor Kovesdan0x6C26 = 0x3A24 3476*ad30f8e7SGabor Kovesdan0x6C27 = 0x5175 3477*ad30f8e7SGabor Kovesdan0x6C28 = 0x3031 3478*ad30f8e7SGabor Kovesdan0x6C29 = 0x6B32 3479*ad30f8e7SGabor Kovesdan0x6C2A = 0x6B34 3480*ad30f8e7SGabor Kovesdan0x6C2E = 0x352A 3481*ad30f8e7SGabor Kovesdan0x6C2F = 0x4248 3482*ad30f8e7SGabor Kovesdan0x6C30 = 0x4768 3483*ad30f8e7SGabor Kovesdan0x6C32 = 0x6B35 3484*ad30f8e7SGabor Kovesdan0x6C34 = 0x4B2E 3485*ad30f8e7SGabor Kovesdan0x6C35 = 0x635F 3486*ad30f8e7SGabor Kovesdan0x6C38 = 0x5340 3487*ad30f8e7SGabor Kovesdan0x6C3D = 0x595B 3488*ad30f8e7SGabor Kovesdan0x6C40 = 0x4D21 3489*ad30f8e7SGabor Kovesdan0x6C41 = 0x562D 3490*ad30f8e7SGabor Kovesdan0x6C42 = 0x4773 3491*ad30f8e7SGabor Kovesdan0x6C46 = 0x5960 3492*ad30f8e7SGabor Kovesdan0x6C47 = 0x3B63 3493*ad30f8e7SGabor Kovesdan0x6C49 = 0x3A3A 3494*ad30f8e7SGabor Kovesdan0x6C4A = 0x6362 3495*ad30f8e7SGabor Kovesdan0x6C50 = 0x4F2B 3496*ad30f8e7SGabor Kovesdan0x6C54 = 0x6360 3497*ad30f8e7SGabor Kovesdan0x6C55 = 0x4947 3498*ad30f8e7SGabor Kovesdan0x6C57 = 0x3A39 3499*ad30f8e7SGabor Kovesdan0x6C5B = 0x5134 3500*ad30f8e7SGabor Kovesdan0x6C5C = 0x6361 3501*ad30f8e7SGabor Kovesdan0x6C5D = 0x486A 3502*ad30f8e7SGabor Kovesdan0x6C5E = 0x392F 3503*ad30f8e7SGabor Kovesdan0x6C5F = 0x3D2D 3504*ad30f8e7SGabor Kovesdan0x6C60 = 0x3358 3505*ad30f8e7SGabor Kovesdan0x6C61 = 0x4E5B 3506*ad30f8e7SGabor Kovesdan0x6C64 = 0x4C40 3507*ad30f8e7SGabor Kovesdan0x6C68 = 0x6368 3508*ad30f8e7SGabor Kovesdan0x6C69 = 0x6369 3509*ad30f8e7SGabor Kovesdan0x6C6A = 0x4D74 3510*ad30f8e7SGabor Kovesdan0x6C70 = 0x4C2D 3511*ad30f8e7SGabor Kovesdan0x6C72 = 0x3C33 3512*ad30f8e7SGabor Kovesdan0x6C74 = 0x636A 3513*ad30f8e7SGabor Kovesdan0x6C76 = 0x636B 3514*ad30f8e7SGabor Kovesdan0x6C79 = 0x505A 3515*ad30f8e7SGabor Kovesdan0x6C7D = 0x467B 3516*ad30f8e7SGabor Kovesdan0x6C7E = 0x375A 3517*ad30f8e7SGabor Kovesdan0x6C81 = 0x475F 3518*ad30f8e7SGabor Kovesdan0x6C82 = 0x524A 3519*ad30f8e7SGabor Kovesdan0x6C83 = 0x4E56 3520*ad30f8e7SGabor Kovesdan0x6C85 = 0x6364 3521*ad30f8e7SGabor Kovesdan0x6C86 = 0x636C 3522*ad30f8e7SGabor Kovesdan0x6C88 = 0x4972 3523*ad30f8e7SGabor Kovesdan0x6C89 = 0x3341 3524*ad30f8e7SGabor Kovesdan0x6C8C = 0x6367 3525*ad30f8e7SGabor Kovesdan0x6C8F = 0x4663 3526*ad30f8e7SGabor Kovesdan0x6C90 = 0x6365 3527*ad30f8e7SGabor Kovesdan0x6C93 = 0x6D33 3528*ad30f8e7SGabor Kovesdan0x6C94 = 0x6366 3529*ad30f8e7SGabor Kovesdan0x6C99 = 0x4933 3530*ad30f8e7SGabor Kovesdan0x6C9B = 0x4566 3531*ad30f8e7SGabor Kovesdan0x6C9F = 0x3935 3532*ad30f8e7SGabor Kovesdan0x6CA1 = 0x433B 3533*ad30f8e7SGabor Kovesdan0x6CA3 = 0x6363 3534*ad30f8e7SGabor Kovesdan0x6CA4 = 0x453D 3535*ad30f8e7SGabor Kovesdan0x6CA5 = 0x4124 3536*ad30f8e7SGabor Kovesdan0x6CA6 = 0x4259 3537*ad30f8e7SGabor Kovesdan0x6CA7 = 0x3257 3538*ad30f8e7SGabor Kovesdan0x6CA9 = 0x636D 3539*ad30f8e7SGabor Kovesdan0x6CAA = 0x3B26 3540*ad30f8e7SGabor Kovesdan0x6CAB = 0x442D 3541*ad30f8e7SGabor Kovesdan0x6CAD = 0x6370 3542*ad30f8e7SGabor Kovesdan0x6CAE = 0x3E5A 3543*ad30f8e7SGabor Kovesdan0x6CB1 = 0x637B 3544*ad30f8e7SGabor Kovesdan0x6CB2 = 0x6375 3545*ad30f8e7SGabor Kovesdan0x6CB3 = 0x3A53 3546*ad30f8e7SGabor Kovesdan0x6CB8 = 0x3750 3547*ad30f8e7SGabor Kovesdan0x6CB9 = 0x534D 3548*ad30f8e7SGabor Kovesdan0x6CBB = 0x564E 3549*ad30f8e7SGabor Kovesdan0x6CBC = 0x5553 3550*ad30f8e7SGabor Kovesdan0x6CBD = 0x3941 3551*ad30f8e7SGabor Kovesdan0x6CBE = 0x5534 3552*ad30f8e7SGabor Kovesdan0x6CBF = 0x5158 3553*ad30f8e7SGabor Kovesdan0x6CC4 = 0x5039 3554*ad30f8e7SGabor Kovesdan0x6CC5 = 0x4776 3555*ad30f8e7SGabor Kovesdan0x6CC9 = 0x482A 3556*ad30f8e7SGabor Kovesdan0x6CCA = 0x3234 3557*ad30f8e7SGabor Kovesdan0x6CCC = 0x435A 3558*ad30f8e7SGabor Kovesdan0x6CD0 = 0x636E 3559*ad30f8e7SGabor Kovesdan0x6CD3 = 0x637C 3560*ad30f8e7SGabor Kovesdan0x6CD4 = 0x636F 3561*ad30f8e7SGabor Kovesdan0x6CD5 = 0x3728 3562*ad30f8e7SGabor Kovesdan0x6CD6 = 0x6377 3563*ad30f8e7SGabor Kovesdan0x6CD7 = 0x6374 3564*ad30f8e7SGabor Kovesdan0x6CDB = 0x373A 3565*ad30f8e7SGabor Kovesdan0x6CDE = 0x4522 3566*ad30f8e7SGabor Kovesdan0x6CE0 = 0x6376 3567*ad30f8e7SGabor Kovesdan0x6CE1 = 0x455D 3568*ad30f8e7SGabor Kovesdan0x6CE2 = 0x3228 3569*ad30f8e7SGabor Kovesdan0x6CE3 = 0x467C 3570*ad30f8e7SGabor Kovesdan0x6CE5 = 0x4460 3571*ad30f8e7SGabor Kovesdan0x6CE8 = 0x5722 3572*ad30f8e7SGabor Kovesdan0x6CEA = 0x4061 3573*ad30f8e7SGabor Kovesdan0x6CEB = 0x6379 3574*ad30f8e7SGabor Kovesdan0x6CEE = 0x637A 3575*ad30f8e7SGabor Kovesdan0x6CEF = 0x637D 3576*ad30f8e7SGabor Kovesdan0x6CF0 = 0x4C29 3577*ad30f8e7SGabor Kovesdan0x6CF1 = 0x6373 3578*ad30f8e7SGabor Kovesdan0x6CF3 = 0x533E 3579*ad30f8e7SGabor Kovesdan0x6CF5 = 0x3143 3580*ad30f8e7SGabor Kovesdan0x6CF6 = 0x6D34 3581*ad30f8e7SGabor Kovesdan0x6CF7 = 0x6371 3582*ad30f8e7SGabor Kovesdan0x6CF8 = 0x6372 3583*ad30f8e7SGabor Kovesdan0x6CFA = 0x6378 3584*ad30f8e7SGabor Kovesdan0x6CFB = 0x503A 3585*ad30f8e7SGabor Kovesdan0x6CFC = 0x4643 3586*ad30f8e7SGabor Kovesdan0x6CFD = 0x5473 3587*ad30f8e7SGabor Kovesdan0x6CFE = 0x637E 3588*ad30f8e7SGabor Kovesdan0x6D01 = 0x3D60 3589*ad30f8e7SGabor Kovesdan0x6D04 = 0x6427 3590*ad30f8e7SGabor Kovesdan0x6D07 = 0x6426 3591*ad30f8e7SGabor Kovesdan0x6D0B = 0x5173 3592*ad30f8e7SGabor Kovesdan0x6D0C = 0x6423 3593*ad30f8e7SGabor Kovesdan0x6D0E = 0x6429 3594*ad30f8e7SGabor Kovesdan0x6D12 = 0x4877 3595*ad30f8e7SGabor Kovesdan0x6D17 = 0x4F34 3596*ad30f8e7SGabor Kovesdan0x6D19 = 0x6428 3597*ad30f8e7SGabor Kovesdan0x6D1A = 0x642E 3598*ad30f8e7SGabor Kovesdan0x6D1B = 0x4265 3599*ad30f8e7SGabor Kovesdan0x6D1E = 0x3634 3600*ad30f8e7SGabor Kovesdan0x6D25 = 0x3D72 3601*ad30f8e7SGabor Kovesdan0x6D27 = 0x6422 3602*ad30f8e7SGabor Kovesdan0x6D2A = 0x3A69 3603*ad30f8e7SGabor Kovesdan0x6D2B = 0x642A 3604*ad30f8e7SGabor Kovesdan0x6D2E = 0x642C 3605*ad30f8e7SGabor Kovesdan0x6D31 = 0x367D 3606*ad30f8e7SGabor Kovesdan0x6D32 = 0x565E 3607*ad30f8e7SGabor Kovesdan0x6D33 = 0x6432 3608*ad30f8e7SGabor Kovesdan0x6D35 = 0x642D 3609*ad30f8e7SGabor Kovesdan0x6D39 = 0x6421 3610*ad30f8e7SGabor Kovesdan0x6D3B = 0x3B6E 3611*ad30f8e7SGabor Kovesdan0x6D3C = 0x4D5D 3612*ad30f8e7SGabor Kovesdan0x6D3D = 0x4722 3613*ad30f8e7SGabor Kovesdan0x6D3E = 0x4549 3614*ad30f8e7SGabor Kovesdan0x6D41 = 0x4177 3615*ad30f8e7SGabor Kovesdan0x6D43 = 0x6424 3616*ad30f8e7SGabor Kovesdan0x6D45 = 0x4733 3617*ad30f8e7SGabor Kovesdan0x6D46 = 0x3D2C 3618*ad30f8e7SGabor Kovesdan0x6D47 = 0x3D3D 3619*ad30f8e7SGabor Kovesdan0x6D48 = 0x6425 3620*ad30f8e7SGabor Kovesdan0x6D4A = 0x5747 3621*ad30f8e7SGabor Kovesdan0x6D4B = 0x3262 3622*ad30f8e7SGabor Kovesdan0x6D4D = 0x642B 3623*ad30f8e7SGabor Kovesdan0x6D4E = 0x3C43 3624*ad30f8e7SGabor Kovesdan0x6D4F = 0x642F 3625*ad30f8e7SGabor Kovesdan0x6D51 = 0x3B6B 3626*ad30f8e7SGabor Kovesdan0x6D52 = 0x6430 3627*ad30f8e7SGabor Kovesdan0x6D53 = 0x4528 3628*ad30f8e7SGabor Kovesdan0x6D54 = 0x6431 3629*ad30f8e7SGabor Kovesdan0x6D59 = 0x5563 3630*ad30f8e7SGabor Kovesdan0x6D5A = 0x3F23 3631*ad30f8e7SGabor Kovesdan0x6D5C = 0x643A 3632*ad30f8e7SGabor Kovesdan0x6D5E = 0x6437 3633*ad30f8e7SGabor Kovesdan0x6D60 = 0x643B 3634*ad30f8e7SGabor Kovesdan0x6D63 = 0x643D 3635*ad30f8e7SGabor Kovesdan0x6D66 = 0x4656 3636*ad30f8e7SGabor Kovesdan0x6D69 = 0x3A46 3637*ad30f8e7SGabor Kovesdan0x6D6A = 0x404B 3638*ad30f8e7SGabor Kovesdan0x6D6E = 0x3821 3639*ad30f8e7SGabor Kovesdan0x6D6F = 0x6434 3640*ad30f8e7SGabor Kovesdan0x6D74 = 0x5421 3641*ad30f8e7SGabor Kovesdan0x6D77 = 0x3A23 3642*ad30f8e7SGabor Kovesdan0x6D78 = 0x3D7E 3643*ad30f8e7SGabor Kovesdan0x6D7C = 0x643C 3644*ad30f8e7SGabor Kovesdan0x6D82 = 0x4D3F 3645*ad30f8e7SGabor Kovesdan0x6D85 = 0x4479 3646*ad30f8e7SGabor Kovesdan0x6D88 = 0x4F7B 3647*ad30f8e7SGabor Kovesdan0x6D89 = 0x4966 3648*ad30f8e7SGabor Kovesdan0x6D8C = 0x533F 3649*ad30f8e7SGabor Kovesdan0x6D8E = 0x4F51 3650*ad30f8e7SGabor Kovesdan0x6D91 = 0x6433 3651*ad30f8e7SGabor Kovesdan0x6D93 = 0x6438 3652*ad30f8e7SGabor Kovesdan0x6D94 = 0x6439 3653*ad30f8e7SGabor Kovesdan0x6D95 = 0x4C69 3654*ad30f8e7SGabor Kovesdan0x6D9B = 0x4C4E 3655*ad30f8e7SGabor Kovesdan0x6D9D = 0x4054 3656*ad30f8e7SGabor Kovesdan0x6D9E = 0x6435 3657*ad30f8e7SGabor Kovesdan0x6D9F = 0x4130 3658*ad30f8e7SGabor Kovesdan0x6DA0 = 0x6436 3659*ad30f8e7SGabor Kovesdan0x6DA1 = 0x4E50 3660*ad30f8e7SGabor Kovesdan0x6DA3 = 0x3B41 3661*ad30f8e7SGabor Kovesdan0x6DA4 = 0x3553 3662*ad30f8e7SGabor Kovesdan0x6DA6 = 0x4873 3663*ad30f8e7SGabor Kovesdan0x6DA7 = 0x3D27 3664*ad30f8e7SGabor Kovesdan0x6DA8 = 0x5547 3665*ad30f8e7SGabor Kovesdan0x6DA9 = 0x492C 3666*ad30f8e7SGabor Kovesdan0x6DAA = 0x3822 3667*ad30f8e7SGabor Kovesdan0x6DAB = 0x644A 3668*ad30f8e7SGabor Kovesdan0x6DAE = 0x644C 3669*ad30f8e7SGabor Kovesdan0x6DAF = 0x5144 3670*ad30f8e7SGabor Kovesdan0x6DB2 = 0x523A 3671*ad30f8e7SGabor Kovesdan0x6DB5 = 0x3A2D 3672*ad30f8e7SGabor Kovesdan0x6DB8 = 0x3A54 3673*ad30f8e7SGabor Kovesdan0x6DBF = 0x6443 3674*ad30f8e7SGabor Kovesdan0x6DC0 = 0x356D 3675*ad30f8e7SGabor Kovesdan0x6DC4 = 0x574D 3676*ad30f8e7SGabor Kovesdan0x6DC5 = 0x6440 3677*ad30f8e7SGabor Kovesdan0x6DC6 = 0x4F7D 3678*ad30f8e7SGabor Kovesdan0x6DC7 = 0x643F 3679*ad30f8e7SGabor Kovesdan0x6DCB = 0x415C 3680*ad30f8e7SGabor Kovesdan0x6DCC = 0x4C4A 3681*ad30f8e7SGabor Kovesdan0x6DD1 = 0x4A67 3682*ad30f8e7SGabor Kovesdan0x6DD6 = 0x4457 3683*ad30f8e7SGabor Kovesdan0x6DD8 = 0x4C54 3684*ad30f8e7SGabor Kovesdan0x6DD9 = 0x6448 3685*ad30f8e7SGabor Kovesdan0x6DDD = 0x6447 3686*ad30f8e7SGabor Kovesdan0x6DDE = 0x6441 3687*ad30f8e7SGabor Kovesdan0x6DE0 = 0x6444 3688*ad30f8e7SGabor Kovesdan0x6DE1 = 0x352D 3689*ad30f8e7SGabor Kovesdan0x6DE4 = 0x5359 3690*ad30f8e7SGabor Kovesdan0x6DE6 = 0x6446 3691*ad30f8e7SGabor Kovesdan0x6DEB = 0x5279 3692*ad30f8e7SGabor Kovesdan0x6DEC = 0x3463 3693*ad30f8e7SGabor Kovesdan0x6DEE = 0x3B34 3694*ad30f8e7SGabor Kovesdan0x6DF1 = 0x496E 3695*ad30f8e7SGabor Kovesdan0x6DF3 = 0x343E 3696*ad30f8e7SGabor Kovesdan0x6DF7 = 0x3B6C 3697*ad30f8e7SGabor Kovesdan0x6DF9 = 0x514D 3698*ad30f8e7SGabor Kovesdan0x6DFB = 0x4C6D 3699*ad30f8e7SGabor Kovesdan0x6DFC = 0x6D35 3700*ad30f8e7SGabor Kovesdan0x6E05 = 0x4765 3701*ad30f8e7SGabor Kovesdan0x6E0A = 0x5428 3702*ad30f8e7SGabor Kovesdan0x6E0C = 0x644B 3703*ad30f8e7SGabor Kovesdan0x6E0D = 0x5755 3704*ad30f8e7SGabor Kovesdan0x6E0E = 0x6442 3705*ad30f8e7SGabor Kovesdan0x6E10 = 0x3D25 3706*ad30f8e7SGabor Kovesdan0x6E11 = 0x6445 3707*ad30f8e7SGabor Kovesdan0x6E14 = 0x5366 3708*ad30f8e7SGabor Kovesdan0x6E16 = 0x6449 3709*ad30f8e7SGabor Kovesdan0x6E17 = 0x4978 3710*ad30f8e7SGabor Kovesdan0x6E1A = 0x643E 3711*ad30f8e7SGabor Kovesdan0x6E1D = 0x5365 3712*ad30f8e7SGabor Kovesdan0x6E20 = 0x477E 3713*ad30f8e7SGabor Kovesdan0x6E21 = 0x3649 3714*ad30f8e7SGabor Kovesdan0x6E23 = 0x547C 3715*ad30f8e7SGabor Kovesdan0x6E24 = 0x3233 3716*ad30f8e7SGabor Kovesdan0x6E25 = 0x6457 3717*ad30f8e7SGabor Kovesdan0x6E29 = 0x4E42 3718*ad30f8e7SGabor Kovesdan0x6E2B = 0x644D 3719*ad30f8e7SGabor Kovesdan0x6E2D = 0x4E3C 3720*ad30f8e7SGabor Kovesdan0x6E2F = 0x385B 3721*ad30f8e7SGabor Kovesdan0x6E32 = 0x6456 3722*ad30f8e7SGabor Kovesdan0x6E34 = 0x3F4A 3723*ad30f8e7SGabor Kovesdan0x6E38 = 0x534E 3724*ad30f8e7SGabor Kovesdan0x6E3A = 0x436C 3725*ad30f8e7SGabor Kovesdan0x6E43 = 0x4548 3726*ad30f8e7SGabor Kovesdan0x6E44 = 0x6458 3727*ad30f8e7SGabor Kovesdan0x6E4D = 0x4D44 3728*ad30f8e7SGabor Kovesdan0x6E4E = 0x644F 3729*ad30f8e7SGabor Kovesdan0x6E53 = 0x6454 3730*ad30f8e7SGabor Kovesdan0x6E54 = 0x6455 3731*ad30f8e7SGabor Kovesdan0x6E56 = 0x3A7E 3732*ad30f8e7SGabor Kovesdan0x6E58 = 0x4F66 3733*ad30f8e7SGabor Kovesdan0x6E5B = 0x553F 3734*ad30f8e7SGabor Kovesdan0x6E5F = 0x6452 3735*ad30f8e7SGabor Kovesdan0x6E6B = 0x6450 3736*ad30f8e7SGabor Kovesdan0x6E6E = 0x644E 3737*ad30f8e7SGabor Kovesdan0x6E7E = 0x4D65 3738*ad30f8e7SGabor Kovesdan0x6E7F = 0x4A2A 3739*ad30f8e7SGabor Kovesdan0x6E83 = 0x4023 3740*ad30f8e7SGabor Kovesdan0x6E85 = 0x3D26 3741*ad30f8e7SGabor Kovesdan0x6E86 = 0x6453 3742*ad30f8e7SGabor Kovesdan0x6E89 = 0x3848 3743*ad30f8e7SGabor Kovesdan0x6E8F = 0x6467 3744*ad30f8e7SGabor Kovesdan0x6E90 = 0x5434 3745*ad30f8e7SGabor Kovesdan0x6E98 = 0x645B 3746*ad30f8e7SGabor Kovesdan0x6E9C = 0x416F 3747*ad30f8e7SGabor Kovesdan0x6E9F = 0x6469 3748*ad30f8e7SGabor Kovesdan0x6EA2 = 0x5267 3749*ad30f8e7SGabor Kovesdan0x6EA5 = 0x645F 3750*ad30f8e7SGabor Kovesdan0x6EA7 = 0x6460 3751*ad30f8e7SGabor Kovesdan0x6EAA = 0x4F2A 3752*ad30f8e7SGabor Kovesdan0x6EAF = 0x4B5D 3753*ad30f8e7SGabor Kovesdan0x6EB1 = 0x645A 3754*ad30f8e7SGabor Kovesdan0x6EB2 = 0x6451 3755*ad30f8e7SGabor Kovesdan0x6EB4 = 0x6465 3756*ad30f8e7SGabor Kovesdan0x6EB6 = 0x485C 3757*ad30f8e7SGabor Kovesdan0x6EB7 = 0x6463 3758*ad30f8e7SGabor Kovesdan0x6EBA = 0x4467 3759*ad30f8e7SGabor Kovesdan0x6EBB = 0x6462 3760*ad30f8e7SGabor Kovesdan0x6EBD = 0x6461 3761*ad30f8e7SGabor Kovesdan0x6EC1 = 0x337C 3762*ad30f8e7SGabor Kovesdan0x6EC2 = 0x6468 3763*ad30f8e7SGabor Kovesdan0x6EC7 = 0x3561 3764*ad30f8e7SGabor Kovesdan0x6ECB = 0x574C 3765*ad30f8e7SGabor Kovesdan0x6ECF = 0x6466 3766*ad30f8e7SGabor Kovesdan0x6ED1 = 0x3B2C 3767*ad30f8e7SGabor Kovesdan0x6ED3 = 0x5752 3768*ad30f8e7SGabor Kovesdan0x6ED4 = 0x4C4F 3769*ad30f8e7SGabor Kovesdan0x6ED5 = 0x6B78 3770*ad30f8e7SGabor Kovesdan0x6ED7 = 0x6464 3771*ad30f8e7SGabor Kovesdan0x6EDA = 0x3976 3772*ad30f8e7SGabor Kovesdan0x6EDE = 0x564D 3773*ad30f8e7SGabor Kovesdan0x6EDF = 0x6459 3774*ad30f8e7SGabor Kovesdan0x6EE0 = 0x645C 3775*ad30f8e7SGabor Kovesdan0x6EE1 = 0x427A 3776*ad30f8e7SGabor Kovesdan0x6EE2 = 0x645E 3777*ad30f8e7SGabor Kovesdan0x6EE4 = 0x424B 3778*ad30f8e7SGabor Kovesdan0x6EE5 = 0x4044 3779*ad30f8e7SGabor Kovesdan0x6EE6 = 0x4250 3780*ad30f8e7SGabor Kovesdan0x6EE8 = 0x3175 3781*ad30f8e7SGabor Kovesdan0x6EE9 = 0x4C32 3782*ad30f8e7SGabor Kovesdan0x6EF4 = 0x354E 3783*ad30f8e7SGabor Kovesdan0x6EF9 = 0x646F 3784*ad30f8e7SGabor Kovesdan0x6F02 = 0x462F 3785*ad30f8e7SGabor Kovesdan0x6F06 = 0x4661 3786*ad30f8e7SGabor Kovesdan0x6F09 = 0x6475 3787*ad30f8e7SGabor Kovesdan0x6F0F = 0x4229 3788*ad30f8e7SGabor Kovesdan0x6F13 = 0x406C 3789*ad30f8e7SGabor Kovesdan0x6F14 = 0x515D 3790*ad30f8e7SGabor Kovesdan0x6F15 = 0x646E 3791*ad30f8e7SGabor Kovesdan0x6F20 = 0x442E 3792*ad30f8e7SGabor Kovesdan0x6F24 = 0x646D 3793*ad30f8e7SGabor Kovesdan0x6F29 = 0x6476 3794*ad30f8e7SGabor Kovesdan0x6F2A = 0x6474 3795*ad30f8e7SGabor Kovesdan0x6F2B = 0x427E 3796*ad30f8e7SGabor Kovesdan0x6F2D = 0x645D 3797*ad30f8e7SGabor Kovesdan0x6F2F = 0x6470 3798*ad30f8e7SGabor Kovesdan0x6F31 = 0x4A7E 3799*ad30f8e7SGabor Kovesdan0x6F33 = 0x5544 3800*ad30f8e7SGabor Kovesdan0x6F36 = 0x6471 3801*ad30f8e7SGabor Kovesdan0x6F3E = 0x517A 3802*ad30f8e7SGabor Kovesdan0x6F46 = 0x646B 3803*ad30f8e7SGabor Kovesdan0x6F47 = 0x646C 3804*ad30f8e7SGabor Kovesdan0x6F4B = 0x6472 3805*ad30f8e7SGabor Kovesdan0x6F4D = 0x4E2B 3806*ad30f8e7SGabor Kovesdan0x6F58 = 0x454B 3807*ad30f8e7SGabor Kovesdan0x6F5C = 0x4731 3808*ad30f8e7SGabor Kovesdan0x6F5E = 0x423A 3809*ad30f8e7SGabor Kovesdan0x6F62 = 0x646A 3810*ad30f8e7SGabor Kovesdan0x6F66 = 0x414A 3811*ad30f8e7SGabor Kovesdan0x6F6D = 0x4C36 3812*ad30f8e7SGabor Kovesdan0x6F6E = 0x3331 3813*ad30f8e7SGabor Kovesdan0x6F72 = 0x647B 3814*ad30f8e7SGabor Kovesdan0x6F74 = 0x6473 3815*ad30f8e7SGabor Kovesdan0x6F78 = 0x647A 3816*ad30f8e7SGabor Kovesdan0x6F7A = 0x647D 3817*ad30f8e7SGabor Kovesdan0x6F7C = 0x647C 3818*ad30f8e7SGabor Kovesdan0x6F84 = 0x334E 3819*ad30f8e7SGabor Kovesdan0x6F88 = 0x333A 3820*ad30f8e7SGabor Kovesdan0x6F89 = 0x6477 3821*ad30f8e7SGabor Kovesdan0x6F8C = 0x6479 3822*ad30f8e7SGabor Kovesdan0x6F8D = 0x6478 3823*ad30f8e7SGabor Kovesdan0x6F8E = 0x456C 3824*ad30f8e7SGabor Kovesdan0x6F9C = 0x403D 3825*ad30f8e7SGabor Kovesdan0x6FA1 = 0x5468 3826*ad30f8e7SGabor Kovesdan0x6FA7 = 0x6522 3827*ad30f8e7SGabor Kovesdan0x6FB3 = 0x3044 3828*ad30f8e7SGabor Kovesdan0x6FB6 = 0x6524 3829*ad30f8e7SGabor Kovesdan0x6FB9 = 0x6523 3830*ad30f8e7SGabor Kovesdan0x6FC0 = 0x3C24 3831*ad30f8e7SGabor Kovesdan0x6FC2 = 0x6525 3832*ad30f8e7SGabor Kovesdan0x6FC9 = 0x6521 3833*ad30f8e7SGabor Kovesdan0x6FD1 = 0x647E 3834*ad30f8e7SGabor Kovesdan0x6FD2 = 0x3174 3835*ad30f8e7SGabor Kovesdan0x6FDE = 0x6528 3836*ad30f8e7SGabor Kovesdan0x6FE0 = 0x6529 3837*ad30f8e7SGabor Kovesdan0x6FE1 = 0x6526 3838*ad30f8e7SGabor Kovesdan0x6FEE = 0x6527 3839*ad30f8e7SGabor Kovesdan0x6FEF = 0x652A 3840*ad30f8e7SGabor Kovesdan0x7011 = 0x4659 3841*ad30f8e7SGabor Kovesdan0x701A = 0x652B 3842*ad30f8e7SGabor Kovesdan0x701B = 0x652D 3843*ad30f8e7SGabor Kovesdan0x7023 = 0x652C 3844*ad30f8e7SGabor Kovesdan0x7035 = 0x652F 3845*ad30f8e7SGabor Kovesdan0x7039 = 0x652E 3846*ad30f8e7SGabor Kovesdan0x704C = 0x3960 3847*ad30f8e7SGabor Kovesdan0x704F = 0x6530 3848*ad30f8e7SGabor Kovesdan0x705E = 0x6531 3849*ad30f8e7SGabor Kovesdan0x706B = 0x3B70 3850*ad30f8e7SGabor Kovesdan0x706C = 0x6C61 3851*ad30f8e7SGabor Kovesdan0x706D = 0x4370 3852*ad30f8e7SGabor Kovesdan0x706F = 0x3546 3853*ad30f8e7SGabor Kovesdan0x7070 = 0x3B52 3854*ad30f8e7SGabor Kovesdan0x7075 = 0x4169 3855*ad30f8e7SGabor Kovesdan0x7076 = 0x546E 3856*ad30f8e7SGabor Kovesdan0x7078 = 0x3E44 3857*ad30f8e7SGabor Kovesdan0x707C = 0x5746 3858*ad30f8e7SGabor Kovesdan0x707E = 0x5456 3859*ad30f8e7SGabor Kovesdan0x707F = 0x3253 3860*ad30f8e7SGabor Kovesdan0x7080 = 0x6C3E 3861*ad30f8e7SGabor Kovesdan0x7085 = 0x6A41 3862*ad30f8e7SGabor Kovesdan0x7089 = 0x422F 3863*ad30f8e7SGabor Kovesdan0x708A = 0x3436 3864*ad30f8e7SGabor Kovesdan0x708E = 0x5157 3865*ad30f8e7SGabor Kovesdan0x7092 = 0x3334 3866*ad30f8e7SGabor Kovesdan0x7094 = 0x4832 3867*ad30f8e7SGabor Kovesdan0x7095 = 0x3F3B 3868*ad30f8e7SGabor Kovesdan0x7096 = 0x6C40 3869*ad30f8e7SGabor Kovesdan0x7099 = 0x564B 3870*ad30f8e7SGabor Kovesdan0x709C = 0x6C3F 3871*ad30f8e7SGabor Kovesdan0x709D = 0x6C41 3872*ad30f8e7SGabor Kovesdan0x70AB = 0x6C45 3873*ad30f8e7SGabor Kovesdan0x70AC = 0x3E66 3874*ad30f8e7SGabor Kovesdan0x70AD = 0x4C3F 3875*ad30f8e7SGabor Kovesdan0x70AE = 0x455A 3876*ad30f8e7SGabor Kovesdan0x70AF = 0x3E3C 3877*ad30f8e7SGabor Kovesdan0x70B1 = 0x6C46 3878*ad30f8e7SGabor Kovesdan0x70B3 = 0x317E 3879*ad30f8e7SGabor Kovesdan0x70B7 = 0x6C44 3880*ad30f8e7SGabor Kovesdan0x70B8 = 0x5528 3881*ad30f8e7SGabor Kovesdan0x70B9 = 0x3563 3882*ad30f8e7SGabor Kovesdan0x70BB = 0x6C42 3883*ad30f8e7SGabor Kovesdan0x70BC = 0x4136 3884*ad30f8e7SGabor Kovesdan0x70BD = 0x3363 3885*ad30f8e7SGabor Kovesdan0x70C0 = 0x6C43 3886*ad30f8e7SGabor Kovesdan0x70C1 = 0x4B38 3887*ad30f8e7SGabor Kovesdan0x70C2 = 0x4043 3888*ad30f8e7SGabor Kovesdan0x70C3 = 0x4C7E 3889*ad30f8e7SGabor Kovesdan0x70C8 = 0x4152 3890*ad30f8e7SGabor Kovesdan0x70CA = 0x6C48 3891*ad30f8e7SGabor Kovesdan0x70D8 = 0x3A66 3892*ad30f8e7SGabor Kovesdan0x70D9 = 0x4053 3893*ad30f8e7SGabor Kovesdan0x70DB = 0x5672 3894*ad30f8e7SGabor Kovesdan0x70DF = 0x514C 3895*ad30f8e7SGabor Kovesdan0x70E4 = 0x3F3E 3896*ad30f8e7SGabor Kovesdan0x70E6 = 0x3733 3897*ad30f8e7SGabor Kovesdan0x70E7 = 0x4955 3898*ad30f8e7SGabor Kovesdan0x70E8 = 0x6C47 3899*ad30f8e7SGabor Kovesdan0x70E9 = 0x3B62 3900*ad30f8e7SGabor Kovesdan0x70EB = 0x4C4C 3901*ad30f8e7SGabor Kovesdan0x70EC = 0x3D7D 3902*ad30f8e7SGabor Kovesdan0x70ED = 0x4848 3903*ad30f8e7SGabor Kovesdan0x70EF = 0x4F29 3904*ad30f8e7SGabor Kovesdan0x70F7 = 0x4D69 3905*ad30f8e7SGabor Kovesdan0x70F9 = 0x456B 3906*ad30f8e7SGabor Kovesdan0x70FD = 0x3769 3907*ad30f8e7SGabor Kovesdan0x7109 = 0x5149 3908*ad30f8e7SGabor Kovesdan0x710A = 0x3A38 3909*ad30f8e7SGabor Kovesdan0x7110 = 0x6C49 3910*ad30f8e7SGabor Kovesdan0x7113 = 0x6C4A 3911*ad30f8e7SGabor Kovesdan0x7115 = 0x3B40 3912*ad30f8e7SGabor Kovesdan0x7116 = 0x6C4B 3913*ad30f8e7SGabor Kovesdan0x7118 = 0x6C62 3914*ad30f8e7SGabor Kovesdan0x7119 = 0x313A 3915*ad30f8e7SGabor Kovesdan0x711A = 0x3759 3916*ad30f8e7SGabor Kovesdan0x7126 = 0x3D39 3917*ad30f8e7SGabor Kovesdan0x712F = 0x6C4C 3918*ad30f8e7SGabor Kovesdan0x7130 = 0x5166 3919*ad30f8e7SGabor Kovesdan0x7131 = 0x6C4D 3920*ad30f8e7SGabor Kovesdan0x7136 = 0x483B 3921*ad30f8e7SGabor Kovesdan0x7145 = 0x6C51 3922*ad30f8e7SGabor Kovesdan0x714A = 0x6C53 3923*ad30f8e7SGabor Kovesdan0x714C = 0x3B4D 3924*ad30f8e7SGabor Kovesdan0x714E = 0x3C65 3925*ad30f8e7SGabor Kovesdan0x715C = 0x6C4F 3926*ad30f8e7SGabor Kovesdan0x715E = 0x4937 3927*ad30f8e7SGabor Kovesdan0x7164 = 0x433A 3928*ad30f8e7SGabor Kovesdan0x7166 = 0x6C63 3929*ad30f8e7SGabor Kovesdan0x7167 = 0x5555 3930*ad30f8e7SGabor Kovesdan0x7168 = 0x6C50 3931*ad30f8e7SGabor Kovesdan0x716E = 0x5673 3932*ad30f8e7SGabor Kovesdan0x7172 = 0x6C52 3933*ad30f8e7SGabor Kovesdan0x7173 = 0x6C4E 3934*ad30f8e7SGabor Kovesdan0x7178 = 0x6C54 3935*ad30f8e7SGabor Kovesdan0x717A = 0x6C55 3936*ad30f8e7SGabor Kovesdan0x717D = 0x493F 3937*ad30f8e7SGabor Kovesdan0x7184 = 0x4F28 3938*ad30f8e7SGabor Kovesdan0x718A = 0x505C 3939*ad30f8e7SGabor Kovesdan0x718F = 0x512C 3940*ad30f8e7SGabor Kovesdan0x7194 = 0x485B 3941*ad30f8e7SGabor Kovesdan0x7198 = 0x6C56 3942*ad30f8e7SGabor Kovesdan0x7199 = 0x4E75 3943*ad30f8e7SGabor Kovesdan0x719F = 0x4A6C 3944*ad30f8e7SGabor Kovesdan0x71A0 = 0x6C5A 3945*ad30f8e7SGabor Kovesdan0x71A8 = 0x6C59 3946*ad30f8e7SGabor Kovesdan0x71AC = 0x303E 3947*ad30f8e7SGabor Kovesdan0x71B3 = 0x6C57 3948*ad30f8e7SGabor Kovesdan0x71B5 = 0x6C58 3949*ad30f8e7SGabor Kovesdan0x71B9 = 0x6C64 3950*ad30f8e7SGabor Kovesdan0x71C3 = 0x483C 3951*ad30f8e7SGabor Kovesdan0x71CE = 0x4147 3952*ad30f8e7SGabor Kovesdan0x71D4 = 0x6C5C 3953*ad30f8e7SGabor Kovesdan0x71D5 = 0x5160 3954*ad30f8e7SGabor Kovesdan0x71E0 = 0x6C5B 3955*ad30f8e7SGabor Kovesdan0x71E5 = 0x546F 3956*ad30f8e7SGabor Kovesdan0x71E7 = 0x6C5D 3957*ad30f8e7SGabor Kovesdan0x71EE = 0x5B46 3958*ad30f8e7SGabor Kovesdan0x71F9 = 0x6C5E 3959*ad30f8e7SGabor Kovesdan0x7206 = 0x312C 3960*ad30f8e7SGabor Kovesdan0x721D = 0x6C5F 3961*ad30f8e7SGabor Kovesdan0x7228 = 0x6C60 3962*ad30f8e7SGabor Kovesdan0x722A = 0x5726 3963*ad30f8e7SGabor Kovesdan0x722C = 0x4540 3964*ad30f8e7SGabor Kovesdan0x7230 = 0x6B3C 3965*ad30f8e7SGabor Kovesdan0x7231 = 0x302E 3966*ad30f8e7SGabor Kovesdan0x7235 = 0x3E74 3967*ad30f8e7SGabor Kovesdan0x7236 = 0x3838 3968*ad30f8e7SGabor Kovesdan0x7237 = 0x522F 3969*ad30f8e7SGabor Kovesdan0x7238 = 0x3056 3970*ad30f8e7SGabor Kovesdan0x7239 = 0x3579 3971*ad30f8e7SGabor Kovesdan0x723B = 0x5833 3972*ad30f8e7SGabor Kovesdan0x723D = 0x4B2C 3973*ad30f8e7SGabor Kovesdan0x723F = 0x635D 3974*ad30f8e7SGabor Kovesdan0x7247 = 0x462C 3975*ad30f8e7SGabor Kovesdan0x7248 = 0x3066 3976*ad30f8e7SGabor Kovesdan0x724C = 0x4546 3977*ad30f8e7SGabor Kovesdan0x724D = 0x6B39 3978*ad30f8e7SGabor Kovesdan0x7252 = 0x6B3A 3979*ad30f8e7SGabor Kovesdan0x7256 = 0x6B3B 3980*ad30f8e7SGabor Kovesdan0x7259 = 0x5140 3981*ad30f8e7SGabor Kovesdan0x725B = 0x4523 3982*ad30f8e7SGabor Kovesdan0x725D = 0x6A72 3983*ad30f8e7SGabor Kovesdan0x725F = 0x4432 3984*ad30f8e7SGabor Kovesdan0x7261 = 0x4435 3985*ad30f8e7SGabor Kovesdan0x7262 = 0x404E 3986*ad30f8e7SGabor Kovesdan0x7266 = 0x6A73 3987*ad30f8e7SGabor Kovesdan0x7267 = 0x4441 3988*ad30f8e7SGabor Kovesdan0x7269 = 0x4E6F 3989*ad30f8e7SGabor Kovesdan0x726E = 0x6A70 3990*ad30f8e7SGabor Kovesdan0x726F = 0x6A74 3991*ad30f8e7SGabor Kovesdan0x7272 = 0x497C 3992*ad30f8e7SGabor Kovesdan0x7275 = 0x4723 3993*ad30f8e7SGabor Kovesdan0x7279 = 0x4C58 3994*ad30f8e7SGabor Kovesdan0x727A = 0x4E7E 3995*ad30f8e7SGabor Kovesdan0x727E = 0x6A75 3996*ad30f8e7SGabor Kovesdan0x727F = 0x6A76 3997*ad30f8e7SGabor Kovesdan0x7280 = 0x4F2C 3998*ad30f8e7SGabor Kovesdan0x7281 = 0x4067 3999*ad30f8e7SGabor Kovesdan0x7284 = 0x6A77 4000*ad30f8e7SGabor Kovesdan0x728A = 0x363F 4001*ad30f8e7SGabor Kovesdan0x728B = 0x6A78 4002*ad30f8e7SGabor Kovesdan0x728D = 0x6A79 4003*ad30f8e7SGabor Kovesdan0x728F = 0x6A7A 4004*ad30f8e7SGabor Kovesdan0x7292 = 0x6A7B 4005*ad30f8e7SGabor Kovesdan0x729F = 0x6A71 4006*ad30f8e7SGabor Kovesdan0x72AC = 0x482E 4007*ad30f8e7SGabor Kovesdan0x72AD = 0x616B 4008*ad30f8e7SGabor Kovesdan0x72AF = 0x3738 4009*ad30f8e7SGabor Kovesdan0x72B0 = 0x616C 4010*ad30f8e7SGabor Kovesdan0x72B4 = 0x616D 4011*ad30f8e7SGabor Kovesdan0x72B6 = 0x5734 4012*ad30f8e7SGabor Kovesdan0x72B7 = 0x616E 4013*ad30f8e7SGabor Kovesdan0x72B8 = 0x616F 4014*ad30f8e7SGabor Kovesdan0x72B9 = 0x534C 4015*ad30f8e7SGabor Kovesdan0x72C1 = 0x6171 4016*ad30f8e7SGabor Kovesdan0x72C2 = 0x3F71 4017*ad30f8e7SGabor Kovesdan0x72C3 = 0x6170 4018*ad30f8e7SGabor Kovesdan0x72C4 = 0x3552 4019*ad30f8e7SGabor Kovesdan0x72C8 = 0x3137 4020*ad30f8e7SGabor Kovesdan0x72CD = 0x6173 4021*ad30f8e7SGabor Kovesdan0x72CE = 0x6172 4022*ad30f8e7SGabor Kovesdan0x72D0 = 0x3A7C 4023*ad30f8e7SGabor Kovesdan0x72D2 = 0x6174 4024*ad30f8e7SGabor Kovesdan0x72D7 = 0x3937 4025*ad30f8e7SGabor Kovesdan0x72D9 = 0x3E51 4026*ad30f8e7SGabor Kovesdan0x72DE = 0x447C 4027*ad30f8e7SGabor Kovesdan0x72E0 = 0x3A5D 4028*ad30f8e7SGabor Kovesdan0x72E1 = 0x3D46 4029*ad30f8e7SGabor Kovesdan0x72E8 = 0x6175 4030*ad30f8e7SGabor Kovesdan0x72E9 = 0x6177 4031*ad30f8e7SGabor Kovesdan0x72EC = 0x3640 4032*ad30f8e7SGabor Kovesdan0x72ED = 0x4F41 4033*ad30f8e7SGabor Kovesdan0x72EE = 0x4A28 4034*ad30f8e7SGabor Kovesdan0x72EF = 0x6176 4035*ad30f8e7SGabor Kovesdan0x72F0 = 0x5578 4036*ad30f8e7SGabor Kovesdan0x72F1 = 0x537C 4037*ad30f8e7SGabor Kovesdan0x72F2 = 0x6178 4038*ad30f8e7SGabor Kovesdan0x72F3 = 0x617C 4039*ad30f8e7SGabor Kovesdan0x72F4 = 0x6179 4040*ad30f8e7SGabor Kovesdan0x72F7 = 0x617A 4041*ad30f8e7SGabor Kovesdan0x72F8 = 0x406A 4042*ad30f8e7SGabor Kovesdan0x72FA = 0x617E 4043*ad30f8e7SGabor Kovesdan0x72FB = 0x6221 4044*ad30f8e7SGabor Kovesdan0x72FC = 0x4047 4045*ad30f8e7SGabor Kovesdan0x7301 = 0x617B 4046*ad30f8e7SGabor Kovesdan0x7303 = 0x617D 4047*ad30f8e7SGabor Kovesdan0x730A = 0x6225 4048*ad30f8e7SGabor Kovesdan0x730E = 0x4154 4049*ad30f8e7SGabor Kovesdan0x7313 = 0x6223 4050*ad30f8e7SGabor Kovesdan0x7315 = 0x6228 4051*ad30f8e7SGabor Kovesdan0x7316 = 0x327E 4052*ad30f8e7SGabor Kovesdan0x7317 = 0x6222 4053*ad30f8e7SGabor Kovesdan0x731B = 0x434D 4054*ad30f8e7SGabor Kovesdan0x731C = 0x3242 4055*ad30f8e7SGabor Kovesdan0x731D = 0x6227 4056*ad30f8e7SGabor Kovesdan0x731E = 0x6226 4057*ad30f8e7SGabor Kovesdan0x7321 = 0x6224 4058*ad30f8e7SGabor Kovesdan0x7322 = 0x6229 4059*ad30f8e7SGabor Kovesdan0x7325 = 0x622B 4060*ad30f8e7SGabor Kovesdan0x7329 = 0x5049 4061*ad30f8e7SGabor Kovesdan0x732A = 0x566D 4062*ad30f8e7SGabor Kovesdan0x732B = 0x4328 4063*ad30f8e7SGabor Kovesdan0x732C = 0x622C 4064*ad30f8e7SGabor Kovesdan0x732E = 0x4F57 4065*ad30f8e7SGabor Kovesdan0x7331 = 0x622E 4066*ad30f8e7SGabor Kovesdan0x7334 = 0x3A6F 4067*ad30f8e7SGabor Kovesdan0x7337 = 0x6960 4068*ad30f8e7SGabor Kovesdan0x7338 = 0x622D 4069*ad30f8e7SGabor Kovesdan0x7339 = 0x622A 4070*ad30f8e7SGabor Kovesdan0x733E = 0x3B2B 4071*ad30f8e7SGabor Kovesdan0x733F = 0x5433 4072*ad30f8e7SGabor Kovesdan0x734D = 0x6230 4073*ad30f8e7SGabor Kovesdan0x7350 = 0x622F 4074*ad30f8e7SGabor Kovesdan0x7352 = 0x6961 4075*ad30f8e7SGabor Kovesdan0x7357 = 0x6231 4076*ad30f8e7SGabor Kovesdan0x7360 = 0x6232 4077*ad30f8e7SGabor Kovesdan0x736C = 0x6233 4078*ad30f8e7SGabor Kovesdan0x736D = 0x4C21 4079*ad30f8e7SGabor Kovesdan0x736F = 0x6234 4080*ad30f8e7SGabor Kovesdan0x737E = 0x6235 4081*ad30f8e7SGabor Kovesdan0x7384 = 0x507E 4082*ad30f8e7SGabor Kovesdan0x7387 = 0x424A 4083*ad30f8e7SGabor Kovesdan0x7389 = 0x5371 4084*ad30f8e7SGabor Kovesdan0x738B = 0x4D75 4085*ad30f8e7SGabor Kovesdan0x738E = 0x6760 4086*ad30f8e7SGabor Kovesdan0x7391 = 0x6761 4087*ad30f8e7SGabor Kovesdan0x7396 = 0x3E41 4088*ad30f8e7SGabor Kovesdan0x739B = 0x426A 4089*ad30f8e7SGabor Kovesdan0x739F = 0x6764 4090*ad30f8e7SGabor Kovesdan0x73A2 = 0x6763 4091*ad30f8e7SGabor Kovesdan0x73A9 = 0x4D66 4092*ad30f8e7SGabor Kovesdan0x73AB = 0x4335 4093*ad30f8e7SGabor Kovesdan0x73AE = 0x6762 4094*ad30f8e7SGabor Kovesdan0x73AF = 0x3B37 4095*ad30f8e7SGabor Kovesdan0x73B0 = 0x4F56 4096*ad30f8e7SGabor Kovesdan0x73B2 = 0x4161 4097*ad30f8e7SGabor Kovesdan0x73B3 = 0x6769 4098*ad30f8e7SGabor Kovesdan0x73B7 = 0x6768 4099*ad30f8e7SGabor Kovesdan0x73BA = 0x6774 4100*ad30f8e7SGabor Kovesdan0x73BB = 0x3223 4101*ad30f8e7SGabor Kovesdan0x73C0 = 0x676A 4102*ad30f8e7SGabor Kovesdan0x73C2 = 0x6766 4103*ad30f8e7SGabor Kovesdan0x73C8 = 0x676C 4104*ad30f8e7SGabor Kovesdan0x73C9 = 0x676B 4105*ad30f8e7SGabor Kovesdan0x73CA = 0x493A 4106*ad30f8e7SGabor Kovesdan0x73CD = 0x5564 4107*ad30f8e7SGabor Kovesdan0x73CF = 0x6765 4108*ad30f8e7SGabor Kovesdan0x73D0 = 0x3729 4109*ad30f8e7SGabor Kovesdan0x73D1 = 0x6767 4110*ad30f8e7SGabor Kovesdan0x73D9 = 0x676E 4111*ad30f8e7SGabor Kovesdan0x73DE = 0x6773 4112*ad30f8e7SGabor Kovesdan0x73E0 = 0x5669 4113*ad30f8e7SGabor Kovesdan0x73E5 = 0x676D 4114*ad30f8e7SGabor Kovesdan0x73E7 = 0x6772 4115*ad30f8e7SGabor Kovesdan0x73E9 = 0x6771 4116*ad30f8e7SGabor Kovesdan0x73ED = 0x3060 4117*ad30f8e7SGabor Kovesdan0x73F2 = 0x6775 4118*ad30f8e7SGabor Kovesdan0x7403 = 0x4772 4119*ad30f8e7SGabor Kovesdan0x7405 = 0x4045 4120*ad30f8e7SGabor Kovesdan0x7406 = 0x406D 4121*ad30f8e7SGabor Kovesdan0x7409 = 0x4170 4122*ad30f8e7SGabor Kovesdan0x740A = 0x6770 4123*ad30f8e7SGabor Kovesdan0x740F = 0x6776 4124*ad30f8e7SGabor Kovesdan0x7410 = 0x4B76 4125*ad30f8e7SGabor Kovesdan0x741A = 0x6822 4126*ad30f8e7SGabor Kovesdan0x741B = 0x6821 4127*ad30f8e7SGabor Kovesdan0x7422 = 0x5741 4128*ad30f8e7SGabor Kovesdan0x7425 = 0x677A 4129*ad30f8e7SGabor Kovesdan0x7426 = 0x6779 4130*ad30f8e7SGabor Kovesdan0x7428 = 0x677B 4131*ad30f8e7SGabor Kovesdan0x742A = 0x6777 4132*ad30f8e7SGabor Kovesdan0x742C = 0x677E 4133*ad30f8e7SGabor Kovesdan0x742E = 0x677D 4134*ad30f8e7SGabor Kovesdan0x7430 = 0x677C 4135*ad30f8e7SGabor Kovesdan0x7433 = 0x4155 4136*ad30f8e7SGabor Kovesdan0x7434 = 0x4759 4137*ad30f8e7SGabor Kovesdan0x7435 = 0x457D 4138*ad30f8e7SGabor Kovesdan0x7436 = 0x4543 4139*ad30f8e7SGabor Kovesdan0x743C = 0x476D 4140*ad30f8e7SGabor Kovesdan0x7441 = 0x6823 4141*ad30f8e7SGabor Kovesdan0x7455 = 0x6826 4142*ad30f8e7SGabor Kovesdan0x7457 = 0x6825 4143*ad30f8e7SGabor Kovesdan0x7459 = 0x6827 4144*ad30f8e7SGabor Kovesdan0x745A = 0x3A77 4145*ad30f8e7SGabor Kovesdan0x745B = 0x6778 4146*ad30f8e7SGabor Kovesdan0x745C = 0x6824 4147*ad30f8e7SGabor Kovesdan0x745E = 0x4870 4148*ad30f8e7SGabor Kovesdan0x745F = 0x492A 4149*ad30f8e7SGabor Kovesdan0x746D = 0x6829 4150*ad30f8e7SGabor Kovesdan0x7470 = 0x3965 4151*ad30f8e7SGabor Kovesdan0x7476 = 0x517E 4152*ad30f8e7SGabor Kovesdan0x7477 = 0x6828 4153*ad30f8e7SGabor Kovesdan0x747E = 0x682A 4154*ad30f8e7SGabor Kovesdan0x7480 = 0x682D 4155*ad30f8e7SGabor Kovesdan0x7481 = 0x682E 4156*ad30f8e7SGabor Kovesdan0x7483 = 0x4127 4157*ad30f8e7SGabor Kovesdan0x7487 = 0x682F 4158*ad30f8e7SGabor Kovesdan0x748B = 0x6830 4159*ad30f8e7SGabor Kovesdan0x748E = 0x682C 4160*ad30f8e7SGabor Kovesdan0x7490 = 0x6834 4161*ad30f8e7SGabor Kovesdan0x749C = 0x682B 4162*ad30f8e7SGabor Kovesdan0x749E = 0x6831 4163*ad30f8e7SGabor Kovesdan0x74A7 = 0x6835 4164*ad30f8e7SGabor Kovesdan0x74A8 = 0x6832 4165*ad30f8e7SGabor Kovesdan0x74A9 = 0x6833 4166*ad30f8e7SGabor Kovesdan0x74BA = 0x6837 4167*ad30f8e7SGabor Kovesdan0x74D2 = 0x6836 4168*ad30f8e7SGabor Kovesdan0x74DC = 0x394F 4169*ad30f8e7SGabor Kovesdan0x74DE = 0x702C 4170*ad30f8e7SGabor Kovesdan0x74E0 = 0x702D 4171*ad30f8e7SGabor Kovesdan0x74E2 = 0x4630 4172*ad30f8e7SGabor Kovesdan0x74E3 = 0x306A 4173*ad30f8e7SGabor Kovesdan0x74E4 = 0x483F 4174*ad30f8e7SGabor Kovesdan0x74E6 = 0x4D5F 4175*ad30f8e7SGabor Kovesdan0x74EE = 0x4E4D 4176*ad30f8e7SGabor Kovesdan0x74EF = 0x6A31 4177*ad30f8e7SGabor Kovesdan0x74F4 = 0x6A32 4178*ad30f8e7SGabor Kovesdan0x74F6 = 0x463F 4179*ad30f8e7SGabor Kovesdan0x74F7 = 0x3449 4180*ad30f8e7SGabor Kovesdan0x74FF = 0x6A33 4181*ad30f8e7SGabor Kovesdan0x7504 = 0x5567 4182*ad30f8e7SGabor Kovesdan0x750D = 0x5D79 4183*ad30f8e7SGabor Kovesdan0x750F = 0x6A34 4184*ad30f8e7SGabor Kovesdan0x7511 = 0x6A35 4185*ad30f8e7SGabor Kovesdan0x7513 = 0x6A36 4186*ad30f8e7SGabor Kovesdan0x7518 = 0x384A 4187*ad30f8e7SGabor Kovesdan0x7519 = 0x5F30 4188*ad30f8e7SGabor Kovesdan0x751A = 0x4975 4189*ad30f8e7SGabor Kovesdan0x751C = 0x4C70 4190*ad30f8e7SGabor Kovesdan0x751F = 0x497A 4191*ad30f8e7SGabor Kovesdan0x7525 = 0x497B 4192*ad30f8e7SGabor Kovesdan0x7528 = 0x5343 4193*ad30f8e7SGabor Kovesdan0x7529 = 0x4B26 4194*ad30f8e7SGabor Kovesdan0x752B = 0x3826 4195*ad30f8e7SGabor Kovesdan0x752C = 0x702E 4196*ad30f8e7SGabor Kovesdan0x752D = 0x3142 4197*ad30f8e7SGabor Kovesdan0x752F = 0x6538 4198*ad30f8e7SGabor Kovesdan0x7530 = 0x4C6F 4199*ad30f8e7SGabor Kovesdan0x7531 = 0x5349 4200*ad30f8e7SGabor Kovesdan0x7532 = 0x3C57 4201*ad30f8e7SGabor Kovesdan0x7533 = 0x496A 4202*ad30f8e7SGabor Kovesdan0x7535 = 0x3567 4203*ad30f8e7SGabor Kovesdan0x7537 = 0x4450 4204*ad30f8e7SGabor Kovesdan0x7538 = 0x3569 4205*ad30f8e7SGabor Kovesdan0x753A = 0x6E2E 4206*ad30f8e7SGabor Kovesdan0x753B = 0x3B2D 4207*ad30f8e7SGabor Kovesdan0x753E = 0x675E 4208*ad30f8e7SGabor Kovesdan0x7540 = 0x6E2F 4209*ad30f8e7SGabor Kovesdan0x7545 = 0x3329 4210*ad30f8e7SGabor Kovesdan0x7548 = 0x6E32 4211*ad30f8e7SGabor Kovesdan0x754B = 0x6E31 4212*ad30f8e7SGabor Kovesdan0x754C = 0x3D67 4213*ad30f8e7SGabor Kovesdan0x754E = 0x6E30 4214*ad30f8e7SGabor Kovesdan0x754F = 0x4E37 4215*ad30f8e7SGabor Kovesdan0x7554 = 0x454F 4216*ad30f8e7SGabor Kovesdan0x7559 = 0x4174 4217*ad30f8e7SGabor Kovesdan0x755A = 0x5B4E 4218*ad30f8e7SGabor Kovesdan0x755B = 0x6E33 4219*ad30f8e7SGabor Kovesdan0x755C = 0x5073 4220*ad30f8e7SGabor Kovesdan0x7565 = 0x4254 4221*ad30f8e7SGabor Kovesdan0x7566 = 0x4668 4222*ad30f8e7SGabor Kovesdan0x756A = 0x372C 4223*ad30f8e7SGabor Kovesdan0x7572 = 0x6E34 4224*ad30f8e7SGabor Kovesdan0x7574 = 0x336B 4225*ad30f8e7SGabor Kovesdan0x7578 = 0x3B7B 4226*ad30f8e7SGabor Kovesdan0x7579 = 0x6E35 4227*ad30f8e7SGabor Kovesdan0x757F = 0x675C 4228*ad30f8e7SGabor Kovesdan0x7583 = 0x6E36 4229*ad30f8e7SGabor Kovesdan0x7586 = 0x3D2E 4230*ad30f8e7SGabor Kovesdan0x758B = 0x7162 4231*ad30f8e7SGabor Kovesdan0x758F = 0x4A68 4232*ad30f8e7SGabor Kovesdan0x7591 = 0x5249 4233*ad30f8e7SGabor Kovesdan0x7592 = 0x705A 4234*ad30f8e7SGabor Kovesdan0x7594 = 0x705B 4235*ad30f8e7SGabor Kovesdan0x7596 = 0x705C 4236*ad30f8e7SGabor Kovesdan0x7597 = 0x4146 4237*ad30f8e7SGabor Kovesdan0x7599 = 0x386D 4238*ad30f8e7SGabor Kovesdan0x759A = 0x3E4E 4239*ad30f8e7SGabor Kovesdan0x759D = 0x705E 4240*ad30f8e7SGabor Kovesdan0x759F = 0x4531 4241*ad30f8e7SGabor Kovesdan0x75A0 = 0x705D 4242*ad30f8e7SGabor Kovesdan0x75A1 = 0x5171 4243*ad30f8e7SGabor Kovesdan0x75A3 = 0x7060 4244*ad30f8e7SGabor Kovesdan0x75A4 = 0x304C 4245*ad30f8e7SGabor Kovesdan0x75A5 = 0x3D6A 4246*ad30f8e7SGabor Kovesdan0x75AB = 0x525F 4247*ad30f8e7SGabor Kovesdan0x75AC = 0x705F 4248*ad30f8e7SGabor Kovesdan0x75AE = 0x342F 4249*ad30f8e7SGabor Kovesdan0x75AF = 0x3768 4250*ad30f8e7SGabor Kovesdan0x75B0 = 0x7066 4251*ad30f8e7SGabor Kovesdan0x75B1 = 0x7065 4252*ad30f8e7SGabor Kovesdan0x75B2 = 0x4623 4253*ad30f8e7SGabor Kovesdan0x75B3 = 0x7061 4254*ad30f8e7SGabor Kovesdan0x75B4 = 0x7062 4255*ad30f8e7SGabor Kovesdan0x75B5 = 0x3443 4256*ad30f8e7SGabor Kovesdan0x75B8 = 0x7063 4257*ad30f8e7SGabor Kovesdan0x75B9 = 0x556E 4258*ad30f8e7SGabor Kovesdan0x75BC = 0x4C5B 4259*ad30f8e7SGabor Kovesdan0x75BD = 0x3E52 4260*ad30f8e7SGabor Kovesdan0x75BE = 0x3C32 4261*ad30f8e7SGabor Kovesdan0x75C2 = 0x7068 4262*ad30f8e7SGabor Kovesdan0x75C3 = 0x7067 4263*ad30f8e7SGabor Kovesdan0x75C4 = 0x7064 4264*ad30f8e7SGabor Kovesdan0x75C5 = 0x3221 4265*ad30f8e7SGabor Kovesdan0x75C7 = 0x5622 4266*ad30f8e7SGabor Kovesdan0x75C8 = 0x5338 4267*ad30f8e7SGabor Kovesdan0x75C9 = 0x3E37 4268*ad30f8e7SGabor Kovesdan0x75CA = 0x482C 4269*ad30f8e7SGabor Kovesdan0x75CD = 0x706A 4270*ad30f8e7SGabor Kovesdan0x75D2 = 0x5177 4271*ad30f8e7SGabor Kovesdan0x75D4 = 0x564C 4272*ad30f8e7SGabor Kovesdan0x75D5 = 0x3A5B 4273*ad30f8e7SGabor Kovesdan0x75D6 = 0x7069 4274*ad30f8e7SGabor Kovesdan0x75D8 = 0x363B 4275*ad30f8e7SGabor Kovesdan0x75DB = 0x4D34 4276*ad30f8e7SGabor Kovesdan0x75DE = 0x4626 4277*ad30f8e7SGabor Kovesdan0x75E2 = 0x4121 4278*ad30f8e7SGabor Kovesdan0x75E3 = 0x706B 4279*ad30f8e7SGabor Kovesdan0x75E4 = 0x706E 4280*ad30f8e7SGabor Kovesdan0x75E6 = 0x706D 4281*ad30f8e7SGabor Kovesdan0x75E7 = 0x7070 4282*ad30f8e7SGabor Kovesdan0x75E8 = 0x706C 4283*ad30f8e7SGabor Kovesdan0x75EA = 0x3B3E 4284*ad30f8e7SGabor Kovesdan0x75EB = 0x706F 4285*ad30f8e7SGabor Kovesdan0x75F0 = 0x4C35 4286*ad30f8e7SGabor Kovesdan0x75F1 = 0x7072 4287*ad30f8e7SGabor Kovesdan0x75F4 = 0x3355 4288*ad30f8e7SGabor Kovesdan0x75F9 = 0x3154 4289*ad30f8e7SGabor Kovesdan0x75FC = 0x7073 4290*ad30f8e7SGabor Kovesdan0x75FF = 0x7074 4291*ad30f8e7SGabor Kovesdan0x7600 = 0x7076 4292*ad30f8e7SGabor Kovesdan0x7601 = 0x3461 4293*ad30f8e7SGabor Kovesdan0x7603 = 0x7071 4294*ad30f8e7SGabor Kovesdan0x7605 = 0x7077 4295*ad30f8e7SGabor Kovesdan0x760A = 0x707A 4296*ad30f8e7SGabor Kovesdan0x760C = 0x7078 4297*ad30f8e7SGabor Kovesdan0x7610 = 0x7075 4298*ad30f8e7SGabor Kovesdan0x7615 = 0x707D 4299*ad30f8e7SGabor Kovesdan0x7617 = 0x7079 4300*ad30f8e7SGabor Kovesdan0x7618 = 0x707C 4301*ad30f8e7SGabor Kovesdan0x7619 = 0x707E 4302*ad30f8e7SGabor Kovesdan0x761B = 0x7121 4303*ad30f8e7SGabor Kovesdan0x761F = 0x4E41 4304*ad30f8e7SGabor Kovesdan0x7620 = 0x7124 4305*ad30f8e7SGabor Kovesdan0x7622 = 0x7123 4306*ad30f8e7SGabor Kovesdan0x7624 = 0x4176 4307*ad30f8e7SGabor Kovesdan0x7625 = 0x707B 4308*ad30f8e7SGabor Kovesdan0x7626 = 0x4A5D 4309*ad30f8e7SGabor Kovesdan0x7629 = 0x3471 4310*ad30f8e7SGabor Kovesdan0x762A = 0x3171 4311*ad30f8e7SGabor Kovesdan0x762B = 0x4C31 4312*ad30f8e7SGabor Kovesdan0x762D = 0x7126 4313*ad30f8e7SGabor Kovesdan0x7630 = 0x7127 4314*ad30f8e7SGabor Kovesdan0x7633 = 0x712C 4315*ad30f8e7SGabor Kovesdan0x7634 = 0x554E 4316*ad30f8e7SGabor Kovesdan0x7635 = 0x7129 4317*ad30f8e7SGabor Kovesdan0x7638 = 0x4833 4318*ad30f8e7SGabor Kovesdan0x763C = 0x7122 4319*ad30f8e7SGabor Kovesdan0x763E = 0x712B 4320*ad30f8e7SGabor Kovesdan0x763F = 0x7128 4321*ad30f8e7SGabor Kovesdan0x7640 = 0x7125 4322*ad30f8e7SGabor Kovesdan0x7643 = 0x712A 4323*ad30f8e7SGabor Kovesdan0x764C = 0x3029 4324*ad30f8e7SGabor Kovesdan0x764D = 0x712D 4325*ad30f8e7SGabor Kovesdan0x7654 = 0x712F 4326*ad30f8e7SGabor Kovesdan0x7656 = 0x7131 4327*ad30f8e7SGabor Kovesdan0x765C = 0x7130 4328*ad30f8e7SGabor Kovesdan0x765E = 0x712E 4329*ad30f8e7SGabor Kovesdan0x7663 = 0x5122 4330*ad30f8e7SGabor Kovesdan0x766B = 0x7132 4331*ad30f8e7SGabor Kovesdan0x766F = 0x7133 4332*ad30f8e7SGabor Kovesdan0x7678 = 0x396F 4333*ad30f8e7SGabor Kovesdan0x767B = 0x3547 4334*ad30f8e7SGabor Kovesdan0x767D = 0x3057 4335*ad30f8e7SGabor Kovesdan0x767E = 0x3059 4336*ad30f8e7SGabor Kovesdan0x7682 = 0x546D 4337*ad30f8e7SGabor Kovesdan0x7684 = 0x3544 4338*ad30f8e7SGabor Kovesdan0x7686 = 0x3D54 4339*ad30f8e7SGabor Kovesdan0x7687 = 0x3B4A 4340*ad30f8e7SGabor Kovesdan0x7688 = 0x7027 4341*ad30f8e7SGabor Kovesdan0x768B = 0x385E 4342*ad30f8e7SGabor Kovesdan0x768E = 0x7028 4343*ad30f8e7SGabor Kovesdan0x7691 = 0x3028 4344*ad30f8e7SGabor Kovesdan0x7693 = 0x7029 4345*ad30f8e7SGabor Kovesdan0x7696 = 0x4D6E 4346*ad30f8e7SGabor Kovesdan0x7699 = 0x702A 4347*ad30f8e7SGabor Kovesdan0x76A4 = 0x702B 4348*ad30f8e7SGabor Kovesdan0x76AE = 0x4624 4349*ad30f8e7SGabor Kovesdan0x76B1 = 0x5665 4350*ad30f8e7SGabor Kovesdan0x76B2 = 0x7164 4351*ad30f8e7SGabor Kovesdan0x76B4 = 0x7165 4352*ad30f8e7SGabor Kovesdan0x76BF = 0x4373 4353*ad30f8e7SGabor Kovesdan0x76C2 = 0x535B 4354*ad30f8e7SGabor Kovesdan0x76C5 = 0x5651 4355*ad30f8e7SGabor Kovesdan0x76C6 = 0x4568 4356*ad30f8e7SGabor Kovesdan0x76C8 = 0x532F 4357*ad30f8e7SGabor Kovesdan0x76CA = 0x5266 4358*ad30f8e7SGabor Kovesdan0x76CD = 0x6E41 4359*ad30f8e7SGabor Kovesdan0x76CE = 0x303B 4360*ad30f8e7SGabor Kovesdan0x76CF = 0x5535 4361*ad30f8e7SGabor Kovesdan0x76D0 = 0x514E 4362*ad30f8e7SGabor Kovesdan0x76D1 = 0x3C60 4363*ad30f8e7SGabor Kovesdan0x76D2 = 0x3A50 4364*ad30f8e7SGabor Kovesdan0x76D4 = 0x3F78 4365*ad30f8e7SGabor Kovesdan0x76D6 = 0x3847 4366*ad30f8e7SGabor Kovesdan0x76D7 = 0x3541 4367*ad30f8e7SGabor Kovesdan0x76D8 = 0x454C 4368*ad30f8e7SGabor Kovesdan0x76DB = 0x4A22 4369*ad30f8e7SGabor Kovesdan0x76DF = 0x434B 4370*ad30f8e7SGabor Kovesdan0x76E5 = 0x6E42 4371*ad30f8e7SGabor Kovesdan0x76EE = 0x443F 4372*ad30f8e7SGabor Kovesdan0x76EF = 0x3622 4373*ad30f8e7SGabor Kovesdan0x76F1 = 0x6D6C 4374*ad30f8e7SGabor Kovesdan0x76F2 = 0x4324 4375*ad30f8e7SGabor Kovesdan0x76F4 = 0x5631 4376*ad30f8e7SGabor Kovesdan0x76F8 = 0x4F60 4377*ad30f8e7SGabor Kovesdan0x76F9 = 0x6D6F 4378*ad30f8e7SGabor Kovesdan0x76FC = 0x454E 4379*ad30f8e7SGabor Kovesdan0x76FE = 0x365C 4380*ad30f8e7SGabor Kovesdan0x7701 = 0x4A21 4381*ad30f8e7SGabor Kovesdan0x7704 = 0x6D6D 4382*ad30f8e7SGabor Kovesdan0x7707 = 0x6D70 4383*ad30f8e7SGabor Kovesdan0x7708 = 0x6D71 4384*ad30f8e7SGabor Kovesdan0x7709 = 0x433C 4385*ad30f8e7SGabor Kovesdan0x770B = 0x3F34 4386*ad30f8e7SGabor Kovesdan0x770D = 0x6D6E 4387*ad30f8e7SGabor Kovesdan0x7719 = 0x6D74 4388*ad30f8e7SGabor Kovesdan0x771A = 0x6D72 4389*ad30f8e7SGabor Kovesdan0x771F = 0x5566 4390*ad30f8e7SGabor Kovesdan0x7720 = 0x435F 4391*ad30f8e7SGabor Kovesdan0x7722 = 0x6D73 4392*ad30f8e7SGabor Kovesdan0x7726 = 0x6D76 4393*ad30f8e7SGabor Kovesdan0x7728 = 0x5523 4394*ad30f8e7SGabor Kovesdan0x7729 = 0x5123 4395*ad30f8e7SGabor Kovesdan0x772D = 0x6D75 4396*ad30f8e7SGabor Kovesdan0x772F = 0x4350 4397*ad30f8e7SGabor Kovesdan0x7735 = 0x6D77 4398*ad30f8e7SGabor Kovesdan0x7736 = 0x3F74 4399*ad30f8e7SGabor Kovesdan0x7737 = 0x3E6C 4400*ad30f8e7SGabor Kovesdan0x7738 = 0x6D78 4401*ad30f8e7SGabor Kovesdan0x773A = 0x4C77 4402*ad30f8e7SGabor Kovesdan0x773C = 0x515B 4403*ad30f8e7SGabor Kovesdan0x7740 = 0x5745 4404*ad30f8e7SGabor Kovesdan0x7741 = 0x5576 4405*ad30f8e7SGabor Kovesdan0x7743 = 0x6D7C 4406*ad30f8e7SGabor Kovesdan0x7747 = 0x6D7B 4407*ad30f8e7SGabor Kovesdan0x7750 = 0x6D79 4408*ad30f8e7SGabor Kovesdan0x7751 = 0x6D7A 4409*ad30f8e7SGabor Kovesdan0x775A = 0x6D7D 4410*ad30f8e7SGabor Kovesdan0x775B = 0x3E26 4411*ad30f8e7SGabor Kovesdan0x7761 = 0x4B2F 4412*ad30f8e7SGabor Kovesdan0x7762 = 0x6E21 4413*ad30f8e7SGabor Kovesdan0x7763 = 0x363D 4414*ad30f8e7SGabor Kovesdan0x7765 = 0x6E22 4415*ad30f8e7SGabor Kovesdan0x7766 = 0x4440 4416*ad30f8e7SGabor Kovesdan0x7768 = 0x6D7E 4417*ad30f8e7SGabor Kovesdan0x776B = 0x3D5E 4418*ad30f8e7SGabor Kovesdan0x776C = 0x3247 4419*ad30f8e7SGabor Kovesdan0x7779 = 0x3643 4420*ad30f8e7SGabor Kovesdan0x777D = 0x6E25 4421*ad30f8e7SGabor Kovesdan0x777E = 0x583A 4422*ad30f8e7SGabor Kovesdan0x777F = 0x6E23 4423*ad30f8e7SGabor Kovesdan0x7780 = 0x6E26 4424*ad30f8e7SGabor Kovesdan0x7784 = 0x4369 4425*ad30f8e7SGabor Kovesdan0x7785 = 0x3372 4426*ad30f8e7SGabor Kovesdan0x778C = 0x6E27 4427*ad30f8e7SGabor Kovesdan0x778D = 0x6E24 4428*ad30f8e7SGabor Kovesdan0x778E = 0x4F39 4429*ad30f8e7SGabor Kovesdan0x7791 = 0x6E28 4430*ad30f8e7SGabor Kovesdan0x7792 = 0x4277 4431*ad30f8e7SGabor Kovesdan0x779F = 0x6E29 4432*ad30f8e7SGabor Kovesdan0x77A0 = 0x6E2A 4433*ad30f8e7SGabor Kovesdan0x77A2 = 0x5E2B 4434*ad30f8e7SGabor Kovesdan0x77A5 = 0x4633 4435*ad30f8e7SGabor Kovesdan0x77A7 = 0x4746 4436*ad30f8e7SGabor Kovesdan0x77A9 = 0x5675 4437*ad30f8e7SGabor Kovesdan0x77AA = 0x3549 4438*ad30f8e7SGabor Kovesdan0x77AC = 0x4B32 4439*ad30f8e7SGabor Kovesdan0x77B0 = 0x6E2B 4440*ad30f8e7SGabor Kovesdan0x77B3 = 0x4D2B 4441*ad30f8e7SGabor Kovesdan0x77B5 = 0x6E2C 4442*ad30f8e7SGabor Kovesdan0x77BB = 0x5530 4443*ad30f8e7SGabor Kovesdan0x77BD = 0x6E2D 4444*ad30f8e7SGabor Kovesdan0x77BF = 0x7644 4445*ad30f8e7SGabor Kovesdan0x77CD = 0x5B47 4446*ad30f8e7SGabor Kovesdan0x77D7 = 0x3423 4447*ad30f8e7SGabor Kovesdan0x77DB = 0x432C 4448*ad30f8e7SGabor Kovesdan0x77DC = 0x7166 4449*ad30f8e7SGabor Kovesdan0x77E2 = 0x4A38 4450*ad30f8e7SGabor Kovesdan0x77E3 = 0x5253 4451*ad30f8e7SGabor Kovesdan0x77E5 = 0x562A 4452*ad30f8e7SGabor Kovesdan0x77E7 = 0x6F72 4453*ad30f8e7SGabor Kovesdan0x77E9 = 0x3E58 4454*ad30f8e7SGabor Kovesdan0x77EB = 0x3D43 4455*ad30f8e7SGabor Kovesdan0x77EC = 0x6F73 4456*ad30f8e7SGabor Kovesdan0x77ED = 0x364C 4457*ad30f8e7SGabor Kovesdan0x77EE = 0x302B 4458*ad30f8e7SGabor Kovesdan0x77F3 = 0x4A2F 4459*ad30f8e7SGabor Kovesdan0x77F6 = 0x6D36 4460*ad30f8e7SGabor Kovesdan0x77F8 = 0x6D37 4461*ad30f8e7SGabor Kovesdan0x77FD = 0x4E79 4462*ad30f8e7SGabor Kovesdan0x77FE = 0x372F 4463*ad30f8e7SGabor Kovesdan0x77FF = 0x3F73 4464*ad30f8e7SGabor Kovesdan0x7800 = 0x6D38 4465*ad30f8e7SGabor Kovesdan0x7801 = 0x426B 4466*ad30f8e7SGabor Kovesdan0x7802 = 0x4930 4467*ad30f8e7SGabor Kovesdan0x7809 = 0x6D39 4468*ad30f8e7SGabor Kovesdan0x780C = 0x4676 4469*ad30f8e7SGabor Kovesdan0x780D = 0x3F33 4470*ad30f8e7SGabor Kovesdan0x7811 = 0x6D3C 4471*ad30f8e7SGabor Kovesdan0x7812 = 0x4578 4472*ad30f8e7SGabor Kovesdan0x7814 = 0x5150 4473*ad30f8e7SGabor Kovesdan0x7816 = 0x5729 4474*ad30f8e7SGabor Kovesdan0x7817 = 0x6D3A 4475*ad30f8e7SGabor Kovesdan0x7818 = 0x6D3B 4476*ad30f8e7SGabor Kovesdan0x781A = 0x5162 4477*ad30f8e7SGabor Kovesdan0x781C = 0x6D3F 4478*ad30f8e7SGabor Kovesdan0x781D = 0x6D40 4479*ad30f8e7SGabor Kovesdan0x781F = 0x6D44 4480*ad30f8e7SGabor Kovesdan0x7823 = 0x6D48 4481*ad30f8e7SGabor Kovesdan0x7825 = 0x6D46 4482*ad30f8e7SGabor Kovesdan0x7826 = 0x6D4E 4483*ad30f8e7SGabor Kovesdan0x7827 = 0x5568 4484*ad30f8e7SGabor Kovesdan0x7829 = 0x6D49 4485*ad30f8e7SGabor Kovesdan0x782C = 0x6D47 4486*ad30f8e7SGabor Kovesdan0x782D = 0x6D3E 4487*ad30f8e7SGabor Kovesdan0x7830 = 0x4569 4488*ad30f8e7SGabor Kovesdan0x7834 = 0x4646 4489*ad30f8e7SGabor Kovesdan0x7837 = 0x4969 4490*ad30f8e7SGabor Kovesdan0x7838 = 0x5452 4491*ad30f8e7SGabor Kovesdan0x7839 = 0x6D41 4492*ad30f8e7SGabor Kovesdan0x783A = 0x6D42 4493*ad30f8e7SGabor Kovesdan0x783B = 0x6D43 4494*ad30f8e7SGabor Kovesdan0x783C = 0x6D45 4495*ad30f8e7SGabor Kovesdan0x783E = 0x4079 4496*ad30f8e7SGabor Kovesdan0x7840 = 0x3421 4497*ad30f8e7SGabor Kovesdan0x7845 = 0x3968 4498*ad30f8e7SGabor Kovesdan0x7847 = 0x6D50 4499*ad30f8e7SGabor Kovesdan0x784C = 0x6D51 4500*ad30f8e7SGabor Kovesdan0x784E = 0x6D4A 4501*ad30f8e7SGabor Kovesdan0x7850 = 0x6D4F 4502*ad30f8e7SGabor Kovesdan0x7852 = 0x4E78 4503*ad30f8e7SGabor Kovesdan0x7855 = 0x4B36 4504*ad30f8e7SGabor Kovesdan0x7856 = 0x6D4C 4505*ad30f8e7SGabor Kovesdan0x7857 = 0x6D4D 4506*ad30f8e7SGabor Kovesdan0x785D = 0x4F75 4507*ad30f8e7SGabor Kovesdan0x786A = 0x6D52 4508*ad30f8e7SGabor Kovesdan0x786B = 0x4172 4509*ad30f8e7SGabor Kovesdan0x786C = 0x5332 4510*ad30f8e7SGabor Kovesdan0x786D = 0x6D4B 4511*ad30f8e7SGabor Kovesdan0x786E = 0x4837 4512*ad30f8e7SGabor Kovesdan0x7877 = 0x3C6F 4513*ad30f8e7SGabor Kovesdan0x787C = 0x4570 4514*ad30f8e7SGabor Kovesdan0x7887 = 0x6D56 4515*ad30f8e7SGabor Kovesdan0x7889 = 0x356F 4516*ad30f8e7SGabor Kovesdan0x788C = 0x4235 4517*ad30f8e7SGabor Kovesdan0x788D = 0x302D 4518*ad30f8e7SGabor Kovesdan0x788E = 0x4B69 4519*ad30f8e7SGabor Kovesdan0x7891 = 0x312E 4520*ad30f8e7SGabor Kovesdan0x7893 = 0x6D54 4521*ad30f8e7SGabor Kovesdan0x7897 = 0x4D6B 4522*ad30f8e7SGabor Kovesdan0x7898 = 0x3562 4523*ad30f8e7SGabor Kovesdan0x789A = 0x6D55 4524*ad30f8e7SGabor Kovesdan0x789B = 0x6D53 4525*ad30f8e7SGabor Kovesdan0x789C = 0x6D57 4526*ad30f8e7SGabor Kovesdan0x789F = 0x357A 4527*ad30f8e7SGabor Kovesdan0x78A1 = 0x6D58 4528*ad30f8e7SGabor Kovesdan0x78A3 = 0x6D59 4529*ad30f8e7SGabor Kovesdan0x78A5 = 0x6D5C 4530*ad30f8e7SGabor Kovesdan0x78A7 = 0x314C 4531*ad30f8e7SGabor Kovesdan0x78B0 = 0x4576 4532*ad30f8e7SGabor Kovesdan0x78B1 = 0x3C6E 4533*ad30f8e7SGabor Kovesdan0x78B2 = 0x6D5A 4534*ad30f8e7SGabor Kovesdan0x78B3 = 0x4C3C 4535*ad30f8e7SGabor Kovesdan0x78B4 = 0x326A 4536*ad30f8e7SGabor Kovesdan0x78B9 = 0x6D5B 4537*ad30f8e7SGabor Kovesdan0x78BE = 0x446B 4538*ad30f8e7SGabor Kovesdan0x78C1 = 0x3445 4539*ad30f8e7SGabor Kovesdan0x78C5 = 0x3075 4540*ad30f8e7SGabor Kovesdan0x78C9 = 0x6D5F 4541*ad30f8e7SGabor Kovesdan0x78CA = 0x405A 4542*ad30f8e7SGabor Kovesdan0x78CB = 0x3468 4543*ad30f8e7SGabor Kovesdan0x78D0 = 0x454D 4544*ad30f8e7SGabor Kovesdan0x78D4 = 0x6D5D 4545*ad30f8e7SGabor Kovesdan0x78D5 = 0x3F44 4546*ad30f8e7SGabor Kovesdan0x78D9 = 0x6D5E 4547*ad30f8e7SGabor Kovesdan0x78E8 = 0x4425 4548*ad30f8e7SGabor Kovesdan0x78EC = 0x6D60 4549*ad30f8e7SGabor Kovesdan0x78F2 = 0x6D61 4550*ad30f8e7SGabor Kovesdan0x78F4 = 0x6D63 4551*ad30f8e7SGabor Kovesdan0x78F7 = 0x4157 4552*ad30f8e7SGabor Kovesdan0x78FA = 0x3B47 4553*ad30f8e7SGabor Kovesdan0x7901 = 0x3D38 4554*ad30f8e7SGabor Kovesdan0x7905 = 0x6D62 4555*ad30f8e7SGabor Kovesdan0x7913 = 0x6D64 4556*ad30f8e7SGabor Kovesdan0x791E = 0x6D66 4557*ad30f8e7SGabor Kovesdan0x7924 = 0x6D65 4558*ad30f8e7SGabor Kovesdan0x7934 = 0x6D67 4559*ad30f8e7SGabor Kovesdan0x793A = 0x4A3E 4560*ad30f8e7SGabor Kovesdan0x793B = 0x6C6A 4561*ad30f8e7SGabor Kovesdan0x793C = 0x4071 4562*ad30f8e7SGabor Kovesdan0x793E = 0x4967 4563*ad30f8e7SGabor Kovesdan0x7940 = 0x6C6B 4564*ad30f8e7SGabor Kovesdan0x7941 = 0x466E 4565*ad30f8e7SGabor Kovesdan0x7946 = 0x6C6C 4566*ad30f8e7SGabor Kovesdan0x7948 = 0x466D 4567*ad30f8e7SGabor Kovesdan0x7949 = 0x6C6D 4568*ad30f8e7SGabor Kovesdan0x7953 = 0x6C70 4569*ad30f8e7SGabor Kovesdan0x7956 = 0x5766 4570*ad30f8e7SGabor Kovesdan0x7957 = 0x6C73 4571*ad30f8e7SGabor Kovesdan0x795A = 0x6C71 4572*ad30f8e7SGabor Kovesdan0x795B = 0x6C6E 4573*ad30f8e7SGabor Kovesdan0x795C = 0x6C6F 4574*ad30f8e7SGabor Kovesdan0x795D = 0x5723 4575*ad30f8e7SGabor Kovesdan0x795E = 0x4971 4576*ad30f8e7SGabor Kovesdan0x795F = 0x4B6E 4577*ad30f8e7SGabor Kovesdan0x7960 = 0x6C74 4578*ad30f8e7SGabor Kovesdan0x7962 = 0x6C72 4579*ad30f8e7SGabor Kovesdan0x7965 = 0x4F69 4580*ad30f8e7SGabor Kovesdan0x7967 = 0x6C76 4581*ad30f8e7SGabor Kovesdan0x7968 = 0x4631 4582*ad30f8e7SGabor Kovesdan0x796D = 0x3C40 4583*ad30f8e7SGabor Kovesdan0x796F = 0x6C75 4584*ad30f8e7SGabor Kovesdan0x7977 = 0x353B 4585*ad30f8e7SGabor Kovesdan0x7978 = 0x3B76 4586*ad30f8e7SGabor Kovesdan0x797A = 0x6C77 4587*ad30f8e7SGabor Kovesdan0x7980 = 0x5977 4588*ad30f8e7SGabor Kovesdan0x7981 = 0x3D7B 4589*ad30f8e7SGabor Kovesdan0x7984 = 0x423B 4590*ad30f8e7SGabor Kovesdan0x7985 = 0x6C78 4591*ad30f8e7SGabor Kovesdan0x798A = 0x6C79 4592*ad30f8e7SGabor Kovesdan0x798F = 0x3823 4593*ad30f8e7SGabor Kovesdan0x799A = 0x6C7A 4594*ad30f8e7SGabor Kovesdan0x79A7 = 0x6C7B 4595*ad30f8e7SGabor Kovesdan0x79B3 = 0x6C7C 4596*ad30f8e7SGabor Kovesdan0x79B9 = 0x536D 4597*ad30f8e7SGabor Kovesdan0x79BA = 0x582E 4598*ad30f8e7SGabor Kovesdan0x79BB = 0x406B 4599*ad30f8e7SGabor Kovesdan0x79BD = 0x475D 4600*ad30f8e7SGabor Kovesdan0x79BE = 0x3A4C 4601*ad30f8e7SGabor Kovesdan0x79C0 = 0x5063 4602*ad30f8e7SGabor Kovesdan0x79C1 = 0x4B3D 4603*ad30f8e7SGabor Kovesdan0x79C3 = 0x4D3A 4604*ad30f8e7SGabor Kovesdan0x79C6 = 0x3851 4605*ad30f8e7SGabor Kovesdan0x79C9 = 0x317C 4606*ad30f8e7SGabor Kovesdan0x79CB = 0x476F 4607*ad30f8e7SGabor Kovesdan0x79CD = 0x5656 4608*ad30f8e7SGabor Kovesdan0x79D1 = 0x3F46 4609*ad30f8e7SGabor Kovesdan0x79D2 = 0x436B 4610*ad30f8e7SGabor Kovesdan0x79D5 = 0x6F75 4611*ad30f8e7SGabor Kovesdan0x79D8 = 0x4358 4612*ad30f8e7SGabor Kovesdan0x79DF = 0x5762 4613*ad30f8e7SGabor Kovesdan0x79E3 = 0x6F77 4614*ad30f8e7SGabor Kovesdan0x79E4 = 0x3353 4615*ad30f8e7SGabor Kovesdan0x79E6 = 0x4758 4616*ad30f8e7SGabor Kovesdan0x79E7 = 0x516D 4617*ad30f8e7SGabor Kovesdan0x79E9 = 0x5648 4618*ad30f8e7SGabor Kovesdan0x79EB = 0x6F78 4619*ad30f8e7SGabor Kovesdan0x79ED = 0x6F76 4620*ad30f8e7SGabor Kovesdan0x79EF = 0x3B7D 4621*ad30f8e7SGabor Kovesdan0x79F0 = 0x3346 4622*ad30f8e7SGabor Kovesdan0x79F8 = 0x3D55 4623*ad30f8e7SGabor Kovesdan0x79FB = 0x5246 4624*ad30f8e7SGabor Kovesdan0x79FD = 0x3B60 4625*ad30f8e7SGabor Kovesdan0x7A00 = 0x4F21 4626*ad30f8e7SGabor Kovesdan0x7A02 = 0x6F7C 4627*ad30f8e7SGabor Kovesdan0x7A03 = 0x6F7B 4628*ad30f8e7SGabor Kovesdan0x7A06 = 0x6F79 4629*ad30f8e7SGabor Kovesdan0x7A0B = 0x334C 4630*ad30f8e7SGabor Kovesdan0x7A0D = 0x4954 4631*ad30f8e7SGabor Kovesdan0x7A0E = 0x4B30 4632*ad30f8e7SGabor Kovesdan0x7A14 = 0x6F7E 4633*ad30f8e7SGabor Kovesdan0x7A17 = 0x305E 4634*ad30f8e7SGabor Kovesdan0x7A1A = 0x5649 4635*ad30f8e7SGabor Kovesdan0x7A1E = 0x6F7D 4636*ad30f8e7SGabor Kovesdan0x7A20 = 0x336D 4637*ad30f8e7SGabor Kovesdan0x7A23 = 0x7655 4638*ad30f8e7SGabor Kovesdan0x7A33 = 0x4E48 4639*ad30f8e7SGabor Kovesdan0x7A37 = 0x7022 4640*ad30f8e7SGabor Kovesdan0x7A39 = 0x7021 4641*ad30f8e7SGabor Kovesdan0x7A3B = 0x353E 4642*ad30f8e7SGabor Kovesdan0x7A3C = 0x3C5A 4643*ad30f8e7SGabor Kovesdan0x7A3D = 0x3B7C 4644*ad30f8e7SGabor Kovesdan0x7A3F = 0x3865 4645*ad30f8e7SGabor Kovesdan0x7A46 = 0x4442 4646*ad30f8e7SGabor Kovesdan0x7A51 = 0x7023 4647*ad30f8e7SGabor Kovesdan0x7A57 = 0x4B6B 4648*ad30f8e7SGabor Kovesdan0x7A70 = 0x7026 4649*ad30f8e7SGabor Kovesdan0x7A74 = 0x5128 4650*ad30f8e7SGabor Kovesdan0x7A76 = 0x3E3F 4651*ad30f8e7SGabor Kovesdan0x7A77 = 0x476E 4652*ad30f8e7SGabor Kovesdan0x7A78 = 0x7136 4653*ad30f8e7SGabor Kovesdan0x7A79 = 0x7137 4654*ad30f8e7SGabor Kovesdan0x7A7A = 0x3F55 4655*ad30f8e7SGabor Kovesdan0x7A7F = 0x3429 4656*ad30f8e7SGabor Kovesdan0x7A80 = 0x7138 4657*ad30f8e7SGabor Kovesdan0x7A81 = 0x4D3B 4658*ad30f8e7SGabor Kovesdan0x7A83 = 0x4754 4659*ad30f8e7SGabor Kovesdan0x7A84 = 0x552D 4660*ad30f8e7SGabor Kovesdan0x7A86 = 0x7139 4661*ad30f8e7SGabor Kovesdan0x7A88 = 0x713A 4662*ad30f8e7SGabor Kovesdan0x7A8D = 0x474F 4663*ad30f8e7SGabor Kovesdan0x7A91 = 0x5224 4664*ad30f8e7SGabor Kovesdan0x7A92 = 0x564F 4665*ad30f8e7SGabor Kovesdan0x7A95 = 0x713B 4666*ad30f8e7SGabor Kovesdan0x7A96 = 0x3D51 4667*ad30f8e7SGabor Kovesdan0x7A97 = 0x3430 4668*ad30f8e7SGabor Kovesdan0x7A98 = 0x3E3D 4669*ad30f8e7SGabor Kovesdan0x7A9C = 0x345C 4670*ad30f8e7SGabor Kovesdan0x7A9D = 0x4E51 4671*ad30f8e7SGabor Kovesdan0x7A9F = 0x3F5F 4672*ad30f8e7SGabor Kovesdan0x7AA0 = 0x713D 4673*ad30f8e7SGabor Kovesdan0x7AA5 = 0x3F7A 4674*ad30f8e7SGabor Kovesdan0x7AA6 = 0x713C 4675*ad30f8e7SGabor Kovesdan0x7AA8 = 0x713F 4676*ad30f8e7SGabor Kovesdan0x7AAC = 0x713E 4677*ad30f8e7SGabor Kovesdan0x7AAD = 0x7140 4678*ad30f8e7SGabor Kovesdan0x7AB3 = 0x7141 4679*ad30f8e7SGabor Kovesdan0x7ABF = 0x417E 4680*ad30f8e7SGabor Kovesdan0x7ACB = 0x4122 4681*ad30f8e7SGabor Kovesdan0x7AD6 = 0x4A7A 4682*ad30f8e7SGabor Kovesdan0x7AD9 = 0x553E 4683*ad30f8e7SGabor Kovesdan0x7ADE = 0x3E3A 4684*ad30f8e7SGabor Kovesdan0x7ADF = 0x3E39 4685*ad30f8e7SGabor Kovesdan0x7AE0 = 0x5542 4686*ad30f8e7SGabor Kovesdan0x7AE3 = 0x3F22 4687*ad30f8e7SGabor Kovesdan0x7AE5 = 0x4D2F 4688*ad30f8e7SGabor Kovesdan0x7AE6 = 0x7135 4689*ad30f8e7SGabor Kovesdan0x7AED = 0x3D5F 4690*ad30f8e7SGabor Kovesdan0x7AEF = 0x364B 4691*ad30f8e7SGabor Kovesdan0x7AF9 = 0x5671 4692*ad30f8e7SGabor Kovesdan0x7AFA = 0x7343 4693*ad30f8e7SGabor Kovesdan0x7AFD = 0x7344 4694*ad30f8e7SGabor Kovesdan0x7AFF = 0x384D 4695*ad30f8e7SGabor Kovesdan0x7B03 = 0x7346 4696*ad30f8e7SGabor Kovesdan0x7B04 = 0x7347 4697*ad30f8e7SGabor Kovesdan0x7B06 = 0x304A 4698*ad30f8e7SGabor Kovesdan0x7B08 = 0x7345 4699*ad30f8e7SGabor Kovesdan0x7B0A = 0x7349 4700*ad30f8e7SGabor Kovesdan0x7B0B = 0x4B71 4701*ad30f8e7SGabor Kovesdan0x7B0F = 0x734B 4702*ad30f8e7SGabor Kovesdan0x7B11 = 0x5026 4703*ad30f8e7SGabor Kovesdan0x7B14 = 0x314A 4704*ad30f8e7SGabor Kovesdan0x7B15 = 0x7348 4705*ad30f8e7SGabor Kovesdan0x7B19 = 0x734F 4706*ad30f8e7SGabor Kovesdan0x7B1B = 0x3551 4707*ad30f8e7SGabor Kovesdan0x7B1E = 0x7357 4708*ad30f8e7SGabor Kovesdan0x7B20 = 0x7352 4709*ad30f8e7SGabor Kovesdan0x7B24 = 0x7354 4710*ad30f8e7SGabor Kovesdan0x7B25 = 0x7353 4711*ad30f8e7SGabor Kovesdan0x7B26 = 0x377B 4712*ad30f8e7SGabor Kovesdan0x7B28 = 0x313F 4713*ad30f8e7SGabor Kovesdan0x7B2A = 0x734E 4714*ad30f8e7SGabor Kovesdan0x7B2B = 0x734A 4715*ad30f8e7SGabor Kovesdan0x7B2C = 0x355A 4716*ad30f8e7SGabor Kovesdan0x7B2E = 0x7350 4717*ad30f8e7SGabor Kovesdan0x7B31 = 0x7351 4718*ad30f8e7SGabor Kovesdan0x7B33 = 0x7355 4719*ad30f8e7SGabor Kovesdan0x7B38 = 0x734D 4720*ad30f8e7SGabor Kovesdan0x7B3A = 0x3C63 4721*ad30f8e7SGabor Kovesdan0x7B3C = 0x417D 4722*ad30f8e7SGabor Kovesdan0x7B3E = 0x7356 4723*ad30f8e7SGabor Kovesdan0x7B45 = 0x735A 4724*ad30f8e7SGabor Kovesdan0x7B47 = 0x734C 4725*ad30f8e7SGabor Kovesdan0x7B49 = 0x3548 4726*ad30f8e7SGabor Kovesdan0x7B4B = 0x3D6E 4727*ad30f8e7SGabor Kovesdan0x7B4C = 0x735C 4728*ad30f8e7SGabor Kovesdan0x7B4F = 0x3724 4729*ad30f8e7SGabor Kovesdan0x7B50 = 0x3F70 4730*ad30f8e7SGabor Kovesdan0x7B51 = 0x567E 4731*ad30f8e7SGabor Kovesdan0x7B52 = 0x4D32 4732*ad30f8e7SGabor Kovesdan0x7B54 = 0x3470 4733*ad30f8e7SGabor Kovesdan0x7B56 = 0x325F 4734*ad30f8e7SGabor Kovesdan0x7B58 = 0x7358 4735*ad30f8e7SGabor Kovesdan0x7B5A = 0x7359 4736*ad30f8e7SGabor Kovesdan0x7B5B = 0x4938 4737*ad30f8e7SGabor Kovesdan0x7B5D = 0x735D 4738*ad30f8e7SGabor Kovesdan0x7B60 = 0x735E 4739*ad30f8e7SGabor Kovesdan0x7B62 = 0x7361 4740*ad30f8e7SGabor Kovesdan0x7B6E = 0x735F 4741*ad30f8e7SGabor Kovesdan0x7B71 = 0x7363 4742*ad30f8e7SGabor Kovesdan0x7B72 = 0x7362 4743*ad30f8e7SGabor Kovesdan0x7B75 = 0x735B 4744*ad30f8e7SGabor Kovesdan0x7B77 = 0x3F6A 4745*ad30f8e7SGabor Kovesdan0x7B79 = 0x336F 4746*ad30f8e7SGabor Kovesdan0x7B7B = 0x7360 4747*ad30f8e7SGabor Kovesdan0x7B7E = 0x4729 4748*ad30f8e7SGabor Kovesdan0x7B80 = 0x3C72 4749*ad30f8e7SGabor Kovesdan0x7B85 = 0x736B 4750*ad30f8e7SGabor Kovesdan0x7B8D = 0x393F 4751*ad30f8e7SGabor Kovesdan0x7B90 = 0x7364 4752*ad30f8e7SGabor Kovesdan0x7B94 = 0x322D 4753*ad30f8e7SGabor Kovesdan0x7B95 = 0x3B7E 4754*ad30f8e7SGabor Kovesdan0x7B97 = 0x4B63 4755*ad30f8e7SGabor Kovesdan0x7B9C = 0x736D 4756*ad30f8e7SGabor Kovesdan0x7B9D = 0x7369 4757*ad30f8e7SGabor Kovesdan0x7BA1 = 0x395C 4758*ad30f8e7SGabor Kovesdan0x7BA2 = 0x736E 4759*ad30f8e7SGabor Kovesdan0x7BA6 = 0x7365 4760*ad30f8e7SGabor Kovesdan0x7BA7 = 0x7366 4761*ad30f8e7SGabor Kovesdan0x7BA8 = 0x736A 4762*ad30f8e7SGabor Kovesdan0x7BA9 = 0x4261 4763*ad30f8e7SGabor Kovesdan0x7BAA = 0x736C 4764*ad30f8e7SGabor Kovesdan0x7BAB = 0x736F 4765*ad30f8e7SGabor Kovesdan0x7BAC = 0x7368 4766*ad30f8e7SGabor Kovesdan0x7BAD = 0x3C7D 4767*ad30f8e7SGabor Kovesdan0x7BB1 = 0x4F64 4768*ad30f8e7SGabor Kovesdan0x7BB4 = 0x7370 4769*ad30f8e7SGabor Kovesdan0x7BB8 = 0x7367 4770*ad30f8e7SGabor Kovesdan0x7BC1 = 0x7372 4771*ad30f8e7SGabor Kovesdan0x7BC6 = 0x572D 4772*ad30f8e7SGabor Kovesdan0x7BC7 = 0x462A 4773*ad30f8e7SGabor Kovesdan0x7BCC = 0x7373 4774*ad30f8e7SGabor Kovesdan0x7BD1 = 0x7371 4775*ad30f8e7SGabor Kovesdan0x7BD3 = 0x4228 4776*ad30f8e7SGabor Kovesdan0x7BD9 = 0x385D 4777*ad30f8e7SGabor Kovesdan0x7BDA = 0x7375 4778*ad30f8e7SGabor Kovesdan0x7BDD = 0x7374 4779*ad30f8e7SGabor Kovesdan0x7BE1 = 0x345B 4780*ad30f8e7SGabor Kovesdan0x7BE5 = 0x7376 4781*ad30f8e7SGabor Kovesdan0x7BE6 = 0x7377 4782*ad30f8e7SGabor Kovesdan0x7BEA = 0x7378 4783*ad30f8e7SGabor Kovesdan0x7BEE = 0x403A 4784*ad30f8e7SGabor Kovesdan0x7BF1 = 0x4069 4785*ad30f8e7SGabor Kovesdan0x7BF7 = 0x4571 4786*ad30f8e7SGabor Kovesdan0x7BFC = 0x737B 4787*ad30f8e7SGabor Kovesdan0x7BFE = 0x737A 4788*ad30f8e7SGabor Kovesdan0x7C07 = 0x3458 4789*ad30f8e7SGabor Kovesdan0x7C0B = 0x737E 4790*ad30f8e7SGabor Kovesdan0x7C0C = 0x7379 4791*ad30f8e7SGabor Kovesdan0x7C0F = 0x737C 4792*ad30f8e7SGabor Kovesdan0x7C16 = 0x737D 4793*ad30f8e7SGabor Kovesdan0x7C1F = 0x7421 4794*ad30f8e7SGabor Kovesdan0x7C26 = 0x7423 4795*ad30f8e7SGabor Kovesdan0x7C27 = 0x3B49 4796*ad30f8e7SGabor Kovesdan0x7C2A = 0x7422 4797*ad30f8e7SGabor Kovesdan0x7C38 = 0x7424 4798*ad30f8e7SGabor Kovesdan0x7C3F = 0x323E 4799*ad30f8e7SGabor Kovesdan0x7C40 = 0x7426 4800*ad30f8e7SGabor Kovesdan0x7C41 = 0x7425 4801*ad30f8e7SGabor Kovesdan0x7C4D = 0x3C2E 4802*ad30f8e7SGabor Kovesdan0x7C73 = 0x4357 4803*ad30f8e7SGabor Kovesdan0x7C74 = 0x5961 4804*ad30f8e7SGabor Kovesdan0x7C7B = 0x4060 4805*ad30f8e7SGabor Kovesdan0x7C7C = 0x744C 4806*ad30f8e7SGabor Kovesdan0x7C7D = 0x5751 4807*ad30f8e7SGabor Kovesdan0x7C89 = 0x375B 4808*ad30f8e7SGabor Kovesdan0x7C91 = 0x744E 4809*ad30f8e7SGabor Kovesdan0x7C92 = 0x4123 4810*ad30f8e7SGabor Kovesdan0x7C95 = 0x4649 4811*ad30f8e7SGabor Kovesdan0x7C97 = 0x3456 4812*ad30f8e7SGabor Kovesdan0x7C98 = 0x5533 4813*ad30f8e7SGabor Kovesdan0x7C9C = 0x7450 4814*ad30f8e7SGabor Kovesdan0x7C9D = 0x744F 4815*ad30f8e7SGabor Kovesdan0x7C9E = 0x7451 4816*ad30f8e7SGabor Kovesdan0x7C9F = 0x4B5A 4817*ad30f8e7SGabor Kovesdan0x7CA2 = 0x7452 4818*ad30f8e7SGabor Kovesdan0x7CA4 = 0x5441 4819*ad30f8e7SGabor Kovesdan0x7CA5 = 0x5660 4820*ad30f8e7SGabor Kovesdan0x7CAA = 0x3760 4821*ad30f8e7SGabor Kovesdan0x7CAE = 0x4138 4822*ad30f8e7SGabor Kovesdan0x7CB1 = 0x413B 4823*ad30f8e7SGabor Kovesdan0x7CB2 = 0x7453 4824*ad30f8e7SGabor Kovesdan0x7CB3 = 0x3E2C 4825*ad30f8e7SGabor Kovesdan0x7CB9 = 0x3462 4826*ad30f8e7SGabor Kovesdan0x7CBC = 0x7454 4827*ad30f8e7SGabor Kovesdan0x7CBD = 0x7455 4828*ad30f8e7SGabor Kovesdan0x7CBE = 0x3E2B 4829*ad30f8e7SGabor Kovesdan0x7CC1 = 0x7456 4830*ad30f8e7SGabor Kovesdan0x7CC5 = 0x745B 4831*ad30f8e7SGabor Kovesdan0x7CC7 = 0x7457 4832*ad30f8e7SGabor Kovesdan0x7CC8 = 0x745A 4833*ad30f8e7SGabor Kovesdan0x7CCA = 0x3A7D 4834*ad30f8e7SGabor Kovesdan0x7CCC = 0x7458 4835*ad30f8e7SGabor Kovesdan0x7CCD = 0x7459 4836*ad30f8e7SGabor Kovesdan0x7CD5 = 0x3862 4837*ad30f8e7SGabor Kovesdan0x7CD6 = 0x4C47 4838*ad30f8e7SGabor Kovesdan0x7CD7 = 0x745C 4839*ad30f8e7SGabor Kovesdan0x7CD9 = 0x325A 4840*ad30f8e7SGabor Kovesdan0x7CDC = 0x4353 4841*ad30f8e7SGabor Kovesdan0x7CDF = 0x5463 4842*ad30f8e7SGabor Kovesdan0x7CE0 = 0x3F37 4843*ad30f8e7SGabor Kovesdan0x7CE8 = 0x745D 4844*ad30f8e7SGabor Kovesdan0x7CEF = 0x4534 4845*ad30f8e7SGabor Kovesdan0x7CF8 = 0x7469 4846*ad30f8e7SGabor Kovesdan0x7CFB = 0x4F35 4847*ad30f8e7SGabor Kovesdan0x7D0A = 0x4E49 4848*ad30f8e7SGabor Kovesdan0x7D20 = 0x4B58 4849*ad30f8e7SGabor Kovesdan0x7D22 = 0x4B77 4850*ad30f8e7SGabor Kovesdan0x7D27 = 0x3D74 4851*ad30f8e7SGabor Kovesdan0x7D2B = 0x574F 4852*ad30f8e7SGabor Kovesdan0x7D2F = 0x405B 4853*ad30f8e7SGabor Kovesdan0x7D6E = 0x5075 4854*ad30f8e7SGabor Kovesdan0x7D77 = 0x746A 4855*ad30f8e7SGabor Kovesdan0x7DA6 = 0x746B 4856*ad30f8e7SGabor Kovesdan0x7DAE = 0x746C 4857*ad30f8e7SGabor Kovesdan0x7E3B = 0x7763 4858*ad30f8e7SGabor Kovesdan0x7E41 = 0x3731 4859*ad30f8e7SGabor Kovesdan0x7E47 = 0x746D 4860*ad30f8e7SGabor Kovesdan0x7E82 = 0x576B 4861*ad30f8e7SGabor Kovesdan0x7E9B = 0x746E 4862*ad30f8e7SGabor Kovesdan0x7E9F = 0x6679 4863*ad30f8e7SGabor Kovesdan0x7EA0 = 0x3E40 4864*ad30f8e7SGabor Kovesdan0x7EA1 = 0x667A 4865*ad30f8e7SGabor Kovesdan0x7EA2 = 0x3A6C 4866*ad30f8e7SGabor Kovesdan0x7EA3 = 0x667B 4867*ad30f8e7SGabor Kovesdan0x7EA4 = 0x4F4B 4868*ad30f8e7SGabor Kovesdan0x7EA5 = 0x667C 4869*ad30f8e7SGabor Kovesdan0x7EA6 = 0x543C 4870*ad30f8e7SGabor Kovesdan0x7EA7 = 0x3C36 4871*ad30f8e7SGabor Kovesdan0x7EA8 = 0x667D 4872*ad30f8e7SGabor Kovesdan0x7EA9 = 0x667E 4873*ad30f8e7SGabor Kovesdan0x7EAA = 0x3C4D 4874*ad30f8e7SGabor Kovesdan0x7EAB = 0x4852 4875*ad30f8e7SGabor Kovesdan0x7EAC = 0x4E33 4876*ad30f8e7SGabor Kovesdan0x7EAD = 0x6721 4877*ad30f8e7SGabor Kovesdan0x7EAF = 0x343F 4878*ad30f8e7SGabor Kovesdan0x7EB0 = 0x6722 4879*ad30f8e7SGabor Kovesdan0x7EB1 = 0x4934 4880*ad30f8e7SGabor Kovesdan0x7EB2 = 0x3859 4881*ad30f8e7SGabor Kovesdan0x7EB3 = 0x4449 4882*ad30f8e7SGabor Kovesdan0x7EB5 = 0x575D 4883*ad30f8e7SGabor Kovesdan0x7EB6 = 0x425A 4884*ad30f8e7SGabor Kovesdan0x7EB7 = 0x3757 4885*ad30f8e7SGabor Kovesdan0x7EB8 = 0x563D 4886*ad30f8e7SGabor Kovesdan0x7EB9 = 0x4E46 4887*ad30f8e7SGabor Kovesdan0x7EBA = 0x3744 4888*ad30f8e7SGabor Kovesdan0x7EBD = 0x4526 4889*ad30f8e7SGabor Kovesdan0x7EBE = 0x6723 4890*ad30f8e7SGabor Kovesdan0x7EBF = 0x4F5F 4891*ad30f8e7SGabor Kovesdan0x7EC0 = 0x6724 4892*ad30f8e7SGabor Kovesdan0x7EC1 = 0x6725 4893*ad30f8e7SGabor Kovesdan0x7EC2 = 0x6726 4894*ad30f8e7SGabor Kovesdan0x7EC3 = 0x4137 4895*ad30f8e7SGabor Kovesdan0x7EC4 = 0x5769 4896*ad30f8e7SGabor Kovesdan0x7EC5 = 0x4970 4897*ad30f8e7SGabor Kovesdan0x7EC6 = 0x4F38 4898*ad30f8e7SGabor Kovesdan0x7EC7 = 0x562F 4899*ad30f8e7SGabor Kovesdan0x7EC8 = 0x5655 4900*ad30f8e7SGabor Kovesdan0x7EC9 = 0x6727 4901*ad30f8e7SGabor Kovesdan0x7ECA = 0x306D 4902*ad30f8e7SGabor Kovesdan0x7ECB = 0x6728 4903*ad30f8e7SGabor Kovesdan0x7ECC = 0x6729 4904*ad30f8e7SGabor Kovesdan0x7ECD = 0x495C 4905*ad30f8e7SGabor Kovesdan0x7ECE = 0x526F 4906*ad30f8e7SGabor Kovesdan0x7ECF = 0x3E2D 4907*ad30f8e7SGabor Kovesdan0x7ED0 = 0x672A 4908*ad30f8e7SGabor Kovesdan0x7ED1 = 0x3073 4909*ad30f8e7SGabor Kovesdan0x7ED2 = 0x485E 4910*ad30f8e7SGabor Kovesdan0x7ED3 = 0x3D61 4911*ad30f8e7SGabor Kovesdan0x7ED4 = 0x672B 4912*ad30f8e7SGabor Kovesdan0x7ED5 = 0x4846 4913*ad30f8e7SGabor Kovesdan0x7ED7 = 0x672C 4914*ad30f8e7SGabor Kovesdan0x7ED8 = 0x3B66 4915*ad30f8e7SGabor Kovesdan0x7ED9 = 0x3878 4916*ad30f8e7SGabor Kovesdan0x7EDA = 0x5124 4917*ad30f8e7SGabor Kovesdan0x7EDB = 0x672D 4918*ad30f8e7SGabor Kovesdan0x7EDC = 0x4267 4919*ad30f8e7SGabor Kovesdan0x7EDD = 0x3E78 4920*ad30f8e7SGabor Kovesdan0x7EDE = 0x3D4A 4921*ad30f8e7SGabor Kovesdan0x7EDF = 0x4D33 4922*ad30f8e7SGabor Kovesdan0x7EE0 = 0x672E 4923*ad30f8e7SGabor Kovesdan0x7EE1 = 0x672F 4924*ad30f8e7SGabor Kovesdan0x7EE2 = 0x3E6E 4925*ad30f8e7SGabor Kovesdan0x7EE3 = 0x5065 4926*ad30f8e7SGabor Kovesdan0x7EE5 = 0x4B67 4927*ad30f8e7SGabor Kovesdan0x7EE6 = 0x4C50 4928*ad30f8e7SGabor Kovesdan0x7EE7 = 0x3C4C 4929*ad30f8e7SGabor Kovesdan0x7EE8 = 0x6730 4930*ad30f8e7SGabor Kovesdan0x7EE9 = 0x3C28 4931*ad30f8e7SGabor Kovesdan0x7EEA = 0x5077 4932*ad30f8e7SGabor Kovesdan0x7EEB = 0x6731 4933*ad30f8e7SGabor Kovesdan0x7EED = 0x5078 4934*ad30f8e7SGabor Kovesdan0x7EEE = 0x6732 4935*ad30f8e7SGabor Kovesdan0x7EEF = 0x6733 4936*ad30f8e7SGabor Kovesdan0x7EF0 = 0x3442 4937*ad30f8e7SGabor Kovesdan0x7EF1 = 0x6734 4938*ad30f8e7SGabor Kovesdan0x7EF2 = 0x6735 4939*ad30f8e7SGabor Kovesdan0x7EF3 = 0x497E 4940*ad30f8e7SGabor Kovesdan0x7EF4 = 0x4E2C 4941*ad30f8e7SGabor Kovesdan0x7EF5 = 0x4360 4942*ad30f8e7SGabor Kovesdan0x7EF6 = 0x6737 4943*ad30f8e7SGabor Kovesdan0x7EF7 = 0x3141 4944*ad30f8e7SGabor Kovesdan0x7EF8 = 0x3371 4945*ad30f8e7SGabor Kovesdan0x7EFA = 0x6738 4946*ad30f8e7SGabor Kovesdan0x7EFB = 0x6739 4947*ad30f8e7SGabor Kovesdan0x7EFC = 0x575B 4948*ad30f8e7SGabor Kovesdan0x7EFD = 0x5540 4949*ad30f8e7SGabor Kovesdan0x7EFE = 0x673A 4950*ad30f8e7SGabor Kovesdan0x7EFF = 0x424C 4951*ad30f8e7SGabor Kovesdan0x7F00 = 0x573A 4952*ad30f8e7SGabor Kovesdan0x7F01 = 0x673B 4953*ad30f8e7SGabor Kovesdan0x7F02 = 0x673C 4954*ad30f8e7SGabor Kovesdan0x7F03 = 0x673D 4955*ad30f8e7SGabor Kovesdan0x7F04 = 0x3C6A 4956*ad30f8e7SGabor Kovesdan0x7F05 = 0x4365 4957*ad30f8e7SGabor Kovesdan0x7F06 = 0x4042 4958*ad30f8e7SGabor Kovesdan0x7F07 = 0x673E 4959*ad30f8e7SGabor Kovesdan0x7F08 = 0x673F 4960*ad30f8e7SGabor Kovesdan0x7F09 = 0x3C29 4961*ad30f8e7SGabor Kovesdan0x7F0B = 0x6740 4962*ad30f8e7SGabor Kovesdan0x7F0C = 0x6741 4963*ad30f8e7SGabor Kovesdan0x7F0D = 0x6736 4964*ad30f8e7SGabor Kovesdan0x7F0E = 0x3650 4965*ad30f8e7SGabor Kovesdan0x7F0F = 0x6742 4966*ad30f8e7SGabor Kovesdan0x7F11 = 0x6743 4967*ad30f8e7SGabor Kovesdan0x7F12 = 0x6744 4968*ad30f8e7SGabor Kovesdan0x7F13 = 0x3B3A 4969*ad30f8e7SGabor Kovesdan0x7F14 = 0x355E 4970*ad30f8e7SGabor Kovesdan0x7F15 = 0x4246 4971*ad30f8e7SGabor Kovesdan0x7F16 = 0x3160 4972*ad30f8e7SGabor Kovesdan0x7F17 = 0x6745 4973*ad30f8e7SGabor Kovesdan0x7F18 = 0x5435 4974*ad30f8e7SGabor Kovesdan0x7F19 = 0x6746 4975*ad30f8e7SGabor Kovesdan0x7F1A = 0x383F 4976*ad30f8e7SGabor Kovesdan0x7F1B = 0x6748 4977*ad30f8e7SGabor Kovesdan0x7F1C = 0x6747 4978*ad30f8e7SGabor Kovesdan0x7F1D = 0x376C 4979*ad30f8e7SGabor Kovesdan0x7F1F = 0x6749 4980*ad30f8e7SGabor Kovesdan0x7F20 = 0x3278 4981*ad30f8e7SGabor Kovesdan0x7F21 = 0x674A 4982*ad30f8e7SGabor Kovesdan0x7F22 = 0x674B 4983*ad30f8e7SGabor Kovesdan0x7F23 = 0x674C 4984*ad30f8e7SGabor Kovesdan0x7F24 = 0x674D 4985*ad30f8e7SGabor Kovesdan0x7F25 = 0x674E 4986*ad30f8e7SGabor Kovesdan0x7F26 = 0x674F 4987*ad30f8e7SGabor Kovesdan0x7F27 = 0x6750 4988*ad30f8e7SGabor Kovesdan0x7F28 = 0x5327 4989*ad30f8e7SGabor Kovesdan0x7F29 = 0x4B75 4990*ad30f8e7SGabor Kovesdan0x7F2A = 0x6751 4991*ad30f8e7SGabor Kovesdan0x7F2B = 0x6752 4992*ad30f8e7SGabor Kovesdan0x7F2C = 0x6753 4993*ad30f8e7SGabor Kovesdan0x7F2D = 0x6754 4994*ad30f8e7SGabor Kovesdan0x7F2E = 0x4949 4995*ad30f8e7SGabor Kovesdan0x7F2F = 0x6755 4996*ad30f8e7SGabor Kovesdan0x7F30 = 0x6756 4997*ad30f8e7SGabor Kovesdan0x7F31 = 0x6757 4998*ad30f8e7SGabor Kovesdan0x7F32 = 0x6758 4999*ad30f8e7SGabor Kovesdan0x7F33 = 0x6759 5000*ad30f8e7SGabor Kovesdan0x7F34 = 0x3D49 5001*ad30f8e7SGabor Kovesdan0x7F35 = 0x675A 5002*ad30f8e7SGabor Kovesdan0x7F36 = 0x733E 5003*ad30f8e7SGabor Kovesdan0x7F38 = 0x3857 5004*ad30f8e7SGabor Kovesdan0x7F3A = 0x4831 5005*ad30f8e7SGabor Kovesdan0x7F42 = 0x733F 5006*ad30f8e7SGabor Kovesdan0x7F44 = 0x7340 5007*ad30f8e7SGabor Kovesdan0x7F45 = 0x7341 5008*ad30f8e7SGabor Kovesdan0x7F50 = 0x395E 5009*ad30f8e7SGabor Kovesdan0x7F51 = 0x4D78 5010*ad30f8e7SGabor Kovesdan0x7F54 = 0x5868 5011*ad30f8e7SGabor Kovesdan0x7F55 = 0x3A31 5012*ad30f8e7SGabor Kovesdan0x7F57 = 0x425E 5013*ad30f8e7SGabor Kovesdan0x7F58 = 0x6E37 5014*ad30f8e7SGabor Kovesdan0x7F5A = 0x3723 5015*ad30f8e7SGabor Kovesdan0x7F5F = 0x6E39 5016*ad30f8e7SGabor Kovesdan0x7F61 = 0x6E38 5017*ad30f8e7SGabor Kovesdan0x7F62 = 0x3055 5018*ad30f8e7SGabor Kovesdan0x7F68 = 0x6E3B 5019*ad30f8e7SGabor Kovesdan0x7F69 = 0x5556 5020*ad30f8e7SGabor Kovesdan0x7F6A = 0x576F 5021*ad30f8e7SGabor Kovesdan0x7F6E = 0x5643 5022*ad30f8e7SGabor Kovesdan0x7F71 = 0x6E3D 5023*ad30f8e7SGabor Kovesdan0x7F72 = 0x4A70 5024*ad30f8e7SGabor Kovesdan0x7F74 = 0x6E3C 5025*ad30f8e7SGabor Kovesdan0x7F79 = 0x6E3E 5026*ad30f8e7SGabor Kovesdan0x7F7E = 0x6E40 5027*ad30f8e7SGabor Kovesdan0x7F81 = 0x6E3F 5028*ad30f8e7SGabor Kovesdan0x7F8A = 0x5172 5029*ad30f8e7SGabor Kovesdan0x7F8C = 0x473C 5030*ad30f8e7SGabor Kovesdan0x7F8E = 0x4340 5031*ad30f8e7SGabor Kovesdan0x7F94 = 0x3861 5032*ad30f8e7SGabor Kovesdan0x7F9A = 0x4167 5033*ad30f8e7SGabor Kovesdan0x7F9D = 0x7446 5034*ad30f8e7SGabor Kovesdan0x7F9E = 0x505F 5035*ad30f8e7SGabor Kovesdan0x7F9F = 0x7447 5036*ad30f8e7SGabor Kovesdan0x7FA1 = 0x4F5B 5037*ad30f8e7SGabor Kovesdan0x7FA4 = 0x483A 5038*ad30f8e7SGabor Kovesdan0x7FA7 = 0x7448 5039*ad30f8e7SGabor Kovesdan0x7FAF = 0x7449 5040*ad30f8e7SGabor Kovesdan0x7FB0 = 0x744A 5041*ad30f8e7SGabor Kovesdan0x7FB2 = 0x744B 5042*ad30f8e7SGabor Kovesdan0x7FB8 = 0x597A 5043*ad30f8e7SGabor Kovesdan0x7FB9 = 0x387E 5044*ad30f8e7SGabor Kovesdan0x7FBC = 0x6571 5045*ad30f8e7SGabor Kovesdan0x7FBD = 0x5370 5046*ad30f8e7SGabor Kovesdan0x7FBF = 0x7460 5047*ad30f8e7SGabor Kovesdan0x7FC1 = 0x4E4C 5048*ad30f8e7SGabor Kovesdan0x7FC5 = 0x3361 5049*ad30f8e7SGabor Kovesdan0x7FCA = 0x7134 5050*ad30f8e7SGabor Kovesdan0x7FCC = 0x526E 5051*ad30f8e7SGabor Kovesdan0x7FCE = 0x7461 5052*ad30f8e7SGabor Kovesdan0x7FD4 = 0x4F68 5053*ad30f8e7SGabor Kovesdan0x7FD5 = 0x7462 5054*ad30f8e7SGabor Kovesdan0x7FD8 = 0x474C 5055*ad30f8e7SGabor Kovesdan0x7FDF = 0x3554 5056*ad30f8e7SGabor Kovesdan0x7FE0 = 0x3464 5057*ad30f8e7SGabor Kovesdan0x7FE1 = 0x7464 5058*ad30f8e7SGabor Kovesdan0x7FE5 = 0x7463 5059*ad30f8e7SGabor Kovesdan0x7FE6 = 0x7465 5060*ad30f8e7SGabor Kovesdan0x7FE9 = 0x7466 5061*ad30f8e7SGabor Kovesdan0x7FEE = 0x7467 5062*ad30f8e7SGabor Kovesdan0x7FF0 = 0x3A32 5063*ad30f8e7SGabor Kovesdan0x7FF1 = 0x303F 5064*ad30f8e7SGabor Kovesdan0x7FF3 = 0x7468 5065*ad30f8e7SGabor Kovesdan0x7FFB = 0x372D 5066*ad30f8e7SGabor Kovesdan0x7FFC = 0x526D 5067*ad30f8e7SGabor Kovesdan0x8000 = 0x522B 5068*ad30f8e7SGabor Kovesdan0x8001 = 0x404F 5069*ad30f8e7SGabor Kovesdan0x8003 = 0x3F3C 5070*ad30f8e7SGabor Kovesdan0x8004 = 0x6B23 5071*ad30f8e7SGabor Kovesdan0x8005 = 0x555F 5072*ad30f8e7SGabor Kovesdan0x8006 = 0x6A48 5073*ad30f8e7SGabor Kovesdan0x800B = 0x7173 5074*ad30f8e7SGabor Kovesdan0x800C = 0x3678 5075*ad30f8e7SGabor Kovesdan0x800D = 0x4B23 5076*ad30f8e7SGabor Kovesdan0x8010 = 0x444D 5077*ad30f8e7SGabor Kovesdan0x8012 = 0x7167 5078*ad30f8e7SGabor Kovesdan0x8014 = 0x7168 5079*ad30f8e7SGabor Kovesdan0x8015 = 0x387B 5080*ad30f8e7SGabor Kovesdan0x8016 = 0x7169 5081*ad30f8e7SGabor Kovesdan0x8017 = 0x3A44 5082*ad30f8e7SGabor Kovesdan0x8018 = 0x5445 5083*ad30f8e7SGabor Kovesdan0x8019 = 0x3052 5084*ad30f8e7SGabor Kovesdan0x801C = 0x716A 5085*ad30f8e7SGabor Kovesdan0x8020 = 0x716B 5086*ad30f8e7SGabor Kovesdan0x8022 = 0x716C 5087*ad30f8e7SGabor Kovesdan0x8025 = 0x716D 5088*ad30f8e7SGabor Kovesdan0x8026 = 0x716E 5089*ad30f8e7SGabor Kovesdan0x8027 = 0x716F 5090*ad30f8e7SGabor Kovesdan0x8028 = 0x7171 5091*ad30f8e7SGabor Kovesdan0x8029 = 0x7170 5092*ad30f8e7SGabor Kovesdan0x802A = 0x4555 5093*ad30f8e7SGabor Kovesdan0x8031 = 0x7172 5094*ad30f8e7SGabor Kovesdan0x8033 = 0x367A 5095*ad30f8e7SGabor Kovesdan0x8035 = 0x7174 5096*ad30f8e7SGabor Kovesdan0x8036 = 0x522E 5097*ad30f8e7SGabor Kovesdan0x8037 = 0x5E47 5098*ad30f8e7SGabor Kovesdan0x8038 = 0x4B4A 5099*ad30f8e7SGabor Kovesdan0x803B = 0x335C 5100*ad30f8e7SGabor Kovesdan0x803D = 0x3522 5101*ad30f8e7SGabor Kovesdan0x803F = 0x3922 5102*ad30f8e7SGabor Kovesdan0x8042 = 0x4474 5103*ad30f8e7SGabor Kovesdan0x8043 = 0x7175 5104*ad30f8e7SGabor Kovesdan0x8046 = 0x7176 5105*ad30f8e7SGabor Kovesdan0x804A = 0x4144 5106*ad30f8e7SGabor Kovesdan0x804B = 0x417B 5107*ad30f8e7SGabor Kovesdan0x804C = 0x5630 5108*ad30f8e7SGabor Kovesdan0x804D = 0x7177 5109*ad30f8e7SGabor Kovesdan0x8052 = 0x7178 5110*ad30f8e7SGabor Kovesdan0x8054 = 0x412A 5111*ad30f8e7SGabor Kovesdan0x8058 = 0x4638 5112*ad30f8e7SGabor Kovesdan0x805A = 0x3E5B 5113*ad30f8e7SGabor Kovesdan0x8069 = 0x7179 5114*ad30f8e7SGabor Kovesdan0x806A = 0x344F 5115*ad30f8e7SGabor Kovesdan0x8071 = 0x717A 5116*ad30f8e7SGabor Kovesdan0x807F = 0x6D32 5117*ad30f8e7SGabor Kovesdan0x8080 = 0x6D31 5118*ad30f8e7SGabor Kovesdan0x8083 = 0x4B60 5119*ad30f8e7SGabor Kovesdan0x8084 = 0x525E 5120*ad30f8e7SGabor Kovesdan0x8086 = 0x4B41 5121*ad30f8e7SGabor Kovesdan0x8087 = 0x5558 5122*ad30f8e7SGabor Kovesdan0x8089 = 0x4862 5123*ad30f8e7SGabor Kovesdan0x808B = 0x405F 5124*ad30f8e7SGabor Kovesdan0x808C = 0x3C21 5125*ad30f8e7SGabor Kovesdan0x8093 = 0x6B41 5126*ad30f8e7SGabor Kovesdan0x8096 = 0x5024 5127*ad30f8e7SGabor Kovesdan0x8098 = 0x5662 5128*ad30f8e7SGabor Kovesdan0x809A = 0x3647 5129*ad30f8e7SGabor Kovesdan0x809B = 0x3858 5130*ad30f8e7SGabor Kovesdan0x809C = 0x6B40 5131*ad30f8e7SGabor Kovesdan0x809D = 0x384E 5132*ad30f8e7SGabor Kovesdan0x809F = 0x6B3F 5133*ad30f8e7SGabor Kovesdan0x80A0 = 0x3326 5134*ad30f8e7SGabor Kovesdan0x80A1 = 0x3949 5135*ad30f8e7SGabor Kovesdan0x80A2 = 0x562B 5136*ad30f8e7SGabor Kovesdan0x80A4 = 0x3774 5137*ad30f8e7SGabor Kovesdan0x80A5 = 0x374A 5138*ad30f8e7SGabor Kovesdan0x80A9 = 0x3C67 5139*ad30f8e7SGabor Kovesdan0x80AA = 0x373E 5140*ad30f8e7SGabor Kovesdan0x80AB = 0x6B46 5141*ad30f8e7SGabor Kovesdan0x80AD = 0x6B47 5142*ad30f8e7SGabor Kovesdan0x80AE = 0x3039 5143*ad30f8e7SGabor Kovesdan0x80AF = 0x3F4F 5144*ad30f8e7SGabor Kovesdan0x80B1 = 0x6B45 5145*ad30f8e7SGabor Kovesdan0x80B2 = 0x537D 5146*ad30f8e7SGabor Kovesdan0x80B4 = 0x6B48 5147*ad30f8e7SGabor Kovesdan0x80B7 = 0x6B49 5148*ad30f8e7SGabor Kovesdan0x80BA = 0x374E 5149*ad30f8e7SGabor Kovesdan0x80BC = 0x6B42 5150*ad30f8e7SGabor Kovesdan0x80BD = 0x6B44 5151*ad30f8e7SGabor Kovesdan0x80BE = 0x4976 5152*ad30f8e7SGabor Kovesdan0x80BF = 0x5657 5153*ad30f8e7SGabor Kovesdan0x80C0 = 0x554D 5154*ad30f8e7SGabor Kovesdan0x80C1 = 0x5032 5155*ad30f8e7SGabor Kovesdan0x80C2 = 0x6B4F 5156*ad30f8e7SGabor Kovesdan0x80C3 = 0x4E38 5157*ad30f8e7SGabor Kovesdan0x80C4 = 0x6B50 5158*ad30f8e7SGabor Kovesdan0x80C6 = 0x3528 5159*ad30f8e7SGabor Kovesdan0x80CC = 0x3133 5160*ad30f8e7SGabor Kovesdan0x80CD = 0x6B52 5161*ad30f8e7SGabor Kovesdan0x80CE = 0x4C25 5162*ad30f8e7SGabor Kovesdan0x80D6 = 0x4556 5163*ad30f8e7SGabor Kovesdan0x80D7 = 0x6B53 5164*ad30f8e7SGabor Kovesdan0x80D9 = 0x6B51 5165*ad30f8e7SGabor Kovesdan0x80DA = 0x455F 5166*ad30f8e7SGabor Kovesdan0x80DB = 0x6B4E 5167*ad30f8e7SGabor Kovesdan0x80DC = 0x4A24 5168*ad30f8e7SGabor Kovesdan0x80DD = 0x6B55 5169*ad30f8e7SGabor Kovesdan0x80DE = 0x307B 5170*ad30f8e7SGabor Kovesdan0x80E1 = 0x3A7A 5171*ad30f8e7SGabor Kovesdan0x80E4 = 0x5837 5172*ad30f8e7SGabor Kovesdan0x80E5 = 0x7163 5173*ad30f8e7SGabor Kovesdan0x80E7 = 0x6B4A 5174*ad30f8e7SGabor Kovesdan0x80E8 = 0x6B4B 5175*ad30f8e7SGabor Kovesdan0x80E9 = 0x6B4C 5176*ad30f8e7SGabor Kovesdan0x80EA = 0x6B4D 5177*ad30f8e7SGabor Kovesdan0x80EB = 0x6B56 5178*ad30f8e7SGabor Kovesdan0x80EC = 0x6640 5179*ad30f8e7SGabor Kovesdan0x80ED = 0x6B59 5180*ad30f8e7SGabor Kovesdan0x80EF = 0x3F68 5181*ad30f8e7SGabor Kovesdan0x80F0 = 0x5248 5182*ad30f8e7SGabor Kovesdan0x80F1 = 0x6B57 5183*ad30f8e7SGabor Kovesdan0x80F2 = 0x6B5C 5184*ad30f8e7SGabor Kovesdan0x80F3 = 0x386C 5185*ad30f8e7SGabor Kovesdan0x80F4 = 0x6B58 5186*ad30f8e7SGabor Kovesdan0x80F6 = 0x3D3A 5187*ad30f8e7SGabor Kovesdan0x80F8 = 0x5058 5188*ad30f8e7SGabor Kovesdan0x80FA = 0x3037 5189*ad30f8e7SGabor Kovesdan0x80FC = 0x6B5D 5190*ad30f8e7SGabor Kovesdan0x80FD = 0x445C 5191*ad30f8e7SGabor Kovesdan0x8102 = 0x562C 5192*ad30f8e7SGabor Kovesdan0x8106 = 0x3460 5193*ad30f8e7SGabor Kovesdan0x8109 = 0x4276 5194*ad30f8e7SGabor Kovesdan0x810A = 0x3C39 5195*ad30f8e7SGabor Kovesdan0x810D = 0x6B5A 5196*ad30f8e7SGabor Kovesdan0x810E = 0x6B5B 5197*ad30f8e7SGabor Kovesdan0x810F = 0x5460 5198*ad30f8e7SGabor Kovesdan0x8110 = 0x466A 5199*ad30f8e7SGabor Kovesdan0x8111 = 0x4454 5200*ad30f8e7SGabor Kovesdan0x8112 = 0x6B5F 5201*ad30f8e7SGabor Kovesdan0x8113 = 0x4527 5202*ad30f8e7SGabor Kovesdan0x8114 = 0x5975 5203*ad30f8e7SGabor Kovesdan0x8116 = 0x3231 5204*ad30f8e7SGabor Kovesdan0x8118 = 0x6B64 5205*ad30f8e7SGabor Kovesdan0x811A = 0x3D45 5206*ad30f8e7SGabor Kovesdan0x811E = 0x6B62 5207*ad30f8e7SGabor Kovesdan0x812C = 0x6B63 5208*ad30f8e7SGabor Kovesdan0x812F = 0x382C 5209*ad30f8e7SGabor Kovesdan0x8131 = 0x4D51 5210*ad30f8e7SGabor Kovesdan0x8132 = 0x6B65 5211*ad30f8e7SGabor Kovesdan0x8136 = 0x6B61 5212*ad30f8e7SGabor Kovesdan0x8138 = 0x4133 5213*ad30f8e7SGabor Kovesdan0x813E = 0x4622 5214*ad30f8e7SGabor Kovesdan0x8146 = 0x4C73 5215*ad30f8e7SGabor Kovesdan0x8148 = 0x6B66 5216*ad30f8e7SGabor Kovesdan0x814A = 0x4030 5217*ad30f8e7SGabor Kovesdan0x814B = 0x5238 5218*ad30f8e7SGabor Kovesdan0x814C = 0x6B67 5219*ad30f8e7SGabor Kovesdan0x8150 = 0x382F 5220*ad30f8e7SGabor Kovesdan0x8151 = 0x382D 5221*ad30f8e7SGabor Kovesdan0x8153 = 0x6B68 5222*ad30f8e7SGabor Kovesdan0x8154 = 0x473B 5223*ad30f8e7SGabor Kovesdan0x8155 = 0x4D73 5224*ad30f8e7SGabor Kovesdan0x8159 = 0x6B6A 5225*ad30f8e7SGabor Kovesdan0x815A = 0x6B6B 5226*ad30f8e7SGabor Kovesdan0x8160 = 0x6B6D 5227*ad30f8e7SGabor Kovesdan0x8165 = 0x5048 5228*ad30f8e7SGabor Kovesdan0x8167 = 0x6B72 5229*ad30f8e7SGabor Kovesdan0x8169 = 0x6B6E 5230*ad30f8e7SGabor Kovesdan0x816D = 0x6B71 5231*ad30f8e7SGabor Kovesdan0x816E = 0x4879 5232*ad30f8e7SGabor Kovesdan0x8170 = 0x517C 5233*ad30f8e7SGabor Kovesdan0x8171 = 0x6B6C 5234*ad30f8e7SGabor Kovesdan0x8174 = 0x6B69 5235*ad30f8e7SGabor Kovesdan0x8179 = 0x3839 5236*ad30f8e7SGabor Kovesdan0x817A = 0x4F59 5237*ad30f8e7SGabor Kovesdan0x817B = 0x4465 5238*ad30f8e7SGabor Kovesdan0x817C = 0x6B6F 5239*ad30f8e7SGabor Kovesdan0x817D = 0x6B70 5240*ad30f8e7SGabor Kovesdan0x817E = 0x4C5A 5241*ad30f8e7SGabor Kovesdan0x817F = 0x4D48 5242*ad30f8e7SGabor Kovesdan0x8180 = 0x3072 5243*ad30f8e7SGabor Kovesdan0x8182 = 0x6B76 5244*ad30f8e7SGabor Kovesdan0x8188 = 0x6B75 5245*ad30f8e7SGabor Kovesdan0x818A = 0x3232 5246*ad30f8e7SGabor Kovesdan0x818F = 0x3860 5247*ad30f8e7SGabor Kovesdan0x8191 = 0x6B77 5248*ad30f8e7SGabor Kovesdan0x8198 = 0x316C 5249*ad30f8e7SGabor Kovesdan0x819B = 0x4C45 5250*ad30f8e7SGabor Kovesdan0x819C = 0x4424 5251*ad30f8e7SGabor Kovesdan0x819D = 0x4F25 5252*ad30f8e7SGabor Kovesdan0x81A3 = 0x6B79 5253*ad30f8e7SGabor Kovesdan0x81A6 = 0x6C22 5254*ad30f8e7SGabor Kovesdan0x81A8 = 0x4572 5255*ad30f8e7SGabor Kovesdan0x81AA = 0x6B7A 5256*ad30f8e7SGabor Kovesdan0x81B3 = 0x4945 5257*ad30f8e7SGabor Kovesdan0x81BA = 0x625F 5258*ad30f8e7SGabor Kovesdan0x81BB = 0x6B7E 5259*ad30f8e7SGabor Kovesdan0x81C0 = 0x4D4E 5260*ad30f8e7SGabor Kovesdan0x81C1 = 0x6C21 5261*ad30f8e7SGabor Kovesdan0x81C2 = 0x315B 5262*ad30f8e7SGabor Kovesdan0x81C3 = 0x5337 5263*ad30f8e7SGabor Kovesdan0x81C6 = 0x525C 5264*ad30f8e7SGabor Kovesdan0x81CA = 0x6B7D 5265*ad30f8e7SGabor Kovesdan0x81CC = 0x6B7B 5266*ad30f8e7SGabor Kovesdan0x81E3 = 0x333C 5267*ad30f8e7SGabor Kovesdan0x81E7 = 0x6A30 5268*ad30f8e7SGabor Kovesdan0x81EA = 0x5754 5269*ad30f8e7SGabor Kovesdan0x81EC = 0x742B 5270*ad30f8e7SGabor Kovesdan0x81ED = 0x3374 5271*ad30f8e7SGabor Kovesdan0x81F3 = 0x5641 5272*ad30f8e7SGabor Kovesdan0x81F4 = 0x5642 5273*ad30f8e7SGabor Kovesdan0x81FB = 0x5569 5274*ad30f8e7SGabor Kovesdan0x81FC = 0x3E4A 5275*ad30f8e7SGabor Kovesdan0x81FE = 0x7427 5276*ad30f8e7SGabor Kovesdan0x8200 = 0x5228 5277*ad30f8e7SGabor Kovesdan0x8201 = 0x7428 5278*ad30f8e7SGabor Kovesdan0x8202 = 0x7429 5279*ad30f8e7SGabor Kovesdan0x8204 = 0x742A 5280*ad30f8e7SGabor Kovesdan0x8205 = 0x3E4B 5281*ad30f8e7SGabor Kovesdan0x8206 = 0x535F 5282*ad30f8e7SGabor Kovesdan0x820C = 0x4960 5283*ad30f8e7SGabor Kovesdan0x820D = 0x4961 5284*ad30f8e7SGabor Kovesdan0x8210 = 0x7342 5285*ad30f8e7SGabor Kovesdan0x8212 = 0x4A66 5286*ad30f8e7SGabor Kovesdan0x8214 = 0x4C72 5287*ad30f8e7SGabor Kovesdan0x821B = 0x6236 5288*ad30f8e7SGabor Kovesdan0x821C = 0x4B34 5289*ad30f8e7SGabor Kovesdan0x821E = 0x4E68 5290*ad30f8e7SGabor Kovesdan0x821F = 0x565B 5291*ad30f8e7SGabor Kovesdan0x8221 = 0x742D 5292*ad30f8e7SGabor Kovesdan0x8222 = 0x742E 5293*ad30f8e7SGabor Kovesdan0x8223 = 0x742F 5294*ad30f8e7SGabor Kovesdan0x8228 = 0x7432 5295*ad30f8e7SGabor Kovesdan0x822A = 0x3A3D 5296*ad30f8e7SGabor Kovesdan0x822B = 0x7433 5297*ad30f8e7SGabor Kovesdan0x822C = 0x3063 5298*ad30f8e7SGabor Kovesdan0x822D = 0x7430 5299*ad30f8e7SGabor Kovesdan0x822F = 0x7431 5300*ad30f8e7SGabor Kovesdan0x8230 = 0x3D22 5301*ad30f8e7SGabor Kovesdan0x8231 = 0x3255 5302*ad30f8e7SGabor Kovesdan0x8233 = 0x7436 5303*ad30f8e7SGabor Kovesdan0x8234 = 0x7437 5304*ad30f8e7SGabor Kovesdan0x8235 = 0x3666 5305*ad30f8e7SGabor Kovesdan0x8236 = 0x3230 5306*ad30f8e7SGabor Kovesdan0x8237 = 0x4F4F 5307*ad30f8e7SGabor Kovesdan0x8238 = 0x7434 5308*ad30f8e7SGabor Kovesdan0x8239 = 0x342C 5309*ad30f8e7SGabor Kovesdan0x823B = 0x7435 5310*ad30f8e7SGabor Kovesdan0x823E = 0x7438 5311*ad30f8e7SGabor Kovesdan0x8244 = 0x7439 5312*ad30f8e7SGabor Kovesdan0x8247 = 0x4D27 5313*ad30f8e7SGabor Kovesdan0x8249 = 0x743A 5314*ad30f8e7SGabor Kovesdan0x824B = 0x743B 5315*ad30f8e7SGabor Kovesdan0x824F = 0x743C 5316*ad30f8e7SGabor Kovesdan0x8258 = 0x4B52 5317*ad30f8e7SGabor Kovesdan0x825A = 0x743D 5318*ad30f8e7SGabor Kovesdan0x825F = 0x743E 5319*ad30f8e7SGabor Kovesdan0x8268 = 0x743F 5320*ad30f8e7SGabor Kovesdan0x826E = 0x745E 5321*ad30f8e7SGabor Kovesdan0x826F = 0x413C 5322*ad30f8e7SGabor Kovesdan0x8270 = 0x3C68 5323*ad30f8e7SGabor Kovesdan0x8272 = 0x492B 5324*ad30f8e7SGabor Kovesdan0x8273 = 0x515E 5325*ad30f8e7SGabor Kovesdan0x8274 = 0x6575 5326*ad30f8e7SGabor Kovesdan0x8279 = 0x5C33 5327*ad30f8e7SGabor Kovesdan0x827A = 0x5255 5328*ad30f8e7SGabor Kovesdan0x827D = 0x5C34 5329*ad30f8e7SGabor Kovesdan0x827E = 0x302C 5330*ad30f8e7SGabor Kovesdan0x827F = 0x5C35 5331*ad30f8e7SGabor Kovesdan0x8282 = 0x3D5A 5332*ad30f8e7SGabor Kovesdan0x8284 = 0x5C39 5333*ad30f8e7SGabor Kovesdan0x8288 = 0x5842 5334*ad30f8e7SGabor Kovesdan0x828A = 0x5C37 5335*ad30f8e7SGabor Kovesdan0x828B = 0x5373 5336*ad30f8e7SGabor Kovesdan0x828D = 0x4956 5337*ad30f8e7SGabor Kovesdan0x828E = 0x5C3A 5338*ad30f8e7SGabor Kovesdan0x828F = 0x5C36 5339*ad30f8e7SGabor Kovesdan0x8291 = 0x5C3B 5340*ad30f8e7SGabor Kovesdan0x8292 = 0x4322 5341*ad30f8e7SGabor Kovesdan0x8297 = 0x5C3C 5342*ad30f8e7SGabor Kovesdan0x8298 = 0x5C45 5343*ad30f8e7SGabor Kovesdan0x8299 = 0x5C3D 5344*ad30f8e7SGabor Kovesdan0x829C = 0x4E5F 5345*ad30f8e7SGabor Kovesdan0x829D = 0x5625 5346*ad30f8e7SGabor Kovesdan0x829F = 0x5C4F 5347*ad30f8e7SGabor Kovesdan0x82A1 = 0x5C4D 5348*ad30f8e7SGabor Kovesdan0x82A4 = 0x5C52 5349*ad30f8e7SGabor Kovesdan0x82A5 = 0x3D66 5350*ad30f8e7SGabor Kovesdan0x82A6 = 0x422B 5351*ad30f8e7SGabor Kovesdan0x82A8 = 0x5C38 5352*ad30f8e7SGabor Kovesdan0x82A9 = 0x5C4B 5353*ad30f8e7SGabor Kovesdan0x82AA = 0x5C4E 5354*ad30f8e7SGabor Kovesdan0x82AB = 0x5C3E 5355*ad30f8e7SGabor Kovesdan0x82AC = 0x3752 5356*ad30f8e7SGabor Kovesdan0x82AD = 0x3045 5357*ad30f8e7SGabor Kovesdan0x82AE = 0x5C47 5358*ad30f8e7SGabor Kovesdan0x82AF = 0x503E 5359*ad30f8e7SGabor Kovesdan0x82B0 = 0x5C41 5360*ad30f8e7SGabor Kovesdan0x82B1 = 0x3B28 5361*ad30f8e7SGabor Kovesdan0x82B3 = 0x373C 5362*ad30f8e7SGabor Kovesdan0x82B4 = 0x5C4C 5363*ad30f8e7SGabor Kovesdan0x82B7 = 0x5C46 5364*ad30f8e7SGabor Kovesdan0x82B8 = 0x5C3F 5365*ad30f8e7SGabor Kovesdan0x82B9 = 0x475B 5366*ad30f8e7SGabor Kovesdan0x82BD = 0x513F 5367*ad30f8e7SGabor Kovesdan0x82BE = 0x5C40 5368*ad30f8e7SGabor Kovesdan0x82C1 = 0x5C4A 5369*ad30f8e7SGabor Kovesdan0x82C4 = 0x5C50 5370*ad30f8e7SGabor Kovesdan0x82C7 = 0x4E2D 5371*ad30f8e7SGabor Kovesdan0x82C8 = 0x5C42 5372*ad30f8e7SGabor Kovesdan0x82CA = 0x5C43 5373*ad30f8e7SGabor Kovesdan0x82CB = 0x5C48 5374*ad30f8e7SGabor Kovesdan0x82CC = 0x5C49 5375*ad30f8e7SGabor Kovesdan0x82CD = 0x3254 5376*ad30f8e7SGabor Kovesdan0x82CE = 0x5C51 5377*ad30f8e7SGabor Kovesdan0x82CF = 0x4B55 5378*ad30f8e7SGabor Kovesdan0x82D1 = 0x5437 5379*ad30f8e7SGabor Kovesdan0x82D2 = 0x5C5B 5380*ad30f8e7SGabor Kovesdan0x82D3 = 0x5C5F 5381*ad30f8e7SGabor Kovesdan0x82D4 = 0x4C26 5382*ad30f8e7SGabor Kovesdan0x82D5 = 0x5C66 5383*ad30f8e7SGabor Kovesdan0x82D7 = 0x4367 5384*ad30f8e7SGabor Kovesdan0x82D8 = 0x5C5C 5385*ad30f8e7SGabor Kovesdan0x82DB = 0x3F41 5386*ad30f8e7SGabor Kovesdan0x82DC = 0x5C59 5387*ad30f8e7SGabor Kovesdan0x82DE = 0x307A 5388*ad30f8e7SGabor Kovesdan0x82DF = 0x3936 5389*ad30f8e7SGabor Kovesdan0x82E0 = 0x5C65 5390*ad30f8e7SGabor Kovesdan0x82E1 = 0x5C53 5391*ad30f8e7SGabor Kovesdan0x82E3 = 0x5C44 5392*ad30f8e7SGabor Kovesdan0x82E4 = 0x5C56 5393*ad30f8e7SGabor Kovesdan0x82E5 = 0x4874 5394*ad30f8e7SGabor Kovesdan0x82E6 = 0x3F60 5395*ad30f8e7SGabor Kovesdan0x82EB = 0x493B 5396*ad30f8e7SGabor Kovesdan0x82EF = 0x313D 5397*ad30f8e7SGabor Kovesdan0x82F1 = 0x5322 5398*ad30f8e7SGabor Kovesdan0x82F4 = 0x5C5A 5399*ad30f8e7SGabor Kovesdan0x82F7 = 0x5C55 5400*ad30f8e7SGabor Kovesdan0x82F9 = 0x463B 5401*ad30f8e7SGabor Kovesdan0x82FB = 0x5C5E 5402*ad30f8e7SGabor Kovesdan0x8301 = 0x5742 5403*ad30f8e7SGabor Kovesdan0x8302 = 0x432F 5404*ad30f8e7SGabor Kovesdan0x8303 = 0x3736 5405*ad30f8e7SGabor Kovesdan0x8304 = 0x4751 5406*ad30f8e7SGabor Kovesdan0x8305 = 0x4329 5407*ad30f8e7SGabor Kovesdan0x8306 = 0x5C62 5408*ad30f8e7SGabor Kovesdan0x8307 = 0x5C58 5409*ad30f8e7SGabor Kovesdan0x8308 = 0x5C6B 5410*ad30f8e7SGabor Kovesdan0x8309 = 0x5C54 5411*ad30f8e7SGabor Kovesdan0x830C = 0x5C5D 5412*ad30f8e7SGabor Kovesdan0x830E = 0x3E25 5413*ad30f8e7SGabor Kovesdan0x830F = 0x5C57 5414*ad30f8e7SGabor Kovesdan0x8311 = 0x5C60 5415*ad30f8e7SGabor Kovesdan0x8314 = 0x5C63 5416*ad30f8e7SGabor Kovesdan0x8315 = 0x5C64 5417*ad30f8e7SGabor Kovesdan0x8317 = 0x5C78 5418*ad30f8e7SGabor Kovesdan0x831A = 0x5C61 5419*ad30f8e7SGabor Kovesdan0x831B = 0x5D22 5420*ad30f8e7SGabor Kovesdan0x831C = 0x5C67 5421*ad30f8e7SGabor Kovesdan0x8327 = 0x3C6B 5422*ad30f8e7SGabor Kovesdan0x8328 = 0x3444 5423*ad30f8e7SGabor Kovesdan0x832B = 0x4323 5424*ad30f8e7SGabor Kovesdan0x832C = 0x3267 5425*ad30f8e7SGabor Kovesdan0x832D = 0x5C7A 5426*ad30f8e7SGabor Kovesdan0x832F = 0x5C72 5427*ad30f8e7SGabor Kovesdan0x8331 = 0x5C6F 5428*ad30f8e7SGabor Kovesdan0x8333 = 0x5C7C 5429*ad30f8e7SGabor Kovesdan0x8334 = 0x5C6E 5430*ad30f8e7SGabor Kovesdan0x8335 = 0x5270 5431*ad30f8e7SGabor Kovesdan0x8336 = 0x3268 5432*ad30f8e7SGabor Kovesdan0x8338 = 0x4857 5433*ad30f8e7SGabor Kovesdan0x8339 = 0x4863 5434*ad30f8e7SGabor Kovesdan0x833A = 0x5C7B 5435*ad30f8e7SGabor Kovesdan0x833C = 0x5C6D 5436*ad30f8e7SGabor Kovesdan0x8340 = 0x5C77 5437*ad30f8e7SGabor Kovesdan0x8343 = 0x5C75 5438*ad30f8e7SGabor Kovesdan0x8346 = 0x3E23 5439*ad30f8e7SGabor Kovesdan0x8347 = 0x5C74 5440*ad30f8e7SGabor Kovesdan0x8349 = 0x325D 5441*ad30f8e7SGabor Kovesdan0x834F = 0x5C73 5442*ad30f8e7SGabor Kovesdan0x8350 = 0x3C76 5443*ad30f8e7SGabor Kovesdan0x8351 = 0x5C68 5444*ad30f8e7SGabor Kovesdan0x8352 = 0x3B44 5445*ad30f8e7SGabor Kovesdan0x8354 = 0x4073 5446*ad30f8e7SGabor Kovesdan0x835A = 0x3C54 5447*ad30f8e7SGabor Kovesdan0x835B = 0x5C69 5448*ad30f8e7SGabor Kovesdan0x835C = 0x5C6A 5449*ad30f8e7SGabor Kovesdan0x835E = 0x5C71 5450*ad30f8e7SGabor Kovesdan0x835F = 0x5C76 5451*ad30f8e7SGabor Kovesdan0x8360 = 0x5C79 5452*ad30f8e7SGabor Kovesdan0x8361 = 0x3534 5453*ad30f8e7SGabor Kovesdan0x8363 = 0x4859 5454*ad30f8e7SGabor Kovesdan0x8364 = 0x3B67 5455*ad30f8e7SGabor Kovesdan0x8365 = 0x5C7E 5456*ad30f8e7SGabor Kovesdan0x8366 = 0x5C7D 5457*ad30f8e7SGabor Kovesdan0x8367 = 0x532B 5458*ad30f8e7SGabor Kovesdan0x8368 = 0x5D21 5459*ad30f8e7SGabor Kovesdan0x8369 = 0x5D23 5460*ad30f8e7SGabor Kovesdan0x836A = 0x5D25 5461*ad30f8e7SGabor Kovesdan0x836B = 0x5271 5462*ad30f8e7SGabor Kovesdan0x836C = 0x5D24 5463*ad30f8e7SGabor Kovesdan0x836D = 0x5D26 5464*ad30f8e7SGabor Kovesdan0x836E = 0x5D27 5465*ad30f8e7SGabor Kovesdan0x836F = 0x5229 5466*ad30f8e7SGabor Kovesdan0x8377 = 0x3A49 5467*ad30f8e7SGabor Kovesdan0x8378 = 0x5D29 5468*ad30f8e7SGabor Kovesdan0x837B = 0x5D36 5469*ad30f8e7SGabor Kovesdan0x837C = 0x5D31 5470*ad30f8e7SGabor Kovesdan0x837D = 0x5D34 5471*ad30f8e7SGabor Kovesdan0x8385 = 0x5D30 5472*ad30f8e7SGabor Kovesdan0x8386 = 0x464E 5473*ad30f8e7SGabor Kovesdan0x8389 = 0x4072 5474*ad30f8e7SGabor Kovesdan0x838E = 0x492F 5475*ad30f8e7SGabor Kovesdan0x8392 = 0x5C6C 5476*ad30f8e7SGabor Kovesdan0x8393 = 0x5D2E 5477*ad30f8e7SGabor Kovesdan0x8398 = 0x5D37 5478*ad30f8e7SGabor Kovesdan0x839B = 0x5C70 5479*ad30f8e7SGabor Kovesdan0x839C = 0x5D2F 5480*ad30f8e7SGabor Kovesdan0x839E = 0x5D38 5481*ad30f8e7SGabor Kovesdan0x83A0 = 0x5D2C 5482*ad30f8e7SGabor Kovesdan0x83A8 = 0x5D39 5483*ad30f8e7SGabor Kovesdan0x83A9 = 0x5D33 5484*ad30f8e7SGabor Kovesdan0x83AA = 0x5D2D 5485*ad30f8e7SGabor Kovesdan0x83AB = 0x442A 5486*ad30f8e7SGabor Kovesdan0x83B0 = 0x5D28 5487*ad30f8e7SGabor Kovesdan0x83B1 = 0x4033 5488*ad30f8e7SGabor Kovesdan0x83B2 = 0x412B 5489*ad30f8e7SGabor Kovesdan0x83B3 = 0x5D2A 5490*ad30f8e7SGabor Kovesdan0x83B4 = 0x5D2B 5491*ad30f8e7SGabor Kovesdan0x83B6 = 0x5D32 5492*ad30f8e7SGabor Kovesdan0x83B7 = 0x3B71 5493*ad30f8e7SGabor Kovesdan0x83B8 = 0x5D35 5494*ad30f8e7SGabor Kovesdan0x83B9 = 0x5328 5495*ad30f8e7SGabor Kovesdan0x83BA = 0x5D3A 5496*ad30f8e7SGabor Kovesdan0x83BC = 0x5D3B 5497*ad30f8e7SGabor Kovesdan0x83BD = 0x4327 5498*ad30f8e7SGabor Kovesdan0x83C0 = 0x5D52 5499*ad30f8e7SGabor Kovesdan0x83C1 = 0x5D3C 5500*ad30f8e7SGabor Kovesdan0x83C5 = 0x5D51 5501*ad30f8e7SGabor Kovesdan0x83C7 = 0x393D 5502*ad30f8e7SGabor Kovesdan0x83CA = 0x3E55 5503*ad30f8e7SGabor Kovesdan0x83CC = 0x3E7A 5504*ad30f8e7SGabor Kovesdan0x83CF = 0x3A4A 5505*ad30f8e7SGabor Kovesdan0x83D4 = 0x5D4A 5506*ad30f8e7SGabor Kovesdan0x83D6 = 0x5D45 5507*ad30f8e7SGabor Kovesdan0x83D8 = 0x5D3F 5508*ad30f8e7SGabor Kovesdan0x83DC = 0x324B 5509*ad30f8e7SGabor Kovesdan0x83DD = 0x5D43 5510*ad30f8e7SGabor Kovesdan0x83DF = 0x5D4B 5511*ad30f8e7SGabor Kovesdan0x83E0 = 0x3224 5512*ad30f8e7SGabor Kovesdan0x83E1 = 0x5D55 5513*ad30f8e7SGabor Kovesdan0x83E5 = 0x5D3E 5514*ad30f8e7SGabor Kovesdan0x83E9 = 0x4650 5515*ad30f8e7SGabor Kovesdan0x83EA = 0x5D50 5516*ad30f8e7SGabor Kovesdan0x83F0 = 0x5D54 5517*ad30f8e7SGabor Kovesdan0x83F1 = 0x4162 5518*ad30f8e7SGabor Kovesdan0x83F2 = 0x3746 5519*ad30f8e7SGabor Kovesdan0x83F8 = 0x5D4E 5520*ad30f8e7SGabor Kovesdan0x83F9 = 0x5D4F 5521*ad30f8e7SGabor Kovesdan0x83FD = 0x5D44 5522*ad30f8e7SGabor Kovesdan0x8401 = 0x5D3D 5523*ad30f8e7SGabor Kovesdan0x8403 = 0x5D4D 5524*ad30f8e7SGabor Kovesdan0x8404 = 0x4C51 5525*ad30f8e7SGabor Kovesdan0x8406 = 0x5D49 5526*ad30f8e7SGabor Kovesdan0x840B = 0x5D42 5527*ad30f8e7SGabor Kovesdan0x840C = 0x4348 5528*ad30f8e7SGabor Kovesdan0x840D = 0x463C 5529*ad30f8e7SGabor Kovesdan0x840E = 0x4E2E 5530*ad30f8e7SGabor Kovesdan0x840F = 0x5D4C 5531*ad30f8e7SGabor Kovesdan0x8411 = 0x5D48 5532*ad30f8e7SGabor Kovesdan0x8418 = 0x5D41 5533*ad30f8e7SGabor Kovesdan0x841C = 0x5D46 5534*ad30f8e7SGabor Kovesdan0x841D = 0x425C 5535*ad30f8e7SGabor Kovesdan0x8424 = 0x5329 5536*ad30f8e7SGabor Kovesdan0x8425 = 0x532A 5537*ad30f8e7SGabor Kovesdan0x8426 = 0x5D53 5538*ad30f8e7SGabor Kovesdan0x8427 = 0x4F74 5539*ad30f8e7SGabor Kovesdan0x8428 = 0x4878 5540*ad30f8e7SGabor Kovesdan0x8431 = 0x5D66 5541*ad30f8e7SGabor Kovesdan0x8438 = 0x5D47 5542*ad30f8e7SGabor Kovesdan0x843C = 0x5D60 5543*ad30f8e7SGabor Kovesdan0x843D = 0x4264 5544*ad30f8e7SGabor Kovesdan0x8446 = 0x5D61 5545*ad30f8e7SGabor Kovesdan0x8451 = 0x5D57 5546*ad30f8e7SGabor Kovesdan0x8457 = 0x5678 5547*ad30f8e7SGabor Kovesdan0x8459 = 0x5D59 5548*ad30f8e7SGabor Kovesdan0x845A = 0x5D58 5549*ad30f8e7SGabor Kovesdan0x845B = 0x3870 5550*ad30f8e7SGabor Kovesdan0x845C = 0x5D56 5551*ad30f8e7SGabor Kovesdan0x8461 = 0x464F 5552*ad30f8e7SGabor Kovesdan0x8463 = 0x362D 5553*ad30f8e7SGabor Kovesdan0x8469 = 0x5D62 5554*ad30f8e7SGabor Kovesdan0x846B = 0x3A79 5555*ad30f8e7SGabor Kovesdan0x846C = 0x5461 5556*ad30f8e7SGabor Kovesdan0x846D = 0x5D67 5557*ad30f8e7SGabor Kovesdan0x8471 = 0x3450 5558*ad30f8e7SGabor Kovesdan0x8473 = 0x5D5A 5559*ad30f8e7SGabor Kovesdan0x8475 = 0x3F7B 5560*ad30f8e7SGabor Kovesdan0x8476 = 0x5D63 5561*ad30f8e7SGabor Kovesdan0x8478 = 0x5D5F 5562*ad30f8e7SGabor Kovesdan0x847A = 0x5D5D 5563*ad30f8e7SGabor Kovesdan0x8482 = 0x3559 5564*ad30f8e7SGabor Kovesdan0x8487 = 0x5D5B 5565*ad30f8e7SGabor Kovesdan0x8488 = 0x5D5C 5566*ad30f8e7SGabor Kovesdan0x8489 = 0x5D5E 5567*ad30f8e7SGabor Kovesdan0x848B = 0x3D2F 5568*ad30f8e7SGabor Kovesdan0x848C = 0x5D64 5569*ad30f8e7SGabor Kovesdan0x848E = 0x5D65 5570*ad30f8e7SGabor Kovesdan0x8497 = 0x5D75 5571*ad30f8e7SGabor Kovesdan0x8499 = 0x4349 5572*ad30f8e7SGabor Kovesdan0x849C = 0x4B62 5573*ad30f8e7SGabor Kovesdan0x84A1 = 0x5D72 5574*ad30f8e7SGabor Kovesdan0x84AF = 0x5861 5575*ad30f8e7SGabor Kovesdan0x84B2 = 0x4651 5576*ad30f8e7SGabor Kovesdan0x84B4 = 0x5D74 5577*ad30f8e7SGabor Kovesdan0x84B8 = 0x5574 5578*ad30f8e7SGabor Kovesdan0x84B9 = 0x5D73 5579*ad30f8e7SGabor Kovesdan0x84BA = 0x5D70 5580*ad30f8e7SGabor Kovesdan0x84BD = 0x5D6C 5581*ad30f8e7SGabor Kovesdan0x84BF = 0x5D6F 5582*ad30f8e7SGabor Kovesdan0x84C1 = 0x5D68 5583*ad30f8e7SGabor Kovesdan0x84C4 = 0x506E 5584*ad30f8e7SGabor Kovesdan0x84C9 = 0x4858 5585*ad30f8e7SGabor Kovesdan0x84CA = 0x5D6E 5586*ad30f8e7SGabor Kovesdan0x84CD = 0x5D69 5587*ad30f8e7SGabor Kovesdan0x84D0 = 0x5D6A 5588*ad30f8e7SGabor Kovesdan0x84D1 = 0x4B72 5589*ad30f8e7SGabor Kovesdan0x84D3 = 0x5D6D 5590*ad30f8e7SGabor Kovesdan0x84D6 = 0x314D 5591*ad30f8e7SGabor Kovesdan0x84DD = 0x4036 5592*ad30f8e7SGabor Kovesdan0x84DF = 0x3C3B 5593*ad30f8e7SGabor Kovesdan0x84E0 = 0x5D71 5594*ad30f8e7SGabor Kovesdan0x84E3 = 0x5D77 5595*ad30f8e7SGabor Kovesdan0x84E5 = 0x5D76 5596*ad30f8e7SGabor Kovesdan0x84E6 = 0x5D6B 5597*ad30f8e7SGabor Kovesdan0x84EC = 0x456E 5598*ad30f8e7SGabor Kovesdan0x84F0 = 0x5D7B 5599*ad30f8e7SGabor Kovesdan0x84FC = 0x5E24 5600*ad30f8e7SGabor Kovesdan0x84FF = 0x5E23 5601*ad30f8e7SGabor Kovesdan0x850C = 0x5D78 5602*ad30f8e7SGabor Kovesdan0x8511 = 0x436F 5603*ad30f8e7SGabor Kovesdan0x8513 = 0x427B 5604*ad30f8e7SGabor Kovesdan0x8517 = 0x5561 5605*ad30f8e7SGabor Kovesdan0x851A = 0x4E35 5606*ad30f8e7SGabor Kovesdan0x851F = 0x5D7D 5607*ad30f8e7SGabor Kovesdan0x8521 = 0x324C 5608*ad30f8e7SGabor Kovesdan0x852B = 0x4468 5609*ad30f8e7SGabor Kovesdan0x852C = 0x4A5F 5610*ad30f8e7SGabor Kovesdan0x8537 = 0x473E 5611*ad30f8e7SGabor Kovesdan0x8538 = 0x5D7A 5612*ad30f8e7SGabor Kovesdan0x8539 = 0x5D7C 5613*ad30f8e7SGabor Kovesdan0x853A = 0x5D7E 5614*ad30f8e7SGabor Kovesdan0x853B = 0x5E22 5615*ad30f8e7SGabor Kovesdan0x853C = 0x302A 5616*ad30f8e7SGabor Kovesdan0x853D = 0x314E 5617*ad30f8e7SGabor Kovesdan0x8543 = 0x5E2C 5618*ad30f8e7SGabor Kovesdan0x8548 = 0x5E26 5619*ad30f8e7SGabor Kovesdan0x8549 = 0x3D36 5620*ad30f8e7SGabor Kovesdan0x854A = 0x486F 5621*ad30f8e7SGabor Kovesdan0x8556 = 0x5E21 5622*ad30f8e7SGabor Kovesdan0x8559 = 0x5E25 5623*ad30f8e7SGabor Kovesdan0x855E = 0x5E29 5624*ad30f8e7SGabor Kovesdan0x8564 = 0x5E28 5625*ad30f8e7SGabor Kovesdan0x8568 = 0x5E27 5626*ad30f8e7SGabor Kovesdan0x8572 = 0x5E2D 5627*ad30f8e7SGabor Kovesdan0x8574 = 0x544C 5628*ad30f8e7SGabor Kovesdan0x8579 = 0x5E33 5629*ad30f8e7SGabor Kovesdan0x857A = 0x5E2A 5630*ad30f8e7SGabor Kovesdan0x857B = 0x5E2E 5631*ad30f8e7SGabor Kovesdan0x857E = 0x4059 5632*ad30f8e7SGabor Kovesdan0x8584 = 0x3121 5633*ad30f8e7SGabor Kovesdan0x8585 = 0x5E36 5634*ad30f8e7SGabor Kovesdan0x8587 = 0x5E31 5635*ad30f8e7SGabor Kovesdan0x858F = 0x5E32 5636*ad30f8e7SGabor Kovesdan0x859B = 0x5126 5637*ad30f8e7SGabor Kovesdan0x859C = 0x5E35 5638*ad30f8e7SGabor Kovesdan0x85A4 = 0x5E2F 5639*ad30f8e7SGabor Kovesdan0x85A8 = 0x5E30 5640*ad30f8e7SGabor Kovesdan0x85AA = 0x503D 5641*ad30f8e7SGabor Kovesdan0x85AE = 0x5E34 5642*ad30f8e7SGabor Kovesdan0x85AF = 0x4A6D 5643*ad30f8e7SGabor Kovesdan0x85B0 = 0x5E39 5644*ad30f8e7SGabor Kovesdan0x85B7 = 0x5E38 5645*ad30f8e7SGabor Kovesdan0x85B9 = 0x5E37 5646*ad30f8e7SGabor Kovesdan0x85C1 = 0x5E3B 5647*ad30f8e7SGabor Kovesdan0x85C9 = 0x3D65 5648*ad30f8e7SGabor Kovesdan0x85CF = 0x3258 5649*ad30f8e7SGabor Kovesdan0x85D0 = 0x436A 5650*ad30f8e7SGabor Kovesdan0x85D3 = 0x5E3A 5651*ad30f8e7SGabor Kovesdan0x85D5 = 0x453A 5652*ad30f8e7SGabor Kovesdan0x85DC = 0x5E3C 5653*ad30f8e7SGabor Kovesdan0x85E4 = 0x4C59 5654*ad30f8e7SGabor Kovesdan0x85E9 = 0x372A 5655*ad30f8e7SGabor Kovesdan0x85FB = 0x5465 5656*ad30f8e7SGabor Kovesdan0x85FF = 0x5E3D 5657*ad30f8e7SGabor Kovesdan0x8605 = 0x5E3F 5658*ad30f8e7SGabor Kovesdan0x8611 = 0x4422 5659*ad30f8e7SGabor Kovesdan0x8616 = 0x5E41 5660*ad30f8e7SGabor Kovesdan0x8627 = 0x5E3E 5661*ad30f8e7SGabor Kovesdan0x8629 = 0x5E40 5662*ad30f8e7SGabor Kovesdan0x8638 = 0x553A 5663*ad30f8e7SGabor Kovesdan0x863C = 0x5E42 5664*ad30f8e7SGabor Kovesdan0x864D = 0x722E 5665*ad30f8e7SGabor Kovesdan0x864E = 0x3B22 5666*ad30f8e7SGabor Kovesdan0x864F = 0x4232 5667*ad30f8e7SGabor Kovesdan0x8650 = 0x4530 5668*ad30f8e7SGabor Kovesdan0x8651 = 0x4247 5669*ad30f8e7SGabor Kovesdan0x8654 = 0x722F 5670*ad30f8e7SGabor Kovesdan0x865A = 0x5069 5671*ad30f8e7SGabor Kovesdan0x865E = 0x535D 5672*ad30f8e7SGabor Kovesdan0x8662 = 0x6B3D 5673*ad30f8e7SGabor Kovesdan0x866B = 0x3366 5674*ad30f8e7SGabor Kovesdan0x866C = 0x7230 5675*ad30f8e7SGabor Kovesdan0x866E = 0x7231 5676*ad30f8e7SGabor Kovesdan0x8671 = 0x4A2D 5677*ad30f8e7SGabor Kovesdan0x8679 = 0x3A67 5678*ad30f8e7SGabor Kovesdan0x867A = 0x7233 5679*ad30f8e7SGabor Kovesdan0x867B = 0x7235 5680*ad30f8e7SGabor Kovesdan0x867C = 0x7234 5681*ad30f8e7SGabor Kovesdan0x867D = 0x4B64 5682*ad30f8e7SGabor Kovesdan0x867E = 0x4F3A 5683*ad30f8e7SGabor Kovesdan0x867F = 0x7232 5684*ad30f8e7SGabor Kovesdan0x8680 = 0x4A34 5685*ad30f8e7SGabor Kovesdan0x8681 = 0x524F 5686*ad30f8e7SGabor Kovesdan0x8682 = 0x426C 5687*ad30f8e7SGabor Kovesdan0x868A = 0x4E43 5688*ad30f8e7SGabor Kovesdan0x868B = 0x7238 5689*ad30f8e7SGabor Kovesdan0x868C = 0x3076 5690*ad30f8e7SGabor Kovesdan0x868D = 0x7237 5691*ad30f8e7SGabor Kovesdan0x8693 = 0x723E 5692*ad30f8e7SGabor Kovesdan0x8695 = 0x324F 5693*ad30f8e7SGabor Kovesdan0x869C = 0x5141 5694*ad30f8e7SGabor Kovesdan0x869D = 0x723A 5695*ad30f8e7SGabor Kovesdan0x86A3 = 0x723C 5696*ad30f8e7SGabor Kovesdan0x86A4 = 0x5469 5697*ad30f8e7SGabor Kovesdan0x86A7 = 0x723B 5698*ad30f8e7SGabor Kovesdan0x86A8 = 0x7236 5699*ad30f8e7SGabor Kovesdan0x86A9 = 0x723F 5700*ad30f8e7SGabor Kovesdan0x86AA = 0x723D 5701*ad30f8e7SGabor Kovesdan0x86AC = 0x7239 5702*ad30f8e7SGabor Kovesdan0x86AF = 0x7247 5703*ad30f8e7SGabor Kovesdan0x86B0 = 0x7244 5704*ad30f8e7SGabor Kovesdan0x86B1 = 0x7246 5705*ad30f8e7SGabor Kovesdan0x86B4 = 0x724A 5706*ad30f8e7SGabor Kovesdan0x86B5 = 0x7242 5707*ad30f8e7SGabor Kovesdan0x86B6 = 0x7240 5708*ad30f8e7SGabor Kovesdan0x86BA = 0x7245 5709*ad30f8e7SGabor Kovesdan0x86C0 = 0x567B 5710*ad30f8e7SGabor Kovesdan0x86C4 = 0x7241 5711*ad30f8e7SGabor Kovesdan0x86C6 = 0x4779 5712*ad30f8e7SGabor Kovesdan0x86C7 = 0x495F 5713*ad30f8e7SGabor Kovesdan0x86C9 = 0x7248 5714*ad30f8e7SGabor Kovesdan0x86CA = 0x3946 5715*ad30f8e7SGabor Kovesdan0x86CB = 0x3530 5716*ad30f8e7SGabor Kovesdan0x86CE = 0x7243 5717*ad30f8e7SGabor Kovesdan0x86CF = 0x7249 5718*ad30f8e7SGabor Kovesdan0x86D0 = 0x7250 5719*ad30f8e7SGabor Kovesdan0x86D1 = 0x7256 5720*ad30f8e7SGabor Kovesdan0x86D4 = 0x3B57 5721*ad30f8e7SGabor Kovesdan0x86D8 = 0x7255 5722*ad30f8e7SGabor Kovesdan0x86D9 = 0x4D5C 5723*ad30f8e7SGabor Kovesdan0x86DB = 0x566B 5724*ad30f8e7SGabor Kovesdan0x86DE = 0x7252 5725*ad30f8e7SGabor Kovesdan0x86DF = 0x7254 5726*ad30f8e7SGabor Kovesdan0x86E4 = 0x3872 5727*ad30f8e7SGabor Kovesdan0x86E9 = 0x724B 5728*ad30f8e7SGabor Kovesdan0x86ED = 0x724E 5729*ad30f8e7SGabor Kovesdan0x86EE = 0x4279 5730*ad30f8e7SGabor Kovesdan0x86F0 = 0x555D 5731*ad30f8e7SGabor Kovesdan0x86F1 = 0x724C 5732*ad30f8e7SGabor Kovesdan0x86F2 = 0x724D 5733*ad30f8e7SGabor Kovesdan0x86F3 = 0x724F 5734*ad30f8e7SGabor Kovesdan0x86F4 = 0x7253 5735*ad30f8e7SGabor Kovesdan0x86F8 = 0x7259 5736*ad30f8e7SGabor Kovesdan0x86F9 = 0x533C 5737*ad30f8e7SGabor Kovesdan0x86FE = 0x366A 5738*ad30f8e7SGabor Kovesdan0x8700 = 0x4A71 5739*ad30f8e7SGabor Kovesdan0x8702 = 0x3764 5740*ad30f8e7SGabor Kovesdan0x8703 = 0x7257 5741*ad30f8e7SGabor Kovesdan0x8707 = 0x7258 5742*ad30f8e7SGabor Kovesdan0x8708 = 0x725A 5743*ad30f8e7SGabor Kovesdan0x8709 = 0x725D 5744*ad30f8e7SGabor Kovesdan0x870A = 0x725B 5745*ad30f8e7SGabor Kovesdan0x870D = 0x725C 5746*ad30f8e7SGabor Kovesdan0x8712 = 0x5151 5747*ad30f8e7SGabor Kovesdan0x8713 = 0x7251 5748*ad30f8e7SGabor Kovesdan0x8715 = 0x4D49 5749*ad30f8e7SGabor Kovesdan0x8717 = 0x4E4F 5750*ad30f8e7SGabor Kovesdan0x8718 = 0x5629 5751*ad30f8e7SGabor Kovesdan0x871A = 0x7263 5752*ad30f8e7SGabor Kovesdan0x871C = 0x435B 5753*ad30f8e7SGabor Kovesdan0x871E = 0x7260 5754*ad30f8e7SGabor Kovesdan0x8721 = 0x402F 5755*ad30f8e7SGabor Kovesdan0x8722 = 0x726C 5756*ad30f8e7SGabor Kovesdan0x8723 = 0x725E 5757*ad30f8e7SGabor Kovesdan0x8725 = 0x7261 5758*ad30f8e7SGabor Kovesdan0x8729 = 0x7268 5759*ad30f8e7SGabor Kovesdan0x872E = 0x7262 5760*ad30f8e7SGabor Kovesdan0x8731 = 0x7267 5761*ad30f8e7SGabor Kovesdan0x8734 = 0x7266 5762*ad30f8e7SGabor Kovesdan0x8737 = 0x7269 5763*ad30f8e7SGabor Kovesdan0x873B = 0x725F 5764*ad30f8e7SGabor Kovesdan0x873E = 0x7264 5765*ad30f8e7SGabor Kovesdan0x873F = 0x726A 5766*ad30f8e7SGabor Kovesdan0x8747 = 0x532C 5767*ad30f8e7SGabor Kovesdan0x8748 = 0x7265 5768*ad30f8e7SGabor Kovesdan0x8749 = 0x3275 5769*ad30f8e7SGabor Kovesdan0x874C = 0x7272 5770*ad30f8e7SGabor Kovesdan0x874E = 0x502B 5771*ad30f8e7SGabor Kovesdan0x8753 = 0x7275 5772*ad30f8e7SGabor Kovesdan0x8757 = 0x3B48 5773*ad30f8e7SGabor Kovesdan0x8759 = 0x7279 5774*ad30f8e7SGabor Kovesdan0x8760 = 0x7270 5775*ad30f8e7SGabor Kovesdan0x8763 = 0x7276 5776*ad30f8e7SGabor Kovesdan0x8764 = 0x7278 5777*ad30f8e7SGabor Kovesdan0x8765 = 0x727A 5778*ad30f8e7SGabor Kovesdan0x876E = 0x7273 5779*ad30f8e7SGabor Kovesdan0x8770 = 0x7271 5780*ad30f8e7SGabor Kovesdan0x8774 = 0x3A7B 5781*ad30f8e7SGabor Kovesdan0x8776 = 0x357B 5782*ad30f8e7SGabor Kovesdan0x877B = 0x726F 5783*ad30f8e7SGabor Kovesdan0x877C = 0x7277 5784*ad30f8e7SGabor Kovesdan0x877D = 0x726D 5785*ad30f8e7SGabor Kovesdan0x877E = 0x726E 5786*ad30f8e7SGabor Kovesdan0x8782 = 0x726B 5787*ad30f8e7SGabor Kovesdan0x8783 = 0x7326 5788*ad30f8e7SGabor Kovesdan0x8785 = 0x7323 5789*ad30f8e7SGabor Kovesdan0x8788 = 0x7322 5790*ad30f8e7SGabor Kovesdan0x878B = 0x7274 5791*ad30f8e7SGabor Kovesdan0x878D = 0x485A 5792*ad30f8e7SGabor Kovesdan0x8793 = 0x727B 5793*ad30f8e7SGabor Kovesdan0x8797 = 0x7325 5794*ad30f8e7SGabor Kovesdan0x879F = 0x4378 5795*ad30f8e7SGabor Kovesdan0x87A8 = 0x727D 5796*ad30f8e7SGabor Kovesdan0x87AB = 0x7327 5797*ad30f8e7SGabor Kovesdan0x87AC = 0x7329 5798*ad30f8e7SGabor Kovesdan0x87AD = 0x7324 5799*ad30f8e7SGabor Kovesdan0x87AF = 0x727C 5800*ad30f8e7SGabor Kovesdan0x87B3 = 0x732B 5801*ad30f8e7SGabor Kovesdan0x87B5 = 0x732A 5802*ad30f8e7SGabor Kovesdan0x87BA = 0x425D 5803*ad30f8e7SGabor Kovesdan0x87BD = 0x732E 5804*ad30f8e7SGabor Kovesdan0x87C0 = 0x7330 5805*ad30f8e7SGabor Kovesdan0x87C6 = 0x7321 5806*ad30f8e7SGabor Kovesdan0x87CA = 0x7331 5807*ad30f8e7SGabor Kovesdan0x87CB = 0x732C 5808*ad30f8e7SGabor Kovesdan0x87D1 = 0x732F 5809*ad30f8e7SGabor Kovesdan0x87D2 = 0x727E 5810*ad30f8e7SGabor Kovesdan0x87D3 = 0x732D 5811*ad30f8e7SGabor Kovesdan0x87DB = 0x7332 5812*ad30f8e7SGabor Kovesdan0x87E0 = 0x7334 5813*ad30f8e7SGabor Kovesdan0x87E5 = 0x7328 5814*ad30f8e7SGabor Kovesdan0x87EA = 0x7333 5815*ad30f8e7SGabor Kovesdan0x87EE = 0x7335 5816*ad30f8e7SGabor Kovesdan0x87F9 = 0x5037 5817*ad30f8e7SGabor Kovesdan0x87FE = 0x7338 5818*ad30f8e7SGabor Kovesdan0x8803 = 0x5979 5819*ad30f8e7SGabor Kovesdan0x880A = 0x7339 5820*ad30f8e7SGabor Kovesdan0x8813 = 0x7337 5821*ad30f8e7SGabor Kovesdan0x8815 = 0x4864 5822*ad30f8e7SGabor Kovesdan0x8816 = 0x7336 5823*ad30f8e7SGabor Kovesdan0x881B = 0x733A 5824*ad30f8e7SGabor Kovesdan0x8821 = 0x733B 5825*ad30f8e7SGabor Kovesdan0x8822 = 0x3440 5826*ad30f8e7SGabor Kovesdan0x8832 = 0x6E43 5827*ad30f8e7SGabor Kovesdan0x8839 = 0x733C 5828*ad30f8e7SGabor Kovesdan0x883C = 0x733D 5829*ad30f8e7SGabor Kovesdan0x8840 = 0x512A 5830*ad30f8e7SGabor Kovesdan0x8844 = 0x742C 5831*ad30f8e7SGabor Kovesdan0x8845 = 0x5046 5832*ad30f8e7SGabor Kovesdan0x884C = 0x5050 5833*ad30f8e7SGabor Kovesdan0x884D = 0x515C 5834*ad30f8e7SGabor Kovesdan0x8854 = 0x4F4E 5835*ad30f8e7SGabor Kovesdan0x8857 = 0x3D56 5836*ad30f8e7SGabor Kovesdan0x8859 = 0x5143 5837*ad30f8e7SGabor Kovesdan0x8861 = 0x3A62 5838*ad30f8e7SGabor Kovesdan0x8862 = 0x6169 5839*ad30f8e7SGabor Kovesdan0x8863 = 0x5242 5840*ad30f8e7SGabor Kovesdan0x8864 = 0x7142 5841*ad30f8e7SGabor Kovesdan0x8865 = 0x3239 5842*ad30f8e7SGabor Kovesdan0x8868 = 0x316D 5843*ad30f8e7SGabor Kovesdan0x8869 = 0x7143 5844*ad30f8e7SGabor Kovesdan0x886B = 0x4940 5845*ad30f8e7SGabor Kovesdan0x886C = 0x3344 5846*ad30f8e7SGabor Kovesdan0x886E = 0x5972 5847*ad30f8e7SGabor Kovesdan0x8870 = 0x4B25 5848*ad30f8e7SGabor Kovesdan0x8872 = 0x7144 5849*ad30f8e7SGabor Kovesdan0x8877 = 0x5654 5850*ad30f8e7SGabor Kovesdan0x887D = 0x7145 5851*ad30f8e7SGabor Kovesdan0x887E = 0x7440 5852*ad30f8e7SGabor Kovesdan0x887F = 0x7146 5853*ad30f8e7SGabor Kovesdan0x8881 = 0x542C 5854*ad30f8e7SGabor Kovesdan0x8882 = 0x7147 5855*ad30f8e7SGabor Kovesdan0x8884 = 0x3040 5856*ad30f8e7SGabor Kovesdan0x8885 = 0x7441 5857*ad30f8e7SGabor Kovesdan0x8888 = 0x7442 5858*ad30f8e7SGabor Kovesdan0x888B = 0x347C 5859*ad30f8e7SGabor Kovesdan0x888D = 0x455B 5860*ad30f8e7SGabor Kovesdan0x8892 = 0x4C3B 5861*ad30f8e7SGabor Kovesdan0x8896 = 0x5064 5862*ad30f8e7SGabor Kovesdan0x889C = 0x4D60 5863*ad30f8e7SGabor Kovesdan0x88A2 = 0x7148 5864*ad30f8e7SGabor Kovesdan0x88A4 = 0x5973 5865*ad30f8e7SGabor Kovesdan0x88AB = 0x313B 5866*ad30f8e7SGabor Kovesdan0x88AD = 0x4F2E 5867*ad30f8e7SGabor Kovesdan0x88B1 = 0x3824 5868*ad30f8e7SGabor Kovesdan0x88B7 = 0x714A 5869*ad30f8e7SGabor Kovesdan0x88BC = 0x714B 5870*ad30f8e7SGabor Kovesdan0x88C1 = 0x3243 5871*ad30f8e7SGabor Kovesdan0x88C2 = 0x4151 5872*ad30f8e7SGabor Kovesdan0x88C5 = 0x5730 5873*ad30f8e7SGabor Kovesdan0x88C6 = 0x7149 5874*ad30f8e7SGabor Kovesdan0x88C9 = 0x714C 5875*ad30f8e7SGabor Kovesdan0x88CE = 0x714E 5876*ad30f8e7SGabor Kovesdan0x88D2 = 0x5976 5877*ad30f8e7SGabor Kovesdan0x88D4 = 0x5261 5878*ad30f8e7SGabor Kovesdan0x88D5 = 0x5423 5879*ad30f8e7SGabor Kovesdan0x88D8 = 0x7443 5880*ad30f8e7SGabor Kovesdan0x88D9 = 0x4839 5881*ad30f8e7SGabor Kovesdan0x88DF = 0x7444 5882*ad30f8e7SGabor Kovesdan0x88E2 = 0x714D 5883*ad30f8e7SGabor Kovesdan0x88E3 = 0x714F 5884*ad30f8e7SGabor Kovesdan0x88E4 = 0x3F63 5885*ad30f8e7SGabor Kovesdan0x88E5 = 0x7150 5886*ad30f8e7SGabor Kovesdan0x88E8 = 0x7154 5887*ad30f8e7SGabor Kovesdan0x88F0 = 0x7156 5888*ad30f8e7SGabor Kovesdan0x88F1 = 0x7151 5889*ad30f8e7SGabor Kovesdan0x88F3 = 0x4951 5890*ad30f8e7SGabor Kovesdan0x88F4 = 0x4561 5891*ad30f8e7SGabor Kovesdan0x88F8 = 0x4263 5892*ad30f8e7SGabor Kovesdan0x88F9 = 0x397C 5893*ad30f8e7SGabor Kovesdan0x88FC = 0x7153 5894*ad30f8e7SGabor Kovesdan0x88FE = 0x7155 5895*ad30f8e7SGabor Kovesdan0x8902 = 0x3953 5896*ad30f8e7SGabor Kovesdan0x890A = 0x715B 5897*ad30f8e7SGabor Kovesdan0x8910 = 0x3A56 5898*ad30f8e7SGabor Kovesdan0x8912 = 0x307D 5899*ad30f8e7SGabor Kovesdan0x8913 = 0x7159 5900*ad30f8e7SGabor Kovesdan0x8919 = 0x7158 5901*ad30f8e7SGabor Kovesdan0x891A = 0x7152 5902*ad30f8e7SGabor Kovesdan0x891B = 0x715A 5903*ad30f8e7SGabor Kovesdan0x8921 = 0x7157 5904*ad30f8e7SGabor Kovesdan0x8925 = 0x486C 5905*ad30f8e7SGabor Kovesdan0x892A = 0x4D4A 5906*ad30f8e7SGabor Kovesdan0x892B = 0x715D 5907*ad30f8e7SGabor Kovesdan0x8930 = 0x653D 5908*ad30f8e7SGabor Kovesdan0x8934 = 0x715C 5909*ad30f8e7SGabor Kovesdan0x8936 = 0x715E 5910*ad30f8e7SGabor Kovesdan0x8941 = 0x715F 5911*ad30f8e7SGabor Kovesdan0x8944 = 0x4F65 5912*ad30f8e7SGabor Kovesdan0x895E = 0x7445 5913*ad30f8e7SGabor Kovesdan0x895F = 0x3D73 5914*ad30f8e7SGabor Kovesdan0x8966 = 0x7160 5915*ad30f8e7SGabor Kovesdan0x897B = 0x7161 5916*ad30f8e7SGabor Kovesdan0x897F = 0x4E77 5917*ad30f8e7SGabor Kovesdan0x8981 = 0x522A 5918*ad30f8e7SGabor Kovesdan0x8983 = 0x717B 5919*ad30f8e7SGabor Kovesdan0x8986 = 0x3832 5920*ad30f8e7SGabor Kovesdan0x89C1 = 0x3C7B 5921*ad30f8e7SGabor Kovesdan0x89C2 = 0x395B 5922*ad30f8e7SGabor Kovesdan0x89C4 = 0x3966 5923*ad30f8e7SGabor Kovesdan0x89C5 = 0x4359 5924*ad30f8e7SGabor Kovesdan0x89C6 = 0x4A53 5925*ad30f8e7SGabor Kovesdan0x89C7 = 0x6A68 5926*ad30f8e7SGabor Kovesdan0x89C8 = 0x4040 5927*ad30f8e7SGabor Kovesdan0x89C9 = 0x3E75 5928*ad30f8e7SGabor Kovesdan0x89CA = 0x6A69 5929*ad30f8e7SGabor Kovesdan0x89CB = 0x6A6A 5930*ad30f8e7SGabor Kovesdan0x89CC = 0x6A6B 5931*ad30f8e7SGabor Kovesdan0x89CE = 0x6A6C 5932*ad30f8e7SGabor Kovesdan0x89CF = 0x6A6D 5933*ad30f8e7SGabor Kovesdan0x89D0 = 0x6A6E 5934*ad30f8e7SGabor Kovesdan0x89D1 = 0x6A6F 5935*ad30f8e7SGabor Kovesdan0x89D2 = 0x3D47 5936*ad30f8e7SGabor Kovesdan0x89D6 = 0x757B 5937*ad30f8e7SGabor Kovesdan0x89DA = 0x757D 5938*ad30f8e7SGabor Kovesdan0x89DC = 0x757E 5939*ad30f8e7SGabor Kovesdan0x89DE = 0x757C 5940*ad30f8e7SGabor Kovesdan0x89E3 = 0x3D62 5941*ad30f8e7SGabor Kovesdan0x89E5 = 0x7621 5942*ad30f8e7SGabor Kovesdan0x89E6 = 0x3425 5943*ad30f8e7SGabor Kovesdan0x89EB = 0x7622 5944*ad30f8e7SGabor Kovesdan0x89EF = 0x7623 5945*ad30f8e7SGabor Kovesdan0x89F3 = 0x6C32 5946*ad30f8e7SGabor Kovesdan0x8A00 = 0x5154 5947*ad30f8e7SGabor Kovesdan0x8A07 = 0x596A 5948*ad30f8e7SGabor Kovesdan0x8A3E = 0x7624 5949*ad30f8e7SGabor Kovesdan0x8A48 = 0x6E3A 5950*ad30f8e7SGabor Kovesdan0x8A79 = 0x5532 5951*ad30f8e7SGabor Kovesdan0x8A89 = 0x537E 5952*ad30f8e7SGabor Kovesdan0x8A8A = 0x4C5C 5953*ad30f8e7SGabor Kovesdan0x8A93 = 0x4A44 5954*ad30f8e7SGabor Kovesdan0x8B07 = 0x6540 5955*ad30f8e7SGabor Kovesdan0x8B26 = 0x7625 5956*ad30f8e7SGabor Kovesdan0x8B66 = 0x3E2F 5957*ad30f8e7SGabor Kovesdan0x8B6C = 0x4629 5958*ad30f8e7SGabor Kovesdan0x8BA0 = 0x5A25 5959*ad30f8e7SGabor Kovesdan0x8BA1 = 0x3C46 5960*ad30f8e7SGabor Kovesdan0x8BA2 = 0x3629 5961*ad30f8e7SGabor Kovesdan0x8BA3 = 0x383C 5962*ad30f8e7SGabor Kovesdan0x8BA4 = 0x484F 5963*ad30f8e7SGabor Kovesdan0x8BA5 = 0x3C25 5964*ad30f8e7SGabor Kovesdan0x8BA6 = 0x5A26 5965*ad30f8e7SGabor Kovesdan0x8BA7 = 0x5A27 5966*ad30f8e7SGabor Kovesdan0x8BA8 = 0x4C56 5967*ad30f8e7SGabor Kovesdan0x8BA9 = 0x4843 5968*ad30f8e7SGabor Kovesdan0x8BAA = 0x5A28 5969*ad30f8e7SGabor Kovesdan0x8BAB = 0x467D 5970*ad30f8e7SGabor Kovesdan0x8BAD = 0x5135 5971*ad30f8e7SGabor Kovesdan0x8BAE = 0x5269 5972*ad30f8e7SGabor Kovesdan0x8BAF = 0x5136 5973*ad30f8e7SGabor Kovesdan0x8BB0 = 0x3C47 5974*ad30f8e7SGabor Kovesdan0x8BB2 = 0x3D32 5975*ad30f8e7SGabor Kovesdan0x8BB3 = 0x3B64 5976*ad30f8e7SGabor Kovesdan0x8BB4 = 0x5A29 5977*ad30f8e7SGabor Kovesdan0x8BB5 = 0x5A2A 5978*ad30f8e7SGabor Kovesdan0x8BB6 = 0x5148 5979*ad30f8e7SGabor Kovesdan0x8BB7 = 0x5A2B 5980*ad30f8e7SGabor Kovesdan0x8BB8 = 0x506D 5981*ad30f8e7SGabor Kovesdan0x8BB9 = 0x366F 5982*ad30f8e7SGabor Kovesdan0x8BBA = 0x425B 5983*ad30f8e7SGabor Kovesdan0x8BBC = 0x4B4F 5984*ad30f8e7SGabor Kovesdan0x8BBD = 0x376D 5985*ad30f8e7SGabor Kovesdan0x8BBE = 0x4968 5986*ad30f8e7SGabor Kovesdan0x8BBF = 0x3743 5987*ad30f8e7SGabor Kovesdan0x8BC0 = 0x3E77 5988*ad30f8e7SGabor Kovesdan0x8BC1 = 0x5624 5989*ad30f8e7SGabor Kovesdan0x8BC2 = 0x5A2C 5990*ad30f8e7SGabor Kovesdan0x8BC3 = 0x5A2D 5991*ad30f8e7SGabor Kovesdan0x8BC4 = 0x4640 5992*ad30f8e7SGabor Kovesdan0x8BC5 = 0x5767 5993*ad30f8e7SGabor Kovesdan0x8BC6 = 0x4A36 5994*ad30f8e7SGabor Kovesdan0x8BC8 = 0x5529 5995*ad30f8e7SGabor Kovesdan0x8BC9 = 0x4B5F 5996*ad30f8e7SGabor Kovesdan0x8BCA = 0x556F 5997*ad30f8e7SGabor Kovesdan0x8BCB = 0x5A2E 5998*ad30f8e7SGabor Kovesdan0x8BCC = 0x565F 5999*ad30f8e7SGabor Kovesdan0x8BCD = 0x344A 6000*ad30f8e7SGabor Kovesdan0x8BCE = 0x5A30 6001*ad30f8e7SGabor Kovesdan0x8BCF = 0x5A2F 6002*ad30f8e7SGabor Kovesdan0x8BD1 = 0x526B 6003*ad30f8e7SGabor Kovesdan0x8BD2 = 0x5A31 6004*ad30f8e7SGabor Kovesdan0x8BD3 = 0x5A32 6005*ad30f8e7SGabor Kovesdan0x8BD4 = 0x5A33 6006*ad30f8e7SGabor Kovesdan0x8BD5 = 0x4A54 6007*ad30f8e7SGabor Kovesdan0x8BD6 = 0x5A34 6008*ad30f8e7SGabor Kovesdan0x8BD7 = 0x4A2B 6009*ad30f8e7SGabor Kovesdan0x8BD8 = 0x5A35 6010*ad30f8e7SGabor Kovesdan0x8BD9 = 0x5A36 6011*ad30f8e7SGabor Kovesdan0x8BDA = 0x334F 6012*ad30f8e7SGabor Kovesdan0x8BDB = 0x566F 6013*ad30f8e7SGabor Kovesdan0x8BDC = 0x5A37 6014*ad30f8e7SGabor Kovesdan0x8BDD = 0x3B30 6015*ad30f8e7SGabor Kovesdan0x8BDE = 0x352E 6016*ad30f8e7SGabor Kovesdan0x8BDF = 0x5A38 6017*ad30f8e7SGabor Kovesdan0x8BE0 = 0x5A39 6018*ad30f8e7SGabor Kovesdan0x8BE1 = 0x396E 6019*ad30f8e7SGabor Kovesdan0x8BE2 = 0x512F 6020*ad30f8e7SGabor Kovesdan0x8BE3 = 0x5268 6021*ad30f8e7SGabor Kovesdan0x8BE4 = 0x5A3A 6022*ad30f8e7SGabor Kovesdan0x8BE5 = 0x3843 6023*ad30f8e7SGabor Kovesdan0x8BE6 = 0x4F6A 6024*ad30f8e7SGabor Kovesdan0x8BE7 = 0x326F 6025*ad30f8e7SGabor Kovesdan0x8BE8 = 0x5A3B 6026*ad30f8e7SGabor Kovesdan0x8BE9 = 0x5A3C 6027*ad30f8e7SGabor Kovesdan0x8BEB = 0x3D6B 6028*ad30f8e7SGabor Kovesdan0x8BEC = 0x4E5C 6029*ad30f8e7SGabor Kovesdan0x8BED = 0x536F 6030*ad30f8e7SGabor Kovesdan0x8BEE = 0x5A3D 6031*ad30f8e7SGabor Kovesdan0x8BEF = 0x4E73 6032*ad30f8e7SGabor Kovesdan0x8BF0 = 0x5A3E 6033*ad30f8e7SGabor Kovesdan0x8BF1 = 0x5355 6034*ad30f8e7SGabor Kovesdan0x8BF2 = 0x3B65 6035*ad30f8e7SGabor Kovesdan0x8BF3 = 0x5A3F 6036*ad30f8e7SGabor Kovesdan0x8BF4 = 0x4B35 6037*ad30f8e7SGabor Kovesdan0x8BF5 = 0x4B50 6038*ad30f8e7SGabor Kovesdan0x8BF6 = 0x5A40 6039*ad30f8e7SGabor Kovesdan0x8BF7 = 0x476B 6040*ad30f8e7SGabor Kovesdan0x8BF8 = 0x566E 6041*ad30f8e7SGabor Kovesdan0x8BF9 = 0x5A41 6042*ad30f8e7SGabor Kovesdan0x8BFA = 0x4535 6043*ad30f8e7SGabor Kovesdan0x8BFB = 0x3641 6044*ad30f8e7SGabor Kovesdan0x8BFC = 0x5A42 6045*ad30f8e7SGabor Kovesdan0x8BFD = 0x374C 6046*ad30f8e7SGabor Kovesdan0x8BFE = 0x3F4E 6047*ad30f8e7SGabor Kovesdan0x8BFF = 0x5A43 6048*ad30f8e7SGabor Kovesdan0x8C00 = 0x5A44 6049*ad30f8e7SGabor Kovesdan0x8C01 = 0x4B2D 6050*ad30f8e7SGabor Kovesdan0x8C02 = 0x5A45 6051*ad30f8e7SGabor Kovesdan0x8C03 = 0x3577 6052*ad30f8e7SGabor Kovesdan0x8C04 = 0x5A46 6053*ad30f8e7SGabor Kovesdan0x8C05 = 0x4142 6054*ad30f8e7SGabor Kovesdan0x8C06 = 0x573B 6055*ad30f8e7SGabor Kovesdan0x8C07 = 0x5A47 6056*ad30f8e7SGabor Kovesdan0x8C08 = 0x4C38 6057*ad30f8e7SGabor Kovesdan0x8C0A = 0x526A 6058*ad30f8e7SGabor Kovesdan0x8C0B = 0x4431 6059*ad30f8e7SGabor Kovesdan0x8C0C = 0x5A48 6060*ad30f8e7SGabor Kovesdan0x8C0D = 0x357D 6061*ad30f8e7SGabor Kovesdan0x8C0E = 0x3B51 6062*ad30f8e7SGabor Kovesdan0x8C0F = 0x5A49 6063*ad30f8e7SGabor Kovesdan0x8C10 = 0x5033 6064*ad30f8e7SGabor Kovesdan0x8C11 = 0x5A4A 6065*ad30f8e7SGabor Kovesdan0x8C12 = 0x5A4B 6066*ad30f8e7SGabor Kovesdan0x8C13 = 0x4E3D 6067*ad30f8e7SGabor Kovesdan0x8C14 = 0x5A4C 6068*ad30f8e7SGabor Kovesdan0x8C15 = 0x5A4D 6069*ad30f8e7SGabor Kovesdan0x8C16 = 0x5A4E 6070*ad30f8e7SGabor Kovesdan0x8C17 = 0x3277 6071*ad30f8e7SGabor Kovesdan0x8C18 = 0x5A51 6072*ad30f8e7SGabor Kovesdan0x8C19 = 0x5A4F 6073*ad30f8e7SGabor Kovesdan0x8C1A = 0x5168 6074*ad30f8e7SGabor Kovesdan0x8C1B = 0x5A50 6075*ad30f8e7SGabor Kovesdan0x8C1C = 0x4355 6076*ad30f8e7SGabor Kovesdan0x8C1D = 0x5A52 6077*ad30f8e7SGabor Kovesdan0x8C1F = 0x5A53 6078*ad30f8e7SGabor Kovesdan0x8C20 = 0x5A54 6079*ad30f8e7SGabor Kovesdan0x8C21 = 0x5A55 6080*ad30f8e7SGabor Kovesdan0x8C22 = 0x503B 6081*ad30f8e7SGabor Kovesdan0x8C23 = 0x5225 6082*ad30f8e7SGabor Kovesdan0x8C24 = 0x3079 6083*ad30f8e7SGabor Kovesdan0x8C25 = 0x5A56 6084*ad30f8e7SGabor Kovesdan0x8C26 = 0x472B 6085*ad30f8e7SGabor Kovesdan0x8C27 = 0x5A57 6086*ad30f8e7SGabor Kovesdan0x8C28 = 0x3D77 6087*ad30f8e7SGabor Kovesdan0x8C29 = 0x4321 6088*ad30f8e7SGabor Kovesdan0x8C2A = 0x5A58 6089*ad30f8e7SGabor Kovesdan0x8C2B = 0x5A59 6090*ad30f8e7SGabor Kovesdan0x8C2C = 0x437D 6091*ad30f8e7SGabor Kovesdan0x8C2D = 0x4C37 6092*ad30f8e7SGabor Kovesdan0x8C2E = 0x5A5A 6093*ad30f8e7SGabor Kovesdan0x8C2F = 0x5A5B 6094*ad30f8e7SGabor Kovesdan0x8C30 = 0x403E 6095*ad30f8e7SGabor Kovesdan0x8C31 = 0x4657 6096*ad30f8e7SGabor Kovesdan0x8C32 = 0x5A5C 6097*ad30f8e7SGabor Kovesdan0x8C33 = 0x5A5D 6098*ad30f8e7SGabor Kovesdan0x8C34 = 0x4734 6099*ad30f8e7SGabor Kovesdan0x8C35 = 0x5A5E 6100*ad30f8e7SGabor Kovesdan0x8C36 = 0x5A5F 6101*ad30f8e7SGabor Kovesdan0x8C37 = 0x3948 6102*ad30f8e7SGabor Kovesdan0x8C41 = 0x3B6D 6103*ad30f8e7SGabor Kovesdan0x8C46 = 0x3639 6104*ad30f8e7SGabor Kovesdan0x8C47 = 0x7478 6105*ad30f8e7SGabor Kovesdan0x8C49 = 0x7479 6106*ad30f8e7SGabor Kovesdan0x8C4C = 0x4D63 6107*ad30f8e7SGabor Kovesdan0x8C55 = 0x7539 6108*ad30f8e7SGabor Kovesdan0x8C5A = 0x6B60 6109*ad30f8e7SGabor Kovesdan0x8C61 = 0x4F73 6110*ad30f8e7SGabor Kovesdan0x8C62 = 0x3B3F 6111*ad30f8e7SGabor Kovesdan0x8C6A = 0x3A40 6112*ad30f8e7SGabor Kovesdan0x8C6B = 0x5425 6113*ad30f8e7SGabor Kovesdan0x8C73 = 0x6159 6114*ad30f8e7SGabor Kovesdan0x8C78 = 0x7574 6115*ad30f8e7SGabor Kovesdan0x8C79 = 0x312A 6116*ad30f8e7SGabor Kovesdan0x8C7A = 0x3272 6117*ad30f8e7SGabor Kovesdan0x8C82 = 0x7575 6118*ad30f8e7SGabor Kovesdan0x8C85 = 0x7577 6119*ad30f8e7SGabor Kovesdan0x8C89 = 0x3A51 6120*ad30f8e7SGabor Kovesdan0x8C8A = 0x7576 6121*ad30f8e7SGabor Kovesdan0x8C8C = 0x4332 6122*ad30f8e7SGabor Kovesdan0x8C94 = 0x7579 6123*ad30f8e7SGabor Kovesdan0x8C98 = 0x7578 6124*ad30f8e7SGabor Kovesdan0x8D1D = 0x3134 6125*ad30f8e7SGabor Kovesdan0x8D1E = 0x556A 6126*ad30f8e7SGabor Kovesdan0x8D1F = 0x383A 6127*ad30f8e7SGabor Kovesdan0x8D21 = 0x3931 6128*ad30f8e7SGabor Kovesdan0x8D22 = 0x3246 6129*ad30f8e7SGabor Kovesdan0x8D23 = 0x5470 6130*ad30f8e7SGabor Kovesdan0x8D24 = 0x4F4D 6131*ad30f8e7SGabor Kovesdan0x8D25 = 0x305C 6132*ad30f8e7SGabor Kovesdan0x8D26 = 0x554B 6133*ad30f8e7SGabor Kovesdan0x8D27 = 0x3B75 6134*ad30f8e7SGabor Kovesdan0x8D28 = 0x564A 6135*ad30f8e7SGabor Kovesdan0x8D29 = 0x3737 6136*ad30f8e7SGabor Kovesdan0x8D2A = 0x4C30 6137*ad30f8e7SGabor Kovesdan0x8D2B = 0x4636 6138*ad30f8e7SGabor Kovesdan0x8D2C = 0x3161 6139*ad30f8e7SGabor Kovesdan0x8D2D = 0x393A 6140*ad30f8e7SGabor Kovesdan0x8D2E = 0x567C 6141*ad30f8e7SGabor Kovesdan0x8D2F = 0x3961 6142*ad30f8e7SGabor Kovesdan0x8D30 = 0x3721 6143*ad30f8e7SGabor Kovesdan0x8D31 = 0x3C7A 6144*ad30f8e7SGabor Kovesdan0x8D32 = 0x6A5A 6145*ad30f8e7SGabor Kovesdan0x8D33 = 0x6A5B 6146*ad30f8e7SGabor Kovesdan0x8D34 = 0x4C79 6147*ad30f8e7SGabor Kovesdan0x8D35 = 0x3973 6148*ad30f8e7SGabor Kovesdan0x8D36 = 0x6A5C 6149*ad30f8e7SGabor Kovesdan0x8D37 = 0x347B 6150*ad30f8e7SGabor Kovesdan0x8D38 = 0x4333 6151*ad30f8e7SGabor Kovesdan0x8D39 = 0x3751 6152*ad30f8e7SGabor Kovesdan0x8D3A = 0x3A58 6153*ad30f8e7SGabor Kovesdan0x8D3B = 0x6A5D 6154*ad30f8e7SGabor Kovesdan0x8D3C = 0x5474 6155*ad30f8e7SGabor Kovesdan0x8D3D = 0x6A5E 6156*ad30f8e7SGabor Kovesdan0x8D3E = 0x3C56 6157*ad30f8e7SGabor Kovesdan0x8D3F = 0x3B5F 6158*ad30f8e7SGabor Kovesdan0x8D40 = 0x6A5F 6159*ad30f8e7SGabor Kovesdan0x8D41 = 0x415E 6160*ad30f8e7SGabor Kovesdan0x8D42 = 0x4238 6161*ad30f8e7SGabor Kovesdan0x8D43 = 0x545F 6162*ad30f8e7SGabor Kovesdan0x8D44 = 0x574A 6163*ad30f8e7SGabor Kovesdan0x8D45 = 0x6A60 6164*ad30f8e7SGabor Kovesdan0x8D46 = 0x6A61 6165*ad30f8e7SGabor Kovesdan0x8D47 = 0x6A64 6166*ad30f8e7SGabor Kovesdan0x8D48 = 0x6A62 6167*ad30f8e7SGabor Kovesdan0x8D49 = 0x6A63 6168*ad30f8e7SGabor Kovesdan0x8D4A = 0x495E 6169*ad30f8e7SGabor Kovesdan0x8D4B = 0x3833 6170*ad30f8e7SGabor Kovesdan0x8D4C = 0x3644 6171*ad30f8e7SGabor Kovesdan0x8D4D = 0x6A65 6172*ad30f8e7SGabor Kovesdan0x8D4E = 0x4A6A 6173*ad30f8e7SGabor Kovesdan0x8D4F = 0x494D 6174*ad30f8e7SGabor Kovesdan0x8D50 = 0x344D 6175*ad30f8e7SGabor Kovesdan0x8D53 = 0x6259 6176*ad30f8e7SGabor Kovesdan0x8D54 = 0x4562 6177*ad30f8e7SGabor Kovesdan0x8D55 = 0x6A66 6178*ad30f8e7SGabor Kovesdan0x8D56 = 0x4035 6179*ad30f8e7SGabor Kovesdan0x8D58 = 0x5738 6180*ad30f8e7SGabor Kovesdan0x8D59 = 0x6A67 6181*ad30f8e7SGabor Kovesdan0x8D5A = 0x572C 6182*ad30f8e7SGabor Kovesdan0x8D5B = 0x487C 6183*ad30f8e7SGabor Kovesdan0x8D5C = 0x5853 6184*ad30f8e7SGabor Kovesdan0x8D5D = 0x584D 6185*ad30f8e7SGabor Kovesdan0x8D5E = 0x545E 6186*ad30f8e7SGabor Kovesdan0x8D60 = 0x5479 6187*ad30f8e7SGabor Kovesdan0x8D61 = 0x4944 6188*ad30f8e7SGabor Kovesdan0x8D62 = 0x532E 6189*ad30f8e7SGabor Kovesdan0x8D63 = 0x3853 6190*ad30f8e7SGabor Kovesdan0x8D64 = 0x3360 6191*ad30f8e7SGabor Kovesdan0x8D66 = 0x4962 6192*ad30f8e7SGabor Kovesdan0x8D67 = 0x7476 6193*ad30f8e7SGabor Kovesdan0x8D6B = 0x3A55 6194*ad30f8e7SGabor Kovesdan0x8D6D = 0x7477 6195*ad30f8e7SGabor Kovesdan0x8D70 = 0x575F 6196*ad30f8e7SGabor Kovesdan0x8D73 = 0x7471 6197*ad30f8e7SGabor Kovesdan0x8D74 = 0x3830 6198*ad30f8e7SGabor Kovesdan0x8D75 = 0x5554 6199*ad30f8e7SGabor Kovesdan0x8D76 = 0x384F 6200*ad30f8e7SGabor Kovesdan0x8D77 = 0x4670 6201*ad30f8e7SGabor Kovesdan0x8D81 = 0x3343 6202*ad30f8e7SGabor Kovesdan0x8D84 = 0x7472 6203*ad30f8e7SGabor Kovesdan0x8D85 = 0x332C 6204*ad30f8e7SGabor Kovesdan0x8D8A = 0x543D 6205*ad30f8e7SGabor Kovesdan0x8D8B = 0x4777 6206*ad30f8e7SGabor Kovesdan0x8D91 = 0x7474 6207*ad30f8e7SGabor Kovesdan0x8D94 = 0x7473 6208*ad30f8e7SGabor Kovesdan0x8D9F = 0x4C4B 6209*ad30f8e7SGabor Kovesdan0x8DA3 = 0x4824 6210*ad30f8e7SGabor Kovesdan0x8DB1 = 0x7475 6211*ad30f8e7SGabor Kovesdan0x8DB3 = 0x5763 6212*ad30f8e7SGabor Kovesdan0x8DB4 = 0x453F 6213*ad30f8e7SGabor Kovesdan0x8DB5 = 0x7540 6214*ad30f8e7SGabor Kovesdan0x8DB8 = 0x753B 6215*ad30f8e7SGabor Kovesdan0x8DBA = 0x7543 6216*ad30f8e7SGabor Kovesdan0x8DBC = 0x7542 6217*ad30f8e7SGabor Kovesdan0x8DBE = 0x563A 6218*ad30f8e7SGabor Kovesdan0x8DBF = 0x7541 6219*ad30f8e7SGabor Kovesdan0x8DC3 = 0x543E 6220*ad30f8e7SGabor Kovesdan0x8DC4 = 0x7544 6221*ad30f8e7SGabor Kovesdan0x8DC6 = 0x754C 6222*ad30f8e7SGabor Kovesdan0x8DCB = 0x304F 6223*ad30f8e7SGabor Kovesdan0x8DCC = 0x3578 6224*ad30f8e7SGabor Kovesdan0x8DCE = 0x7549 6225*ad30f8e7SGabor Kovesdan0x8DCF = 0x754A 6226*ad30f8e7SGabor Kovesdan0x8DD1 = 0x455C 6227*ad30f8e7SGabor Kovesdan0x8DD6 = 0x7545 6228*ad30f8e7SGabor Kovesdan0x8DD7 = 0x7546 6229*ad30f8e7SGabor Kovesdan0x8DDA = 0x7547 6230*ad30f8e7SGabor Kovesdan0x8DDB = 0x754B 6231*ad30f8e7SGabor Kovesdan0x8DDD = 0x3E60 6232*ad30f8e7SGabor Kovesdan0x8DDE = 0x7548 6233*ad30f8e7SGabor Kovesdan0x8DDF = 0x387A 6234*ad30f8e7SGabor Kovesdan0x8DE3 = 0x7550 6235*ad30f8e7SGabor Kovesdan0x8DE4 = 0x7553 6236*ad30f8e7SGabor Kovesdan0x8DE8 = 0x3F67 6237*ad30f8e7SGabor Kovesdan0x8DEA = 0x3972 6238*ad30f8e7SGabor Kovesdan0x8DEB = 0x753C 6239*ad30f8e7SGabor Kovesdan0x8DEC = 0x754D 6240*ad30f8e7SGabor Kovesdan0x8DEF = 0x4237 6241*ad30f8e7SGabor Kovesdan0x8DF3 = 0x4C78 6242*ad30f8e7SGabor Kovesdan0x8DF5 = 0x3C79 6243*ad30f8e7SGabor Kovesdan0x8DF7 = 0x754E 6244*ad30f8e7SGabor Kovesdan0x8DF8 = 0x754F 6245*ad30f8e7SGabor Kovesdan0x8DF9 = 0x7551 6246*ad30f8e7SGabor Kovesdan0x8DFA = 0x3665 6247*ad30f8e7SGabor Kovesdan0x8DFB = 0x7552 6248*ad30f8e7SGabor Kovesdan0x8DFD = 0x7555 6249*ad30f8e7SGabor Kovesdan0x8E05 = 0x753D 6250*ad30f8e7SGabor Kovesdan0x8E09 = 0x7554 6251*ad30f8e7SGabor Kovesdan0x8E0A = 0x533B 6252*ad30f8e7SGabor Kovesdan0x8E0C = 0x336C 6253*ad30f8e7SGabor Kovesdan0x8E0F = 0x4C24 6254*ad30f8e7SGabor Kovesdan0x8E14 = 0x7556 6255*ad30f8e7SGabor Kovesdan0x8E1D = 0x7557 6256*ad30f8e7SGabor Kovesdan0x8E1E = 0x3E61 6257*ad30f8e7SGabor Kovesdan0x8E1F = 0x7558 6258*ad30f8e7SGabor Kovesdan0x8E22 = 0x4C5F 6259*ad30f8e7SGabor Kovesdan0x8E23 = 0x755B 6260*ad30f8e7SGabor Kovesdan0x8E29 = 0x3248 6261*ad30f8e7SGabor Kovesdan0x8E2A = 0x5759 6262*ad30f8e7SGabor Kovesdan0x8E2C = 0x7559 6263*ad30f8e7SGabor Kovesdan0x8E2E = 0x755A 6264*ad30f8e7SGabor Kovesdan0x8E2F = 0x755C 6265*ad30f8e7SGabor Kovesdan0x8E31 = 0x7562 6266*ad30f8e7SGabor Kovesdan0x8E35 = 0x7560 6267*ad30f8e7SGabor Kovesdan0x8E39 = 0x755F 6268*ad30f8e7SGabor Kovesdan0x8E3A = 0x755D 6269*ad30f8e7SGabor Kovesdan0x8E3D = 0x7561 6270*ad30f8e7SGabor Kovesdan0x8E40 = 0x755E 6271*ad30f8e7SGabor Kovesdan0x8E41 = 0x7564 6272*ad30f8e7SGabor Kovesdan0x8E42 = 0x7565 6273*ad30f8e7SGabor Kovesdan0x8E44 = 0x4C63 6274*ad30f8e7SGabor Kovesdan0x8E47 = 0x653F 6275*ad30f8e7SGabor Kovesdan0x8E48 = 0x3538 6276*ad30f8e7SGabor Kovesdan0x8E49 = 0x7563 6277*ad30f8e7SGabor Kovesdan0x8E4A = 0x7568 6278*ad30f8e7SGabor Kovesdan0x8E4B = 0x4C23 6279*ad30f8e7SGabor Kovesdan0x8E51 = 0x7566 6280*ad30f8e7SGabor Kovesdan0x8E52 = 0x7567 6281*ad30f8e7SGabor Kovesdan0x8E59 = 0x753E 6282*ad30f8e7SGabor Kovesdan0x8E66 = 0x3144 6283*ad30f8e7SGabor Kovesdan0x8E69 = 0x753F 6284*ad30f8e7SGabor Kovesdan0x8E6C = 0x3545 6285*ad30f8e7SGabor Kovesdan0x8E6D = 0x3264 6286*ad30f8e7SGabor Kovesdan0x8E6F = 0x756C 6287*ad30f8e7SGabor Kovesdan0x8E70 = 0x7569 6288*ad30f8e7SGabor Kovesdan0x8E72 = 0x3657 6289*ad30f8e7SGabor Kovesdan0x8E74 = 0x756D 6290*ad30f8e7SGabor Kovesdan0x8E76 = 0x756A 6291*ad30f8e7SGabor Kovesdan0x8E7C = 0x756B 6292*ad30f8e7SGabor Kovesdan0x8E7F = 0x345A 6293*ad30f8e7SGabor Kovesdan0x8E81 = 0x546A 6294*ad30f8e7SGabor Kovesdan0x8E85 = 0x756E 6295*ad30f8e7SGabor Kovesdan0x8E87 = 0x3379 6296*ad30f8e7SGabor Kovesdan0x8E8F = 0x756F 6297*ad30f8e7SGabor Kovesdan0x8E90 = 0x7571 6298*ad30f8e7SGabor Kovesdan0x8E94 = 0x7570 6299*ad30f8e7SGabor Kovesdan0x8E9C = 0x7572 6300*ad30f8e7SGabor Kovesdan0x8E9E = 0x7573 6301*ad30f8e7SGabor Kovesdan0x8EAB = 0x496D 6302*ad30f8e7SGabor Kovesdan0x8EAC = 0x392A 6303*ad30f8e7SGabor Kovesdan0x8EAF = 0x477B 6304*ad30f8e7SGabor Kovesdan0x8EB2 = 0x3663 6305*ad30f8e7SGabor Kovesdan0x8EBA = 0x4C49 6306*ad30f8e7SGabor Kovesdan0x8ECE = 0x6A26 6307*ad30f8e7SGabor Kovesdan0x8F66 = 0x3335 6308*ad30f8e7SGabor Kovesdan0x8F67 = 0x547E 6309*ad30f8e7SGabor Kovesdan0x8F68 = 0x396C 6310*ad30f8e7SGabor Kovesdan0x8F69 = 0x5079 6311*ad30f8e7SGabor Kovesdan0x8F6B = 0x696D 6312*ad30f8e7SGabor Kovesdan0x8F6C = 0x572A 6313*ad30f8e7SGabor Kovesdan0x8F6D = 0x696E 6314*ad30f8e7SGabor Kovesdan0x8F6E = 0x4256 6315*ad30f8e7SGabor Kovesdan0x8F6F = 0x486D 6316*ad30f8e7SGabor Kovesdan0x8F70 = 0x3A64 6317*ad30f8e7SGabor Kovesdan0x8F71 = 0x696F 6318*ad30f8e7SGabor Kovesdan0x8F72 = 0x6970 6319*ad30f8e7SGabor Kovesdan0x8F73 = 0x6971 6320*ad30f8e7SGabor Kovesdan0x8F74 = 0x5661 6321*ad30f8e7SGabor Kovesdan0x8F75 = 0x6972 6322*ad30f8e7SGabor Kovesdan0x8F76 = 0x6973 6323*ad30f8e7SGabor Kovesdan0x8F77 = 0x6975 6324*ad30f8e7SGabor Kovesdan0x8F78 = 0x6974 6325*ad30f8e7SGabor Kovesdan0x8F79 = 0x6976 6326*ad30f8e7SGabor Kovesdan0x8F7A = 0x6977 6327*ad30f8e7SGabor Kovesdan0x8F7B = 0x4761 6328*ad30f8e7SGabor Kovesdan0x8F7C = 0x6978 6329*ad30f8e7SGabor Kovesdan0x8F7D = 0x5458 6330*ad30f8e7SGabor Kovesdan0x8F7E = 0x6979 6331*ad30f8e7SGabor Kovesdan0x8F7F = 0x3D4E 6332*ad30f8e7SGabor Kovesdan0x8F81 = 0x697A 6333*ad30f8e7SGabor Kovesdan0x8F82 = 0x697B 6334*ad30f8e7SGabor Kovesdan0x8F83 = 0x3D4F 6335*ad30f8e7SGabor Kovesdan0x8F84 = 0x697C 6336*ad30f8e7SGabor Kovesdan0x8F85 = 0x3828 6337*ad30f8e7SGabor Kovesdan0x8F86 = 0x413E 6338*ad30f8e7SGabor Kovesdan0x8F87 = 0x697D 6339*ad30f8e7SGabor Kovesdan0x8F88 = 0x3132 6340*ad30f8e7SGabor Kovesdan0x8F89 = 0x3B54 6341*ad30f8e7SGabor Kovesdan0x8F8A = 0x3975 6342*ad30f8e7SGabor Kovesdan0x8F8B = 0x697E 6343*ad30f8e7SGabor Kovesdan0x8F8D = 0x6A21 6344*ad30f8e7SGabor Kovesdan0x8F8E = 0x6A22 6345*ad30f8e7SGabor Kovesdan0x8F8F = 0x6A23 6346*ad30f8e7SGabor Kovesdan0x8F90 = 0x3778 6347*ad30f8e7SGabor Kovesdan0x8F91 = 0x3C2D 6348*ad30f8e7SGabor Kovesdan0x8F93 = 0x4A64 6349*ad30f8e7SGabor Kovesdan0x8F94 = 0x604E 6350*ad30f8e7SGabor Kovesdan0x8F95 = 0x542F 6351*ad30f8e7SGabor Kovesdan0x8F96 = 0x4F3D 6352*ad30f8e7SGabor Kovesdan0x8F97 = 0x5537 6353*ad30f8e7SGabor Kovesdan0x8F98 = 0x6A24 6354*ad30f8e7SGabor Kovesdan0x8F99 = 0x555E 6355*ad30f8e7SGabor Kovesdan0x8F9A = 0x6A25 6356*ad30f8e7SGabor Kovesdan0x8F9B = 0x5041 6357*ad30f8e7SGabor Kovesdan0x8F9C = 0x393C 6358*ad30f8e7SGabor Kovesdan0x8F9E = 0x3447 6359*ad30f8e7SGabor Kovesdan0x8F9F = 0x3159 6360*ad30f8e7SGabor Kovesdan0x8FA3 = 0x4031 6361*ad30f8e7SGabor Kovesdan0x8FA8 = 0x3166 6362*ad30f8e7SGabor Kovesdan0x8FA9 = 0x3167 6363*ad30f8e7SGabor Kovesdan0x8FAB = 0x3168 6364*ad30f8e7SGabor Kovesdan0x8FB0 = 0x333D 6365*ad30f8e7SGabor Kovesdan0x8FB1 = 0x4868 6366*ad30f8e7SGabor Kovesdan0x8FB6 = 0x6541 6367*ad30f8e7SGabor Kovesdan0x8FB9 = 0x315F 6368*ad30f8e7SGabor Kovesdan0x8FBD = 0x4149 6369*ad30f8e7SGabor Kovesdan0x8FBE = 0x346F 6370*ad30f8e7SGabor Kovesdan0x8FC1 = 0x4728 6371*ad30f8e7SGabor Kovesdan0x8FC2 = 0x5358 6372*ad30f8e7SGabor Kovesdan0x8FC4 = 0x4679 6373*ad30f8e7SGabor Kovesdan0x8FC5 = 0x5138 6374*ad30f8e7SGabor Kovesdan0x8FC7 = 0x397D 6375*ad30f8e7SGabor Kovesdan0x8FC8 = 0x4275 6376*ad30f8e7SGabor Kovesdan0x8FCE = 0x532D 6377*ad30f8e7SGabor Kovesdan0x8FD0 = 0x544B 6378*ad30f8e7SGabor Kovesdan0x8FD1 = 0x3D7C 6379*ad30f8e7SGabor Kovesdan0x8FD3 = 0x6542 6380*ad30f8e7SGabor Kovesdan0x8FD4 = 0x3735 6381*ad30f8e7SGabor Kovesdan0x8FD5 = 0x6543 6382*ad30f8e7SGabor Kovesdan0x8FD8 = 0x3B39 6383*ad30f8e7SGabor Kovesdan0x8FD9 = 0x5562 6384*ad30f8e7SGabor Kovesdan0x8FDB = 0x3D78 6385*ad30f8e7SGabor Kovesdan0x8FDC = 0x5436 6386*ad30f8e7SGabor Kovesdan0x8FDD = 0x4E25 6387*ad30f8e7SGabor Kovesdan0x8FDE = 0x412C 6388*ad30f8e7SGabor Kovesdan0x8FDF = 0x3359 6389*ad30f8e7SGabor Kovesdan0x8FE2 = 0x4C76 6390*ad30f8e7SGabor Kovesdan0x8FE4 = 0x6546 6391*ad30f8e7SGabor Kovesdan0x8FE5 = 0x6544 6392*ad30f8e7SGabor Kovesdan0x8FE6 = 0x6548 6393*ad30f8e7SGabor Kovesdan0x8FE8 = 0x654A 6394*ad30f8e7SGabor Kovesdan0x8FE9 = 0x6547 6395*ad30f8e7SGabor Kovesdan0x8FEA = 0x354F 6396*ad30f8e7SGabor Kovesdan0x8FEB = 0x4648 6397*ad30f8e7SGabor Kovesdan0x8FED = 0x357C 6398*ad30f8e7SGabor Kovesdan0x8FEE = 0x6545 6399*ad30f8e7SGabor Kovesdan0x8FF0 = 0x4A76 6400*ad30f8e7SGabor Kovesdan0x8FF3 = 0x6549 6401*ad30f8e7SGabor Kovesdan0x8FF7 = 0x4354 6402*ad30f8e7SGabor Kovesdan0x8FF8 = 0x3145 6403*ad30f8e7SGabor Kovesdan0x8FF9 = 0x3C23 6404*ad30f8e7SGabor Kovesdan0x8FFD = 0x5737 6405*ad30f8e7SGabor Kovesdan0x9000 = 0x4D4B 6406*ad30f8e7SGabor Kovesdan0x9001 = 0x4B4D 6407*ad30f8e7SGabor Kovesdan0x9002 = 0x4A4A 6408*ad30f8e7SGabor Kovesdan0x9003 = 0x4C53 6409*ad30f8e7SGabor Kovesdan0x9004 = 0x654C 6410*ad30f8e7SGabor Kovesdan0x9005 = 0x654B 6411*ad30f8e7SGabor Kovesdan0x9006 = 0x4466 6412*ad30f8e7SGabor Kovesdan0x9009 = 0x5121 6413*ad30f8e7SGabor Kovesdan0x900A = 0x5137 6414*ad30f8e7SGabor Kovesdan0x900B = 0x654D 6415*ad30f8e7SGabor Kovesdan0x900D = 0x6550 6416*ad30f8e7SGabor Kovesdan0x900F = 0x4D38 6417*ad30f8e7SGabor Kovesdan0x9010 = 0x5670 6418*ad30f8e7SGabor Kovesdan0x9011 = 0x654F 6419*ad30f8e7SGabor Kovesdan0x9012 = 0x355D 6420*ad30f8e7SGabor Kovesdan0x9014 = 0x4D3E 6421*ad30f8e7SGabor Kovesdan0x9016 = 0x6551 6422*ad30f8e7SGabor Kovesdan0x9017 = 0x363A 6423*ad30f8e7SGabor Kovesdan0x901A = 0x4D28 6424*ad30f8e7SGabor Kovesdan0x901B = 0x3964 6425*ad30f8e7SGabor Kovesdan0x901D = 0x4A45 6426*ad30f8e7SGabor Kovesdan0x901E = 0x3351 6427*ad30f8e7SGabor Kovesdan0x901F = 0x4B59 6428*ad30f8e7SGabor Kovesdan0x9020 = 0x546C 6429*ad30f8e7SGabor Kovesdan0x9021 = 0x6552 6430*ad30f8e7SGabor Kovesdan0x9022 = 0x376A 6431*ad30f8e7SGabor Kovesdan0x9026 = 0x654E 6432*ad30f8e7SGabor Kovesdan0x902D = 0x6555 6433*ad30f8e7SGabor Kovesdan0x902E = 0x347E 6434*ad30f8e7SGabor Kovesdan0x902F = 0x6556 6435*ad30f8e7SGabor Kovesdan0x9035 = 0x6553 6436*ad30f8e7SGabor Kovesdan0x9036 = 0x6554 6437*ad30f8e7SGabor Kovesdan0x9038 = 0x525D 6438*ad30f8e7SGabor Kovesdan0x903B = 0x425F 6439*ad30f8e7SGabor Kovesdan0x903C = 0x3146 6440*ad30f8e7SGabor Kovesdan0x903E = 0x5362 6441*ad30f8e7SGabor Kovesdan0x9041 = 0x365D 6442*ad30f8e7SGabor Kovesdan0x9042 = 0x4B6C 6443*ad30f8e7SGabor Kovesdan0x9044 = 0x6557 6444*ad30f8e7SGabor Kovesdan0x9047 = 0x5376 6445*ad30f8e7SGabor Kovesdan0x904D = 0x3169 6446*ad30f8e7SGabor Kovesdan0x904F = 0x3674 6447*ad30f8e7SGabor Kovesdan0x9050 = 0x655A 6448*ad30f8e7SGabor Kovesdan0x9051 = 0x6558 6449*ad30f8e7SGabor Kovesdan0x9052 = 0x6559 6450*ad30f8e7SGabor Kovesdan0x9053 = 0x3540 6451*ad30f8e7SGabor Kovesdan0x9057 = 0x5245 6452*ad30f8e7SGabor Kovesdan0x9058 = 0x655C 6453*ad30f8e7SGabor Kovesdan0x905B = 0x655E 6454*ad30f8e7SGabor Kovesdan0x9062 = 0x655D 6455*ad30f8e7SGabor Kovesdan0x9063 = 0x4732 6456*ad30f8e7SGabor Kovesdan0x9065 = 0x5223 6457*ad30f8e7SGabor Kovesdan0x9068 = 0x655B 6458*ad30f8e7SGabor Kovesdan0x906D = 0x5462 6459*ad30f8e7SGabor Kovesdan0x906E = 0x555A 6460*ad30f8e7SGabor Kovesdan0x9074 = 0x6560 6461*ad30f8e7SGabor Kovesdan0x9075 = 0x5771 6462*ad30f8e7SGabor Kovesdan0x907D = 0x6561 6463*ad30f8e7SGabor Kovesdan0x907F = 0x315C 6464*ad30f8e7SGabor Kovesdan0x9080 = 0x517B 6465*ad30f8e7SGabor Kovesdan0x9082 = 0x6562 6466*ad30f8e7SGabor Kovesdan0x9083 = 0x6564 6467*ad30f8e7SGabor Kovesdan0x9088 = 0x6563 6468*ad30f8e7SGabor Kovesdan0x908B = 0x6565 6469*ad30f8e7SGabor Kovesdan0x9091 = 0x5258 6470*ad30f8e7SGabor Kovesdan0x9093 = 0x354B 6471*ad30f8e7SGabor Kovesdan0x9095 = 0x675F 6472*ad30f8e7SGabor Kovesdan0x9097 = 0x5A75 6473*ad30f8e7SGabor Kovesdan0x9099 = 0x5A78 6474*ad30f8e7SGabor Kovesdan0x909B = 0x5A76 6475*ad30f8e7SGabor Kovesdan0x909D = 0x5A77 6476*ad30f8e7SGabor Kovesdan0x90A1 = 0x5A7A 6477*ad30f8e7SGabor Kovesdan0x90A2 = 0x504F 6478*ad30f8e7SGabor Kovesdan0x90A3 = 0x4447 6479*ad30f8e7SGabor Kovesdan0x90A6 = 0x306E 6480*ad30f8e7SGabor Kovesdan0x90AA = 0x5030 6481*ad30f8e7SGabor Kovesdan0x90AC = 0x5A79 6482*ad30f8e7SGabor Kovesdan0x90AE = 0x534A 6483*ad30f8e7SGabor Kovesdan0x90AF = 0x3A2A 6484*ad30f8e7SGabor Kovesdan0x90B0 = 0x5B22 6485*ad30f8e7SGabor Kovesdan0x90B1 = 0x4771 6486*ad30f8e7SGabor Kovesdan0x90B3 = 0x5A7C 6487*ad30f8e7SGabor Kovesdan0x90B4 = 0x5A7B 6488*ad30f8e7SGabor Kovesdan0x90B5 = 0x495B 6489*ad30f8e7SGabor Kovesdan0x90B6 = 0x5A7D 6490*ad30f8e7SGabor Kovesdan0x90B8 = 0x5B21 6491*ad30f8e7SGabor Kovesdan0x90B9 = 0x575E 6492*ad30f8e7SGabor Kovesdan0x90BA = 0x5A7E 6493*ad30f8e7SGabor Kovesdan0x90BB = 0x415A 6494*ad30f8e7SGabor Kovesdan0x90BE = 0x5B25 6495*ad30f8e7SGabor Kovesdan0x90C1 = 0x5374 6496*ad30f8e7SGabor Kovesdan0x90C4 = 0x5B27 6497*ad30f8e7SGabor Kovesdan0x90C5 = 0x5B24 6498*ad30f8e7SGabor Kovesdan0x90C7 = 0x5B28 6499*ad30f8e7SGabor Kovesdan0x90CA = 0x3D3C 6500*ad30f8e7SGabor Kovesdan0x90CE = 0x4049 6501*ad30f8e7SGabor Kovesdan0x90CF = 0x5B23 6502*ad30f8e7SGabor Kovesdan0x90D0 = 0x5B26 6503*ad30f8e7SGabor Kovesdan0x90D1 = 0x5623 6504*ad30f8e7SGabor Kovesdan0x90D3 = 0x5B29 6505*ad30f8e7SGabor Kovesdan0x90D7 = 0x5B2D 6506*ad30f8e7SGabor Kovesdan0x90DB = 0x5B2E 6507*ad30f8e7SGabor Kovesdan0x90DC = 0x5B2C 6508*ad30f8e7SGabor Kovesdan0x90DD = 0x3A42 6509*ad30f8e7SGabor Kovesdan0x90E1 = 0x3F24 6510*ad30f8e7SGabor Kovesdan0x90E2 = 0x5B2B 6511*ad30f8e7SGabor Kovesdan0x90E6 = 0x5B2A 6512*ad30f8e7SGabor Kovesdan0x90E7 = 0x5447 6513*ad30f8e7SGabor Kovesdan0x90E8 = 0x323F 6514*ad30f8e7SGabor Kovesdan0x90EB = 0x5B2F 6515*ad30f8e7SGabor Kovesdan0x90ED = 0x3979 6516*ad30f8e7SGabor Kovesdan0x90EF = 0x5B30 6517*ad30f8e7SGabor Kovesdan0x90F4 = 0x333B 6518*ad30f8e7SGabor Kovesdan0x90F8 = 0x3526 6519*ad30f8e7SGabor Kovesdan0x90FD = 0x363C 6520*ad30f8e7SGabor Kovesdan0x90FE = 0x5B31 6521*ad30f8e7SGabor Kovesdan0x9102 = 0x3675 6522*ad30f8e7SGabor Kovesdan0x9104 = 0x5B32 6523*ad30f8e7SGabor Kovesdan0x9119 = 0x3149 6524*ad30f8e7SGabor Kovesdan0x911E = 0x5B34 6525*ad30f8e7SGabor Kovesdan0x9122 = 0x5B33 6526*ad30f8e7SGabor Kovesdan0x9123 = 0x5B35 6527*ad30f8e7SGabor Kovesdan0x912F = 0x5B37 6528*ad30f8e7SGabor Kovesdan0x9131 = 0x5B36 6529*ad30f8e7SGabor Kovesdan0x9139 = 0x5B38 6530*ad30f8e7SGabor Kovesdan0x9143 = 0x5B39 6531*ad30f8e7SGabor Kovesdan0x9146 = 0x5B3A 6532*ad30f8e7SGabor Kovesdan0x9149 = 0x534F 6533*ad30f8e7SGabor Kovesdan0x914A = 0x747A 6534*ad30f8e7SGabor Kovesdan0x914B = 0x4775 6535*ad30f8e7SGabor Kovesdan0x914C = 0x5743 6536*ad30f8e7SGabor Kovesdan0x914D = 0x4564 6537*ad30f8e7SGabor Kovesdan0x914E = 0x747C 6538*ad30f8e7SGabor Kovesdan0x914F = 0x747D 6539*ad30f8e7SGabor Kovesdan0x9150 = 0x747B 6540*ad30f8e7SGabor Kovesdan0x9152 = 0x3E46 6541*ad30f8e7SGabor Kovesdan0x9157 = 0x506F 6542*ad30f8e7SGabor Kovesdan0x915A = 0x3753 6543*ad30f8e7SGabor Kovesdan0x915D = 0x544D 6544*ad30f8e7SGabor Kovesdan0x915E = 0x4C2A 6545*ad30f8e7SGabor Kovesdan0x9161 = 0x7522 6546*ad30f8e7SGabor Kovesdan0x9162 = 0x7521 6547*ad30f8e7SGabor Kovesdan0x9163 = 0x3A28 6548*ad30f8e7SGabor Kovesdan0x9164 = 0x747E 6549*ad30f8e7SGabor Kovesdan0x9165 = 0x4B56 6550*ad30f8e7SGabor Kovesdan0x9169 = 0x7524 6551*ad30f8e7SGabor Kovesdan0x916A = 0x4052 6552*ad30f8e7SGabor Kovesdan0x916C = 0x336A 6553*ad30f8e7SGabor Kovesdan0x916E = 0x4D2A 6554*ad30f8e7SGabor Kovesdan0x916F = 0x7525 6555*ad30f8e7SGabor Kovesdan0x9170 = 0x7523 6556*ad30f8e7SGabor Kovesdan0x9171 = 0x3D34 6557*ad30f8e7SGabor Kovesdan0x9172 = 0x7528 6558*ad30f8e7SGabor Kovesdan0x9174 = 0x7529 6559*ad30f8e7SGabor Kovesdan0x9175 = 0x3D4D 6560*ad30f8e7SGabor Kovesdan0x9176 = 0x4338 6561*ad30f8e7SGabor Kovesdan0x9177 = 0x3F61 6562*ad30f8e7SGabor Kovesdan0x9178 = 0x4B61 6563*ad30f8e7SGabor Kovesdan0x9179 = 0x752A 6564*ad30f8e7SGabor Kovesdan0x917D = 0x7526 6565*ad30f8e7SGabor Kovesdan0x917E = 0x7527 6566*ad30f8e7SGabor Kovesdan0x917F = 0x4470 6567*ad30f8e7SGabor Kovesdan0x9185 = 0x752C 6568*ad30f8e7SGabor Kovesdan0x9187 = 0x343C 6569*ad30f8e7SGabor Kovesdan0x9189 = 0x576D 6570*ad30f8e7SGabor Kovesdan0x918B = 0x3457 6571*ad30f8e7SGabor Kovesdan0x918C = 0x752B 6572*ad30f8e7SGabor Kovesdan0x918D = 0x752E 6573*ad30f8e7SGabor Kovesdan0x9190 = 0x752D 6574*ad30f8e7SGabor Kovesdan0x9191 = 0x752F 6575*ad30f8e7SGabor Kovesdan0x9192 = 0x5051 6576*ad30f8e7SGabor Kovesdan0x919A = 0x4351 6577*ad30f8e7SGabor Kovesdan0x919B = 0x4829 6578*ad30f8e7SGabor Kovesdan0x91A2 = 0x7530 6579*ad30f8e7SGabor Kovesdan0x91A3 = 0x7531 6580*ad30f8e7SGabor Kovesdan0x91AA = 0x7532 6581*ad30f8e7SGabor Kovesdan0x91AD = 0x7533 6582*ad30f8e7SGabor Kovesdan0x91AE = 0x7534 6583*ad30f8e7SGabor Kovesdan0x91AF = 0x7535 6584*ad30f8e7SGabor Kovesdan0x91B4 = 0x7537 6585*ad30f8e7SGabor Kovesdan0x91B5 = 0x7536 6586*ad30f8e7SGabor Kovesdan0x91BA = 0x7538 6587*ad30f8e7SGabor Kovesdan0x91C7 = 0x3249 6588*ad30f8e7SGabor Kovesdan0x91C9 = 0x5354 6589*ad30f8e7SGabor Kovesdan0x91CA = 0x4A4D 6590*ad30f8e7SGabor Kovesdan0x91CC = 0x406F 6591*ad30f8e7SGabor Kovesdan0x91CD = 0x5658 6592*ad30f8e7SGabor Kovesdan0x91CE = 0x5230 6593*ad30f8e7SGabor Kovesdan0x91CF = 0x413F 6594*ad30f8e7SGabor Kovesdan0x91D1 = 0x3D70 6595*ad30f8e7SGabor Kovesdan0x91DC = 0x382A 6596*ad30f8e7SGabor Kovesdan0x9274 = 0x3C78 6597*ad30f8e7SGabor Kovesdan0x928E = 0x7646 6598*ad30f8e7SGabor Kovesdan0x92AE = 0x7647 6599*ad30f8e7SGabor Kovesdan0x92C8 = 0x7648 6600*ad30f8e7SGabor Kovesdan0x933E = 0x7649 6601*ad30f8e7SGabor Kovesdan0x936A = 0x764A 6602*ad30f8e7SGabor Kovesdan0x938F = 0x764C 6603*ad30f8e7SGabor Kovesdan0x93CA = 0x764B 6604*ad30f8e7SGabor Kovesdan0x93D6 = 0x7769 6605*ad30f8e7SGabor Kovesdan0x943E = 0x764D 6606*ad30f8e7SGabor Kovesdan0x946B = 0x764E 6607*ad30f8e7SGabor Kovesdan0x9485 = 0x6E44 6608*ad30f8e7SGabor Kovesdan0x9486 = 0x6E45 6609*ad30f8e7SGabor Kovesdan0x9487 = 0x6E46 6610*ad30f8e7SGabor Kovesdan0x9488 = 0x556B 6611*ad30f8e7SGabor Kovesdan0x9489 = 0x3624 6612*ad30f8e7SGabor Kovesdan0x948A = 0x6E48 6613*ad30f8e7SGabor Kovesdan0x948B = 0x6E47 6614*ad30f8e7SGabor Kovesdan0x948C = 0x6E49 6615*ad30f8e7SGabor Kovesdan0x948D = 0x6E4A 6616*ad30f8e7SGabor Kovesdan0x948E = 0x4725 6617*ad30f8e7SGabor Kovesdan0x948F = 0x6E4B 6618*ad30f8e7SGabor Kovesdan0x9490 = 0x6E4C 6619*ad30f8e7SGabor Kovesdan0x9492 = 0x3730 6620*ad30f8e7SGabor Kovesdan0x9493 = 0x3576 6621*ad30f8e7SGabor Kovesdan0x9494 = 0x6E4D 6622*ad30f8e7SGabor Kovesdan0x9495 = 0x6E4F 6623*ad30f8e7SGabor Kovesdan0x9497 = 0x6E4E 6624*ad30f8e7SGabor Kovesdan0x9499 = 0x3846 6625*ad30f8e7SGabor Kovesdan0x949A = 0x6E50 6626*ad30f8e7SGabor Kovesdan0x949B = 0x6E51 6627*ad30f8e7SGabor Kovesdan0x949C = 0x6E52 6628*ad30f8e7SGabor Kovesdan0x949D = 0x365B 6629*ad30f8e7SGabor Kovesdan0x949E = 0x332E 6630*ad30f8e7SGabor Kovesdan0x949F = 0x5653 6631*ad30f8e7SGabor Kovesdan0x94A0 = 0x4446 6632*ad30f8e7SGabor Kovesdan0x94A1 = 0x3135 6633*ad30f8e7SGabor Kovesdan0x94A2 = 0x3856 6634*ad30f8e7SGabor Kovesdan0x94A3 = 0x6E53 6635*ad30f8e7SGabor Kovesdan0x94A4 = 0x6E54 6636*ad30f8e7SGabor Kovesdan0x94A5 = 0x543F 6637*ad30f8e7SGabor Kovesdan0x94A6 = 0x4755 6638*ad30f8e7SGabor Kovesdan0x94A7 = 0x3E7B 6639*ad30f8e7SGabor Kovesdan0x94A8 = 0x4E59 6640*ad30f8e7SGabor Kovesdan0x94A9 = 0x3933 6641*ad30f8e7SGabor Kovesdan0x94AA = 0x6E56 6642*ad30f8e7SGabor Kovesdan0x94AB = 0x6E55 6643*ad30f8e7SGabor Kovesdan0x94AC = 0x6E58 6644*ad30f8e7SGabor Kovesdan0x94AD = 0x6E57 6645*ad30f8e7SGabor Kovesdan0x94AE = 0x4525 6646*ad30f8e7SGabor Kovesdan0x94AF = 0x6E59 6647*ad30f8e7SGabor Kovesdan0x94B0 = 0x6E5A 6648*ad30f8e7SGabor Kovesdan0x94B1 = 0x472E 6649*ad30f8e7SGabor Kovesdan0x94B2 = 0x6E5B 6650*ad30f8e7SGabor Kovesdan0x94B3 = 0x472F 6651*ad30f8e7SGabor Kovesdan0x94B4 = 0x6E5C 6652*ad30f8e7SGabor Kovesdan0x94B5 = 0x3227 6653*ad30f8e7SGabor Kovesdan0x94B6 = 0x6E5D 6654*ad30f8e7SGabor Kovesdan0x94B7 = 0x6E5E 6655*ad30f8e7SGabor Kovesdan0x94B8 = 0x6E5F 6656*ad30f8e7SGabor Kovesdan0x94B9 = 0x6E60 6657*ad30f8e7SGabor Kovesdan0x94BA = 0x6E61 6658*ad30f8e7SGabor Kovesdan0x94BB = 0x576A 6659*ad30f8e7SGabor Kovesdan0x94BC = 0x6E62 6660*ad30f8e7SGabor Kovesdan0x94BD = 0x6E63 6661*ad30f8e7SGabor Kovesdan0x94BE = 0x3C58 6662*ad30f8e7SGabor Kovesdan0x94BF = 0x6E64 6663*ad30f8e7SGabor Kovesdan0x94C0 = 0x534B 6664*ad30f8e7SGabor Kovesdan0x94C1 = 0x4C7A 6665*ad30f8e7SGabor Kovesdan0x94C2 = 0x322C 6666*ad30f8e7SGabor Kovesdan0x94C3 = 0x4165 6667*ad30f8e7SGabor Kovesdan0x94C4 = 0x6E65 6668*ad30f8e7SGabor Kovesdan0x94C5 = 0x4726 6669*ad30f8e7SGabor Kovesdan0x94C6 = 0x432D 6670*ad30f8e7SGabor Kovesdan0x94C8 = 0x6E66 6671*ad30f8e7SGabor Kovesdan0x94C9 = 0x6E67 6672*ad30f8e7SGabor Kovesdan0x94CA = 0x6E68 6673*ad30f8e7SGabor Kovesdan0x94CB = 0x6E69 6674*ad30f8e7SGabor Kovesdan0x94CC = 0x6E6A 6675*ad30f8e7SGabor Kovesdan0x94CD = 0x6E6B 6676*ad30f8e7SGabor Kovesdan0x94CE = 0x6E6C 6677*ad30f8e7SGabor Kovesdan0x94D0 = 0x6E6D 6678*ad30f8e7SGabor Kovesdan0x94D1 = 0x6E6E 6679*ad30f8e7SGabor Kovesdan0x94D2 = 0x6E6F 6680*ad30f8e7SGabor Kovesdan0x94D5 = 0x6E70 6681*ad30f8e7SGabor Kovesdan0x94D6 = 0x6E71 6682*ad30f8e7SGabor Kovesdan0x94D7 = 0x6E72 6683*ad30f8e7SGabor Kovesdan0x94D8 = 0x6E74 6684*ad30f8e7SGabor Kovesdan0x94D9 = 0x6E73 6685*ad30f8e7SGabor Kovesdan0x94DB = 0x6E75 6686*ad30f8e7SGabor Kovesdan0x94DC = 0x4D2D 6687*ad30f8e7SGabor Kovesdan0x94DD = 0x4241 6688*ad30f8e7SGabor Kovesdan0x94DE = 0x6E76 6689*ad30f8e7SGabor Kovesdan0x94DF = 0x6E77 6690*ad30f8e7SGabor Kovesdan0x94E0 = 0x6E78 6691*ad30f8e7SGabor Kovesdan0x94E1 = 0x5521 6692*ad30f8e7SGabor Kovesdan0x94E2 = 0x6E79 6693*ad30f8e7SGabor Kovesdan0x94E3 = 0x4F33 6694*ad30f8e7SGabor Kovesdan0x94E4 = 0x6E7A 6695*ad30f8e7SGabor Kovesdan0x94E5 = 0x6E7B 6696*ad30f8e7SGabor Kovesdan0x94E7 = 0x6E7C 6697*ad30f8e7SGabor Kovesdan0x94E8 = 0x6E7D 6698*ad30f8e7SGabor Kovesdan0x94E9 = 0x6F21 6699*ad30f8e7SGabor Kovesdan0x94EA = 0x6E7E 6700*ad30f8e7SGabor Kovesdan0x94EB = 0x6F22 6701*ad30f8e7SGabor Kovesdan0x94EC = 0x3875 6702*ad30f8e7SGabor Kovesdan0x94ED = 0x437A 6703*ad30f8e7SGabor Kovesdan0x94EE = 0x6F23 6704*ad30f8e7SGabor Kovesdan0x94EF = 0x6F24 6705*ad30f8e7SGabor Kovesdan0x94F0 = 0x3D42 6706*ad30f8e7SGabor Kovesdan0x94F1 = 0x523F 6707*ad30f8e7SGabor Kovesdan0x94F2 = 0x3279 6708*ad30f8e7SGabor Kovesdan0x94F3 = 0x6F25 6709*ad30f8e7SGabor Kovesdan0x94F4 = 0x6F26 6710*ad30f8e7SGabor Kovesdan0x94F5 = 0x6F27 6711*ad30f8e7SGabor Kovesdan0x94F6 = 0x5278 6712*ad30f8e7SGabor Kovesdan0x94F7 = 0x6F28 6713*ad30f8e7SGabor Kovesdan0x94F8 = 0x567D 6714*ad30f8e7SGabor Kovesdan0x94F9 = 0x6F29 6715*ad30f8e7SGabor Kovesdan0x94FA = 0x464C 6716*ad30f8e7SGabor Kovesdan0x94FC = 0x6F2A 6717*ad30f8e7SGabor Kovesdan0x94FD = 0x6F2B 6718*ad30f8e7SGabor Kovesdan0x94FE = 0x4134 6719*ad30f8e7SGabor Kovesdan0x94FF = 0x6F2C 6720*ad30f8e7SGabor Kovesdan0x9500 = 0x4F7A 6721*ad30f8e7SGabor Kovesdan0x9501 = 0x4B78 6722*ad30f8e7SGabor Kovesdan0x9502 = 0x6F2E 6723*ad30f8e7SGabor Kovesdan0x9503 = 0x6F2D 6724*ad30f8e7SGabor Kovesdan0x9504 = 0x337A 6725*ad30f8e7SGabor Kovesdan0x9505 = 0x3978 6726*ad30f8e7SGabor Kovesdan0x9506 = 0x6F2F 6727*ad30f8e7SGabor Kovesdan0x9507 = 0x6F30 6728*ad30f8e7SGabor Kovesdan0x9508 = 0x5062 6729*ad30f8e7SGabor Kovesdan0x9509 = 0x6F31 6730*ad30f8e7SGabor Kovesdan0x950A = 0x6F32 6731*ad30f8e7SGabor Kovesdan0x950B = 0x3766 6732*ad30f8e7SGabor Kovesdan0x950C = 0x503F 6733*ad30f8e7SGabor Kovesdan0x950D = 0x6F33 6734*ad30f8e7SGabor Kovesdan0x950E = 0x6F34 6735*ad30f8e7SGabor Kovesdan0x950F = 0x6F35 6736*ad30f8e7SGabor Kovesdan0x9510 = 0x4871 6737*ad30f8e7SGabor Kovesdan0x9511 = 0x4C60 6738*ad30f8e7SGabor Kovesdan0x9512 = 0x6F36 6739*ad30f8e7SGabor Kovesdan0x9513 = 0x6F37 6740*ad30f8e7SGabor Kovesdan0x9514 = 0x6F38 6741*ad30f8e7SGabor Kovesdan0x9515 = 0x6F39 6742*ad30f8e7SGabor Kovesdan0x9516 = 0x6F3A 6743*ad30f8e7SGabor Kovesdan0x9517 = 0x5560 6744*ad30f8e7SGabor Kovesdan0x9518 = 0x6F3B 6745*ad30f8e7SGabor Kovesdan0x9519 = 0x346D 6746*ad30f8e7SGabor Kovesdan0x951A = 0x432A 6747*ad30f8e7SGabor Kovesdan0x951B = 0x6F3C 6748*ad30f8e7SGabor Kovesdan0x951D = 0x6F3D 6749*ad30f8e7SGabor Kovesdan0x951E = 0x6F3E 6750*ad30f8e7SGabor Kovesdan0x951F = 0x6F3F 6751*ad30f8e7SGabor Kovesdan0x9521 = 0x4E7D 6752*ad30f8e7SGabor Kovesdan0x9522 = 0x6F40 6753*ad30f8e7SGabor Kovesdan0x9523 = 0x4260 6754*ad30f8e7SGabor Kovesdan0x9524 = 0x3438 6755*ad30f8e7SGabor Kovesdan0x9525 = 0x5736 6756*ad30f8e7SGabor Kovesdan0x9526 = 0x3D75 6757*ad30f8e7SGabor Kovesdan0x9528 = 0x4F47 6758*ad30f8e7SGabor Kovesdan0x9529 = 0x6F43 6759*ad30f8e7SGabor Kovesdan0x952A = 0x6F41 6760*ad30f8e7SGabor Kovesdan0x952B = 0x6F42 6761*ad30f8e7SGabor Kovesdan0x952C = 0x6F44 6762*ad30f8e7SGabor Kovesdan0x952D = 0x3627 6763*ad30f8e7SGabor Kovesdan0x952E = 0x3C7C 6764*ad30f8e7SGabor Kovesdan0x952F = 0x3E62 6765*ad30f8e7SGabor Kovesdan0x9530 = 0x434C 6766*ad30f8e7SGabor Kovesdan0x9531 = 0x6F45 6767*ad30f8e7SGabor Kovesdan0x9532 = 0x6F46 6768*ad30f8e7SGabor Kovesdan0x9534 = 0x6F47 6769*ad30f8e7SGabor Kovesdan0x9535 = 0x6F4F 6770*ad30f8e7SGabor Kovesdan0x9536 = 0x6F48 6771*ad30f8e7SGabor Kovesdan0x9537 = 0x6F49 6772*ad30f8e7SGabor Kovesdan0x9538 = 0x6F4A 6773*ad30f8e7SGabor Kovesdan0x9539 = 0x4742 6774*ad30f8e7SGabor Kovesdan0x953A = 0x6F71 6775*ad30f8e7SGabor Kovesdan0x953B = 0x364D 6776*ad30f8e7SGabor Kovesdan0x953C = 0x6F4B 6777*ad30f8e7SGabor Kovesdan0x953E = 0x6F4C 6778*ad30f8e7SGabor Kovesdan0x953F = 0x6F4D 6779*ad30f8e7SGabor Kovesdan0x9540 = 0x3646 6780*ad30f8e7SGabor Kovesdan0x9541 = 0x433E 6781*ad30f8e7SGabor Kovesdan0x9542 = 0x6F4E 6782*ad30f8e7SGabor Kovesdan0x9544 = 0x6F50 6783*ad30f8e7SGabor Kovesdan0x9545 = 0x6F51 6784*ad30f8e7SGabor Kovesdan0x9546 = 0x6F52 6785*ad30f8e7SGabor Kovesdan0x9547 = 0x5572 6786*ad30f8e7SGabor Kovesdan0x9549 = 0x6F53 6787*ad30f8e7SGabor Kovesdan0x954A = 0x4477 6788*ad30f8e7SGabor Kovesdan0x954C = 0x6F54 6789*ad30f8e7SGabor Kovesdan0x954D = 0x4478 6790*ad30f8e7SGabor Kovesdan0x954E = 0x6F55 6791*ad30f8e7SGabor Kovesdan0x954F = 0x6F56 6792*ad30f8e7SGabor Kovesdan0x9550 = 0x3864 6793*ad30f8e7SGabor Kovesdan0x9551 = 0x3077 6794*ad30f8e7SGabor Kovesdan0x9552 = 0x6F57 6795*ad30f8e7SGabor Kovesdan0x9553 = 0x6F58 6796*ad30f8e7SGabor Kovesdan0x9554 = 0x6F59 6797*ad30f8e7SGabor Kovesdan0x9556 = 0x6F5A 6798*ad30f8e7SGabor Kovesdan0x9557 = 0x6F5B 6799*ad30f8e7SGabor Kovesdan0x9558 = 0x6F5C 6800*ad30f8e7SGabor Kovesdan0x9559 = 0x6F5D 6801*ad30f8e7SGabor Kovesdan0x955B = 0x6F5E 6802*ad30f8e7SGabor Kovesdan0x955C = 0x3E35 6803*ad30f8e7SGabor Kovesdan0x955D = 0x6F61 6804*ad30f8e7SGabor Kovesdan0x955E = 0x6F5F 6805*ad30f8e7SGabor Kovesdan0x955F = 0x6F60 6806*ad30f8e7SGabor Kovesdan0x9561 = 0x6F62 6807*ad30f8e7SGabor Kovesdan0x9562 = 0x6F63 6808*ad30f8e7SGabor Kovesdan0x9563 = 0x414D 6809*ad30f8e7SGabor Kovesdan0x9564 = 0x6F64 6810*ad30f8e7SGabor Kovesdan0x9565 = 0x6F65 6811*ad30f8e7SGabor Kovesdan0x9566 = 0x6F66 6812*ad30f8e7SGabor Kovesdan0x9567 = 0x6F67 6813*ad30f8e7SGabor Kovesdan0x9568 = 0x6F68 6814*ad30f8e7SGabor Kovesdan0x9569 = 0x6F69 6815*ad30f8e7SGabor Kovesdan0x956A = 0x6F6A 6816*ad30f8e7SGabor Kovesdan0x956B = 0x6F6B 6817*ad30f8e7SGabor Kovesdan0x956C = 0x6F6C 6818*ad30f8e7SGabor Kovesdan0x956D = 0x4058 6819*ad30f8e7SGabor Kovesdan0x956F = 0x6F6D 6820*ad30f8e7SGabor Kovesdan0x9570 = 0x412D 6821*ad30f8e7SGabor Kovesdan0x9571 = 0x6F6E 6822*ad30f8e7SGabor Kovesdan0x9572 = 0x6F6F 6823*ad30f8e7SGabor Kovesdan0x9573 = 0x6F70 6824*ad30f8e7SGabor Kovesdan0x9576 = 0x4F62 6825*ad30f8e7SGabor Kovesdan0x957F = 0x3324 6826*ad30f8e7SGabor Kovesdan0x95E8 = 0x4345 6827*ad30f8e7SGabor Kovesdan0x95E9 = 0x6345 6828*ad30f8e7SGabor Kovesdan0x95EA = 0x4941 6829*ad30f8e7SGabor Kovesdan0x95EB = 0x6346 6830*ad30f8e7SGabor Kovesdan0x95ED = 0x3155 6831*ad30f8e7SGabor Kovesdan0x95EE = 0x4E4A 6832*ad30f8e7SGabor Kovesdan0x95EF = 0x3433 6833*ad30f8e7SGabor Kovesdan0x95F0 = 0x4872 6834*ad30f8e7SGabor Kovesdan0x95F1 = 0x6347 6835*ad30f8e7SGabor Kovesdan0x95F2 = 0x4F50 6836*ad30f8e7SGabor Kovesdan0x95F3 = 0x6348 6837*ad30f8e7SGabor Kovesdan0x95F4 = 0x3C64 6838*ad30f8e7SGabor Kovesdan0x95F5 = 0x6349 6839*ad30f8e7SGabor Kovesdan0x95F6 = 0x634A 6840*ad30f8e7SGabor Kovesdan0x95F7 = 0x4346 6841*ad30f8e7SGabor Kovesdan0x95F8 = 0x5522 6842*ad30f8e7SGabor Kovesdan0x95F9 = 0x4456 6843*ad30f8e7SGabor Kovesdan0x95FA = 0x396B 6844*ad30f8e7SGabor Kovesdan0x95FB = 0x4E45 6845*ad30f8e7SGabor Kovesdan0x95FC = 0x634B 6846*ad30f8e7SGabor Kovesdan0x95FD = 0x4376 6847*ad30f8e7SGabor Kovesdan0x95FE = 0x634C 6848*ad30f8e7SGabor Kovesdan0x9600 = 0x3727 6849*ad30f8e7SGabor Kovesdan0x9601 = 0x3873 6850*ad30f8e7SGabor Kovesdan0x9602 = 0x3A52 6851*ad30f8e7SGabor Kovesdan0x9603 = 0x634D 6852*ad30f8e7SGabor Kovesdan0x9604 = 0x634E 6853*ad30f8e7SGabor Kovesdan0x9605 = 0x5444 6854*ad30f8e7SGabor Kovesdan0x9606 = 0x634F 6855*ad30f8e7SGabor Kovesdan0x9608 = 0x6350 6856*ad30f8e7SGabor Kovesdan0x9609 = 0x514B 6857*ad30f8e7SGabor Kovesdan0x960A = 0x6351 6858*ad30f8e7SGabor Kovesdan0x960B = 0x6352 6859*ad30f8e7SGabor Kovesdan0x960C = 0x6353 6860*ad30f8e7SGabor Kovesdan0x960D = 0x6354 6861*ad30f8e7SGabor Kovesdan0x960E = 0x5156 6862*ad30f8e7SGabor Kovesdan0x960F = 0x6355 6863*ad30f8e7SGabor Kovesdan0x9610 = 0x327B 6864*ad30f8e7SGabor Kovesdan0x9611 = 0x403B 6865*ad30f8e7SGabor Kovesdan0x9612 = 0x6356 6866*ad30f8e7SGabor Kovesdan0x9614 = 0x402B 6867*ad30f8e7SGabor Kovesdan0x9615 = 0x6357 6868*ad30f8e7SGabor Kovesdan0x9616 = 0x6358 6869*ad30f8e7SGabor Kovesdan0x9617 = 0x6359 6870*ad30f8e7SGabor Kovesdan0x9619 = 0x635A 6871*ad30f8e7SGabor Kovesdan0x961A = 0x635B 6872*ad30f8e7SGabor Kovesdan0x961C = 0x3837 6873*ad30f8e7SGabor Kovesdan0x961D = 0x5A62 6874*ad30f8e7SGabor Kovesdan0x961F = 0x3653 6875*ad30f8e7SGabor Kovesdan0x9621 = 0x5A64 6876*ad30f8e7SGabor Kovesdan0x9622 = 0x5A63 6877*ad30f8e7SGabor Kovesdan0x962A = 0x5A66 6878*ad30f8e7SGabor Kovesdan0x962E = 0x486E 6879*ad30f8e7SGabor Kovesdan0x9631 = 0x5A65 6880*ad30f8e7SGabor Kovesdan0x9632 = 0x3740 6881*ad30f8e7SGabor Kovesdan0x9633 = 0x5174 6882*ad30f8e7SGabor Kovesdan0x9634 = 0x5275 6883*ad30f8e7SGabor Kovesdan0x9635 = 0x5573 6884*ad30f8e7SGabor Kovesdan0x9636 = 0x3D57 6885*ad30f8e7SGabor Kovesdan0x963B = 0x5768 6886*ad30f8e7SGabor Kovesdan0x963C = 0x5A68 6887*ad30f8e7SGabor Kovesdan0x963D = 0x5A67 6888*ad30f8e7SGabor Kovesdan0x963F = 0x3022 6889*ad30f8e7SGabor Kovesdan0x9640 = 0x4D53 6890*ad30f8e7SGabor Kovesdan0x9642 = 0x5A69 6891*ad30f8e7SGabor Kovesdan0x9644 = 0x383D 6892*ad30f8e7SGabor Kovesdan0x9645 = 0x3C4A 6893*ad30f8e7SGabor Kovesdan0x9646 = 0x423D 6894*ad30f8e7SGabor Kovesdan0x9647 = 0x4224 6895*ad30f8e7SGabor Kovesdan0x9648 = 0x3342 6896*ad30f8e7SGabor Kovesdan0x9649 = 0x5A6A 6897*ad30f8e7SGabor Kovesdan0x964B = 0x422A 6898*ad30f8e7SGabor Kovesdan0x964C = 0x4430 6899*ad30f8e7SGabor Kovesdan0x964D = 0x3D35 6900*ad30f8e7SGabor Kovesdan0x9650 = 0x4F5E 6901*ad30f8e7SGabor Kovesdan0x9654 = 0x5A6B 6902*ad30f8e7SGabor Kovesdan0x9655 = 0x4942 6903*ad30f8e7SGabor Kovesdan0x965B = 0x315D 6904*ad30f8e7SGabor Kovesdan0x965F = 0x5A6C 6905*ad30f8e7SGabor Kovesdan0x9661 = 0x3638 6906*ad30f8e7SGabor Kovesdan0x9662 = 0x543A 6907*ad30f8e7SGabor Kovesdan0x9664 = 0x337D 6908*ad30f8e7SGabor Kovesdan0x9667 = 0x5A6D 6909*ad30f8e7SGabor Kovesdan0x9668 = 0x5449 6910*ad30f8e7SGabor Kovesdan0x9669 = 0x4F55 6911*ad30f8e7SGabor Kovesdan0x966A = 0x4563 6912*ad30f8e7SGabor Kovesdan0x966C = 0x5A6E 6913*ad30f8e7SGabor Kovesdan0x9672 = 0x5A6F 6914*ad30f8e7SGabor Kovesdan0x9674 = 0x5A70 6915*ad30f8e7SGabor Kovesdan0x9675 = 0x416A 6916*ad30f8e7SGabor Kovesdan0x9676 = 0x4C55 6917*ad30f8e7SGabor Kovesdan0x9677 = 0x4F5D 6918*ad30f8e7SGabor Kovesdan0x9685 = 0x5367 6919*ad30f8e7SGabor Kovesdan0x9686 = 0x4221 6920*ad30f8e7SGabor Kovesdan0x9688 = 0x5A71 6921*ad30f8e7SGabor Kovesdan0x968B = 0x4B65 6922*ad30f8e7SGabor Kovesdan0x968D = 0x5A72 6923*ad30f8e7SGabor Kovesdan0x968F = 0x4B66 6924*ad30f8e7SGabor Kovesdan0x9690 = 0x527E 6925*ad30f8e7SGabor Kovesdan0x9694 = 0x3874 6926*ad30f8e7SGabor Kovesdan0x9697 = 0x5A73 6927*ad30f8e7SGabor Kovesdan0x9698 = 0x302F 6928*ad30f8e7SGabor Kovesdan0x9699 = 0x4F36 6929*ad30f8e7SGabor Kovesdan0x969C = 0x554F 6930*ad30f8e7SGabor Kovesdan0x96A7 = 0x4B6D 6931*ad30f8e7SGabor Kovesdan0x96B0 = 0x5A74 6932*ad30f8e7SGabor Kovesdan0x96B3 = 0x6344 6933*ad30f8e7SGabor Kovesdan0x96B6 = 0x4125 6934*ad30f8e7SGabor Kovesdan0x96B9 = 0x763F 6935*ad30f8e7SGabor Kovesdan0x96BC = 0x7640 6936*ad30f8e7SGabor Kovesdan0x96BD = 0x7641 6937*ad30f8e7SGabor Kovesdan0x96BE = 0x4451 6938*ad30f8e7SGabor Kovesdan0x96C0 = 0x4838 6939*ad30f8e7SGabor Kovesdan0x96C1 = 0x5163 6940*ad30f8e7SGabor Kovesdan0x96C4 = 0x505B 6941*ad30f8e7SGabor Kovesdan0x96C5 = 0x5145 6942*ad30f8e7SGabor Kovesdan0x96C6 = 0x3C2F 6943*ad30f8e7SGabor Kovesdan0x96C7 = 0x394D 6944*ad30f8e7SGabor Kovesdan0x96C9 = 0x6F74 6945*ad30f8e7SGabor Kovesdan0x96CC = 0x3446 6946*ad30f8e7SGabor Kovesdan0x96CD = 0x533A 6947*ad30f8e7SGabor Kovesdan0x96CE = 0x7642 6948*ad30f8e7SGabor Kovesdan0x96CF = 0x337B 6949*ad30f8e7SGabor Kovesdan0x96D2 = 0x7643 6950*ad30f8e7SGabor Kovesdan0x96D5 = 0x3571 6951*ad30f8e7SGabor Kovesdan0x96E0 = 0x7645 6952*ad30f8e7SGabor Kovesdan0x96E8 = 0x536A 6953*ad30f8e7SGabor Kovesdan0x96E9 = 0x7627 6954*ad30f8e7SGabor Kovesdan0x96EA = 0x5129 6955*ad30f8e7SGabor Kovesdan0x96EF = 0x7629 6956*ad30f8e7SGabor Kovesdan0x96F3 = 0x7628 6957*ad30f8e7SGabor Kovesdan0x96F6 = 0x4163 6958*ad30f8e7SGabor Kovesdan0x96F7 = 0x4057 6959*ad30f8e7SGabor Kovesdan0x96F9 = 0x3122 6960*ad30f8e7SGabor Kovesdan0x96FE = 0x4E6D 6961*ad30f8e7SGabor Kovesdan0x9700 = 0x5068 6962*ad30f8e7SGabor Kovesdan0x9701 = 0x762B 6963*ad30f8e7SGabor Kovesdan0x9704 = 0x4F76 6964*ad30f8e7SGabor Kovesdan0x9706 = 0x762A 6965*ad30f8e7SGabor Kovesdan0x9707 = 0x5570 6966*ad30f8e7SGabor Kovesdan0x9708 = 0x762C 6967*ad30f8e7SGabor Kovesdan0x9709 = 0x4339 6968*ad30f8e7SGabor Kovesdan0x970D = 0x3B74 6969*ad30f8e7SGabor Kovesdan0x970E = 0x762E 6970*ad30f8e7SGabor Kovesdan0x970F = 0x762D 6971*ad30f8e7SGabor Kovesdan0x9713 = 0x445E 6972*ad30f8e7SGabor Kovesdan0x9716 = 0x4158 6973*ad30f8e7SGabor Kovesdan0x971C = 0x4B2A 6974*ad30f8e7SGabor Kovesdan0x971E = 0x4F3C 6975*ad30f8e7SGabor Kovesdan0x972A = 0x762F 6976*ad30f8e7SGabor Kovesdan0x972D = 0x7630 6977*ad30f8e7SGabor Kovesdan0x9730 = 0x7631 6978*ad30f8e7SGabor Kovesdan0x9732 = 0x4236 6979*ad30f8e7SGabor Kovesdan0x9738 = 0x3054 6980*ad30f8e7SGabor Kovesdan0x9739 = 0x4579 6981*ad30f8e7SGabor Kovesdan0x973E = 0x7632 6982*ad30f8e7SGabor Kovesdan0x9752 = 0x4760 6983*ad30f8e7SGabor Kovesdan0x9753 = 0x7626 6984*ad30f8e7SGabor Kovesdan0x9756 = 0x3E38 6985*ad30f8e7SGabor Kovesdan0x9759 = 0x3E32 6986*ad30f8e7SGabor Kovesdan0x975B = 0x3565 6987*ad30f8e7SGabor Kovesdan0x975E = 0x3747 6988*ad30f8e7SGabor Kovesdan0x9760 = 0x3F3F 6989*ad30f8e7SGabor Kovesdan0x9761 = 0x4352 6990*ad30f8e7SGabor Kovesdan0x9762 = 0x4366 6991*ad30f8e7SGabor Kovesdan0x9765 = 0x584C 6992*ad30f8e7SGabor Kovesdan0x9769 = 0x386F 6993*ad30f8e7SGabor Kovesdan0x9773 = 0x3D79 6994*ad30f8e7SGabor Kovesdan0x9774 = 0x5125 6995*ad30f8e7SGabor Kovesdan0x9776 = 0x3050 6996*ad30f8e7SGabor Kovesdan0x977C = 0x7730 6997*ad30f8e7SGabor Kovesdan0x9785 = 0x7731 6998*ad30f8e7SGabor Kovesdan0x978B = 0x502C 6999*ad30f8e7SGabor Kovesdan0x978D = 0x3030 7000*ad30f8e7SGabor Kovesdan0x9791 = 0x7732 7001*ad30f8e7SGabor Kovesdan0x9792 = 0x7733 7002*ad30f8e7SGabor Kovesdan0x9794 = 0x7734 7003*ad30f8e7SGabor Kovesdan0x9798 = 0x474A 7004*ad30f8e7SGabor Kovesdan0x97A0 = 0x3E4F 7005*ad30f8e7SGabor Kovesdan0x97A3 = 0x7737 7006*ad30f8e7SGabor Kovesdan0x97AB = 0x7736 7007*ad30f8e7SGabor Kovesdan0x97AD = 0x315E 7008*ad30f8e7SGabor Kovesdan0x97AF = 0x7735 7009*ad30f8e7SGabor Kovesdan0x97B2 = 0x7738 7010*ad30f8e7SGabor Kovesdan0x97B4 = 0x7739 7011*ad30f8e7SGabor Kovesdan0x97E6 = 0x4E24 7012*ad30f8e7SGabor Kovesdan0x97E7 = 0x484D 7013*ad30f8e7SGabor Kovesdan0x97E9 = 0x3A2B 7014*ad30f8e7SGabor Kovesdan0x97EA = 0x6838 7015*ad30f8e7SGabor Kovesdan0x97EB = 0x6839 7016*ad30f8e7SGabor Kovesdan0x97EC = 0x683A 7017*ad30f8e7SGabor Kovesdan0x97ED = 0x3E42 7018*ad30f8e7SGabor Kovesdan0x97F3 = 0x5274 7019*ad30f8e7SGabor Kovesdan0x97F5 = 0x544F 7020*ad30f8e7SGabor Kovesdan0x97F6 = 0x4958 7021*ad30f8e7SGabor Kovesdan0x9875 = 0x5233 7022*ad30f8e7SGabor Kovesdan0x9876 = 0x3625 7023*ad30f8e7SGabor Kovesdan0x9877 = 0x476A 7024*ad30f8e7SGabor Kovesdan0x9878 = 0x717C 7025*ad30f8e7SGabor Kovesdan0x9879 = 0x4F6E 7026*ad30f8e7SGabor Kovesdan0x987A = 0x4B33 7027*ad30f8e7SGabor Kovesdan0x987B = 0x506B 7028*ad30f8e7SGabor Kovesdan0x987C = 0x676F 7029*ad30f8e7SGabor Kovesdan0x987D = 0x4D67 7030*ad30f8e7SGabor Kovesdan0x987E = 0x394B 7031*ad30f8e7SGabor Kovesdan0x987F = 0x3659 7032*ad30f8e7SGabor Kovesdan0x9880 = 0x717D 7033*ad30f8e7SGabor Kovesdan0x9881 = 0x3064 7034*ad30f8e7SGabor Kovesdan0x9882 = 0x4B4C 7035*ad30f8e7SGabor Kovesdan0x9883 = 0x717E 7036*ad30f8e7SGabor Kovesdan0x9884 = 0x5424 7037*ad30f8e7SGabor Kovesdan0x9885 = 0x422D 7038*ad30f8e7SGabor Kovesdan0x9886 = 0x416C 7039*ad30f8e7SGabor Kovesdan0x9887 = 0x4644 7040*ad30f8e7SGabor Kovesdan0x9888 = 0x3E31 7041*ad30f8e7SGabor Kovesdan0x9889 = 0x7221 7042*ad30f8e7SGabor Kovesdan0x988A = 0x3C55 7043*ad30f8e7SGabor Kovesdan0x988C = 0x7222 7044*ad30f8e7SGabor Kovesdan0x988D = 0x7223 7045*ad30f8e7SGabor Kovesdan0x988F = 0x7224 7046*ad30f8e7SGabor Kovesdan0x9890 = 0x5243 7047*ad30f8e7SGabor Kovesdan0x9891 = 0x4635 7048*ad30f8e7SGabor Kovesdan0x9893 = 0x4D47 7049*ad30f8e7SGabor Kovesdan0x9894 = 0x7225 7050*ad30f8e7SGabor Kovesdan0x9896 = 0x5331 7051*ad30f8e7SGabor Kovesdan0x9897 = 0x3F45 7052*ad30f8e7SGabor Kovesdan0x9898 = 0x4C62 7053*ad30f8e7SGabor Kovesdan0x989A = 0x7226 7054*ad30f8e7SGabor Kovesdan0x989B = 0x7227 7055*ad30f8e7SGabor Kovesdan0x989C = 0x5155 7056*ad30f8e7SGabor Kovesdan0x989D = 0x366E 7057*ad30f8e7SGabor Kovesdan0x989E = 0x7228 7058*ad30f8e7SGabor Kovesdan0x989F = 0x7229 7059*ad30f8e7SGabor Kovesdan0x98A0 = 0x355F 7060*ad30f8e7SGabor Kovesdan0x98A1 = 0x722A 7061*ad30f8e7SGabor Kovesdan0x98A2 = 0x722B 7062*ad30f8e7SGabor Kovesdan0x98A4 = 0x327C 7063*ad30f8e7SGabor Kovesdan0x98A5 = 0x722C 7064*ad30f8e7SGabor Kovesdan0x98A6 = 0x722D 7065*ad30f8e7SGabor Kovesdan0x98A7 = 0x4827 7066*ad30f8e7SGabor Kovesdan0x98CE = 0x3767 7067*ad30f8e7SGabor Kovesdan0x98D1 = 0x6C29 7068*ad30f8e7SGabor Kovesdan0x98D2 = 0x6C2A 7069*ad30f8e7SGabor Kovesdan0x98D3 = 0x6C2B 7070*ad30f8e7SGabor Kovesdan0x98D5 = 0x6C2C 7071*ad30f8e7SGabor Kovesdan0x98D8 = 0x462E 7072*ad30f8e7SGabor Kovesdan0x98D9 = 0x6C2D 7073*ad30f8e7SGabor Kovesdan0x98DA = 0x6C2E 7074*ad30f8e7SGabor Kovesdan0x98DE = 0x3749 7075*ad30f8e7SGabor Kovesdan0x98DF = 0x4A33 7076*ad30f8e7SGabor Kovesdan0x98E7 = 0x6238 7077*ad30f8e7SGabor Kovesdan0x98E8 = 0x774F 7078*ad30f8e7SGabor Kovesdan0x990D = 0x7750 7079*ad30f8e7SGabor Kovesdan0x9910 = 0x324D 7080*ad30f8e7SGabor Kovesdan0x992E = 0x7751 7081*ad30f8e7SGabor Kovesdan0x9954 = 0x7753 7082*ad30f8e7SGabor Kovesdan0x9955 = 0x7752 7083*ad30f8e7SGabor Kovesdan0x9963 = 0x623B 7084*ad30f8e7SGabor Kovesdan0x9965 = 0x3C22 7085*ad30f8e7SGabor Kovesdan0x9967 = 0x623C 7086*ad30f8e7SGabor Kovesdan0x9968 = 0x623D 7087*ad30f8e7SGabor Kovesdan0x9969 = 0x623E 7088*ad30f8e7SGabor Kovesdan0x996A = 0x623F 7089*ad30f8e7SGabor Kovesdan0x996B = 0x6240 7090*ad30f8e7SGabor Kovesdan0x996C = 0x6241 7091*ad30f8e7SGabor Kovesdan0x996D = 0x3739 7092*ad30f8e7SGabor Kovesdan0x996E = 0x527B 7093*ad30f8e7SGabor Kovesdan0x996F = 0x3D24 7094*ad30f8e7SGabor Kovesdan0x9970 = 0x4A4E 7095*ad30f8e7SGabor Kovesdan0x9971 = 0x3125 7096*ad30f8e7SGabor Kovesdan0x9972 = 0x4B47 7097*ad30f8e7SGabor Kovesdan0x9974 = 0x6242 7098*ad30f8e7SGabor Kovesdan0x9975 = 0x367C 7099*ad30f8e7SGabor Kovesdan0x9976 = 0x4844 7100*ad30f8e7SGabor Kovesdan0x9977 = 0x6243 7101*ad30f8e7SGabor Kovesdan0x997A = 0x3D48 7102*ad30f8e7SGabor Kovesdan0x997C = 0x317D 7103*ad30f8e7SGabor Kovesdan0x997D = 0x6244 7104*ad30f8e7SGabor Kovesdan0x997F = 0x3676 7105*ad30f8e7SGabor Kovesdan0x9980 = 0x6245 7106*ad30f8e7SGabor Kovesdan0x9981 = 0x4459 7107*ad30f8e7SGabor Kovesdan0x9984 = 0x6246 7108*ad30f8e7SGabor Kovesdan0x9985 = 0x4F5A 7109*ad30f8e7SGabor Kovesdan0x9986 = 0x395D 7110*ad30f8e7SGabor Kovesdan0x9987 = 0x6247 7111*ad30f8e7SGabor Kovesdan0x9988 = 0x4021 7112*ad30f8e7SGabor Kovesdan0x998A = 0x6248 7113*ad30f8e7SGabor Kovesdan0x998B = 0x3276 7114*ad30f8e7SGabor Kovesdan0x998D = 0x6249 7115*ad30f8e7SGabor Kovesdan0x998F = 0x4173 7116*ad30f8e7SGabor Kovesdan0x9990 = 0x624A 7117*ad30f8e7SGabor Kovesdan0x9991 = 0x624B 7118*ad30f8e7SGabor Kovesdan0x9992 = 0x4278 7119*ad30f8e7SGabor Kovesdan0x9993 = 0x624C 7120*ad30f8e7SGabor Kovesdan0x9994 = 0x624D 7121*ad30f8e7SGabor Kovesdan0x9995 = 0x624E 7122*ad30f8e7SGabor Kovesdan0x9996 = 0x4A57 7123*ad30f8e7SGabor Kovesdan0x9997 = 0x5838 7124*ad30f8e7SGabor Kovesdan0x9998 = 0x5965 7125*ad30f8e7SGabor Kovesdan0x9999 = 0x4F63 7126*ad30f8e7SGabor Kovesdan0x99A5 = 0x7025 7127*ad30f8e7SGabor Kovesdan0x99A8 = 0x5C30 7128*ad30f8e7SGabor Kovesdan0x9A6C = 0x426D 7129*ad30f8e7SGabor Kovesdan0x9A6D = 0x5426 7130*ad30f8e7SGabor Kovesdan0x9A6E = 0x4D54 7131*ad30f8e7SGabor Kovesdan0x9A6F = 0x5131 7132*ad30f8e7SGabor Kovesdan0x9A70 = 0x335B 7133*ad30f8e7SGabor Kovesdan0x9A71 = 0x477D 7134*ad30f8e7SGabor Kovesdan0x9A73 = 0x3235 7135*ad30f8e7SGabor Kovesdan0x9A74 = 0x423F 7136*ad30f8e7SGabor Kovesdan0x9A75 = 0x6660 7137*ad30f8e7SGabor Kovesdan0x9A76 = 0x4A3B 7138*ad30f8e7SGabor Kovesdan0x9A77 = 0x6661 7139*ad30f8e7SGabor Kovesdan0x9A78 = 0x6662 7140*ad30f8e7SGabor Kovesdan0x9A79 = 0x3E54 7141*ad30f8e7SGabor Kovesdan0x9A7A = 0x6663 7142*ad30f8e7SGabor Kovesdan0x9A7B = 0x5724 7143*ad30f8e7SGabor Kovesdan0x9A7C = 0x4D55 7144*ad30f8e7SGabor Kovesdan0x9A7D = 0x6665 7145*ad30f8e7SGabor Kovesdan0x9A7E = 0x3C5D 7146*ad30f8e7SGabor Kovesdan0x9A7F = 0x6664 7147*ad30f8e7SGabor Kovesdan0x9A80 = 0x6666 7148*ad30f8e7SGabor Kovesdan0x9A81 = 0x6667 7149*ad30f8e7SGabor Kovesdan0x9A82 = 0x426E 7150*ad30f8e7SGabor Kovesdan0x9A84 = 0x3D3E 7151*ad30f8e7SGabor Kovesdan0x9A85 = 0x6668 7152*ad30f8e7SGabor Kovesdan0x9A86 = 0x4266 7153*ad30f8e7SGabor Kovesdan0x9A87 = 0x3A27 7154*ad30f8e7SGabor Kovesdan0x9A88 = 0x6669 7155*ad30f8e7SGabor Kovesdan0x9A8A = 0x666A 7156*ad30f8e7SGabor Kovesdan0x9A8B = 0x3352 7157*ad30f8e7SGabor Kovesdan0x9A8C = 0x5169 7158*ad30f8e7SGabor Kovesdan0x9A8F = 0x3F25 7159*ad30f8e7SGabor Kovesdan0x9A90 = 0x666B 7160*ad30f8e7SGabor Kovesdan0x9A91 = 0x466F 7161*ad30f8e7SGabor Kovesdan0x9A92 = 0x666C 7162*ad30f8e7SGabor Kovesdan0x9A93 = 0x666D 7163*ad30f8e7SGabor Kovesdan0x9A96 = 0x666E 7164*ad30f8e7SGabor Kovesdan0x9A97 = 0x462D 7165*ad30f8e7SGabor Kovesdan0x9A98 = 0x666F 7166*ad30f8e7SGabor Kovesdan0x9A9A = 0x4927 7167*ad30f8e7SGabor Kovesdan0x9A9B = 0x6670 7168*ad30f8e7SGabor Kovesdan0x9A9C = 0x6671 7169*ad30f8e7SGabor Kovesdan0x9A9D = 0x6672 7170*ad30f8e7SGabor Kovesdan0x9A9E = 0x6539 7171*ad30f8e7SGabor Kovesdan0x9A9F = 0x6673 7172*ad30f8e7SGabor Kovesdan0x9AA0 = 0x6674 7173*ad30f8e7SGabor Kovesdan0x9AA1 = 0x4262 7174*ad30f8e7SGabor Kovesdan0x9AA2 = 0x6675 7175*ad30f8e7SGabor Kovesdan0x9AA3 = 0x6676 7176*ad30f8e7SGabor Kovesdan0x9AA4 = 0x5668 7177*ad30f8e7SGabor Kovesdan0x9AA5 = 0x6677 7178*ad30f8e7SGabor Kovesdan0x9AA7 = 0x6678 7179*ad30f8e7SGabor Kovesdan0x9AA8 = 0x3947 7180*ad30f8e7SGabor Kovesdan0x9AB0 = 0x773B 7181*ad30f8e7SGabor Kovesdan0x9AB1 = 0x773A 7182*ad30f8e7SGabor Kovesdan0x9AB6 = 0x773E 7183*ad30f8e7SGabor Kovesdan0x9AB7 = 0x773C 7184*ad30f8e7SGabor Kovesdan0x9AB8 = 0x3A21 7185*ad30f8e7SGabor Kovesdan0x9ABA = 0x773F 7186*ad30f8e7SGabor Kovesdan0x9ABC = 0x7740 7187*ad30f8e7SGabor Kovesdan0x9AC0 = 0x7742 7188*ad30f8e7SGabor Kovesdan0x9AC1 = 0x7741 7189*ad30f8e7SGabor Kovesdan0x9AC2 = 0x7744 7190*ad30f8e7SGabor Kovesdan0x9AC5 = 0x7743 7191*ad30f8e7SGabor Kovesdan0x9ACB = 0x7745 7192*ad30f8e7SGabor Kovesdan0x9ACC = 0x7746 7193*ad30f8e7SGabor Kovesdan0x9AD1 = 0x7747 7194*ad30f8e7SGabor Kovesdan0x9AD3 = 0x4B68 7195*ad30f8e7SGabor Kovesdan0x9AD8 = 0x385F 7196*ad30f8e7SGabor Kovesdan0x9ADF = 0x7754 7197*ad30f8e7SGabor Kovesdan0x9AE1 = 0x7755 7198*ad30f8e7SGabor Kovesdan0x9AE6 = 0x7756 7199*ad30f8e7SGabor Kovesdan0x9AEB = 0x7758 7200*ad30f8e7SGabor Kovesdan0x9AED = 0x775A 7201*ad30f8e7SGabor Kovesdan0x9AEF = 0x7757 7202*ad30f8e7SGabor Kovesdan0x9AF9 = 0x775B 7203*ad30f8e7SGabor Kovesdan0x9AFB = 0x7759 7204*ad30f8e7SGabor Kovesdan0x9B03 = 0x5757 7205*ad30f8e7SGabor Kovesdan0x9B08 = 0x775C 7206*ad30f8e7SGabor Kovesdan0x9B0F = 0x775D 7207*ad30f8e7SGabor Kovesdan0x9B13 = 0x775E 7208*ad30f8e7SGabor Kovesdan0x9B1F = 0x775F 7209*ad30f8e7SGabor Kovesdan0x9B23 = 0x7760 7210*ad30f8e7SGabor Kovesdan0x9B2F = 0x5B4B 7211*ad30f8e7SGabor Kovesdan0x9B32 = 0x582A 7212*ad30f8e7SGabor Kovesdan0x9B3B = 0x6577 7213*ad30f8e7SGabor Kovesdan0x9B3C = 0x396D 7214*ad30f8e7SGabor Kovesdan0x9B41 = 0x3F7D 7215*ad30f8e7SGabor Kovesdan0x9B42 = 0x3B6A 7216*ad30f8e7SGabor Kovesdan0x9B43 = 0x7749 7217*ad30f8e7SGabor Kovesdan0x9B44 = 0x4647 7218*ad30f8e7SGabor Kovesdan0x9B45 = 0x7748 7219*ad30f8e7SGabor Kovesdan0x9B47 = 0x774A 7220*ad30f8e7SGabor Kovesdan0x9B48 = 0x774C 7221*ad30f8e7SGabor Kovesdan0x9B49 = 0x774B 7222*ad30f8e7SGabor Kovesdan0x9B4D = 0x774D 7223*ad30f8e7SGabor Kovesdan0x9B4F = 0x4E3A 7224*ad30f8e7SGabor Kovesdan0x9B51 = 0x774E 7225*ad30f8e7SGabor Kovesdan0x9B54 = 0x4427 7226*ad30f8e7SGabor Kovesdan0x9C7C = 0x5363 7227*ad30f8e7SGabor Kovesdan0x9C7F = 0x764F 7228*ad30f8e7SGabor Kovesdan0x9C81 = 0x4233 7229*ad30f8e7SGabor Kovesdan0x9C82 = 0x7650 7230*ad30f8e7SGabor Kovesdan0x9C85 = 0x7651 7231*ad30f8e7SGabor Kovesdan0x9C86 = 0x7652 7232*ad30f8e7SGabor Kovesdan0x9C87 = 0x7653 7233*ad30f8e7SGabor Kovesdan0x9C88 = 0x7654 7234*ad30f8e7SGabor Kovesdan0x9C8B = 0x7656 7235*ad30f8e7SGabor Kovesdan0x9C8D = 0x312B 7236*ad30f8e7SGabor Kovesdan0x9C8E = 0x7657 7237*ad30f8e7SGabor Kovesdan0x9C90 = 0x7658 7238*ad30f8e7SGabor Kovesdan0x9C91 = 0x7659 7239*ad30f8e7SGabor Kovesdan0x9C92 = 0x765A 7240*ad30f8e7SGabor Kovesdan0x9C94 = 0x765B 7241*ad30f8e7SGabor Kovesdan0x9C95 = 0x765C 7242*ad30f8e7SGabor Kovesdan0x9C9A = 0x765D 7243*ad30f8e7SGabor Kovesdan0x9C9B = 0x765E 7244*ad30f8e7SGabor Kovesdan0x9C9C = 0x4F4A 7245*ad30f8e7SGabor Kovesdan0x9C9E = 0x765F 7246*ad30f8e7SGabor Kovesdan0x9C9F = 0x7660 7247*ad30f8e7SGabor Kovesdan0x9CA0 = 0x7661 7248*ad30f8e7SGabor Kovesdan0x9CA1 = 0x7662 7249*ad30f8e7SGabor Kovesdan0x9CA2 = 0x7663 7250*ad30f8e7SGabor Kovesdan0x9CA3 = 0x7664 7251*ad30f8e7SGabor Kovesdan0x9CA4 = 0x4070 7252*ad30f8e7SGabor Kovesdan0x9CA5 = 0x7665 7253*ad30f8e7SGabor Kovesdan0x9CA6 = 0x7666 7254*ad30f8e7SGabor Kovesdan0x9CA7 = 0x7667 7255*ad30f8e7SGabor Kovesdan0x9CA8 = 0x7668 7256*ad30f8e7SGabor Kovesdan0x9CA9 = 0x7669 7257*ad30f8e7SGabor Kovesdan0x9CAB = 0x766A 7258*ad30f8e7SGabor Kovesdan0x9CAD = 0x766B 7259*ad30f8e7SGabor Kovesdan0x9CAE = 0x766C 7260*ad30f8e7SGabor Kovesdan0x9CB0 = 0x766D 7261*ad30f8e7SGabor Kovesdan0x9CB1 = 0x766E 7262*ad30f8e7SGabor Kovesdan0x9CB2 = 0x766F 7263*ad30f8e7SGabor Kovesdan0x9CB3 = 0x7670 7264*ad30f8e7SGabor Kovesdan0x9CB4 = 0x7671 7265*ad30f8e7SGabor Kovesdan0x9CB5 = 0x7672 7266*ad30f8e7SGabor Kovesdan0x9CB6 = 0x7673 7267*ad30f8e7SGabor Kovesdan0x9CB7 = 0x7674 7268*ad30f8e7SGabor Kovesdan0x9CB8 = 0x3E28 7269*ad30f8e7SGabor Kovesdan0x9CBA = 0x7675 7270*ad30f8e7SGabor Kovesdan0x9CBB = 0x7676 7271*ad30f8e7SGabor Kovesdan0x9CBC = 0x7677 7272*ad30f8e7SGabor Kovesdan0x9CBD = 0x7678 7273*ad30f8e7SGabor Kovesdan0x9CC3 = 0x487A 7274*ad30f8e7SGabor Kovesdan0x9CC4 = 0x7679 7275*ad30f8e7SGabor Kovesdan0x9CC5 = 0x767A 7276*ad30f8e7SGabor Kovesdan0x9CC6 = 0x767B 7277*ad30f8e7SGabor Kovesdan0x9CC7 = 0x767C 7278*ad30f8e7SGabor Kovesdan0x9CCA = 0x767D 7279*ad30f8e7SGabor Kovesdan0x9CCB = 0x767E 7280*ad30f8e7SGabor Kovesdan0x9CCC = 0x7721 7281*ad30f8e7SGabor Kovesdan0x9CCD = 0x7722 7282*ad30f8e7SGabor Kovesdan0x9CCE = 0x7723 7283*ad30f8e7SGabor Kovesdan0x9CCF = 0x7724 7284*ad30f8e7SGabor Kovesdan0x9CD0 = 0x7725 7285*ad30f8e7SGabor Kovesdan0x9CD3 = 0x7726 7286*ad30f8e7SGabor Kovesdan0x9CD4 = 0x7727 7287*ad30f8e7SGabor Kovesdan0x9CD5 = 0x7728 7288*ad30f8e7SGabor Kovesdan0x9CD6 = 0x316E 7289*ad30f8e7SGabor Kovesdan0x9CD7 = 0x7729 7290*ad30f8e7SGabor Kovesdan0x9CD8 = 0x772A 7291*ad30f8e7SGabor Kovesdan0x9CD9 = 0x772B 7292*ad30f8e7SGabor Kovesdan0x9CDC = 0x772C 7293*ad30f8e7SGabor Kovesdan0x9CDD = 0x772D 7294*ad30f8e7SGabor Kovesdan0x9CDE = 0x415B 7295*ad30f8e7SGabor Kovesdan0x9CDF = 0x772E 7296*ad30f8e7SGabor Kovesdan0x9CE2 = 0x772F 7297*ad30f8e7SGabor Kovesdan0x9E1F = 0x4471 7298*ad30f8e7SGabor Kovesdan0x9E20 = 0x702F 7299*ad30f8e7SGabor Kovesdan0x9E21 = 0x3C26 7300*ad30f8e7SGabor Kovesdan0x9E22 = 0x7030 7301*ad30f8e7SGabor Kovesdan0x9E23 = 0x4379 7302*ad30f8e7SGabor Kovesdan0x9E25 = 0x4538 7303*ad30f8e7SGabor Kovesdan0x9E26 = 0x513B 7304*ad30f8e7SGabor Kovesdan0x9E28 = 0x7031 7305*ad30f8e7SGabor Kovesdan0x9E29 = 0x7032 7306*ad30f8e7SGabor Kovesdan0x9E2A = 0x7033 7307*ad30f8e7SGabor Kovesdan0x9E2B = 0x7034 7308*ad30f8e7SGabor Kovesdan0x9E2C = 0x7035 7309*ad30f8e7SGabor Kovesdan0x9E2D = 0x513C 7310*ad30f8e7SGabor Kovesdan0x9E2F = 0x516C 7311*ad30f8e7SGabor Kovesdan0x9E31 = 0x7037 7312*ad30f8e7SGabor Kovesdan0x9E32 = 0x7036 7313*ad30f8e7SGabor Kovesdan0x9E33 = 0x5427 7314*ad30f8e7SGabor Kovesdan0x9E35 = 0x4D52 7315*ad30f8e7SGabor Kovesdan0x9E36 = 0x7038 7316*ad30f8e7SGabor Kovesdan0x9E37 = 0x703A 7317*ad30f8e7SGabor Kovesdan0x9E38 = 0x7039 7318*ad30f8e7SGabor Kovesdan0x9E39 = 0x703B 7319*ad30f8e7SGabor Kovesdan0x9E3A = 0x703C 7320*ad30f8e7SGabor Kovesdan0x9E3D = 0x386B 7321*ad30f8e7SGabor Kovesdan0x9E3E = 0x703D 7322*ad30f8e7SGabor Kovesdan0x9E3F = 0x3A68 7323*ad30f8e7SGabor Kovesdan0x9E41 = 0x703E 7324*ad30f8e7SGabor Kovesdan0x9E42 = 0x703F 7325*ad30f8e7SGabor Kovesdan0x9E43 = 0x3E69 7326*ad30f8e7SGabor Kovesdan0x9E44 = 0x7040 7327*ad30f8e7SGabor Kovesdan0x9E45 = 0x366C 7328*ad30f8e7SGabor Kovesdan0x9E46 = 0x7041 7329*ad30f8e7SGabor Kovesdan0x9E47 = 0x7042 7330*ad30f8e7SGabor Kovesdan0x9E48 = 0x7043 7331*ad30f8e7SGabor Kovesdan0x9E49 = 0x7044 7332*ad30f8e7SGabor Kovesdan0x9E4A = 0x4835 7333*ad30f8e7SGabor Kovesdan0x9E4B = 0x7045 7334*ad30f8e7SGabor Kovesdan0x9E4C = 0x7046 7335*ad30f8e7SGabor Kovesdan0x9E4E = 0x7047 7336*ad30f8e7SGabor Kovesdan0x9E4F = 0x4574 7337*ad30f8e7SGabor Kovesdan0x9E51 = 0x7048 7338*ad30f8e7SGabor Kovesdan0x9E55 = 0x7049 7339*ad30f8e7SGabor Kovesdan0x9E57 = 0x704A 7340*ad30f8e7SGabor Kovesdan0x9E58 = 0x773D 7341*ad30f8e7SGabor Kovesdan0x9E5A = 0x704B 7342*ad30f8e7SGabor Kovesdan0x9E5B = 0x704C 7343*ad30f8e7SGabor Kovesdan0x9E5C = 0x704D 7344*ad30f8e7SGabor Kovesdan0x9E5E = 0x704E 7345*ad30f8e7SGabor Kovesdan0x9E63 = 0x704F 7346*ad30f8e7SGabor Kovesdan0x9E64 = 0x3A57 7347*ad30f8e7SGabor Kovesdan0x9E66 = 0x7050 7348*ad30f8e7SGabor Kovesdan0x9E67 = 0x7051 7349*ad30f8e7SGabor Kovesdan0x9E68 = 0x7052 7350*ad30f8e7SGabor Kovesdan0x9E69 = 0x7053 7351*ad30f8e7SGabor Kovesdan0x9E6A = 0x7054 7352*ad30f8e7SGabor Kovesdan0x9E6B = 0x7055 7353*ad30f8e7SGabor Kovesdan0x9E6C = 0x7056 7354*ad30f8e7SGabor Kovesdan0x9E6D = 0x7058 7355*ad30f8e7SGabor Kovesdan0x9E70 = 0x5325 7356*ad30f8e7SGabor Kovesdan0x9E71 = 0x7057 7357*ad30f8e7SGabor Kovesdan0x9E73 = 0x7059 7358*ad30f8e7SGabor Kovesdan0x9E7E = 0x753A 7359*ad30f8e7SGabor Kovesdan0x9E7F = 0x4239 7360*ad30f8e7SGabor Kovesdan0x9E82 = 0x7764 7361*ad30f8e7SGabor Kovesdan0x9E87 = 0x7765 7362*ad30f8e7SGabor Kovesdan0x9E88 = 0x7766 7363*ad30f8e7SGabor Kovesdan0x9E8B = 0x7767 7364*ad30f8e7SGabor Kovesdan0x9E92 = 0x7768 7365*ad30f8e7SGabor Kovesdan0x9E93 = 0x4234 7366*ad30f8e7SGabor Kovesdan0x9E9D = 0x776A 7367*ad30f8e7SGabor Kovesdan0x9E9F = 0x776B 7368*ad30f8e7SGabor Kovesdan0x9EA6 = 0x4273 7369*ad30f8e7SGabor Kovesdan0x9EB4 = 0x7470 7370*ad30f8e7SGabor Kovesdan0x9EB8 = 0x746F 7371*ad30f8e7SGabor Kovesdan0x9EBB = 0x4269 7372*ad30f8e7SGabor Kovesdan0x9EBD = 0x7761 7373*ad30f8e7SGabor Kovesdan0x9EBE = 0x7762 7374*ad30f8e7SGabor Kovesdan0x9EC4 = 0x3B46 7375*ad30f8e7SGabor Kovesdan0x9EC9 = 0x5964 7376*ad30f8e7SGabor Kovesdan0x9ECD = 0x4A72 7377*ad30f8e7SGabor Kovesdan0x9ECE = 0x4068 7378*ad30f8e7SGabor Kovesdan0x9ECF = 0x7024 7379*ad30f8e7SGabor Kovesdan0x9ED1 = 0x3A5A 7380*ad30f8e7SGabor Kovesdan0x9ED4 = 0x472D 7381*ad30f8e7SGabor Kovesdan0x9ED8 = 0x442C 7382*ad30f8e7SGabor Kovesdan0x9EDB = 0x776C 7383*ad30f8e7SGabor Kovesdan0x9EDC = 0x776D 7384*ad30f8e7SGabor Kovesdan0x9EDD = 0x776E 7385*ad30f8e7SGabor Kovesdan0x9EDF = 0x7770 7386*ad30f8e7SGabor Kovesdan0x9EE0 = 0x776F 7387*ad30f8e7SGabor Kovesdan0x9EE2 = 0x7771 7388*ad30f8e7SGabor Kovesdan0x9EE5 = 0x7774 7389*ad30f8e7SGabor Kovesdan0x9EE7 = 0x7773 7390*ad30f8e7SGabor Kovesdan0x9EE9 = 0x7772 7391*ad30f8e7SGabor Kovesdan0x9EEA = 0x7775 7392*ad30f8e7SGabor Kovesdan0x9EEF = 0x7776 7393*ad30f8e7SGabor Kovesdan0x9EF9 = 0x6D69 7394*ad30f8e7SGabor Kovesdan0x9EFB = 0x6D6A 7395*ad30f8e7SGabor Kovesdan0x9EFC = 0x6D6B 7396*ad30f8e7SGabor Kovesdan0x9EFE = 0x763C 7397*ad30f8e7SGabor Kovesdan0x9F0B = 0x763D 7398*ad30f8e7SGabor Kovesdan0x9F0D = 0x763E 7399*ad30f8e7SGabor Kovesdan0x9F0E = 0x3626 7400*ad30f8e7SGabor Kovesdan0x9F10 = 0x583E 7401*ad30f8e7SGabor Kovesdan0x9F13 = 0x3944 7402*ad30f8e7SGabor Kovesdan0x9F17 = 0x583B 7403*ad30f8e7SGabor Kovesdan0x9F19 = 0x5C31 7404*ad30f8e7SGabor Kovesdan0x9F20 = 0x4A73 7405*ad30f8e7SGabor Kovesdan0x9F22 = 0x7777 7406*ad30f8e7SGabor Kovesdan0x9F2C = 0x7778 7407*ad30f8e7SGabor Kovesdan0x9F2F = 0x7779 7408*ad30f8e7SGabor Kovesdan0x9F37 = 0x777B 7409*ad30f8e7SGabor Kovesdan0x9F39 = 0x777A 7410*ad30f8e7SGabor Kovesdan0x9F3B = 0x3147 7411*ad30f8e7SGabor Kovesdan0x9F3D = 0x777C 7412*ad30f8e7SGabor Kovesdan0x9F3E = 0x777D 7413*ad30f8e7SGabor Kovesdan0x9F44 = 0x777E 7414*ad30f8e7SGabor Kovesdan0x9F50 = 0x466B 7415*ad30f8e7SGabor Kovesdan0x9F51 = 0x6C34 7416*ad30f8e7SGabor Kovesdan0x9F7F = 0x335D 7417*ad30f8e7SGabor Kovesdan0x9F80 = 0x7633 7418*ad30f8e7SGabor Kovesdan0x9F83 = 0x7634 7419*ad30f8e7SGabor Kovesdan0x9F84 = 0x4164 7420*ad30f8e7SGabor Kovesdan0x9F85 = 0x7635 7421*ad30f8e7SGabor Kovesdan0x9F86 = 0x7636 7422*ad30f8e7SGabor Kovesdan0x9F87 = 0x7637 7423*ad30f8e7SGabor Kovesdan0x9F88 = 0x7638 7424*ad30f8e7SGabor Kovesdan0x9F89 = 0x7639 7425*ad30f8e7SGabor Kovesdan0x9F8A = 0x763A 7426*ad30f8e7SGabor Kovesdan0x9F8B = 0x4823 7427*ad30f8e7SGabor Kovesdan0x9F8C = 0x763B 7428*ad30f8e7SGabor Kovesdan0x9F99 = 0x417A 7429*ad30f8e7SGabor Kovesdan0x9F9A = 0x3928 7430*ad30f8e7SGabor Kovesdan0x9F9B = 0x6D68 7431*ad30f8e7SGabor Kovesdan0x9F9F = 0x396A 7432*ad30f8e7SGabor Kovesdan0x9FA0 = 0x595F 7433*ad30f8e7SGabor Kovesdan0xFF01 = 0x2321 7434*ad30f8e7SGabor Kovesdan0xFF02 = 0x2322 7435*ad30f8e7SGabor Kovesdan0xFF03 = 0x2323 7436*ad30f8e7SGabor Kovesdan0xFF04 = 0x2167 7437*ad30f8e7SGabor Kovesdan0xFF05 = 0x2325 7438*ad30f8e7SGabor Kovesdan0xFF06 = 0x2326 7439*ad30f8e7SGabor Kovesdan0xFF07 = 0x2327 7440*ad30f8e7SGabor Kovesdan0xFF08 = 0x2328 7441*ad30f8e7SGabor Kovesdan0xFF09 = 0x2329 7442*ad30f8e7SGabor Kovesdan0xFF0A = 0x232A 7443*ad30f8e7SGabor Kovesdan0xFF0B = 0x232B 7444*ad30f8e7SGabor Kovesdan0xFF0C = 0x232C 7445*ad30f8e7SGabor Kovesdan0xFF0D = 0x232D 7446*ad30f8e7SGabor Kovesdan0xFF0E = 0x232E 7447*ad30f8e7SGabor Kovesdan0xFF0F = 0x232F 7448*ad30f8e7SGabor Kovesdan0xFF10 = 0x2330 7449*ad30f8e7SGabor Kovesdan0xFF11 = 0x2331 7450*ad30f8e7SGabor Kovesdan0xFF12 = 0x2332 7451*ad30f8e7SGabor Kovesdan0xFF13 = 0x2333 7452*ad30f8e7SGabor Kovesdan0xFF14 = 0x2334 7453*ad30f8e7SGabor Kovesdan0xFF15 = 0x2335 7454*ad30f8e7SGabor Kovesdan0xFF16 = 0x2336 7455*ad30f8e7SGabor Kovesdan0xFF17 = 0x2337 7456*ad30f8e7SGabor Kovesdan0xFF18 = 0x2338 7457*ad30f8e7SGabor Kovesdan0xFF19 = 0x2339 7458*ad30f8e7SGabor Kovesdan0xFF1A = 0x233A 7459*ad30f8e7SGabor Kovesdan0xFF1B = 0x233B 7460*ad30f8e7SGabor Kovesdan0xFF1C = 0x233C 7461*ad30f8e7SGabor Kovesdan0xFF1D = 0x233D 7462*ad30f8e7SGabor Kovesdan0xFF1E = 0x233E 7463*ad30f8e7SGabor Kovesdan0xFF1F = 0x233F 7464*ad30f8e7SGabor Kovesdan0xFF20 = 0x2340 7465*ad30f8e7SGabor Kovesdan0xFF21 = 0x2341 7466*ad30f8e7SGabor Kovesdan0xFF22 = 0x2342 7467*ad30f8e7SGabor Kovesdan0xFF23 = 0x2343 7468*ad30f8e7SGabor Kovesdan0xFF24 = 0x2344 7469*ad30f8e7SGabor Kovesdan0xFF25 = 0x2345 7470*ad30f8e7SGabor Kovesdan0xFF26 = 0x2346 7471*ad30f8e7SGabor Kovesdan0xFF27 = 0x2347 7472*ad30f8e7SGabor Kovesdan0xFF28 = 0x2348 7473*ad30f8e7SGabor Kovesdan0xFF29 = 0x2349 7474*ad30f8e7SGabor Kovesdan0xFF2A = 0x234A 7475*ad30f8e7SGabor Kovesdan0xFF2B = 0x234B 7476*ad30f8e7SGabor Kovesdan0xFF2C = 0x234C 7477*ad30f8e7SGabor Kovesdan0xFF2D = 0x234D 7478*ad30f8e7SGabor Kovesdan0xFF2E = 0x234E 7479*ad30f8e7SGabor Kovesdan0xFF2F = 0x234F 7480*ad30f8e7SGabor Kovesdan0xFF30 = 0x2350 7481*ad30f8e7SGabor Kovesdan0xFF31 = 0x2351 7482*ad30f8e7SGabor Kovesdan0xFF32 = 0x2352 7483*ad30f8e7SGabor Kovesdan0xFF33 = 0x2353 7484*ad30f8e7SGabor Kovesdan0xFF34 = 0x2354 7485*ad30f8e7SGabor Kovesdan0xFF35 = 0x2355 7486*ad30f8e7SGabor Kovesdan0xFF36 = 0x2356 7487*ad30f8e7SGabor Kovesdan0xFF37 = 0x2357 7488*ad30f8e7SGabor Kovesdan0xFF38 = 0x2358 7489*ad30f8e7SGabor Kovesdan0xFF39 = 0x2359 7490*ad30f8e7SGabor Kovesdan0xFF3A = 0x235A 7491*ad30f8e7SGabor Kovesdan0xFF3B = 0x235B 7492*ad30f8e7SGabor Kovesdan0xFF3C = 0x235C 7493*ad30f8e7SGabor Kovesdan0xFF3D = 0x235D 7494*ad30f8e7SGabor Kovesdan0xFF3E = 0x235E 7495*ad30f8e7SGabor Kovesdan0xFF3F = 0x235F 7496*ad30f8e7SGabor Kovesdan0xFF40 = 0x2360 7497*ad30f8e7SGabor Kovesdan0xFF41 = 0x2361 7498*ad30f8e7SGabor Kovesdan0xFF42 = 0x2362 7499*ad30f8e7SGabor Kovesdan0xFF43 = 0x2363 7500*ad30f8e7SGabor Kovesdan0xFF44 = 0x2364 7501*ad30f8e7SGabor Kovesdan0xFF45 = 0x2365 7502*ad30f8e7SGabor Kovesdan0xFF46 = 0x2366 7503*ad30f8e7SGabor Kovesdan0xFF47 = 0x2367 7504*ad30f8e7SGabor Kovesdan0xFF48 = 0x2368 7505*ad30f8e7SGabor Kovesdan0xFF49 = 0x2369 7506*ad30f8e7SGabor Kovesdan0xFF4A = 0x236A 7507*ad30f8e7SGabor Kovesdan0xFF4B = 0x236B 7508*ad30f8e7SGabor Kovesdan0xFF4C = 0x236C 7509*ad30f8e7SGabor Kovesdan0xFF4D = 0x236D 7510*ad30f8e7SGabor Kovesdan0xFF4E = 0x236E 7511*ad30f8e7SGabor Kovesdan0xFF4F = 0x236F 7512*ad30f8e7SGabor Kovesdan0xFF50 = 0x2370 7513*ad30f8e7SGabor Kovesdan0xFF51 = 0x2371 7514*ad30f8e7SGabor Kovesdan0xFF52 = 0x2372 7515*ad30f8e7SGabor Kovesdan0xFF53 = 0x2373 7516*ad30f8e7SGabor Kovesdan0xFF54 = 0x2374 7517*ad30f8e7SGabor Kovesdan0xFF55 = 0x2375 7518*ad30f8e7SGabor Kovesdan0xFF56 = 0x2376 7519*ad30f8e7SGabor Kovesdan0xFF57 = 0x2377 7520*ad30f8e7SGabor Kovesdan0xFF58 = 0x2378 7521*ad30f8e7SGabor Kovesdan0xFF59 = 0x2379 7522*ad30f8e7SGabor Kovesdan0xFF5A = 0x237A 7523*ad30f8e7SGabor Kovesdan0xFF5B = 0x237B 7524*ad30f8e7SGabor Kovesdan0xFF5C = 0x237C 7525*ad30f8e7SGabor Kovesdan0xFF5D = 0x237D 7526*ad30f8e7SGabor Kovesdan0xFF5E = 0x212B 7527*ad30f8e7SGabor Kovesdan0xFFE0 = 0x2169 7528*ad30f8e7SGabor Kovesdan0xFFE1 = 0x216A 7529*ad30f8e7SGabor Kovesdan0xFFE3 = 0x237E 7530*ad30f8e7SGabor Kovesdan0xFFE5 = 0x2324 7531*ad30f8e7SGabor KovesdanEND_MAP 7532