xautomation_keysym_map.h

00001 /* keysym_map.h - Maps the unicode number of charactes to X11 keysym codes.
00002  *                The first element in the array is unicode number 0x0100.
00003  *                Latin-1 characters (keysym = unicode_number <= 0xff) and newer
00004  *                characters (keysym = unicode_number + 0x01000000) are not included.
00005  *
00006  * Marco Steinacher <marco@websource.ch> - 12.04.2009
00007  * 
00008  * The contents below have been created from /usr/include/X11/keysymdef.h with the following
00009  * perl script:
00010 ---------------
00011 #!/usr/bin/perl -w
00012 $max=0;
00013 while ($l = <>) {
00014     if ($l =~ m/^#define\s+\S+\s+0x([0-9a-f]{4})\s*\/\*[ (]*U\+([0-9a-f]{4})/i) {
00015         $shifted = hex($2) - hex("0x0100");
00016         if (($shifted >= 0) && !defined($map[$shifted])) {
00017             $map[$shifted] = $1;
00018             $max=$shifted if ($shifted>$max);
00019         }
00020     }
00021 }
00022 print "#define WCHAR_TO_KEYSYM_MAP_SIZE ".($max+1)."\n";
00023 print "uint16_t wchar_to_keysym_map[] = { ";
00024 for($u=0;$u<=$max;$u++) {
00025     print "," if ($u>0);
00026     print "\n" if ($u%16==0);
00027     if (defined($map[$u])) {
00028         print "0x".$map[$u];
00029     } else {
00030         print "0";
00031     }
00032 }
00033 print "\n};\n";
00034 ---------------
00035  */
00036 #define WCHAR_TO_KEYSYM_MAP_SIZE 12285
00037 uint16_t wchar_to_keysym_map[] = {
00038 0x03c0,0x03e0,0x01c3,0x01e3,0x01a1,0x01b1,0x01c6,0x01e6,0x02c6,0x02e6,0x02c5,0x02e5,0x01c8,0x01e8,0x01cf,0x01ef,
00039 0x01d0,0x01f0,0x03aa,0x03ba,0,0,0x03cc,0x03ec,0x01ca,0x01ea,0x01cc,0x01ec,0x02d8,0x02f8,0x02ab,0x02bb,
00040 0x02d5,0x02f5,0x03ab,0x03bb,0x02a6,0x02b6,0x02a1,0x02b1,0x03a5,0x03b5,0x03cf,0x03ef,0,0,0x03c7,0x03e7,
00041 0x02a9,0x02b9,0,0,0x02ac,0x02bc,0x03d3,0x03f3,0x03a2,0x01c5,0x01e5,0x03a6,0x03b6,0x01a5,0x01b5,0,
00042 0,0x01a3,0x01b3,0x01d1,0x01f1,0x03d1,0x03f1,0x01d2,0x01f2,0,0x03bd,0x03bf,0x03d2,0x03f2,0,0,
00043 0x01d5,0x01f5,0x13bc,0x13bd,0x01c0,0x01e0,0x03a3,0x03b3,0x01d8,0x01f8,0x01a6,0x01b6,0x02de,0x02fe,0x01aa,0x01ba,
00044 0x01a9,0x01b9,0x01de,0x01fe,0x01ab,0x01bb,0x03ac,0x03bc,0x03dd,0x03fd,0x03de,0x03fe,0x02dd,0x02fd,0x01d9,0x01f9,
00045 0x01db,0x01fb,0x03d9,0x03f9,0,0,0,0,0x13be,0x01ac,0x01bc,0x01af,0x01bf,0x01ae,0x01be,0,
00046 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00047 0,0,0x08f6,0,0,0,0,0,0,0,0,0,0,0,0,0,
00048 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00049 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00050 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00051 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00052 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00053 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00054 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00055 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00056 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00057 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00058 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00059 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00060 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00061 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00062 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00063 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00064 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00065 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00066 0,0,0,0,0,0,0,0x01b7,0,0,0,0,0,0,0,0,
00067 0,0,0,0,0,0,0,0,0x01a2,0x01ff,0,0x01b2,0,0x01bd,0,0,
00068 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00069 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00070 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00071 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00072 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00073 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00074 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00075 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00076 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00077 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00078 0,0,0,0,0,0x07ae,0x07a1,0,0x07a2,0x07a3,0x07a4,0,0x07a7,0,0x07a8,0x07ab,
00079 0x07b6,0x07c1,0x07c2,0x07c3,0x07c4,0x07c5,0x07c6,0x07c7,0x07c8,0x07c9,0x07ca,0x07cb,0x07cc,0x07cd,0x07ce,0x07cf,
00080 0x07d0,0x07d1,0,0x07d2,0x07d4,0x07d5,0x07d6,0x07d7,0x07d8,0x07d9,0x07a5,0x07a9,0x07b1,0x07b2,0x07b3,0x07b4,
00081 0x07ba,0x07e1,0x07e2,0x07e3,0x07e4,0x07e5,0x07e6,0x07e7,0x07e8,0x07e9,0x07ea,0x07eb,0x07ec,0x07ed,0x07ee,0x07ef,
00082 0x07f0,0x07f1,0x07f3,0x07f2,0x07f4,0x07f5,0x07f6,0x07f7,0x07f8,0x07f9,0x07b5,0x07b9,0x07b7,0x07b8,0x07bb,0,
00083 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00084 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00085 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00086 0,0x06b3,0x06b1,0x06b2,0x06b4,0x06b5,0x06b6,0x06b7,0x06b8,0x06b9,0x06ba,0x06bb,0x06bc,0,0x06be,0x06bf,
00087 0x06e1,0x06e2,0x06f7,0x06e7,0x06e4,0x06e5,0x06f6,0x06fa,0x06e9,0x06ea,0x06eb,0x06ec,0x06ed,0x06ee,0x06ef,0x06f0,
00088 0x06f2,0x06f3,0x06f4,0x06f5,0x06e6,0x06e8,0x06e3,0x06fe,0x06fb,0x06fd,0x06ff,0x06f9,0x06f8,0x06fc,0x06e0,0x06f1,
00089 0x06c1,0x06c2,0x06d7,0x06c7,0x06c4,0x06c5,0x06d6,0x06da,0x06c9,0x06ca,0x06cb,0x06cc,0x06cd,0x06ce,0x06cf,0x06d0,
00090 0x06d2,0x06d3,0x06d4,0x06d5,0x06c6,0x06c8,0x06c3,0x06de,0x06db,0x06dd,0x06df,0x06d9,0x06d8,0x06dc,0x06c0,0x06d1,
00091 0,0x06a3,0x06a1,0x06a2,0x06a4,0x06a5,0x06a6,0x06a7,0x06a8,0x06a9,0x06aa,0x06ab,0x06ac,0,0x06ae,0x06af,
00092 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00093 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00094 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00095 0x06bd,0x06ad,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00096 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00097 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00098 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00099 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00100 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00101 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00102 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00103 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00104 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00105 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00106 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00107 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00108 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00109 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00110 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00111 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00112 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00113 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00114 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00115 0x0ce0,0x0ce1,0x0ce2,0x0ce3,0x0ce4,0x0ce5,0x0ce6,0x0ce7,0x0ce8,0x0ce9,0x0cea,0x0ceb,0x0cec,0x0ced,0x0cee,0x0cef,
00116 0x0cf0,0x0cf1,0x0cf2,0x0cf3,0x0cf4,0x0cf5,0x0cf6,0x0cf7,0x0cf8,0x0cf9,0x0cfa,0,0,0,0,0,
00117 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00118 0,0,0,0,0,0,0,0,0,0,0,0,0x05ac,0,0,0,
00119 0,0,0,0,0,0,0,0,0,0,0,0x05bb,0,0,0,0x05bf,
00120 0,0x05c1,0x05c2,0x05c3,0x05c4,0x05c5,0x05c6,0x05c7,0x05c8,0x05c9,0x05ca,0x05cb,0x05cc,0x05cd,0x05ce,0x05cf,
00121 0x05d0,0x05d1,0x05d2,0x05d3,0x05d4,0x05d5,0x05d6,0x05d7,0x05d8,0x05d9,0x05da,0,0,0,0,0,
00122 0x05e0,0x05e1,0x05e2,0x05e3,0x05e4,0x05e5,0x05e6,0x05e7,0x05e8,0x05e9,0x05ea,0x05eb,0x05ec,0x05ed,0x05ee,0x05ef,
00123 0x05f0,0x05f1,0x05f2,0,0,0,0,0,0,0,0,0,0,0,0,0,
00124 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00125 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00126 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00127 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00128 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00129 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00130 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00131 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00132 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00133 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00134 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00135 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00136 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00137 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00138 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00139 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00140 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00141 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00142 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00143 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00144 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00145 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00146 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00147 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00148 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00149 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00150 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00151 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00152 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00153 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00154 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00155 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00156 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00157 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00158 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00159 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00160 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00161 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00162 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00163 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00164 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00165 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00166 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00167 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00168 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00169 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00170 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00171 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00172 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00173 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00174 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00175 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00176 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00177 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00178 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00179 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00180 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00181 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00182 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00183 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00184 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00185 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00186 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00187 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00188 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00189 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00190 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00191 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00192 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00193 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00194 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00195 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00196 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00197 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00198 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00199 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00200 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00201 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00202 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00203 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00204 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00205 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00206 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00207 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00208 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00209 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00210 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00211 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00212 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00213 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00214 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00215 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00216 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00217 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00218 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00219 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00220 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00221 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00222 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00223 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00224 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00225 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00226 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00227 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00228 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00229 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00230 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00231 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00232 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00233 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00234 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00235 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00236 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00237 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00238 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00239 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00240 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00241 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00242 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00243 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00244 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00245 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00246 0,0x0da1,0x0da2,0x0da3,0x0da4,0x0da5,0x0da6,0x0da7,0x0da8,0x0da9,0x0daa,0x0dab,0x0dac,0x0dad,0x0dae,0x0daf,
00247 0x0db0,0x0db1,0x0db2,0x0db3,0x0db4,0x0db5,0x0db6,0x0db7,0x0db8,0x0db9,0x0dba,0x0dbb,0x0dbc,0x0dbd,0x0dbe,0x0dbf,
00248 0x0dc0,0x0dc1,0x0dc2,0x0dc3,0x0dc4,0x0dc5,0x0dc6,0x0dc7,0x0dc8,0x0dc9,0x0dca,0x0dcb,0x0dcc,0x0dcd,0x0dce,0x0dcf,
00249 0x0dd0,0x0dd1,0x0dd2,0x0dd3,0x0dd4,0x0dd5,0x0dd6,0x0dd7,0x0dd8,0x0dd9,0x0dda,0,0,0,0,0x0ddf,
00250 0x0de0,0x0de1,0x0de2,0x0de3,0x0de4,0x0de5,0x0de6,0x0de7,0x0de8,0x0de9,0x0dea,0x0deb,0x0dec,0x0ded,0,0,
00251 0x0df0,0x0df1,0x0df2,0x0df3,0x0df4,0x0df5,0x0df6,0x0df7,0x0df8,0x0df9,0,0,0,0,0,0,
00252 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00253 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00254 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00255 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00256 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00257 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00258 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00259 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00260 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00261 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00262 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00263 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00264 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00265 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00266 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00267 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00268 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00269 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00270 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00271 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00272 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00273 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00274 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00275 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00276 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00277 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00278 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00279 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00280 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00281 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00282 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00283 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00284 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00285 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00286 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00287 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00288 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00289 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00290 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00291 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00292 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00293 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00294 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00295 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00296 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00297 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00298 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00299 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00300 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00301 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00302 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00303 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00304 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00305 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00306 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00307 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00308 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00309 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00310 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00311 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00312 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00313 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00314 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00315 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00316 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00317 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00318 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00319 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00320 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00321 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00322 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00323 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00324 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00325 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00326 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00327 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00328 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00329 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00330 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00331 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00332 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00333 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00334 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00335 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00336 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00337 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00338 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00339 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00340 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00341 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00342 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00343 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00344 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00345 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00346 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00347 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00348 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00349 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00350 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00351 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00352 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00353 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00354 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00355 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00356 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00357 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00358 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00359 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00360 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00361 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00362 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00363 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00364 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00365 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00366 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00367 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00368 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00369 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00370 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00371 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00372 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00373 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00374 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00375 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00376 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00377 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00378 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00379 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00380 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00381 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00382 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00383 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00384 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00385 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00386 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00387 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00388 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00389 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00390 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00391 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00392 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00393 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00394 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00395 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00396 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00397 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00398 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00399 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00400 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00401 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00402 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00403 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00404 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00405 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00406 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00407 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00408 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00409 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00410 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00411 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00412 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00413 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00414 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00415 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00416 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00417 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00418 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00419 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00420 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00421 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00422 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00423 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00424 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00425 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00426 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00427 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00428 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00429 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00430 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00431 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00432 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00433 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00434 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00435 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00436 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00437 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00438 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00439 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00440 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00441 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00442 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00443 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00444 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00445 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00446 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00447 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00448 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00449 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00450 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00451 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00452 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00453 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00454 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00455 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00456 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00457 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00458 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00459 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00460 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00461 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00462 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00463 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00464 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00465 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00466 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00467 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00468 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00469 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00470 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00471 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00472 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00473 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00474 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00475 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00476 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00477 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00478 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00479 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00480 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00481 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00482 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00483 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00484 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00485 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00486 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00487 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00488 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00489 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00490 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00491 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00492 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00493 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00494 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00495 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00496 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00497 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00498 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00499 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00500 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00501 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00502 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00503 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00504 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00505 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00506 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00507 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00508 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00509 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00510 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00511 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00512 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00513 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00514 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00515 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00516 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00517 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00518 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00519 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00520 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00521 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00522 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00523 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00524 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00525 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00526 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00527 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00528 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00529 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00530 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00531 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00532 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00533 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00534 0,0,0x0aa2,0x0aa1,0x0aa3,0x0aa4,0,0x0aa5,0x0aa6,0x0aa7,0x0aa8,0,0,0,0,0,
00535 0,0,0x0abb,0x0aaa,0x0aa9,0x07af,0,0x0cdf,0x0ad0,0x0ad1,0x0afd,0,0x0ad2,0x0ad3,0x0afe,0,
00536 0x0af1,0x0af2,0x0ae6,0,0,0x0aaf,0x0aae,0,0,0,0,0,0,0,0,0,
00537 0,0,0x0ad6,0x0ad7,0,0,0,0,0x0afc,0,0,0,0,0,0x047e,0,
00538 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00539 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00540 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00541 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00542 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00543 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00544 0,0,0,0,0,0,0,0,0,0x0eff,0,0,0x20ac,0,0,0,
00545 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00546 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00547 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00548 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00549 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00550 0,0,0,0,0,0x0ab8,0,0,0,0,0,0,0,0,0,0,
00551 0,0,0,0,0,0,0x06b0,0x0afb,0,0,0,0,0,0,0x0ad4,0,
00552 0,0,0x0ac9,0,0,0,0,0,0,0,0,0,0,0,0,0,
00553 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00554 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00555 0,0,0,0x0ab0,0x0ab1,0x0ab2,0x0ab3,0x0ab4,0x0ab5,0x0ab6,0x0ab7,0x0ac3,0x0ac4,0x0ac5,0x0ac6,0,
00556 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00557 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00558 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00559 0x08fb,0x08fc,0x08fd,0x08fe,0,0,0,0,0,0,0,0,0,0,0,0,
00560 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00561 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00562 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00563 0,0,0x08ce,0,0x08cd,0,0,0,0,0,0,0,0,0,0,0,
00564 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00565 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00566 0,0,0x08ef,0,0,0,0,0x08c5,0,0,0,0,0,0,0,0,
00567 0,0,0,0,0,0,0,0,0x0bca,0,0x08d6,0,0,0x08c1,0x08c2,0,
00568 0,0,0,0,0,0,0,0x08de,0x08df,0x08dc,0x08dd,0x08bf,0,0,0,0,
00569 0,0,0,0,0x08c0,0,0,0,0,0,0,0,0x08c8,0,0,0,
00570 0,0,0,0x08c9,0,0,0,0,0,0,0,0,0,0,0,0,
00571 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00572 0x08bd,0x08cf,0,0,0x08bc,0x08be,0,0,0,0,0,0,0,0,0,0,
00573 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00574 0,0,0x08da,0x08db,0,0,0,0,0,0,0,0,0,0,0,0,
00575 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00576 0,0,0x0bdc,0x0bfc,0x0bce,0x0bc2,0,0,0,0,0,0,0,0,0,0,
00577 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00578 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00579 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00580 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00581 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00582 0,0,0,0,0,0,0,0,0x0bd3,0,0x0bc4,0,0,0,0,0,
00583 0,0,0,0,0,0x0afa,0,0,0,0,0,0,0,0,0,0,
00584 0x08a4,0x08a5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00585 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00586 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00587 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00588 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00589 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00590 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00591 0,0,0,0,0,0x0bcc,0,0,0,0,0,0x08ab,0,0x08ac,0x08ad,0,
00592 0x08ae,0x08a7,0,0x08a8,0x08a9,0,0x08aa,0,0x08af,0,0,0,0x08b0,0,0,0,
00593 0,0,0,0,0,0,0,0x08a1,0,0,0x09ef,0x09f0,0x09f2,0x09f3,0,0,
00594 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00595 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00596 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00597 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00598 0,0,0,0,0,0,0,0,0,0x09e2,0x09e5,0x09e9,0x09e3,0x09e4,0,0,
00599 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00600 0,0,0,0x0aac,0x09e8,0,0,0,0,0,0,0,0,0,0,0,
00601 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00602 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00603 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00604 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00605 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00606 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00607 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00608 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00609 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00610 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00611 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00612 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00613 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00614 0x08a3,0,0x08a6,0,0,0,0,0,0,0,0,0,0x08a2,0,0,0,
00615 0x09eb,0,0,0,0x09ed,0,0,0,0x09ea,0,0,0,0x09f4,0,0,0,
00616 0,0,0,0,0x09f5,0,0,0,0,0,0,0,0x09f7,0,0,0,
00617 0,0,0,0,0x09f6,0,0,0,0,0,0,0,0x09ee,0,0,0,
00618 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00619 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00620 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00621 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00622 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00623 0,0,0x09e1,0,0,0,0,0,0,0,0,0,0,0,0,0,
00624 0,0,0,0,0,0,0,0,0,0,0x0ae7,0x0ae1,0x0adb,0x0ae2,0x0adf,0x0acf,
00625 0,0,0x0ae8,0x0ae3,0,0,0x0add,0x0acd,0,0,0,0,0x0ae9,0x0ae4,0,0,
00626 0x0adc,0x0acc,0,0,0,0,0x09e0,0,0,0,0,0x0ace,0,0,0,0x0ade,
00627 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00628 0,0,0,0,0,0,0x0ae0,0,0,0,0,0,0,0,0,0,
00629 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00630 0,0,0,0,0,0,0x0ae5,0,0,0,0,0,0,0,0x0af9,0,
00631 0,0,0,0x0aca,0,0,0,0,0,0,0,0,0x0aea,0,0x0aeb,0,
00632 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00633 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00634 0x0af8,0,0x0af7,0,0,0,0,0,0,0,0,0,0,0,0,0,
00635 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00636 0,0,0,0x0aec,0,0x0aee,0x0aed,0,0,0,0,0,0,0x0af6,0,0x0af5,
00637 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00638 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00639 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00640 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00641 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00642 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00643 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00644 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00645 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00646 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00647 0,0,0,0x0af3,0,0,0,0x0af4,0,0,0,0,0,0x0ad9,0,0,
00648 0x0af0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00649 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00650 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00651 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00652 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00653 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00654 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00655 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00656 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00657 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00658 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00659 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00660 0,0,0,0,0,0,0,0,0x0abc,0x0abe,0,0,0,0,0,0,
00661 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00662 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00663 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00664 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00665 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00666 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00667 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00668 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00669 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00670 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00671 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00672 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00673 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00674 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00675 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00676 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00677 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00678 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00679 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00680 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00681 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00682 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00683 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00684 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00685 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00686 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00687 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00688 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00689 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00690 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00691 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00692 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00693 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00694 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00695 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00696 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00697 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00698 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00699 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00700 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00701 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00702 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00703 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00704 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00705 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00706 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00707 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00708 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00709 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00710 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00711 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00712 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00713 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00714 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00715 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00716 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00717 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00718 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00719 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00720 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00721 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00722 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00723 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00724 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00725 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00726 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00727 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00728 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00729 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00730 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00731 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00732 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00733 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00734 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00735 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00736 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00737 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00738 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00739 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00740 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00741 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00742 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00743 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00744 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00745 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00746 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00747 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00748 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00749 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00750 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00751 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00752 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00753 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00754 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00755 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00756 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00757 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00758 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00759 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00760 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00761 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00762 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00763 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00764 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00765 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00766 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00767 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00768 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00769 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00770 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00771 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00772 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00773 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00774 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00775 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00776 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00777 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00778 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00779 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00780 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00781 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00782 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00783 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00784 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00785 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00786 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00787 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00788 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00789 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00790 0,0x04a4,0x04a1,0,0,0,0,0,0,0,0,0,0x04a2,0x04a3,0,0,
00791 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00792 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00793 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00794 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00795 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00796 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00797 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00798 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,
00799 0,0,0,0,0,0,0,0,0,0,0,0x04de,0x04df,0,0,0,
00800 0,0x04a7,0x04b1,0x04a8,0x04b2,0x04a9,0x04b3,0x04aa,0x04b4,0x04ab,0x04b5,0x04b6,0,0x04b7,0,0x04b8,
00801 0,0x04b9,0,0x04ba,0,0x04bb,0,0x04bc,0,0x04bd,0,0x04be,0,0x04bf,0,0x04c0,
00802 0,0x04c1,0,0x04af,0x04c2,0,0x04c3,0,0x04c4,0,0x04c5,0x04c6,0x04c7,0x04c8,0x04c9,0x04ca,
00803 0,0,0x04cb,0,0,0x04cc,0,0,0x04cd,0,0,0x04ce,0,0,0x04cf,0x04d0,
00804 0x04d1,0x04d2,0x04d3,0x04ac,0x04d4,0x04ad,0x04d5,0x04ae,0x04d6,0x04d7,0x04d8,0x04d9,0x04da,0x04db,0,0x04dc,
00805 0,0,0x04a6,0x04dd,0,0,0,0,0,0,0,0x04a5,0x04b0
00806 };

Generated on Tue Jul 17 12:19:00 2012 for libcvautomation by  doxygen 1.4.7