Graphic OLED 100x16 pixels interface

Dependents:   mbed_nicovideo_search_api mbed_recent_nicovideo_display_pub

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers misaki_8x8_unicode.cpp Source File

misaki_8x8_unicode.cpp

00001 // STARTFONT 2.1
00002 // FONT -Misaki-Gothic-Medium-R-Normal--8-80-75-75-C-80-jisx0208.1990-0
00003 // SIZE 8 75 75
00004 // FONTBOUNDINGBOX 8 8 0 -2
00005 // STARTPROPERTIES 19
00006 // FONTNAME_REGISTRY ""
00007 // FOUNDRY "Misaki"
00008 // FAMILY_NAME "Gothic"
00009 // WEIGHT_NAME "Medium"
00010 // SLANT "R"
00011 // SETWIDTH_NAME "Normal"
00012 // ADD_STYLE_NAME ""
00013 // PIXEL_SIZE 8
00014 // POINT_SIZE 80
00015 // RESOLUTION_X 75
00016 // RESOLUTION_Y 75
00017 // SPACING "C"
00018 // AVERAGE_WIDTH 80
00019 // CHARSET_REGISTRY "jisx0208.1990"
00020 // CHARSET_ENCODING "0"
00021 // DEFAULT_CHAR 8481
00022 // FONT_DESCENT 2
00023 // FONT_ASCENT 6
00024 // COPYRIGHT "Copyright(C) 2002-2012 Num Kadoma"
00025 // ENDPROPERTIES
00026 
00027 #include "GraphicOLED.h"
00028 
00029 struct stfont {
00030     uint16_t unicode;
00031     uint8_t bitmap[8];
00032 };
00033 
00034 static const struct stfont misaki_gothic[] = {
00035 {0x00a2,{0x00,0x1c,0x62,0x32,0x2e,0x23,0x14}}, // \xc2\xa2
00036 {0x00a3,{0x20,0x54,0x5e,0x25,0x41,0x42,0x20}}, // \xc2\xa3
00037 {0x00a7,{0x00,0x00,0x4a,0x55,0x55,0x29,0x00}}, // \xc2\xa7
00038 {0x00a8,{0x00,0x00,0x01,0x00,0x01,0x00,0x00}}, // \xc2\xa8
00039 {0x00ac,{0x08,0x08,0x08,0x08,0x08,0x08,0x38}}, // \xc2\xac
00040 {0x00b0,{0x02,0x05,0x02,0x00,0x00,0x00,0x00}}, // \xc2\xb0
00041 {0x00b1,{0x44,0x44,0x44,0x5f,0x44,0x44,0x44}}, // \xc2\xb1
00042 {0x00b4,{0x00,0x00,0x00,0x02,0x01,0x00,0x00}}, // \xc2\xb4
00043 {0x00b6,{0x00,0x06,0x0f,0x7f,0x01,0x7f,0x00}}, // \xc2\xb6
00044 {0x00d7,{0x41,0x22,0x14,0x08,0x14,0x22,0x41}}, // \xc3\x97
00045 {0x00f7,{0x08,0x08,0x08,0x2a,0x08,0x08,0x08}}, // \xc3\xb7
00046 {0x0391,{0x60,0x18,0x16,0x11,0x16,0x18,0x60}}, // \xce\x91
00047 {0x0392,{0x00,0x7f,0x49,0x49,0x49,0x49,0x36}}, // \xce\x92
00048 {0x0393,{0x00,0x7f,0x01,0x01,0x01,0x01,0x01}}, // \xce\x93
00049 {0x0394,{0x60,0x58,0x46,0x41,0x46,0x58,0x60}}, // \xce\x94
00050 {0x0395,{0x00,0x7f,0x49,0x49,0x49,0x49,0x41}}, // \xce\x95
00051 {0x0396,{0x00,0x41,0x61,0x51,0x49,0x45,0x43}}, // \xce\x96
00052 {0x0397,{0x00,0x7f,0x08,0x08,0x08,0x08,0x7f}}, // \xce\x97
00053 {0x0398,{0x1c,0x22,0x49,0x49,0x49,0x22,0x1c}}, // \xce\x98
00054 {0x0399,{0x00,0x00,0x41,0x7f,0x41,0x00,0x00}}, // \xce\x99
00055 {0x039a,{0x00,0x7f,0x10,0x08,0x14,0x22,0x41}}, // \xce\x9a
00056 {0x039b,{0x60,0x18,0x06,0x01,0x06,0x18,0x60}}, // \xce\x9b
00057 {0x039c,{0x7f,0x02,0x0c,0x30,0x0c,0x02,0x7f}}, // \xce\x9c
00058 {0x039d,{0x00,0x7f,0x02,0x04,0x08,0x10,0x7f}}, // \xce\x9d
00059 {0x039e,{0x00,0x41,0x49,0x49,0x49,0x49,0x41}}, // \xce\x9e
00060 {0x039f,{0x00,0x1c,0x22,0x41,0x41,0x22,0x1c}}, // \xce\x9f
00061 {0x03a0,{0x00,0x7f,0x01,0x01,0x01,0x01,0x7f}}, // \xce\xa0
00062 {0x03a1,{0x00,0x7f,0x09,0x09,0x09,0x09,0x06}}, // \xce\xa1
00063 {0x03a3,{0x00,0x41,0x63,0x55,0x49,0x41,0x41}}, // \xce\xa3
00064 {0x03a4,{0x01,0x01,0x01,0x7f,0x01,0x01,0x01}}, // \xce\xa4
00065 {0x03a5,{0x01,0x02,0x04,0x78,0x04,0x02,0x01}}, // \xce\xa5
00066 {0x03a6,{0x1c,0x22,0x22,0x7f,0x22,0x22,0x1c}}, // \xce\xa6
00067 {0x03a7,{0x41,0x22,0x14,0x08,0x14,0x22,0x41}}, // \xce\xa7
00068 {0x03a8,{0x01,0x06,0x08,0x7f,0x08,0x06,0x01}}, // \xce\xa8
00069 {0x03a9,{0x4c,0x52,0x61,0x01,0x61,0x52,0x4c}}, // \xce\xa9
00070 {0x03b1,{0x00,0x30,0x48,0x44,0x34,0x48,0x24}}, // \xce\xb1
00071 {0x03b2,{0x00,0x60,0x1c,0x12,0x25,0x25,0x1a}}, // \xce\xb2
00072 {0x03b3,{0x00,0x04,0x64,0x38,0x08,0x04,0x00}}, // \xce\xb3
00073 {0x03b4,{0x00,0x30,0x4a,0x45,0x39,0x02,0x00}}, // \xce\xb4
00074 {0x03b5,{0x00,0x20,0x58,0x54,0x44,0x28,0x00}}, // \xce\xb5
00075 {0x03b6,{0x00,0x00,0x0d,0x52,0x51,0x21,0x00}}, // \xce\xb6
00076 {0x03b7,{0x00,0x08,0x24,0x18,0x04,0x64,0x18}}, // \xce\xb7
00077 {0x03b8,{0x00,0x38,0x4e,0x49,0x39,0x0e,0x00}}, // \xce\xb8
00078 {0x03b9,{0x00,0x00,0x30,0x4c,0x20,0x00,0x00}}, // \xce\xb9
00079 {0x03ba,{0x00,0x60,0x1c,0x30,0x48,0x44,0x00}}, // \xce\xba
00080 {0x03bb,{0x00,0x40,0x30,0x09,0x3e,0x40,0x00}}, // \xce\xbb
00081 {0x03bc,{0x00,0x40,0x30,0x2c,0x20,0x10,0x2c}}, // \xce\xbc
00082 {0x03bd,{0x00,0x04,0x78,0x20,0x10,0x0c,0x00}}, // \xce\xbd
00083 {0x03be,{0x00,0x08,0x16,0x55,0x55,0x25,0x00}}, // \xce\xbe
00084 {0x03bf,{0x00,0x30,0x48,0x44,0x24,0x18,0x00}}, // \xce\xbf
00085 {0x03c0,{0x00,0x48,0x24,0x1c,0x04,0x7c,0x44}}, // \xcf\x80
00086 {0x03c1,{0x00,0x60,0x18,0x24,0x24,0x24,0x18}}, // \xcf\x81
00087 {0x03c3,{0x00,0x30,0x48,0x44,0x24,0x1c,0x04}}, // \xcf\x83
00088 {0x03c4,{0x00,0x08,0x04,0x34,0x4c,0x24,0x04}}, // \xcf\x84
00089 {0x03c5,{0x00,0x08,0x34,0x4c,0x40,0x20,0x1c}}, // \xcf\x85
00090 {0x03c6,{0x00,0x18,0x24,0x64,0x3c,0x27,0x18}}, // \xcf\x86
00091 {0x03c7,{0x00,0x40,0x24,0x34,0x48,0x44,0x00}}, // \xcf\x87
00092 {0x03c8,{0x00,0x14,0x2c,0x60,0x3c,0x23,0x18}}, // \xcf\x88
00093 {0x03c9,{0x00,0x38,0x44,0x20,0x38,0x40,0x3c}}, // \xcf\x89
00094 {0x0401,{0x00,0x7e,0x4b,0x4a,0x4a,0x4b,0x42}}, // \xd0\x81
00095 {0x0410,{0x60,0x18,0x16,0x11,0x16,0x18,0x60}}, // \xd0\x90
00096 {0x0411,{0x00,0x7f,0x49,0x49,0x49,0x49,0x31}}, // \xd0\x91
00097 {0x0412,{0x00,0x7f,0x49,0x49,0x49,0x49,0x36}}, // \xd0\x92
00098 {0x0413,{0x00,0x7f,0x01,0x01,0x01,0x01,0x01}}, // \xd0\x93
00099 {0x0414,{0x60,0x30,0x2f,0x21,0x21,0x3f,0x60}}, // \xd0\x94
00100 {0x0415,{0x00,0x7f,0x49,0x49,0x49,0x49,0x41}}, // \xd0\x95
00101 {0x0416,{0x41,0x36,0x08,0x7f,0x08,0x36,0x41}}, // \xd0\x96
00102 {0x0417,{0x00,0x22,0x41,0x49,0x49,0x49,0x36}}, // \xd0\x97
00103 {0x0418,{0x00,0x7f,0x20,0x10,0x08,0x04,0x7f}}, // \xd0\x98
00104 {0x0419,{0x00,0x7e,0x21,0x12,0x0a,0x05,0x7e}}, // \xd0\x99
00105 {0x041a,{0x00,0x7f,0x08,0x08,0x16,0x21,0x41}}, // \xd0\x9a
00106 {0x041b,{0x40,0x40,0x3f,0x01,0x01,0x01,0x7f}}, // \xd0\x9b
00107 {0x041c,{0x78,0x07,0x18,0x60,0x18,0x07,0x78}}, // \xd0\x9c
00108 {0x041d,{0x00,0x7f,0x08,0x08,0x08,0x08,0x7f}}, // \xd0\x9d
00109 {0x041e,{0x00,0x1c,0x22,0x41,0x41,0x22,0x1c}}, // \xd0\x9e
00110 {0x041f,{0x00,0x7f,0x01,0x01,0x01,0x01,0x7f}}, // \xd0\x9f
00111 {0x0420,{0x00,0x7f,0x09,0x09,0x09,0x09,0x06}}, // \xd0\xa0
00112 {0x0421,{0x00,0x1c,0x22,0x41,0x41,0x41,0x22}}, // \xd0\xa1
00113 {0x0422,{0x01,0x01,0x01,0x7f,0x01,0x01,0x01}}, // \xd0\xa2
00114 {0x0423,{0x00,0x41,0x46,0x28,0x18,0x06,0x01}}, // \xd0\xa3
00115 {0x0424,{0x1c,0x22,0x22,0x7f,0x22,0x22,0x1c}}, // \xd0\xa4
00116 {0x0425,{0x41,0x22,0x14,0x08,0x14,0x22,0x41}}, // \xd0\xa5
00117 {0x0426,{0x00,0x3f,0x20,0x20,0x20,0x3f,0x60}}, // \xd0\xa6
00118 {0x0427,{0x00,0x0f,0x10,0x10,0x10,0x10,0x7f}}, // \xd0\xa7
00119 {0x0428,{0x7f,0x40,0x40,0x7f,0x40,0x40,0x7f}}, // \xd0\xa8
00120 {0x0429,{0x3f,0x20,0x20,0x3f,0x20,0x20,0x7f}}, // \xd0\xa9
00121 {0x042a,{0x00,0x01,0x7f,0x48,0x48,0x48,0x30}}, // \xd0\xaa
00122 {0x042b,{0x00,0x7f,0x48,0x48,0x30,0x00,0x7f}}, // \xd0\xab
00123 {0x042c,{0x00,0x00,0x7f,0x48,0x48,0x48,0x30}}, // \xd0\xac
00124 {0x042d,{0x00,0x22,0x49,0x49,0x49,0x2a,0x1c}}, // \xd0\xad
00125 {0x042e,{0x7f,0x08,0x3e,0x41,0x41,0x41,0x3e}}, // \xd0\xae
00126 {0x042f,{0x00,0x46,0x39,0x09,0x09,0x09,0x7f}}, // \xd0\xaf
00127 {0x0430,{0x00,0x20,0x54,0x54,0x54,0x78,0x00}}, // \xd0\xb0
00128 {0x0431,{0x00,0x3c,0x46,0x45,0x45,0x39,0x00}}, // \xd0\xb1
00129 {0x0432,{0x00,0x7c,0x54,0x54,0x54,0x28,0x00}}, // \xd0\xb2
00130 {0x0433,{0x00,0x7c,0x04,0x04,0x04,0x04,0x00}}, // \xd0\xb3
00131 {0x0434,{0x00,0x60,0x3c,0x24,0x3c,0x60,0x00}}, // \xd0\xb4
00132 {0x0435,{0x00,0x38,0x54,0x54,0x54,0x18,0x00}}, // \xd0\xb5
00133 {0x0436,{0x44,0x28,0x10,0x7c,0x10,0x28,0x44}}, // \xd0\xb6
00134 {0x0437,{0x00,0x28,0x44,0x54,0x54,0x28,0x00}}, // \xd0\xb7
00135 {0x0438,{0x00,0x7c,0x20,0x10,0x08,0x7c,0x00}}, // \xd0\xb8
00136 {0x0439,{0x00,0x7c,0x21,0x12,0x09,0x7c,0x00}}, // \xd0\xb9
00137 {0x043a,{0x00,0x7c,0x10,0x18,0x24,0x44,0x00}}, // \xd0\xba
00138 {0x043b,{0x40,0x40,0x3c,0x04,0x04,0x7c,0x00}}, // \xd0\xbb
00139 {0x043c,{0x00,0x7c,0x08,0x30,0x08,0x7c,0x00}}, // \xd0\xbc
00140 {0x043d,{0x00,0x7c,0x10,0x10,0x10,0x7c,0x00}}, // \xd0\xbd
00141 {0x043e,{0x00,0x38,0x44,0x44,0x44,0x38,0x00}}, // \xd0\xbe
00142 {0x043f,{0x00,0x7c,0x04,0x04,0x04,0x7c,0x00}}, // \xd0\xbf
00143 {0x0440,{0x00,0x7c,0x14,0x14,0x14,0x08,0x00}}, // \xd1\x80
00144 {0x0441,{0x00,0x38,0x44,0x44,0x44,0x28,0x00}}, // \xd1\x81
00145 {0x0442,{0x00,0x04,0x04,0x7c,0x04,0x04,0x00}}, // \xd1\x82
00146 {0x0443,{0x00,0x44,0x58,0x20,0x18,0x04,0x00}}, // \xd1\x83
00147 {0x0444,{0x00,0x18,0x24,0x7f,0x24,0x18,0x00}}, // \xd1\x84
00148 {0x0445,{0x00,0x44,0x28,0x10,0x28,0x44,0x00}}, // \xd1\x85
00149 {0x0446,{0x00,0x3c,0x20,0x20,0x3c,0x60,0x00}}, // \xd1\x86
00150 {0x0447,{0x00,0x1c,0x20,0x20,0x20,0x7c,0x00}}, // \xd1\x87
00151 {0x0448,{0x00,0x7c,0x40,0x7c,0x40,0x7c,0x00}}, // \xd1\x88
00152 {0x0449,{0x00,0x3c,0x20,0x3c,0x20,0x3c,0x60}}, // \xd1\x89
00153 {0x044a,{0x00,0x04,0x7c,0x50,0x50,0x50,0x20}}, // \xd1\x8a
00154 {0x044b,{0x00,0x7c,0x50,0x50,0x20,0x7c,0x00}}, // \xd1\x8b
00155 {0x044c,{0x00,0x7c,0x50,0x50,0x50,0x20,0x00}}, // \xd1\x8c
00156 {0x044d,{0x00,0x28,0x44,0x54,0x54,0x38,0x00}}, // \xd1\x8d
00157 {0x044e,{0x00,0x7c,0x10,0x38,0x44,0x44,0x38}}, // \xd1\x8e
00158 {0x044f,{0x00,0x48,0x34,0x14,0x14,0x7c,0x00}}, // \xd1\x8f
00159 {0x0451,{0x00,0x38,0x55,0x54,0x55,0x18,0x00}}, // \xd1\x91
00160 {0x2010,{0x00,0x00,0x08,0x08,0x08,0x00,0x00}}, // \xe2\x80\x90
00161 {0x2015,{0x08,0x08,0x08,0x08,0x08,0x08,0x08}}, // \xe2\x80\x95
00162 {0x2016,{0x00,0x00,0x7f,0x00,0x7f,0x00,0x00}}, // \xe2\x80\x96
00163 {0x2018,{0x00,0x00,0x00,0x00,0x00,0x06,0x05}}, // \xe2\x80\x98
00164 {0x2019,{0x05,0x03,0x00,0x00,0x00,0x00,0x00}}, // \xe2\x80\x99
00165 {0x201c,{0x00,0x00,0x06,0x05,0x00,0x06,0x05}}, // \xe2\x80\x9c
00166 {0x201d,{0x05,0x03,0x00,0x05,0x03,0x00,0x00}}, // \xe2\x80\x9d
00167 {0x2020,{0x00,0x00,0x02,0x7f,0x02,0x00,0x00}}, // \xe2\x80\xa0
00168 {0x2021,{0x00,0x00,0x22,0x7f,0x22,0x00,0x00}}, // \xe2\x80\xa1
00169 {0x2025,{0x00,0x08,0x00,0x00,0x00,0x08,0x00}}, // \xe2\x80\xa5
00170 {0x2026,{0x08,0x00,0x00,0x08,0x00,0x00,0x08}}, // \xe2\x80\xa6
00171 {0x2030,{0x22,0x15,0x2a,0x54,0x22,0x51,0x20}}, // \xe2\x80\xb0
00172 {0x2032,{0x04,0x03,0x00,0x00,0x00,0x00,0x00}}, // \xe2\x80\xb2
00173 {0x2033,{0x04,0x03,0x04,0x03,0x00,0x00,0x00}}, // \xe2\x80\xb3
00174 {0x203b,{0x49,0x22,0x14,0x49,0x14,0x22,0x49}}, // \xe2\x80\xbb
00175 {0x2103,{0x02,0x05,0x02,0x3c,0x42,0x42,0x24}}, // \xe2\x84\x83
00176 {0x212b,{0x40,0x30,0x2a,0x25,0x2a,0x30,0x40}}, // \xe2\x84\xab
00177 {0x2190,{0x08,0x1c,0x2a,0x08,0x08,0x08,0x08}}, // \xe2\x86\x90
00178 {0x2191,{0x00,0x04,0x02,0x7f,0x02,0x04,0x00}}, // \xe2\x86\x91
00179 {0x2192,{0x08,0x08,0x08,0x08,0x2a,0x1c,0x08}}, // \xe2\x86\x92
00180 {0x2193,{0x00,0x10,0x20,0x7f,0x20,0x10,0x00}}, // \xe2\x86\x93
00181 {0x21d2,{0x14,0x14,0x14,0x14,0x36,0x14,0x08}}, // \xe2\x87\x92
00182 {0x21d4,{0x08,0x14,0x36,0x14,0x36,0x14,0x08}}, // \xe2\x87\x94
00183 {0x2200,{0x03,0x0c,0x34,0x44,0x34,0x0c,0x03}}, // \xe2\x88\x80
00184 {0x2202,{0x00,0x30,0x4a,0x49,0x31,0x0e,0x00}}, // \xe2\x88\x82
00185 {0x2203,{0x00,0x49,0x49,0x49,0x49,0x49,0x7f}}, // \xe2\x88\x83
00186 {0x2207,{0x03,0x0d,0x31,0x41,0x31,0x0d,0x03}}, // \xe2\x88\x87
00187 {0x2208,{0x00,0x1c,0x2a,0x2a,0x2a,0x2a,0x2a}}, // \xe2\x88\x88
00188 {0x220b,{0x00,0x2a,0x2a,0x2a,0x2a,0x2a,0x1c}}, // \xe2\x88\x8b
00189 {0x2212,{0x08,0x08,0x08,0x08,0x08,0x08,0x08}}, // \xe2\x88\x92
00190 {0x221a,{0x10,0x70,0x1c,0x03,0x01,0x01,0x01}}, // \xe2\x88\x9a
00191 {0x221d,{0x1c,0x22,0x22,0x1c,0x22,0x22,0x14}}, // \xe2\x88\x9d
00192 {0x221e,{0x1c,0x22,0x22,0x1c,0x22,0x22,0x1c}}, // \xe2\x88\x9e
00193 {0x2220,{0x00,0x40,0x60,0x50,0x48,0x44,0x42}}, // \xe2\x88\xa0
00194 {0x2227,{0x40,0x30,0x0c,0x03,0x0c,0x30,0x40}}, // \xe2\x88\xa7
00195 {0x2228,{0x01,0x06,0x18,0x60,0x18,0x06,0x01}}, // \xe2\x88\xa8
00196 {0x2229,{0x00,0x7c,0x02,0x02,0x02,0x02,0x7c}}, // \xe2\x88\xa9
00197 {0x222a,{0x00,0x1f,0x20,0x20,0x20,0x20,0x1f}}, // \xe2\x88\xaa
00198 {0x222b,{0x00,0x00,0x46,0x49,0x31,0x00,0x00}}, // \xe2\x88\xab
00199 {0x222c,{0x00,0x46,0x49,0x31,0x46,0x49,0x31}}, // \xe2\x88\xac
00200 {0x2234,{0x00,0x20,0x00,0x02,0x00,0x20,0x00}}, // \xe2\x88\xb4
00201 {0x2235,{0x00,0x02,0x00,0x20,0x00,0x02,0x00}}, // \xe2\x88\xb5
00202 {0x223d,{0x1c,0x22,0x20,0x1c,0x02,0x22,0x1c}}, // \xe2\x88\xbd
00203 {0x2252,{0x14,0x15,0x14,0x14,0x14,0x54,0x14}}, // \xe2\x89\x92
00204 {0x2260,{0x14,0x34,0x14,0x1c,0x14,0x16,0x14}}, // \xe2\x89\xa0
00205 {0x2261,{0x00,0x2a,0x2a,0x2a,0x2a,0x2a,0x2a}}, // \xe2\x89\xa1
00206 {0x2266,{0x44,0x44,0x4a,0x4a,0x4a,0x51,0x51}}, // \xe2\x89\xa6
00207 {0x2267,{0x51,0x51,0x4a,0x4a,0x4a,0x44,0x44}}, // \xe2\x89\xa7
00208 {0x226a,{0x08,0x14,0x22,0x08,0x14,0x22,0x00}}, // \xe2\x89\xaa
00209 {0x226b,{0x00,0x22,0x14,0x08,0x22,0x14,0x08}}, // \xe2\x89\xab
00210 {0x2282,{0x00,0x1c,0x22,0x22,0x22,0x22,0x22}}, // \xe2\x8a\x82
00211 {0x2283,{0x00,0x22,0x22,0x22,0x22,0x22,0x1c}}, // \xe2\x8a\x83
00212 {0x2286,{0x00,0x4e,0x51,0x51,0x51,0x51,0x51}}, // \xe2\x8a\x86
00213 {0x2287,{0x00,0x51,0x51,0x51,0x51,0x51,0x4e}}, // \xe2\x8a\x87
00214 {0x22a5,{0x40,0x40,0x40,0x7e,0x40,0x40,0x40}}, // \xe2\x8a\xa5
00215 {0x2312,{0x02,0x01,0x01,0x01,0x01,0x01,0x02}}, // \xe2\x8c\x92
00216 {0x2500,{0x08,0x08,0x08,0x08,0x08,0x08,0x08}}, // \xe2\x94\x80
00217 {0x2501,{0x18,0x18,0x18,0x18,0x18,0x18,0x18}}, // \xe2\x94\x81
00218 {0x2502,{0x00,0x00,0x00,0xff,0x00,0x00,0x00}}, // \xe2\x94\x82
00219 {0x2503,{0x00,0x00,0x00,0xff,0xff,0x00,0x00}}, // \xe2\x94\x83
00220 {0x250c,{0x00,0x00,0x00,0xf8,0x08,0x08,0x08}}, // \xe2\x94\x8c
00221 {0x250f,{0x00,0x00,0x00,0xf8,0xf8,0x18,0x18}}, // \xe2\x94\x8f
00222 {0x2510,{0x08,0x08,0x08,0xf8,0x00,0x00,0x00}}, // \xe2\x94\x90
00223 {0x2513,{0x18,0x18,0x18,0xf8,0xf8,0x00,0x00}}, // \xe2\x94\x93
00224 {0x2514,{0x00,0x00,0x00,0x0f,0x08,0x08,0x08}}, // \xe2\x94\x94
00225 {0x2517,{0x00,0x00,0x00,0x1f,0x1f,0x18,0x18}}, // \xe2\x94\x97
00226 {0x2518,{0x08,0x08,0x08,0x0f,0x00,0x00,0x00}}, // \xe2\x94\x98
00227 {0x251b,{0x18,0x18,0x18,0x1f,0x1f,0x00,0x00}}, // \xe2\x94\x9b
00228 {0x251c,{0x00,0x00,0x00,0xff,0x08,0x08,0x08}}, // \xe2\x94\x9c
00229 {0x251d,{0x00,0x00,0x00,0xff,0x18,0x18,0x18}}, // \xe2\x94\x9d
00230 {0x2520,{0x00,0x00,0x00,0xff,0xff,0x08,0x08}}, // \xe2\x94\xa0
00231 {0x2523,{0x00,0x00,0x00,0xff,0xff,0x18,0x18}}, // \xe2\x94\xa3
00232 {0x2524,{0x08,0x08,0x08,0xff,0x00,0x00,0x00}}, // \xe2\x94\xa4
00233 {0x2525,{0x18,0x18,0x18,0xff,0x00,0x00,0x00}}, // \xe2\x94\xa5
00234 {0x2528,{0x08,0x08,0x08,0xff,0xff,0x00,0x00}}, // \xe2\x94\xa8
00235 {0x252b,{0x18,0x18,0x18,0xff,0xff,0x00,0x00}}, // \xe2\x94\xab
00236 {0x252c,{0x08,0x08,0x08,0xf8,0x08,0x08,0x08}}, // \xe2\x94\xac
00237 {0x252f,{0x18,0x18,0x18,0xf8,0x18,0x18,0x18}}, // \xe2\x94\xaf
00238 {0x2530,{0x08,0x08,0x08,0xf8,0xf8,0x08,0x08}}, // \xe2\x94\xb0
00239 {0x2533,{0x18,0x18,0x18,0xf8,0xf8,0x18,0x18}}, // \xe2\x94\xb3
00240 {0x2534,{0x08,0x08,0x08,0x0f,0x08,0x08,0x08}}, // \xe2\x94\xb4
00241 {0x2537,{0x18,0x18,0x18,0x1f,0x18,0x18,0x18}}, // \xe2\x94\xb7
00242 {0x2538,{0x08,0x08,0x08,0x0f,0x0f,0x08,0x08}}, // \xe2\x94\xb8
00243 {0x253b,{0x18,0x18,0x18,0x1f,0x1f,0x18,0x18}}, // \xe2\x94\xbb
00244 {0x253c,{0x08,0x08,0x08,0xff,0x08,0x08,0x08}}, // \xe2\x94\xbc
00245 {0x253f,{0x18,0x18,0x18,0xff,0x18,0x18,0x18}}, // \xe2\x94\xbf
00246 {0x2542,{0x08,0x08,0x08,0xff,0xff,0x08,0x08}}, // \xe2\x95\x82
00247 {0x254b,{0x18,0x18,0x18,0xff,0xff,0x18,0x18}}, // \xe2\x95\x8b
00248 {0x25a0,{0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f}}, // \xe2\x96\xa0
00249 {0x25a1,{0x7f,0x41,0x41,0x41,0x41,0x41,0x7f}}, // \xe2\x96\xa1
00250 {0x25b2,{0x40,0x70,0x7c,0x7f,0x7c,0x70,0x40}}, // \xe2\x96\xb2
00251 {0x25b3,{0x40,0x70,0x4c,0x43,0x4c,0x70,0x40}}, // \xe2\x96\xb3
00252 {0x25bc,{0x01,0x07,0x1f,0x7f,0x1f,0x07,0x01}}, // \xe2\x96\xbc
00253 {0x25bd,{0x01,0x07,0x19,0x61,0x19,0x07,0x01}}, // \xe2\x96\xbd
00254 {0x25c6,{0x08,0x1c,0x3e,0x7f,0x3e,0x1c,0x08}}, // \xe2\x97\x86
00255 {0x25c7,{0x08,0x14,0x22,0x41,0x22,0x14,0x08}}, // \xe2\x97\x87
00256 {0x25cb,{0x1c,0x22,0x41,0x41,0x41,0x22,0x1c}}, // \xe2\x97\x8b
00257 {0x25ce,{0x1c,0x22,0x5d,0x55,0x5d,0x22,0x1c}}, // \xe2\x97\x8e
00258 {0x25cf,{0x1c,0x3e,0x7f,0x7f,0x7f,0x3e,0x1c}}, // \xe2\x97\x8f
00259 {0x25ef,{0x3e,0x41,0x41,0x41,0x41,0x41,0x3e}}, // \xe2\x97\xaf
00260 {0x2605,{0x04,0x64,0x3c,0x1f,0x3c,0x64,0x04}}, // \xe2\x98\x85
00261 {0x2606,{0x04,0x64,0x3c,0x17,0x3c,0x64,0x04}}, // \xe2\x98\x86
00262 {0x2640,{0x00,0x26,0x29,0x79,0x29,0x26,0x00}}, // \xe2\x99\x80
00263 {0x2642,{0x30,0x48,0x48,0x39,0x05,0x03,0x0f}}, // \xe2\x99\x82
00264 {0x266a,{0x00,0x60,0x70,0x3f,0x02,0x0c,0x00}}, // \xe2\x99\xaa
00265 {0x266d,{0x00,0x00,0x7f,0x48,0x24,0x18,0x00}}, // \xe2\x99\xad
00266 {0x266f,{0x00,0x28,0x7e,0x14,0x14,0x3f,0x0a}}, // \xe2\x99\xaf
00267 {0x3000,{0x00,0x00,0x00,0x00,0x00,0x00,0x00}}, // \xe3\x80\x80
00268 {0x3001,{0x20,0x40,0x00,0x00,0x00,0x00,0x00}}, // \xe3\x80\x81
00269 {0x3002,{0x20,0x50,0x20,0x00,0x00,0x00,0x00}}, // \xe3\x80\x82
00270 {0x3003,{0x00,0x20,0x1c,0x00,0x20,0x1c,0x00}}, // \xe3\x80\x83
00271 {0x3005,{0x10,0x08,0x16,0x24,0x54,0x0c,0x00}}, // \xe3\x80\x85
00272 {0x3006,{0x78,0x24,0x12,0x0a,0x04,0x1a,0x01}}, // \xe3\x80\x86
00273 {0x3007,{0x18,0x24,0x42,0x42,0x42,0x24,0x18}}, // \xe3\x80\x87
00274 {0x3008,{0x00,0x00,0x00,0x08,0x14,0x22,0x41}}, // \xe3\x80\x88
00275 {0x3009,{0x41,0x22,0x14,0x08,0x00,0x00,0x00}}, // \xe3\x80\x89
00276 {0x300a,{0x00,0x08,0x14,0x2a,0x55,0x22,0x41}}, // \xe3\x80\x8a
00277 {0x300b,{0x41,0x22,0x55,0x2a,0x14,0x08,0x00}}, // \xe3\x80\x8b
00278 {0x300c,{0x00,0x00,0x00,0x3f,0x01,0x01,0x01}}, // \xe3\x80\x8c
00279 {0x300d,{0x40,0x40,0x40,0x7e,0x00,0x00,0x00}}, // \xe3\x80\x8d
00280 {0x300e,{0x00,0x00,0x3f,0x21,0x3d,0x05,0x07}}, // \xe3\x80\x8e
00281 {0x300f,{0x70,0x50,0x5e,0x42,0x7e,0x00,0x00}}, // \xe3\x80\x8f
00282 {0x3010,{0x00,0x00,0x00,0x00,0x7f,0x63,0x41}}, // \xe3\x80\x90
00283 {0x3011,{0x41,0x63,0x7f,0x00,0x00,0x00,0x00}}, // \xe3\x80\x91
00284 {0x3012,{0x05,0x05,0x05,0x7d,0x05,0x05,0x05}}, // \xe3\x80\x92
00285 {0x3013,{0x36,0x36,0x36,0x36,0x36,0x36,0x36}}, // \xe3\x80\x93
00286 {0x3014,{0x00,0x00,0x00,0x3e,0x22,0x41,0x41}}, // \xe3\x80\x94
00287 {0x3015,{0x41,0x41,0x22,0x3e,0x00,0x00,0x00}}, // \xe3\x80\x95
00288 {0x301c,{0x08,0x04,0x04,0x08,0x10,0x10,0x08}}, // \xe3\x80\x9c
00289 {0x3041,{0x00,0x20,0x54,0x7e,0x34,0x14,0x60}}, // \xe3\x81\x81
00290 {0x3042,{0x20,0x52,0x7f,0x2a,0x1a,0x4a,0x30}}, // \xe3\x81\x82
00291 {0x3043,{0x00,0x3c,0x40,0x20,0x04,0x18,0x00}}, // \xe3\x81\x83
00292 {0x3044,{0x1e,0x20,0x40,0x20,0x02,0x04,0x18}}, // \xe3\x81\x84
00293 {0x3045,{0x00,0x10,0x4a,0x4a,0x2a,0x10,0x00}}, // \xe3\x81\x85
00294 {0x3046,{0x00,0x08,0x45,0x45,0x45,0x25,0x18}}, // \xe3\x81\x86
00295 {0x3047,{0x00,0x48,0x2a,0x3a,0x4a,0x40,0x00}}, // \xe3\x81\x87
00296 {0x3048,{0x00,0x44,0x25,0x15,0x3d,0x45,0x40}}, // \xe3\x81\x88
00297 {0x3049,{0x00,0x24,0x7e,0x14,0x50,0x24,0x00}}, // \xe3\x81\x89
00298 {0x304a,{0x22,0x52,0x7f,0x0a,0x48,0x4a,0x34}}, // \xe3\x81\x8a
00299 {0x304b,{0x44,0x34,0x4f,0x44,0x38,0x04,0x18}}, // \xe3\x81\x8b
00300 {0x304c,{0x44,0x34,0x4f,0x44,0x39,0x04,0x19}}, // \xe3\x81\x8c
00301 {0x304d,{0x00,0x2a,0x5a,0x4b,0x4e,0x5a,0x08}}, // \xe3\x81\x8d
00302 {0x304e,{0x00,0x2a,0x5a,0x4b,0x4e,0x5b,0x08}}, // \xe3\x81\x8e
00303 {0x304f,{0x00,0x08,0x14,0x14,0x22,0x41,0x00}}, // \xe3\x81\x8f
00304 {0x3050,{0x00,0x08,0x14,0x14,0x22,0x45,0x04}}, // \xe3\x81\x90
00305 {0x3051,{0x3f,0x00,0x04,0x44,0x3f,0x04,0x04}}, // \xe3\x81\x91
00306 {0x3052,{0x3f,0x00,0x04,0x44,0x3f,0x04,0x05}}, // \xe3\x81\x92
00307 {0x3053,{0x00,0x20,0x52,0x42,0x42,0x42,0x40}}, // \xe3\x81\x93
00308 {0x3054,{0x00,0x20,0x52,0x42,0x43,0x42,0x41}}, // \xe3\x81\x94
00309 {0x3055,{0x00,0x24,0x54,0x44,0x47,0x5c,0x04}}, // \xe3\x81\x95
00310 {0x3056,{0x00,0x24,0x54,0x44,0x47,0x5c,0x05}}, // \xe3\x81\x96
00311 {0x3057,{0x00,0x00,0x3f,0x40,0x40,0x40,0x20}}, // \xe3\x81\x97
00312 {0x3058,{0x00,0x00,0x3f,0x40,0x41,0x40,0x21}}, // \xe3\x81\x98
00313 {0x3059,{0x02,0x02,0x0a,0x56,0x3f,0x02,0x02}}, // \xe3\x81\x99
00314 {0x305a,{0x02,0x02,0x0a,0x56,0x3f,0x02,0x03}}, // \xe3\x81\x9a
00315 {0x305b,{0x04,0x04,0x3f,0x44,0x54,0x5f,0x44}}, // \xe3\x81\x9b
00316 {0x305c,{0x04,0x04,0x3f,0x44,0x54,0x5f,0x45}}, // \xe3\x81\x9c
00317 {0x305d,{0x00,0x08,0x09,0x3d,0x4b,0x49,0x08}}, // \xe3\x81\x9d
00318 {0x305e,{0x00,0x08,0x09,0x3d,0x4b,0x49,0x0a}}, // \xe3\x81\x9e
00319 {0x305f,{0x42,0x3a,0x07,0x22,0x54,0x44,0x44}}, // \xe3\x81\x9f
00320 {0x3060,{0x42,0x3a,0x07,0x22,0x55,0x44,0x45}}, // \xe3\x81\xa0
00321 {0x3061,{0x00,0x02,0x12,0x4e,0x4b,0x4a,0x32}}, // \xe3\x81\xa1
00322 {0x3062,{0x00,0x02,0x12,0x4e,0x4b,0x4a,0x33}}, // \xe3\x81\xa2
00323 {0x3063,{0x00,0x10,0x10,0x48,0x48,0x30,0x00}}, // \xe3\x81\xa3
00324 {0x3064,{0x04,0x04,0x02,0x22,0x22,0x22,0x1c}}, // \xe3\x81\xa4
00325 {0x3065,{0x04,0x04,0x02,0x22,0x23,0x22,0x1d}}, // \xe3\x81\xa5
00326 {0x3066,{0x00,0x02,0x02,0x1a,0x25,0x43,0x41}}, // \xe3\x81\xa6
00327 {0x3067,{0x00,0x02,0x02,0x1a,0x25,0x43,0x45}}, // \xe3\x81\xa7
00328 {0x3068,{0x00,0x20,0x57,0x48,0x48,0x44,0x44}}, // \xe3\x81\xa8
00329 {0x3069,{0x00,0x20,0x57,0x48,0x49,0x44,0x45}}, // \xe3\x81\xa9
00330 {0x306a,{0x12,0x0a,0x27,0x52,0x50,0x3a,0x24}}, // \xe3\x81\xaa
00331 {0x306b,{0x7f,0x00,0x20,0x52,0x42,0x42,0x40}}, // \xe3\x81\xab
00332 {0x306c,{0x30,0x4e,0x38,0x54,0x0f,0x64,0x78}}, // \xe3\x81\xac
00333 {0x306d,{0x24,0x14,0x7f,0x04,0x22,0x52,0x3c}}, // \xe3\x81\xad
00334 {0x306e,{0x18,0x24,0x12,0x4e,0x42,0x24,0x18}}, // \xe3\x81\xae
00335 {0x306f,{0x7f,0x00,0x24,0x54,0x54,0x3f,0x44}}, // \xe3\x81\xaf
00336 {0x3070,{0x7f,0x00,0x24,0x54,0x54,0x3f,0x45}}, // \xe3\x81\xb0
00337 {0x3071,{0x7f,0x00,0x24,0x54,0x56,0x3d,0x46}}, // \xe3\x81\xb1
00338 {0x3072,{0x02,0x3a,0x47,0x40,0x41,0x3e,0x04}}, // \xe3\x81\xb2
00339 {0x3073,{0x02,0x3a,0x47,0x40,0x41,0x3e,0x05}}, // \xe3\x81\xb3
00340 {0x3074,{0x02,0x3a,0x47,0x40,0x43,0x3d,0x06}}, // \xe3\x81\xb4
00341 {0x3075,{0x40,0x30,0x40,0x4d,0x32,0x10,0x60}}, // \xe3\x81\xb5
00342 {0x3076,{0x40,0x30,0x40,0x4d,0x32,0x11,0x61}}, // \xe3\x81\xb6
00343 {0x3077,{0x40,0x30,0x40,0x4d,0x32,0x15,0x62}}, // \xe3\x81\xb7
00344 {0x3078,{0x08,0x04,0x02,0x04,0x08,0x10,0x10}}, // \xe3\x81\xb8
00345 {0x3079,{0x08,0x04,0x02,0x04,0x09,0x10,0x11}}, // \xe3\x81\xb9
00346 {0x307a,{0x08,0x04,0x02,0x04,0x0a,0x15,0x12}}, // \xe3\x81\xba
00347 {0x307b,{0x7f,0x00,0x6a,0x6a,0x7e,0x2a,0x4a}}, // \xe3\x81\xbb
00348 {0x307c,{0x7f,0x00,0x6a,0x6a,0x7f,0x2a,0x4b}}, // \xe3\x81\xbc
00349 {0x307d,{0x7f,0x00,0x6a,0x6a,0x7e,0x2d,0x4a}}, // \xe3\x81\xbd
00350 {0x307e,{0x00,0x6a,0x6a,0x6a,0x7f,0x2a,0x4a}}, // \xe3\x81\xbe
00351 {0x307f,{0x30,0x29,0x1d,0x4b,0x48,0x3c,0x10}}, // \xe3\x81\xbf
00352 {0x3080,{0x12,0x2a,0x7f,0x42,0x40,0x42,0x24}}, // \xe3\x82\x80
00353 {0x3081,{0x30,0x4e,0x38,0x54,0x0f,0x44,0x38}}, // \xe3\x82\x81
00354 {0x3082,{0x00,0x0a,0x3e,0x4b,0x4a,0x4a,0x30}}, // \xe3\x82\x82
00355 {0x3083,{0x00,0x08,0x0e,0x38,0x46,0x14,0x08}}, // \xe3\x82\x83
00356 {0x3084,{0x04,0x07,0x1c,0x62,0x03,0x0a,0x04}}, // \xe3\x82\x84
00357 {0x3085,{0x00,0x1c,0x48,0x3e,0x24,0x18,0x00}}, // \xe3\x82\x85
00358 {0x3086,{0x1e,0x04,0x52,0x3f,0x12,0x12,0x0c}}, // \xe3\x82\x86
00359 {0x3087,{0x00,0x20,0x50,0x50,0x3e,0x48,0x00}}, // \xe3\x82\x87
00360 {0x3088,{0x00,0x20,0x50,0x50,0x3f,0x24,0x44}}, // \xe3\x82\x88
00361 {0x3089,{0x00,0x1c,0x51,0x49,0x4a,0x48,0x30}}, // \xe3\x82\x89
00362 {0x308a,{0x00,0x0f,0x42,0x41,0x21,0x1e,0x00}}, // \xe3\x82\x8a
00363 {0x308b,{0x00,0x10,0x69,0x6d,0x4b,0x49,0x30}}, // \xe3\x82\x8b
00364 {0x308c,{0x24,0x14,0x7f,0x04,0x02,0x3e,0x40}}, // \xe3\x82\x8c
00365 {0x308d,{0x00,0x10,0x49,0x4d,0x4b,0x49,0x30}}, // \xe3\x82\x8d
00366 {0x308e,{0x00,0x28,0x18,0x7e,0x08,0x44,0x38}}, // \xe3\x82\x8e
00367 {0x308f,{0x24,0x14,0x7f,0x04,0x42,0x42,0x3c}}, // \xe3\x82\x8f
00368 {0x3090,{0x30,0x49,0x25,0x1f,0x24,0x54,0x38}}, // \xe3\x82\x90
00369 {0x3091,{0x40,0x28,0x25,0x57,0x35,0x28,0x40}}, // \xe3\x82\x91
00370 {0x3092,{0x10,0x0a,0x2e,0x5b,0x72,0x4a,0x48}}, // \xe3\x82\x92
00371 {0x3093,{0x40,0x30,0x0c,0x33,0x40,0x40,0x20}}, // \xe3\x82\x93
00372 {0x309b,{0x01,0x02,0x01,0x02,0x00,0x00,0x00}}, // \xe3\x82\x9b
00373 {0x309c,{0x02,0x05,0x02,0x00,0x00,0x00,0x00}}, // \xe3\x82\x9c
00374 {0x309d,{0x00,0x00,0x22,0x24,0x18,0x10,0x00}}, // \xe3\x82\x9d
00375 {0x309e,{0x00,0x00,0x22,0x24,0x19,0x10,0x01}}, // \xe3\x82\x9e
00376 {0x30a1,{0x00,0x04,0x44,0x3c,0x14,0x0c,0x00}}, // \xe3\x82\xa1
00377 {0x30a2,{0x00,0x01,0x41,0x3d,0x09,0x05,0x03}}, // \xe3\x82\xa2
00378 {0x30a3,{0x00,0x20,0x20,0x10,0x78,0x04,0x00}}, // \xe3\x82\xa3
00379 {0x30a4,{0x00,0x10,0x10,0x08,0x7c,0x02,0x01}}, // \xe3\x82\xa4
00380 {0x30a5,{0x00,0x18,0x48,0x4c,0x28,0x18,0x00}}, // \xe3\x82\xa5
00381 {0x30a6,{0x00,0x06,0x42,0x43,0x22,0x12,0x0e}}, // \xe3\x82\xa6
00382 {0x30a7,{0x00,0x40,0x48,0x78,0x48,0x40,0x00}}, // \xe3\x82\xa7
00383 {0x30a8,{0x20,0x22,0x22,0x3e,0x22,0x22,0x20}}, // \xe3\x82\xa8
00384 {0x30a9,{0x00,0x28,0x28,0x58,0x7c,0x08,0x00}}, // \xe3\x82\xa9
00385 {0x30aa,{0x22,0x22,0x12,0x4a,0x7f,0x02,0x02}}, // \xe3\x82\xaa
00386 {0x30ab,{0x00,0x42,0x22,0x1f,0x02,0x42,0x7e}}, // \xe3\x82\xab
00387 {0x30ac,{0x00,0x42,0x22,0x1f,0x02,0x42,0x7f}}, // \xe3\x82\xac
00388 {0x30ad,{0x00,0x12,0x12,0x1f,0x72,0x12,0x10}}, // \xe3\x82\xad
00389 {0x30ae,{0x00,0x12,0x12,0x1f,0x72,0x13,0x10}}, // \xe3\x82\xae
00390 {0x30af,{0x00,0x08,0x44,0x43,0x22,0x12,0x0e}}, // \xe3\x82\xaf
00391 {0x30b0,{0x00,0x08,0x44,0x43,0x22,0x12,0x0f}}, // \xe3\x82\xb0
00392 {0x30b1,{0x08,0x07,0x42,0x22,0x1e,0x02,0x02}}, // \xe3\x82\xb1
00393 {0x30b2,{0x08,0x07,0x42,0x22,0x1f,0x02,0x03}}, // \xe3\x82\xb2
00394 {0x30b3,{0x00,0x42,0x42,0x42,0x42,0x42,0x7e}}, // \xe3\x82\xb3
00395 {0x30b4,{0x00,0x42,0x42,0x42,0x43,0x42,0x7f}}, // \xe3\x82\xb4
00396 {0x30b5,{0x02,0x02,0x4f,0x42,0x22,0x1f,0x02}}, // \xe3\x82\xb5
00397 {0x30b6,{0x02,0x02,0x4f,0x42,0x23,0x1e,0x03}}, // \xe3\x82\xb6
00398 {0x30b7,{0x00,0x45,0x4a,0x40,0x20,0x10,0x0c}}, // \xe3\x82\xb7
00399 {0x30b8,{0x00,0x45,0x4a,0x40,0x21,0x10,0x0d}}, // \xe3\x82\xb8
00400 {0x30b9,{0x40,0x42,0x22,0x22,0x1a,0x26,0x40}}, // \xe3\x82\xb9
00401 {0x30ba,{0x40,0x42,0x22,0x22,0x1b,0x26,0x41}}, // \xe3\x82\xba
00402 {0x30bb,{0x04,0x04,0x3f,0x44,0x44,0x54,0x4c}}, // \xe3\x82\xbb
00403 {0x30bc,{0x04,0x04,0x3f,0x44,0x45,0x54,0x4d}}, // \xe3\x82\xbc
00404 {0x30bd,{0x00,0x01,0x46,0x40,0x20,0x10,0x0f}}, // \xe3\x82\xbd
00405 {0x30be,{0x00,0x01,0x46,0x40,0x20,0x11,0x0f}}, // \xe3\x82\xbe
00406 {0x30bf,{0x00,0x08,0x44,0x4b,0x2a,0x12,0x0e}}, // \xe3\x82\xbf
00407 {0x30c0,{0x00,0x08,0x44,0x4b,0x2a,0x12,0x0f}}, // \xe3\x83\x80
00408 {0x30c1,{0x08,0x0a,0x4a,0x3e,0x09,0x09,0x08}}, // \xe3\x83\x81
00409 {0x30c2,{0x08,0x0a,0x4a,0x3e,0x09,0x08,0x09}}, // \xe3\x83\x82
00410 {0x30c3,{0x00,0x18,0x40,0x58,0x20,0x18,0x00}}, // \xe3\x83\x83
00411 {0x30c4,{0x02,0x0c,0x42,0x4c,0x20,0x10,0x0e}}, // \xe3\x83\x84
00412 {0x30c5,{0x02,0x0c,0x42,0x4c,0x21,0x10,0x0d}}, // \xe3\x83\x85
00413 {0x30c6,{0x04,0x05,0x45,0x3d,0x05,0x05,0x04}}, // \xe3\x83\x86
00414 {0x30c7,{0x04,0x05,0x45,0x3d,0x05,0x04,0x05}}, // \xe3\x83\x87
00415 {0x30c8,{0x00,0x00,0x7f,0x08,0x08,0x10,0x00}}, // \xe3\x83\x88
00416 {0x30c9,{0x00,0x00,0x7f,0x08,0x09,0x10,0x01}}, // \xe3\x83\x89
00417 {0x30ca,{0x04,0x44,0x24,0x1f,0x04,0x04,0x04}}, // \xe3\x83\x8a
00418 {0x30cb,{0x20,0x22,0x22,0x22,0x22,0x22,0x20}}, // \xe3\x83\x8b
00419 {0x30cc,{0x40,0x41,0x25,0x15,0x19,0x27,0x00}}, // \xe3\x83\x8c
00420 {0x30cd,{0x20,0x22,0x12,0x7b,0x06,0x12,0x20}}, // \xe3\x83\x8d
00421 {0x30ce,{0x40,0x40,0x20,0x10,0x08,0x07,0x00}}, // \xe3\x83\x8e
00422 {0x30cf,{0x40,0x30,0x0e,0x00,0x02,0x0c,0x70}}, // \xe3\x83\x8f
00423 {0x30d0,{0x40,0x30,0x0e,0x00,0x02,0x0d,0x71}}, // \xe3\x83\x90
00424 {0x30d1,{0x40,0x30,0x0e,0x00,0x02,0x0d,0x72}}, // \xe3\x83\x91
00425 {0x30d2,{0x00,0x3f,0x48,0x48,0x48,0x44,0x44}}, // \xe3\x83\x92
00426 {0x30d3,{0x00,0x3f,0x48,0x48,0x49,0x44,0x45}}, // \xe3\x83\x93
00427 {0x30d4,{0x00,0x3f,0x48,0x48,0x4a,0x45,0x46}}, // \xe3\x83\x94
00428 {0x30d5,{0x00,0x02,0x42,0x42,0x22,0x12,0x0e}}, // \xe3\x83\x95
00429 {0x30d6,{0x00,0x02,0x42,0x42,0x23,0x12,0x0f}}, // \xe3\x83\x96
00430 {0x30d7,{0x00,0x02,0x42,0x42,0x22,0x15,0x0e}}, // \xe3\x83\x97
00431 {0x30d8,{0x08,0x04,0x02,0x04,0x08,0x10,0x20}}, // \xe3\x83\x98
00432 {0x30d9,{0x08,0x04,0x02,0x04,0x09,0x10,0x21}}, // \xe3\x83\x99
00433 {0x30da,{0x08,0x04,0x02,0x04,0x0a,0x15,0x22}}, // \xe3\x83\x9a
00434 {0x30db,{0x24,0x14,0x44,0x7f,0x04,0x14,0x24}}, // \xe3\x83\x9b
00435 {0x30dc,{0x24,0x14,0x44,0x7f,0x05,0x14,0x25}}, // \xe3\x83\x9c
00436 {0x30dd,{0x24,0x14,0x44,0x7f,0x06,0x15,0x22}}, // \xe3\x83\x9d
00437 {0x30de,{0x02,0x02,0x12,0x22,0x52,0x0a,0x06}}, // \xe3\x83\x9e
00438 {0x30df,{0x00,0x21,0x25,0x29,0x4a,0x42,0x00}}, // \xe3\x83\x9f
00439 {0x30e0,{0x40,0x70,0x4c,0x43,0x50,0x20,0x40}}, // \xe3\x83\xa0
00440 {0x30e1,{0x40,0x44,0x24,0x14,0x08,0x37,0x00}}, // \xe3\x83\xa1
00441 {0x30e2,{0x00,0x08,0x09,0x3f,0x49,0x49,0x48}}, // \xe3\x83\xa2
00442 {0x30e3,{0x00,0x10,0x1c,0x68,0x08,0x18,0x00}}, // \xe3\x83\xa3
00443 {0x30e4,{0x04,0x04,0x0f,0x74,0x02,0x0a,0x06}}, // \xe3\x83\xa4
00444 {0x30e5,{0x00,0x40,0x48,0x48,0x78,0x40,0x00}}, // \xe3\x83\xa5
00445 {0x30e6,{0x20,0x22,0x22,0x22,0x3e,0x20,0x20}}, // \xe3\x83\xa6
00446 {0x30e7,{0x00,0x00,0x44,0x54,0x54,0x7c,0x00}}, // \xe3\x83\xa7
00447 {0x30e8,{0x00,0x42,0x4a,0x4a,0x4a,0x4a,0x7e}}, // \xe3\x83\xa8
00448 {0x30e9,{0x00,0x04,0x45,0x45,0x25,0x15,0x0c}}, // \xe3\x83\xa9
00449 {0x30ea,{0x00,0x0f,0x40,0x40,0x20,0x1f,0x00}}, // \xe3\x83\xaa
00450 {0x30eb,{0x40,0x20,0x1e,0x00,0x7f,0x20,0x10}}, // \xe3\x83\xab
00451 {0x30ec,{0x00,0x00,0x7f,0x40,0x20,0x10,0x08}}, // \xe3\x83\xac
00452 {0x30ed,{0x00,0x7e,0x42,0x42,0x42,0x42,0x7e}}, // \xe3\x83\xad
00453 {0x30ee,{0x00,0x0c,0x44,0x44,0x24,0x1c,0x00}}, // \xe3\x83\xae
00454 {0x30ef,{0x00,0x06,0x42,0x42,0x22,0x12,0x0e}}, // \xe3\x83\xaf
00455 {0x30f0,{0x10,0x12,0x1e,0x12,0x12,0x7f,0x12}}, // \xe3\x83\xb0
00456 {0x30f1,{0x20,0x22,0x22,0x3a,0x26,0x22,0x20}}, // \xe3\x83\xb1
00457 {0x30f2,{0x00,0x01,0x45,0x45,0x25,0x15,0x0f}}, // \xe3\x83\xb2
00458 {0x30f3,{0x00,0x41,0x42,0x40,0x20,0x10,0x0c}}, // \xe3\x83\xb3
00459 {0x30f4,{0x00,0x06,0x42,0x43,0x22,0x12,0x0f}}, // \xe3\x83\xb4
00460 {0x30f5,{0x00,0x48,0x28,0x1c,0x48,0x78,0x00}}, // \xe3\x83\xb5
00461 {0x30f6,{0x00,0x10,0x0c,0x48,0x38,0x08,0x00}}, // \xe3\x83\xb6
00462 {0x30fb,{0x00,0x00,0x18,0x18,0x00,0x00,0x00}}, // \xe3\x83\xbb
00463 {0x30fc,{0x04,0x08,0x08,0x08,0x08,0x08,0x08}}, // \xe3\x83\xbc
00464 {0x30fd,{0x00,0x00,0x04,0x08,0x30,0x00,0x00}}, // \xe3\x83\xbd
00465 {0x30fe,{0x00,0x00,0x04,0x08,0x31,0x00,0x01}}, // \xe3\x83\xbe
00466 {0x4e00,{0x08,0x08,0x08,0x08,0x08,0x0c,0x08}}, // \xe4\xb8\x80
00467 {0x4e01,{0x01,0x01,0x41,0x7f,0x01,0x01,0x01}}, // \xe4\xb8\x81
00468 {0x4e03,{0x08,0x08,0x3f,0x48,0x44,0x44,0x64}}, // \xe4\xb8\x83
00469 {0x4e07,{0x41,0x21,0x1f,0x05,0x45,0x7d,0x01}}, // \xe4\xb8\x87
00470 {0x4e08,{0x42,0x42,0x2a,0x1f,0x22,0x42,0x42}}, // \xe4\xb8\x88
00471 {0x4e09,{0x40,0x42,0x4a,0x4a,0x4a,0x42,0x40}}, // \xe4\xb8\x89
00472 {0x4e0a,{0x40,0x40,0x40,0x7f,0x44,0x44,0x40}}, // \xe4\xb8\x8a
00473 {0x4e0b,{0x01,0x01,0x01,0x7f,0x05,0x09,0x01}}, // \xe4\xb8\x8b
00474 {0x4e0d,{0x11,0x11,0x09,0x7f,0x01,0x09,0x11}}, // \xe4\xb8\x8d
00475 {0x4e0e,{0x10,0x10,0x1f,0x5a,0x7a,0x12,0x10}}, // \xe4\xb8\x8e
00476 {0x4e10,{0x01,0x1d,0x11,0x1f,0x15,0x55,0x71}}, // \xe4\xb8\x90
00477 {0x4e11,{0x48,0x49,0x79,0x4f,0x49,0x7f,0x48}}, // \xe4\xb8\x91
00478 {0x4e14,{0x40,0x7f,0x55,0x55,0x55,0x7f,0x40}}, // \xe4\xb8\x94
00479 {0x4e15,{0x49,0x49,0x45,0x7f,0x41,0x45,0x49}}, // \xe4\xb8\x95
00480 {0x4e16,{0x04,0x7f,0x44,0x5f,0x54,0x5f,0x44}}, // \xe4\xb8\x96
00481 {0x4e17,{0x04,0x7f,0x44,0x7f,0x44,0x7f,0x04}}, // \xe4\xb8\x97
00482 {0x4e18,{0x40,0x7e,0x4a,0x4a,0x79,0x49,0x40}}, // \xe4\xb8\x98
00483 {0x4e19,{0x7d,0x25,0x15,0x0f,0x15,0x45,0x7d}}, // \xe4\xb8\x99
00484 {0x4e1e,{0x54,0x4d,0x61,0x7d,0x43,0x49,0x54}}, // \xe4\xb8\x9e
00485 {0x4e21,{0x7d,0x35,0x25,0x3f,0x25,0x35,0x7d}}, // \xe4\xb8\xa1
00486 {0x4e26,{0x42,0x5a,0x7f,0x42,0x7e,0x53,0x4a}}, // \xe4\xb8\xa6
00487 {0x4e2a,{0x04,0x04,0x02,0x7d,0x02,0x04,0x04}}, // \xe4\xb8\xaa
00488 {0x4e2d,{0x1e,0x12,0x12,0x7f,0x12,0x12,0x1e}}, // \xe4\xb8\xad
00489 {0x4e31,{0x1e,0x50,0x3f,0x00,0x7f,0x10,0x1e}}, // \xe4\xb8\xb1
00490 {0x4e32,{0x30,0x36,0x36,0x7f,0x36,0x36,0x30}}, // \xe4\xb8\xb2
00491 {0x4e36,{0x00,0x00,0x02,0x04,0x18,0x00,0x00}}, // \xe4\xb8\xb6
00492 {0x4e38,{0x42,0x2a,0x1f,0x12,0x7e,0x40,0x60}}, // \xe4\xb8\xb8
00493 {0x4e39,{0x50,0x3f,0x11,0x15,0x51,0x7f,0x10}}, // \xe4\xb8\xb9
00494 {0x4e3b,{0x44,0x54,0x55,0x7e,0x54,0x54,0x44}}, // \xe4\xb8\xbb
00495 {0x4e3c,{0x12,0x52,0x3f,0x16,0x12,0x7f,0x12}}, // \xe4\xb8\xbc
00496 {0x4e3f,{0x00,0x40,0x40,0x20,0x1f,0x00,0x00}}, // \xe4\xb8\xbf
00497 {0x4e42,{0x40,0x43,0x2c,0x10,0x2c,0x43,0x40}}, // \xe4\xb9\x82
00498 {0x4e43,{0x41,0x31,0x0f,0x01,0x07,0x44,0x7c}}, // \xe4\xb9\x83
00499 {0x4e45,{0x48,0x44,0x23,0x22,0x1a,0x26,0x40}}, // \xe4\xb9\x85
00500 {0x4e4b,{0x40,0x32,0x22,0x53,0x4a,0x46,0x40}}, // \xe4\xb9\x8b
00501 {0x4e4d,{0x08,0x04,0x03,0x7e,0x2a,0x2a,0x2a}}, // \xe4\xb9\x8d
00502 {0x4e4e,{0x12,0x16,0x52,0x7e,0x11,0x15,0x11}}, // \xe4\xb9\x8e
00503 {0x4e4f,{0x40,0x35,0x25,0x57,0x4d,0x45,0x40}}, // \xe4\xb9\x8f
00504 {0x4e55,{0x40,0x3e,0x6e,0x2e,0x7e,0x2d,0x6d}}, // \xe4\xb9\x95
00505 {0x4e56,{0x2c,0x3e,0x06,0x7e,0x05,0x3d,0x2c}}, // \xe4\xb9\x96
00506 {0x4e57,{0x54,0x5e,0x36,0x7e,0x35,0x5d,0x54}}, // \xe4\xb9\x97
00507 {0x4e58,{0x54,0x5e,0x26,0x7e,0x25,0x5d,0x54}}, // \xe4\xb9\x98
00508 {0x4e59,{0x20,0x51,0x49,0x45,0x43,0x40,0x60}}, // \xe4\xb9\x99
00509 {0x4e5d,{0x42,0x32,0x0f,0x02,0x7e,0x40,0x60}}, // \xe4\xb9\x9d
00510 {0x4e5e,{0x04,0x23,0x56,0x56,0x4e,0x42,0x62}}, // \xe4\xb9\x9e
00511 {0x4e5f,{0x08,0x08,0x3e,0x44,0x5f,0x44,0x6c}}, // \xe4\xb9\x9f
00512 {0x4e62,{0x38,0x20,0x3f,0x20,0x7f,0x40,0x60}}, // \xe4\xb9\xa2
00513 {0x4e71,{0x04,0x76,0x5e,0x75,0x7f,0x40,0x60}}, // \xe4\xb9\xb1
00514 {0x4e73,{0x22,0x2a,0x69,0x3b,0x21,0x7f,0x40}}, // \xe4\xb9\xb3
00515 {0x4e7e,{0x2d,0x77,0x2d,0x23,0x56,0x4e,0x62}}, // \xe4\xb9\xbe
00516 {0x4e80,{0x32,0x2e,0x2d,0x3d,0x6f,0x7c,0x40}}, // \xe4\xba\x80
00517 {0x4e82,{0x72,0x55,0x37,0x7d,0x02,0x7f,0x40}}, // \xe4\xba\x82
00518 {0x4e85,{0x00,0x00,0x40,0x7f,0x00,0x00,0x00}}, // \xe4\xba\x85
00519 {0x4e86,{0x01,0x01,0x41,0x7d,0x05,0x03,0x01}}, // \xe4\xba\x86
00520 {0x4e88,{0x08,0x09,0x4b,0x7d,0x0b,0x09,0x18}}, // \xe4\xba\x88
00521 {0x4e89,{0x0a,0x2a,0x6d,0x7d,0x2f,0x3c,0x08}}, // \xe4\xba\x89
00522 {0x4e8a,{0x12,0x16,0x5a,0x7f,0x3a,0x3e,0x12}}, // \xe4\xba\x8a
00523 {0x4e8b,{0x2a,0x2e,0x6a,0x7f,0x2a,0x3e,0x12}}, // \xe4\xba\x8b
00524 {0x4e8c,{0x40,0x42,0x42,0x42,0x42,0x42,0x40}}, // \xe4\xba\x8c
00525 {0x4e8e,{0x08,0x09,0x49,0x7f,0x09,0x09,0x08}}, // \xe4\xba\x8e
00526 {0x4e91,{0x44,0x45,0x65,0x5d,0x45,0x25,0x44}}, // \xe4\xba\x91
00527 {0x4e92,{0x41,0x51,0x5f,0x55,0x75,0x4d,0x41}}, // \xe4\xba\x92
00528 {0x4e94,{0x40,0x49,0x79,0x4f,0x49,0x79,0x40}}, // \xe4\xba\x94
00529 {0x4e95,{0x12,0x52,0x3f,0x12,0x12,0x7f,0x12}}, // \xe4\xba\x95
00530 {0x4e98,{0x41,0x7f,0x6b,0x6b,0x6b,0x7f,0x41}}, // \xe4\xba\x98
00531 {0x4e99,{0x41,0x51,0x4f,0x55,0x6d,0x5d,0x41}}, // \xe4\xba\x99
00532 {0x4e9b,{0x4e,0x58,0x5f,0x5a,0x50,0x5f,0x4a}}, // \xe4\xba\x9b
00533 {0x4e9c,{0x5d,0x55,0x7f,0x55,0x7f,0x55,0x5d}}, // \xe4\xba\x9c
00534 {0x4e9e,{0x5d,0x55,0x77,0x41,0x77,0x55,0x5d}}, // \xe4\xba\x9e
00535 {0x4e9f,{0x59,0x59,0x67,0x7d,0x6d,0x55,0x6d}}, // \xe4\xba\x9f
00536 {0x4ea0,{0x08,0x08,0x08,0x0e,0x08,0x08,0x08}}, // \xe4\xba\xa0
00537 {0x4ea1,{0x02,0x3e,0x42,0x43,0x42,0x42,0x42}}, // \xe4\xba\xa1
00538 {0x4ea2,{0x42,0x42,0x3a,0x0b,0x7a,0x42,0x62}}, // \xe4\xba\xa2
00539 {0x4ea4,{0x4a,0x4a,0x56,0x23,0x56,0x4a,0x4a}}, // \xe4\xba\xa4
00540 {0x4ea5,{0x42,0x4a,0x56,0x2b,0x12,0x2a,0x42}}, // \xe4\xba\xa5
00541 {0x4ea6,{0x22,0x5a,0x3e,0x43,0x7e,0x0a,0x32}}, // \xe4\xba\xa6
00542 {0x4ea8,{0x02,0x0e,0x4a,0x6b,0x1a,0x0e,0x02}}, // \xe4\xba\xa8
00543 {0x4eab,{0x22,0x2e,0x2a,0x6b,0x3a,0x2e,0x22}}, // \xe4\xba\xab
00544 {0x4eac,{0x42,0x2e,0x4a,0x7b,0x0a,0x2e,0x42}}, // \xe4\xba\xac
00545 {0x4ead,{0x1a,0x0e,0x5a,0x7b,0x1a,0x0e,0x1a}}, // \xe4\xba\xad
00546 {0x4eae,{0x5a,0x4e,0x2a,0x0b,0x6a,0x4e,0x5a}}, // \xe4\xba\xae
00547 {0x4eb0,{0x42,0x3e,0x5a,0x7b,0x1a,0x3e,0x42}}, // \xe4\xba\xb0
00548 {0x4eb3,{0x1a,0x2e,0x2a,0x7b,0x5a,0x4e,0x5a}}, // \xe4\xba\xb3
00549 {0x4eb6,{0x42,0x4e,0x7e,0x5b,0x7e,0x4e,0x42}}, // \xe4\xba\xb6
00550 {0x4eba,{0x40,0x20,0x18,0x07,0x18,0x20,0x40}}, // \xe4\xba\xba
00551 {0x4ec0,{0x04,0x7e,0x05,0x04,0x7f,0x04,0x04}}, // \xe4\xbb\x80
00552 {0x4ec1,{0x04,0x7e,0x01,0x40,0x42,0x42,0x42}}, // \xe4\xbb\x81
00553 {0x4ec2,{0x04,0x7e,0x01,0x42,0x3f,0x42,0x7e}}, // \xe4\xbb\x82
00554 {0x4ec4,{0x40,0x3f,0x41,0x21,0x1f,0x21,0x41}}, // \xe4\xbb\x84
00555 {0x4ec6,{0x04,0x7e,0x01,0x00,0x7f,0x08,0x10}}, // \xe4\xbb\x86
00556 {0x4ec7,{0x04,0x7e,0x43,0x3e,0x03,0x7e,0x40}}, // \xe4\xbb\x87
00557 {0x4eca,{0x04,0x14,0x52,0x55,0x36,0x14,0x04}}, // \xe4\xbb\x8a
00558 {0x4ecb,{0x04,0x44,0x3a,0x01,0x7a,0x04,0x04}}, // \xe4\xbb\x8b
00559 {0x4ecd,{0x04,0x7e,0x41,0x3f,0x01,0x47,0x7c}}, // \xe4\xbb\x8d
00560 {0x4ece,{0x40,0x30,0x0f,0x50,0x20,0x1f,0x60}}, // \xe4\xbb\x8e
00561 {0x4ecf,{0x04,0x7e,0x41,0x70,0x4f,0x20,0x40}}, // \xe4\xbb\x8f
00562 {0x4ed4,{0x04,0x7e,0x09,0x49,0x7d,0x0b,0x08}}, // \xe4\xbb\x94
00563 {0x4ed5,{0x04,0x7e,0x05,0x44,0x7f,0x44,0x04}}, // \xe4\xbb\x95
00564 {0x4ed6,{0x04,0x7e,0x09,0x7e,0x44,0x5f,0x6c}}, // \xe4\xbb\x96
00565 {0x4ed7,{0x04,0x7e,0x43,0x2a,0x1f,0x22,0x42}}, // \xe4\xbb\x97
00566 {0x4ed8,{0x04,0x7e,0x01,0x0a,0x52,0x7f,0x02}}, // \xe4\xbb\x98
00567 {0x4ed9,{0x04,0x7e,0x7d,0x40,0x7f,0x40,0x7c}}, // \xe4\xbb\x99
00568 {0x4edd,{0x44,0x4c,0x4a,0x79,0x4a,0x4c,0x44}}, // \xe4\xbb\x9d
00569 {0x4ede,{0x04,0x7e,0x11,0x4d,0x3f,0x41,0x7f}}, // \xe4\xbb\x9e
00570 {0x4edf,{0x04,0x7e,0x09,0x0a,0x7e,0x09,0x08}}, // \xe4\xbb\x9f
00571 {0x4ee3,{0x04,0x7e,0x01,0x04,0x0f,0x34,0x45}}, // \xe4\xbb\xa3
00572 {0x4ee4,{0x14,0x14,0x12,0x75,0x16,0x14,0x34}}, // \xe4\xbb\xa4
00573 {0x4ee5,{0x20,0x1f,0x50,0x42,0x24,0x3f,0x40}}, // \xe4\xbb\xa5
00574 {0x4eed,{0x04,0x7e,0x01,0x45,0x3f,0x51,0x7f}}, // \xe4\xbb\xad
00575 {0x4eee,{0x04,0x7e,0x21,0x5f,0x5d,0x25,0x5d}}, // \xe4\xbb\xae
00576 {0x4ef0,{0x0c,0x7f,0x3e,0x11,0x7e,0x02,0x1e}}, // \xe4\xbb\xb0
00577 {0x4ef2,{0x04,0x7e,0x1f,0x12,0x7f,0x12,0x1e}}, // \xe4\xbb\xb2
00578 {0x4ef6,{0x04,0x7e,0x01,0x14,0x13,0x7f,0x12}}, // \xe4\xbb\xb6
00579 {0x4ef7,{0x04,0x7e,0x45,0x3a,0x01,0x7a,0x04}}, // \xe4\xbb\xb7
00580 {0x4efb,{0x04,0x7e,0x09,0x4a,0x7e,0x49,0x08}}, // \xe4\xbb\xbb
00581 {0x4f01,{0x44,0x74,0x42,0x7d,0x52,0x54,0x44}}, // \xe4\xbc\x81
00582 {0x4f09,{0x04,0x7e,0x43,0x3a,0x0b,0x7a,0x42}}, // \xe4\xbc\x89
00583 {0x4f0a,{0x04,0x7e,0x05,0x55,0x3f,0x15,0x1f}}, // \xe4\xbc\x8a
00584 {0x4f0d,{0x04,0x7e,0x49,0x79,0x4f,0x79,0x40}}, // \xe4\xbc\x8d
00585 {0x4f0e,{0x04,0x7e,0x4b,0x5a,0x2f,0x5a,0x42}}, // \xe4\xbc\x8e
00586 {0x4f0f,{0x04,0x7e,0x45,0x24,0x1f,0x24,0x45}}, // \xe4\xbc\x8f
00587 {0x4f10,{0x04,0x7e,0x01,0x44,0x5f,0x24,0x55}}, // \xe4\xbc\x90
00588 {0x4f11,{0x04,0x7e,0x23,0x1a,0x7f,0x1a,0x22}}, // \xe4\xbc\x91
00589 {0x4f1a,{0x54,0x54,0x72,0x55,0x56,0x34,0x54}}, // \xe4\xbc\x9a
00590 {0x4f1c,{0x04,0x7e,0x2b,0x26,0x73,0x2e,0x28}}, // \xe4\xbc\x9c
00591 {0x4f1d,{0x04,0x7e,0x45,0x65,0x5d,0x25,0x44}}, // \xe4\xbc\x9d
00592 {0x4f2f,{0x04,0x7e,0x01,0x7e,0x4b,0x4a,0x7e}}, // \xe4\xbc\xaf
00593 {0x4f30,{0x04,0x7e,0x05,0x74,0x5f,0x74,0x04}}, // \xe4\xbc\xb0
00594 {0x4f34,{0x04,0x7e,0x01,0x2a,0x28,0x7f,0x2a}}, // \xe4\xbc\xb4
00595 {0x4f36,{0x04,0x7e,0x15,0x12,0x75,0x16,0x34}}, // \xe4\xbc\xb6
00596 {0x4f38,{0x04,0x7e,0x3f,0x2a,0x7f,0x2a,0x3e}}, // \xe4\xbc\xb8
00597 {0x4f3a,{0x04,0x7e,0x01,0x35,0x35,0x41,0x7f}}, // \xe4\xbc\xba
00598 {0x4f3c,{0x04,0x7e,0x11,0x5f,0x48,0x22,0x5f}}, // \xe4\xbc\xbc
00599 {0x4f3d,{0x0c,0x7f,0x62,0x1f,0x7e,0x42,0x7e}}, // \xe4\xbc\xbd
00600 {0x4f43,{0x04,0x7e,0x7f,0x49,0x7f,0x49,0x7f}}, // \xe4\xbd\x83
00601 {0x4f46,{0x04,0x7e,0x01,0x5f,0x55,0x55,0x5f}}, // \xe4\xbd\x86
00602 {0x4f47,{0x04,0x7e,0x01,0x06,0x4a,0x7b,0x0e}}, // \xe4\xbd\x87
00603 {0x4f4d,{0x04,0x7e,0x43,0x7e,0x63,0x5e,0x42}}, // \xe4\xbd\x8d
00604 {0x4f4e,{0x04,0x7e,0x01,0x7e,0x4a,0x5e,0x69}}, // \xe4\xbd\x8e
00605 {0x4f4f,{0x04,0x7e,0x01,0x44,0x55,0x7e,0x54}}, // \xe4\xbd\x8f
00606 {0x4f50,{0x04,0x7e,0x23,0x5e,0x4b,0x7a,0x4a}}, // \xe4\xbd\x90
00607 {0x4f51,{0x04,0x7e,0x01,0x12,0x7f,0x4a,0x7a}}, // \xe4\xbd\x91
00608 {0x4f53,{0x04,0x7e,0x13,0x2a,0x7f,0x2a,0x12}}, // \xe4\xbd\x93
00609 {0x4f55,{0x04,0x7e,0x01,0x1d,0x15,0x5d,0x7f}}, // \xe4\xbd\x95
00610 {0x4f57,{0x04,0x7e,0x07,0x7a,0x53,0x4a,0x66}}, // \xe4\xbd\x97
00611 {0x4f59,{0x54,0x34,0x56,0x7d,0x16,0x34,0x54}}, // \xe4\xbd\x99
00612 {0x4f5a,{0x04,0x7e,0x01,0x4c,0x4b,0x3f,0x4a}}, // \xe4\xbd\x9a
00613 {0x4f5b,{0x0c,0x7f,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe4\xbd\x9b
00614 {0x4f5c,{0x04,0x7e,0x01,0x04,0x7f,0x2a,0x2a}}, // \xe4\xbd\x9c
00615 {0x4f5d,{0x04,0x7e,0x01,0x04,0x1b,0x5a,0x7e}}, // \xe4\xbd\x9d
00616 {0x4f5e,{0x04,0x7e,0x01,0x54,0x7d,0x35,0x54}}, // \xe4\xbd\x9e
00617 {0x4f69,{0x04,0x7e,0x7f,0x35,0x7d,0x35,0x7f}}, // \xe4\xbd\xa9
00618 {0x4f6f,{0x04,0x7e,0x01,0x22,0x2b,0x7e,0x2b}}, // \xe4\xbd\xaf
00619 {0x4f70,{0x04,0x7e,0x01,0x7d,0x57,0x55,0x7d}}, // \xe4\xbd\xb0
00620 {0x4f73,{0x04,0x7e,0x49,0x5a,0x7f,0x5a,0x48}}, // \xe4\xbd\xb3
00621 {0x4f75,{0x04,0x7e,0x55,0x3d,0x14,0x7d,0x14}}, // \xe4\xbd\xb5
00622 {0x4f76,{0x04,0x7e,0x03,0x6a,0x6f,0x6a,0x02}}, // \xe4\xbd\xb6
00623 {0x4f7b,{0x0c,0x7f,0x4a,0x3f,0x00,0x7f,0x4a}}, // \xe4\xbd\xbb
00624 {0x4f7c,{0x04,0x7e,0x4b,0x56,0x23,0x56,0x4a}}, // \xe4\xbd\xbc
00625 {0x4f7f,{0x04,0x7e,0x53,0x5e,0x3f,0x4a,0x4e}}, // \xe4\xbd\xbf
00626 {0x4f83,{0x04,0x7e,0x41,0x37,0x75,0x05,0x77}}, // \xe4\xbe\x83
00627 {0x4f86,{0x52,0x4e,0x32,0x7f,0x32,0x4e,0x52}}, // \xe4\xbe\x86
00628 {0x4f88,{0x04,0x7e,0x09,0x4a,0x55,0x2b,0x18}}, // \xe4\xbe\x88
00629 {0x4f8b,{0x04,0x7e,0x49,0x37,0x1d,0x4e,0x7f}}, // \xe4\xbe\x8b
00630 {0x4f8d,{0x04,0x7e,0x29,0x6a,0x2f,0x7a,0x28}}, // \xe4\xbe\x8d
00631 {0x4f8f,{0x04,0x7e,0x4d,0x2b,0x7f,0x2a,0x48}}, // \xe4\xbe\x8f
00632 {0x4f91,{0x04,0x7e,0x01,0x12,0x7f,0x2a,0x7a}}, // \xe4\xbe\x91
00633 {0x4f96,{0x74,0x34,0x72,0x35,0x76,0x34,0x74}}, // \xe4\xbe\x96
00634 {0x4f98,{0x04,0x7e,0x17,0x1a,0x7b,0x56,0x56}}, // \xe4\xbe\x98
00635 {0x4f9b,{0x0c,0x7f,0x52,0x1f,0x12,0x1f,0x52}}, // \xe4\xbe\x9b
00636 {0x4f9d,{0x04,0x7e,0x13,0x7a,0x4f,0x32,0x4a}}, // \xe4\xbe\x9d
00637 {0x4fa0,{0x04,0x7e,0x5b,0x52,0x3f,0x52,0x5a}}, // \xe4\xbe\xa0
00638 {0x4fa1,{0x04,0x7e,0x01,0x7d,0x7f,0x45,0x7d}}, // \xe4\xbe\xa1
00639 {0x4fab,{0x04,0x7e,0x53,0x7e,0x5b,0x3a,0x52}}, // \xe4\xbe\xab
00640 {0x4fad,{0x04,0x7e,0x11,0x0f,0x55,0x4d,0x13}}, // \xe4\xbe\xad
00641 {0x4fae,{0x04,0x7e,0x09,0x3b,0x2e,0x7e,0x2a}}, // \xe4\xbe\xae
00642 {0x4faf,{0x04,0x7e,0x01,0x54,0x5d,0x37,0x54}}, // \xe4\xbe\xaf
00643 {0x4fb5,{0x04,0x7e,0x59,0x5d,0x2d,0x5f,0x58}}, // \xe4\xbe\xb5
00644 {0x4fb6,{0x04,0x7e,0x01,0x77,0x5d,0x55,0x77}}, // \xe4\xbe\xb6
00645 {0x4fbf,{0x04,0x7e,0x41,0x57,0x3f,0x47,0x41}}, // \xe4\xbe\xbf
00646 {0x4fc2,{0x04,0x7e,0x51,0x15,0x7b,0x11,0x59}}, // \xe4\xbf\x82
00647 {0x4fc3,{0x04,0x7e,0x41,0x37,0x45,0x7d,0x57}}, // \xe4\xbf\x83
00648 {0x4fc4,{0x0c,0x7f,0x26,0x7e,0x25,0x3f,0x55}}, // \xe4\xbf\x84
00649 {0x4fca,{0x04,0x7e,0x2b,0x57,0x32,0x5e,0x4b}}, // \xe4\xbf\x8a
00650 {0x4fce,{0x44,0x33,0x44,0x7f,0x55,0x7f,0x40}}, // \xe4\xbf\x8e
00651 {0x4fd0,{0x04,0x7e,0x35,0x7f,0x15,0x4e,0x7f}}, // \xe4\xbf\x90
00652 {0x4fd1,{0x04,0x7e,0x7d,0x15,0x7d,0x17,0x7d}}, // \xe4\xbf\x91
00653 {0x4fd4,{0x04,0x7e,0x01,0x5f,0x35,0x75,0x5f}}, // \xe4\xbf\x94
00654 {0x4fd7,{0x0c,0x7f,0x12,0x69,0x64,0x69,0x12}}, // \xe4\xbf\x97
00655 {0x4fd8,{0x04,0x7e,0x23,0x29,0x6b,0x39,0x22}}, // \xe4\xbf\x98
00656 {0x4fda,{0x04,0x7e,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe4\xbf\x9a
00657 {0x4fdb,{0x04,0x7e,0x5d,0x36,0x1d,0x77,0x5c}}, // \xe4\xbf\x9b
00658 {0x4fdd,{0x04,0x7e,0x51,0x37,0x7d,0x37,0x50}}, // \xe4\xbf\x9d
00659 {0x4fdf,{0x04,0x7e,0x01,0x56,0x5d,0x34,0x56}}, // \xe4\xbf\x9f
00660 {0x4fe1,{0x04,0x7e,0x01,0x62,0x6b,0x6b,0x62}}, // \xe4\xbf\xa1
00661 {0x4fe3,{0x04,0x7e,0x45,0x57,0x3d,0x57,0x44}}, // \xe4\xbf\xa3
00662 {0x4fe4,{0x0c,0x7f,0x5a,0x2b,0x7e,0x2b,0x6e}}, // \xe4\xbf\xa4
00663 {0x4fe5,{0x04,0x7e,0x23,0x3e,0x7f,0x3e,0x22}}, // \xe4\xbf\xa5
00664 {0x4fee,{0x04,0x7e,0x3f,0x04,0x4b,0x56,0x2a}}, // \xe4\xbf\xae
00665 {0x4fef,{0x04,0x7e,0x3f,0x72,0x0b,0x52,0x7a}}, // \xe4\xbf\xaf
00666 {0x4ff3,{0x0c,0x7f,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe4\xbf\xb3
00667 {0x4ff5,{0x04,0x7e,0x2b,0x7a,0x5f,0x2a,0x52}}, // \xe4\xbf\xb5
00668 {0x4ff6,{0x04,0x7e,0x29,0x7f,0x4a,0x31,0x4f}}, // \xe4\xbf\xb6
00669 {0x4ff8,{0x04,0x7e,0x15,0x2e,0x77,0x2e,0x14}}, // \xe4\xbf\xb8
00670 {0x4ffa,{0x04,0x7e,0x0b,0x36,0x3b,0x76,0x4a}}, // \xe4\xbf\xba
00671 {0x4ffe,{0x04,0x7e,0x2f,0x3a,0x2f,0x7a,0x2e}}, // \xe4\xbf\xbe
00672 {0x5005,{0x04,0x7e,0x33,0x2e,0x73,0x2e,0x32}}, // \xe5\x80\x85
00673 {0x5006,{0x04,0x7e,0x7d,0x35,0x7f,0x35,0x7d}}, // \xe5\x80\x86
00674 {0x5009,{0x44,0x24,0x1e,0x6d,0x6e,0x64,0x04}}, // \xe5\x80\x89
00675 {0x500b,{0x04,0x7e,0x7f,0x75,0x6f,0x75,0x7f}}, // \xe5\x80\x8b
00676 {0x500d,{0x04,0x7e,0x0b,0x6e,0x6b,0x6e,0x0a}}, // \xe5\x80\x8d
00677 {0x500f,{0x04,0x7e,0x5f,0x5a,0x35,0x5b,0x50}}, // \xe5\x80\x8f
00678 {0x5011,{0x04,0x7e,0x7f,0x07,0x00,0x47,0x7f}}, // \xe5\x80\x91
00679 {0x5012,{0x04,0x7e,0x2d,0x3b,0x29,0x4e,0x7f}}, // \xe5\x80\x92
00680 {0x5014,{0x04,0x7e,0x3f,0x65,0x4d,0x7d,0x6f}}, // \xe5\x80\x94
00681 {0x5016,{0x04,0x7e,0x15,0x3e,0x77,0x3e,0x14}}, // \xe5\x80\x96
00682 {0x5019,{0x04,0x7e,0x3f,0x54,0x5d,0x37,0x54}}, // \xe5\x80\x99
00683 {0x501a,{0x04,0x7e,0x13,0x5a,0x17,0x7a,0x12}}, // \xe5\x80\x9a
00684 {0x501f,{0x0c,0x7f,0x0a,0x7f,0x5a,0x7f,0x0a}}, // \xe5\x80\x9f
00685 {0x5021,{0x04,0x7e,0x01,0x7c,0x57,0x57,0x7c}}, // \xe5\x80\xa1
00686 {0x5023,{0x0c,0x7f,0x62,0x1f,0x7a,0x3f,0x5e}}, // \xe5\x80\xa3
00687 {0x5024,{0x04,0x7e,0x01,0x7a,0x42,0x5f,0x5a}}, // \xe5\x80\xa4
00688 {0x5025,{0x04,0x7e,0x47,0x56,0x73,0x56,0x46}}, // \xe5\x80\xa5
00689 {0x5026,{0x04,0x7e,0x15,0x6e,0x57,0x4e,0x15}}, // \xe5\x80\xa6
00690 {0x5028,{0x04,0x7e,0x21,0x1f,0x6b,0x5f,0x6b}}, // \xe5\x80\xa8
00691 {0x5029,{0x04,0x7e,0x09,0x7a,0x3f,0x7a,0x08}}, // \xe5\x80\xa9
00692 {0x502a,{0x04,0x7e,0x5f,0x35,0x10,0x75,0x5f}}, // \xe5\x80\xaa
00693 {0x502b,{0x04,0x7e,0x75,0x32,0x75,0x36,0x74}}, // \xe5\x80\xab
00694 {0x502c,{0x04,0x7e,0x21,0x3c,0x77,0x3e,0x22}}, // \xe5\x80\xac
00695 {0x502d,{0x0c,0x7f,0x5a,0x77,0x5f,0x37,0x5a}}, // \xe5\x80\xad
00696 {0x5036,{0x04,0x7e,0x51,0x1f,0x15,0x1f,0x50}}, // \xe5\x80\xb6
00697 {0x5039,{0x04,0x7e,0x5d,0x56,0x3d,0x56,0x5c}}, // \xe5\x80\xb9
00698 {0x5043,{0x04,0x7e,0x7f,0x49,0x6f,0x57,0x69}}, // \xe5\x81\x83
00699 {0x5047,{0x04,0x7e,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe5\x81\x87
00700 {0x5048,{0x04,0x7e,0x11,0x3f,0x2d,0x4f,0x78}}, // \xe5\x81\x88
00701 {0x5049,{0x04,0x7e,0x29,0x3a,0x2f,0x7a,0x2e}}, // \xe5\x81\x89
00702 {0x504f,{0x04,0x7e,0x21,0x1f,0x75,0x37,0x71}}, // \xe5\x81\x8f
00703 {0x5050,{0x04,0x7e,0x21,0x1a,0x4e,0x5f,0x2a}}, // \xe5\x81\x90
00704 {0x5055,{0x04,0x7e,0x0f,0x6a,0x70,0x6f,0x0a}}, // \xe5\x81\x95
00705 {0x5056,{0x04,0x7e,0x29,0x1a,0x6f,0x7a,0x69}}, // \xe5\x81\x96
00706 {0x505a,{0x0c,0x7f,0x3a,0x2f,0x7a,0x3f,0x5e}}, // \xe5\x81\x9a
00707 {0x505c,{0x04,0x7e,0x0b,0x5e,0x7b,0x1e,0x1a}}, // \xe5\x81\x9c
00708 {0x5065,{0x04,0x7e,0x55,0x3b,0x56,0x7f,0x56}}, // \xe5\x81\xa5
00709 {0x506c,{0x04,0x7e,0x65,0x2b,0x4e,0x52,0x6e}}, // \xe5\x81\xac
00710 {0x5072,{0x04,0x7e,0x61,0x2f,0x4f,0x4d,0x6f}}, // \xe5\x81\xb2
00711 {0x5074,{0x04,0x7e,0x5f,0x15,0x5f,0x0e,0x7f}}, // \xe5\x81\xb4
00712 {0x5075,{0x04,0x7e,0x41,0x3c,0x37,0x3e,0x42}}, // \xe5\x81\xb5
00713 {0x5076,{0x04,0x7e,0x79,0x4b,0x7f,0x2b,0x78}}, // \xe5\x81\xb6
00714 {0x5078,{0x04,0x7e,0x05,0x73,0x75,0x26,0x54}}, // \xe5\x81\xb8
00715 {0x507d,{0x0c,0x7f,0x52,0x1b,0x56,0x1f,0x70}}, // \xe5\x81\xbd
00716 {0x5080,{0x04,0x7e,0x5f,0x2a,0x7f,0x6a,0x5e}}, // \xe5\x82\x80
00717 {0x5085,{0x04,0x7e,0x13,0x3e,0x57,0x7e,0x13}}, // \xe5\x82\x85
00718 {0x508d,{0x04,0x7e,0x1b,0x4e,0x3b,0x6e,0x1a}}, // \xe5\x82\x8d
00719 {0x5091,{0x0c,0x7f,0x5a,0x35,0x7b,0x36,0x5f}}, // \xe5\x82\x91
00720 {0x5098,{0x24,0x34,0x2a,0x7d,0x2a,0x34,0x24}}, // \xe5\x82\x98
00721 {0x5099,{0x0c,0x7f,0x1a,0x6f,0x2a,0x6f,0x6a}}, // \xe5\x82\x99
00722 {0x509a,{0x0c,0x7f,0x56,0x23,0x56,0x3f,0x5e}}, // \xe5\x82\x9a
00723 {0x50ac,{0x04,0x7e,0x13,0x7e,0x4b,0x7e,0x4b}}, // \xe5\x82\xac
00724 {0x50ad,{0x04,0x7e,0x3f,0x7a,0x2e,0x7f,0x7a}}, // \xe5\x82\xad
00725 {0x50b2,{0x0c,0x7f,0x4a,0x3f,0x6a,0x3f,0x5e}}, // \xe5\x82\xb2
00726 {0x50b3,{0x04,0x7e,0x13,0x3e,0x5f,0x76,0x1a}}, // \xe5\x82\xb3
00727 {0x50b4,{0x04,0x7e,0x7f,0x71,0x47,0x77,0x71}}, // \xe5\x82\xb4
00728 {0x50b5,{0x04,0x7e,0x49,0x3a,0x3f,0x3a,0x48}}, // \xe5\x82\xb5
00729 {0x50b7,{0x04,0x7e,0x25,0x5f,0x3a,0x5e,0x72}}, // \xe5\x82\xb7
00730 {0x50be,{0x04,0x7e,0x3f,0x24,0x5d,0x17,0x5d}}, // \xe5\x82\xbe
00731 {0x50c2,{0x04,0x7e,0x55,0x7e,0x5b,0x3e,0x54}}, // \xe5\x83\x82
00732 {0x50c5,{0x0c,0x7f,0x5a,0x5f,0x7a,0x5f,0x5a}}, // \xe5\x83\x85
00733 {0x50c9,{0x5c,0x34,0x5e,0x05,0x5e,0x34,0x5c}}, // \xe5\x83\x89
00734 {0x50ca,{0x04,0x7e,0x15,0x6f,0x57,0x4f,0x15}}, // \xe5\x83\x8a
00735 {0x50cd,{0x04,0x7e,0x2d,0x3f,0x62,0x1f,0x7e}}, // \xe5\x83\x8d
00736 {0x50cf,{0x04,0x7e,0x23,0x5e,0x7d,0x2f,0x50}}, // \xe5\x83\x8f
00737 {0x50d1,{0x0c,0x7f,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe5\x83\x91
00738 {0x50d5,{0x04,0x7e,0x4b,0x5e,0x3b,0x5e,0x4b}}, // \xe5\x83\x95
00739 {0x50d6,{0x04,0x7e,0x13,0x7e,0x57,0x7e,0x12}}, // \xe5\x83\x96
00740 {0x50da,{0x04,0x7e,0x4b,0x1e,0x6b,0x1e,0x4a}}, // \xe5\x83\x9a
00741 {0x50de,{0x04,0x7e,0x53,0x1d,0x57,0x1d,0x72}}, // \xe5\x83\x9e
00742 {0x50e3,{0x0c,0x7f,0x0a,0x77,0x5a,0x77,0x0a}}, // \xe5\x83\xa3
00743 {0x50e5,{0x04,0x7e,0x5d,0x3e,0x17,0x7e,0x5c}}, // \xe5\x83\xa5
00744 {0x50e7,{0x0c,0x7f,0x0e,0x7b,0x5e,0x7b,0x0e}}, // \xe5\x83\xa7
00745 {0x50ed,{0x0c,0x7f,0x14,0x6f,0x76,0x6f,0x16}}, // \xe5\x83\xad
00746 {0x50ee,{0x04,0x7e,0x4b,0x5e,0x7b,0x5e,0x4a}}, // \xe5\x83\xae
00747 {0x50f5,{0x04,0x7e,0x01,0x49,0x7f,0x7f,0x49}}, // \xe5\x83\xb5
00748 {0x50f9,{0x04,0x7e,0x41,0x3b,0x3b,0x3b,0x41}}, // \xe5\x83\xb9
00749 {0x50fb,{0x04,0x7e,0x3f,0x36,0x2e,0x7b,0x2e}}, // \xe5\x83\xbb
00750 {0x5100,{0x0c,0x7f,0x2a,0x7b,0x2e,0x3b,0x5a}}, // \xe5\x84\x80
00751 {0x5101,{0x0c,0x7f,0x74,0x1f,0x2a,0x1f,0x7a}}, // \xe5\x84\x81
00752 {0x5102,{0x04,0x7e,0x21,0x76,0x57,0x36,0x57}}, // \xe5\x84\x82
00753 {0x5104,{0x04,0x7e,0x6b,0x3e,0x5b,0x5e,0x6a}}, // \xe5\x84\x84
00754 {0x5109,{0x04,0x7e,0x5d,0x36,0x5d,0x36,0x5c}}, // \xe5\x84\x89
00755 {0x5112,{0x0c,0x7f,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe5\x84\x92
00756 {0x5114,{0x04,0x7e,0x35,0x36,0x5f,0x76,0x14}}, // \xe5\x84\x94
00757 {0x5115,{0x04,0x7e,0x4b,0x36,0x2b,0x76,0x0a}}, // \xe5\x84\x95
00758 {0x5116,{0x04,0x7e,0x4f,0x69,0x60,0x6b,0x4a}}, // \xe5\x84\x96
00759 {0x5118,{0x04,0x7e,0x51,0x6a,0x7f,0x6e,0x54}}, // \xe5\x84\x98
00760 {0x511a,{0x0c,0x7f,0x1a,0x4f,0x5e,0x3f,0x1a}}, // \xe5\x84\x9a
00761 {0x511f,{0x04,0x7e,0x45,0x3e,0x3b,0x3e,0x45}}, // \xe5\x84\x9f
00762 {0x5121,{0x04,0x7e,0x71,0x77,0x07,0x77,0x70}}, // \xe5\x84\xa1
00763 {0x512a,{0x04,0x7e,0x59,0x5f,0x2f,0x5f,0x59}}, // \xe5\x84\xaa
00764 {0x5132,{0x04,0x7e,0x6b,0x62,0x1a,0x6f,0x6a}}, // \xe5\x84\xb2
00765 {0x5137,{0x04,0x7e,0x7f,0x55,0x1e,0x7d,0x57}}, // \xe5\x84\xb7
00766 {0x513a,{0x04,0x7e,0x5b,0x3e,0x5b,0x7e,0x55}}, // \xe5\x84\xba
00767 {0x513b,{0x04,0x7e,0x57,0x1a,0x5f,0x1a,0x57}}, // \xe5\x84\xbb
00768 {0x513c,{0x04,0x7e,0x7f,0x3f,0x7a,0x2f,0x5b}}, // \xe5\x84\xbc
00769 {0x513f,{0x40,0x20,0x1f,0x00,0x7f,0x40,0x60}}, // \xe5\x84\xbf
00770 {0x5140,{0x41,0x21,0x1f,0x01,0x7f,0x41,0x61}}, // \xe5\x85\x80
00771 {0x5141,{0x44,0x24,0x1e,0x05,0x7c,0x42,0x64}}, // \xe5\x85\x81
00772 {0x5143,{0x44,0x25,0x1d,0x05,0x7d,0x45,0x64}}, // \xe5\x85\x83
00773 {0x5144,{0x40,0x4f,0x39,0x09,0x79,0x4f,0x60}}, // \xe5\x85\x84
00774 {0x5145,{0x42,0x4a,0x3e,0x0b,0x76,0x4a,0x62}}, // \xe5\x85\x85
00775 {0x5146,{0x52,0x48,0x3f,0x00,0x7f,0x4c,0x52}}, // \xe5\x85\x86
00776 {0x5147,{0x40,0x5f,0x35,0x12,0x75,0x5f,0x60}}, // \xe5\x85\x87
00777 {0x5148,{0x4c,0x4b,0x3a,0x0f,0x7a,0x4a,0x68}}, // \xe5\x85\x88
00778 {0x5149,{0x48,0x4a,0x38,0x0f,0x78,0x4a,0x68}}, // \xe5\x85\x89
00779 {0x514b,{0x42,0x5e,0x36,0x17,0x76,0x5e,0x62}}, // \xe5\x85\x8b
00780 {0x514c,{0x44,0x5e,0x35,0x14,0x75,0x5e,0x64}}, // \xe5\x85\x8c
00781 {0x514d,{0x42,0x5e,0x35,0x1d,0x77,0x5c,0x60}}, // \xe5\x85\x8d
00782 {0x514e,{0x42,0x5e,0x36,0x1e,0x75,0x5d,0x60}}, // \xe5\x85\x8e
00783 {0x5150,{0x40,0x5f,0x20,0x1f,0x75,0x5f,0x60}}, // \xe5\x85\x90
00784 {0x5152,{0x40,0x5e,0x35,0x10,0x75,0x5f,0x60}}, // \xe5\x85\x92
00785 {0x5154,{0x42,0x5e,0x35,0x7d,0x57,0x74,0x5c}}, // \xe5\x85\x94
00786 {0x515a,{0x46,0x43,0x3e,0x17,0x7e,0x43,0x66}}, // \xe5\x85\x9a
00787 {0x515c,{0x5e,0x51,0x3e,0x15,0x7e,0x51,0x5f}}, // \xe5\x85\x9c
00788 {0x5162,{0x42,0x3a,0x77,0x5a,0x3a,0x77,0x5a}}, // \xe5\x85\xa2
00789 {0x5165,{0x40,0x21,0x19,0x07,0x18,0x20,0x40}}, // \xe5\x85\xa5
00790 {0x5168,{0x44,0x54,0x56,0x7d,0x56,0x54,0x44}}, // \xe5\x85\xa8
00791 {0x5169,{0x7d,0x1d,0x25,0x7f,0x1d,0x25,0x7d}}, // \xe5\x85\xa9
00792 {0x516a,{0x74,0x35,0x73,0x25,0x56,0x24,0x54}}, // \xe5\x85\xaa
00793 {0x516b,{0x40,0x30,0x0f,0x00,0x0f,0x30,0x40}}, // \xe5\x85\xab
00794 {0x516c,{0x48,0x44,0x63,0x58,0x43,0x24,0x48}}, // \xe5\x85\xac
00795 {0x516d,{0x42,0x22,0x1a,0x03,0x1a,0x22,0x42}}, // \xe5\x85\xad
00796 {0x516e,{0x04,0x06,0x1d,0x54,0x55,0x72,0x04}}, // \xe5\x85\xae
00797 {0x5171,{0x50,0x52,0x1f,0x12,0x1f,0x52,0x50}}, // \xe5\x85\xb1
00798 {0x5175,{0x50,0x5e,0x16,0x16,0x1d,0x55,0x50}}, // \xe5\x85\xb5
00799 {0x5176,{0x52,0x52,0x1f,0x1a,0x1f,0x52,0x52}}, // \xe5\x85\xb6
00800 {0x5177,{0x50,0x5f,0x15,0x15,0x15,0x5f,0x50}}, // \xe5\x85\xb7
00801 {0x5178,{0x50,0x5e,0x1f,0x1a,0x1f,0x5e,0x50}}, // \xe5\x85\xb8
00802 {0x517c,{0x52,0x36,0x7f,0x16,0x7e,0x2b,0x4a}}, // \xe5\x85\xbc
00803 {0x5180,{0x2a,0x6a,0x3f,0x38,0x3f,0x6a,0x2a}}, // \xe5\x86\x80
00804 {0x5182,{0x7f,0x01,0x01,0x01,0x01,0x41,0x7f}}, // \xe5\x86\x82
00805 {0x5185,{0x7e,0x12,0x0a,0x07,0x0a,0x52,0x7e}}, // \xe5\x86\x85
00806 {0x5186,{0x7f,0x09,0x09,0x0f,0x09,0x49,0x7f}}, // \xe5\x86\x86
00807 {0x5189,{0x20,0x7e,0x2a,0x3f,0x2a,0x7e,0x20}}, // \xe5\x86\x89
00808 {0x518a,{0x08,0x7f,0x3f,0x09,0x3f,0x09,0x7f}}, // \xe5\x86\x8a
00809 {0x518c,{0x48,0x3f,0x49,0x7f,0x3f,0x49,0x7f}}, // \xe5\x86\x8c
00810 {0x518d,{0x11,0x7f,0x15,0x1f,0x55,0x7f,0x11}}, // \xe5\x86\x8d
00811 {0x518f,{0x7f,0x05,0x3b,0x29,0x3f,0x45,0x7f}}, // \xe5\x86\x8f
00812 {0x5190,{0x07,0x79,0x2d,0x2d,0x2d,0x79,0x07}}, // \xe5\x86\x90
00813 {0x5191,{0x0e,0x7a,0x0a,0x2f,0x2a,0x7a,0x0e}}, // \xe5\x86\x91
00814 {0x5192,{0x07,0x7d,0x55,0x55,0x55,0x7d,0x07}}, // \xe5\x86\x92
00815 {0x5193,{0x2a,0x7a,0x2f,0x3a,0x2f,0x7a,0x2a}}, // \xe5\x86\x93
00816 {0x5195,{0x48,0x5b,0x35,0x1d,0x75,0x5f,0x60}}, // \xe5\x86\x95
00817 {0x5196,{0x0c,0x04,0x04,0x04,0x04,0x04,0x0c}}, // \xe5\x86\x96
00818 {0x5197,{0x43,0x21,0x1d,0x05,0x7d,0x41,0x63}}, // \xe5\x86\x97
00819 {0x5199,{0x13,0x11,0x1f,0x55,0x75,0x15,0x13}}, // \xe5\x86\x99
00820 {0x51a0,{0x53,0x35,0x75,0x51,0x69,0x7d,0x4b}}, // \xe5\x86\xa0
00821 {0x51a2,{0x2b,0x29,0x57,0x4f,0x3b,0x11,0x2b}}, // \xe5\x86\xa2
00822 {0x51a4,{0x4b,0x59,0x37,0x1f,0x77,0x5d,0x63}}, // \xe5\x86\xa4
00823 {0x51a5,{0x53,0x51,0x1f,0x1b,0x1f,0x51,0x53}}, // \xe5\x86\xa5
00824 {0x51a6,{0x53,0x35,0x75,0x41,0x6d,0x57,0x6b}}, // \xe5\x86\xa6
00825 {0x51a8,{0x03,0x71,0x5f,0x7b,0x5f,0x71,0x03}}, // \xe5\x86\xa8
00826 {0x51a9,{0x23,0x5d,0x1b,0x59,0x1f,0x51,0x73}}, // \xe5\x86\xa9
00827 {0x51aa,{0x53,0x35,0x7f,0x7d,0x3f,0x75,0x33}}, // \xe5\x86\xaa
00828 {0x51ab,{0x00,0x00,0x61,0x12,0x08,0x00,0x00}}, // \xe5\x86\xab
00829 {0x51ac,{0x10,0x12,0x2a,0x35,0x4b,0x50,0x10}}, // \xe5\x86\xac
00830 {0x51b0,{0x71,0x00,0x14,0x4c,0x7f,0x14,0x22}}, // \xe5\x86\xb0
00831 {0x51b1,{0x71,0x00,0x41,0x59,0x57,0x75,0x4d}}, // \xe5\x86\xb1
00832 {0x51b2,{0x71,0x00,0x1e,0x12,0x7f,0x12,0x1e}}, // \xe5\x86\xb2
00833 {0x51b3,{0x71,0x00,0x48,0x4a,0x3f,0x4e,0x48}}, // \xe5\x86\xb3
00834 {0x51b4,{0x71,0x00,0x28,0x2f,0x59,0x7f,0x09}}, // \xe5\x86\xb4
00835 {0x51b5,{0x71,0x00,0x4f,0x39,0x09,0x79,0x4f}}, // \xe5\x86\xb5
00836 {0x51b6,{0x71,0x00,0x08,0x6c,0x6b,0x64,0x08}}, // \xe5\x86\xb6
00837 {0x51b7,{0x71,0x00,0x14,0x12,0x75,0x16,0x34}}, // \xe5\x86\xb7
00838 {0x51bd,{0x71,0x00,0x49,0x37,0x1d,0x4e,0x7f}}, // \xe5\x86\xbd
00839 {0x51c4,{0x71,0x00,0x52,0x7a,0x5f,0x3e,0x52}}, // \xe5\x87\x84
00840 {0x51c5,{0x71,0x00,0x7f,0x75,0x6f,0x75,0x7f}}, // \xe5\x87\x85
00841 {0x51c6,{0x71,0x00,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe5\x87\x86
00842 {0x51c9,{0x71,0x00,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe5\x87\x89
00843 {0x51cb,{0x71,0x00,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe5\x87\x8b
00844 {0x51cc,{0x71,0x40,0x28,0x5a,0x2f,0x5a,0x48}}, // \xe5\x87\x8c
00845 {0x51cd,{0x71,0x00,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe5\x87\x8d
00846 {0x51d6,{0x29,0x20,0x24,0x7f,0x2a,0x2f,0x2a}}, // \xe5\x87\x96
00847 {0x51db,{0x71,0x00,0x52,0x1e,0x7b,0x1e,0x52}}, // \xe5\x87\x9b
00848 {0x51dc,{0x71,0x00,0x52,0x3e,0x7b,0x3e,0x52}}, // \xe5\x87\x9c
00849 {0x51dd,{0x71,0x00,0x57,0x3a,0x5a,0x3d,0x57}}, // \xe5\x87\x9d
00850 {0x51e0,{0x40,0x3f,0x01,0x01,0x01,0x7f,0x40}}, // \xe5\x87\xa0
00851 {0x51e1,{0x40,0x3f,0x05,0x19,0x01,0x7f,0x40}}, // \xe5\x87\xa1
00852 {0x51e6,{0x48,0x2f,0x12,0x2e,0x42,0x5e,0x50}}, // \xe5\x87\xa6
00853 {0x51e7,{0x40,0x3f,0x19,0x7d,0x19,0x7f,0x40}}, // \xe5\x87\xa7
00854 {0x51e9,{0x40,0x3f,0x29,0x7d,0x29,0x7f,0x40}}, // \xe5\x87\xa9
00855 {0x51ea,{0x40,0x3f,0x31,0x3d,0x29,0x7f,0x40}}, // \xe5\x87\xaa
00856 {0x51ed,{0x44,0x4e,0x35,0x16,0x7e,0x55,0x44}}, // \xe5\x87\xad
00857 {0x51f0,{0x40,0x3f,0x5d,0x77,0x5d,0x7f,0x40}}, // \xe5\x87\xb0
00858 {0x51f1,{0x4b,0x5a,0x6b,0x5a,0x3f,0x01,0x7f}}, // \xe5\x87\xb1
00859 {0x51f5,{0x7f,0x40,0x40,0x40,0x40,0x40,0x7f}}, // \xe5\x87\xb5
00860 {0x51f6,{0x7f,0x60,0x54,0x48,0x56,0x40,0x7f}}, // \xe5\x87\xb6
00861 {0x51f8,{0x78,0x48,0x4f,0x41,0x4f,0x48,0x78}}, // \xe5\x87\xb8
00862 {0x51f9,{0x7f,0x41,0x4f,0x48,0x4f,0x41,0x7f}}, // \xe5\x87\xb9
00863 {0x51fa,{0x70,0x4e,0x48,0x7f,0x48,0x4e,0x70}}, // \xe5\x87\xba
00864 {0x51fd,{0x7d,0x69,0x57,0x7d,0x51,0x69,0x7d}}, // \xe5\x87\xbd
00865 {0x51fe,{0x7c,0x79,0x69,0x7d,0x57,0x69,0x7c}}, // \xe5\x87\xbe
00866 {0x5200,{0x41,0x21,0x19,0x07,0x01,0x41,0x7f}}, // \xe5\x88\x80
00867 {0x5203,{0x41,0x25,0x15,0x0f,0x11,0x41,0x7f}}, // \xe5\x88\x83
00868 {0x5204,{0x41,0x25,0x19,0x0f,0x11,0x51,0x7f}}, // \xe5\x88\x84
00869 {0x5206,{0x48,0x44,0x2b,0x18,0x4b,0x7c,0x08}}, // \xe5\x88\x86
00870 {0x5207,{0x04,0x3f,0x24,0x41,0x3f,0x41,0x7f}}, // \xe5\x88\x87
00871 {0x5208,{0x40,0x24,0x18,0x27,0x0e,0x40,0x7f}}, // \xe5\x88\x88
00872 {0x520a,{0x08,0x09,0x7f,0x09,0x0e,0x40,0x7f}}, // \xe5\x88\x8a
00873 {0x520b,{0x0a,0x4a,0x3e,0x09,0x0e,0x40,0x7f}}, // \xe5\x88\x8b
00874 {0x520e,{0x24,0x53,0x2e,0x5e,0x7e,0x00,0x7f}}, // \xe5\x88\x8e
00875 {0x5211,{0x49,0x3f,0x09,0x7f,0x09,0x4e,0x7f}}, // \xe5\x88\x91
00876 {0x5214,{0x48,0x2a,0x1f,0x2e,0x0e,0x40,0x7f}}, // \xe5\x88\x94
00877 {0x5217,{0x49,0x37,0x1d,0x01,0x0e,0x40,0x7f}}, // \xe5\x88\x97
00878 {0x521d,{0x12,0x7b,0x36,0x41,0x3f,0x41,0x7f}}, // \xe5\x88\x9d
00879 {0x5224,{0x2a,0x28,0x7f,0x28,0x2a,0x40,0x7f}}, // \xe5\x88\xa4
00880 {0x5225,{0x47,0x3d,0x55,0x77,0x0e,0x40,0x7f}}, // \xe5\x88\xa5
00881 {0x5227,{0x6a,0x5f,0x2a,0x41,0x3f,0x41,0x7f}}, // \xe5\x88\xa7
00882 {0x5229,{0x24,0x15,0x7f,0x15,0x0e,0x40,0x7f}}, // \xe5\x88\xa9
00883 {0x522a,{0x08,0x7f,0x3f,0x09,0x7f,0x0e,0x7f}}, // \xe5\x88\xaa
00884 {0x522e,{0x04,0x76,0x5e,0x75,0x0e,0x40,0x7f}}, // \xe5\x88\xae
00885 {0x5230,{0x49,0x5d,0x3b,0x2d,0x0e,0x40,0x7f}}, // \xe5\x88\xb0
00886 {0x5233,{0x0a,0x16,0x1b,0x56,0x6a,0x00,0x7f}}, // \xe5\x88\xb3
00887 {0x5236,{0x64,0x2b,0x7f,0x2a,0x6e,0x00,0x7f}}, // \xe5\x88\xb6
00888 {0x5237,{0x40,0x3f,0x15,0x7d,0x37,0x40,0x7f}}, // \xe5\x88\xb7
00889 {0x5238,{0x14,0x4d,0x56,0x37,0x56,0x7d,0x14}}, // \xe5\x88\xb8
00890 {0x5239,{0x54,0x35,0x7a,0x35,0x5e,0x00,0x7f}}, // \xe5\x88\xb9
00891 {0x523a,{0x5a,0x2a,0x7f,0x2a,0x5a,0x00,0x7f}}, // \xe5\x88\xba
00892 {0x523b,{0x4a,0x56,0x2b,0x52,0x0e,0x40,0x7f}}, // \xe5\x88\xbb
00893 {0x5243,{0x5a,0x2b,0x7e,0x2b,0x6e,0x00,0x7f}}, // \xe5\x89\x83
00894 {0x5244,{0x55,0x5b,0x75,0x5b,0x51,0x0e,0x7f}}, // \xe5\x89\x84
00895 {0x5247,{0x5f,0x15,0x5f,0x00,0x0e,0x40,0x7f}}, // \xe5\x89\x87
00896 {0x524a,{0x7d,0x14,0x57,0x7d,0x0e,0x40,0x7f}}, // \xe5\x89\x8a
00897 {0x524b,{0x5a,0x37,0x5a,0x40,0x4e,0x60,0x7f}}, // \xe5\x89\x8b
00898 {0x524c,{0x42,0x2e,0x7f,0x2a,0x4e,0x00,0x7f}}, // \xe5\x89\x8c
00899 {0x524d,{0x7a,0x2a,0x7b,0x02,0x1a,0x43,0x7a}}, // \xe5\x89\x8d
00900 {0x524f,{0x55,0x3e,0x7d,0x45,0x3f,0x51,0x7f}}, // \xe5\x89\x8f
00901 {0x5254,{0x27,0x5d,0x35,0x77,0x0e,0x40,0x7f}}, // \xe5\x89\x94
00902 {0x5256,{0x0a,0x6e,0x6b,0x6e,0x0e,0x40,0x7f}}, // \xe5\x89\x96
00903 {0x525b,{0x7f,0x35,0x29,0x35,0x7f,0x0e,0x7f}}, // \xe5\x89\x9b
00904 {0x525e,{0x12,0x5a,0x17,0x7a,0x1e,0x40,0x7f}}, // \xe5\x89\x9e
00905 {0x5263,{0x5c,0x56,0x3d,0x56,0x5c,0x0e,0x7f}}, // \xe5\x89\xa3
00906 {0x5264,{0x52,0x36,0x2b,0x76,0x1e,0x40,0x7f}}, // \xe5\x89\xa4
00907 {0x5265,{0x54,0x25,0x7f,0x24,0x5e,0x00,0x7f}}, // \xe5\x89\xa5
00908 {0x5269,{0x4a,0x2f,0x73,0x2f,0x4a,0x00,0x7f}}, // \xe5\x89\xa9
00909 {0x526a,{0x52,0x5e,0x37,0x1e,0x12,0x5f,0x72}}, // \xe5\x89\xaa
00910 {0x526f,{0x71,0x57,0x75,0x57,0x71,0x0e,0x7f}}, // \xe5\x89\xaf
00911 {0x5270,{0x54,0x3e,0x76,0x3d,0x54,0x0e,0x7f}}, // \xe5\x89\xb0
00912 {0x5271,{0x5c,0x56,0x3d,0x5e,0x65,0x1f,0x7f}}, // \xe5\x89\xb1
00913 {0x5272,{0x26,0x6a,0x7f,0x6a,0x2e,0x40,0x7f}}, // \xe5\x89\xb2
00914 {0x5273,{0x12,0x7b,0x56,0x7b,0x1e,0x40,0x7f}}, // \xe5\x89\xb3
00915 {0x5274,{0x4b,0x5a,0x6b,0x3a,0x2f,0x40,0x7f}}, // \xe5\x89\xb4
00916 {0x5275,{0x44,0x3e,0x6d,0x62,0x0e,0x40,0x7f}}, // \xe5\x89\xb5
00917 {0x527d,{0x51,0x17,0x77,0x17,0x51,0x0e,0x7f}}, // \xe5\x89\xbd
00918 {0x527f,{0x52,0x3d,0x7e,0x3d,0x5e,0x00,0x7f}}, // \xe5\x89\xbf
00919 {0x5283,{0x4a,0x7a,0x7f,0x3e,0x24,0x40,0x7f}}, // \xe5\x8a\x83
00920 {0x5287,{0x7c,0x2c,0x57,0x7a,0x2e,0x40,0x7f}}, // \xe5\x8a\x87
00921 {0x5288,{0x54,0x5f,0x3b,0x10,0x16,0x5b,0x76}}, // \xe5\x8a\x88
00922 {0x5289,{0x56,0x6d,0x74,0x6b,0x57,0x00,0x7f}}, // \xe5\x8a\x89
00923 {0x528d,{0x5c,0x36,0x5d,0x36,0x5e,0x00,0x7f}}, // \xe5\x8a\x8d
00924 {0x5291,{0x4a,0x36,0x2b,0x76,0x0e,0x40,0x7f}}, // \xe5\x8a\x91
00925 {0x5292,{0x5c,0x36,0x5d,0x3e,0x69,0x1f,0x7f}}, // \xe5\x8a\x92
00926 {0x5294,{0x5c,0x36,0x5d,0x3e,0x65,0x1f,0x7f}}, // \xe5\x8a\x94
00927 {0x529b,{0x42,0x22,0x1a,0x07,0x02,0x42,0x7e}}, // \xe5\x8a\x9b
00928 {0x529f,{0x22,0x3e,0x12,0x42,0x3f,0x42,0x7e}}, // \xe5\x8a\x9f
00929 {0x52a0,{0x42,0x3f,0x42,0x7e,0x7e,0x42,0x7e}}, // \xe5\x8a\xa0
00930 {0x52a3,{0x54,0x52,0x38,0x1f,0x14,0x52,0x74}}, // \xe5\x8a\xa3
00931 {0x52a9,{0x40,0x7f,0x55,0x3f,0x62,0x1f,0x7e}}, // \xe5\x8a\xa9
00932 {0x52aa,{0x12,0x4e,0x5b,0x36,0x5b,0x75,0x0b}}, // \xe5\x8a\xaa
00933 {0x52ab,{0x48,0x6a,0x5f,0x6a,0x3f,0x42,0x7e}}, // \xe5\x8a\xab
00934 {0x52ac,{0x04,0x1b,0x5a,0x7e,0x62,0x1f,0x7e}}, // \xe5\x8a\xac
00935 {0x52ad,{0x75,0x53,0x77,0x42,0x3f,0x42,0x7e}}, // \xe5\x8a\xad
00936 {0x52b1,{0x7f,0x65,0x1d,0x75,0x62,0x1f,0x7e}}, // \xe5\x8a\xb1
00937 {0x52b4,{0x46,0x4b,0x2a,0x1f,0x4a,0x7b,0x06}}, // \xe5\x8a\xb4
00938 {0x52b5,{0x12,0x55,0x4c,0x37,0x5c,0x75,0x12}}, // \xe5\x8a\xb5
00939 {0x52b9,{0x4a,0x56,0x23,0x56,0x3f,0x42,0x7e}}, // \xe5\x8a\xb9
00940 {0x52bc,{0x6a,0x6f,0x6a,0x42,0x3f,0x42,0x7e}}, // \xe5\x8a\xbc
00941 {0x52be,{0x4a,0x56,0x2b,0x52,0x3f,0x42,0x7e}}, // \xe5\x8a\xbe
00942 {0x52c1,{0x55,0x5b,0x75,0x5b,0x62,0x1f,0x7e}}, // \xe5\x8b\x81
00943 {0x52c3,{0x2c,0x66,0x77,0x2c,0x62,0x1f,0x7e}}, // \xe5\x8b\x83
00944 {0x52c5,{0x42,0x2e,0x7f,0x2a,0x6e,0x1f,0x7e}}, // \xe5\x8b\x85
00945 {0x52c7,{0x50,0x5d,0x35,0x1d,0x17,0x5d,0x70}}, // \xe5\x8b\x87
00946 {0x52c9,{0x42,0x2d,0x7f,0x4c,0x72,0x4f,0x7e}}, // \xe5\x8b\x89
00947 {0x52cd,{0x22,0x4e,0x7b,0x0e,0x62,0x1f,0x7e}}, // \xe5\x8b\x8d
00948 {0x52d2,{0x37,0x7e,0x37,0x42,0x3f,0x42,0x7e}}, // \xe5\x8b\x92
00949 {0x52d5,{0x5d,0x7f,0x5d,0x42,0x3f,0x42,0x7e}}, // \xe5\x8b\x95
00950 {0x52d7,{0x40,0x7f,0x57,0x3f,0x4b,0x3f,0x78}}, // \xe5\x8b\x97
00951 {0x52d8,{0x72,0x5f,0x72,0x5f,0x62,0x1f,0x7e}}, // \xe5\x8b\x98
00952 {0x52d9,{0x29,0x5d,0x7b,0x54,0x3b,0x56,0x7a}}, // \xe5\x8b\x99
00953 {0x52dd,{0x7f,0x15,0x7f,0x55,0x3c,0x5f,0x75}}, // \xe5\x8b\x9d
00954 {0x52de,{0x4d,0x56,0x35,0x1c,0x55,0x76,0x0d}}, // \xe5\x8b\x9e
00955 {0x52df,{0x2a,0x5a,0x3f,0x5e,0x7f,0x1a,0x2a}}, // \xe5\x8b\x9f
00956 {0x52e0,{0x11,0x4b,0x55,0x2b,0x62,0x1f,0x7e}}, // \xe5\x8b\xa0
00957 {0x52e2,{0x14,0x4e,0x5f,0x3a,0x57,0x7e,0x08}}, // \xe5\x8b\xa2
00958 {0x52e3,{0x4a,0x3a,0x3f,0x4a,0x3f,0x42,0x7e}}, // \xe5\x8b\xa3
00959 {0x52e4,{0x5a,0x5f,0x7a,0x5f,0x62,0x1f,0x7e}}, // \xe5\x8b\xa4
00960 {0x52e6,{0x52,0x3d,0x7e,0x3d,0x62,0x1f,0x7e}}, // \xe5\x8b\xa6
00961 {0x52e7,{0x14,0x7b,0x7e,0x4a,0x3f,0x42,0x7e}}, // \xe5\x8b\xa7
00962 {0x52f2,{0x52,0x1f,0x5f,0x12,0x4f,0x12,0x5e}}, // \xe5\x8b\xb2
00963 {0x52f3,{0x52,0x1f,0x5f,0x12,0x62,0x1f,0x7e}}, // \xe5\x8b\xb3
00964 {0x52f5,{0x7f,0x6d,0x3f,0x6d,0x62,0x1f,0x7e}}, // \xe5\x8b\xb5
00965 {0x52f8,{0x26,0x7f,0x7a,0x57,0x66,0x1f,0x7e}}, // \xe5\x8b\xb8
00966 {0x52f9,{0x08,0x04,0x03,0x02,0x02,0x42,0x7e}}, // \xe5\x8b\xb9
00967 {0x52fa,{0x08,0x04,0x0b,0x12,0x02,0x42,0x7e}}, // \xe5\x8b\xba
00968 {0x52fe,{0x08,0x24,0x33,0x2e,0x12,0x22,0x7e}}, // \xe5\x8b\xbe
00969 {0x52ff,{0x24,0x13,0x4e,0x22,0x1e,0x42,0x7e}}, // \xe5\x8b\xbf
00970 {0x5301,{0x48,0x44,0x2b,0x1e,0x12,0x52,0x7e}}, // \xe5\x8c\x81
00971 {0x5302,{0x08,0x04,0x3f,0x2a,0x2a,0x42,0x7e}}, // \xe5\x8c\x82
00972 {0x5305,{0x04,0x73,0x56,0x56,0x5e,0x42,0x5e}}, // \xe5\x8c\x85
00973 {0x5306,{0x24,0x13,0x4e,0x2a,0x1e,0x52,0x7e}}, // \xe5\x8c\x86
00974 {0x5308,{0x04,0x3b,0x36,0x2a,0x36,0x42,0x7e}}, // \xe5\x8c\x88
00975 {0x530d,{0x04,0x6b,0x2a,0x7e,0x6a,0x02,0x7e}}, // \xe5\x8c\x8d
00976 {0x530f,{0x0a,0x1e,0x57,0x6a,0x04,0x7b,0x5e}}, // \xe5\x8c\x8f
00977 {0x5310,{0x04,0x6b,0x7a,0x7a,0x6a,0x02,0x7e}}, // \xe5\x8c\x90
00978 {0x5315,{0x08,0x3f,0x48,0x44,0x44,0x42,0x60}}, // \xe5\x8c\x95
00979 {0x5316,{0x04,0x7e,0x01,0x7f,0x48,0x48,0x64}}, // \xe5\x8c\x96
00980 {0x5317,{0x24,0x14,0x7f,0x00,0x7f,0x48,0x64}}, // \xe5\x8c\x97
00981 {0x5319,{0x44,0x37,0x3f,0x54,0x7f,0x64,0x72}}, // \xe5\x8c\x99
00982 {0x531a,{0x7f,0x41,0x41,0x41,0x41,0x41,0x41}}, // \xe5\x8c\x9a
00983 {0x531d,{0x7f,0x41,0x5d,0x45,0x7f,0x45,0x5d}}, // \xe5\x8c\x9d
00984 {0x5320,{0x7f,0x61,0x5d,0x4d,0x7b,0x4b,0x49}}, // \xe5\x8c\xa0
00985 {0x5321,{0x7f,0x41,0x63,0x6b,0x7f,0x6b,0x41}}, // \xe5\x8c\xa1
00986 {0x5323,{0x7f,0x41,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe5\x8c\xa3
00987 {0x532a,{0x7f,0x55,0x75,0x5f,0x41,0x7f,0x55}}, // \xe5\x8c\xaa
00988 {0x532f,{0x7f,0x6b,0x45,0x7f,0x55,0x7f,0x55}}, // \xe5\x8c\xaf
00989 {0x5331,{0x7f,0x41,0x65,0x5f,0x5f,0x65,0x41}}, // \xe5\x8c\xb1
00990 {0x5333,{0x7f,0x41,0x69,0x5d,0x6f,0x5d,0x69}}, // \xe5\x8c\xb3
00991 {0x5338,{0x01,0x3f,0x41,0x41,0x41,0x41,0x41}}, // \xe5\x8c\xb8
00992 {0x5339,{0x7f,0x51,0x4f,0x41,0x5f,0x51,0x59}}, // \xe5\x8c\xb9
00993 {0x533a,{0x7f,0x41,0x65,0x55,0x49,0x57,0x41}}, // \xe5\x8c\xba
00994 {0x533b,{0x7f,0x41,0x69,0x6f,0x5d,0x6d,0x69}}, // \xe5\x8c\xbb
00995 {0x533f,{0x7f,0x55,0x4f,0x7d,0x57,0x75,0x45}}, // \xe5\x8c\xbf
00996 {0x5340,{0x7f,0x41,0x71,0x77,0x45,0x77,0x71}}, // \xe5\x8d\x80
00997 {0x5341,{0x04,0x04,0x04,0x7f,0x04,0x04,0x04}}, // \xe5\x8d\x81
00998 {0x5343,{0x08,0x0a,0x0a,0x7e,0x09,0x09,0x08}}, // \xe5\x8d\x83
00999 {0x5345,{0x48,0x3f,0x08,0x7f,0x08,0x7f,0x08}}, // \xe5\x8d\x85
01000 {0x5346,{0x28,0x2a,0x27,0x72,0x2e,0x28,0x2c}}, // \xe5\x8d\x86
01001 {0x5347,{0x0a,0x4a,0x3e,0x09,0x08,0x7f,0x08}}, // \xe5\x8d\x87
01002 {0x5348,{0x14,0x13,0x12,0x7e,0x12,0x12,0x10}}, // \xe5\x8d\x88
01003 {0x5349,{0x50,0x3a,0x12,0x17,0x12,0x7a,0x10}}, // \xe5\x8d\x89
01004 {0x534a,{0x20,0x2a,0x28,0x7f,0x28,0x2a,0x20}}, // \xe5\x8d\x8a
01005 {0x534d,{0x79,0x09,0x09,0x7f,0x48,0x48,0x4f}}, // \xe5\x8d\x8d
01006 {0x5351,{0x20,0x2e,0x3a,0x2f,0x7a,0x2e,0x20}}, // \xe5\x8d\x91
01007 {0x5352,{0x32,0x2e,0x32,0x63,0x32,0x2e,0x32}}, // \xe5\x8d\x92
01008 {0x5353,{0x20,0x3c,0x34,0x77,0x36,0x3e,0x22}}, // \xe5\x8d\x93
01009 {0x5354,{0x04,0x7f,0x24,0x62,0x37,0x62,0x76}}, // \xe5\x8d\x94
01010 {0x5357,{0x7a,0x2a,0x3a,0x6f,0x3a,0x2a,0x7a}}, // \xe5\x8d\x97
01011 {0x5358,{0x20,0x3f,0x2a,0x7f,0x2a,0x3f,0x20}}, // \xe5\x8d\x98
01012 {0x535a,{0x04,0x7f,0x12,0x3e,0x5f,0x7e,0x13}}, // \xe5\x8d\x9a
01013 {0x535c,{0x00,0x00,0x7f,0x04,0x08,0x10,0x00}}, // \xe5\x8d\x9c
01014 {0x535e,{0x02,0x02,0x02,0x7f,0x0a,0x12,0x02}}, // \xe5\x8d\x9e
01015 {0x5360,{0x00,0x70,0x50,0x5f,0x54,0x54,0x74}}, // \xe5\x8d\xa0
01016 {0x5366,{0x48,0x5a,0x3f,0x2a,0x7f,0x08,0x10}}, // \xe5\x8d\xa6
01017 {0x5369,{0x00,0x00,0x7f,0x01,0x11,0x1f,0x00}}, // \xe5\x8d\xa9
01018 {0x536e,{0x40,0x3e,0x06,0x7e,0x4d,0x5d,0x64}}, // \xe5\x8d\xae
01019 {0x536f,{0x1e,0x52,0x3d,0x00,0x7f,0x01,0x1f}}, // \xe5\x8d\xaf
01020 {0x5370,{0x3e,0x2a,0x29,0x00,0x7f,0x01,0x1f}}, // \xe5\x8d\xb0
01021 {0x5371,{0x42,0x3e,0x05,0x7d,0x4f,0x5c,0x64}}, // \xe5\x8d\xb1
01022 {0x5373,{0x7f,0x55,0x5f,0x20,0x7f,0x01,0x1f}}, // \xe5\x8d\xb3
01023 {0x5374,{0x48,0x6a,0x5f,0x2a,0x7f,0x01,0x1f}}, // \xe5\x8d\xb4
01024 {0x5375,{0x1e,0x56,0x3d,0x00,0x7f,0x05,0x1f}}, // \xe5\x8d\xb5
01025 {0x5377,{0x2a,0x19,0x7c,0x4b,0x5c,0x19,0x2a}}, // \xe5\x8d\xb7
01026 {0x5378,{0x6c,0x4b,0x3e,0x2a,0x7f,0x01,0x1f}}, // \xe5\x8d\xb8
01027 {0x537b,{0x12,0x69,0x64,0x09,0x7f,0x01,0x1f}}, // \xe5\x8d\xbb
01028 {0x537f,{0x5e,0x31,0x7e,0x4a,0x2e,0x7f,0x1f}}, // \xe5\x8d\xbf
01029 {0x5382,{0x40,0x3f,0x01,0x01,0x01,0x01,0x01}}, // \xe5\x8e\x82
01030 {0x5384,{0x40,0x3f,0x01,0x7d,0x45,0x5d,0x61}}, // \xe5\x8e\x84
01031 {0x5396,{0x40,0x3f,0x45,0x3f,0x45,0x69,0x55}}, // \xe5\x8e\x96
01032 {0x5398,{0x40,0x3f,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe5\x8e\x98
01033 {0x539a,{0x40,0x3f,0x11,0x57,0x77,0x1f,0x11}}, // \xe5\x8e\x9a
01034 {0x539f,{0x40,0x3f,0x21,0x4d,0x7f,0x0d,0x21}}, // \xe5\x8e\x9f
01035 {0x53a0,{0x40,0x3f,0x5f,0x15,0x5f,0x01,0x7d}}, // \xe5\x8e\xa0
01036 {0x53a5,{0x40,0x3f,0x5b,0x35,0x4b,0x3d,0x4d}}, // \xe5\x8e\xa5
01037 {0x53a6,{0x40,0x3f,0x41,0x53,0x2f,0x5f,0x43}}, // \xe5\x8e\xa6
01038 {0x53a8,{0x40,0x3f,0x5d,0x75,0x2d,0x49,0x7d}}, // \xe5\x8e\xa8
01039 {0x53a9,{0x40,0x3f,0x2d,0x53,0x3f,0x73,0x5f}}, // \xe5\x8e\xa9
01040 {0x53ad,{0x40,0x3f,0x7b,0x7b,0x45,0x3f,0x45}}, // \xe5\x8e\xad
01041 {0x53ae,{0x40,0x3f,0x55,0x1f,0x5f,0x3d,0x73}}, // \xe5\x8e\xae
01042 {0x53b0,{0x40,0x3f,0x7d,0x3b,0x7d,0x27,0x5d}}, // \xe5\x8e\xb0
01043 {0x53b3,{0x40,0x3f,0x2e,0x7b,0x52,0x2b,0x5a}}, // \xe5\x8e\xb3
01044 {0x53b6,{0x40,0x60,0x58,0x47,0x50,0x20,0x40}}, // \xe5\x8e\xb6
01045 {0x53bb,{0x48,0x4a,0x6a,0x5f,0x4a,0x2a,0x48}}, // \xe5\x8e\xbb
01046 {0x53c2,{0x14,0x4e,0x57,0x4e,0x25,0x0e,0x14}}, // \xe5\x8f\x82
01047 {0x53c3,{0x2c,0x1a,0x4f,0x5a,0x2d,0x1a,0x2c}}, // \xe5\x8f\x83
01048 {0x53c8,{0x40,0x41,0x2d,0x11,0x29,0x47,0x40}}, // \xe5\x8f\x88
01049 {0x53c9,{0x40,0x45,0x29,0x13,0x29,0x47,0x40}}, // \xe5\x8f\x89
01050 {0x53ca,{0x41,0x31,0x4f,0x51,0x27,0x5c,0x40}}, // \xe5\x8f\x8a
01051 {0x53cb,{0x42,0x32,0x4f,0x5a,0x2a,0x5a,0x42}}, // \xe5\x8f\x8b
01052 {0x53cc,{0x41,0x25,0x19,0x27,0x4d,0x31,0x4f}}, // \xe5\x8f\x8c
01053 {0x53cd,{0x40,0x3f,0x45,0x5d,0x25,0x5d,0x41}}, // \xe5\x8f\x8d
01054 {0x53ce,{0x3e,0x20,0x7f,0x10,0x4d,0x31,0x4f}}, // \xe5\x8f\x8e
01055 {0x53d4,{0x28,0x48,0x7f,0x2a,0x4d,0x31,0x4f}}, // \xe5\x8f\x94
01056 {0x53d6,{0x21,0x3f,0x2d,0x7f,0x2a,0x12,0x2e}}, // \xe5\x8f\x96
01057 {0x53d7,{0x4d,0x47,0x5d,0x2f,0x5d,0x47,0x4d}}, // \xe5\x8f\x97
01058 {0x53d9,{0x54,0x16,0x7d,0x16,0x4d,0x31,0x4f}}, // \xe5\x8f\x99
01059 {0x53db,{0x55,0x3e,0x15,0x20,0x5f,0x25,0x5d}}, // \xe5\x8f\x9b
01060 {0x53df,{0x4e,0x4d,0x58,0x2f,0x58,0x4d,0x4f}}, // \xe5\x8f\x9f
01061 {0x53e1,{0x2c,0x14,0x6f,0x76,0x4d,0x31,0x4f}}, // \xe5\x8f\xa1
01062 {0x53e2,{0x2b,0x3a,0x7f,0x1a,0x5f,0x2a,0x5b}}, // \xe5\x8f\xa2
01063 {0x53e3,{0x00,0x7e,0x22,0x22,0x22,0x22,0x7e}}, // \xe5\x8f\xa3
01064 {0x53e4,{0x04,0x74,0x54,0x5f,0x54,0x74,0x04}}, // \xe5\x8f\xa4
01065 {0x53e5,{0x08,0x04,0x3b,0x2a,0x3a,0x42,0x7e}}, // \xe5\x8f\xa5
01066 {0x53e8,{0x1e,0x12,0x5e,0x21,0x1f,0x41,0x7f}}, // \xe5\x8f\xa8
01067 {0x53e9,{0x1e,0x12,0x1e,0x7f,0x01,0x11,0x1f}}, // \xe5\x8f\xa9
01068 {0x53ea,{0x40,0x4f,0x29,0x09,0x29,0x4f,0x40}}, // \xe5\x8f\xaa
01069 {0x53eb,{0x1e,0x1e,0x20,0x3e,0x20,0x7f,0x10}}, // \xe5\x8f\xab
01070 {0x53ec,{0x09,0x79,0x55,0x53,0x51,0x79,0x0f}}, // \xe5\x8f\xac
01071 {0x53ed,{0x1e,0x1e,0x40,0x3f,0x00,0x3f,0x40}}, // \xe5\x8f\xad
01072 {0x53ee,{0x1e,0x12,0x1e,0x01,0x41,0x7f,0x01}}, // \xe5\x8f\xae
01073 {0x53ef,{0x01,0x1d,0x15,0x1d,0x41,0x7f,0x01}}, // \xe5\x8f\xaf
01074 {0x53f0,{0x08,0x68,0x6c,0x6b,0x68,0x64,0x08}}, // \xe5\x8f\xb0
01075 {0x53f1,{0x1e,0x12,0x1e,0x7f,0x48,0x48,0x64}}, // \xe5\x8f\xb1
01076 {0x53f2,{0x40,0x4e,0x5a,0x3f,0x4a,0x4e,0x40}}, // \xe5\x8f\xb2
01077 {0x53f3,{0x12,0x0a,0x7f,0x4a,0x4a,0x7a,0x02}}, // \xe5\x8f\xb3
01078 {0x53f6,{0x1e,0x12,0x1e,0x04,0x04,0x7f,0x04}}, // \xe5\x8f\xb6
01079 {0x53f7,{0x04,0x04,0x1f,0x55,0x57,0x74,0x04}}, // \xe5\x8f\xb7
01080 {0x53f8,{0x01,0x35,0x35,0x35,0x35,0x41,0x7f}}, // \xe5\x8f\xb8
01081 {0x53fa,{0x1e,0x12,0x5e,0x31,0x0f,0x30,0x40}}, // \xe5\x8f\xba
01082 {0x5401,{0x1e,0x12,0x1e,0x09,0x49,0x7f,0x09}}, // \xe5\x90\x81
01083 {0x5403,{0x1e,0x1e,0x04,0x23,0x56,0x4e,0x62}}, // \xe5\x90\x83
01084 {0x5404,{0x10,0x12,0x6a,0x65,0x6b,0x10,0x10}}, // \xe5\x90\x84
01085 {0x5408,{0x04,0x74,0x52,0x55,0x56,0x74,0x04}}, // \xe5\x90\x88
01086 {0x5409,{0x02,0x6a,0x6a,0x6f,0x6a,0x6a,0x02}}, // \xe5\x90\x89
01087 {0x540a,{0x38,0x0f,0x0d,0x7d,0x0d,0x2f,0x38}}, // \xe5\x90\x8a
01088 {0x540b,{0x1e,0x12,0x1e,0x0a,0x52,0x7f,0x02}}, // \xe5\x90\x8b
01089 {0x540c,{0x7f,0x01,0x75,0x55,0x75,0x01,0x7f}}, // \xe5\x90\x8c
01090 {0x540d,{0x20,0x24,0x13,0x7d,0x55,0x53,0x70}}, // \xe5\x90\x8d
01091 {0x540e,{0x40,0x3e,0x0a,0x6a,0x69,0x69,0x08}}, // \xe5\x90\x8e
01092 {0x540f,{0x42,0x4e,0x5a,0x3f,0x4a,0x4e,0x42}}, // \xe5\x90\x8f
01093 {0x5410,{0x1e,0x12,0x1e,0x44,0x44,0x7f,0x44}}, // \xe5\x90\x90
01094 {0x5411,{0x7e,0x02,0x3a,0x2b,0x3a,0x42,0x7e}}, // \xe5\x90\x91
01095 {0x541b,{0x24,0x25,0x75,0x5f,0x55,0x5f,0x74}}, // \xe5\x90\x9b
01096 {0x541d,{0x12,0x72,0x76,0x6b,0x76,0x72,0x12}}, // \xe5\x90\x9d
01097 {0x541f,{0x1e,0x12,0x1e,0x52,0x55,0x36,0x14}}, // \xe5\x90\x9f
01098 {0x5420,{0x1e,0x12,0x5e,0x24,0x1f,0x24,0x45}}, // \xe5\x90\xa0
01099 {0x5426,{0x09,0x79,0x55,0x5f,0x51,0x75,0x09}}, // \xe5\x90\xa6
01100 {0x5429,{0x1e,0x1e,0x44,0x3b,0x48,0x7b,0x04}}, // \xe5\x90\xa9
01101 {0x542b,{0x04,0x74,0x56,0x55,0x5e,0x74,0x04}}, // \xe5\x90\xab
01102 {0x542c,{0x1e,0x1e,0x40,0x3e,0x0a,0x79,0x08}}, // \xe5\x90\xac
01103 {0x542d,{0x1e,0x1e,0x42,0x3a,0x0b,0x7a,0x42}}, // \xe5\x90\xad
01104 {0x542e,{0x1e,0x1e,0x44,0x3e,0x05,0x7c,0x46}}, // \xe5\x90\xae
01105 {0x5436,{0x1e,0x12,0x7e,0x15,0x0f,0x54,0x7c}}, // \xe5\x90\xb6
01106 {0x5438,{0x1e,0x5e,0x31,0x4f,0x51,0x27,0x5c}}, // \xe5\x90\xb8
01107 {0x5439,{0x1e,0x1e,0x44,0x23,0x1e,0x22,0x46}}, // \xe5\x90\xb9
01108 {0x543b,{0x3e,0x22,0x3e,0x53,0x2e,0x5e,0x7e}}, // \xe5\x90\xbb
01109 {0x543c,{0x1e,0x1e,0x51,0x7d,0x0b,0x7f,0x40}}, // \xe5\x90\xbc
01110 {0x543d,{0x1e,0x12,0x1e,0x14,0x13,0x7f,0x12}}, // \xe5\x90\xbd
01111 {0x543e,{0x10,0x75,0x5d,0x57,0x5d,0x71,0x10}}, // \xe5\x90\xbe
01112 {0x5440,{0x1e,0x1e,0x28,0x2f,0x59,0x7f,0x09}}, // \xe5\x91\x80
01113 {0x5442,{0x00,0x70,0x57,0x5d,0x55,0x57,0x70}}, // \xe5\x91\x82
01114 {0x5446,{0x50,0x57,0x35,0x7d,0x35,0x57,0x50}}, // \xe5\x91\x86
01115 {0x5448,{0x44,0x57,0x55,0x7d,0x55,0x57,0x44}}, // \xe5\x91\x88
01116 {0x5449,{0x56,0x54,0x17,0x15,0x1d,0x57,0x50}}, // \xe5\x91\x89
01117 {0x544a,{0x0c,0x6b,0x6a,0x6f,0x6a,0x6a,0x08}}, // \xe5\x91\x8a
01118 {0x544e,{0x1e,0x1e,0x40,0x3f,0x05,0x1d,0x67}}, // \xe5\x91\x8e
01119 {0x5451,{0x14,0x0e,0x76,0x56,0x75,0x0d,0x14}}, // \xe5\x91\x91
01120 {0x545f,{0x1e,0x1e,0x4a,0x6e,0x53,0x2a,0x42}}, // \xe5\x91\x9f
01121 {0x5468,{0x40,0x3f,0x75,0x5f,0x75,0x11,0x7f}}, // \xe5\x91\xa8
01122 {0x546a,{0x1e,0x52,0x5f,0x39,0x09,0x79,0x4f}}, // \xe5\x91\xaa
01123 {0x5470,{0x0e,0x78,0x5f,0x5a,0x50,0x7f,0x0a}}, // \xe5\x91\xb0
01124 {0x5471,{0x1e,0x1e,0x40,0x3e,0x42,0x3e,0x61}}, // \xe5\x91\xb1
01125 {0x5473,{0x1e,0x12,0x5e,0x2a,0x7f,0x2a,0x48}}, // \xe5\x91\xb3
01126 {0x5475,{0x1e,0x1e,0x01,0x1d,0x15,0x5d,0x7f}}, // \xe5\x91\xb5
01127 {0x5476,{0x1e,0x1e,0x5c,0x37,0x4c,0x31,0x4f}}, // \xe5\x91\xb6
01128 {0x5477,{0x1e,0x12,0x1f,0x15,0x7f,0x15,0x1f}}, // \xe5\x91\xb7
01129 {0x547b,{0x1e,0x12,0x3e,0x2a,0x7f,0x2a,0x3e}}, // \xe5\x91\xbb
01130 {0x547c,{0x1e,0x1e,0x16,0x52,0x7e,0x11,0x15}}, // \xe5\x91\xbc
01131 {0x547d,{0x34,0x34,0x32,0x05,0x76,0x14,0x34}}, // \xe5\x91\xbd
01132 {0x5480,{0x1e,0x1e,0x40,0x7f,0x55,0x7f,0x40}}, // \xe5\x92\x80
01133 {0x5484,{0x1e,0x1e,0x76,0x44,0x7f,0x44,0x76}}, // \xe5\x92\x84
01134 {0x5486,{0x1e,0x1e,0x04,0x7b,0x5a,0x42,0x5e}}, // \xe5\x92\x86
01135 {0x548b,{0x1e,0x12,0x1e,0x04,0x7f,0x2a,0x2a}}, // \xe5\x92\x8b
01136 {0x548c,{0x24,0x15,0x7f,0x15,0x7e,0x42,0x7e}}, // \xe5\x92\x8c
01137 {0x548e,{0x0a,0x7b,0x55,0x5b,0x54,0x73,0x14}}, // \xe5\x92\x8e
01138 {0x548f,{0x1e,0x1e,0x28,0x5d,0x7d,0x10,0x28}}, // \xe5\x92\x8f
01139 {0x5490,{0x1e,0x1e,0x04,0x7e,0x09,0x42,0x7f}}, // \xe5\x92\x90
01140 {0x5492,{0x47,0x45,0x3f,0x08,0x7f,0x45,0x67}}, // \xe5\x92\x92
01141 {0x54a2,{0x0b,0x0b,0x1f,0x5c,0x5f,0x7b,0x0b}}, // \xe5\x92\xa2
01142 {0x54a4,{0x1e,0x1e,0x16,0x1a,0x7b,0x56,0x56}}, // \xe5\x92\xa4
01143 {0x54a5,{0x1e,0x1e,0x45,0x57,0x7d,0x53,0x45}}, // \xe5\x92\xa5
01144 {0x54a8,{0x09,0x70,0x54,0x5b,0x56,0x7a,0x06}}, // \xe5\x92\xa8
01145 {0x54ab,{0x40,0x3f,0x19,0x27,0x50,0x47,0x57}}, // \xe5\x92\xab
01146 {0x54ac,{0x1e,0x1e,0x4a,0x56,0x23,0x56,0x4a}}, // \xe5\x92\xac
01147 {0x54af,{0x1e,0x1e,0x10,0x6a,0x65,0x6b,0x10}}, // \xe5\x92\xaf
01148 {0x54b2,{0x1e,0x12,0x5e,0x55,0x3c,0x55,0x54}}, // \xe5\x92\xb2
01149 {0x54b3,{0x1e,0x12,0x1e,0x4a,0x56,0x2b,0x52}}, // \xe5\x92\xb3
01150 {0x54b8,{0x40,0x3e,0x6a,0x6a,0x42,0x3f,0x52}}, // \xe5\x92\xb8
01151 {0x54bc,{0x78,0x0f,0x79,0x5f,0x7b,0x0f,0x78}}, // \xe5\x92\xbc
01152 {0x54bd,{0x1e,0x12,0x7f,0x55,0x4f,0x55,0x7f}}, // \xe5\x92\xbd
01153 {0x54be,{0x1e,0x1e,0x28,0x1a,0x6f,0x5a,0x49}}, // \xe5\x92\xbe
01154 {0x54c0,{0x22,0x2e,0x7a,0x4b,0x1a,0x2e,0x52}}, // \xe5\x93\x80
01155 {0x54c1,{0x70,0x57,0x75,0x05,0x75,0x57,0x70}}, // \xe5\x93\x81
01156 {0x54c2,{0x1e,0x12,0x7d,0x5f,0x45,0x5f,0x7d}}, // \xe5\x93\x82
01157 {0x54c4,{0x1e,0x1e,0x52,0x1f,0x12,0x1f,0x52}}, // \xe5\x93\x84
01158 {0x54c7,{0x1e,0x1e,0x48,0x5a,0x7f,0x5a,0x48}}, // \xe5\x93\x87
01159 {0x54c8,{0x1e,0x1e,0x04,0x72,0x55,0x76,0x04}}, // \xe5\x93\x88
01160 {0x54c9,{0x08,0x6a,0x6f,0x0a,0x4f,0x38,0x5a}}, // \xe5\x93\x89
01161 {0x54d8,{0x1e,0x1e,0x0a,0x7d,0x00,0x45,0x7d}}, // \xe5\x93\x98
01162 {0x54e1,{0x40,0x7c,0x2f,0x2d,0x2f,0x7c,0x40}}, // \xe5\x93\xa1
01163 {0x54e2,{0x1e,0x1e,0x55,0x3d,0x17,0x7d,0x15}}, // \xe5\x93\xa2
01164 {0x54e5,{0x09,0x7f,0x5d,0x7f,0x09,0x7f,0x09}}, // \xe5\x93\xa5
01165 {0x54e6,{0x1e,0x1e,0x26,0x7e,0x25,0x3f,0x55}}, // \xe5\x93\xa6
01166 {0x54e8,{0x1e,0x12,0x1e,0x7d,0x14,0x57,0x7d}}, // \xe5\x93\xa8
01167 {0x54e9,{0x1e,0x12,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe5\x93\xa9
01168 {0x54ed,{0x57,0x55,0x57,0x38,0x57,0x5d,0x57}}, // \xe5\x93\xad
01169 {0x54ee,{0x1e,0x1e,0x28,0x1a,0x2f,0x7a,0x29}}, // \xe5\x93\xae
01170 {0x54f2,{0x0a,0x7f,0x50,0x5e,0x56,0x7d,0x04}}, // \xe5\x93\xb2
01171 {0x54fa,{0x1e,0x12,0x7e,0x2a,0x7f,0x2a,0x7b}}, // \xe5\x93\xba
01172 {0x54fd,{0x1e,0x1e,0x41,0x57,0x3f,0x47,0x41}}, // \xe5\x93\xbd
01173 {0x5504,{0x1e,0x12,0x1e,0x5f,0x15,0x15,0x5f}}, // \xe5\x94\x84
01174 {0x5506,{0x1e,0x1e,0x2a,0x57,0x32,0x5e,0x4b}}, // \xe5\x94\x86
01175 {0x5507,{0x10,0x0f,0x7d,0x77,0x6f,0x77,0x15}}, // \xe5\x94\x87
01176 {0x550f,{0x1e,0x1e,0x48,0x2d,0x7a,0x2d,0x68}}, // \xe5\x94\x8f
01177 {0x5510,{0x40,0x3e,0x12,0x76,0x5f,0x7e,0x0a}}, // \xe5\x94\x90
01178 {0x5514,{0x1e,0x1e,0x14,0x7d,0x57,0x7d,0x10}}, // \xe5\x94\x94
01179 {0x5516,{0x1e,0x12,0x5d,0x7f,0x55,0x7f,0x5d}}, // \xe5\x94\x96
01180 {0x552e,{0x08,0x04,0x7f,0x5a,0x5f,0x7a,0x0a}}, // \xe5\x94\xae
01181 {0x552f,{0x1e,0x1e,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe5\x94\xaf
01182 {0x5531,{0x1e,0x12,0x7e,0x57,0x55,0x57,0x7c}}, // \xe5\x94\xb1
01183 {0x5533,{0x1e,0x1e,0x21,0x5f,0x55,0x3d,0x57}}, // \xe5\x94\xb3
01184 {0x5538,{0x1e,0x1e,0x64,0x2a,0x4d,0x5e,0x64}}, // \xe5\x94\xb8
01185 {0x5539,{0x1e,0x1e,0x62,0x1f,0x7a,0x29,0x52}}, // \xe5\x94\xb9
01186 {0x553e,{0x1e,0x1e,0x54,0x5d,0x77,0x5d,0x54}}, // \xe5\x94\xbe
01187 {0x5540,{0x1e,0x52,0x3f,0x41,0x55,0x7f,0x55}}, // \xe5\x95\x80
01188 {0x5544,{0x1e,0x1e,0x29,0x57,0x7d,0x19,0x25}}, // \xe5\x95\x84
01189 {0x5545,{0x1e,0x1e,0x20,0x3c,0x77,0x3e,0x22}}, // \xe5\x95\x85
01190 {0x5546,{0x7a,0x2a,0x1e,0x6b,0x7a,0x2e,0x7a}}, // \xe5\x95\x86
01191 {0x554c,{0x1e,0x1e,0x46,0x56,0x73,0x56,0x46}}, // \xe5\x95\x8c
01192 {0x554f,{0x7f,0x05,0x77,0x50,0x77,0x05,0x7f}}, // \xe5\x95\x8f
01193 {0x5553,{0x09,0x77,0x55,0x57,0x5a,0x75,0x0b}}, // \xe5\x95\x93
01194 {0x5556,{0x1e,0x1e,0x55,0x22,0x19,0x22,0x55}}, // \xe5\x95\x96
01195 {0x5557,{0x1e,0x1e,0x70,0x6a,0x41,0x6d,0x7b}}, // \xe5\x95\x97
01196 {0x555c,{0x1e,0x12,0x5d,0x2b,0x5d,0x2b,0x5d}}, // \xe5\x95\x9c
01197 {0x555d,{0x1e,0x5e,0x25,0x7f,0x15,0x2e,0x4e}}, // \xe5\x95\x9d
01198 {0x5563,{0x1e,0x1e,0x33,0x3e,0x2a,0x7f,0x1f}}, // \xe5\x95\xa3
01199 {0x557b,{0x1a,0x6a,0x7e,0x6b,0x7a,0x6e,0x1a}}, // \xe5\x95\xbb
01200 {0x557c,{0x1e,0x1e,0x1a,0x6e,0x3b,0x6e,0x1a}}, // \xe5\x95\xbc
01201 {0x557e,{0x1e,0x1e,0x35,0x7f,0x4c,0x3f,0x44}}, // \xe5\x95\xbe
01202 {0x5580,{0x1e,0x1e,0x26,0x6a,0x57,0x6e,0x26}}, // \xe5\x96\x80
01203 {0x5583,{0x1e,0x1e,0x7a,0x2a,0x77,0x2a,0x7a}}, // \xe5\x96\x83
01204 {0x5584,{0x2a,0x7a,0x6b,0x7e,0x6a,0x7b,0x2a}}, // \xe5\x96\x84
01205 {0x5587,{0x1e,0x52,0x2e,0x7f,0x2a,0x4e,0x7f}}, // \xe5\x96\x87
01206 {0x5589,{0x1e,0x12,0x7f,0x54,0x5d,0x37,0x54}}, // \xe5\x96\x89
01207 {0x558a,{0x1e,0x52,0x3e,0x6a,0x6a,0x3f,0x52}}, // \xe5\x96\x8a
01208 {0x558b,{0x1e,0x12,0x5f,0x32,0x77,0x36,0x57}}, // \xe5\x96\x8b
01209 {0x5598,{0x1e,0x1e,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe5\x96\x98
01210 {0x5599,{0x1e,0x1e,0x2c,0x56,0x7d,0x27,0x55}}, // \xe5\x96\x99
01211 {0x559a,{0x1e,0x1e,0x52,0x5d,0x3d,0x5f,0x50}}, // \xe5\x96\x9a
01212 {0x559c,{0x12,0x76,0x5e,0x57,0x5e,0x76,0x12}}, // \xe5\x96\x9c
01213 {0x559d,{0x1e,0x1e,0x10,0x3f,0x2d,0x4f,0x78}}, // \xe5\x96\x9d
01214 {0x559e,{0x1e,0x12,0x7e,0x2b,0x0e,0x7f,0x1f}}, // \xe5\x96\x9e
01215 {0x559f,{0x1e,0x12,0x1f,0x7d,0x2f,0x7d,0x0f}}, // \xe5\x96\x9f
01216 {0x55a7,{0x1e,0x1e,0x46,0x72,0x57,0x76,0x46}}, // \xe5\x96\xa7
01217 {0x55a8,{0x1e,0x1e,0x5a,0x2e,0x0b,0x6e,0x5a}}, // \xe5\x96\xa8
01218 {0x55a9,{0x1e,0x1e,0x75,0x33,0x75,0x26,0x54}}, // \xe5\x96\xa9
01219 {0x55aa,{0x52,0x36,0x76,0x5f,0x32,0x56,0x56}}, // \xe5\x96\xaa
01220 {0x55ab,{0x1e,0x1e,0x4a,0x5f,0x3a,0x57,0x4f}}, // \xe5\x96\xab
01221 {0x55ac,{0x7a,0x1a,0x77,0x5b,0x77,0x1a,0x7a}}, // \xe5\x96\xac
01222 {0x55ae,{0x27,0x3d,0x37,0x7c,0x37,0x3d,0x27}}, // \xe5\x96\xae
01223 {0x55b0,{0x1e,0x1e,0x44,0x7a,0x5d,0x22,0x54}}, // \xe5\x96\xb0
01224 {0x55b6,{0x06,0x63,0x6e,0x7b,0x6e,0x63,0x06}}, // \xe5\x96\xb6
01225 {0x55c4,{0x1e,0x1e,0x51,0x5f,0x2f,0x5f,0x41}}, // \xe5\x97\x84
01226 {0x55c5,{0x1e,0x1e,0x50,0x5e,0x3b,0x5e,0x50}}, // \xe5\x97\x85
01227 {0x55c7,{0x1a,0x76,0x7a,0x5f,0x7a,0x76,0x1a}}, // \xe5\x97\x87
01228 {0x55d4,{0x1e,0x1e,0x58,0x13,0x1e,0x1e,0x52}}, // \xe5\x97\x94
01229 {0x55da,{0x1e,0x1e,0x40,0x1e,0x5b,0x1e,0x70}}, // \xe5\x97\x9a
01230 {0x55dc,{0x1e,0x1e,0x14,0x6e,0x7f,0x76,0x15}}, // \xe5\x97\x9c
01231 {0x55df,{0x1e,0x1e,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe5\x97\x9f
01232 {0x55e3,{0x78,0x3b,0x1b,0x78,0x35,0x35,0x7f}}, // \xe5\x97\xa3
01233 {0x55e4,{0x1e,0x1e,0x4b,0x5a,0x7f,0x5a,0x6b}}, // \xe5\x97\xa4
01234 {0x55f7,{0x1e,0x1e,0x4a,0x3f,0x6a,0x3f,0x5e}}, // \xe5\x97\xb7
01235 {0x55f9,{0x1e,0x1e,0x65,0x52,0x5e,0x7f,0x52}}, // \xe5\x97\xb9
01236 {0x55fd,{0x1e,0x52,0x2e,0x7f,0x4e,0x3b,0x46}}, // \xe5\x97\xbd
01237 {0x55fe,{0x1e,0x1e,0x62,0x1f,0x7a,0x3f,0x56}}, // \xe5\x97\xbe
01238 {0x5606,{0x1e,0x12,0x5e,0x5b,0x3e,0x5b,0x5e}}, // \xe5\x98\x86
01239 {0x5609,{0x52,0x36,0x5e,0x77,0x7e,0x56,0x72}}, // \xe5\x98\x89
01240 {0x5614,{0x1e,0x12,0x7f,0x71,0x47,0x77,0x71}}, // \xe5\x98\x94
01241 {0x5616,{0x1e,0x1e,0x48,0x3a,0x3f,0x3a,0x48}}, // \xe5\x98\x96
01242 {0x5617,{0x06,0x7b,0x56,0x57,0x56,0x73,0x16}}, // \xe5\x98\x97
01243 {0x5618,{0x1e,0x52,0x3e,0x64,0x4f,0x6a,0x4a}}, // \xe5\x98\x98
01244 {0x561b,{0x5e,0x3e,0x3a,0x7e,0x3b,0x7e,0x3a}}, // \xe5\x98\x9b
01245 {0x5629,{0x1e,0x1e,0x2a,0x3f,0x7e,0x3f,0x2a}}, // \xe5\x98\xa9
01246 {0x562f,{0x1e,0x5e,0x38,0x6a,0x07,0x6e,0x74}}, // \xe5\x98\xaf
01247 {0x5631,{0x1e,0x52,0x3f,0x73,0x5b,0x3f,0x73}}, // \xe5\x98\xb1
01248 {0x5632,{0x1e,0x12,0x2d,0x7f,0x3f,0x15,0x7f}}, // \xe5\x98\xb2
01249 {0x5634,{0x1e,0x1e,0x4f,0x3a,0x38,0x7f,0x0a}}, // \xe5\x98\xb4
01250 {0x5636,{0x1e,0x12,0x5f,0x1a,0x5f,0x3e,0x79}}, // \xe5\x98\xb6
01251 {0x5638,{0x1e,0x1e,0x6b,0x3e,0x6a,0x3e,0x6a}}, // \xe5\x98\xb8
01252 {0x5642,{0x1e,0x12,0x1e,0x37,0x52,0x77,0x1e}}, // \xe5\x99\x82
01253 {0x564c,{0x1e,0x12,0x1e,0x7b,0x5e,0x7b,0x0e}}, // \xe5\x99\x8c
01254 {0x564e,{0x1e,0x1e,0x5a,0x6a,0x5f,0x6a,0x5a}}, // \xe5\x99\x8e
01255 {0x5650,{0x14,0x77,0x77,0x1c,0x77,0x77,0x14}}, // \xe5\x99\x90
01256 {0x565b,{0x1e,0x12,0x7e,0x6f,0x54,0x6f,0x7a}}, // \xe5\x99\x9b
01257 {0x5664,{0x1e,0x1e,0x52,0x1f,0x78,0x1a,0x57}}, // \xe5\x99\xa4
01258 {0x5668,{0x28,0x6b,0x6b,0x1c,0x6b,0x6b,0x28}}, // \xe5\x99\xa8
01259 {0x566a,{0x1e,0x12,0x5e,0x37,0x7d,0x37,0x5c}}, // \xe5\x99\xaa
01260 {0x566b,{0x1e,0x1e,0x6a,0x3e,0x5b,0x5e,0x6a}}, // \xe5\x99\xab
01261 {0x566c,{0x1e,0x1e,0x6b,0x5e,0x78,0x5b,0x6e}}, // \xe5\x99\xac
01262 {0x5674,{0x1e,0x1e,0x4a,0x3e,0x2b,0x3e,0x4a}}, // \xe5\x99\xb4
01263 {0x5678,{0x1e,0x12,0x3f,0x2a,0x4d,0x1f,0x5d}}, // \xe5\x99\xb8
01264 {0x567a,{0x1e,0x5e,0x36,0x7b,0x3e,0x0a,0x79}}, // \xe5\x99\xba
01265 {0x5680,{0x1e,0x12,0x1e,0x56,0x7f,0x1a,0x16}}, // \xe5\x9a\x80
01266 {0x5686,{0x1e,0x1e,0x72,0x1f,0x56,0x1f,0x72}}, // \xe5\x9a\x86
01267 {0x5687,{0x1e,0x5e,0x3a,0x7f,0x4a,0x3f,0x7a}}, // \xe5\x9a\x87
01268 {0x568a,{0x1e,0x1e,0x38,0x6e,0x3b,0x6e,0x38}}, // \xe5\x9a\x8a
01269 {0x568f,{0x1e,0x1e,0x4c,0x2e,0x7f,0x5e,0x5c}}, // \xe5\x9a\x8f
01270 {0x5694,{0x1e,0x1e,0x4c,0x2e,0x7f,0x5e,0x4c}}, // \xe5\x9a\x94
01271 {0x56a0,{0x1e,0x1e,0x26,0x55,0x6a,0x57,0x7f}}, // \xe5\x9a\xa0
01272 {0x56a2,{0x5a,0x3e,0x7a,0x5f,0x3a,0x5e,0x5a}}, // \xe5\x9a\xa2
01273 {0x56a5,{0x1e,0x1e,0x52,0x1f,0x56,0x1f,0x52}}, // \xe5\x9a\xa5
01274 {0x56ae,{0x7a,0x15,0x7f,0x5b,0x70,0x1f,0x77}}, // \xe5\x9a\xae
01275 {0x56b4,{0x40,0x3f,0x2f,0x7a,0x53,0x2b,0x5a}}, // \xe5\x9a\xb4
01276 {0x56b6,{0x1e,0x1e,0x57,0x7b,0x54,0x33,0x57}}, // \xe5\x9a\xb6
01277 {0x56bc,{0x1e,0x12,0x7e,0x2d,0x0f,0x5d,0x7e}}, // \xe5\x9a\xbc
01278 {0x56c0,{0x1e,0x12,0x2d,0x7f,0x2e,0x5f,0x7e}}, // \xe5\x9b\x80
01279 {0x56c1,{0x1e,0x12,0x3e,0x75,0x27,0x3f,0x75}}, // \xe5\x9b\x81
01280 {0x56c2,{0x24,0x67,0x7f,0x1c,0x7f,0x67,0x24}}, // \xe5\x9b\x82
01281 {0x56c3,{0x1e,0x5e,0x36,0x7b,0x36,0x7e,0x55}}, // \xe5\x9b\x83
01282 {0x56c8,{0x1e,0x1e,0x52,0x7f,0x5a,0x37,0x5a}}, // \xe5\x9b\x88
01283 {0x56ce,{0x1e,0x5f,0x15,0x5f,0x02,0x6d,0x6e}}, // \xe5\x9b\x8e
01284 {0x56d1,{0x1e,0x52,0x3f,0x5b,0x7f,0x3b,0x77}}, // \xe5\x9b\x91
01285 {0x56d3,{0x1e,0x1e,0x0a,0x7f,0x5e,0x6b,0x7f}}, // \xe5\x9b\x93
01286 {0x56d7,{0x7f,0x41,0x41,0x41,0x41,0x41,0x7f}}, // \xe5\x9b\x97
01287 {0x56d8,{0x7f,0x01,0x3f,0x2b,0x2f,0x41,0x7f}}, // \xe5\x9b\x98
01288 {0x56da,{0x7f,0x61,0x51,0x4f,0x51,0x61,0x7f}}, // \xe5\x9b\x9a
01289 {0x56db,{0x7f,0x51,0x4f,0x41,0x4f,0x49,0x7f}}, // \xe5\x9b\x9b
01290 {0x56de,{0x7f,0x41,0x5d,0x55,0x5d,0x41,0x7f}}, // \xe5\x9b\x9e
01291 {0x56e0,{0x7f,0x65,0x55,0x4f,0x55,0x65,0x7f}}, // \xe5\x9b\xa0
01292 {0x56e3,{0x7f,0x45,0x4d,0x65,0x7f,0x45,0x7f}}, // \xe5\x9b\xa3
01293 {0x56ee,{0x7f,0x49,0x7d,0x43,0x7f,0x65,0x7f}}, // \xe5\x9b\xae
01294 {0x56f0,{0x7f,0x55,0x4d,0x7f,0x4d,0x55,0x7f}}, // \xe5\x9b\xb0
01295 {0x56f2,{0x7f,0x55,0x7f,0x55,0x7f,0x55,0x7f}}, // \xe5\x9b\xb2
01296 {0x56f3,{0x7f,0x43,0x69,0x53,0x59,0x65,0x7f}}, // \xe5\x9b\xb3
01297 {0x56f9,{0x7f,0x49,0x4d,0x7b,0x4d,0x59,0x7f}}, // \xe5\x9b\xb9
01298 {0x56fa,{0x7f,0x41,0x75,0x6f,0x75,0x41,0x7f}}, // \xe5\x9b\xba
01299 {0x56fd,{0x7f,0x41,0x6b,0x7f,0x6b,0x51,0x7f}}, // \xe5\x9b\xbd
01300 {0x56ff,{0x7f,0x55,0x4f,0x75,0x75,0x41,0x7f}}, // \xe5\x9b\xbf
01301 {0x5700,{0x7f,0x45,0x6b,0x59,0x7f,0x4d,0x7f}}, // \xe5\x9c\x80
01302 {0x5703,{0x7f,0x45,0x7d,0x5f,0x7d,0x47,0x7f}}, // \xe5\x9c\x83
01303 {0x5704,{0x7f,0x55,0x7f,0x77,0x7b,0x51,0x7f}}, // \xe5\x9c\x84
01304 {0x5708,{0x7f,0x55,0x7f,0x7d,0x6f,0x55,0x7f}}, // \xe5\x9c\x88
01305 {0x5709,{0x7f,0x55,0x5d,0x77,0x5d,0x55,0x7f}}, // \xe5\x9c\x89
01306 {0x570b,{0x7f,0x6d,0x6d,0x45,0x5f,0x65,0x7f}}, // \xe5\x9c\x8b
01307 {0x570d,{0x7f,0x55,0x5d,0x57,0x7f,0x55,0x7f}}, // \xe5\x9c\x8d
01308 {0x570f,{0x7f,0x55,0x4f,0x7d,0x6f,0x55,0x7f}}, // \xe5\x9c\x8f
01309 {0x5712,{0x7f,0x65,0x5f,0x77,0x5f,0x65,0x7f}}, // \xe5\x9c\x92
01310 {0x5713,{0x7f,0x61,0x5f,0x5b,0x5f,0x61,0x7f}}, // \xe5\x9c\x93
01311 {0x5716,{0x7f,0x49,0x7f,0x6d,0x7f,0x49,0x7f}}, // \xe5\x9c\x96
01312 {0x5718,{0x7f,0x55,0x5d,0x5f,0x7d,0x55,0x7f}}, // \xe5\x9c\x98
01313 {0x571c,{0x7f,0x55,0x7f,0x6f,0x5f,0x65,0x7f}}, // \xe5\x9c\x9c
01314 {0x571f,{0x40,0x44,0x44,0x7f,0x44,0x44,0x40}}, // \xe5\x9c\x9f
01315 {0x5726,{0x24,0x3f,0x44,0x31,0x0f,0x30,0x40}}, // \xe5\x9c\xa6
01316 {0x5727,{0x40,0x3f,0x41,0x49,0x7f,0x49,0x41}}, // \xe5\x9c\xa7
01317 {0x5728,{0x12,0x7a,0x47,0x4a,0x7e,0x4a,0x42}}, // \xe5\x9c\xa8
01318 {0x572d,{0x48,0x5a,0x5a,0x7f,0x5a,0x5a,0x48}}, // \xe5\x9c\xad
01319 {0x5730,{0x24,0x3f,0x08,0x7e,0x44,0x5f,0x6c}}, // \xe5\x9c\xb0
01320 {0x5737,{0x24,0x3f,0x14,0x01,0x7f,0x05,0x09}}, // \xe5\x9c\xb7
01321 {0x5738,{0x24,0x3f,0x7c,0x40,0x7f,0x40,0x7c}}, // \xe5\x9c\xb8
01322 {0x573b,{0x24,0x3f,0x40,0x3e,0x0a,0x79,0x08}}, // \xe5\x9c\xbb
01323 {0x5740,{0x24,0x3f,0x40,0x7c,0x40,0x7f,0x44}}, // \xe5\x9d\x80
01324 {0x5742,{0x24,0x3f,0x24,0x5f,0x5d,0x25,0x5d}}, // \xe5\x9d\x82
01325 {0x5747,{0x24,0x3f,0x14,0x23,0x2a,0x52,0x7e}}, // \xe5\x9d\x87
01326 {0x574a,{0x24,0x3f,0x14,0x42,0x3e,0x4b,0x7a}}, // \xe5\x9d\x8a
01327 {0x574e,{0x24,0x3f,0x44,0x23,0x1e,0x22,0x46}}, // \xe5\x9d\x8e
01328 {0x574f,{0x24,0x3f,0x11,0x09,0x7f,0x09,0x11}}, // \xe5\x9d\x8f
01329 {0x5750,{0x44,0x53,0x54,0x7f,0x54,0x53,0x44}}, // \xe5\x9d\x90
01330 {0x5751,{0x24,0x3f,0x42,0x3a,0x0b,0x7a,0x42}}, // \xe5\x9d\x91
01331 {0x5761,{0x24,0x3f,0x7e,0x5a,0x2f,0x5a,0x46}}, // \xe5\x9d\xa1
01332 {0x5764,{0x24,0x3f,0x3e,0x2a,0x7f,0x2a,0x3e}}, // \xe5\x9d\xa4
01333 {0x5766,{0x24,0x3f,0x14,0x5f,0x55,0x55,0x5f}}, // \xe5\x9d\xa6
01334 {0x5769,{0x24,0x3f,0x02,0x7f,0x4a,0x7f,0x02}}, // \xe5\x9d\xa9
01335 {0x576a,{0x24,0x3f,0x15,0x11,0x7f,0x11,0x15}}, // \xe5\x9d\xaa
01336 {0x577f,{0x24,0x3f,0x14,0x7e,0x09,0x42,0x7f}}, // \xe5\x9d\xbf
01337 {0x5782,{0x54,0x5e,0x56,0x7e,0x55,0x5d,0x54}}, // \xe5\x9e\x82
01338 {0x5788,{0x44,0x5e,0x51,0x7a,0x53,0x56,0x4b}}, // \xe5\x9e\x88
01339 {0x5789,{0x24,0x3f,0x04,0x7b,0x5a,0x42,0x5e}}, // \xe5\x9e\x89
01340 {0x578b,{0x55,0x4f,0x55,0x7f,0x55,0x46,0x5f}}, // \xe5\x9e\x8b
01341 {0x5793,{0x24,0x3f,0x4a,0x56,0x2b,0x32,0x4a}}, // \xe5\x9e\x93
01342 {0x57a0,{0x24,0x3f,0x14,0x7f,0x55,0x35,0x5f}}, // \xe5\x9e\xa0
01343 {0x57a2,{0x24,0x3f,0x40,0x3e,0x0a,0x6a,0x69}}, // \xe5\x9e\xa2
01344 {0x57a3,{0x24,0x3f,0x41,0x7f,0x6b,0x7f,0x41}}, // \xe5\x9e\xa3
01345 {0x57a4,{0x24,0x3f,0x45,0x57,0x7d,0x53,0x45}}, // \xe5\x9e\xa4
01346 {0x57aa,{0x24,0x3f,0x54,0x3d,0x14,0x7d,0x14}}, // \xe5\x9e\xaa
01347 {0x57b0,{0x24,0x3f,0x14,0x08,0x7f,0x1a,0x2a}}, // \xe5\x9e\xb0
01348 {0x57b3,{0x24,0x3f,0x0a,0x7d,0x00,0x45,0x7d}}, // \xe5\x9e\xb3
01349 {0x57c0,{0x54,0x5e,0x66,0x7e,0x65,0x5d,0x54}}, // \xe5\x9f\x80
01350 {0x57c3,{0x24,0x3f,0x54,0x5e,0x35,0x54,0x56}}, // \xe5\x9f\x83
01351 {0x57c6,{0x24,0x3f,0x42,0x3e,0x1d,0x57,0x7c}}, // \xe5\x9f\x86
01352 {0x57cb,{0x24,0x3f,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe5\x9f\x8b
01353 {0x57ce,{0x24,0x3f,0x7e,0x2a,0x5a,0x3f,0x52}}, // \xe5\x9f\x8e
01354 {0x57d2,{0x24,0x3f,0x0a,0x29,0x4b,0x7d,0x0a}}, // \xe5\x9f\x92
01355 {0x57d3,{0x24,0x3f,0x08,0x2a,0x4d,0x7b,0x08}}, // \xe5\x9f\x93
01356 {0x57d4,{0x24,0x3f,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe5\x9f\x94
01357 {0x57d6,{0x24,0x3f,0x12,0x7b,0x02,0x7f,0x52}}, // \xe5\x9f\x96
01358 {0x57dc,{0x4a,0x56,0x5f,0x7a,0x56,0x5f,0x4a}}, // \xe5\x9f\x9c
01359 {0x57df,{0x24,0x3f,0x5a,0x5a,0x22,0x3f,0x52}}, // \xe5\x9f\x9f
01360 {0x57e0,{0x24,0x3f,0x24,0x3e,0x6b,0x2e,0x38}}, // \xe5\x9f\xa0
01361 {0x57e3,{0x24,0x3f,0x32,0x2e,0x73,0x2e,0x32}}, // \xe5\x9f\xa3
01362 {0x57f4,{0x24,0x3f,0x14,0x7a,0x42,0x5f,0x5a}}, // \xe5\x9f\xb4
01363 {0x57f7,{0x14,0x3e,0x77,0x3e,0x13,0x7e,0x40}}, // \xe5\x9f\xb7
01364 {0x57f9,{0x24,0x3f,0x0a,0x6e,0x6b,0x6e,0x0a}}, // \xe5\x9f\xb9
01365 {0x57fa,{0x28,0x1a,0x4f,0x6a,0x4f,0x1a,0x28}}, // \xe5\x9f\xba
01366 {0x57fc,{0x24,0x3f,0x12,0x5a,0x17,0x7a,0x12}}, // \xe5\x9f\xbc
01367 {0x5800,{0x24,0x3f,0x1f,0x65,0x4d,0x7d,0x6f}}, // \xe5\xa0\x80
01368 {0x5802,{0x46,0x53,0x5e,0x7b,0x5e,0x53,0x46}}, // \xe5\xa0\x82
01369 {0x5805,{0x47,0x57,0x55,0x78,0x5b,0x55,0x4b}}, // \xe5\xa0\x85
01370 {0x5806,{0x24,0x3f,0x14,0x7f,0x4a,0x7f,0x4a}}, // \xe5\xa0\x86
01371 {0x580a,{0x51,0x5f,0x5b,0x71,0x5b,0x5f,0x51}}, // \xe5\xa0\x8a
01372 {0x580b,{0x24,0x7f,0x3f,0x55,0x3f,0x55,0x7f}}, // \xe5\xa0\x8b
01373 {0x5815,{0x5f,0x4b,0x40,0x6a,0x47,0x5a,0x5a}}, // \xe5\xa0\x95
01374 {0x5819,{0x24,0x3f,0x14,0x5d,0x5f,0x7f,0x5d}}, // \xe5\xa0\x99
01375 {0x581d,{0x24,0x3f,0x14,0x78,0x6f,0x09,0x7f}}, // \xe5\xa0\x9d
01376 {0x5821,{0x44,0x5e,0x55,0x6f,0x5d,0x4f,0x54}}, // \xe5\xa0\xa1
01377 {0x5824,{0x24,0x3f,0x44,0x34,0x47,0x7f,0x54}}, // \xe5\xa0\xa4
01378 {0x582a,{0x24,0x3f,0x72,0x5f,0x72,0x5f,0x52}}, // \xe5\xa0\xaa
01379 {0x582f,{0x54,0x5e,0x3e,0x17,0x7e,0x5e,0x54}}, // \xe5\xa0\xaf
01380 {0x5830,{0x24,0x3f,0x7f,0x49,0x6f,0x57,0x69}}, // \xe5\xa0\xb0
01381 {0x5831,{0x14,0x3e,0x77,0x3e,0x5f,0x29,0x5b}}, // \xe5\xa0\xb1
01382 {0x5834,{0x24,0x3f,0x24,0x5f,0x35,0x57,0x74}}, // \xe5\xa0\xb4
01383 {0x5835,{0x24,0x3f,0x28,0x1a,0x6f,0x6a,0x69}}, // \xe5\xa0\xb5
01384 {0x583a,{0x24,0x3f,0x2f,0x75,0x1f,0x75,0x2f}}, // \xe5\xa0\xba
01385 {0x583d,{0x24,0x3f,0x00,0x77,0x47,0x7d,0x57}}, // \xe5\xa0\xbd
01386 {0x5840,{0x24,0x3f,0x3f,0x6d,0x35,0x7d,0x27}}, // \xe5\xa1\x80
01387 {0x5841,{0x28,0x57,0x45,0x67,0x45,0x57,0x28}}, // \xe5\xa1\x81
01388 {0x584a,{0x24,0x3f,0x5e,0x2a,0x7f,0x6a,0x5e}}, // \xe5\xa1\x8a
01389 {0x584b,{0x4d,0x46,0x55,0x7c,0x55,0x46,0x4d}}, // \xe5\xa1\x8b
01390 {0x5851,{0x57,0x5e,0x4b,0x6e,0x5f,0x45,0x5f}}, // \xe5\xa1\x91
01391 {0x5852,{0x24,0x3f,0x3e,0x6a,0x2f,0x7a,0x28}}, // \xe5\xa1\x92
01392 {0x5854,{0x24,0x3f,0x12,0x7b,0x56,0x7b,0x12}}, // \xe5\xa1\x94
01393 {0x5857,{0x55,0x40,0x54,0x76,0x5d,0x46,0x54}}, // \xe5\xa1\x97
01394 {0x5858,{0x24,0x3f,0x7e,0x12,0x77,0x5e,0x6a}}, // \xe5\xa1\x98
01395 {0x5859,{0x24,0x3f,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe5\xa1\x99
01396 {0x585a,{0x24,0x3f,0x2b,0x5d,0x7d,0x35,0x4b}}, // \xe5\xa1\x9a
01397 {0x585e,{0x56,0x3a,0x5e,0x7b,0x5e,0x3a,0x56}}, // \xe5\xa1\x9e
01398 {0x5862,{0x24,0x3f,0x40,0x1e,0x5b,0x1e,0x70}}, // \xe5\xa1\xa2
01399 {0x5869,{0x24,0x3f,0x44,0x6f,0x6a,0x6e,0x42}}, // \xe5\xa1\xa9
01400 {0x586b,{0x24,0x3f,0x52,0x1e,0x1f,0x1e,0x52}}, // \xe5\xa1\xab
01401 {0x5870,{0x55,0x40,0x4b,0x7e,0x5e,0x5e,0x4a}}, // \xe5\xa1\xb0
01402 {0x5872,{0x24,0x3f,0x24,0x5f,0x3a,0x5e,0x72}}, // \xe5\xa1\xb2
01403 {0x5875,{0x40,0x3e,0x5a,0x56,0x67,0x5e,0x52}}, // \xe5\xa1\xb5
01404 {0x5879,{0x4a,0x4e,0x5f,0x6a,0x47,0x5d,0x45}}, // \xe5\xa1\xb9
01405 {0x587e,{0x52,0x4e,0x5b,0x6e,0x5f,0x5e,0x50}}, // \xe5\xa1\xbe
01406 {0x5883,{0x24,0x3f,0x4a,0x3e,0x3b,0x7e,0x4a}}, // \xe5\xa2\x83
01407 {0x5885,{0x57,0x5f,0x57,0x60,0x55,0x5f,0x4d}}, // \xe5\xa2\x85
01408 {0x5893,{0x2a,0x1a,0x4f,0x6e,0x4f,0x1a,0x2a}}, // \xe5\xa2\x93
01409 {0x5897,{0x24,0x3f,0x0e,0x7b,0x5e,0x7b,0x0e}}, // \xe5\xa2\x97
01410 {0x589c,{0x5f,0x4b,0x4a,0x77,0x5e,0x4b,0x56}}, // \xe5\xa2\x9c
01411 {0x589f,{0x24,0x3f,0x40,0x3c,0x44,0x6f,0x4a}}, // \xe5\xa2\x9f
01412 {0x58a8,{0x54,0x47,0x55,0x67,0x55,0x47,0x54}}, // \xe5\xa2\xa8
01413 {0x58ab,{0x24,0x3f,0x1e,0x3d,0x54,0x7d,0x1e}}, // \xe5\xa2\xab
01414 {0x58ae,{0x5f,0x4b,0x40,0x6a,0x5f,0x5a,0x5a}}, // \xe5\xa2\xae
01415 {0x58b3,{0x24,0x3f,0x4a,0x3e,0x2b,0x3e,0x4a}}, // \xe5\xa2\xb3
01416 {0x58b8,{0x24,0x3f,0x52,0x37,0x7e,0x7f,0x12}}, // \xe5\xa2\xb8
01417 {0x58b9,{0x24,0x3f,0x7f,0x03,0x38,0x3b,0x7f}}, // \xe5\xa2\xb9
01418 {0x58ba,{0x24,0x3f,0x50,0x5e,0x3f,0x56,0x5e}}, // \xe5\xa2\xba
01419 {0x58bb,{0x24,0x3f,0x7a,0x76,0x5b,0x76,0x7a}}, // \xe5\xa2\xbb
01420 {0x58be,{0x4a,0x56,0x5d,0x62,0x5f,0x4b,0x54}}, // \xe5\xa2\xbe
01421 {0x58c1,{0x48,0x5f,0x5b,0x6a,0x4e,0x5b,0x4e}}, // \xe5\xa3\x81
01422 {0x58c5,{0x56,0x4a,0x42,0x6b,0x5e,0x5e,0x56}}, // \xe5\xa3\x85
01423 {0x58c7,{0x24,0x3f,0x4e,0x7e,0x5b,0x7e,0x4e}}, // \xe5\xa3\x87
01424 {0x58ca,{0x24,0x3f,0x32,0x7e,0x5f,0x3a,0x5e}}, // \xe5\xa3\x8a
01425 {0x58cc,{0x24,0x3f,0x1a,0x7e,0x53,0x3e,0x5a}}, // \xe5\xa3\x8c
01426 {0x58d1,{0x56,0x5b,0x5f,0x6a,0x57,0x49,0x57}}, // \xe5\xa3\x91
01427 {0x58d3,{0x50,0x4f,0x5b,0x7b,0x55,0x4f,0x55}}, // \xe5\xa3\x93
01428 {0x58d5,{0x24,0x3f,0x2a,0x5e,0x7b,0x2e,0x5a}}, // \xe5\xa3\x95
01429 {0x58d7,{0x24,0x3f,0x50,0x6a,0x7f,0x6e,0x54}}, // \xe5\xa3\x97
01430 {0x58d8,{0x58,0x5f,0x5d,0x67,0x5d,0x5f,0x58}}, // \xe5\xa3\x98
01431 {0x58d9,{0x24,0x3f,0x3e,0x4a,0x3f,0x3e,0x4a}}, // \xe5\xa3\x99
01432 {0x58dc,{0x24,0x3f,0x4c,0x6f,0x55,0x3f,0x4c}}, // \xe5\xa3\x9c
01433 {0x58de,{0x24,0x3f,0x2a,0x6e,0x5f,0x2a,0x4e}}, // \xe5\xa3\x9e
01434 {0x58df,{0x4a,0x5e,0x4b,0x7e,0x42,0x5b,0x55}}, // \xe5\xa3\x9f
01435 {0x58e4,{0x24,0x3f,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe5\xa3\xa4
01436 {0x58e5,{0x24,0x3f,0x24,0x5f,0x4b,0x63,0x49}}, // \xe5\xa3\xa5
01437 {0x58eb,{0x04,0x44,0x44,0x7f,0x44,0x44,0x04}}, // \xe5\xa3\xab
01438 {0x58ec,{0x08,0x4a,0x4a,0x7e,0x49,0x49,0x08}}, // \xe5\xa3\xac
01439 {0x58ee,{0x14,0x7f,0x04,0x44,0x7f,0x44,0x04}}, // \xe5\xa3\xae
01440 {0x58ef,{0x57,0x34,0x7f,0x04,0x44,0x7f,0x44}}, // \xe5\xa3\xaf
01441 {0x58f0,{0x42,0x3a,0x2a,0x3f,0x2a,0x3a,0x02}}, // \xe5\xa3\xb0
01442 {0x58f1,{0x1a,0x0a,0x7a,0x5f,0x5a,0x4a,0x1a}}, // \xe5\xa3\xb1
01443 {0x58f2,{0x5a,0x4a,0x2a,0x0f,0x6a,0x4a,0x5a}}, // \xe5\xa3\xb2
01444 {0x58f7,{0x5a,0x6a,0x7a,0x6f,0x7a,0x6a,0x5a}}, // \xe5\xa3\xb7
01445 {0x58f9,{0x5a,0x4a,0x7a,0x5f,0x7a,0x4a,0x5a}}, // \xe5\xa3\xb9
01446 {0x58fa,{0x5a,0x6a,0x7a,0x4f,0x7a,0x6a,0x5a}}, // \xe5\xa3\xba
01447 {0x58fb,{0x24,0x3f,0x14,0x09,0x77,0x2d,0x7b}}, // \xe5\xa3\xbb
01448 {0x58fc,{0x5a,0x6a,0x7a,0x5f,0x7a,0x6a,0x5a}}, // \xe5\xa3\xbc
01449 {0x58fd,{0x14,0x76,0x76,0x1f,0x56,0x76,0x14}}, // \xe5\xa3\xbd
01450 {0x5902,{0x48,0x44,0x2b,0x12,0x2a,0x46,0x40}}, // \xe5\xa4\x82
01451 {0x5909,{0x4a,0x52,0x5e,0x2b,0x5e,0x42,0x4a}}, // \xe5\xa4\x89
01452 {0x590a,{0x4a,0x44,0x2b,0x12,0x2a,0x46,0x40}}, // \xe5\xa4\x8a
01453 {0x590f,{0x41,0x51,0x5f,0x2f,0x5f,0x41,0x41}}, // \xe5\xa4\x8f
01454 {0x5910,{0x42,0x52,0x5d,0x2f,0x5f,0x4e,0x40}}, // \xe5\xa4\x90
01455 {0x5915,{0x08,0x48,0x44,0x4b,0x2a,0x12,0x0e}}, // \xe5\xa4\x95
01456 {0x5916,{0x48,0x47,0x2a,0x1e,0x7f,0x08,0x10}}, // \xe5\xa4\x96
01457 {0x5918,{0x48,0x47,0x2a,0x1e,0x7f,0x01,0x1f}}, // \xe5\xa4\x98
01458 {0x5919,{0x40,0x3f,0x53,0x2f,0x1b,0x7f,0x40}}, // \xe5\xa4\x99
01459 {0x591a,{0x08,0x4a,0x5a,0x55,0x2b,0x28,0x18}}, // \xe5\xa4\x9a
01460 {0x591b,{0x44,0x54,0x55,0x2d,0x2f,0x1c,0x04}}, // \xe5\xa4\x9b
01461 {0x591c,{0x12,0x7a,0x06,0x53,0x5e,0x2a,0x5a}}, // \xe5\xa4\x9c
01462 {0x5922,{0x1a,0x4e,0x5b,0x6e,0x3b,0x0e,0x1a}}, // \xe5\xa4\xa2
01463 {0x5925,{0x57,0x35,0x7f,0x37,0x52,0x2d,0x1b}}, // \xe5\xa4\xa5
01464 {0x5927,{0x44,0x44,0x24,0x1f,0x24,0x44,0x44}}, // \xe5\xa4\xa7
01465 {0x5929,{0x41,0x45,0x25,0x1f,0x25,0x45,0x41}}, // \xe5\xa4\xa9
01466 {0x592a,{0x44,0x44,0x24,0x5f,0x24,0x44,0x44}}, // \xe5\xa4\xaa
01467 {0x592b,{0x48,0x4a,0x2a,0x1f,0x2a,0x4a,0x48}}, // \xe5\xa4\xab
01468 {0x592c,{0x48,0x4a,0x2a,0x1f,0x2a,0x4e,0x48}}, // \xe5\xa4\xac
01469 {0x592d,{0x48,0x4a,0x2a,0x1e,0x29,0x49,0x48}}, // \xe5\xa4\xad
01470 {0x592e,{0x48,0x4e,0x2a,0x1f,0x2a,0x4e,0x48}}, // \xe5\xa4\xae
01471 {0x5931,{0x4c,0x4b,0x2a,0x1f,0x2a,0x4a,0x48}}, // \xe5\xa4\xb1
01472 {0x5932,{0x2a,0x2a,0x26,0x73,0x26,0x2a,0x2a}}, // \xe5\xa4\xb2
01473 {0x5937,{0x42,0x5e,0x56,0x3f,0x56,0x76,0x42}}, // \xe5\xa4\xb7
01474 {0x5938,{0x0a,0x1a,0x16,0x53,0x56,0x7a,0x0a}}, // \xe5\xa4\xb8
01475 {0x593e,{0x52,0x4e,0x52,0x3f,0x52,0x4e,0x52}}, // \xe5\xa4\xbe
01476 {0x5944,{0x0a,0x3a,0x36,0x3b,0x76,0x7a,0x4a}}, // \xe5\xa5\x84
01477 {0x5947,{0x10,0x72,0x5a,0x77,0x1a,0x72,0x10}}, // \xe5\xa5\x87
01478 {0x5948,{0x4a,0x3a,0x56,0x73,0x16,0x3a,0x4a}}, // \xe5\xa5\x88
01479 {0x5949,{0x28,0x1a,0x2e,0x7f,0x2e,0x1a,0x28}}, // \xe5\xa5\x89
01480 {0x594e,{0x4a,0x4a,0x56,0x7b,0x56,0x4a,0x4a}}, // \xe5\xa5\x8e
01481 {0x594f,{0x28,0x1a,0x4e,0x3f,0x4e,0x1a,0x28}}, // \xe5\xa5\x8f
01482 {0x5950,{0x52,0x5e,0x5d,0x35,0x5f,0x5c,0x50}}, // \xe5\xa5\x90
01483 {0x5951,{0x4a,0x5f,0x5a,0x39,0x57,0x59,0x4f}}, // \xe5\xa5\x91
01484 {0x5954,{0x2a,0x6a,0x36,0x3b,0x76,0x2a,0x2a}}, // \xe5\xa5\x94
01485 {0x5955,{0x4a,0x52,0x5e,0x33,0x5e,0x52,0x4a}}, // \xe5\xa5\x95
01486 {0x5957,{0x5a,0x56,0x7e,0x5b,0x52,0x36,0x5a}}, // \xe5\xa5\x97
01487 {0x5958,{0x4b,0x56,0x5f,0x32,0x5a,0x5f,0x4a}}, // \xe5\xa5\x98
01488 {0x595a,{0x54,0x53,0x55,0x3b,0x51,0x59,0x52}}, // \xe5\xa5\x9a
01489 {0x5960,{0x52,0x5e,0x5d,0x34,0x5d,0x5e,0x52}}, // \xe5\xa5\xa0
01490 {0x5962,{0x4a,0x5a,0x36,0x7b,0x56,0x7a,0x1a}}, // \xe5\xa5\xa2
01491 {0x5965,{0x50,0x5e,0x5a,0x3f,0x56,0x5e,0x50}}, // \xe5\xa5\xa5
01492 {0x5967,{0x50,0x5e,0x5e,0x3f,0x56,0x5e,0x50}}, // \xe5\xa5\xa7
01493 {0x5968,{0x4a,0x5f,0x50,0x35,0x57,0x5d,0x57}}, // \xe5\xa5\xa8
01494 {0x5969,{0x0a,0x7a,0x66,0x7b,0x5a,0x66,0x6a}}, // \xe5\xa5\xa9
01495 {0x596a,{0x1a,0x16,0x3e,0x5f,0x7a,0x16,0x1a}}, // \xe5\xa5\xaa
01496 {0x596c,{0x5b,0x56,0x5f,0x36,0x5d,0x5f,0x54}}, // \xe5\xa5\xac
01497 {0x596e,{0x0a,0x76,0x5e,0x7f,0x5a,0x76,0x0a}}, // \xe5\xa5\xae
01498 {0x5973,{0x44,0x54,0x5c,0x27,0x34,0x4c,0x44}}, // \xe5\xa5\xb3
01499 {0x5974,{0x44,0x5c,0x37,0x2c,0x4d,0x31,0x4f}}, // \xe5\xa5\xb4
01500 {0x5978,{0x44,0x5c,0x37,0x2c,0x09,0x7f,0x09}}, // \xe5\xa5\xb8
01501 {0x597d,{0x44,0x5c,0x37,0x2c,0x49,0x7d,0x0b}}, // \xe5\xa5\xbd
01502 {0x5981,{0x44,0x5c,0x37,0x2c,0x0b,0x52,0x7e}}, // \xe5\xa6\x81
01503 {0x5982,{0x44,0x5c,0x37,0x2c,0x7e,0x42,0x7e}}, // \xe5\xa6\x82
01504 {0x5983,{0x44,0x5c,0x37,0x2c,0x79,0x49,0x6f}}, // \xe5\xa6\x83
01505 {0x5984,{0x52,0x5e,0x7a,0x5b,0x3a,0x5a,0x52}}, // \xe5\xa6\x84
01506 {0x598a,{0x44,0x5c,0x37,0x2c,0x4a,0x7e,0x49}}, // \xe5\xa6\x8a
01507 {0x598d,{0x5f,0x3c,0x49,0x3f,0x09,0x7f,0x09}}, // \xe5\xa6\x8d
01508 {0x5993,{0x44,0x5c,0x37,0x4c,0x5a,0x2f,0x5a}}, // \xe5\xa6\x93
01509 {0x5996,{0x44,0x5c,0x37,0x2c,0x4a,0x3e,0x49}}, // \xe5\xa6\x96
01510 {0x5999,{0x5c,0x37,0x2c,0x46,0x5f,0x22,0x14}}, // \xe5\xa6\x99
01511 {0x599b,{0x54,0x57,0x76,0x5f,0x36,0x57,0x54}}, // \xe5\xa6\x9b
01512 {0x599d,{0x57,0x34,0x7f,0x44,0x5c,0x37,0x4c}}, // \xe5\xa6\x9d
01513 {0x59a3,{0x5c,0x37,0x4c,0x7f,0x24,0x7f,0x44}}, // \xe5\xa6\xa3
01514 {0x59a5,{0x4a,0x4e,0x5a,0x2e,0x39,0x4d,0x49}}, // \xe5\xa6\xa5
01515 {0x59a8,{0x5c,0x37,0x2c,0x42,0x3e,0x4b,0x7a}}, // \xe5\xa6\xa8
01516 {0x59ac,{0x5c,0x37,0x2c,0x11,0x7f,0x49,0x79}}, // \xe5\xa6\xac
01517 {0x59b2,{0x44,0x5c,0x37,0x2c,0x5f,0x55,0x5f}}, // \xe5\xa6\xb2
01518 {0x59b9,{0x5c,0x37,0x4c,0x2a,0x7f,0x2a,0x48}}, // \xe5\xa6\xb9
01519 {0x59bb,{0x52,0x5a,0x7a,0x5f,0x3a,0x5e,0x52}}, // \xe5\xa6\xbb
01520 {0x59be,{0x48,0x5a,0x7e,0x5b,0x3e,0x5a,0x48}}, // \xe5\xa6\xbe
01521 {0x59c6,{0x5c,0x37,0x2c,0x3f,0x69,0x7f,0x28}}, // \xe5\xa7\x86
01522 {0x59c9,{0x5c,0x37,0x2c,0x3a,0x0a,0x7f,0x3a}}, // \xe5\xa7\x89
01523 {0x59cb,{0x44,0x5c,0x37,0x2c,0x6c,0x6b,0x6c}}, // \xe5\xa7\x8b
01524 {0x59d0,{0x5c,0x37,0x4c,0x7f,0x55,0x7f,0x40}}, // \xe5\xa7\x90
01525 {0x59d1,{0x44,0x5c,0x37,0x2c,0x74,0x5f,0x74}}, // \xe5\xa7\x91
01526 {0x59d3,{0x44,0x5c,0x37,0x4c,0x53,0x7f,0x52}}, // \xe5\xa7\x93
01527 {0x59d4,{0x4a,0x5a,0x77,0x5f,0x37,0x5a,0x4a}}, // \xe5\xa7\x94
01528 {0x59d9,{0x5f,0x3c,0x7e,0x01,0x4a,0x7e,0x49}}, // \xe5\xa7\x99
01529 {0x59da,{0x5f,0x3c,0x4a,0x3f,0x00,0x7f,0x4a}}, // \xe5\xa7\x9a
01530 {0x59dc,{0x52,0x56,0x77,0x5e,0x36,0x57,0x52}}, // \xe5\xa7\x9c
01531 {0x59e5,{0x5c,0x37,0x2c,0x1a,0x6f,0x5a,0x49}}, // \xe5\xa7\xa5
01532 {0x59e6,{0x52,0x3a,0x5e,0x3b,0x56,0x3a,0x52}}, // \xe5\xa7\xa6
01533 {0x59e8,{0x5f,0x3c,0x42,0x5e,0x3f,0x56,0x72}}, // \xe5\xa7\xa8
01534 {0x59ea,{0x5c,0x37,0x2c,0x45,0x57,0x7d,0x55}}, // \xe5\xa7\xaa
01535 {0x59eb,{0x5c,0x37,0x2c,0x7f,0x55,0x77,0x5d}}, // \xe5\xa7\xab
01536 {0x59f6,{0x44,0x5c,0x37,0x2c,0x76,0x55,0x76}}, // \xe5\xa7\xb6
01537 {0x59fb,{0x5f,0x3c,0x7f,0x55,0x4f,0x55,0x7f}}, // \xe5\xa7\xbb
01538 {0x59ff,{0x55,0x50,0x74,0x5b,0x36,0x5a,0x56}}, // \xe5\xa7\xbf
01539 {0x5a01,{0x40,0x3e,0x56,0x2e,0x56,0x3f,0x52}}, // \xe5\xa8\x81
01540 {0x5a03,{0x44,0x5c,0x37,0x4c,0x5a,0x7f,0x5a}}, // \xe5\xa8\x83
01541 {0x5a09,{0x44,0x5c,0x37,0x2c,0x1e,0x5f,0x6e}}, // \xe5\xa8\x89
01542 {0x5a11,{0x55,0x50,0x7a,0x58,0x37,0x54,0x52}}, // \xe5\xa8\x91
01543 {0x5a18,{0x5c,0x37,0x2c,0x7e,0x5a,0x3b,0x5e}}, // \xe5\xa8\x98
01544 {0x5a1a,{0x5c,0x37,0x2c,0x5f,0x35,0x5f,0x7f}}, // \xe5\xa8\x9a
01545 {0x5a1c,{0x5f,0x3c,0x55,0x3f,0x55,0x7f,0x1b}}, // \xe5\xa8\x9c
01546 {0x5a1f,{0x5c,0x37,0x2c,0x78,0x2b,0x2b,0x78}}, // \xe5\xa8\x9f
01547 {0x5a20,{0x5c,0x37,0x2c,0x7f,0x51,0x35,0x55}}, // \xe5\xa8\xa0
01548 {0x5a25,{0x5f,0x3c,0x26,0x7e,0x25,0x3f,0x55}}, // \xe5\xa8\xa5
01549 {0x5a29,{0x5c,0x37,0x2c,0x5e,0x3d,0x77,0x5c}}, // \xe5\xa8\xa9
01550 {0x5a2f,{0x5c,0x37,0x2c,0x56,0x14,0x1f,0x53}}, // \xe5\xa8\xaf
01551 {0x5a35,{0x5f,0x3c,0x21,0x3f,0x7f,0x12,0x2e}}, // \xe5\xa8\xb5
01552 {0x5a36,{0x55,0x57,0x7f,0x55,0x3b,0x55,0x5b}}, // \xe5\xa8\xb6
01553 {0x5a3c,{0x5c,0x37,0x2c,0x7c,0x57,0x57,0x7c}}, // \xe5\xa8\xbc
01554 {0x5a40,{0x5f,0x3c,0x7f,0x1b,0x1d,0x55,0x7f}}, // \xe5\xa9\x80
01555 {0x5a41,{0x54,0x5e,0x76,0x5f,0x36,0x5e,0x54}}, // \xe5\xa9\x81
01556 {0x5a46,{0x55,0x50,0x78,0x56,0x3a,0x57,0x5a}}, // \xe5\xa9\x86
01557 {0x5a49,{0x5f,0x3c,0x56,0x2a,0x7b,0x4a,0x5e}}, // \xe5\xa9\x89
01558 {0x5a5a,{0x5c,0x37,0x2c,0x1f,0x75,0x6f,0x15}}, // \xe5\xa9\x9a
01559 {0x5a62,{0x5f,0x3c,0x2e,0x3a,0x2f,0x7a,0x2e}}, // \xe5\xa9\xa2
01560 {0x5a66,{0x5c,0x37,0x2c,0x35,0x7d,0x37,0x0c}}, // \xe5\xa9\xa6
01561 {0x5a6a,{0x4a,0x56,0x7f,0x5a,0x36,0x5f,0x4a}}, // \xe5\xa9\xaa
01562 {0x5a6c,{0x5f,0x3c,0x4a,0x59,0x7b,0x59,0x4a}}, // \xe5\xa9\xac
01563 {0x5a7f,{0x5c,0x37,0x2c,0x09,0x77,0x2d,0x7b}}, // \xe5\xa9\xbf
01564 {0x5a92,{0x5f,0x3c,0x52,0x3f,0x7a,0x3f,0x52}}, // \xe5\xaa\x92
01565 {0x5a9a,{0x5c,0x37,0x4c,0x3f,0x05,0x77,0x77}}, // \xe5\xaa\x9a
01566 {0x5a9b,{0x5c,0x37,0x4c,0x2a,0x5e,0x29,0x5d}}, // \xe5\xaa\x9b
01567 {0x5abc,{0x5c,0x37,0x2c,0x4f,0x6d,0x6b,0x4f}}, // \xe5\xaa\xbc
01568 {0x5abd,{0x5c,0x37,0x2c,0x5f,0x15,0x5f,0x75}}, // \xe5\xaa\xbd
01569 {0x5abe,{0x5f,0x3c,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe5\xaa\xbe
01570 {0x5ac1,{0x5f,0x3c,0x26,0x5a,0x7b,0x2a,0x56}}, // \xe5\xab\x81
01571 {0x5ac2,{0x5f,0x3c,0x4e,0x59,0x2e,0x59,0x4f}}, // \xe5\xab\x82
01572 {0x5ac9,{0x5f,0x3c,0x54,0x3e,0x5a,0x33,0x52}}, // \xe5\xab\x89
01573 {0x5acb,{0x5c,0x37,0x2c,0x5d,0x77,0x5d,0x77}}, // \xe5\xab\x8b
01574 {0x5acc,{0x5f,0x3c,0x52,0x37,0x7e,0x3f,0x4a}}, // \xe5\xab\x8c
01575 {0x5ad0,{0x5f,0x3c,0x47,0x3f,0x76,0x3f,0x5c}}, // \xe5\xab\x90
01576 {0x5ad6,{0x5f,0x3c,0x51,0x17,0x77,0x17,0x51}}, // \xe5\xab\x96
01577 {0x5ad7,{0x5f,0x3c,0x7f,0x71,0x47,0x77,0x71}}, // \xe5\xab\x97
01578 {0x5ae1,{0x5f,0x3c,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe5\xab\xa1
01579 {0x5ae3,{0x5c,0x37,0x2c,0x5d,0x19,0x5f,0x75}}, // \xe5\xab\xa3
01580 {0x5ae6,{0x5f,0x3c,0x35,0x1e,0x7b,0x1e,0x35}}, // \xe5\xab\xa6
01581 {0x5ae9,{0x5f,0x3c,0x2e,0x7f,0x2a,0x3f,0x5e}}, // \xe5\xab\xa9
01582 {0x5afa,{0x5f,0x3c,0x7f,0x23,0x18,0x3b,0x7f}}, // \xe5\xab\xba
01583 {0x5afb,{0x5f,0x3c,0x7f,0x2b,0x7c,0x2b,0x7f}}, // \xe5\xab\xbb
01584 {0x5b09,{0x5f,0x3c,0x12,0x7e,0x57,0x7e,0x12}}, // \xe5\xac\x89
01585 {0x5b0b,{0x5f,0x3c,0x23,0x3f,0x7c,0x3f,0x23}}, // \xe5\xac\x8b
01586 {0x5b0c,{0x5f,0x3c,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe5\xac\x8c
01587 {0x5b16,{0x54,0x5f,0x7b,0x50,0x36,0x5b,0x56}}, // \xe5\xac\x96
01588 {0x5b22,{0x5f,0x3c,0x1a,0x7e,0x53,0x3e,0x5a}}, // \xe5\xac\xa2
01589 {0x5b2a,{0x5f,0x3c,0x4e,0x3a,0x37,0x3a,0x46}}, // \xe5\xac\xaa
01590 {0x5b2c,{0x5f,0x3c,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe5\xac\xac
01591 {0x5b30,{0x54,0x53,0x7b,0x54,0x33,0x53,0x54}}, // \xe5\xac\xb0
01592 {0x5b32,{0x57,0x3f,0x5c,0x37,0x4c,0x3f,0x77}}, // \xe5\xac\xb2
01593 {0x5b36,{0x5c,0x37,0x3c,0x6e,0x3b,0x6e,0x38}}, // \xe5\xac\xb6
01594 {0x5b3e,{0x5f,0x3c,0x2e,0x7f,0x5a,0x19,0x5b}}, // \xe5\xac\xbe
01595 {0x5b40,{0x5f,0x3c,0x26,0x73,0x27,0x73,0x76}}, // \xe5\xad\x80
01596 {0x5b43,{0x5f,0x3c,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe5\xad\x83
01597 {0x5b45,{0x5f,0x3c,0x55,0x7e,0x55,0x3f,0x54}}, // \xe5\xad\x85
01598 {0x5b50,{0x08,0x09,0x49,0x7d,0x0b,0x09,0x08}}, // \xe5\xad\x90
01599 {0x5b51,{0x10,0x11,0x51,0x7d,0x0b,0x09,0x08}}, // \xe5\xad\x91
01600 {0x5b54,{0x51,0x7d,0x0b,0x00,0x7f,0x40,0x60}}, // \xe5\xad\x94
01601 {0x5b55,{0x28,0x29,0x27,0x69,0x3b,0x2a,0x26}}, // \xe5\xad\x95
01602 {0x5b57,{0x16,0x12,0x56,0x77,0x1e,0x12,0x16}}, // \xe5\xad\x97
01603 {0x5b58,{0x12,0x7a,0x17,0x52,0x76,0x1e,0x12}}, // \xe5\xad\x98
01604 {0x5b5a,{0x14,0x13,0x55,0x77,0x1d,0x11,0x12}}, // \xe5\xad\x9a
01605 {0x5b5b,{0x2c,0x26,0x2e,0x6f,0x3e,0x26,0x2c}}, // \xe5\xad\x9b
01606 {0x5b5c,{0x51,0x7d,0x0b,0x44,0x5f,0x22,0x5e}}, // \xe5\xad\x9c
01607 {0x5b5d,{0x28,0x2a,0x1a,0x2f,0x6e,0x3a,0x29}}, // \xe5\xad\x9d
01608 {0x5b5f,{0x44,0x75,0x55,0x7d,0x57,0x75,0x44}}, // \xe5\xad\x9f
01609 {0x5b63,{0x2a,0x2a,0x27,0x6f,0x3f,0x26,0x2a}}, // \xe5\xad\xa3
01610 {0x5b64,{0x51,0x7d,0x4b,0x3e,0x42,0x3e,0x61}}, // \xe5\xad\xa4
01611 {0x5b65,{0x2a,0x2e,0x2b,0x6e,0x3b,0x25,0x2b}}, // \xe5\xad\xa5
01612 {0x5b66,{0x16,0x13,0x56,0x77,0x1e,0x13,0x16}}, // \xe5\xad\xa6
01613 {0x5b69,{0x51,0x7d,0x4b,0x56,0x2b,0x32,0x4a}}, // \xe5\xad\xa9
01614 {0x5b6b,{0x51,0x7d,0x0b,0x50,0x15,0x7b,0x51}}, // \xe5\xad\xab
01615 {0x5b70,{0x22,0x2e,0x6b,0x3e,0x13,0x7e,0x40}}, // \xe5\xad\xb0
01616 {0x5b71,{0x40,0x3f,0x6b,0x3b,0x0f,0x6f,0x3b}}, // \xe5\xad\xb1
01617 {0x5b73,{0x22,0x2a,0x37,0x72,0x3a,0x37,0x22}}, // \xe5\xad\xb3
01618 {0x5b75,{0x5e,0x3d,0x7e,0x21,0x6b,0x39,0x22}}, // \xe5\xad\xb5
01619 {0x5b78,{0x2c,0x26,0x2d,0x6e,0x3d,0x27,0x2c}}, // \xe5\xad\xb8
01620 {0x5b7a,{0x51,0x7d,0x0b,0x66,0x2b,0x7f,0x6e}}, // \xe5\xad\xba
01621 {0x5b80,{0x0c,0x04,0x04,0x06,0x04,0x04,0x0c}}, // \xe5\xae\x80
01622 {0x5b83,{0x06,0x3a,0x52,0x53,0x4a,0x4a,0x66}}, // \xe5\xae\x83
01623 {0x5b85,{0x16,0x12,0x16,0x7f,0x56,0x52,0x56}}, // \xe5\xae\x85
01624 {0x5b87,{0x16,0x12,0x56,0x7f,0x16,0x12,0x16}}, // \xe5\xae\x87
01625 {0x5b88,{0x16,0x12,0x32,0x53,0x7a,0x12,0x16}}, // \xe5\xae\x88
01626 {0x5b89,{0x46,0x4a,0x5a,0x2f,0x3a,0x4a,0x46}}, // \xe5\xae\x89
01627 {0x5b8b,{0x46,0x4a,0x2a,0x7f,0x2a,0x4a,0x46}}, // \xe5\xae\x8b
01628 {0x5b8c,{0x56,0x52,0x36,0x17,0x76,0x52,0x56}}, // \xe5\xae\x8c
01629 {0x5b8d,{0x56,0x52,0x12,0x1b,0x12,0x52,0x56}}, // \xe5\xae\x8d
01630 {0x5b8f,{0x2e,0x5a,0x6e,0x5b,0x4a,0x2a,0x46}}, // \xe5\xae\x8f
01631 {0x5b95,{0x2e,0x1a,0x6a,0x6b,0x6a,0x6a,0x06}}, // \xe5\xae\x95
01632 {0x5b97,{0x56,0x32,0x56,0x77,0x16,0x32,0x56}}, // \xe5\xae\x97
01633 {0x5b98,{0x06,0x02,0x7e,0x57,0x5e,0x72,0x06}}, // \xe5\xae\x98
01634 {0x5b99,{0x06,0x7a,0x5a,0x7f,0x5a,0x7a,0x06}}, // \xe5\xae\x99
01635 {0x5b9a,{0x46,0x32,0x46,0x7f,0x56,0x52,0x46}}, // \xe5\xae\x9a
01636 {0x5b9b,{0x56,0x5a,0x2a,0x1b,0x7a,0x4a,0x5e}}, // \xe5\xae\x9b
01637 {0x5b9c,{0x46,0x42,0x7e,0x57,0x7e,0x42,0x46}}, // \xe5\xae\x9c
01638 {0x5b9d,{0x46,0x42,0x56,0x7f,0x56,0x62,0x46}}, // \xe5\xae\x9d
01639 {0x5b9f,{0x56,0x52,0x56,0x3f,0x56,0x52,0x56}}, // \xe5\xae\x9f
01640 {0x5ba2,{0x26,0x2a,0x6a,0x57,0x6e,0x22,0x26}}, // \xe5\xae\xa2
01641 {0x5ba3,{0x46,0x42,0x76,0x57,0x76,0x42,0x46}}, // \xe5\xae\xa3
01642 {0x5ba4,{0x46,0x52,0x5e,0x77,0x4a,0x52,0x46}}, // \xe5\xae\xa4
01643 {0x5ba5,{0x2e,0x1a,0x7e,0x2b,0x2a,0x7a,0x0e}}, // \xe5\xae\xa5
01644 {0x5ba6,{0x06,0x7e,0x56,0x77,0x5e,0x42,0x06}}, // \xe5\xae\xa6
01645 {0x5bae,{0x06,0x62,0x6e,0x7b,0x6e,0x62,0x06}}, // \xe5\xae\xae
01646 {0x5bb0,{0x26,0x2a,0x3a,0x6f,0x3a,0x2a,0x26}}, // \xe5\xae\xb0
01647 {0x5bb3,{0x26,0x2a,0x6a,0x7f,0x6a,0x2a,0x26}}, // \xe5\xae\xb3
01648 {0x5bb4,{0x56,0x52,0x7e,0x5b,0x3e,0x52,0x56}}, // \xe5\xae\xb4
01649 {0x5bb5,{0x06,0x7a,0x2e,0x2f,0x2a,0x7e,0x06}}, // \xe5\xae\xb5
01650 {0x5bb6,{0x56,0x52,0x2e,0x5f,0x76,0x22,0x56}}, // \xe5\xae\xb6
01651 {0x5bb8,{0x46,0x3e,0x76,0x57,0x36,0x52,0x46}}, // \xe5\xae\xb8
01652 {0x5bb9,{0x26,0x2a,0x76,0x6b,0x76,0x2a,0x26}}, // \xe5\xae\xb9
01653 {0x5bbf,{0x16,0x7a,0x02,0x6b,0x7a,0x6a,0x6e}}, // \xe5\xae\xbf
01654 {0x5bc2,{0x56,0x12,0x7e,0x17,0x5a,0x2a,0x5e}}, // \xe5\xaf\x82
01655 {0x5bc3,{0x4e,0x5a,0x36,0x1f,0x76,0x5e,0x66}}, // \xe5\xaf\x83
01656 {0x5bc4,{0x16,0x72,0x5a,0x77,0x1a,0x72,0x16}}, // \xe5\xaf\x84
01657 {0x5bc5,{0x46,0x7a,0x2e,0x3f,0x2e,0x7a,0x46}}, // \xe5\xaf\x85
01658 {0x5bc6,{0x16,0x6a,0x5e,0x73,0x56,0x62,0x16}}, // \xe5\xaf\x86
01659 {0x5bc7,{0x56,0x36,0x56,0x63,0x5e,0x6a,0x46}}, // \xe5\xaf\x87
01660 {0x5bc9,{0x26,0x12,0x7e,0x5b,0x7e,0x5a,0x56}}, // \xe5\xaf\x89
01661 {0x5bcc,{0x06,0x72,0x5e,0x7b,0x5e,0x72,0x06}}, // \xe5\xaf\x8c
01662 {0x5bd0,{0x56,0x36,0x7e,0x2b,0x7e,0x2a,0x46}}, // \xe5\xaf\x90
01663 {0x5bd2,{0x26,0x1a,0x3e,0x3b,0x5e,0x1a,0x26}}, // \xe5\xaf\x92
01664 {0x5bd3,{0x76,0x12,0x5e,0x7f,0x3e,0x52,0x76}}, // \xe5\xaf\x93
01665 {0x5bd4,{0x46,0x2a,0x4e,0x7b,0x5e,0x4a,0x46}}, // \xe5\xaf\x94
01666 {0x5bdb,{0x46,0x4a,0x3e,0x3b,0x7e,0x4a,0x66}}, // \xe5\xaf\x9b
01667 {0x5bdd,{0x2e,0x7a,0x02,0x5b,0x5a,0x2e,0x5e}}, // \xe5\xaf\x9d
01668 {0x5bde,{0x56,0x5a,0x5e,0x3b,0x5e,0x5a,0x56}}, // \xe5\xaf\x9e
01669 {0x5bdf,{0x56,0x2e,0x56,0x73,0x16,0x2a,0x56}}, // \xe5\xaf\x9f
01670 {0x5be1,{0x56,0x32,0x5e,0x3b,0x7e,0x32,0x56}}, // \xe5\xaf\xa1
01671 {0x5be2,{0x56,0x36,0x7e,0x03,0x5a,0x2a,0x5e}}, // \xe5\xaf\xa2
01672 {0x5be4,{0x56,0x36,0x7e,0x2b,0x7e,0x7a,0x26}}, // \xe5\xaf\xa4
01673 {0x5be5,{0x16,0x12,0x4e,0x57,0x2a,0x16,0x16}}, // \xe5\xaf\xa5
01674 {0x5be6,{0x46,0x4a,0x3e,0x37,0x3e,0x4a,0x46}}, // \xe5\xaf\xa6
01675 {0x5be7,{0x16,0x1a,0x56,0x7b,0x1e,0x1a,0x16}}, // \xe5\xaf\xa7
01676 {0x5be8,{0x36,0x5a,0x3e,0x7b,0x3e,0x5a,0x36}}, // \xe5\xaf\xa8
01677 {0x5be9,{0x56,0x3a,0x76,0x7f,0x76,0x3a,0x56}}, // \xe5\xaf\xa9
01678 {0x5beb,{0x26,0x5a,0x16,0x53,0x1e,0x52,0x76}}, // \xe5\xaf\xab
01679 {0x5bee,{0x56,0x0a,0x3e,0x6b,0x3e,0x0a,0x56}}, // \xe5\xaf\xae
01680 {0x5bf0,{0x26,0x2a,0x7e,0x5f,0x3e,0x5a,0x46}}, // \xe5\xaf\xb0
01681 {0x5bf3,{0x56,0x7e,0x36,0x3b,0x36,0x7a,0x46}}, // \xe5\xaf\xb3
01682 {0x5bf5,{0x0e,0x7a,0x2e,0x7b,0x0a,0x6e,0x56}}, // \xe5\xaf\xb5
01683 {0x5bf6,{0x56,0x7e,0x36,0x33,0x3e,0x7a,0x46}}, // \xe5\xaf\xb6
01684 {0x5bf8,{0x02,0x02,0x0a,0x52,0x7f,0x02,0x02}}, // \xe5\xaf\xb8
01685 {0x5bfa,{0x28,0x2a,0x6a,0x2f,0x7a,0x2a,0x28}}, // \xe5\xaf\xba
01686 {0x5bfe,{0x42,0x2a,0x13,0x2e,0x0a,0x52,0x7f}}, // \xe5\xaf\xbe
01687 {0x5bff,{0x54,0x36,0x1e,0x57,0x16,0x7e,0x14}}, // \xe5\xaf\xbf
01688 {0x5c01,{0x48,0x5a,0x3f,0x2a,0x0a,0x52,0x7f}}, // \xe5\xb0\x81
01689 {0x5c02,{0x12,0x12,0x3e,0x5f,0x7e,0x12,0x12}}, // \xe5\xb0\x82
01690 {0x5c04,{0x50,0x5e,0x2b,0x7e,0x0a,0x52,0x7f}}, // \xe5\xb0\x84
01691 {0x5c05,{0x5a,0x37,0x5a,0x40,0x4a,0x62,0x7f}}, // \xe5\xb0\x85
01692 {0x5c06,{0x14,0x7f,0x16,0x32,0x56,0x79,0x15}}, // \xe5\xb0\x86
01693 {0x5c07,{0x57,0x34,0x7f,0x08,0x2a,0x4d,0x7b}}, // \xe5\xb0\x87
01694 {0x5c08,{0x12,0x12,0x3e,0x5f,0x76,0x1a,0x12}}, // \xe5\xb0\x88
01695 {0x5c09,{0x40,0x3f,0x6b,0x2b,0x02,0x5a,0x7f}}, // \xe5\xb0\x89
01696 {0x5c0a,{0x12,0x1e,0x3b,0x56,0x7e,0x1f,0x12}}, // \xe5\xb0\x8a
01697 {0x5c0b,{0x14,0x1d,0x35,0x51,0x7d,0x17,0x1c}}, // \xe5\xb0\x8b
01698 {0x5c0d,{0x4b,0x5e,0x3b,0x2e,0x09,0x52,0x7f}}, // \xe5\xb0\x8d
01699 {0x5c0e,{0x14,0x1d,0x32,0x5f,0x7e,0x1f,0x12}}, // \xe5\xb0\x8e
01700 {0x5c0f,{0x10,0x0c,0x40,0x7f,0x00,0x04,0x18}}, // \xe5\xb0\x8f
01701 {0x5c11,{0x48,0x46,0x50,0x3f,0x20,0x12,0x04}}, // \xe5\xb0\x91
01702 {0x5c13,{0x24,0x1b,0x42,0x7e,0x02,0x0a,0x32}}, // \xe5\xb0\x93
01703 {0x5c16,{0x54,0x52,0x58,0x3f,0x50,0x52,0x54}}, // \xe5\xb0\x96
01704 {0x5c1a,{0x7c,0x05,0x74,0x57,0x74,0x05,0x7c}}, // \xe5\xb0\x9a
01705 {0x5c20,{0x72,0x5f,0x72,0x5f,0x46,0x2f,0x14}}, // \xe5\xb0\xa0
01706 {0x5c22,{0x42,0x42,0x22,0x1f,0x7a,0x42,0x62}}, // \xe5\xb0\xa2
01707 {0x5c24,{0x42,0x42,0x22,0x1f,0x7a,0x43,0x62}}, // \xe5\xb0\xa4
01708 {0x5c28,{0x42,0x3f,0x7a,0x43,0x40,0x6a,0x55}}, // \xe5\xb0\xa8
01709 {0x5c2d,{0x54,0x56,0x3e,0x17,0x7e,0x56,0x54}}, // \xe5\xb0\xad
01710 {0x5c31,{0x22,0x4e,0x7b,0x2e,0x44,0x3f,0x45}}, // \xe5\xb0\xb1
01711 {0x5c38,{0x40,0x3f,0x05,0x05,0x05,0x05,0x07}}, // \xe5\xb0\xb8
01712 {0x5c39,{0x44,0x55,0x35,0x1f,0x15,0x1f,0x04}}, // \xe5\xb0\xb9
01713 {0x5c3a,{0x40,0x3f,0x05,0x0d,0x15,0x27,0x40}}, // \xe5\xb0\xba
01714 {0x5c3b,{0x40,0x3f,0x55,0x3d,0x15,0x75,0x47}}, // \xe5\xb0\xbb
01715 {0x5c3c,{0x40,0x3f,0x05,0x7d,0x55,0x55,0x57}}, // \xe5\xb0\xbc
01716 {0x5c3d,{0x20,0x1f,0x25,0x2d,0x45,0x1b,0x20}}, // \xe5\xb0\xbd
01717 {0x5c3e,{0x40,0x3f,0x2b,0x2b,0x7f,0x57,0x53}}, // \xe5\xb0\xbe
01718 {0x5c3f,{0x40,0x3f,0x55,0x35,0x7d,0x25,0x57}}, // \xe5\xb0\xbf
01719 {0x5c40,{0x40,0x3f,0x75,0x55,0x75,0x07,0x7c}}, // \xe5\xb1\x80
01720 {0x5c41,{0x40,0x3f,0x7d,0x55,0x05,0x7d,0x57}}, // \xe5\xb1\x81
01721 {0x5c45,{0x40,0x3f,0x0b,0x6b,0x7f,0x6b,0x0b}}, // \xe5\xb1\x85
01722 {0x5c46,{0x40,0x3f,0x7b,0x53,0x7f,0x53,0x7b}}, // \xe5\xb1\x86
01723 {0x5c48,{0x40,0x3f,0x65,0x4d,0x7d,0x4d,0x67}}, // \xe5\xb1\x88
01724 {0x5c4a,{0x40,0x3f,0x75,0x55,0x7d,0x55,0x77}}, // \xe5\xb1\x8a
01725 {0x5c4b,{0x40,0x3f,0x55,0x5d,0x75,0x4d,0x57}}, // \xe5\xb1\x8b
01726 {0x5c4d,{0x40,0x3f,0x55,0x2d,0x1d,0x7d,0x57}}, // \xe5\xb1\x8d
01727 {0x5c4e,{0x40,0x3f,0x53,0x37,0x7f,0x33,0x57}}, // \xe5\xb1\x8e
01728 {0x5c4f,{0x40,0x3f,0x6b,0x3f,0x2b,0x7f,0x2b}}, // \xe5\xb1\x8f
01729 {0x5c50,{0x40,0x3f,0x2b,0x77,0x5b,0x2f,0x5b}}, // \xe5\xb1\x90
01730 {0x5c51,{0x40,0x3f,0x07,0x7b,0x2f,0x2b,0x7f}}, // \xe5\xb1\x91
01731 {0x5c53,{0x40,0x3f,0x43,0x3f,0x2b,0x3f,0x43}}, // \xe5\xb1\x93
01732 {0x5c55,{0x40,0x3f,0x75,0x5d,0x35,0x5d,0x57}}, // \xe5\xb1\x95
01733 {0x5c5e,{0x40,0x3f,0x73,0x5b,0x7f,0x3f,0x73}}, // \xe5\xb1\x9e
01734 {0x5c60,{0x40,0x3f,0x53,0x37,0x7f,0x77,0x13}}, // \xe5\xb1\xa0
01735 {0x5c61,{0x40,0x3f,0x57,0x7b,0x5f,0x3b,0x57}}, // \xe5\xb1\xa1
01736 {0x5c64,{0x40,0x3f,0x1b,0x77,0x5b,0x77,0x1b}}, // \xe5\xb1\xa4
01737 {0x5c65,{0x40,0x3f,0x2b,0x77,0x5f,0x2b,0x5b}}, // \xe5\xb1\xa5
01738 {0x5c6c,{0x40,0x3f,0x57,0x7b,0x3f,0x4b,0x7f}}, // \xe5\xb1\xac
01739 {0x5c6e,{0x5e,0x50,0x30,0x1f,0x10,0x10,0x1e}}, // \xe5\xb1\xae
01740 {0x5c6f,{0x02,0x1a,0x12,0x7f,0x52,0x51,0x59}}, // \xe5\xb1\xaf
01741 {0x5c71,{0x7c,0x40,0x40,0x7f,0x40,0x40,0x7c}}, // \xe5\xb1\xb1
01742 {0x5c76,{0x48,0x4f,0x2c,0x1f,0x0c,0x4f,0x78}}, // \xe5\xb1\xb6
01743 {0x5c79,{0x38,0x3f,0x04,0x23,0x56,0x4e,0x62}}, // \xe5\xb1\xb9
01744 {0x5c8c,{0x43,0x32,0x4e,0x53,0x26,0x5e,0x43}}, // \xe5\xb2\x8c
01745 {0x5c90,{0x38,0x3f,0x38,0x42,0x5a,0x2f,0x5a}}, // \xe5\xb2\x90
01746 {0x5c91,{0x0b,0x1a,0x56,0x53,0x36,0x1a,0x0b}}, // \xe5\xb2\x91
01747 {0x5c94,{0x64,0x52,0x55,0x6c,0x55,0x5e,0x64}}, // \xe5\xb2\x94
01748 {0x5ca1,{0x7f,0x35,0x27,0x3d,0x27,0x35,0x7f}}, // \xe5\xb2\xa1
01749 {0x5ca8,{0x38,0x3f,0x40,0x7f,0x55,0x7f,0x40}}, // \xe5\xb2\xa8
01750 {0x5ca9,{0x28,0x1b,0x6a,0x6b,0x6a,0x6b,0x08}}, // \xe5\xb2\xa9
01751 {0x5cab,{0x38,0x3f,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe5\xb2\xab
01752 {0x5cac,{0x38,0x3f,0x3f,0x15,0x7f,0x15,0x1f}}, // \xe5\xb2\xac
01753 {0x5cb1,{0x64,0x4e,0x41,0x72,0x43,0x46,0x6b}}, // \xe5\xb2\xb1
01754 {0x5cb3,{0x10,0x7e,0x56,0x76,0x5d,0x75,0x10}}, // \xe5\xb2\xb3
01755 {0x5cb6,{0x38,0x3f,0x38,0x7e,0x4b,0x4a,0x7e}}, // \xe5\xb2\xb6
01756 {0x5cb7,{0x38,0x3f,0x38,0x7f,0x55,0x3d,0x57}}, // \xe5\xb2\xb7
01757 {0x5cb8,{0x43,0x3e,0x22,0x2b,0x7a,0x2a,0x23}}, // \xe5\xb2\xb8
01758 {0x5cbb,{0x38,0x3f,0x38,0x7e,0x4a,0x5e,0x69}}, // \xe5\xb2\xbb
01759 {0x5cbc,{0x38,0x3f,0x15,0x13,0x7f,0x13,0x15}}, // \xe5\xb2\xbc
01760 {0x5cbe,{0x38,0x3f,0x38,0x70,0x5f,0x54,0x74}}, // \xe5\xb2\xbe
01761 {0x5cc5,{0x38,0x3f,0x54,0x3e,0x15,0x7c,0x16}}, // \xe5\xb3\x85
01762 {0x5cc7,{0x13,0x12,0x6a,0x6f,0x6a,0x12,0x13}}, // \xe5\xb3\x87
01763 {0x5cd9,{0x38,0x3f,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe5\xb3\x99
01764 {0x5ce0,{0x38,0x3f,0x38,0x08,0x7f,0x1a,0x2a}}, // \xe5\xb3\xa0
01765 {0x5ce1,{0x38,0x3f,0x5a,0x52,0x3f,0x52,0x5a}}, // \xe5\xb3\xa1
01766 {0x5ce8,{0x38,0x3f,0x26,0x7e,0x25,0x3f,0x55}}, // \xe5\xb3\xa8
01767 {0x5ce9,{0x2b,0x2e,0x7e,0x0b,0x5e,0x2a,0x57}}, // \xe5\xb3\xa9
01768 {0x5cea,{0x38,0x3f,0x12,0x69,0x64,0x69,0x12}}, // \xe5\xb3\xaa
01769 {0x5ced,{0x38,0x3f,0x02,0x7d,0x2a,0x7d,0x02}}, // \xe5\xb3\xad
01770 {0x5cef,{0x13,0x16,0x2e,0x7b,0x2e,0x12,0x13}}, // \xe5\xb3\xaf
01771 {0x5cf0,{0x38,0x3f,0x28,0x2a,0x75,0x2b,0x28}}, // \xe5\xb3\xb0
01772 {0x5cf6,{0x60,0x5e,0x76,0x57,0x76,0x16,0x70}}, // \xe5\xb3\xb6
01773 {0x5cfa,{0x38,0x3f,0x41,0x57,0x3f,0x47,0x41}}, // \xe5\xb3\xba
01774 {0x5cfb,{0x38,0x3f,0x2a,0x57,0x32,0x5e,0x4b}}, // \xe5\xb3\xbb
01775 {0x5cfd,{0x38,0x3f,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe5\xb3\xbd
01776 {0x5d07,{0x4c,0x37,0x5e,0x7f,0x1e,0x37,0x4c}}, // \xe5\xb4\x87
01777 {0x5d0b,{0x2b,0x3e,0x2a,0x7f,0x2a,0x3e,0x2b}}, // \xe5\xb4\x8b
01778 {0x5d0e,{0x38,0x3f,0x12,0x5a,0x17,0x7a,0x12}}, // \xe5\xb4\x8e
01779 {0x5d11,{0x43,0x7e,0x5a,0x0b,0x7a,0x5e,0x53}}, // \xe5\xb4\x91
01780 {0x5d14,{0x13,0x0a,0x7e,0x57,0x7e,0x56,0x43}}, // \xe5\xb4\x94
01781 {0x5d15,{0x38,0x3f,0x40,0x3f,0x55,0x7f,0x55}}, // \xe5\xb4\x95
01782 {0x5d16,{0x43,0x3e,0x42,0x57,0x7e,0x56,0x43}}, // \xe5\xb4\x96
01783 {0x5d17,{0x7f,0x32,0x26,0x3b,0x26,0x32,0x7f}}, // \xe5\xb4\x97
01784 {0x5d18,{0x38,0x3f,0x74,0x32,0x75,0x36,0x74}}, // \xe5\xb4\x98
01785 {0x5d19,{0x0b,0x7a,0x36,0x73,0x36,0x7a,0x0b}}, // \xe5\xb4\x99
01786 {0x5d1a,{0x38,0x3f,0x28,0x5a,0x2f,0x5a,0x48}}, // \xe5\xb4\x9a
01787 {0x5d1b,{0x38,0x3f,0x1f,0x65,0x4d,0x7d,0x6f}}, // \xe5\xb4\x9b
01788 {0x5d1f,{0x4b,0x6a,0x5a,0x77,0x5a,0x6a,0x4b}}, // \xe5\xb4\x9f
01789 {0x5d22,{0x38,0x3f,0x12,0x55,0x7f,0x3d,0x12}}, // \xe5\xb4\xa2
01790 {0x5d29,{0x43,0x3e,0x56,0x7f,0x3e,0x56,0x7f}}, // \xe5\xb4\xa9
01791 {0x5d4b,{0x38,0x3f,0x40,0x3f,0x05,0x77,0x77}}, // \xe5\xb5\x8b
01792 {0x5d4c,{0x13,0x7a,0x52,0x7b,0x4e,0x3a,0x5b}}, // \xe5\xb5\x8c
01793 {0x5d4e,{0x38,0x3f,0x78,0x4b,0x7f,0x2b,0x78}}, // \xe5\xb5\x8e
01794 {0x5d50,{0x43,0x3e,0x5a,0x7f,0x3a,0x7e,0x43}}, // \xe5\xb5\x90
01795 {0x5d52,{0x1c,0x74,0x5f,0x65,0x5f,0x74,0x1c}}, // \xe5\xb5\x92
01796 {0x5d5c,{0x0b,0x7a,0x5e,0x7b,0x0a,0x7e,0x0b}}, // \xe5\xb5\x9c
01797 {0x5d69,{0x73,0x12,0x7e,0x5b,0x7e,0x12,0x73}}, // \xe5\xb5\xa9
01798 {0x5d6c,{0x43,0x5a,0x3a,0x1f,0x7a,0x5a,0x63}}, // \xe5\xb5\xac
01799 {0x5d6f,{0x38,0x3f,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe5\xb5\xaf
01800 {0x5d73,{0x4b,0x3a,0x4a,0x5f,0x7a,0x5a,0x4b}}, // \xe5\xb5\xb3
01801 {0x5d76,{0x38,0x3f,0x38,0x5d,0x77,0x5d,0x77}}, // \xe5\xb5\xb6
01802 {0x5d82,{0x38,0x3f,0x2a,0x3e,0x7b,0x3e,0x2a}}, // \xe5\xb6\x82
01803 {0x5d84,{0x2b,0x3a,0x7e,0x2b,0x1e,0x76,0x13}}, // \xe5\xb6\x84
01804 {0x5d87,{0x38,0x3f,0x7f,0x71,0x47,0x77,0x71}}, // \xe5\xb6\x87
01805 {0x5d8b,{0x38,0x3f,0x40,0x1e,0x57,0x16,0x70}}, // \xe5\xb6\x8b
01806 {0x5d8c,{0x43,0x1e,0x56,0x17,0x56,0x16,0x73}}, // \xe5\xb6\x8c
01807 {0x5d90,{0x7f,0x36,0x52,0x57,0x6a,0x56,0x53}}, // \xe5\xb6\x90
01808 {0x5d9d,{0x38,0x3f,0x45,0x5b,0x69,0x5a,0x45}}, // \xe5\xb6\x9d
01809 {0x5da2,{0x38,0x3f,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe5\xb6\xa2
01810 {0x5dac,{0x38,0x3f,0x2a,0x7b,0x2e,0x3b,0x5a}}, // \xe5\xb6\xac
01811 {0x5dae,{0x38,0x3f,0x5c,0x36,0x5d,0x36,0x5c}}, // \xe5\xb6\xae
01812 {0x5db7,{0x5f,0x3a,0x5a,0x77,0x36,0x5e,0x57}}, // \xe5\xb6\xb7
01813 {0x5dba,{0x17,0x72,0x36,0x43,0x1a,0x1e,0x5b}}, // \xe5\xb6\xba
01814 {0x5dbc,{0x38,0x3f,0x5e,0x11,0x16,0x1d,0x5f}}, // \xe5\xb6\xbc
01815 {0x5dbd,{0x57,0x4a,0x36,0x6b,0x6a,0x3e,0x4b}}, // \xe5\xb6\xbd
01816 {0x5dc9,{0x38,0x3f,0x52,0x5e,0x2d,0x7f,0x56}}, // \xe5\xb7\x89
01817 {0x5dcc,{0x43,0x3e,0x2a,0x7f,0x5a,0x2e,0x5b}}, // \xe5\xb7\x8c
01818 {0x5dcd,{0x5b,0x76,0x3e,0x57,0x3a,0x7e,0x5b}}, // \xe5\xb7\x8d
01819 {0x5dd2,{0x0a,0x7d,0x4a,0x77,0x4a,0x7d,0x08}}, // \xe5\xb7\x92
01820 {0x5dd3,{0x4f,0x1a,0x5a,0x03,0x5a,0x1e,0x5b}}, // \xe5\xb7\x93
01821 {0x5dd6,{0x43,0x3e,0x2e,0x7b,0x5e,0x2e,0x5b}}, // \xe5\xb7\x96
01822 {0x5ddb,{0x08,0x14,0x6b,0x14,0x6b,0x14,0x63}}, // \xe5\xb7\x9b
01823 {0x5ddd,{0x40,0x3f,0x00,0x1e,0x00,0x00,0x7f}}, // \xe5\xb7\x9d
01824 {0x5dde,{0x4c,0x3f,0x0c,0x7f,0x00,0x0c,0x7f}}, // \xe5\xb7\x9e
01825 {0x5de1,{0x49,0x3c,0x5b,0x44,0x5b,0x44,0x5b}}, // \xe5\xb7\xa1
01826 {0x5de3,{0x50,0x57,0x36,0x7f,0x36,0x57,0x50}}, // \xe5\xb7\xa3
01827 {0x5de5,{0x40,0x42,0x42,0x7e,0x42,0x42,0x40}}, // \xe5\xb7\xa5
01828 {0x5de6,{0x22,0x52,0x4f,0x4a,0x7a,0x4a,0x42}}, // \xe5\xb7\xa6
01829 {0x5de7,{0x22,0x3e,0x12,0x01,0x0f,0x49,0x79}}, // \xe5\xb7\xa7
01830 {0x5de8,{0x7f,0x55,0x55,0x55,0x55,0x5d,0x41}}, // \xe5\xb7\xa8
01831 {0x5deb,{0x50,0x4d,0x51,0x7f,0x51,0x4d,0x50}}, // \xe5\xb7\xab
01832 {0x5dee,{0x4a,0x3a,0x4b,0x5e,0x7a,0x5b,0x4a}}, // \xe5\xb7\xae
01833 {0x5df1,{0x39,0x49,0x49,0x49,0x49,0x4f,0x60}}, // \xe5\xb7\xb1
01834 {0x5df2,{0x3d,0x49,0x49,0x49,0x49,0x4f,0x60}}, // \xe5\xb7\xb2
01835 {0x5df3,{0x3f,0x49,0x49,0x49,0x49,0x4f,0x60}}, // \xe5\xb7\xb3
01836 {0x5df4,{0x3f,0x49,0x49,0x4f,0x49,0x4f,0x60}}, // \xe5\xb7\xb4
01837 {0x5df5,{0x40,0x3e,0x7e,0x56,0x5d,0x55,0x5c}}, // \xe5\xb7\xb5
01838 {0x5df7,{0x28,0x1a,0x7f,0x5a,0x4f,0x1a,0x28}}, // \xe5\xb7\xb7
01839 {0x5dfb,{0x14,0x0d,0x76,0x57,0x5e,0x4d,0x14}}, // \xe5\xb7\xbb
01840 {0x5dfd,{0x51,0x55,0x1f,0x18,0x1d,0x55,0x57}}, // \xe5\xb7\xbd
01841 {0x5dfe,{0x3e,0x02,0x02,0x7f,0x02,0x22,0x3e}}, // \xe5\xb7\xbe
01842 {0x5e02,{0x02,0x3a,0x0a,0x7f,0x0a,0x3a,0x02}}, // \xe5\xb8\x82
01843 {0x5e03,{0x12,0x0a,0x3f,0x0a,0x7e,0x0a,0x3a}}, // \xe5\xb8\x83
01844 {0x5e06,{0x0e,0x7f,0x40,0x3f,0x09,0x7f,0x40}}, // \xe5\xb8\x86
01845 {0x5e0b,{0x10,0x7e,0x36,0x66,0x2d,0x75,0x10}}, // \xe5\xb8\x8b
01846 {0x5e0c,{0x28,0x19,0x6d,0x2a,0x7a,0x2d,0x68}}, // \xe5\xb8\x8c
01847 {0x5e11,{0x0a,0x3e,0x1b,0x76,0x1b,0x35,0x0b}}, // \xe5\xb8\x91
01848 {0x5e16,{0x0e,0x7f,0x0e,0x70,0x5f,0x54,0x74}}, // \xe5\xb8\x96
01849 {0x5e19,{0x0e,0x7f,0x4c,0x2b,0x1f,0x2a,0x48}}, // \xe5\xb8\x99
01850 {0x5e1a,{0x1a,0x6a,0x2f,0x7f,0x2f,0x6f,0x1a}}, // \xe5\xb8\x9a
01851 {0x5e1b,{0x30,0x1e,0x1a,0x7b,0x1a,0x1e,0x30}}, // \xe5\xb8\x9b
01852 {0x5e1d,{0x1a,0x6a,0x2e,0x7b,0x2a,0x6e,0x1a}}, // \xe5\xb8\x9d
01853 {0x5e25,{0x3e,0x37,0x3e,0x02,0x7f,0x02,0x3e}}, // \xe5\xb8\xa5
01854 {0x5e2b,{0x3e,0x37,0x3e,0x05,0x7f,0x05,0x3d}}, // \xe5\xb8\xab
01855 {0x5e2d,{0x40,0x3e,0x6a,0x2e,0x7b,0x2e,0x6a}}, // \xe5\xb8\xad
01856 {0x5e2f,{0x1a,0x6f,0x2a,0x7f,0x2a,0x6f,0x1a}}, // \xe5\xb8\xaf
01857 {0x5e30,{0x4e,0x3f,0x0c,0x35,0x7d,0x37,0x0c}}, // \xe5\xb8\xb0
01858 {0x5e33,{0x0e,0x7f,0x10,0x7f,0x55,0x35,0x51}}, // \xe5\xb8\xb3
01859 {0x5e36,{0x1a,0x77,0x3f,0x7a,0x37,0x7f,0x1a}}, // \xe5\xb8\xb6
01860 {0x5e37,{0x0e,0x7f,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe5\xb8\xb7
01861 {0x5e38,{0x06,0x33,0x1e,0x7b,0x1e,0x33,0x06}}, // \xe5\xb8\xb8
01862 {0x5e3d,{0x0e,0x7f,0x07,0x7d,0x55,0x7d,0x07}}, // \xe5\xb8\xbd
01863 {0x5e40,{0x0e,0x7f,0x40,0x3c,0x37,0x3e,0x42}}, // \xe5\xb9\x80
01864 {0x5e43,{0x0e,0x7f,0x28,0x3a,0x2f,0x7a,0x2e}}, // \xe5\xb9\x83
01865 {0x5e44,{0x0e,0x7f,0x20,0x5f,0x5b,0x77,0x53}}, // \xe5\xb9\x84
01866 {0x5e45,{0x0e,0x7f,0x71,0x57,0x75,0x57,0x71}}, // \xe5\xb9\x85
01867 {0x5e47,{0x0a,0x3f,0x1a,0x70,0x16,0x3a,0x0f}}, // \xe5\xb9\x87
01868 {0x5e4c,{0x0e,0x7f,0x54,0x33,0x1f,0x73,0x54}}, // \xe5\xb9\x8c
01869 {0x5e4e,{0x0e,0x7f,0x53,0x1d,0x15,0x1d,0x53}}, // \xe5\xb9\x8e
01870 {0x5e54,{0x0e,0x7f,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe5\xb9\x94
01871 {0x5e55,{0x2a,0x1a,0x6f,0x7e,0x2f,0x7a,0x1a}}, // \xe5\xb9\x95
01872 {0x5e57,{0x0e,0x7f,0x7f,0x6d,0x4f,0x55,0x7f}}, // \xe5\xb9\x97
01873 {0x5e5f,{0x0e,0x7f,0x0a,0x6f,0x6e,0x3f,0x55}}, // \xe5\xb9\x9f
01874 {0x5e61,{0x0e,0x7f,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe5\xb9\xa1
01875 {0x5e62,{0x0e,0x7f,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe5\xb9\xa2
01876 {0x5e63,{0x0d,0x36,0x1e,0x75,0x1a,0x35,0x0b}}, // \xe5\xb9\xa3
01877 {0x5e64,{0x02,0x3d,0x1e,0x75,0x1a,0x35,0x0b}}, // \xe5\xb9\xa4
01878 {0x5e72,{0x08,0x09,0x09,0x7f,0x09,0x09,0x08}}, // \xe5\xb9\xb2
01879 {0x5e73,{0x11,0x13,0x15,0x7f,0x15,0x13,0x11}}, // \xe5\xb9\xb3
01880 {0x5e74,{0x24,0x3b,0x2a,0x7e,0x2a,0x2a,0x22}}, // \xe5\xb9\xb4
01881 {0x5e75,{0x09,0x7f,0x09,0x00,0x09,0x7f,0x09}}, // \xe5\xb9\xb5
01882 {0x5e76,{0x10,0x54,0x3d,0x14,0x16,0x7d,0x14}}, // \xe5\xb9\xb6
01883 {0x5e78,{0x14,0x36,0x3e,0x77,0x3e,0x36,0x14}}, // \xe5\xb9\xb8
01884 {0x5e79,{0x2d,0x77,0x2d,0x00,0x2a,0x79,0x2a}}, // \xe5\xb9\xb9
01885 {0x5e7a,{0x40,0x44,0x6c,0x53,0x48,0x24,0x40}}, // \xe5\xb9\xba
01886 {0x5e7b,{0x44,0x6c,0x5b,0x64,0x01,0x41,0x3f}}, // \xe5\xb9\xbb
01887 {0x5e7c,{0x44,0x6c,0x5b,0x64,0x3f,0x42,0x7e}}, // \xe5\xb9\xbc
01888 {0x5e7d,{0x7e,0x5a,0x55,0x7f,0x5a,0x55,0x7e}}, // \xe5\xb9\xbd
01889 {0x5e7e,{0x4a,0x3d,0x28,0x4f,0x5a,0x2d,0x50}}, // \xe5\xb9\xbe
01890 {0x5e7f,{0x40,0x3e,0x02,0x02,0x03,0x02,0x02}}, // \xe5\xb9\xbf
01891 {0x5e81,{0x40,0x3e,0x0a,0x4a,0x7b,0x0a,0x0a}}, // \xe5\xba\x81
01892 {0x5e83,{0x40,0x3e,0x42,0x62,0x5b,0x22,0x42}}, // \xe5\xba\x83
01893 {0x5e84,{0x40,0x3e,0x42,0x4a,0x7f,0x4a,0x42}}, // \xe5\xba\x84
01894 {0x5e87,{0x40,0x3e,0x7a,0x52,0x03,0x7a,0x52}}, // \xe5\xba\x87
01895 {0x5e8a,{0x40,0x3e,0x4a,0x2a,0x7f,0x2a,0x4a}}, // \xe5\xba\x8a
01896 {0x5e8f,{0x40,0x3e,0x12,0x56,0x77,0x1e,0x32}}, // \xe5\xba\x8f
01897 {0x5e95,{0x40,0x3e,0x42,0x7e,0x57,0x3e,0x56}}, // \xe5\xba\x95
01898 {0x5e96,{0x40,0x3e,0x0a,0x76,0x5f,0x46,0x5e}}, // \xe5\xba\x96
01899 {0x5e97,{0x40,0x3e,0x02,0x62,0x7f,0x6a,0x6a}}, // \xe5\xba\x97
01900 {0x5e9a,{0x40,0x3e,0x42,0x56,0x3f,0x56,0x5e}}, // \xe5\xba\x9a
01901 {0x5e9c,{0x40,0x3e,0x12,0x7e,0x2b,0x4a,0x7e}}, // \xe5\xba\x9c
01902 {0x5ea0,{0x40,0x3e,0x2a,0x2e,0x7b,0x2e,0x2a}}, // \xe5\xba\xa0
01903 {0x5ea6,{0x40,0x3e,0x4a,0x5e,0x2b,0x5e,0x4a}}, // \xe5\xba\xa6
01904 {0x5ea7,{0x40,0x3e,0x4a,0x56,0x7b,0x56,0x4a}}, // \xe5\xba\xa7
01905 {0x5eab,{0x40,0x3e,0x2a,0x3a,0x7f,0x3a,0x2a}}, // \xe5\xba\xab
01906 {0x5ead,{0x40,0x3e,0x56,0x2e,0x53,0x7a,0x56}}, // \xe5\xba\xad
01907 {0x5eb5,{0x40,0x3e,0x0a,0x36,0x3b,0x76,0x4a}}, // \xe5\xba\xb5
01908 {0x5eb6,{0x40,0x3e,0x4a,0x1e,0x5b,0x1e,0x4a}}, // \xe5\xba\xb6
01909 {0x5eb7,{0x40,0x3e,0x5a,0x2a,0x7f,0x2e,0x56}}, // \xe5\xba\xb7
01910 {0x5eb8,{0x40,0x3e,0x7a,0x2e,0x7f,0x2e,0x7a}}, // \xe5\xba\xb8
01911 {0x5ec1,{0x40,0x3e,0x5e,0x16,0x5f,0x02,0x7a}}, // \xe5\xbb\x81
01912 {0x5ec2,{0x40,0x3e,0x7e,0x2a,0x7f,0x56,0x7e}}, // \xe5\xbb\x82
01913 {0x5ec3,{0x40,0x3e,0x56,0x3e,0x17,0x7a,0x56}}, // \xe5\xbb\x83
01914 {0x5ec8,{0x40,0x3e,0x42,0x56,0x2f,0x5e,0x46}}, // \xe5\xbb\x88
01915 {0x5ec9,{0x40,0x3e,0x52,0x36,0x7f,0x3e,0x5a}}, // \xe5\xbb\x89
01916 {0x5eca,{0x40,0x3e,0x7a,0x5e,0x23,0x7e,0x36}}, // \xe5\xbb\x8a
01917 {0x5ecf,{0x40,0x3e,0x3a,0x2e,0x5f,0x36,0x5e}}, // \xe5\xbb\x8f
01918 {0x5ed0,{0x40,0x3e,0x3a,0x2e,0x57,0x3e,0x56}}, // \xe5\xbb\x90
01919 {0x5ed3,{0x40,0x3e,0x3a,0x6e,0x3b,0x7e,0x36}}, // \xe5\xbb\x93
01920 {0x5ed6,{0x40,0x3e,0x16,0x4a,0x57,0x2a,0x16}}, // \xe5\xbb\x96
01921 {0x5eda,{0x40,0x3e,0x56,0x6e,0x37,0x4a,0x7e}}, // \xe5\xbb\x9a
01922 {0x5edb,{0x40,0x3e,0x5a,0x5e,0x6f,0x5e,0x5a}}, // \xe5\xbb\x9b
01923 {0x5edd,{0x40,0x3e,0x5e,0x16,0x5f,0x3a,0x76}}, // \xe5\xbb\x9d
01924 {0x5edf,{0x40,0x3e,0x7e,0x36,0x7b,0x2a,0x7a}}, // \xe5\xbb\x9f
01925 {0x5ee0,{0x40,0x3e,0x76,0x3a,0x77,0x2e,0x5a}}, // \xe5\xbb\xa0
01926 {0x5ee1,{0x40,0x3e,0x6e,0x3a,0x6b,0x3a,0x6a}}, // \xe5\xbb\xa1
01927 {0x5ee2,{0x40,0x3e,0x56,0x2e,0x5f,0x2a,0x56}}, // \xe5\xbb\xa2
01928 {0x5ee3,{0x40,0x3e,0x4a,0x3e,0x3b,0x3e,0x4a}}, // \xe5\xbb\xa3
01929 {0x5ee8,{0x40,0x7e,0x36,0x7e,0x2b,0x76,0x2e}}, // \xe5\xbb\xa8
01930 {0x5ee9,{0x40,0x3e,0x52,0x3e,0x7b,0x3e,0x52}}, // \xe5\xbb\xa9
01931 {0x5eec,{0x40,0x7e,0x3a,0x4a,0x7f,0x76,0x52}}, // \xe5\xbb\xac
01932 {0x5ef0,{0x40,0x3e,0x3e,0x7e,0x2b,0x5e,0x6a}}, // \xe5\xbb\xb0
01933 {0x5ef1,{0x40,0x3e,0x6a,0x76,0x4b,0x7e,0x56}}, // \xe5\xbb\xb1
01934 {0x5ef3,{0x40,0x3e,0x36,0x7e,0x2b,0x5e,0x6a}}, // \xe5\xbb\xb3
01935 {0x5ef4,{0x51,0x25,0x5b,0x40,0x40,0x40,0x40}}, // \xe5\xbb\xb4
01936 {0x5ef6,{0x55,0x3b,0x40,0x5a,0x52,0x5e,0x55}}, // \xe5\xbb\xb6
01937 {0x5ef7,{0x55,0x3b,0x48,0x6a,0x7e,0x69,0x48}}, // \xe5\xbb\xb7
01938 {0x5ef8,{0x55,0x3b,0x40,0x7e,0x6a,0x7f,0x7e}}, // \xe5\xbb\xb8
01939 {0x5efa,{0x55,0x3b,0x40,0x55,0x7f,0x57,0x52}}, // \xe5\xbb\xba
01940 {0x5efb,{0x55,0x3b,0x40,0x7f,0x5d,0x55,0x7f}}, // \xe5\xbb\xbb
01941 {0x5efc,{0x55,0x3b,0x40,0x7d,0x6f,0x67,0x7d}}, // \xe5\xbb\xbc
01942 {0x5efe,{0x08,0x48,0x3f,0x08,0x08,0x7f,0x08}}, // \xe5\xbb\xbe
01943 {0x5eff,{0x04,0x7f,0x44,0x44,0x44,0x7f,0x04}}, // \xe5\xbb\xbf
01944 {0x5f01,{0x14,0x54,0x3e,0x15,0x7c,0x12,0x14}}, // \xe5\xbc\x81
01945 {0x5f03,{0x12,0x5a,0x3e,0x1b,0x76,0x1a,0x12}}, // \xe5\xbc\x83
01946 {0x5f04,{0x10,0x55,0x3d,0x17,0x7d,0x15,0x10}}, // \xe5\xbc\x84
01947 {0x5f09,{0x1b,0x56,0x3f,0x12,0x7a,0x1f,0x1a}}, // \xe5\xbc\x89
01948 {0x5f0a,{0x1d,0x56,0x3e,0x15,0x7a,0x15,0x1b}}, // \xe5\xbc\x8a
01949 {0x5f0b,{0x04,0x04,0x04,0x1f,0x24,0x45,0x64}}, // \xe5\xbc\x8b
01950 {0x5f0c,{0x12,0x12,0x12,0x12,0x0f,0x32,0x43}}, // \xe5\xbc\x8c
01951 {0x5f0d,{0x42,0x4a,0x4a,0x42,0x0f,0x32,0x43}}, // \xe5\xbc\x8d
01952 {0x5f0f,{0x42,0x4a,0x3a,0x2a,0x0f,0x32,0x43}}, // \xe5\xbc\x8f
01953 {0x5f10,{0x44,0x4d,0x2d,0x24,0x0f,0x34,0x45}}, // \xe5\xbc\x90
01954 {0x5f11,{0x54,0x35,0x7a,0x55,0x74,0x3f,0x45}}, // \xe5\xbc\x91
01955 {0x5f13,{0x10,0x1d,0x15,0x15,0x55,0x57,0x70}}, // \xe5\xbc\x93
01956 {0x5f14,{0x10,0x1d,0x15,0x7f,0x15,0x57,0x70}}, // \xe5\xbc\x94
01957 {0x5f15,{0x1d,0x15,0x55,0x77,0x00,0x00,0x7f}}, // \xe5\xbc\x95
01958 {0x5f16,{0x40,0x41,0x5d,0x55,0x55,0x77,0x40}}, // \xe5\xbc\x96
01959 {0x5f17,{0x5a,0x5a,0x3f,0x16,0x7f,0x16,0x36}}, // \xe5\xbc\x97
01960 {0x5f18,{0x5d,0x77,0x40,0x70,0x4f,0x20,0x40}}, // \xe5\xbc\x98
01961 {0x5f1b,{0x5d,0x77,0x08,0x7e,0x44,0x5f,0x6c}}, // \xe5\xbc\x9b
01962 {0x5f1f,{0x42,0x5a,0x2b,0x7e,0x2a,0x2b,0x6e}}, // \xe5\xbc\x9f
01963 {0x5f25,{0x5d,0x77,0x24,0x5b,0x7e,0x0a,0x32}}, // \xe5\xbc\xa5
01964 {0x5f26,{0x5d,0x77,0x4a,0x6e,0x53,0x2a,0x42}}, // \xe5\xbc\xa6
01965 {0x5f27,{0x5d,0x77,0x40,0x3e,0x42,0x3e,0x61}}, // \xe5\xbc\xa7
01966 {0x5f29,{0x0a,0x3e,0x3b,0x36,0x3b,0x25,0x6b}}, // \xe5\xbc\xa9
01967 {0x5f2d,{0x5d,0x77,0x21,0x3f,0x2d,0x7f,0x21}}, // \xe5\xbc\xad
01968 {0x5f2f,{0x0a,0x32,0x3e,0x33,0x3e,0x22,0x6a}}, // \xe5\xbc\xaf
01969 {0x5f31,{0x2d,0x55,0x77,0x00,0x2d,0x55,0x77}}, // \xe5\xbc\xb1
01970 {0x5f35,{0x5d,0x77,0x10,0x7f,0x55,0x35,0x51}}, // \xe5\xbc\xb5
01971 {0x5f37,{0x5d,0x77,0x44,0x5e,0x7d,0x5c,0x66}}, // \xe5\xbc\xb7
01972 {0x5f38,{0x5d,0x77,0x3f,0x55,0x3f,0x55,0x7f}}, // \xe5\xbc\xb8
01973 {0x5f3c,{0x5d,0x77,0x3a,0x2e,0x3a,0x5d,0x77}}, // \xe5\xbc\xbc
01974 {0x5f3e,{0x5d,0x77,0x2d,0x2c,0x7d,0x2e,0x2d}}, // \xe5\xbc\xbe
01975 {0x5f41,{0x5d,0x77,0x09,0x2d,0x49,0x7f,0x09}}, // \xe5\xbd\x81
01976 {0x5f48,{0x5d,0x77,0x23,0x3f,0x7c,0x3f,0x23}}, // \xe5\xbd\x88
01977 {0x5f4a,{0x5d,0x77,0x00,0x49,0x7f,0x7f,0x49}}, // \xe5\xbd\x8a
01978 {0x5f4c,{0x5d,0x77,0x7d,0x2b,0x7f,0x2b,0x7d}}, // \xe5\xbd\x8c
01979 {0x5f4e,{0x0a,0x3d,0x3a,0x37,0x3a,0x3d,0x68}}, // \xe5\xbd\x8e
01980 {0x5f51,{0x40,0x58,0x57,0x52,0x72,0x4e,0x40}}, // \xe5\xbd\x91
01981 {0x5f53,{0x00,0x45,0x56,0x57,0x54,0x56,0x7d}}, // \xe5\xbd\x93
01982 {0x5f56,{0x54,0x54,0x2e,0x5d,0x77,0x25,0x54}}, // \xe5\xbd\x96
01983 {0x5f57,{0x2a,0x6f,0x6a,0x68,0x6a,0x7f,0x2a}}, // \xe5\xbd\x97
01984 {0x5f59,{0x4c,0x54,0x3e,0x7d,0x3f,0x55,0x4c}}, // \xe5\xbd\x99
01985 {0x5f5c,{0x24,0x6c,0x3e,0x25,0x77,0x2d,0x3c}}, // \xe5\xbd\x9c
01986 {0x5f5d,{0x24,0x6c,0x3e,0x25,0x77,0x3d,0x34}}, // \xe5\xbd\x9d
01987 {0x5f61,{0x00,0x54,0x54,0x4a,0x2a,0x25,0x10}}, // \xe5\xbd\xa1
01988 {0x5f62,{0x49,0x3f,0x09,0x7f,0x09,0x4a,0x25}}, // \xe5\xbd\xa2
01989 {0x5f66,{0x42,0x3a,0x0e,0x5b,0x5a,0x4e,0x2a}}, // \xe5\xbd\xa6
01990 {0x5f69,{0x52,0x36,0x7a,0x35,0x51,0x4a,0x25}}, // \xe5\xbd\xa9
01991 {0x5f6a,{0x7c,0x44,0x2f,0x6a,0x40,0x6a,0x55}}, // \xe5\xbd\xaa
01992 {0x5f6b,{0x7f,0x35,0x2f,0x35,0x7f,0x4a,0x25}}, // \xe5\xbd\xab
01993 {0x5f6c,{0x1a,0x7f,0x1a,0x7f,0x1a,0x4a,0x25}}, // \xe5\xbd\xac
01994 {0x5f6d,{0x42,0x5a,0x6f,0x5a,0x00,0x4a,0x25}}, // \xe5\xbd\xad
01995 {0x5f70,{0x2a,0x3e,0x7b,0x3e,0x2a,0x4a,0x25}}, // \xe5\xbd\xb0
01996 {0x5f71,{0x44,0x1f,0x75,0x1f,0x44,0x4a,0x25}}, // \xe5\xbd\xb1
01997 {0x5f73,{0x00,0x00,0x14,0x14,0x7a,0x05,0x00}}, // \xe5\xbd\xb3
01998 {0x5f77,{0x0a,0x7d,0x42,0x3e,0x0b,0x4a,0x7a}}, // \xe5\xbd\xb7
01999 {0x5f79,{0x0a,0x7d,0x44,0x5b,0x29,0x5f,0x44}}, // \xe5\xbd\xb9
02000 {0x5f7c,{0x0a,0x7d,0x3e,0x5a,0x2f,0x5a,0x46}}, // \xe5\xbd\xbc
02001 {0x5f7f,{0x0a,0x7d,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe5\xbd\xbf
02002 {0x5f80,{0x0a,0x7d,0x44,0x55,0x7e,0x54,0x44}}, // \xe5\xbe\x80
02003 {0x5f81,{0x0a,0x7d,0x40,0x79,0x41,0x7f,0x49}}, // \xe5\xbe\x81
02004 {0x5f82,{0x0a,0x7d,0x40,0x7f,0x55,0x7f,0x40}}, // \xe5\xbe\x82
02005 {0x5f83,{0x0a,0x7d,0x44,0x53,0x7f,0x52,0x42}}, // \xe5\xbe\x83
02006 {0x5f84,{0x0a,0x7d,0x49,0x5b,0x75,0x5b,0x48}}, // \xe5\xbe\x84
02007 {0x5f85,{0x0a,0x7d,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe5\xbe\x85
02008 {0x5f87,{0x0a,0x7d,0x04,0x3f,0x2a,0x3e,0x7e}}, // \xe5\xbe\x87
02009 {0x5f88,{0x0a,0x7d,0x00,0x7f,0x55,0x35,0x5f}}, // \xe5\xbe\x88
02010 {0x5f8a,{0x0a,0x7d,0x7f,0x5d,0x55,0x5d,0x7f}}, // \xe5\xbe\x8a
02011 {0x5f8b,{0x0a,0x7d,0x2a,0x2a,0x7f,0x2e,0x24}}, // \xe5\xbe\x8b
02012 {0x5f8c,{0x0a,0x7d,0x48,0x5a,0x2d,0x58,0x4c}}, // \xe5\xbe\x8c
02013 {0x5f90,{0x0a,0x7d,0x54,0x16,0x7d,0x16,0x54}}, // \xe5\xbe\x90
02014 {0x5f91,{0x0a,0x7d,0x00,0x55,0x5b,0x75,0x5b}}, // \xe5\xbe\x91
02015 {0x5f92,{0x0a,0x7d,0x48,0x2a,0x7f,0x5a,0x48}}, // \xe5\xbe\x92
02016 {0x5f93,{0x0a,0x7d,0x42,0x3a,0x43,0x7e,0x4b}}, // \xe5\xbe\x93
02017 {0x5f97,{0x0a,0x7d,0x14,0x37,0x55,0x7f,0x14}}, // \xe5\xbe\x97
02018 {0x5f98,{0x0a,0x7d,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe5\xbe\x98
02019 {0x5f99,{0x0a,0x7d,0x48,0x2e,0x48,0x7f,0x5a}}, // \xe5\xbe\x99
02020 {0x5f9e,{0x0a,0x7d,0x44,0x33,0x44,0x7b,0x54}}, // \xe5\xbe\x9e
02021 {0x5fa0,{0x0a,0x7d,0x4a,0x26,0x7f,0x26,0x4a}}, // \xe5\xbe\xa0
02022 {0x5fa1,{0x0a,0x7d,0x33,0x3e,0x2a,0x7f,0x1f}}, // \xe5\xbe\xa1
02023 {0x5fa8,{0x0a,0x7d,0x50,0x5e,0x7b,0x5e,0x50}}, // \xe5\xbe\xa8
02024 {0x5fa9,{0x0a,0x7d,0x44,0x53,0x2e,0x5e,0x42}}, // \xe5\xbe\xa9
02025 {0x5faa,{0x0a,0x7d,0x20,0x1e,0x76,0x7e,0x75}}, // \xe5\xbe\xaa
02026 {0x5fad,{0x0a,0x7d,0x10,0x6a,0x4d,0x7b,0x68}}, // \xe5\xbe\xad
02027 {0x5fae,{0x0a,0x7d,0x4a,0x3b,0x4a,0x3f,0x5e}}, // \xe5\xbe\xae
02028 {0x5fb3,{0x0a,0x7d,0x62,0x2e,0x4f,0x4e,0x62}}, // \xe5\xbe\xb3
02029 {0x5fb4,{0x0a,0x7d,0x2a,0x3b,0x6a,0x3f,0x5e}}, // \xe5\xbe\xb4
02030 {0x5fb9,{0x0a,0x7d,0x0a,0x77,0x72,0x3f,0x5e}}, // \xe5\xbe\xb9
02031 {0x5fbc,{0x0a,0x7d,0x2e,0x5f,0x7c,0x23,0x5e}}, // \xe5\xbe\xbc
02032 {0x5fbd,{0x0a,0x7d,0x2a,0x77,0x2a,0x3f,0x5e}}, // \xe5\xbe\xbd
02033 {0x5fc3,{0x20,0x18,0x7d,0x42,0x40,0x68,0x10}}, // \xe5\xbf\x83
02034 {0x5fc5,{0x58,0x40,0x3d,0x52,0x48,0x46,0x58}}, // \xe5\xbf\x85
02035 {0x5fcc,{0x60,0x3d,0x55,0x55,0x75,0x17,0x60}}, // \xe5\xbf\x8c
02036 {0x5fcd,{0x60,0x29,0x4b,0x55,0x6b,0x0f,0x60}}, // \xe5\xbf\x8d
02037 {0x5fd6,{0x06,0x7f,0x02,0x0a,0x52,0x7f,0x02}}, // \xe5\xbf\x96
02038 {0x5fd7,{0x62,0x2a,0x4a,0x4f,0x6a,0x0a,0x62}}, // \xe5\xbf\x97
02039 {0x5fd8,{0x62,0x3e,0x4a,0x5b,0x6a,0x1a,0x62}}, // \xe5\xbf\x98
02040 {0x5fd9,{0x06,0x7f,0x02,0x3e,0x43,0x42,0x42}}, // \xe5\xbf\x99
02041 {0x5fdc,{0x40,0x3e,0x22,0x76,0x4b,0x62,0x22}}, // \xe5\xbf\x9c
02042 {0x5fdd,{0x54,0x16,0x6e,0x06,0x4d,0x15,0x54}}, // \xe5\xbf\x9d
02043 {0x5fe0,{0x60,0x2e,0x4a,0x5f,0x6a,0x0e,0x60}}, // \xe5\xbf\xa0
02044 {0x5fe4,{0x06,0x7f,0x14,0x13,0x7e,0x12,0x10}}, // \xe5\xbf\xa4
02045 {0x5feb,{0x06,0x7f,0x48,0x4a,0x3f,0x4e,0x48}}, // \xe5\xbf\xab
02046 {0x5ff0,{0x06,0x7f,0x2a,0x27,0x72,0x2e,0x28}}, // \xe5\xbf\xb0
02047 {0x5ff1,{0x06,0x7f,0x46,0x22,0x1f,0x7a,0x46}}, // \xe5\xbf\xb1
02048 {0x5ff5,{0x64,0x24,0x4a,0x4d,0x5e,0x04,0x64}}, // \xe5\xbf\xb5
02049 {0x5ff8,{0x06,0x7f,0x49,0x7f,0x49,0x7f,0x48}}, // \xe5\xbf\xb8
02050 {0x5ffb,{0x06,0x7f,0x40,0x3e,0x0a,0x79,0x08}}, // \xe5\xbf\xbb
02051 {0x5ffd,{0x64,0x33,0x4e,0x52,0x6e,0x12,0x6e}}, // \xe5\xbf\xbd
02052 {0x5fff,{0x64,0x32,0x55,0x4c,0x75,0x1e,0x64}}, // \xe5\xbf\xbf
02053 {0x600e,{0x64,0x34,0x43,0x5e,0x6a,0x0a,0x6a}}, // \xe6\x80\x8e
02054 {0x600f,{0x06,0x7f,0x48,0x4e,0x3b,0x4e,0x48}}, // \xe6\x80\x8f
02055 {0x6010,{0x06,0x7f,0x04,0x1b,0x1a,0x42,0x7e}}, // \xe6\x80\x90
02056 {0x6012,{0x6a,0x2e,0x4b,0x46,0x6b,0x05,0x6b}}, // \xe6\x80\x92
02057 {0x6015,{0x06,0x7f,0x02,0x7e,0x4b,0x4a,0x7e}}, // \xe6\x80\x95
02058 {0x6016,{0x06,0x7f,0x0a,0x37,0x12,0x7a,0x32}}, // \xe6\x80\x96
02059 {0x6019,{0x06,0x7f,0x04,0x74,0x5f,0x74,0x04}}, // \xe6\x80\x99
02060 {0x601b,{0x06,0x7f,0x00,0x5f,0x55,0x55,0x5f}}, // \xe6\x80\x9b
02061 {0x601c,{0x06,0x7f,0x14,0x12,0x75,0x16,0x34}}, // \xe6\x80\x9c
02062 {0x601d,{0x60,0x3f,0x55,0x5f,0x75,0x1f,0x60}}, // \xe6\x80\x9d
02063 {0x6020,{0x64,0x3c,0x56,0x55,0x74,0x1a,0x64}}, // \xe6\x80\xa0
02064 {0x6021,{0x06,0x7f,0x08,0x6c,0x6b,0x64,0x08}}, // \xe6\x80\xa1
02065 {0x6025,{0x62,0x36,0x55,0x55,0x77,0x1c,0x60}}, // \xe6\x80\xa5
02066 {0x6026,{0x06,0x7f,0x15,0x13,0x7f,0x13,0x15}}, // \xe6\x80\xa6
02067 {0x6027,{0x06,0x7f,0x44,0x53,0x7f,0x52,0x42}}, // \xe6\x80\xa7
02068 {0x6028,{0x6a,0x2b,0x45,0x53,0x6f,0x09,0x6b}}, // \xe6\x80\xa8
02069 {0x6029,{0x06,0x7f,0x40,0x3f,0x05,0x7d,0x57}}, // \xe6\x80\xa9
02070 {0x602a,{0x06,0x7f,0x49,0x5b,0x75,0x5b,0x48}}, // \xe6\x80\xaa
02071 {0x602b,{0x06,0x7f,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe6\x80\xab
02072 {0x602f,{0x06,0x7f,0x48,0x6a,0x5f,0x2a,0x48}}, // \xe6\x80\xaf
02073 {0x6031,{0x64,0x2b,0x4e,0x5a,0x6e,0x12,0x6e}}, // \xe6\x80\xb1
02074 {0x603a,{0x06,0x7f,0x28,0x5d,0x7d,0x10,0x28}}, // \xe6\x80\xba
02075 {0x6041,{0x64,0x3e,0x45,0x56,0x5e,0x15,0x44}}, // \xe6\x81\x81
02076 {0x6042,{0x06,0x7f,0x04,0x3f,0x2a,0x3e,0x7e}}, // \xe6\x81\x82
02077 {0x6043,{0x06,0x7f,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe6\x81\x83
02078 {0x6046,{0x06,0x7f,0x51,0x4f,0x75,0x5d,0x41}}, // \xe6\x81\x86
02079 {0x604a,{0x06,0x7f,0x20,0x62,0x37,0x62,0x76}}, // \xe6\x81\x8a
02080 {0x604b,{0x6a,0x22,0x4e,0x43,0x6e,0x02,0x6a}}, // \xe6\x81\x8b
02081 {0x604d,{0x06,0x7f,0x4a,0x38,0x0f,0x78,0x4a}}, // \xe6\x81\x8d
02082 {0x6050,{0x69,0x2f,0x45,0x48,0x67,0x0f,0x68}}, // \xe6\x81\x90
02083 {0x6052,{0x06,0x7f,0x41,0x7f,0x6b,0x7f,0x41}}, // \xe6\x81\x92
02084 {0x6055,{0x6a,0x2e,0x4b,0x46,0x6f,0x09,0x6f}}, // \xe6\x81\x95
02085 {0x6059,{0x6a,0x3a,0x4b,0x5e,0x6a,0x1b,0x6a}}, // \xe6\x81\x99
02086 {0x605a,{0x54,0x36,0x56,0x5f,0x76,0x16,0x54}}, // \xe6\x81\x9a
02087 {0x605f,{0x06,0x7f,0x04,0x37,0x2a,0x36,0x7e}}, // \xe6\x81\x9f
02088 {0x6060,{0x06,0x7f,0x0a,0x7e,0x53,0x7a,0x52}}, // \xe6\x81\xa0
02089 {0x6062,{0x06,0x7f,0x40,0x3f,0x4d,0x3f,0x45}}, // \xe6\x81\xa2
02090 {0x6063,{0x69,0x20,0x44,0x4b,0x66,0x0a,0x66}}, // \xe6\x81\xa3
02091 {0x6064,{0x06,0x7f,0x40,0x7e,0x43,0x7e,0x7e}}, // \xe6\x81\xa4
02092 {0x6065,{0x21,0x3f,0x7f,0x18,0x7d,0x42,0x68}}, // \xe6\x81\xa5
02093 {0x6068,{0x06,0x7f,0x02,0x7f,0x55,0x35,0x5f}}, // \xe6\x81\xa8
02094 {0x6069,{0x60,0x3f,0x4d,0x5b,0x6d,0x1f,0x60}}, // \xe6\x81\xa9
02095 {0x606a,{0x06,0x7f,0x10,0x6a,0x65,0x6b,0x10}}, // \xe6\x81\xaa
02096 {0x606b,{0x06,0x7f,0x02,0x7f,0x35,0x35,0x7f}}, // \xe6\x81\xab
02097 {0x606c,{0x06,0x7f,0x04,0x76,0x5e,0x75,0x04}}, // \xe6\x81\xac
02098 {0x606d,{0x48,0x1a,0x6f,0x0a,0x4f,0x1a,0x48}}, // \xe6\x81\xad
02099 {0x606f,{0x60,0x3e,0x5a,0x5b,0x7a,0x1e,0x60}}, // \xe6\x81\xaf
02100 {0x6070,{0x06,0x7f,0x04,0x72,0x55,0x76,0x04}}, // \xe6\x81\xb0
02101 {0x6075,{0x62,0x3e,0x56,0x5f,0x76,0x1e,0x62}}, // \xe6\x81\xb5
02102 {0x6077,{0x64,0x3e,0x53,0x4a,0x5f,0x0a,0x52}}, // \xe6\x81\xb7
02103 {0x6081,{0x06,0x7f,0x02,0x78,0x2b,0x2b,0x78}}, // \xe6\x82\x81
02104 {0x6083,{0x06,0x7f,0x7f,0x55,0x7f,0x55,0x7f}}, // \xe6\x82\x83
02105 {0x6084,{0x06,0x7f,0x02,0x7d,0x2a,0x7d,0x02}}, // \xe6\x82\x84
02106 {0x6089,{0x55,0x37,0x4d,0x5f,0x6d,0x17,0x55}}, // \xe6\x82\x89
02107 {0x608b,{0x06,0x7f,0x12,0x76,0x6b,0x76,0x12}}, // \xe6\x82\x8b
02108 {0x608c,{0x06,0x7f,0x5a,0x2b,0x7e,0x2b,0x6e}}, // \xe6\x82\x8c
02109 {0x608d,{0x06,0x7f,0x28,0x2f,0x7d,0x2f,0x28}}, // \xe6\x82\x8d
02110 {0x6092,{0x06,0x7f,0x3c,0x57,0x5d,0x57,0x5c}}, // \xe6\x82\x92
02111 {0x6094,{0x06,0x7f,0x08,0x3b,0x2e,0x7e,0x2a}}, // \xe6\x82\x94
02112 {0x6096,{0x06,0x7f,0x2c,0x26,0x6f,0x3e,0x2c}}, // \xe6\x82\x96
02113 {0x6097,{0x06,0x7f,0x5c,0x36,0x1d,0x77,0x5c}}, // \xe6\x82\x97
02114 {0x609a,{0x06,0x7f,0x42,0x2e,0x7f,0x2a,0x4e}}, // \xe6\x82\x9a
02115 {0x609b,{0x06,0x7f,0x2a,0x57,0x32,0x5e,0x4b}}, // \xe6\x82\x9b
02116 {0x609f,{0x06,0x7f,0x14,0x7d,0x57,0x7d,0x10}}, // \xe6\x82\x9f
02117 {0x60a0,{0x64,0x2e,0x41,0x4e,0x6a,0x05,0x6b}}, // \xe6\x82\xa0
02118 {0x60a3,{0x60,0x38,0x5e,0x5f,0x7e,0x18,0x60}}, // \xe6\x82\xa3
02119 {0x60a6,{0x06,0x7f,0x4e,0x3b,0x0a,0x7b,0x4e}}, // \xe6\x82\xa6
02120 {0x60a7,{0x06,0x7f,0x35,0x7f,0x15,0x4e,0x7f}}, // \xe6\x82\xa7
02121 {0x60a9,{0x06,0x7f,0x79,0x54,0x49,0x54,0x7b}}, // \xe6\x82\xa9
02122 {0x60aa,{0x69,0x3f,0x4f,0x5f,0x6f,0x1f,0x69}}, // \xe6\x82\xaa
02123 {0x60b2,{0x6a,0x2a,0x5f,0x40,0x5f,0x0a,0x6a}}, // \xe6\x82\xb2
02124 {0x60b3,{0x60,0x3a,0x52,0x5f,0x7e,0x12,0x60}}, // \xe6\x82\xb3
02125 {0x60b4,{0x06,0x7f,0x32,0x2e,0x73,0x2e,0x32}}, // \xe6\x82\xb4
02126 {0x60b5,{0x06,0x7f,0x10,0x7f,0x55,0x35,0x51}}, // \xe6\x82\xb5
02127 {0x60b6,{0x7f,0x25,0x77,0x48,0x67,0x25,0x7f}}, // \xe6\x82\xb6
02128 {0x60b8,{0x06,0x7f,0x2a,0x27,0x6f,0x37,0x2a}}, // \xe6\x82\xb8
02129 {0x60bc,{0x06,0x7f,0x20,0x3c,0x77,0x3e,0x22}}, // \xe6\x82\xbc
02130 {0x60bd,{0x06,0x7f,0x52,0x7a,0x5f,0x3e,0x52}}, // \xe6\x82\xbd
02131 {0x60c5,{0x06,0x7f,0x08,0x7a,0x2f,0x7a,0x08}}, // \xe6\x83\x85
02132 {0x60c6,{0x06,0x7f,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe6\x83\x86
02133 {0x60c7,{0x06,0x7f,0x22,0x2e,0x6b,0x3e,0x22}}, // \xe6\x83\x87
02134 {0x60d1,{0x6a,0x2e,0x4e,0x42,0x6b,0x06,0x6b}}, // \xe6\x83\x91
02135 {0x60d3,{0x06,0x7f,0x16,0x6d,0x56,0x4d,0x16}}, // \xe6\x83\x93
02136 {0x60d8,{0x06,0x7f,0x7f,0x0d,0x39,0x2d,0x7f}}, // \xe6\x83\x98
02137 {0x60da,{0x06,0x7f,0x64,0x33,0x4e,0x52,0x6e}}, // \xe6\x83\x9a
02138 {0x60dc,{0x06,0x7f,0x0a,0x7f,0x5a,0x7f,0x0a}}, // \xe6\x83\x9c
02139 {0x60df,{0x06,0x7f,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe6\x83\x9f
02140 {0x60e0,{0x62,0x3e,0x5a,0x5f,0x6a,0x1e,0x62}}, // \xe6\x83\xa0
02141 {0x60e1,{0x69,0x3f,0x4b,0x59,0x6b,0x1f,0x69}}, // \xe6\x83\xa1
02142 {0x60e3,{0x6b,0x3f,0x4a,0x54,0x6b,0x16,0x5e}}, // \xe6\x83\xa3
02143 {0x60e7,{0x06,0x7f,0x50,0x1f,0x15,0x1f,0x50}}, // \xe6\x83\xa7
02144 {0x60e8,{0x06,0x7f,0x14,0x4e,0x55,0x2a,0x14}}, // \xe6\x83\xa8
02145 {0x60f0,{0x06,0x7f,0x0a,0x77,0x3a,0x7e,0x0a}}, // \xe6\x83\xb0
02146 {0x60f1,{0x06,0x7f,0x00,0x7a,0x6d,0x5a,0x7d}}, // \xe6\x83\xb1
02147 {0x60f3,{0x6a,0x26,0x5f,0x4a,0x5f,0x15,0x5f}}, // \xe6\x83\xb3
02148 {0x60f4,{0x06,0x7f,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe6\x83\xb4
02149 {0x60f6,{0x06,0x7f,0x50,0x5e,0x7b,0x5e,0x50}}, // \xe6\x83\xb6
02150 {0x60f7,{0x6a,0x2a,0x47,0x5b,0x7b,0x06,0x6a}}, // \xe6\x83\xb7
02151 {0x60f9,{0x6a,0x3a,0x4f,0x5a,0x7b,0x1a,0x6a}}, // \xe6\x83\xb9
02152 {0x60fa,{0x06,0x7f,0x48,0x57,0x7d,0x57,0x44}}, // \xe6\x83\xba
02153 {0x60fb,{0x06,0x7f,0x5f,0x15,0x5f,0x0e,0x7f}}, // \xe6\x83\xbb
02154 {0x6100,{0x06,0x7f,0x35,0x7f,0x4c,0x3f,0x44}}, // \xe6\x84\x80
02155 {0x6101,{0x6a,0x27,0x4f,0x47,0x6a,0x07,0x6a}}, // \xe6\x84\x81
02156 {0x6103,{0x06,0x7f,0x46,0x72,0x57,0x76,0x46}}, // \xe6\x84\x83
02157 {0x6106,{0x6a,0x3d,0x40,0x55,0x60,0x15,0x5d}}, // \xe6\x84\x86
02158 {0x6108,{0x64,0x3c,0x5a,0x5d,0x66,0x1c,0x64}}, // \xe6\x84\x88
02159 {0x6109,{0x06,0x7f,0x04,0x72,0x75,0x06,0x74}}, // \xe6\x84\x89
02160 {0x610d,{0x6f,0x2b,0x47,0x4b,0x6a,0x05,0x6b}}, // \xe6\x84\x8d
02161 {0x610e,{0x06,0x7f,0x44,0x53,0x2e,0x5e,0x42}}, // \xe6\x84\x8e
02162 {0x610f,{0x68,0x2a,0x5e,0x5b,0x7e,0x0a,0x68}}, // \xe6\x84\x8f
02163 {0x6115,{0x06,0x7f,0x0b,0x1f,0x1c,0x5f,0x6b}}, // \xe6\x84\x95
02164 {0x611a,{0x60,0x3c,0x57,0x5f,0x6f,0x1c,0x60}}, // \xe6\x84\x9a
02165 {0x611b,{0x4d,0x57,0x2d,0x57,0x3d,0x57,0x4d}}, // \xe6\x84\x9b
02166 {0x611f,{0x68,0x26,0x4e,0x4e,0x62,0x07,0x6a}}, // \xe6\x84\x9f
02167 {0x6121,{0x06,0x7f,0x64,0x2b,0x4e,0x52,0x6e}}, // \xe6\x84\xa1
02168 {0x6127,{0x06,0x7f,0x5e,0x2a,0x7f,0x6a,0x5e}}, // \xe6\x84\xa7
02169 {0x6128,{0x62,0x2e,0x47,0x4e,0x6b,0x05,0x6b}}, // \xe6\x84\xa8
02170 {0x612c,{0x57,0x2e,0x47,0x48,0x67,0x05,0x6f}}, // \xe6\x84\xac
02171 {0x6134,{0x06,0x7f,0x24,0x1e,0x6d,0x62,0x04}}, // \xe6\x84\xb4
02172 {0x613c,{0x06,0x7f,0x58,0x13,0x1e,0x1e,0x52}}, // \xe6\x84\xbc
02173 {0x613d,{0x06,0x7f,0x12,0x3e,0x57,0x7e,0x13}}, // \xe6\x84\xbd
02174 {0x613e,{0x06,0x7f,0x5b,0x2e,0x7e,0x2e,0x7a}}, // \xe6\x84\xbe
02175 {0x613f,{0x50,0x2f,0x49,0x57,0x7f,0x07,0x69}}, // \xe6\x84\xbf
02176 {0x6142,{0x55,0x20,0x5d,0x4d,0x5d,0x0f,0x5d}}, // \xe6\x85\x82
02177 {0x6144,{0x06,0x7f,0x51,0x37,0x7f,0x37,0x51}}, // \xe6\x85\x84
02178 {0x6147,{0x6e,0x26,0x4d,0x40,0x6b,0x05,0x6b}}, // \xe6\x85\x87
02179 {0x6148,{0x62,0x2a,0x57,0x42,0x6a,0x17,0x62}}, // \xe6\x85\x88
02180 {0x614a,{0x06,0x7f,0x52,0x37,0x7e,0x3f,0x4a}}, // \xe6\x85\x8a
02181 {0x614b,{0x62,0x3f,0x4a,0x5f,0x60,0x1b,0x52}}, // \xe6\x85\x8b
02182 {0x614c,{0x06,0x7f,0x42,0x2f,0x6a,0x0b,0x62}}, // \xe6\x85\x8c
02183 {0x614d,{0x06,0x7f,0x02,0x4f,0x6d,0x6b,0x4f}}, // \xe6\x85\x8d
02184 {0x614e,{0x06,0x7f,0x52,0x1e,0x1f,0x1e,0x52}}, // \xe6\x85\x8e
02185 {0x6153,{0x06,0x7f,0x51,0x17,0x77,0x17,0x51}}, // \xe6\x85\x93
02186 {0x6155,{0x4a,0x1a,0x6f,0x0e,0x4f,0x1a,0x4a}}, // \xe6\x85\x95
02187 {0x6158,{0x06,0x7f,0x1a,0x4f,0x5a,0x2d,0x1a}}, // \xe6\x85\x98
02188 {0x6159,{0x6a,0x2e,0x5f,0x4a,0x67,0x1d,0x45}}, // \xe6\x85\x99
02189 {0x615a,{0x06,0x7f,0x2d,0x7f,0x3e,0x0a,0x79}}, // \xe6\x85\x9a
02190 {0x615d,{0x5f,0x35,0x5f,0x5d,0x77,0x1d,0x55}}, // \xe6\x85\x9d
02191 {0x615f,{0x06,0x7f,0x2d,0x3f,0x62,0x1f,0x7e}}, // \xe6\x85\x9f
02192 {0x6162,{0x06,0x7f,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe6\x85\xa2
02193 {0x6163,{0x06,0x7f,0x42,0x3f,0x3d,0x3f,0x42}}, // \xe6\x85\xa3
02194 {0x6165,{0x06,0x7f,0x75,0x48,0x7b,0x6f,0x7a}}, // \xe6\x85\xa5
02195 {0x6167,{0x6a,0x2f,0x5a,0x58,0x7a,0x1f,0x6a}}, // \xe6\x85\xa7
02196 {0x6168,{0x06,0x7f,0x3e,0x2e,0x49,0x3f,0x4f}}, // \xe6\x85\xa8
02197 {0x616b,{0x6a,0x3d,0x52,0x4d,0x5e,0x15,0x52}}, // \xe6\x85\xab
02198 {0x616e,{0x40,0x3c,0x64,0x3c,0x5f,0x5a,0x6a}}, // \xe6\x85\xae
02199 {0x616f,{0x06,0x7f,0x24,0x5f,0x3a,0x5e,0x72}}, // \xe6\x85\xaf
02200 {0x6170,{0x50,0x2f,0x5b,0x4b,0x66,0x12,0x5f}}, // \xe6\x85\xb0
02201 {0x6171,{0x06,0x7f,0x12,0x3e,0x5f,0x76,0x1a}}, // \xe6\x85\xb1
02202 {0x6173,{0x06,0x7f,0x47,0x57,0x7b,0x55,0x4b}}, // \xe6\x85\xb3
02203 {0x6174,{0x06,0x7f,0x09,0x65,0x6f,0x75,0x6f}}, // \xe6\x85\xb4
02204 {0x6175,{0x06,0x7f,0x3e,0x7a,0x2e,0x7f,0x7a}}, // \xe6\x85\xb5
02205 {0x6176,{0x40,0x3e,0x5a,0x5e,0x3b,0x6e,0x5a}}, // \xe6\x85\xb6
02206 {0x6177,{0x06,0x7f,0x3e,0x52,0x7f,0x2e,0x56}}, // \xe6\x85\xb7
02207 {0x617e,{0x64,0x3d,0x5a,0x45,0x53,0x0e,0x56}}, // \xe6\x85\xbe
02208 {0x6182,{0x59,0x59,0x5f,0x2f,0x5f,0x59,0x59}}, // \xe6\x86\x82
02209 {0x6187,{0x65,0x2f,0x4d,0x42,0x6f,0x0a,0x6f}}, // \xe6\x86\x87
02210 {0x618a,{0x64,0x3f,0x4a,0x5f,0x6a,0x1f,0x5a}}, // \xe6\x86\x8a
02211 {0x618e,{0x06,0x7f,0x0e,0x7b,0x5e,0x7b,0x0e}}, // \xe6\x86\x8e
02212 {0x6190,{0x06,0x7f,0x55,0x32,0x27,0x72,0x25}}, // \xe6\x86\x90
02213 {0x6191,{0x69,0x20,0x57,0x45,0x57,0x05,0x5d}}, // \xe6\x86\x91
02214 {0x6194,{0x06,0x7f,0x44,0x1f,0x52,0x1f,0x52}}, // \xe6\x86\x94
02215 {0x6196,{0x52,0x2e,0x5f,0x4e,0x52,0x0f,0x52}}, // \xe6\x86\x96
02216 {0x6199,{0x6a,0x3a,0x5e,0x5f,0x7e,0x1a,0x6a}}, // \xe6\x86\x99
02217 {0x619a,{0x06,0x7f,0x23,0x3f,0x7c,0x3f,0x23}}, // \xe6\x86\x9a
02218 {0x61a4,{0x06,0x7f,0x4a,0x3e,0x2b,0x3e,0x4a}}, // \xe6\x86\xa4
02219 {0x61a7,{0x06,0x7f,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe6\x86\xa7
02220 {0x61a9,{0x65,0x2f,0x4d,0x45,0x6e,0x0b,0x6e}}, // \xe6\x86\xa9
02221 {0x61ab,{0x06,0x7f,0x7f,0x5b,0x2c,0x5b,0x7f}}, // \xe6\x86\xab
02222 {0x61ac,{0x06,0x7f,0x44,0x1f,0x75,0x1f,0x44}}, // \xe6\x86\xac
02223 {0x61ae,{0x06,0x7f,0x6b,0x3e,0x6a,0x3e,0x6a}}, // \xe6\x86\xae
02224 {0x61b2,{0x66,0x2a,0x5a,0x5f,0x7a,0x0a,0x66}}, // \xe6\x86\xb2
02225 {0x61b6,{0x06,0x7f,0x6a,0x3e,0x5b,0x5e,0x6a}}, // \xe6\x86\xb6
02226 {0x61ba,{0x06,0x7f,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe6\x86\xba
02227 {0x61be,{0x06,0x7f,0x6e,0x2e,0x42,0x47,0x6a}}, // \xe6\x86\xbe
02228 {0x61c3,{0x52,0x37,0x5e,0x57,0x6a,0x07,0x6e}}, // \xe6\x87\x83
02229 {0x61c6,{0x06,0x7f,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe6\x87\x86
02230 {0x61c7,{0x6a,0x36,0x5d,0x42,0x5f,0x0b,0x54}}, // \xe6\x87\x87
02231 {0x61c8,{0x06,0x7f,0x42,0x3d,0x7f,0x31,0x7b}}, // \xe6\x87\x88
02232 {0x61c9,{0x40,0x3e,0x5a,0x26,0x5b,0x5e,0x76}}, // \xe6\x87\x89
02233 {0x61ca,{0x06,0x7f,0x50,0x5e,0x3f,0x56,0x5e}}, // \xe6\x87\x8a
02234 {0x61cb,{0x6a,0x3f,0x49,0x5d,0x6b,0x1f,0x6a}}, // \xe6\x87\x8b
02235 {0x61cc,{0x06,0x7f,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe6\x87\x8c
02236 {0x61cd,{0x06,0x7f,0x52,0x3e,0x7b,0x3e,0x52}}, // \xe6\x87\x8d
02237 {0x61d0,{0x06,0x7f,0x32,0x7e,0x5f,0x3a,0x5e}}, // \xe6\x87\x90
02238 {0x61e3,{0x55,0x20,0x5a,0x4f,0x5a,0x0f,0x5a}}, // \xe6\x87\xa3
02239 {0x61e6,{0x06,0x7f,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe6\x87\xa6
02240 {0x61f2,{0x6a,0x3d,0x4a,0x5b,0x6a,0x0f,0x56}}, // \xe6\x87\xb2
02241 {0x61f4,{0x06,0x7f,0x54,0x7f,0x54,0x3f,0x55}}, // \xe6\x87\xb4
02242 {0x61f6,{0x06,0x7f,0x2e,0x7f,0x5a,0x19,0x5b}}, // \xe6\x87\xb6
02243 {0x61f7,{0x06,0x7f,0x2a,0x6e,0x5f,0x2a,0x4e}}, // \xe6\x87\xb7
02244 {0x61f8,{0x6e,0x3b,0x4b,0x50,0x6d,0x1b,0x69}}, // \xe6\x87\xb8
02245 {0x61fa,{0x06,0x7f,0x55,0x7e,0x55,0x3f,0x55}}, // \xe6\x87\xba
02246 {0x61fc,{0x06,0x7f,0x23,0x7b,0x50,0x7b,0x53}}, // \xe6\x87\xbc
02247 {0x61fd,{0x06,0x7f,0x26,0x7f,0x52,0x7f,0x56}}, // \xe6\x87\xbd
02248 {0x61fe,{0x06,0x7f,0x30,0x75,0x27,0x3f,0x75}}, // \xe6\x87\xbe
02249 {0x61ff,{0x5a,0x77,0x5a,0x65,0x2b,0x46,0x6a}}, // \xe6\x87\xbf
02250 {0x6200,{0x6a,0x3d,0x4a,0x57,0x6a,0x1d,0x68}}, // \xe6\x88\x80
02251 {0x6208,{0x42,0x42,0x42,0x2f,0x32,0x4b,0x62}}, // \xe6\x88\x88
02252 {0x6209,{0x20,0x3e,0x12,0x42,0x5f,0x22,0x53}}, // \xe6\x88\x89
02253 {0x620a,{0x40,0x3e,0x42,0x42,0x2f,0x32,0x4b}}, // \xe6\x88\x8a
02254 {0x620c,{0x40,0x3e,0x0a,0x4a,0x5f,0x22,0x53}}, // \xe6\x88\x8c
02255 {0x620d,{0x40,0x3e,0x0a,0x52,0x5f,0x22,0x53}}, // \xe6\x88\x8d
02256 {0x620e,{0x52,0x3a,0x12,0x42,0x5f,0x22,0x53}}, // \xe6\x88\x8e
02257 {0x6210,{0x40,0x3e,0x4a,0x3a,0x42,0x3f,0x52}}, // \xe6\x88\x90
02258 {0x6211,{0x14,0x56,0x7e,0x15,0x5f,0x24,0x55}}, // \xe6\x88\x91
02259 {0x6212,{0x52,0x3a,0x12,0x7a,0x52,0x3f,0x52}}, // \xe6\x88\x92
02260 {0x6214,{0x12,0x5a,0x5a,0x37,0x36,0x5b,0x6c}}, // \xe6\x88\x94
02261 {0x6216,{0x42,0x5a,0x1a,0x42,0x5f,0x22,0x53}}, // \xe6\x88\x96
02262 {0x621a,{0x40,0x3e,0x22,0x7e,0x2a,0x3f,0x52}}, // \xe6\x88\x9a
02263 {0x621b,{0x11,0x51,0x5f,0x3b,0x3b,0x5f,0x69}}, // \xe6\x88\x9b
02264 {0x621d,{0x5f,0x15,0x5f,0x04,0x5f,0x24,0x55}}, // \xe6\x88\x9d
02265 {0x621e,{0x19,0x49,0x5f,0x3f,0x3f,0x49,0x59}}, // \xe6\x88\x9e
02266 {0x621f,{0x2d,0x77,0x2d,0x44,0x5f,0x24,0x55}}, // \xe6\x88\x9f
02267 {0x6221,{0x72,0x5f,0x72,0x5f,0x44,0x3f,0x55}}, // \xe6\x88\xa1
02268 {0x6226,{0x2d,0x2c,0x7d,0x2c,0x47,0x3c,0x55}}, // \xe6\x88\xa6
02269 {0x622a,{0x24,0x76,0x5f,0x76,0x5f,0x24,0x55}}, // \xe6\x88\xaa
02270 {0x622e,{0x11,0x4b,0x55,0x2b,0x44,0x3f,0x55}}, // \xe6\x88\xae
02271 {0x622f,{0x7c,0x44,0x7f,0x2a,0x44,0x3f,0x55}}, // \xe6\x88\xaf
02272 {0x6230,{0x23,0x3f,0x7c,0x3f,0x23,0x3f,0x55}}, // \xe6\x88\xb0
02273 {0x6232,{0x7c,0x5c,0x6f,0x5a,0x44,0x3f,0x55}}, // \xe6\x88\xb2
02274 {0x6233,{0x21,0x7b,0x71,0x5b,0x44,0x3f,0x55}}, // \xe6\x88\xb3
02275 {0x6234,{0x54,0x1e,0x5f,0x16,0x5f,0x24,0x55}}, // \xe6\x88\xb4
02276 {0x6238,{0x41,0x3d,0x15,0x15,0x15,0x1d,0x01}}, // \xe6\x88\xb8
02277 {0x623b,{0x41,0x3f,0x55,0x55,0x3d,0x57,0x51}}, // \xe6\x88\xbb
02278 {0x623f,{0x41,0x3f,0x55,0x35,0x5d,0x77,0x11}}, // \xe6\x88\xbf
02279 {0x6240,{0x41,0x3d,0x15,0x5d,0x3e,0x0a,0x79}}, // \xe6\x89\x80
02280 {0x6241,{0x41,0x3f,0x75,0x35,0x75,0x37,0x71}}, // \xe6\x89\x81
02281 {0x6247,{0x41,0x3f,0x5b,0x2b,0x7b,0x2b,0x79}}, // \xe6\x89\x87
02282 {0x6248,{0x41,0x3f,0x7d,0x55,0x5d,0x57,0x5d}}, // \xe6\x89\x88
02283 {0x6249,{0x41,0x3f,0x6d,0x3d,0x05,0x7f,0x29}}, // \xe6\x89\x89
02284 {0x624b,{0x14,0x16,0x56,0x7e,0x15,0x15,0x14}}, // \xe6\x89\x8b
02285 {0x624d,{0x22,0x22,0x22,0x52,0x7f,0x0a,0x02}}, // \xe6\x89\x8d
02286 {0x624e,{0x52,0x7f,0x0a,0x00,0x7f,0x40,0x60}}, // \xe6\x89\x8e
02287 {0x6253,{0x52,0x7f,0x0a,0x01,0x41,0x7f,0x01}}, // \xe6\x89\x93
02288 {0x6255,{0x52,0x7f,0x4a,0x70,0x4f,0x20,0x40}}, // \xe6\x89\x95
02289 {0x6258,{0x52,0x7f,0x08,0x0a,0x7e,0x49,0x68}}, // \xe6\x89\x98
02290 {0x625b,{0x52,0x7f,0x0a,0x40,0x42,0x7e,0x42}}, // \xe6\x89\x9b
02291 {0x625e,{0x52,0x7f,0x08,0x09,0x7f,0x09,0x08}}, // \xe6\x89\x9e
02292 {0x6260,{0x52,0x7f,0x44,0x29,0x13,0x29,0x47}}, // \xe6\x89\xa0
02293 {0x6263,{0x52,0x7f,0x0a,0x7e,0x42,0x42,0x7e}}, // \xe6\x89\xa3
02294 {0x6268,{0x52,0x7f,0x0a,0x45,0x3f,0x51,0x7f}}, // \xe6\x89\xa8
02295 {0x626e,{0x52,0x7f,0x44,0x3b,0x48,0x7b,0x04}}, // \xe6\x89\xae
02296 {0x6271,{0x52,0x7f,0x21,0x5f,0x51,0x27,0x5c}}, // \xe6\x89\xb1
02297 {0x6276,{0x52,0x7f,0x48,0x2a,0x1f,0x2a,0x48}}, // \xe6\x89\xb6
02298 {0x6279,{0x52,0x7f,0x40,0x7f,0x24,0x7f,0x44}}, // \xe6\x89\xb9
02299 {0x627c,{0x52,0x7f,0x20,0x1f,0x7d,0x45,0x5d}}, // \xe6\x89\xbc
02300 {0x627e,{0x52,0x7f,0x0a,0x44,0x5f,0x24,0x55}}, // \xe6\x89\xbe
02301 {0x627f,{0x24,0x1c,0x29,0x7d,0x2b,0x18,0x24}}, // \xe6\x89\xbf
02302 {0x6280,{0x52,0x7f,0x4a,0x5a,0x2f,0x5a,0x42}}, // \xe6\x8a\x80
02303 {0x6282,{0x52,0x7f,0x0a,0x41,0x49,0x7f,0x49}}, // \xe6\x8a\x82
02304 {0x6283,{0x52,0x7f,0x02,0x02,0x7f,0x0a,0x12}}, // \xe6\x8a\x83
02305 {0x6284,{0x52,0x7f,0x08,0x46,0x5f,0x22,0x14}}, // \xe6\x8a\x84
02306 {0x6289,{0x52,0x7f,0x48,0x4a,0x3f,0x4e,0x48}}, // \xe6\x8a\x89
02307 {0x628a,{0x52,0x7f,0x3f,0x49,0x4f,0x49,0x6f}}, // \xe6\x8a\x8a
02308 {0x6291,{0x52,0x7f,0x3e,0x11,0x7e,0x02,0x1e}}, // \xe6\x8a\x91
02309 {0x6292,{0x52,0x7f,0x09,0x4b,0x7d,0x0b,0x18}}, // \xe6\x8a\x92
02310 {0x6293,{0x52,0x7f,0x3e,0x02,0x7e,0x3d,0x40}}, // \xe6\x8a\x93
02311 {0x6294,{0x52,0x7f,0x11,0x09,0x7f,0x09,0x11}}, // \xe6\x8a\x94
02312 {0x6295,{0x52,0x7f,0x44,0x5b,0x29,0x5f,0x44}}, // \xe6\x8a\x95
02313 {0x6296,{0x52,0x7f,0x20,0x2a,0x20,0x7f,0x10}}, // \xe6\x8a\x96
02314 {0x6297,{0x52,0x7f,0x42,0x3a,0x0b,0x7a,0x42}}, // \xe6\x8a\x97
02315 {0x6298,{0x52,0x7f,0x20,0x1e,0x0a,0x79,0x08}}, // \xe6\x8a\x98
02316 {0x629b,{0x52,0x7f,0x42,0x3f,0x52,0x4f,0x5e}}, // \xe6\x8a\x9b
02317 {0x629c,{0x52,0x7f,0x22,0x5f,0x2a,0x5a,0x42}}, // \xe6\x8a\x9c
02318 {0x629e,{0x52,0x7f,0x40,0x3f,0x05,0x1d,0x67}}, // \xe6\x8a\x9e
02319 {0x62ab,{0x52,0x7f,0x3e,0x5a,0x2f,0x5a,0x46}}, // \xe6\x8a\xab
02320 {0x62ac,{0x52,0x7f,0x08,0x6c,0x6b,0x64,0x08}}, // \xe6\x8a\xac
02321 {0x62b1,{0x52,0x7f,0x04,0x77,0x5e,0x42,0x5e}}, // \xe6\x8a\xb1
02322 {0x62b5,{0x52,0x7f,0x00,0x7e,0x4a,0x5e,0x69}}, // \xe6\x8a\xb5
02323 {0x62b9,{0x52,0x7f,0x42,0x2a,0x7f,0x2a,0x42}}, // \xe6\x8a\xb9
02324 {0x62bb,{0x52,0x7f,0x3e,0x2a,0x7f,0x2a,0x3e}}, // \xe6\x8a\xbb
02325 {0x62bc,{0x52,0x7f,0x1f,0x15,0x7f,0x15,0x1f}}, // \xe6\x8a\xbc
02326 {0x62bd,{0x52,0x7f,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe6\x8a\xbd
02327 {0x62c2,{0x52,0x7f,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe6\x8b\x82
02328 {0x62c5,{0x52,0x7f,0x0a,0x5f,0x55,0x55,0x5f}}, // \xe6\x8b\x85
02329 {0x62c6,{0x52,0x7f,0x40,0x3e,0x1a,0x79,0x28}}, // \xe6\x8b\x86
02330 {0x62c7,{0x52,0x7f,0x38,0x2f,0x69,0x7f,0x28}}, // \xe6\x8b\x87
02331 {0x62c8,{0x52,0x7f,0x0a,0x70,0x5f,0x54,0x74}}, // \xe6\x8b\x88
02332 {0x62c9,{0x52,0x7f,0x42,0x7e,0x63,0x5e,0x42}}, // \xe6\x8b\x89
02333 {0x62ca,{0x52,0x7f,0x04,0x7e,0x09,0x42,0x7f}}, // \xe6\x8b\x8a
02334 {0x62cc,{0x52,0x7f,0x2a,0x29,0x7c,0x29,0x2a}}, // \xe6\x8b\x8c
02335 {0x62cd,{0x52,0x7f,0x0a,0x7e,0x4b,0x4a,0x7e}}, // \xe6\x8b\x8d
02336 {0x62cf,{0x2a,0x3e,0x7b,0x76,0x3b,0x35,0x2b}}, // \xe6\x8b\x8f
02337 {0x62d0,{0x52,0x7f,0x0a,0x57,0x35,0x55,0x77}}, // \xe6\x8b\x90
02338 {0x62d1,{0x52,0x7f,0x02,0x7f,0x4a,0x7f,0x02}}, // \xe6\x8b\x91
02339 {0x62d2,{0x52,0x7f,0x0a,0x7f,0x55,0x55,0x5d}}, // \xe6\x8b\x92
02340 {0x62d3,{0x52,0x7f,0x0a,0x11,0x7f,0x49,0x79}}, // \xe6\x8b\x93
02341 {0x62d4,{0x52,0x7f,0x0a,0x22,0x5f,0x22,0x5b}}, // \xe6\x8b\x94
02342 {0x62d7,{0x52,0x7f,0x64,0x5b,0x64,0x1f,0x7e}}, // \xe6\x8b\x97
02343 {0x62d8,{0x52,0x7f,0x04,0x1b,0x1a,0x42,0x7e}}, // \xe6\x8b\x98
02344 {0x62d9,{0x52,0x7f,0x76,0x44,0x7f,0x44,0x76}}, // \xe6\x8b\x99
02345 {0x62db,{0x52,0x7f,0x0a,0x75,0x53,0x59,0x7f}}, // \xe6\x8b\x9b
02346 {0x62dc,{0x56,0x3e,0x15,0x21,0x2b,0x7f,0x2b}}, // \xe6\x8b\x9c
02347 {0x62dd,{0x52,0x7f,0x21,0x2b,0x7f,0x2b,0x21}}, // \xe6\x8b\x9d
02348 {0x62e0,{0x52,0x7f,0x4c,0x33,0x5e,0x42,0x5e}}, // \xe6\x8b\xa0
02349 {0x62e1,{0x52,0x7f,0x20,0x1e,0x62,0x5b,0x62}}, // \xe6\x8b\xa1
02350 {0x62ec,{0x52,0x7f,0x04,0x76,0x5e,0x75,0x04}}, // \xe6\x8b\xac
02351 {0x62ed,{0x52,0x7f,0x54,0x74,0x57,0x3c,0x45}}, // \xe6\x8b\xad
02352 {0x62ee,{0x52,0x7f,0x02,0x6a,0x6f,0x6a,0x02}}, // \xe6\x8b\xae
02353 {0x62ef,{0x52,0x7f,0x54,0x4d,0x7d,0x4b,0x54}}, // \xe6\x8b\xaf
02354 {0x62f1,{0x52,0x7f,0x52,0x1f,0x12,0x1f,0x52}}, // \xe6\x8b\xb1
02355 {0x62f3,{0x14,0x2d,0x76,0x77,0x36,0x2d,0x14}}, // \xe6\x8b\xb3
02356 {0x62f5,{0x52,0x7f,0x0a,0x7e,0x23,0x76,0x2e}}, // \xe6\x8b\xb5
02357 {0x62f6,{0x52,0x7f,0x0a,0x52,0x5d,0x2a,0x1d}}, // \xe6\x8b\xb6
02358 {0x62f7,{0x52,0x7f,0x28,0x1a,0x3f,0x2a,0x69}}, // \xe6\x8b\xb7
02359 {0x62fe,{0x52,0x7f,0x04,0x72,0x55,0x76,0x04}}, // \xe6\x8b\xbe
02360 {0x62ff,{0x24,0x34,0x7e,0x7d,0x3e,0x34,0x24}}, // \xe6\x8b\xbf
02361 {0x6301,{0x52,0x7f,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe6\x8c\x81
02362 {0x6302,{0x52,0x7f,0x48,0x5a,0x7f,0x5a,0x48}}, // \xe6\x8c\x82
02363 {0x6307,{0x52,0x7f,0x00,0x6f,0x6a,0x6a,0x6d}}, // \xe6\x8c\x87
02364 {0x6308,{0x2a,0x3f,0x76,0x70,0x39,0x37,0x2f}}, // \xe6\x8c\x88
02365 {0x6309,{0x52,0x7f,0x4e,0x5a,0x2f,0x3a,0x4e}}, // \xe6\x8c\x89
02366 {0x630c,{0x52,0x7f,0x10,0x6a,0x65,0x6b,0x10}}, // \xe6\x8c\x8c
02367 {0x6311,{0x52,0x7f,0x4a,0x3f,0x00,0x7f,0x4a}}, // \xe6\x8c\x91
02368 {0x6319,{0x2a,0x37,0x7a,0x7b,0x3a,0x37,0x2a}}, // \xe6\x8c\x99
02369 {0x631f,{0x52,0x7f,0x5a,0x52,0x3f,0x52,0x5a}}, // \xe6\x8c\x9f
02370 {0x6327,{0x52,0x7f,0x29,0x15,0x7f,0x15,0x7f}}, // \xe6\x8c\xa7
02371 {0x6328,{0x52,0x7f,0x0a,0x56,0x5d,0x34,0x56}}, // \xe6\x8c\xa8
02372 {0x632b,{0x52,0x7f,0x44,0x53,0x7c,0x53,0x44}}, // \xe6\x8c\xab
02373 {0x632f,{0x52,0x7f,0x20,0x7f,0x51,0x35,0x55}}, // \xe6\x8c\xaf
02374 {0x633a,{0x52,0x7f,0x55,0x3b,0x6a,0x7e,0x69}}, // \xe6\x8c\xba
02375 {0x633d,{0x52,0x7f,0x5c,0x36,0x1d,0x77,0x5c}}, // \xe6\x8c\xbd
02376 {0x633e,{0x52,0x7f,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe6\x8c\xbe
02377 {0x633f,{0x52,0x7f,0x3a,0x2a,0x7e,0x29,0x39}}, // \xe6\x8c\xbf
02378 {0x6349,{0x52,0x7f,0x40,0x37,0x45,0x7d,0x57}}, // \xe6\x8d\x89
02379 {0x634c,{0x52,0x7f,0x67,0x1d,0x77,0x0e,0x7f}}, // \xe6\x8d\x8c
02380 {0x634d,{0x52,0x7f,0x28,0x2f,0x7d,0x2f,0x28}}, // \xe6\x8d\x8d
02381 {0x634f,{0x52,0x7f,0x0a,0x47,0x55,0x7d,0x57}}, // \xe6\x8d\x8f
02382 {0x6350,{0x52,0x7f,0x0a,0x78,0x2b,0x2b,0x78}}, // \xe6\x8d\x90
02383 {0x6355,{0x52,0x7f,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe6\x8d\x95
02384 {0x6357,{0x52,0x7f,0x18,0x4e,0x58,0x2f,0x1a}}, // \xe6\x8d\x97
02385 {0x635c,{0x52,0x7f,0x4e,0x5a,0x2f,0x5a,0x4e}}, // \xe6\x8d\x9c
02386 {0x6367,{0x52,0x7f,0x14,0x2e,0x77,0x2e,0x14}}, // \xe6\x8d\xa7
02387 {0x6368,{0x52,0x7f,0x14,0x7a,0x5d,0x7a,0x14}}, // \xe6\x8d\xa8
02388 {0x6369,{0x52,0x7f,0x21,0x5f,0x55,0x3d,0x57}}, // \xe6\x8d\xa9
02389 {0x636b,{0x52,0x7f,0x7f,0x07,0x00,0x47,0x7f}}, // \xe6\x8d\xab
02390 {0x636e,{0x52,0x7f,0x20,0x1f,0x6b,0x5f,0x6b}}, // \xe6\x8d\xae
02391 {0x6372,{0x52,0x7f,0x15,0x6e,0x57,0x4e,0x15}}, // \xe6\x8d\xb2
02392 {0x6376,{0x52,0x7f,0x54,0x5d,0x77,0x5d,0x54}}, // \xe6\x8d\xb6
02393 {0x6377,{0x52,0x7f,0x40,0x2a,0x4a,0x7f,0x56}}, // \xe6\x8d\xb7
02394 {0x637a,{0x52,0x7f,0x4a,0x16,0x73,0x16,0x4a}}, // \xe6\x8d\xba
02395 {0x637b,{0x52,0x7f,0x64,0x2a,0x4d,0x5e,0x64}}, // \xe6\x8d\xbb
02396 {0x6380,{0x52,0x7f,0x1e,0x7d,0x44,0x3b,0x46}}, // \xe6\x8e\x80
02397 {0x6383,{0x52,0x7f,0x0c,0x35,0x7d,0x37,0x0c}}, // \xe6\x8e\x83
02398 {0x6388,{0x52,0x7f,0x4d,0x57,0x35,0x57,0x4d}}, // \xe6\x8e\x88
02399 {0x6389,{0x52,0x7f,0x2a,0x3c,0x77,0x3e,0x22}}, // \xe6\x8e\x89
02400 {0x638c,{0x26,0x33,0x7e,0x7b,0x3e,0x33,0x26}}, // \xe6\x8e\x8c
02401 {0x638e,{0x52,0x7f,0x12,0x5a,0x17,0x7a,0x12}}, // \xe6\x8e\x8e
02402 {0x638f,{0x52,0x7f,0x64,0x4b,0x7e,0x6a,0x7e}}, // \xe6\x8e\x8f
02403 {0x6392,{0x52,0x7f,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe6\x8e\x92
02404 {0x6396,{0x52,0x7f,0x0a,0x7e,0x53,0x2a,0x5a}}, // \xe6\x8e\x96
02405 {0x6398,{0x52,0x7f,0x1f,0x65,0x4d,0x7d,0x6f}}, // \xe6\x8e\x98
02406 {0x639b,{0x52,0x7f,0x2a,0x3f,0x2a,0x7f,0x08}}, // \xe6\x8e\x9b
02407 {0x639f,{0x52,0x7f,0x46,0x32,0x46,0x7f,0x56}}, // \xe6\x8e\x9f
02408 {0x63a0,{0x52,0x7f,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe6\x8e\xa0
02409 {0x63a1,{0x52,0x7f,0x56,0x32,0x76,0x39,0x55}}, // \xe6\x8e\xa1
02410 {0x63a2,{0x52,0x7f,0x5b,0x35,0x71,0x3d,0x5b}}, // \xe6\x8e\xa2
02411 {0x63a3,{0x24,0x3b,0x7f,0x7a,0x36,0x30,0x2f}}, // \xe6\x8e\xa3
02412 {0x63a5,{0x52,0x7f,0x4a,0x5e,0x2b,0x3e,0x4a}}, // \xe6\x8e\xa5
02413 {0x63a7,{0x52,0x7f,0x46,0x56,0x73,0x56,0x46}}, // \xe6\x8e\xa7
02414 {0x63a8,{0x52,0x7f,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe6\x8e\xa8
02415 {0x63a9,{0x52,0x7f,0x0a,0x36,0x3b,0x76,0x4a}}, // \xe6\x8e\xa9
02416 {0x63aa,{0x52,0x7f,0x0a,0x7f,0x5a,0x7f,0x0a}}, // \xe6\x8e\xaa
02417 {0x63ab,{0x52,0x7f,0x21,0x3f,0x7f,0x12,0x2e}}, // \xe6\x8e\xab
02418 {0x63ac,{0x52,0x7f,0x04,0x57,0x3a,0x56,0x7e}}, // \xe6\x8e\xac
02419 {0x63b2,{0x52,0x7f,0x10,0x3f,0x2d,0x4f,0x78}}, // \xe6\x8e\xb2
02420 {0x63b4,{0x52,0x7f,0x41,0x6b,0x7f,0x6b,0x7f}}, // \xe6\x8e\xb4
02421 {0x63b5,{0x52,0x7f,0x34,0x32,0x05,0x76,0x34}}, // \xe6\x8e\xb5
02422 {0x63bb,{0x52,0x7f,0x49,0x5b,0x7d,0x5b,0x68}}, // \xe6\x8e\xbb
02423 {0x63be,{0x52,0x7f,0x2c,0x56,0x7d,0x27,0x55}}, // \xe6\x8e\xbe
02424 {0x63c0,{0x52,0x7f,0x42,0x2e,0x7f,0x2e,0x4e}}, // \xe6\x8f\x80
02425 {0x63c3,{0x52,0x7f,0x7a,0x2b,0x7a,0x03,0x7a}}, // \xe6\x8f\x83
02426 {0x63c4,{0x52,0x7f,0x05,0x73,0x75,0x26,0x54}}, // \xe6\x8f\x84
02427 {0x63c6,{0x52,0x7f,0x55,0x5b,0x39,0x5a,0x55}}, // \xe6\x8f\x86
02428 {0x63c9,{0x52,0x7f,0x5a,0x37,0x7f,0x33,0x56}}, // \xe6\x8f\x89
02429 {0x63cf,{0x52,0x7f,0x7a,0x5f,0x7a,0x5f,0x7a}}, // \xe6\x8f\x8f
02430 {0x63d0,{0x52,0x7f,0x42,0x34,0x47,0x7f,0x54}}, // \xe6\x8f\x90
02431 {0x63d2,{0x52,0x7f,0x74,0x56,0x7e,0x55,0x74}}, // \xe6\x8f\x92
02432 {0x63d6,{0x52,0x7f,0x24,0x3f,0x2d,0x7f,0x24}}, // \xe6\x8f\x96
02433 {0x63da,{0x52,0x7f,0x24,0x5f,0x35,0x57,0x74}}, // \xe6\x8f\x9a
02434 {0x63db,{0x52,0x7f,0x52,0x5d,0x3d,0x5f,0x50}}, // \xe6\x8f\x9b
02435 {0x63e1,{0x52,0x7f,0x20,0x5f,0x5b,0x77,0x53}}, // \xe6\x8f\xa1
02436 {0x63e3,{0x52,0x7f,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe6\x8f\xa3
02437 {0x63e9,{0x52,0x7f,0x0f,0x6a,0x70,0x6f,0x0a}}, // \xe6\x8f\xa9
02438 {0x63ee,{0x52,0x7f,0x27,0x3d,0x7f,0x3d,0x27}}, // \xe6\x8f\xae
02439 {0x63f4,{0x52,0x7f,0x46,0x2a,0x5e,0x29,0x5d}}, // \xe6\x8f\xb4
02440 {0x63f6,{0x52,0x7f,0x21,0x3f,0x2d,0x7f,0x1b}}, // \xe6\x8f\xb6
02441 {0x63fa,{0x52,0x7f,0x68,0x4a,0x7e,0x49,0x6b}}, // \xe6\x8f\xba
02442 {0x6406,{0x52,0x7f,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe6\x90\x86
02443 {0x640d,{0x52,0x7f,0x0a,0x5c,0x17,0x17,0x5c}}, // \xe6\x90\x8d
02444 {0x640f,{0x52,0x7f,0x12,0x3e,0x57,0x7e,0x13}}, // \xe6\x90\x8f
02445 {0x6413,{0x52,0x7f,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe6\x90\x93
02446 {0x6416,{0x52,0x7f,0x10,0x6a,0x4d,0x7b,0x68}}, // \xe6\x90\x96
02447 {0x6417,{0x52,0x7f,0x0a,0x5e,0x77,0x56,0x70}}, // \xe6\x90\x97
02448 {0x641c,{0x52,0x7f,0x4e,0x59,0x2e,0x59,0x4f}}, // \xe6\x90\x9c
02449 {0x6426,{0x52,0x7f,0x0a,0x5d,0x77,0x5d,0x77}}, // \xe6\x90\xa6
02450 {0x6428,{0x52,0x7f,0x48,0x2f,0x7d,0x2f,0x78}}, // \xe6\x90\xa8
02451 {0x642c,{0x52,0x7f,0x7e,0x13,0x7e,0x29,0x5b}}, // \xe6\x90\xac
02452 {0x642d,{0x52,0x7f,0x12,0x7b,0x56,0x7b,0x12}}, // \xe6\x90\xad
02453 {0x6434,{0x16,0x2a,0x7e,0x7b,0x3e,0x2a,0x16}}, // \xe6\x90\xb4
02454 {0x6436,{0x52,0x7f,0x24,0x1e,0x6d,0x62,0x04}}, // \xe6\x90\xb6
02455 {0x643a,{0x52,0x7f,0x54,0x3f,0x1a,0x3f,0x6a}}, // \xe6\x90\xba
02456 {0x643e,{0x52,0x7f,0x26,0x1e,0x73,0x36,0x26}}, // \xe6\x90\xbe
02457 {0x6442,{0x52,0x7f,0x59,0x2f,0x09,0x2f,0x59}}, // \xe6\x91\x82
02458 {0x644e,{0x52,0x7f,0x11,0x4b,0x54,0x29,0x13}}, // \xe6\x91\x8e
02459 {0x6458,{0x52,0x7f,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe6\x91\x98
02460 {0x6467,{0x52,0x7f,0x13,0x7e,0x4b,0x7e,0x4b}}, // \xe6\x91\xa7
02461 {0x6469,{0x40,0x3e,0x2a,0x7e,0x6b,0x3e,0x2a}}, // \xe6\x91\xa9
02462 {0x646f,{0x24,0x2e,0x7f,0x7a,0x37,0x3e,0x28}}, // \xe6\x91\xaf
02463 {0x6476,{0x52,0x7f,0x12,0x3e,0x5f,0x76,0x1a}}, // \xe6\x91\xb6
02464 {0x6478,{0x52,0x7f,0x52,0x5f,0x36,0x5f,0x52}}, // \xe6\x91\xb8
02465 {0x647a,{0x52,0x7f,0x05,0x6f,0x70,0x65,0x0f}}, // \xe6\x91\xba
02466 {0x6483,{0x2a,0x2e,0x7f,0x76,0x3b,0x35,0x2b}}, // \xe6\x92\x83
02467 {0x6488,{0x52,0x7f,0x4d,0x36,0x5d,0x76,0x0d}}, // \xe6\x92\x88
02468 {0x6492,{0x52,0x7f,0x0a,0x7f,0x7e,0x23,0x5e}}, // \xe6\x92\x92
02469 {0x6493,{0x52,0x7f,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe6\x92\x93
02470 {0x6495,{0x52,0x7f,0x5f,0x1a,0x5f,0x3e,0x79}}, // \xe6\x92\x95
02471 {0x649a,{0x52,0x7f,0x54,0x0b,0x56,0x0f,0x52}}, // \xe6\x92\x9a
02472 {0x649e,{0x52,0x7f,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe6\x92\x9e
02473 {0x64a4,{0x52,0x7f,0x0a,0x77,0x72,0x3f,0x5e}}, // \xe6\x92\xa4
02474 {0x64a5,{0x52,0x7f,0x55,0x3b,0x59,0x2a,0x5d}}, // \xe6\x92\xa5
02475 {0x64a9,{0x52,0x7f,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe6\x92\xa9
02476 {0x64ab,{0x52,0x7f,0x6b,0x3e,0x6a,0x3e,0x6a}}, // \xe6\x92\xab
02477 {0x64ad,{0x52,0x7f,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe6\x92\xad
02478 {0x64ae,{0x52,0x7f,0x24,0x3f,0x7d,0x2f,0x5c}}, // \xe6\x92\xae
02479 {0x64b0,{0x52,0x7f,0x4d,0x1b,0x10,0x1d,0x4b}}, // \xe6\x92\xb0
02480 {0x64b2,{0x52,0x7f,0x4b,0x5e,0x3b,0x5e,0x4b}}, // \xe6\x92\xb2
02481 {0x64b9,{0x52,0x7f,0x45,0x3a,0x3b,0x7a,0x45}}, // \xe6\x92\xb9
02482 {0x64bb,{0x52,0x7f,0x69,0x54,0x5e,0x77,0x5e}}, // \xe6\x92\xbb
02483 {0x64bc,{0x52,0x7f,0x6e,0x2e,0x42,0x47,0x6a}}, // \xe6\x92\xbc
02484 {0x64c1,{0x52,0x7f,0x5a,0x36,0x0b,0x7e,0x56}}, // \xe6\x93\x81
02485 {0x64c2,{0x52,0x7f,0x76,0x53,0x77,0x53,0x76}}, // \xe6\x93\x82
02486 {0x64c5,{0x52,0x7f,0x4e,0x7e,0x5b,0x7e,0x4e}}, // \xe6\x93\x85
02487 {0x64c7,{0x52,0x7f,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe6\x93\x87
02488 {0x64cd,{0x52,0x7f,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe6\x93\x8d
02489 {0x64d2,{0x52,0x7f,0x7a,0x4e,0x7d,0x2e,0x7a}}, // \xe6\x93\x92
02490 {0x64d4,{0x52,0x7f,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe6\x93\x94
02491 {0x64d8,{0x24,0x3f,0x7b,0x70,0x36,0x3b,0x26}}, // \xe6\x93\x98
02492 {0x64da,{0x52,0x7f,0x7c,0x2c,0x57,0x7a,0x2a}}, // \xe6\x93\x9a
02493 {0x64e0,{0x52,0x7f,0x4a,0x36,0x2b,0x76,0x0a}}, // \xe6\x93\xa0
02494 {0x64e1,{0x52,0x7f,0x5a,0x6e,0x7f,0x6e,0x5a}}, // \xe6\x93\xa1
02495 {0x64e2,{0x52,0x7f,0x25,0x7f,0x50,0x7d,0x57}}, // \xe6\x93\xa2
02496 {0x64e3,{0x52,0x7f,0x34,0x36,0x5f,0x76,0x14}}, // \xe6\x93\xa3
02497 {0x64e6,{0x52,0x7f,0x56,0x2a,0x67,0x2a,0x56}}, // \xe6\x93\xa6
02498 {0x64e7,{0x28,0x1e,0x69,0x7e,0x2d,0x1f,0x28}}, // \xe6\x93\xa7
02499 {0x64ec,{0x52,0x7f,0x57,0x3a,0x5a,0x3d,0x57}}, // \xe6\x93\xac
02500 {0x64ef,{0x52,0x7f,0x4e,0x3a,0x37,0x3a,0x46}}, // \xe6\x93\xaf
02501 {0x64f1,{0x52,0x7f,0x7f,0x2b,0x74,0x6f,0x7f}}, // \xe6\x93\xb1
02502 {0x64f2,{0x52,0x7f,0x5a,0x39,0x5a,0x7f,0x1b}}, // \xe6\x93\xb2
02503 {0x64f4,{0x52,0x7f,0x3e,0x4a,0x3e,0x3f,0x4a}}, // \xe6\x93\xb4
02504 {0x64f6,{0x52,0x7f,0x7b,0x2e,0x78,0x0b,0x7e}}, // \xe6\x93\xb6
02505 {0x64fa,{0x52,0x7f,0x7b,0x77,0x03,0x6f,0x4b}}, // \xe6\x93\xba
02506 {0x64fd,{0x52,0x7f,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe6\x93\xbd
02507 {0x64fe,{0x52,0x7f,0x59,0x5f,0x2f,0x5f,0x59}}, // \xe6\x93\xbe
02508 {0x6500,{0x2a,0x1f,0x6a,0x7d,0x2a,0x1f,0x2a}}, // \xe6\x94\x80
02509 {0x6505,{0x52,0x7f,0x4a,0x37,0x3a,0x37,0x4a}}, // \xe6\x94\x85
02510 {0x6518,{0x52,0x7f,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe6\x94\x98
02511 {0x651c,{0x52,0x7f,0x6b,0x3e,0x57,0x3e,0x77}}, // \xe6\x94\x9c
02512 {0x651d,{0x52,0x7f,0x30,0x75,0x27,0x3f,0x75}}, // \xe6\x94\x9d
02513 {0x6523,{0x2a,0x3d,0x6a,0x77,0x2a,0x3d,0x28}}, // \xe6\x94\xa3
02514 {0x6524,{0x52,0x7f,0x5b,0x3e,0x5b,0x7e,0x55}}, // \xe6\x94\xa4
02515 {0x652a,{0x52,0x7f,0x4e,0x35,0x36,0x75,0x4f}}, // \xe6\x94\xaa
02516 {0x652b,{0x52,0x7f,0x43,0x5f,0x2c,0x5f,0x4b}}, // \xe6\x94\xab
02517 {0x652c,{0x52,0x7f,0x47,0x3d,0x38,0x7f,0x46}}, // \xe6\x94\xac
02518 {0x652f,{0x42,0x4a,0x5a,0x2f,0x5a,0x42,0x42}}, // \xe6\x94\xaf
02519 {0x6534,{0x40,0x48,0x58,0x2f,0x5a,0x42,0x40}}, // \xe6\x94\xb4
02520 {0x6535,{0x48,0x44,0x2b,0x12,0x2e,0x42,0x40}}, // \xe6\x94\xb5
02521 {0x6536,{0x3e,0x20,0x7f,0x44,0x5f,0x22,0x5e}}, // \xe6\x94\xb6
02522 {0x6537,{0x01,0x4f,0x79,0x44,0x5f,0x22,0x5e}}, // \xe6\x94\xb7
02523 {0x6538,{0x04,0x7e,0x3f,0x44,0x5f,0x22,0x5e}}, // \xe6\x94\xb8
02524 {0x6539,{0x3d,0x25,0x37,0x44,0x5f,0x22,0x5e}}, // \xe6\x94\xb9
02525 {0x653b,{0x22,0x3e,0x12,0x44,0x5f,0x22,0x5e}}, // \xe6\x94\xbb
02526 {0x653e,{0x42,0x3e,0x4b,0x7a,0x5c,0x23,0x5e}}, // \xe6\x94\xbe
02527 {0x653f,{0x79,0x41,0x3f,0x29,0x5c,0x23,0x5e}}, // \xe6\x94\xbf
02528 {0x6545,{0x3a,0x2f,0x3a,0x44,0x5f,0x22,0x5e}}, // \xe6\x95\x85
02529 {0x6548,{0x4a,0x56,0x23,0x56,0x5c,0x23,0x5e}}, // \xe6\x95\x88
02530 {0x654d,{0x54,0x16,0x7d,0x16,0x58,0x2f,0x5a}}, // \xe6\x95\x8d
02531 {0x654f,{0x33,0x2e,0x7e,0x2a,0x5c,0x23,0x5e}}, // \xe6\x95\x8f
02532 {0x6551,{0x2a,0x52,0x7f,0x2a,0x5c,0x23,0x5e}}, // \xe6\x95\x91
02533 {0x6555,{0x42,0x2e,0x7f,0x2e,0x5c,0x23,0x5e}}, // \xe6\x95\x95
02534 {0x6556,{0x4a,0x3f,0x6a,0x44,0x5f,0x22,0x5e}}, // \xe6\x95\x96
02535 {0x6557,{0x5f,0x15,0x5f,0x04,0x5f,0x22,0x5e}}, // \xe6\x95\x97
02536 {0x6558,{0x54,0x16,0x7d,0x16,0x5c,0x23,0x5e}}, // \xe6\x95\x98
02537 {0x6559,{0x28,0x1a,0x6f,0x3a,0x5c,0x23,0x5e}}, // \xe6\x95\x99
02538 {0x655d,{0x7a,0x29,0x7f,0x7a,0x5c,0x23,0x5e}}, // \xe6\x95\x9d
02539 {0x655e,{0x7a,0x09,0x6f,0x7a,0x5c,0x23,0x5e}}, // \xe6\x95\x9e
02540 {0x6562,{0x24,0x3d,0x27,0x7d,0x5c,0x23,0x5e}}, // \xe6\x95\xa2
02541 {0x6563,{0x0a,0x7f,0x2a,0x7f,0x5c,0x23,0x5e}}, // \xe6\x95\xa3
02542 {0x6566,{0x22,0x2e,0x7b,0x1e,0x5c,0x23,0x5e}}, // \xe6\x95\xa6
02543 {0x656c,{0x12,0x2f,0x4a,0x7f,0x5c,0x23,0x5e}}, // \xe6\x95\xac
02544 {0x6570,{0x55,0x7a,0x57,0x32,0x5d,0x23,0x5e}}, // \xe6\x95\xb0
02545 {0x6572,{0x72,0x1e,0x5b,0x1e,0x78,0x2f,0x5a}}, // \xe6\x95\xb2
02546 {0x6574,{0x5a,0x76,0x5f,0x76,0x7a,0x75,0x5b}}, // \xe6\x95\xb4
02547 {0x6575,{0x7a,0x6e,0x5b,0x6e,0x7c,0x23,0x5e}}, // \xe6\x95\xb5
02548 {0x6577,{0x52,0x3e,0x7f,0x12,0x5c,0x23,0x5e}}, // \xe6\x95\xb7
02549 {0x6578,{0x54,0x7e,0x5b,0x36,0x5c,0x23,0x5e}}, // \xe6\x95\xb8
02550 {0x6582,{0x5c,0x36,0x5d,0x36,0x5c,0x23,0x5e}}, // \xe6\x96\x82
02551 {0x6583,{0x52,0x7d,0x36,0x1d,0x7a,0x55,0x5b}}, // \xe6\x96\x83
02552 {0x6587,{0x42,0x42,0x2e,0x13,0x2e,0x42,0x42}}, // \xe6\x96\x87
02553 {0x6588,{0x22,0x32,0x36,0x6b,0x36,0x32,0x22}}, // \xe6\x96\x88
02554 {0x6589,{0x12,0x52,0x36,0x2b,0x76,0x12,0x12}}, // \xe6\x96\x89
02555 {0x658c,{0x4a,0x33,0x4e,0x75,0x65,0x3e,0x45}}, // \xe6\x96\x8c
02556 {0x658e,{0x4a,0x3a,0x2e,0x77,0x2e,0x7a,0x0a}}, // \xe6\x96\x8e
02557 {0x6590,{0x4a,0x4a,0x5f,0x28,0x5f,0x4a,0x4a}}, // \xe6\x96\x90
02558 {0x6591,{0x29,0x3f,0x4a,0x33,0x4e,0x7f,0x49}}, // \xe6\x96\x91
02559 {0x6597,{0x20,0x25,0x2a,0x20,0x7f,0x10,0x10}}, // \xe6\x96\x97
02560 {0x6599,{0x35,0x7e,0x25,0x2a,0x20,0x7f,0x10}}, // \xe6\x96\x99
02561 {0x659b,{0x42,0x3d,0x5f,0x7c,0x2a,0x20,0x7f}}, // \xe6\x96\x9b
02562 {0x659c,{0x54,0x16,0x7d,0x56,0x2a,0x20,0x7f}}, // \xe6\x96\x9c
02563 {0x659f,{0x72,0x5f,0x72,0x5f,0x2a,0x20,0x7f}}, // \xe6\x96\x9f
02564 {0x65a1,{0x2d,0x77,0x2d,0x2a,0x21,0x7e,0x24}}, // \xe6\x96\xa1
02565 {0x65a4,{0x40,0x3e,0x0a,0x0a,0x79,0x09,0x08}}, // \xe6\x96\xa4
02566 {0x65a5,{0x40,0x3e,0x0a,0x1a,0x79,0x29,0x08}}, // \xe6\x96\xa5
02567 {0x65a7,{0x4a,0x3a,0x15,0x14,0x75,0x1a,0x0a}}, // \xe6\x96\xa7
02568 {0x65ab,{0x09,0x37,0x31,0x40,0x3e,0x0a,0x79}}, // \xe6\x96\xab
02569 {0x65ac,{0x2d,0x7f,0x2d,0x1e,0x0a,0x79,0x08}}, // \xe6\x96\xac
02570 {0x65ad,{0x7f,0x55,0x4e,0x55,0x3e,0x0a,0x79}}, // \xe6\x96\xad
02571 {0x65af,{0x52,0x1f,0x1a,0x5f,0x3e,0x0a,0x79}}, // \xe6\x96\xaf
02572 {0x65b0,{0x52,0x36,0x7b,0x36,0x5e,0x0a,0x79}}, // \xe6\x96\xb0
02573 {0x65b7,{0x7f,0x6a,0x5d,0x6a,0x5d,0x3e,0x79}}, // \xe6\x96\xb7
02574 {0x65b9,{0x42,0x22,0x1e,0x0b,0x4a,0x7a,0x02}}, // \xe6\x96\xb9
02575 {0x65bc,{0x42,0x3e,0x4b,0x7a,0x02,0x29,0x52}}, // \xe6\x96\xbc
02576 {0x65bd,{0x62,0x1f,0x7a,0x14,0x7f,0x4a,0x5a}}, // \xe6\x96\xbd
02577 {0x65c1,{0x5a,0x4a,0x3e,0x2b,0x2a,0x6e,0x1a}}, // \xe6\x97\x81
02578 {0x65c3,{0x62,0x1f,0x7a,0x24,0x7b,0x2a,0x7a}}, // \xe6\x97\x83
02579 {0x65c4,{0x62,0x1f,0x7a,0x04,0x2b,0x7e,0x56}}, // \xe6\x97\x84
02580 {0x65c5,{0x62,0x1f,0x7a,0x14,0x7b,0x26,0x52}}, // \xe6\x97\x85
02581 {0x65c6,{0x62,0x1f,0x7a,0x0c,0x3b,0x7e,0x3a}}, // \xe6\x97\x86
02582 {0x65cb,{0x62,0x1f,0x7a,0x44,0x2b,0x7a,0x5a}}, // \xe6\x97\x8b
02583 {0x65cc,{0x62,0x1f,0x7a,0x24,0x5b,0x7a,0x52}}, // \xe6\x97\x8c
02584 {0x65cf,{0x62,0x1f,0x7a,0x14,0x5f,0x3a,0x52}}, // \xe6\x97\x8f
02585 {0x65d2,{0x62,0x1f,0x7a,0x04,0x63,0x0e,0x6a}}, // \xe6\x97\x92
02586 {0x65d7,{0x62,0x1f,0x7a,0x54,0x1f,0x1e,0x52}}, // \xe6\x97\x97
02587 {0x65d9,{0x62,0x1f,0x7a,0x15,0x6f,0x7f,0x15}}, // \xe6\x97\x99
02588 {0x65db,{0x62,0x1f,0x7a,0x14,0x6f,0x7e,0x16}}, // \xe6\x97\x9b
02589 {0x65e0,{0x48,0x49,0x29,0x1f,0x79,0x49,0x68}}, // \xe6\x97\xa0
02590 {0x65e1,{0x4d,0x49,0x29,0x1f,0x79,0x49,0x68}}, // \xe6\x97\xa1
02591 {0x65e2,{0x7f,0x55,0x5f,0x49,0x2f,0x79,0x4f}}, // \xe6\x97\xa2
02592 {0x65e5,{0x00,0x7f,0x49,0x49,0x49,0x49,0x7f}}, // \xe6\x97\xa5
02593 {0x65e6,{0x40,0x5f,0x55,0x55,0x55,0x5f,0x40}}, // \xe6\x97\xa6
02594 {0x65e7,{0x7f,0x00,0x7f,0x49,0x49,0x49,0x7f}}, // \xe6\x97\xa7
02595 {0x65e8,{0x07,0x7a,0x5a,0x5a,0x59,0x79,0x0c}}, // \xe6\x97\xa8
02596 {0x65e9,{0x20,0x3f,0x35,0x75,0x35,0x3f,0x20}}, // \xe6\x97\xa9
02597 {0x65ec,{0x08,0x04,0x3f,0x2a,0x3e,0x42,0x7e}}, // \xe6\x97\xac
02598 {0x65ed,{0x42,0x3f,0x02,0x7e,0x5f,0x55,0x5f}}, // \xe6\x97\xad
02599 {0x65f1,{0x28,0x2f,0x2d,0x7d,0x2d,0x2f,0x28}}, // \xe6\x97\xb1
02600 {0x65fa,{0x3e,0x2a,0x3e,0x41,0x49,0x7f,0x49}}, // \xe6\x97\xba
02601 {0x65fb,{0x48,0x4f,0x5d,0x2d,0x5d,0x4f,0x48}}, // \xe6\x97\xbb
02602 {0x6602,{0x30,0x2f,0x25,0x05,0x7d,0x0f,0x38}}, // \xe6\x98\x82
02603 {0x6603,{0x40,0x38,0x4f,0x4d,0x3d,0x4f,0x48}}, // \xe6\x98\x83
02604 {0x6606,{0x40,0x7f,0x55,0x05,0x7d,0x57,0x50}}, // \xe6\x98\x86
02605 {0x6607,{0x10,0x57,0x3d,0x15,0x7d,0x17,0x10}}, // \xe6\x98\x87
02606 {0x660a,{0x44,0x57,0x55,0x3d,0x55,0x57,0x44}}, // \xe6\x98\x8a
02607 {0x660c,{0x7c,0x57,0x55,0x55,0x55,0x57,0x7c}}, // \xe6\x98\x8c
02608 {0x660e,{0x1f,0x15,0x5f,0x20,0x1f,0x55,0x7f}}, // \xe6\x98\x8e
02609 {0x660f,{0x10,0x7e,0x76,0x66,0x6d,0x75,0x10}}, // \xe6\x98\x8f
02610 {0x6613,{0x20,0x57,0x3d,0x55,0x35,0x57,0x70}}, // \xe6\x98\x93
02611 {0x6614,{0x08,0x7a,0x5f,0x5a,0x5f,0x7a,0x08}}, // \xe6\x98\x94
02612 {0x661c,{0x24,0x57,0x3d,0x55,0x35,0x57,0x74}}, // \xe6\x98\x9c
02613 {0x661f,{0x50,0x4f,0x55,0x7d,0x55,0x57,0x44}}, // \xe6\x98\x9f
02614 {0x6620,{0x3e,0x2a,0x7e,0x4e,0x3b,0x4e,0x48}}, // \xe6\x98\xa0
02615 {0x6625,{0x28,0x1a,0x6e,0x6f,0x6e,0x1a,0x28}}, // \xe6\x98\xa5
02616 {0x6627,{0x3e,0x2a,0x5e,0x2a,0x7f,0x2a,0x48}}, // \xe6\x98\xa7
02617 {0x6628,{0x3e,0x2a,0x3e,0x04,0x7f,0x2a,0x2a}}, // \xe6\x98\xa8
02618 {0x662d,{0x3e,0x2a,0x3e,0x75,0x53,0x59,0x7f}}, // \xe6\x98\xad
02619 {0x662f,{0x44,0x37,0x45,0x7d,0x55,0x57,0x44}}, // \xe6\x98\xaf
02620 {0x6634,{0x38,0x6f,0x35,0x05,0x7d,0x0f,0x38}}, // \xe6\x98\xb4
02621 {0x6635,{0x3e,0x2a,0x7e,0x3f,0x05,0x7d,0x57}}, // \xe6\x98\xb5
02622 {0x6636,{0x28,0x5d,0x7d,0x28,0x5f,0x55,0x5f}}, // \xe6\x98\xb6
02623 {0x663c,{0x50,0x4f,0x75,0x55,0x75,0x4b,0x50}}, // \xe6\x98\xbc
02624 {0x663f,{0x3e,0x2a,0x3e,0x1e,0x62,0x5b,0x62}}, // \xe6\x98\xbf
02625 {0x6641,{0x54,0x5b,0x3f,0x03,0x7f,0x4b,0x54}}, // \xe6\x99\x81
02626 {0x6642,{0x3e,0x2a,0x3e,0x6a,0x2f,0x7a,0x28}}, // \xe6\x99\x82
02627 {0x6643,{0x50,0x5b,0x33,0x1f,0x73,0x5b,0x50}}, // \xe6\x99\x83
02628 {0x6644,{0x3e,0x2a,0x3e,0x4a,0x38,0x7f,0x4a}}, // \xe6\x99\x84
02629 {0x6649,{0x09,0x7f,0x5d,0x59,0x5f,0x7d,0x09}}, // \xe6\x99\x89
02630 {0x664b,{0x09,0x7b,0x5f,0x59,0x5f,0x7b,0x09}}, // \xe6\x99\x8b
02631 {0x664f,{0x4c,0x57,0x75,0x5d,0x35,0x57,0x4c}}, // \xe6\x99\x8f
02632 {0x6652,{0x3e,0x2a,0x7d,0x5f,0x45,0x5f,0x7d}}, // \xe6\x99\x92
02633 {0x665d,{0x50,0x7a,0x5a,0x5f,0x5a,0x7e,0x54}}, // \xe6\x99\x9d
02634 {0x665e,{0x3e,0x2a,0x7e,0x2d,0x7a,0x2d,0x68}}, // \xe6\x99\x9e
02635 {0x665f,{0x40,0x3c,0x57,0x35,0x45,0x3f,0x54}}, // \xe6\x99\x9f
02636 {0x6662,{0x0a,0x7f,0x70,0x7e,0x76,0x7d,0x04}}, // \xe6\x99\xa2
02637 {0x6664,{0x3e,0x2a,0x3e,0x14,0x7d,0x57,0x7d}}, // \xe6\x99\xa4
02638 {0x6666,{0x3e,0x2a,0x3e,0x33,0x2e,0x7e,0x2a}}, // \xe6\x99\xa6
02639 {0x6667,{0x3e,0x2a,0x3e,0x0c,0x6b,0x7f,0x6a}}, // \xe6\x99\xa7
02640 {0x6668,{0x40,0x3c,0x77,0x5d,0x3d,0x5f,0x54}}, // \xe6\x99\xa8
02641 {0x6669,{0x3e,0x2a,0x5e,0x36,0x1d,0x77,0x5c}}, // \xe6\x99\xa9
02642 {0x666e,{0x12,0x76,0x5f,0x52,0x5e,0x77,0x12}}, // \xe6\x99\xae
02643 {0x666f,{0x44,0x3f,0x55,0x75,0x15,0x3f,0x44}}, // \xe6\x99\xaf
02644 {0x6670,{0x3e,0x2a,0x3e,0x1a,0x7f,0x0e,0x79}}, // \xe6\x99\xb0
02645 {0x6674,{0x3e,0x2a,0x3e,0x08,0x7a,0x2f,0x7a}}, // \xe6\x99\xb4
02646 {0x6676,{0x7c,0x57,0x7d,0x05,0x7d,0x57,0x7c}}, // \xe6\x99\xb6
02647 {0x667a,{0x14,0x7b,0x56,0x5a,0x5e,0x7a,0x0e}}, // \xe6\x99\xba
02648 {0x6681,{0x3e,0x2a,0x5e,0x3e,0x17,0x7e,0x54}}, // \xe6\x9a\x81
02649 {0x6683,{0x28,0x6f,0x3d,0x05,0x7d,0x2f,0x28}}, // \xe6\x9a\x83
02650 {0x6684,{0x3e,0x2a,0x3e,0x46,0x72,0x77,0x46}}, // \xe6\x9a\x84
02651 {0x6687,{0x3e,0x2a,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe6\x9a\x87
02652 {0x6688,{0x2c,0x27,0x3d,0x7d,0x3d,0x27,0x2c}}, // \xe6\x9a\x88
02653 {0x6689,{0x3e,0x2a,0x3e,0x27,0x3d,0x7f,0x27}}, // \xe6\x9a\x89
02654 {0x668e,{0x3e,0x2a,0x5e,0x57,0x3a,0x57,0x5a}}, // \xe6\x9a\x8e
02655 {0x6691,{0x50,0x57,0x3d,0x7d,0x5d,0x77,0x10}}, // \xe6\x9a\x91
02656 {0x6696,{0x3e,0x2a,0x7e,0x2a,0x5e,0x29,0x5d}}, // \xe6\x9a\x96
02657 {0x6697,{0x3e,0x2a,0x3e,0x0e,0x6b,0x6e,0x0a}}, // \xe6\x9a\x97
02658 {0x6698,{0x3e,0x2a,0x3e,0x24,0x5f,0x35,0x77}}, // \xe6\x9a\x98
02659 {0x669d,{0x3e,0x2a,0x3e,0x53,0x1d,0x1d,0x53}}, // \xe6\x9a\x9d
02660 {0x66a2,{0x3e,0x6b,0x3e,0x24,0x5f,0x35,0x77}}, // \xe6\x9a\xa2
02661 {0x66a6,{0x40,0x3f,0x75,0x5f,0x55,0x5f,0x75}}, // \xe6\x9a\xa6
02662 {0x66ab,{0x0a,0x6e,0x7f,0x6a,0x67,0x7d,0x05}}, // \xe6\x9a\xab
02663 {0x66ae,{0x2a,0x1a,0x6f,0x6e,0x6f,0x1a,0x2a}}, // \xe6\x9a\xae
02664 {0x66b4,{0x48,0x5b,0x2f,0x7b,0x2f,0x5b,0x48}}, // \xe6\x9a\xb4
02665 {0x66b8,{0x3e,0x2a,0x5e,0x1e,0x6b,0x1e,0x4a}}, // \xe6\x9a\xb8
02666 {0x66b9,{0x55,0x30,0x53,0x7f,0x6b,0x7f,0x6b}}, // \xe6\x9a\xb9
02667 {0x66bc,{0x02,0x7d,0x56,0x5d,0x5a,0x75,0x0b}}, // \xe6\x9a\xbc
02668 {0x66be,{0x3e,0x3e,0x2e,0x7b,0x56,0x3f,0x5e}}, // \xe6\x9a\xbe
02669 {0x66c1,{0x4e,0x7f,0x56,0x59,0x57,0x7f,0x49}}, // \xe6\x9b\x81
02670 {0x66c4,{0x3e,0x2a,0x3e,0x3f,0x7e,0x3f,0x2a}}, // \xe6\x9b\x84
02671 {0x66c7,{0x4c,0x57,0x7d,0x5d,0x55,0x2f,0x4c}}, // \xe6\x9b\x87
02672 {0x66c9,{0x3e,0x2a,0x5e,0x3e,0x17,0x7e,0x5c}}, // \xe6\x9b\x89
02673 {0x66d6,{0x3e,0x2a,0x5d,0x2f,0x55,0x37,0x4d}}, // \xe6\x9b\x96
02674 {0x66d9,{0x3e,0x2a,0x5f,0x35,0x7f,0x5d,0x77}}, // \xe6\x9b\x99
02675 {0x66da,{0x3e,0x2a,0x3e,0x5f,0x7a,0x2f,0x5a}}, // \xe6\x9b\x9a
02676 {0x66dc,{0x3e,0x2a,0x3e,0x25,0x77,0x7d,0x57}}, // \xe6\x9b\x9c
02677 {0x66dd,{0x3e,0x2a,0x5e,0x2b,0x7f,0x2f,0x5b}}, // \xe6\x9b\x9d
02678 {0x66e0,{0x3e,0x2a,0x7e,0x4a,0x3f,0x3e,0x4a}}, // \xe6\x9b\xa0
02679 {0x66e6,{0x3e,0x2a,0x3e,0x5b,0x6e,0x3b,0x5a}}, // \xe6\x9b\xa6
02680 {0x66e9,{0x54,0x3f,0x7d,0x55,0x3d,0x5f,0x54}}, // \xe6\x9b\xa9
02681 {0x66f0,{0x00,0x7f,0x49,0x49,0x49,0x41,0x7f}}, // \xe6\x9b\xb0
02682 {0x66f2,{0x7e,0x4a,0x7f,0x4a,0x7f,0x4a,0x7e}}, // \xe6\x9b\xb2
02683 {0x66f3,{0x40,0x4e,0x4a,0x4f,0x5a,0x2e,0x50}}, // \xe6\x9b\xb3
02684 {0x66f4,{0x41,0x5f,0x35,0x3f,0x55,0x5f,0x41}}, // \xe6\x9b\xb4
02685 {0x66f5,{0x4e,0x4a,0x4f,0x5a,0x2e,0x51,0x40}}, // \xe6\x9b\xb5
02686 {0x66f7,{0x10,0x77,0x6d,0x5d,0x6d,0x0f,0x78}}, // \xe6\x9b\xb7
02687 {0x66f8,{0x28,0x6a,0x6a,0x7f,0x6a,0x6e,0x24}}, // \xe6\x9b\xb8
02688 {0x66f9,{0x1e,0x76,0x5f,0x56,0x5f,0x76,0x1e}}, // \xe6\x9b\xb9
02689 {0x66fc,{0x4c,0x4f,0x5d,0x2d,0x5d,0x4f,0x4c}}, // \xe6\x9b\xbc
02690 {0x66fd,{0x0e,0x7a,0x5b,0x5e,0x5a,0x7b,0x0e}}, // \xe6\x9b\xbd
02691 {0x66fe,{0x04,0x7e,0x55,0x5c,0x55,0x7e,0x04}}, // \xe6\x9b\xbe
02692 {0x66ff,{0x0a,0x77,0x5a,0x50,0x5a,0x77,0x0a}}, // \xe6\x9b\xbf
02693 {0x6700,{0x24,0x3f,0x25,0x7d,0x55,0x27,0x5c}}, // \xe6\x9c\x80
02694 {0x6703,{0x04,0x7c,0x56,0x5d,0x56,0x7c,0x04}}, // \xe6\x9c\x83
02695 {0x6708,{0x40,0x20,0x1f,0x15,0x15,0x55,0x7f}}, // \xe6\x9c\x88
02696 {0x6709,{0x12,0x0a,0x7f,0x2a,0x2a,0x7a,0x02}}, // \xe6\x9c\x89
02697 {0x670b,{0x40,0x3f,0x55,0x7f,0x3f,0x55,0x7f}}, // \xe6\x9c\x8b
02698 {0x670d,{0x40,0x3f,0x55,0x7f,0x59,0x29,0x5b}}, // \xe6\x9c\x8d
02699 {0x670f,{0x7f,0x15,0x7f,0x76,0x44,0x7f,0x76}}, // \xe6\x9c\x8f
02700 {0x6714,{0x5a,0x33,0x1e,0x53,0x3f,0x55,0x7f}}, // \xe6\x9c\x94
02701 {0x6715,{0x7f,0x15,0x7f,0x40,0x55,0x3c,0x55}}, // \xe6\x9c\x95
02702 {0x6716,{0x7f,0x15,0x7f,0x7e,0x5a,0x3b,0x5e}}, // \xe6\x9c\x96
02703 {0x6717,{0x7e,0x4b,0x2e,0x40,0x3f,0x55,0x7f}}, // \xe6\x9c\x97
02704 {0x671b,{0x52,0x5e,0x5b,0x7a,0x57,0x55,0x5f}}, // \xe6\x9c\x9b
02705 {0x671d,{0x2d,0x77,0x2d,0x40,0x3f,0x55,0x7f}}, // \xe6\x9c\x9d
02706 {0x671e,{0x28,0x1a,0x4f,0x3a,0x7f,0x1a,0x28}}, // \xe6\x9c\x9e
02707 {0x671f,{0x52,0x1f,0x1a,0x5f,0x3f,0x55,0x7f}}, // \xe6\x9c\x9f
02708 {0x6726,{0x7f,0x15,0x7e,0x5f,0x7a,0x2f,0x5a}}, // \xe6\x9c\xa6
02709 {0x6727,{0x7f,0x15,0x7e,0x2b,0x7e,0x77,0x5d}}, // \xe6\x9c\xa7
02710 {0x6728,{0x22,0x12,0x0a,0x7f,0x0a,0x12,0x22}}, // \xe6\x9c\xa8
02711 {0x672a,{0x48,0x4a,0x2a,0x7f,0x2a,0x4a,0x48}}, // \xe6\x9c\xaa
02712 {0x672b,{0x42,0x4a,0x2a,0x7f,0x2a,0x4a,0x42}}, // \xe6\x9c\xab
02713 {0x672c,{0x22,0x12,0x2a,0x7f,0x2a,0x12,0x22}}, // \xe6\x9c\xac
02714 {0x672d,{0x22,0x1a,0x7f,0x0a,0x7f,0x40,0x60}}, // \xe6\x9c\xad
02715 {0x672e,{0x42,0x3a,0x02,0x7f,0x02,0x7b,0x42}}, // \xe6\x9c\xae
02716 {0x6731,{0x4c,0x4b,0x2a,0x7f,0x2a,0x4a,0x48}}, // \xe6\x9c\xb1
02717 {0x6734,{0x22,0x1a,0x7f,0x0a,0x7f,0x08,0x10}}, // \xe6\x9c\xb4
02718 {0x6736,{0x54,0x55,0x33,0x79,0x33,0x52,0x56}}, // \xe6\x9c\xb6
02719 {0x6737,{0x1a,0x7f,0x0a,0x41,0x3f,0x41,0x7f}}, // \xe6\x9c\xb7
02720 {0x6738,{0x1a,0x7f,0x0a,0x42,0x3f,0x42,0x7e}}, // \xe6\x9c\xb8
02721 {0x673a,{0x1a,0x7f,0x40,0x3f,0x01,0x7f,0x40}}, // \xe6\x9c\xba
02722 {0x673d,{0x1a,0x7f,0x0a,0x01,0x0f,0x49,0x79}}, // \xe6\x9c\xbd
02723 {0x673f,{0x42,0x4e,0x26,0x7f,0x26,0x4e,0x42}}, // \xe6\x9c\xbf
02724 {0x6741,{0x1a,0x7f,0x40,0x31,0x0f,0x30,0x40}}, // \xe6\x9d\x81
02725 {0x6746,{0x1a,0x7f,0x08,0x09,0x7f,0x09,0x08}}, // \xe6\x9d\x86
02726 {0x6749,{0x22,0x1a,0x7f,0x0a,0x40,0x4a,0x25}}, // \xe6\x9d\x89
02727 {0x674e,{0x2a,0x2a,0x26,0x6f,0x3e,0x26,0x2a}}, // \xe6\x9d\x8e
02728 {0x674f,{0x0a,0x7a,0x56,0x5f,0x56,0x7a,0x0a}}, // \xe6\x9d\x8f
02729 {0x6750,{0x1a,0x7f,0x22,0x22,0x52,0x7f,0x0a}}, // \xe6\x9d\x90
02730 {0x6751,{0x22,0x1a,0x7f,0x0a,0x52,0x7f,0x02}}, // \xe6\x9d\x91
02731 {0x6753,{0x1a,0x7f,0x04,0x0b,0x12,0x42,0x7e}}, // \xe6\x9d\x93
02732 {0x6756,{0x1a,0x7f,0x42,0x2a,0x1f,0x22,0x42}}, // \xe6\x9d\x96
02733 {0x6759,{0x1a,0x7f,0x0a,0x04,0x0f,0x34,0x45}}, // \xe6\x9d\x99
02734 {0x675c,{0x1a,0x7f,0x0a,0x44,0x44,0x7f,0x44}}, // \xe6\x9d\x9c
02735 {0x675e,{0x1a,0x7f,0x0a,0x79,0x49,0x49,0x6f}}, // \xe6\x9d\x9e
02736 {0x675f,{0x42,0x4e,0x2a,0x7f,0x2a,0x4e,0x42}}, // \xe6\x9d\x9f
02737 {0x6760,{0x1a,0x7f,0x0a,0x40,0x42,0x7e,0x42}}, // \xe6\x9d\xa0
02738 {0x6761,{0x48,0x5a,0x3a,0x75,0x3b,0x58,0x48}}, // \xe6\x9d\xa1
02739 {0x6762,{0x4a,0x5a,0x56,0x7f,0x56,0x5a,0x4a}}, // \xe6\x9d\xa2
02740 {0x6763,{0x1a,0x7f,0x7c,0x40,0x7f,0x40,0x7c}}, // \xe6\x9d\xa3
02741 {0x6764,{0x1a,0x7f,0x0a,0x41,0x3f,0x45,0x7d}}, // \xe6\x9d\xa4
02742 {0x6765,{0x52,0x56,0x32,0x7f,0x32,0x56,0x52}}, // \xe6\x9d\xa5
02743 {0x676a,{0x1a,0x7f,0x08,0x46,0x5f,0x22,0x14}}, // \xe6\x9d\xaa
02744 {0x676d,{0x1a,0x7f,0x42,0x3a,0x0b,0x7a,0x42}}, // \xe6\x9d\xad
02745 {0x676f,{0x1a,0x7f,0x11,0x09,0x7f,0x09,0x11}}, // \xe6\x9d\xaf
02746 {0x6770,{0x52,0x12,0x4a,0x1f,0x4a,0x12,0x52}}, // \xe6\x9d\xb0
02747 {0x6771,{0x42,0x5e,0x2a,0x7f,0x2a,0x5e,0x42}}, // \xe6\x9d\xb1
02748 {0x6772,{0x48,0x4f,0x2d,0x7d,0x2d,0x4f,0x48}}, // \xe6\x9d\xb2
02749 {0x6773,{0x0a,0x7a,0x76,0x7f,0x76,0x7a,0x0a}}, // \xe6\x9d\xb3
02750 {0x6775,{0x1a,0x7f,0x14,0x13,0x7e,0x12,0x10}}, // \xe6\x9d\xb5
02751 {0x6777,{0x1a,0x7f,0x3f,0x49,0x4f,0x49,0x6f}}, // \xe6\x9d\xb7
02752 {0x677c,{0x1a,0x7f,0x09,0x4b,0x7d,0x0b,0x18}}, // \xe6\x9d\xbc
02753 {0x677e,{0x1a,0x7f,0x44,0x63,0x58,0x23,0x44}}, // \xe6\x9d\xbe
02754 {0x677f,{0x1a,0x7f,0x20,0x5f,0x5d,0x25,0x5d}}, // \xe6\x9d\xbf
02755 {0x6785,{0x1a,0x7f,0x49,0x3f,0x09,0x7f,0x09}}, // \xe6\x9e\x85
02756 {0x6787,{0x1a,0x7f,0x40,0x7f,0x24,0x7f,0x44}}, // \xe6\x9e\x87
02757 {0x6789,{0x1a,0x7f,0x0a,0x41,0x49,0x7f,0x49}}, // \xe6\x9e\x89
02758 {0x678b,{0x1a,0x7f,0x0a,0x42,0x3e,0x4b,0x7a}}, // \xe6\x9e\x8b
02759 {0x678c,{0x1a,0x7f,0x44,0x3b,0x48,0x7b,0x04}}, // \xe6\x9e\x8c
02760 {0x6790,{0x1a,0x7f,0x40,0x3e,0x0a,0x79,0x08}}, // \xe6\x9e\x90
02761 {0x6795,{0x1a,0x7f,0x46,0x22,0x1f,0x7a,0x46}}, // \xe6\x9e\x95
02762 {0x6797,{0x22,0x1a,0x7f,0x12,0x0a,0x7f,0x12}}, // \xe6\x9e\x97
02763 {0x679a,{0x1a,0x7f,0x44,0x5f,0x22,0x5e,0x42}}, // \xe6\x9e\x9a
02764 {0x679c,{0x50,0x5f,0x35,0x7f,0x35,0x5f,0x50}}, // \xe6\x9e\x9c
02765 {0x679d,{0x1a,0x7f,0x4a,0x5a,0x2f,0x5a,0x42}}, // \xe6\x9e\x9d
02766 {0x67a0,{0x1a,0x7f,0x2a,0x27,0x72,0x2e,0x28}}, // \xe6\x9e\xa0
02767 {0x67a1,{0x1a,0x7f,0x4a,0x3e,0x09,0x7f,0x08}}, // \xe6\x9e\xa1
02768 {0x67a2,{0x1a,0x7f,0x0a,0x7f,0x55,0x49,0x55}}, // \xe6\x9e\xa2
02769 {0x67a6,{0x1a,0x7f,0x0a,0x41,0x3d,0x15,0x1d}}, // \xe6\x9e\xa6
02770 {0x67a9,{0x2a,0x2a,0x56,0x6f,0x4e,0x56,0x2a}}, // \xe6\x9e\xa9
02771 {0x67af,{0x1a,0x7f,0x04,0x74,0x5f,0x74,0x04}}, // \xe6\x9e\xaf
02772 {0x67b3,{0x1a,0x7f,0x4f,0x29,0x09,0x29,0x4f}}, // \xe6\x9e\xb3
02773 {0x67b4,{0x1a,0x7f,0x0a,0x57,0x35,0x55,0x77}}, // \xe6\x9e\xb4
02774 {0x67b6,{0x5a,0x57,0x3a,0x7e,0x3e,0x5a,0x5e}}, // \xe6\x9e\xb6
02775 {0x67b7,{0x1a,0x7f,0x62,0x1f,0x7e,0x42,0x7e}}, // \xe6\x9e\xb7
02776 {0x67b8,{0x1a,0x7f,0x0a,0x04,0x1b,0x5a,0x7e}}, // \xe6\x9e\xb8
02777 {0x67b9,{0x1a,0x7f,0x0a,0x04,0x7b,0x5a,0x5e}}, // \xe6\x9e\xb9
02778 {0x67c1,{0x1a,0x7f,0x0a,0x06,0x7a,0x53,0x56}}, // \xe6\x9f\x81
02779 {0x67c4,{0x1a,0x7f,0x7d,0x15,0x0f,0x55,0x7d}}, // \xe6\x9f\x84
02780 {0x67c6,{0x1a,0x7f,0x42,0x7e,0x63,0x5e,0x42}}, // \xe6\x9f\x86
02781 {0x67ca,{0x1a,0x7f,0x08,0x0a,0x55,0x4b,0x08}}, // \xe6\x9f\x8a
02782 {0x67ce,{0x1a,0x7f,0x04,0x7e,0x09,0x42,0x7f}}, // \xe6\x9f\x8e
02783 {0x67cf,{0x1a,0x7f,0x0a,0x7e,0x4b,0x4a,0x7e}}, // \xe6\x9f\x8f
02784 {0x67d0,{0x52,0x52,0x3f,0x7a,0x3f,0x52,0x52}}, // \xe6\x9f\x90
02785 {0x67d1,{0x1a,0x7f,0x02,0x7f,0x4a,0x7f,0x02}}, // \xe6\x9f\x91
02786 {0x67d3,{0x55,0x50,0x3a,0x77,0x32,0x5e,0x58}}, // \xe6\x9f\x93
02787 {0x67d4,{0x5a,0x56,0x3b,0x7f,0x33,0x52,0x56}}, // \xe6\x9f\x94
02788 {0x67d8,{0x1a,0x7f,0x0a,0x11,0x7f,0x49,0x79}}, // \xe6\x9f\x98
02789 {0x67da,{0x1a,0x7f,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe6\x9f\x9a
02790 {0x67dd,{0x1a,0x7f,0x40,0x3e,0x1a,0x79,0x28}}, // \xe6\x9f\x9d
02791 {0x67de,{0x1a,0x7f,0x0a,0x04,0x7f,0x2a,0x2a}}, // \xe6\x9f\x9e
02792 {0x67e2,{0x1a,0x7f,0x00,0x7e,0x4a,0x5e,0x69}}, // \xe6\x9f\xa2
02793 {0x67e4,{0x1a,0x7f,0x40,0x7f,0x55,0x7f,0x40}}, // \xe6\x9f\xa4
02794 {0x67e7,{0x1a,0x7f,0x40,0x3e,0x42,0x3e,0x61}}, // \xe6\x9f\xa7
02795 {0x67e9,{0x1a,0x7f,0x0a,0x7f,0x65,0x53,0x6f}}, // \xe6\x9f\xa9
02796 {0x67ec,{0x42,0x5e,0x3e,0x7f,0x3e,0x5e,0x42}}, // \xe6\x9f\xac
02797 {0x67ee,{0x1a,0x7f,0x76,0x44,0x7f,0x44,0x76}}, // \xe6\x9f\xae
02798 {0x67ef,{0x1a,0x7f,0x0a,0x1d,0x15,0x5d,0x7f}}, // \xe6\x9f\xaf
02799 {0x67f1,{0x1a,0x7f,0x44,0x55,0x7e,0x54,0x44}}, // \xe6\x9f\xb1
02800 {0x67f3,{0x1a,0x7f,0x5e,0x3d,0x00,0x7f,0x1f}}, // \xe6\x9f\xb3
02801 {0x67f4,{0x5e,0x58,0x3f,0x7a,0x30,0x5f,0x5a}}, // \xe6\x9f\xb4
02802 {0x67f5,{0x1a,0x7f,0x08,0x7f,0x3f,0x09,0x7f}}, // \xe6\x9f\xb5
02803 {0x67fb,{0x4a,0x7a,0x56,0x5f,0x56,0x7a,0x4a}}, // \xe6\x9f\xbb
02804 {0x67fe,{0x1a,0x7f,0x0a,0x79,0x41,0x7f,0x49}}, // \xe6\x9f\xbe
02805 {0x67ff,{0x1a,0x7f,0x3a,0x0a,0x7f,0x0a,0x3a}}, // \xe6\x9f\xbf
02806 {0x6802,{0x1a,0x7f,0x38,0x2f,0x69,0x7f,0x28}}, // \xe6\xa0\x82
02807 {0x6803,{0x1a,0x7f,0x20,0x1f,0x65,0x1d,0x75}}, // \xe6\xa0\x83
02808 {0x6804,{0x46,0x4b,0x2a,0x7f,0x2a,0x4b,0x46}}, // \xe6\xa0\x84
02809 {0x6813,{0x1a,0x7f,0x44,0x56,0x7d,0x56,0x44}}, // \xe6\xa0\x93
02810 {0x6816,{0x1a,0x7f,0x7d,0x5f,0x45,0x5f,0x7d}}, // \xe6\xa0\x96
02811 {0x6817,{0x51,0x57,0x35,0x7f,0x35,0x57,0x51}}, // \xe6\xa0\x97
02812 {0x681e,{0x55,0x5f,0x35,0x78,0x35,0x5f,0x55}}, // \xe6\xa0\x9e
02813 {0x6821,{0x1a,0x7f,0x4a,0x56,0x23,0x56,0x4a}}, // \xe6\xa0\xa1
02814 {0x6822,{0x1a,0x7f,0x0a,0x7d,0x57,0x55,0x7d}}, // \xe6\xa0\xa2
02815 {0x6829,{0x1a,0x7f,0x29,0x15,0x7f,0x15,0x7f}}, // \xe6\xa0\xa9
02816 {0x682a,{0x1a,0x7f,0x4c,0x2b,0x7f,0x2a,0x48}}, // \xe6\xa0\xaa
02817 {0x682b,{0x1a,0x7f,0x0a,0x7e,0x23,0x76,0x2e}}, // \xe6\xa0\xab
02818 {0x6832,{0x1a,0x7f,0x28,0x1a,0x3f,0x2a,0x69}}, // \xe6\xa0\xb2
02819 {0x6834,{0x1a,0x7f,0x24,0x7b,0x2a,0x7a,0x22}}, // \xe6\xa0\xb4
02820 {0x6838,{0x1a,0x7f,0x4a,0x56,0x2b,0x32,0x4a}}, // \xe6\xa0\xb8
02821 {0x6839,{0x1a,0x7f,0x0a,0x7f,0x55,0x35,0x5f}}, // \xe6\xa0\xb9
02822 {0x683c,{0x1a,0x7f,0x10,0x6a,0x65,0x6b,0x10}}, // \xe6\xa0\xbc
02823 {0x683d,{0x48,0x2a,0x7f,0x2a,0x4f,0x38,0x5a}}, // \xe6\xa0\xbd
02824 {0x6840,{0x4a,0x5b,0x35,0x7b,0x34,0x5f,0x46}}, // \xe6\xa1\x80
02825 {0x6841,{0x1a,0x7f,0x0a,0x7d,0x00,0x45,0x7d}}, // \xe6\xa1\x81
02826 {0x6842,{0x1a,0x7f,0x48,0x5a,0x7f,0x5a,0x48}}, // \xe6\xa1\x82
02827 {0x6843,{0x1a,0x7f,0x4a,0x3f,0x00,0x7f,0x4a}}, // \xe6\xa1\x83
02828 {0x6846,{0x1a,0x7f,0x7f,0x41,0x6b,0x7f,0x6b}}, // \xe6\xa1\x86
02829 {0x6848,{0x56,0x5a,0x3e,0x7b,0x36,0x5a,0x56}}, // \xe6\xa1\x88
02830 {0x684d,{0x1a,0x7f,0x0a,0x16,0x1b,0x56,0x6a}}, // \xe6\xa1\x8d
02831 {0x684e,{0x1a,0x7f,0x45,0x57,0x7d,0x53,0x45}}, // \xe6\xa1\x8e
02832 {0x6850,{0x1a,0x7f,0x0a,0x7f,0x35,0x35,0x7f}}, // \xe6\xa1\x90
02833 {0x6851,{0x54,0x54,0x2d,0x71,0x33,0x54,0x4c}}, // \xe6\xa1\x91
02834 {0x6853,{0x1a,0x7f,0x41,0x7f,0x6b,0x7f,0x41}}, // \xe6\xa1\x93
02835 {0x6854,{0x1a,0x7f,0x02,0x6a,0x6f,0x6a,0x02}}, // \xe6\xa1\x94
02836 {0x6859,{0x1a,0x7f,0x34,0x2e,0x7d,0x2c,0x26}}, // \xe6\xa1\x99
02837 {0x685c,{0x1a,0x7f,0x49,0x58,0x2d,0x3a,0x49}}, // \xe6\xa1\x9c
02838 {0x685d,{0x1a,0x7f,0x44,0x2b,0x1e,0x12,0x7f}}, // \xe6\xa1\x9d
02839 {0x685f,{0x1a,0x7f,0x0a,0x4a,0x5f,0x2a,0x53}}, // \xe6\xa1\x9f
02840 {0x6863,{0x1a,0x7f,0x45,0x54,0x57,0x54,0x7d}}, // \xe6\xa1\xa3
02841 {0x6867,{0x1a,0x7f,0x54,0x72,0x55,0x36,0x54}}, // \xe6\xa1\xa7
02842 {0x6874,{0x1a,0x7f,0x22,0x29,0x6b,0x39,0x22}}, // \xe6\xa1\xb4
02843 {0x6876,{0x1a,0x7f,0x7c,0x15,0x7d,0x17,0x7d}}, // \xe6\xa1\xb6
02844 {0x6877,{0x1a,0x7f,0x42,0x3e,0x1d,0x57,0x7c}}, // \xe6\xa1\xb7
02845 {0x687e,{0x1a,0x7f,0x0a,0x25,0x7f,0x75,0x6f}}, // \xe6\xa1\xbe
02846 {0x687f,{0x1a,0x7f,0x28,0x2f,0x7d,0x2f,0x28}}, // \xe6\xa1\xbf
02847 {0x6881,{0x55,0x50,0x39,0x77,0x39,0x5f,0x54}}, // \xe6\xa2\x81
02848 {0x6883,{0x1a,0x7f,0x55,0x3b,0x6a,0x7e,0x69}}, // \xe6\xa2\x83
02849 {0x6885,{0x1a,0x7f,0x08,0x3b,0x2e,0x7e,0x2a}}, // \xe6\xa2\x85
02850 {0x688d,{0x1a,0x7f,0x10,0x16,0x7f,0x56,0x50}}, // \xe6\xa2\x8d
02851 {0x688f,{0x1a,0x7f,0x0c,0x6b,0x7f,0x6a,0x08}}, // \xe6\xa2\x8f
02852 {0x6893,{0x1a,0x7f,0x2a,0x2e,0x7b,0x2e,0x2a}}, // \xe6\xa2\x93
02853 {0x6894,{0x1a,0x7f,0x40,0x3e,0x7e,0x56,0x5d}}, // \xe6\xa2\x94
02854 {0x6897,{0x1a,0x7f,0x41,0x57,0x3f,0x47,0x41}}, // \xe6\xa2\x97
02855 {0x689b,{0x1a,0x7f,0x55,0x3f,0x55,0x7f,0x1b}}, // \xe6\xa2\x9b
02856 {0x689d,{0x04,0x7e,0x5f,0x3a,0x75,0x3b,0x50}}, // \xe6\xa2\x9d
02857 {0x689f,{0x50,0x56,0x36,0x7f,0x36,0x54,0x5c}}, // \xe6\xa2\x9f
02858 {0x68a0,{0x1a,0x7f,0x0a,0x77,0x5d,0x55,0x77}}, // \xe6\xa2\xa0
02859 {0x68a2,{0x1a,0x7f,0x0a,0x7d,0x14,0x57,0x7d}}, // \xe6\xa2\xa2
02860 {0x68a6,{0x4a,0x56,0x5f,0x2a,0x2e,0x1f,0x0a}}, // \xe6\xa2\xa6
02861 {0x68a7,{0x1a,0x7f,0x14,0x7d,0x57,0x7d,0x10}}, // \xe6\xa2\xa7
02862 {0x68a8,{0x5a,0x57,0x3f,0x7a,0x37,0x50,0x5f}}, // \xe6\xa2\xa8
02863 {0x68ad,{0x1a,0x7f,0x2a,0x57,0x32,0x5e,0x4b}}, // \xe6\xa2\xad
02864 {0x68af,{0x1a,0x7f,0x5a,0x2b,0x7e,0x2b,0x6e}}, // \xe6\xa2\xaf
02865 {0x68b0,{0x1a,0x7f,0x0a,0x3e,0x4a,0x3f,0x52}}, // \xe6\xa2\xb0
02866 {0x68b1,{0x1a,0x7f,0x7f,0x55,0x7f,0x55,0x7f}}, // \xe6\xa2\xb1
02867 {0x68b3,{0x1a,0x7f,0x4a,0x3e,0x7b,0x06,0x6a}}, // \xe6\xa2\xb3
02868 {0x68b5,{0x4a,0x26,0x1f,0x2a,0x0e,0x7f,0x4a}}, // \xe6\xa2\xb5
02869 {0x68b6,{0x1a,0x7f,0x40,0x3f,0x2b,0x7f,0x57}}, // \xe6\xa2\xb6
02870 {0x68b9,{0x1a,0x7f,0x50,0x1e,0x16,0x1d,0x54}}, // \xe6\xa2\xb9
02871 {0x68ba,{0x1a,0x16,0x1f,0x7a,0x36,0x5f,0x1a}}, // \xe6\xa2\xba
02872 {0x68bc,{0x1a,0x7f,0x34,0x5e,0x17,0x7e,0x14}}, // \xe6\xa2\xbc
02873 {0x68c4,{0x52,0x5a,0x3e,0x7b,0x36,0x5a,0x52}}, // \xe6\xa3\x84
02874 {0x68c6,{0x1a,0x7f,0x74,0x32,0x75,0x36,0x74}}, // \xe6\xa3\x86
02875 {0x68c9,{0x1a,0x7f,0x30,0x1e,0x7b,0x1e,0x30}}, // \xe6\xa3\x89
02876 {0x68ca,{0x48,0x5a,0x2f,0x7a,0x2f,0x5a,0x48}}, // \xe6\xa3\x8a
02877 {0x68cb,{0x1a,0x7f,0x52,0x1f,0x1a,0x1f,0x52}}, // \xe6\xa3\x8b
02878 {0x68cd,{0x1a,0x7f,0x7f,0x55,0x05,0x7d,0x57}}, // \xe6\xa3\x8d
02879 {0x68d2,{0x1a,0x7f,0x14,0x2e,0x77,0x2e,0x14}}, // \xe6\xa3\x92
02880 {0x68d4,{0x1a,0x7f,0x0a,0x7f,0x75,0x6f,0x15}}, // \xe6\xa3\x94
02881 {0x68d5,{0x1a,0x7f,0x56,0x12,0x77,0x16,0x56}}, // \xe6\xa3\x95
02882 {0x68d7,{0x52,0x56,0x2a,0x7f,0x2a,0x56,0x52}}, // \xe6\xa3\x97
02883 {0x68d8,{0x5a,0x2a,0x7f,0x5a,0x2a,0x7f,0x5a}}, // \xe6\xa3\x98
02884 {0x68da,{0x1a,0x7f,0x3f,0x55,0x3f,0x55,0x7f}}, // \xe6\xa3\x9a
02885 {0x68df,{0x1a,0x7f,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe6\xa3\x9f
02886 {0x68e0,{0x56,0x53,0x3e,0x7b,0x3e,0x53,0x56}}, // \xe6\xa3\xa0
02887 {0x68e1,{0x1a,0x7f,0x7f,0x35,0x29,0x35,0x7f}}, // \xe6\xa3\xa1
02888 {0x68e3,{0x1a,0x7f,0x5a,0x2a,0x7f,0x2e,0x54}}, // \xe6\xa3\xa3
02889 {0x68e7,{0x1a,0x7f,0x0a,0x52,0x5b,0x36,0x5b}}, // \xe6\xa3\xa7
02890 {0x68ee,{0x50,0x3a,0x76,0x5f,0x36,0x7a,0x50}}, // \xe6\xa3\xae
02891 {0x68ef,{0x1a,0x7f,0x64,0x2a,0x4d,0x5e,0x64}}, // \xe6\xa3\xaf
02892 {0x68f2,{0x1a,0x7f,0x52,0x7a,0x5f,0x3e,0x52}}, // \xe6\xa3\xb2
02893 {0x68f9,{0x1a,0x7f,0x20,0x3c,0x77,0x3e,0x22}}, // \xe6\xa3\xb9
02894 {0x68fa,{0x1a,0x7f,0x06,0x7a,0x5b,0x5a,0x76}}, // \xe6\xa3\xba
02895 {0x6900,{0x1a,0x7f,0x56,0x2a,0x7b,0x4a,0x5e}}, // \xe6\xa4\x80
02896 {0x6901,{0x1a,0x7f,0x22,0x2e,0x6b,0x3e,0x22}}, // \xe6\xa4\x81
02897 {0x6904,{0x1a,0x7f,0x4a,0x5e,0x2b,0x3e,0x4a}}, // \xe6\xa4\x84
02898 {0x6905,{0x1a,0x7f,0x12,0x5a,0x17,0x7a,0x12}}, // \xe6\xa4\x85
02899 {0x6908,{0x1a,0x7f,0x04,0x57,0x3a,0x56,0x7e}}, // \xe6\xa4\x88
02900 {0x690b,{0x1a,0x7f,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe6\xa4\x8b
02901 {0x690c,{0x1a,0x7f,0x46,0x56,0x73,0x56,0x46}}, // \xe6\xa4\x8c
02902 {0x690d,{0x1a,0x7f,0x00,0x7a,0x42,0x5f,0x5a}}, // \xe6\xa4\x8d
02903 {0x690e,{0x1a,0x7f,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe6\xa4\x8e
02904 {0x690f,{0x1a,0x7f,0x5d,0x77,0x41,0x77,0x5d}}, // \xe6\xa4\x8f
02905 {0x6912,{0x1a,0x7f,0x28,0x7f,0x4a,0x31,0x4f}}, // \xe6\xa4\x92
02906 {0x6919,{0x1a,0x7f,0x0a,0x7c,0x57,0x57,0x7c}}, // \xe6\xa4\x99
02907 {0x691a,{0x1a,0x7f,0x7f,0x07,0x00,0x47,0x7f}}, // \xe6\xa4\x9a
02908 {0x691b,{0x1a,0x7f,0x12,0x7b,0x02,0x7f,0x52}}, // \xe6\xa4\x9b
02909 {0x691c,{0x1a,0x7f,0x5c,0x56,0x3d,0x56,0x5c}}, // \xe6\xa4\x9c
02910 {0x6921,{0x1a,0x7f,0x2d,0x3b,0x29,0x4e,0x7f}}, // \xe6\xa4\xa1
02911 {0x6922,{0x1a,0x7f,0x41,0x6b,0x7f,0x6b,0x7f}}, // \xe6\xa4\xa2
02912 {0x6923,{0x1a,0x7f,0x10,0x5e,0x1f,0x1a,0x5f}}, // \xe6\xa4\xa3
02913 {0x6925,{0x1a,0x7f,0x4b,0x3f,0x4a,0x3e,0x3e}}, // \xe6\xa4\xa5
02914 {0x6926,{0x1a,0x7f,0x56,0x2d,0x36,0x6d,0x16}}, // \xe6\xa4\xa6
02915 {0x6928,{0x1a,0x7f,0x3e,0x72,0x0b,0x52,0x7a}}, // \xe6\xa4\xa8
02916 {0x692a,{0x1a,0x7f,0x5a,0x7f,0x42,0x7f,0x5a}}, // \xe6\xa4\xaa
02917 {0x6930,{0x1a,0x7f,0x21,0x3f,0x2d,0x7f,0x1b}}, // \xe6\xa4\xb0
02918 {0x6934,{0x1a,0x7f,0x7e,0x15,0x5b,0x29,0x5b}}, // \xe6\xa4\xb4
02919 {0x6936,{0x1a,0x7f,0x2f,0x5d,0x2a,0x5d,0x4f}}, // \xe6\xa4\xb6
02920 {0x6939,{0x1a,0x7f,0x72,0x5f,0x72,0x5f,0x52}}, // \xe6\xa4\xb9
02921 {0x693d,{0x1a,0x7f,0x2c,0x56,0x7d,0x27,0x55}}, // \xe6\xa4\xbd
02922 {0x693f,{0x1a,0x7f,0x2a,0x1e,0x6f,0x7e,0x2a}}, // \xe6\xa4\xbf
02923 {0x694a,{0x1a,0x7f,0x24,0x5f,0x35,0x57,0x74}}, // \xe6\xa5\x8a
02924 {0x6953,{0x1a,0x7f,0x3f,0x4d,0x7f,0x2d,0x7f}}, // \xe6\xa5\x93
02925 {0x6954,{0x1a,0x7f,0x56,0x5f,0x36,0x53,0x57}}, // \xe6\xa5\x94
02926 {0x6955,{0x1a,0x7f,0x0a,0x77,0x3a,0x7e,0x0a}}, // \xe6\xa5\x95
02927 {0x6959,{0x1a,0x7f,0x29,0x7d,0x1b,0x7f,0x1a}}, // \xe6\xa5\x99
02928 {0x695a,{0x5a,0x36,0x5f,0x7a,0x76,0x5f,0x4a}}, // \xe6\xa5\x9a
02929 {0x695c,{0x1a,0x7f,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe6\xa5\x9c
02930 {0x695d,{0x1a,0x7f,0x42,0x2e,0x7f,0x2e,0x4e}}, // \xe6\xa5\x9d
02931 {0x695e,{0x1a,0x7f,0x00,0x4b,0x3b,0x2f,0x6b}}, // \xe6\xa5\x9e
02932 {0x6960,{0x1a,0x7f,0x7a,0x2a,0x77,0x2a,0x7a}}, // \xe6\xa5\xa0
02933 {0x6961,{0x1a,0x7f,0x05,0x73,0x75,0x26,0x54}}, // \xe6\xa5\xa1
02934 {0x6962,{0x1a,0x7f,0x7a,0x5f,0x4a,0x5f,0x7a}}, // \xe6\xa5\xa2
02935 {0x696a,{0x1a,0x7f,0x5f,0x32,0x77,0x36,0x57}}, // \xe6\xa5\xaa
02936 {0x696b,{0x1a,0x7f,0x24,0x3f,0x2d,0x7f,0x24}}, // \xe6\xa5\xab
02937 {0x696d,{0x53,0x5a,0x3f,0x7a,0x3f,0x5a,0x53}}, // \xe6\xa5\xad
02938 {0x696e,{0x1a,0x7f,0x28,0x1a,0x6f,0x7a,0x69}}, // \xe6\xa5\xae
02939 {0x696f,{0x1a,0x7f,0x20,0x1e,0x76,0x7e,0x75}}, // \xe6\xa5\xaf
02940 {0x6973,{0x1a,0x7f,0x52,0x3f,0x7a,0x3f,0x52}}, // \xe6\xa5\xb3
02941 {0x6974,{0x1a,0x7f,0x1a,0x6e,0x3b,0x6e,0x1a}}, // \xe6\xa5\xb4
02942 {0x6975,{0x1a,0x7f,0x0a,0x59,0x47,0x7d,0x59}}, // \xe6\xa5\xb5
02943 {0x6977,{0x1a,0x7f,0x0f,0x6a,0x70,0x6f,0x0a}}, // \xe6\xa5\xb7
02944 {0x6978,{0x1a,0x7f,0x35,0x7f,0x4c,0x3f,0x44}}, // \xe6\xa5\xb8
02945 {0x6979,{0x1a,0x7f,0x49,0x77,0x75,0x7b,0x4e}}, // \xe6\xa5\xb9
02946 {0x697c,{0x1a,0x7f,0x55,0x7a,0x57,0x32,0x55}}, // \xe6\xa5\xbc
02947 {0x697d,{0x55,0x52,0x36,0x7d,0x36,0x52,0x55}}, // \xe6\xa5\xbd
02948 {0x697e,{0x1a,0x7f,0x50,0x3e,0x7b,0x2e,0x50}}, // \xe6\xa5\xbe
02949 {0x6981,{0x1a,0x7f,0x56,0x5a,0x77,0x4a,0x56}}, // \xe6\xa6\x81
02950 {0x6982,{0x1a,0x7f,0x3e,0x2e,0x49,0x3f,0x4f}}, // \xe6\xa6\x82
02951 {0x698a,{0x1a,0x7f,0x0a,0x77,0x3e,0x6b,0x3e}}, // \xe6\xa6\x8a
02952 {0x698e,{0x1a,0x7f,0x51,0x5f,0x2f,0x5f,0x41}}, // \xe6\xa6\x8e
02953 {0x6991,{0x1a,0x7f,0x12,0x3e,0x57,0x7e,0x13}}, // \xe6\xa6\x91
02954 {0x6994,{0x1a,0x7f,0x7e,0x4b,0x2e,0x7f,0x1b}}, // \xe6\xa6\x94
02955 {0x6995,{0x1a,0x7f,0x26,0x16,0x6b,0x76,0x26}}, // \xe6\xa6\x95
02956 {0x699b,{0x1a,0x7f,0x52,0x2a,0x77,0x2a,0x52}}, // \xe6\xa6\x9b
02957 {0x699c,{0x1a,0x7f,0x1a,0x4e,0x3b,0x6e,0x1a}}, // \xe6\xa6\x9c
02958 {0x69a0,{0x1a,0x7f,0x53,0x1d,0x15,0x1d,0x53}}, // \xe6\xa6\xa0
02959 {0x69a7,{0x1a,0x7f,0x55,0x7f,0x41,0x7f,0x55}}, // \xe6\xa6\xa7
02960 {0x69ae,{0x4d,0x56,0x35,0x7c,0x35,0x56,0x4d}}, // \xe6\xa6\xae
02961 {0x69b1,{0x1a,0x7f,0x2a,0x7e,0x57,0x3e,0x4a}}, // \xe6\xa6\xb1
02962 {0x69b2,{0x1a,0x7f,0x02,0x4f,0x6d,0x6b,0x4f}}, // \xe6\xa6\xb2
02963 {0x69b4,{0x1a,0x7f,0x0e,0x7a,0x79,0x77,0x0f}}, // \xe6\xa6\xb4
02964 {0x69bb,{0x1a,0x7f,0x48,0x2f,0x7d,0x2f,0x78}}, // \xe6\xa6\xbb
02965 {0x69be,{0x1a,0x7f,0x0c,0x77,0x35,0x77,0x0c}}, // \xe6\xa6\xbe
02966 {0x69bf,{0x1a,0x7f,0x5b,0x6a,0x6b,0x6a,0x5b}}, // \xe6\xa6\xbf
02967 {0x69c1,{0x1a,0x7f,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe6\xa7\x81
02968 {0x69c3,{0x5c,0x57,0x3f,0x74,0x3b,0x55,0x5b}}, // \xe6\xa7\x83
02969 {0x69c7,{0x1a,0x7f,0x58,0x13,0x1e,0x1e,0x52}}, // \xe6\xa7\x87
02970 {0x69ca,{0x57,0x5e,0x37,0x78,0x37,0x55,0x5f}}, // \xe6\xa7\x8a
02971 {0x69cb,{0x1a,0x7f,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe6\xa7\x8b
02972 {0x69cc,{0x1a,0x7f,0x4a,0x39,0x40,0x7e,0x77}}, // \xe6\xa7\x8c
02973 {0x69cd,{0x1a,0x7f,0x24,0x1e,0x6d,0x62,0x04}}, // \xe6\xa7\x8d
02974 {0x69ce,{0x1a,0x7f,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe6\xa7\x8e
02975 {0x69d0,{0x1a,0x7f,0x5e,0x2a,0x7f,0x6a,0x5e}}, // \xe6\xa7\x90
02976 {0x69d3,{0x1a,0x7f,0x44,0x3d,0x2f,0x3d,0x44}}, // \xe6\xa7\x93
02977 {0x69d8,{0x1a,0x7f,0x5a,0x2f,0x7e,0x2f,0x5a}}, // \xe6\xa7\x98
02978 {0x69d9,{0x1a,0x7f,0x52,0x1e,0x1f,0x1e,0x52}}, // \xe6\xa7\x99
02979 {0x69dd,{0x1a,0x7f,0x0a,0x5e,0x77,0x56,0x70}}, // \xe6\xa7\x9d
02980 {0x69de,{0x1a,0x7f,0x0a,0x3e,0x3b,0x7e,0x4a}}, // \xe6\xa7\x9e
02981 {0x69e7,{0x5a,0x5e,0x3f,0x7a,0x37,0x5d,0x55}}, // \xe6\xa7\xa7
02982 {0x69e8,{0x1a,0x7f,0x2e,0x7b,0x2e,0x7f,0x1b}}, // \xe6\xa7\xa8
02983 {0x69eb,{0x1a,0x7f,0x12,0x3e,0x5f,0x76,0x1a}}, // \xe6\xa7\xab
02984 {0x69ed,{0x1a,0x7f,0x22,0x7e,0x2a,0x3f,0x52}}, // \xe6\xa7\xad
02985 {0x69f2,{0x1a,0x7f,0x42,0x3d,0x7f,0x2a,0x7f}}, // \xe6\xa7\xb2
02986 {0x69f9,{0x1a,0x7f,0x28,0x2e,0x77,0x2e,0x28}}, // \xe6\xa7\xb9
02987 {0x69fb,{0x1a,0x7f,0x4a,0x3f,0x4a,0x3f,0x5f}}, // \xe6\xa7\xbb
02988 {0x69fd,{0x1a,0x7f,0x1a,0x7f,0x5a,0x7f,0x1a}}, // \xe6\xa7\xbd
02989 {0x69ff,{0x1a,0x7f,0x5a,0x5f,0x7a,0x5f,0x5a}}, // \xe6\xa7\xbf
02990 {0x6a02,{0x5a,0x55,0x3e,0x7b,0x3e,0x5a,0x55}}, // \xe6\xa8\x82
02991 {0x6a05,{0x1a,0x7f,0x0a,0x7d,0x22,0x79,0x52}}, // \xe6\xa8\x85
02992 {0x6a0a,{0x4a,0x5f,0x5a,0x35,0x5a,0x5f,0x4a}}, // \xe6\xa8\x8a
02993 {0x6a0b,{0x1a,0x7f,0x49,0x38,0x5d,0x4f,0x5c}}, // \xe6\xa8\x8b
02994 {0x6a0c,{0x1a,0x7f,0x42,0x3f,0x3d,0x3f,0x42}}, // \xe6\xa8\x8c
02995 {0x6a12,{0x1a,0x7f,0x16,0x6a,0x77,0x5a,0x66}}, // \xe6\xa8\x92
02996 {0x6a13,{0x1a,0x7f,0x54,0x7e,0x5b,0x3e,0x54}}, // \xe6\xa8\x93
02997 {0x6a14,{0x1a,0x7f,0x52,0x3d,0x7e,0x3d,0x50}}, // \xe6\xa8\x94
02998 {0x6a17,{0x1a,0x7f,0x06,0x1b,0x1f,0x5b,0x76}}, // \xe6\xa8\x97
02999 {0x6a19,{0x1a,0x7f,0x51,0x17,0x77,0x17,0x51}}, // \xe6\xa8\x99
03000 {0x6a1b,{0x1a,0x7f,0x11,0x4b,0x54,0x29,0x13}}, // \xe6\xa8\x9b
03001 {0x6a1e,{0x1a,0x7f,0x7f,0x71,0x47,0x77,0x71}}, // \xe6\xa8\x9e
03002 {0x6a1f,{0x1a,0x7f,0x2a,0x3e,0x7b,0x3e,0x2a}}, // \xe6\xa8\x9f
03003 {0x6a21,{0x1a,0x7f,0x52,0x5f,0x36,0x5f,0x52}}, // \xe6\xa8\xa1
03004 {0x6a22,{0x1a,0x7f,0x0a,0x5e,0x17,0x56,0x70}}, // \xe6\xa8\xa2
03005 {0x6a23,{0x1a,0x7f,0x52,0x37,0x7e,0x27,0x52}}, // \xe6\xa8\xa3
03006 {0x6a29,{0x1a,0x7f,0x0a,0x14,0x7b,0x7e,0x4a}}, // \xe6\xa8\xa9
03007 {0x6a2a,{0x1a,0x7f,0x4a,0x3f,0x3a,0x3f,0x4a}}, // \xe6\xa8\xaa
03008 {0x6a2b,{0x1a,0x7f,0x47,0x57,0x7b,0x55,0x4b}}, // \xe6\xa8\xab
03009 {0x6a2e,{0x1a,0x7f,0x51,0x47,0x37,0x47,0x51}}, // \xe6\xa8\xae
03010 {0x6a35,{0x1a,0x7f,0x44,0x1f,0x52,0x1f,0x52}}, // \xe6\xa8\xb5
03011 {0x6a36,{0x1a,0x7f,0x24,0x3f,0x7d,0x2f,0x5c}}, // \xe6\xa8\xb6
03012 {0x6a38,{0x1a,0x7f,0x4b,0x5e,0x3b,0x5e,0x4b}}, // \xe6\xa8\xb8
03013 {0x6a39,{0x1a,0x7f,0x5a,0x6f,0x5a,0x12,0x7f}}, // \xe6\xa8\xb9
03014 {0x6a3a,{0x1a,0x7f,0x2a,0x3f,0x7e,0x3f,0x2a}}, // \xe6\xa8\xba
03015 {0x6a3d,{0x1a,0x7f,0x1e,0x37,0x52,0x77,0x1e}}, // \xe6\xa8\xbd
03016 {0x6a44,{0x1a,0x7f,0x3d,0x27,0x7d,0x3f,0x5e}}, // \xe6\xa9\x84
03017 {0x6a47,{0x1a,0x7f,0x72,0x52,0x07,0x75,0x54}}, // \xe6\xa9\x87
03018 {0x6a48,{0x1a,0x7f,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe6\xa9\x88
03019 {0x6a4b,{0x1a,0x7f,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe6\xa9\x8b
03020 {0x6a58,{0x1a,0x7f,0x7a,0x37,0x5f,0x33,0x76}}, // \xe6\xa9\x98
03021 {0x6a59,{0x1a,0x7f,0x45,0x5b,0x69,0x5a,0x45}}, // \xe6\xa9\x99
03022 {0x6a5f,{0x1a,0x7f,0x4a,0x3d,0x48,0x3a,0x55}}, // \xe6\xa9\x9f
03023 {0x6a61,{0x1a,0x7f,0x22,0x5e,0x7d,0x2f,0x50}}, // \xe6\xa9\xa1
03024 {0x6a62,{0x1a,0x7f,0x25,0x1b,0x7e,0x3b,0x7a}}, // \xe6\xa9\xa2
03025 {0x6a66,{0x1a,0x7f,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe6\xa9\xa6
03026 {0x6a72,{0x1a,0x7f,0x12,0x7e,0x57,0x7e,0x12}}, // \xe6\xa9\xb2
03027 {0x6a78,{0x1a,0x7f,0x78,0x7f,0x05,0x7f,0x78}}, // \xe6\xa9\xb8
03028 {0x6a7f,{0x1a,0x7f,0x02,0x49,0x7f,0x7f,0x49}}, // \xe6\xa9\xbf
03029 {0x6a80,{0x1a,0x7f,0x4e,0x7e,0x5b,0x7e,0x4e}}, // \xe6\xaa\x80
03030 {0x6a84,{0x1a,0x7f,0x2e,0x5f,0x7c,0x23,0x5e}}, // \xe6\xaa\x84
03031 {0x6a8d,{0x1a,0x7f,0x6a,0x3e,0x5b,0x5e,0x6a}}, // \xe6\xaa\x8d
03032 {0x6a8e,{0x1a,0x7f,0x7a,0x4e,0x7d,0x2e,0x7a}}, // \xe6\xaa\x8e
03033 {0x6a90,{0x1a,0x7f,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe6\xaa\x90
03034 {0x6a97,{0x54,0x5f,0x3b,0x70,0x36,0x5b,0x56}}, // \xe6\xaa\x97
03035 {0x6a9c,{0x1a,0x7f,0x1c,0x76,0x5d,0x76,0x1c}}, // \xe6\xaa\x9c
03036 {0x6aa0,{0x5a,0x57,0x36,0x7f,0x3a,0x55,0x5b}}, // \xe6\xaa\xa0
03037 {0x6aa2,{0x1a,0x7f,0x5c,0x36,0x5d,0x36,0x5c}}, // \xe6\xaa\xa2
03038 {0x6aa3,{0x1a,0x7f,0x7a,0x76,0x5b,0x76,0x7a}}, // \xe6\xaa\xa3
03039 {0x6aaa,{0x1a,0x7f,0x55,0x36,0x79,0x36,0x55}}, // \xe6\xaa\xaa
03040 {0x6aac,{0x1a,0x7f,0x2a,0x5f,0x7a,0x2f,0x5a}}, // \xe6\xaa\xac
03041 {0x6aae,{0x1a,0x7f,0x34,0x36,0x5f,0x76,0x14}}, // \xe6\xaa\xae
03042 {0x6ab3,{0x1a,0x7f,0x4e,0x3a,0x37,0x3a,0x46}}, // \xe6\xaa\xb3
03043 {0x6ab8,{0x1a,0x7f,0x16,0x5e,0x7f,0x1a,0x16}}, // \xe6\xaa\xb8
03044 {0x6abb,{0x1a,0x7f,0x4f,0x69,0x60,0x6b,0x4a}}, // \xe6\xaa\xbb
03045 {0x6ac1,{0x1a,0x7f,0x56,0x5a,0x77,0x5a,0x66}}, // \xe6\xab\x81
03046 {0x6ac2,{0x1a,0x7f,0x21,0x7b,0x50,0x79,0x53}}, // \xe6\xab\x82
03047 {0x6ac3,{0x1a,0x7f,0x7f,0x65,0x5f,0x5f,0x65}}, // \xe6\xab\x83
03048 {0x6ad1,{0x1a,0x7f,0x70,0x77,0x07,0x77,0x70}}, // \xe6\xab\x91
03049 {0x6ad3,{0x1a,0x7f,0x12,0x6e,0x7d,0x6f,0x10}}, // \xe6\xab\x93
03050 {0x6ada,{0x1a,0x7f,0x7f,0x73,0x5c,0x57,0x7f}}, // \xe6\xab\x9a
03051 {0x6adb,{0x1a,0x7f,0x7b,0x5e,0x00,0x7b,0x1e}}, // \xe6\xab\x9b
03052 {0x6ade,{0x1a,0x7f,0x2a,0x75,0x2c,0x5e,0x77}}, // \xe6\xab\x9e
03053 {0x6adf,{0x1a,0x7f,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe6\xab\x9f
03054 {0x6ae8,{0x1a,0x7f,0x22,0x5c,0x64,0x6f,0x4a}}, // \xe6\xab\xa8
03055 {0x6aea,{0x1a,0x7f,0x5f,0x6f,0x45,0x6f,0x45}}, // \xe6\xab\xaa
03056 {0x6afa,{0x1a,0x7f,0x66,0x03,0x6f,0x03,0x66}}, // \xe6\xab\xba
03057 {0x6afb,{0x1a,0x7f,0x57,0x7b,0x54,0x33,0x57}}, // \xe6\xab\xbb
03058 {0x6b04,{0x1a,0x7f,0x7f,0x2b,0x7c,0x2b,0x7f}}, // \xe6\xac\x84
03059 {0x6b05,{0x1a,0x7f,0x2e,0x79,0x7e,0x3d,0x2f}}, // \xe6\xac\x85
03060 {0x6b0a,{0x1a,0x7f,0x26,0x7f,0x52,0x7f,0x56}}, // \xe6\xac\x8a
03061 {0x6b12,{0x4a,0x5d,0x3a,0x77,0x3a,0x5d,0x48}}, // \xe6\xac\x92
03062 {0x6b16,{0x1a,0x7f,0x47,0x3d,0x38,0x7f,0x46}}, // \xe6\xac\x96
03063 {0x6b1d,{0x4a,0x7f,0x7a,0x5d,0x0a,0x5f,0x7a}}, // \xe6\xac\x9d
03064 {0x6b1f,{0x1a,0x7f,0x77,0x7a,0x57,0x3f,0x5f}}, // \xe6\xac\x9f
03065 {0x6b20,{0x48,0x47,0x22,0x1e,0x22,0x42,0x46}}, // \xe6\xac\xa0
03066 {0x6b21,{0x71,0x00,0x44,0x23,0x1e,0x22,0x46}}, // \xe6\xac\xa1
03067 {0x6b23,{0x40,0x3e,0x0a,0x79,0x44,0x3b,0x46}}, // \xe6\xac\xa3
03068 {0x6b27,{0x7f,0x55,0x49,0x14,0x43,0x3e,0x46}}, // \xe6\xac\xa7
03069 {0x6b32,{0x12,0x69,0x64,0x69,0x44,0x3b,0x46}}, // \xe6\xac\xb2
03070 {0x6b37,{0x48,0x2d,0x7a,0x2d,0x64,0x3b,0x46}}, // \xe6\xac\xb7
03071 {0x6b38,{0x56,0x5d,0x34,0x56,0x44,0x3b,0x46}}, // \xe6\xac\xb8
03072 {0x6b39,{0x12,0x5a,0x17,0x7a,0x44,0x3b,0x46}}, // \xe6\xac\xb9
03073 {0x6b3a,{0x52,0x1f,0x1a,0x5f,0x52,0x3b,0x46}}, // \xe6\xac\xba
03074 {0x6b3d,{0x56,0x7d,0x36,0x44,0x43,0x3e,0x46}}, // \xe6\xac\xbd
03075 {0x6b3e,{0x2a,0x6f,0x2a,0x44,0x43,0x3e,0x46}}, // \xe6\xac\xbe
03076 {0x6b43,{0x74,0x56,0x7e,0x75,0x44,0x3b,0x46}}, // \xe6\xad\x83
03077 {0x6b47,{0x30,0x2f,0x4d,0x7f,0x44,0x3b,0x46}}, // \xe6\xad\x87
03078 {0x6b49,{0x52,0x37,0x7e,0x3f,0x44,0x3b,0x46}}, // \xe6\xad\x89
03079 {0x6b4c,{0x2d,0x49,0x7f,0x44,0x43,0x3e,0x46}}, // \xe6\xad\x8c
03080 {0x6b4e,{0x5a,0x5f,0x3a,0x5f,0x44,0x3b,0x46}}, // \xe6\xad\x8e
03081 {0x6b50,{0x7f,0x71,0x47,0x77,0x74,0x3b,0x46}}, // \xe6\xad\x90
03082 {0x6b53,{0x14,0x7b,0x7e,0x4a,0x44,0x3b,0x46}}, // \xe6\xad\x93
03083 {0x6b54,{0x7c,0x44,0x7f,0x2a,0x44,0x3b,0x46}}, // \xe6\xad\x94
03084 {0x6b59,{0x2c,0x7a,0x2d,0x7a,0x44,0x3b,0x46}}, // \xe6\xad\x99
03085 {0x6b5b,{0x5c,0x36,0x5d,0x36,0x5c,0x3b,0x46}}, // \xe6\xad\x9b
03086 {0x6b5f,{0x5e,0x11,0x1e,0x5f,0x44,0x3b,0x46}}, // \xe6\xad\x9f
03087 {0x6b61,{0x26,0x7f,0x7a,0x57,0x44,0x3b,0x46}}, // \xe6\xad\xa1
03088 {0x6b62,{0x40,0x7c,0x40,0x7f,0x44,0x44,0x40}}, // \xe6\xad\xa2
03089 {0x6b63,{0x41,0x79,0x41,0x7f,0x49,0x49,0x41}}, // \xe6\xad\xa3
03090 {0x6b64,{0x7c,0x40,0x3f,0x24,0x7f,0x48,0x64}}, // \xe6\xad\xa4
03091 {0x6b66,{0x44,0x75,0x7d,0x54,0x0f,0x34,0x45}}, // \xe6\xad\xa6
03092 {0x6b69,{0x28,0x5e,0x48,0x7f,0x2a,0x1a,0x28}}, // \xe6\xad\xa9
03093 {0x6b6a,{0x45,0x6d,0x4b,0x7f,0x59,0x5b,0x45}}, // \xe6\xad\xaa
03094 {0x6b6f,{0x04,0x7e,0x6c,0x7f,0x56,0x6e,0x7a}}, // \xe6\xad\xaf
03095 {0x6b73,{0x48,0x3e,0x68,0x2f,0x4a,0x3a,0x58}}, // \xe6\xad\xb3
03096 {0x6b74,{0x40,0x3f,0x45,0x6f,0x45,0x7f,0x55}}, // \xe6\xad\xb4
03097 {0x6b78,{0x6e,0x7b,0x5c,0x18,0x6d,0x3f,0x7a}}, // \xe6\xad\xb8
03098 {0x6b79,{0x01,0x49,0x49,0x37,0x15,0x0d,0x01}}, // \xe6\xad\xb9
03099 {0x6b7b,{0x49,0x37,0x1d,0x01,0x7f,0x49,0x65}}, // \xe6\xad\xbb
03100 {0x6b7f,{0x49,0x37,0x1d,0x44,0x5b,0x2d,0x5b}}, // \xe6\xad\xbf
03101 {0x6b80,{0x49,0x37,0x1d,0x48,0x4a,0x3e,0x49}}, // \xe6\xae\x80
03102 {0x6b83,{0x49,0x37,0x1d,0x48,0x4e,0x3b,0x4e}}, // \xe6\xae\x83
03103 {0x6b84,{0x49,0x37,0x1d,0x42,0x55,0x2a,0x14}}, // \xe6\xae\x84
03104 {0x6b86,{0x49,0x37,0x1d,0x08,0x6c,0x6b,0x6c}}, // \xe6\xae\x86
03105 {0x6b89,{0x49,0x37,0x1d,0x3c,0x2b,0x3e,0x7e}}, // \xe6\xae\x89
03106 {0x6b8a,{0x49,0x37,0x5d,0x2b,0x7f,0x2a,0x48}}, // \xe6\xae\x8a
03107 {0x6b8b,{0x49,0x37,0x1d,0x4a,0x5f,0x2a,0x53}}, // \xe6\xae\x8b
03108 {0x6b8d,{0x49,0x37,0x1d,0x22,0x6b,0x39,0x22}}, // \xe6\xae\x8d
03109 {0x6b95,{0x49,0x37,0x1d,0x0a,0x6e,0x6b,0x6e}}, // \xe6\xae\x95
03110 {0x6b96,{0x49,0x37,0x1d,0x7a,0x42,0x5f,0x5a}}, // \xe6\xae\x96
03111 {0x6b98,{0x49,0x37,0x1d,0x52,0x5b,0x36,0x5b}}, // \xe6\xae\x98
03112 {0x6b9e,{0x49,0x37,0x1d,0x5c,0x17,0x17,0x5c}}, // \xe6\xae\x9e
03113 {0x6ba4,{0x49,0x37,0x1d,0x23,0x5e,0x3e,0x72}}, // \xe6\xae\xa4
03114 {0x6baa,{0x49,0x37,0x1d,0x5a,0x6a,0x6f,0x5a}}, // \xe6\xae\xaa
03115 {0x6bab,{0x49,0x37,0x1d,0x23,0x3f,0x7c,0x23}}, // \xe6\xae\xab
03116 {0x6baf,{0x49,0x37,0x5f,0x3a,0x37,0x3a,0x46}}, // \xe6\xae\xaf
03117 {0x6bb1,{0x49,0x37,0x5d,0x7f,0x54,0x3f,0x55}}, // \xe6\xae\xb1
03118 {0x6bb2,{0x49,0x37,0x5d,0x7e,0x55,0x3f,0x55}}, // \xe6\xae\xb2
03119 {0x6bb3,{0x44,0x4c,0x5b,0x29,0x5f,0x44,0x46}}, // \xe6\xae\xb3
03120 {0x6bb4,{0x7f,0x55,0x49,0x14,0x5b,0x29,0x5b}}, // \xe6\xae\xb4
03121 {0x6bb5,{0x20,0x7e,0x15,0x40,0x5b,0x29,0x5b}}, // \xe6\xae\xb5
03122 {0x6bb7,{0x7e,0x2e,0x6d,0x00,0x5b,0x29,0x5b}}, // \xe6\xae\xb7
03123 {0x6bba,{0x54,0x35,0x7a,0x35,0x5b,0x29,0x5b}}, // \xe6\xae\xba
03124 {0x6bbb,{0x5a,0x2f,0x6a,0x58,0x5b,0x29,0x5b}}, // \xe6\xae\xbb
03125 {0x6bbc,{0x5a,0x37,0x76,0x5a,0x5b,0x29,0x5b}}, // \xe6\xae\xbc
03126 {0x6bbf,{0x40,0x3f,0x5d,0x15,0x5b,0x29,0x5b}}, // \xe6\xae\xbf
03127 {0x6bc0,{0x4e,0x59,0x3a,0x2e,0x5b,0x29,0x5b}}, // \xe6\xaf\x80
03128 {0x6bc5,{0x2a,0x5e,0x7b,0x2e,0x5b,0x29,0x5b}}, // \xe6\xaf\x85
03129 {0x6bc6,{0x7f,0x71,0x47,0x77,0x5b,0x29,0x5b}}, // \xe6\xaf\x86
03130 {0x6bcb,{0x08,0x38,0x2f,0x3f,0x69,0x7f,0x28}}, // \xe6\xaf\x8b
03131 {0x6bcd,{0x08,0x38,0x2f,0x3b,0x69,0x7f,0x28}}, // \xe6\xaf\x8d
03132 {0x6bce,{0x0c,0x3b,0x2e,0x3e,0x6a,0x7e,0x2a}}, // \xe6\xaf\x8e
03133 {0x6bd2,{0x28,0x7a,0x6a,0x7f,0x6a,0x7a,0x28}}, // \xe6\xaf\x92
03134 {0x6bd3,{0x33,0x2e,0x7e,0x12,0x6e,0x0b,0x6a}}, // \xe6\xaf\x93
03135 {0x6bd4,{0x40,0x7f,0x24,0x24,0x7f,0x48,0x64}}, // \xe6\xaf\x94
03136 {0x6bd8,{0x40,0x7f,0x55,0x07,0x7d,0x57,0x50}}, // \xe6\xaf\x98
03137 {0x6bdb,{0x28,0x2a,0x2a,0x7e,0x55,0x55,0x54}}, // \xe6\xaf\x9b
03138 {0x6bdf,{0x24,0x2a,0x28,0x7f,0x54,0x52,0x64}}, // \xe6\xaf\x9f
03139 {0x6beb,{0x1a,0x2e,0x3a,0x7b,0x7a,0x6e,0x5a}}, // \xe6\xaf\xab
03140 {0x6bec,{0x2a,0x7e,0x55,0x6a,0x52,0x7f,0x6a}}, // \xe6\xaf\xac
03141 {0x6bef,{0x2a,0x7e,0x55,0x6a,0x68,0x57,0x6a}}, // \xe6\xaf\xaf
03142 {0x6bf3,{0x24,0x74,0x55,0x0f,0x2b,0x7a,0x52}}, // \xe6\xaf\xb3
03143 {0x6c08,{0x4e,0x7e,0x7b,0x2e,0x0a,0x7e,0x55}}, // \xe6\xb0\x88
03144 {0x6c0f,{0x40,0x7e,0x4a,0x0e,0x19,0x29,0x48}}, // \xe6\xb0\x8f
03145 {0x6c11,{0x40,0x7f,0x55,0x1d,0x35,0x57,0x50}}, // \xe6\xb0\x91
03146 {0x6c13,{0x1e,0x23,0x22,0x7f,0x55,0x3d,0x57}}, // \xe6\xb0\x93
03147 {0x6c14,{0x04,0x0b,0x0e,0x0e,0x0e,0x3a,0x42}}, // \xe6\xb0\x94
03148 {0x6c17,{0x44,0x5b,0x2e,0x5e,0x0e,0x3a,0x42}}, // \xe6\xb0\x97
03149 {0x6c1b,{0x14,0x4b,0x2e,0x6e,0x1e,0x3a,0x42}}, // \xe6\xb0\x9b
03150 {0x6c23,{0x54,0x2b,0x7e,0x2e,0x5e,0x3a,0x42}}, // \xe6\xb0\xa3
03151 {0x6c24,{0x0c,0x7b,0x6e,0x5e,0x7e,0x3a,0x42}}, // \xe6\xb0\xa4
03152 {0x6c34,{0x24,0x14,0x4c,0x7f,0x08,0x14,0x22}}, // \xe6\xb0\xb4
03153 {0x6c37,{0x24,0x15,0x4c,0x7f,0x08,0x14,0x22}}, // \xe6\xb0\xb7
03154 {0x6c38,{0x28,0x18,0x45,0x7d,0x10,0x28,0x44}}, // \xe6\xb0\xb8
03155 {0x6c3e,{0x75,0x00,0x3f,0x41,0x49,0x4f,0x60}}, // \xe6\xb0\xbe
03156 {0x6c40,{0x75,0x00,0x01,0x41,0x7f,0x01,0x01}}, // \xe6\xb1\x80
03157 {0x6c41,{0x75,0x00,0x04,0x04,0x7f,0x04,0x04}}, // \xe6\xb1\x81
03158 {0x6c42,{0x22,0x2a,0x52,0x7f,0x12,0x2b,0x42}}, // \xe6\xb1\x82
03159 {0x6c4e,{0x75,0x40,0x3f,0x05,0x09,0x7f,0x40}}, // \xe6\xb1\x8e
03160 {0x6c50,{0x75,0x00,0x48,0x44,0x2b,0x12,0x0e}}, // \xe6\xb1\x90
03161 {0x6c55,{0x75,0x00,0x7c,0x40,0x7f,0x40,0x7c}}, // \xe6\xb1\x95
03162 {0x6c57,{0x75,0x00,0x08,0x09,0x7f,0x09,0x08}}, // \xe6\xb1\x97
03163 {0x6c5a,{0x75,0x00,0x05,0x1f,0x15,0x55,0x75}}, // \xe6\xb1\x9a
03164 {0x6c5d,{0x75,0x00,0x44,0x5c,0x37,0x2c,0x44}}, // \xe6\xb1\x9d
03165 {0x6c5e,{0x54,0x35,0x45,0x7f,0x15,0x25,0x54}}, // \xe6\xb1\x9e
03166 {0x6c5f,{0x75,0x00,0x42,0x42,0x7e,0x42,0x42}}, // \xe6\xb1\x9f
03167 {0x6c60,{0x75,0x00,0x08,0x7e,0x44,0x5f,0x6c}}, // \xe6\xb1\xa0
03168 {0x6c62,{0x75,0x00,0x40,0x44,0x7f,0x44,0x40}}, // \xe6\xb1\xa2
03169 {0x6c68,{0x75,0x00,0x7f,0x49,0x49,0x49,0x7f}}, // \xe6\xb1\xa8
03170 {0x6c6a,{0x75,0x00,0x41,0x49,0x7f,0x49,0x41}}, // \xe6\xb1\xaa
03171 {0x6c70,{0x75,0x00,0x44,0x24,0x5f,0x24,0x44}}, // \xe6\xb1\xb0
03172 {0x6c72,{0x75,0x40,0x31,0x4f,0x51,0x27,0x5c}}, // \xe6\xb1\xb2
03173 {0x6c73,{0x75,0x40,0x3f,0x45,0x5d,0x25,0x5d}}, // \xe6\xb1\xb3
03174 {0x6c7a,{0x75,0x00,0x48,0x4a,0x3f,0x4e,0x48}}, // \xe6\xb1\xba
03175 {0x6c7d,{0x75,0x04,0x0b,0x0e,0x0e,0x3a,0x42}}, // \xe6\xb1\xbd
03176 {0x6c7e,{0x75,0x00,0x44,0x3b,0x48,0x7b,0x04}}, // \xe6\xb1\xbe
03177 {0x6c81,{0x75,0x20,0x18,0x7d,0x42,0x68,0x10}}, // \xe6\xb2\x81
03178 {0x6c82,{0x75,0x40,0x3e,0x0a,0x0a,0x79,0x08}}, // \xe6\xb2\x82
03179 {0x6c83,{0x75,0x00,0x48,0x4a,0x3e,0x49,0x48}}, // \xe6\xb2\x83
03180 {0x6c88,{0x75,0x00,0x46,0x22,0x1f,0x7a,0x46}}, // \xe6\xb2\x88
03181 {0x6c8c,{0x75,0x00,0x1a,0x12,0x7f,0x52,0x5a}}, // \xe6\xb2\x8c
03182 {0x6c8d,{0x75,0x00,0x41,0x59,0x57,0x75,0x4d}}, // \xe6\xb2\x8d
03183 {0x6c90,{0x75,0x00,0x22,0x1a,0x7f,0x1a,0x22}}, // \xe6\xb2\x90
03184 {0x6c92,{0x75,0x00,0x44,0x5b,0x29,0x5d,0x47}}, // \xe6\xb2\x92
03185 {0x6c93,{0x0a,0x7a,0x56,0x5f,0x54,0x7a,0x08}}, // \xe6\xb2\x93
03186 {0x6c96,{0x75,0x00,0x1e,0x12,0x7f,0x12,0x1e}}, // \xe6\xb2\x96
03187 {0x6c99,{0x75,0x00,0x08,0x46,0x5f,0x22,0x14}}, // \xe6\xb2\x99
03188 {0x6c9a,{0x75,0x40,0x7c,0x40,0x7f,0x44,0x40}}, // \xe6\xb2\x9a
03189 {0x6c9b,{0x75,0x00,0x3a,0x0a,0x7f,0x0a,0x3a}}, // \xe6\xb2\x9b
03190 {0x6ca1,{0x75,0x00,0x44,0x5b,0x29,0x5f,0x44}}, // \xe6\xb2\xa1
03191 {0x6ca2,{0x75,0x40,0x3f,0x05,0x1d,0x25,0x47}}, // \xe6\xb2\xa2
03192 {0x6cab,{0x75,0x00,0x42,0x2a,0x7f,0x2a,0x42}}, // \xe6\xb2\xab
03193 {0x6cae,{0x75,0x40,0x7f,0x55,0x55,0x7f,0x40}}, // \xe6\xb2\xae
03194 {0x6cb1,{0x75,0x00,0x06,0x7a,0x53,0x4a,0x66}}, // \xe6\xb2\xb1
03195 {0x6cb3,{0x75,0x00,0x1d,0x15,0x1d,0x41,0x7f}}, // \xe6\xb2\xb3
03196 {0x6cb8,{0x75,0x00,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe6\xb2\xb8
03197 {0x6cb9,{0x75,0x00,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe6\xb2\xb9
03198 {0x6cba,{0x75,0x00,0x7f,0x49,0x7f,0x49,0x7f}}, // \xe6\xb2\xba
03199 {0x6cbb,{0x75,0x00,0x08,0x6c,0x6b,0x64,0x08}}, // \xe6\xb2\xbb
03200 {0x6cbc,{0x75,0x00,0x09,0x75,0x53,0x59,0x7f}}, // \xe6\xb2\xbc
03201 {0x6cbd,{0x75,0x00,0x04,0x74,0x5f,0x74,0x04}}, // \xe6\xb2\xbd
03202 {0x6cbe,{0x75,0x00,0x70,0x50,0x5f,0x54,0x74}}, // \xe6\xb2\xbe
03203 {0x6cbf,{0x75,0x00,0x08,0x77,0x50,0x77,0x08}}, // \xe6\xb2\xbf
03204 {0x6cc1,{0x75,0x00,0x4f,0x39,0x09,0x79,0x4f}}, // \xe6\xb3\x81
03205 {0x6cc4,{0x75,0x00,0x7f,0x44,0x5f,0x54,0x5f}}, // \xe6\xb3\x84
03206 {0x6cc5,{0x75,0x00,0x7f,0x51,0x4d,0x51,0x7f}}, // \xe6\xb3\x85
03207 {0x6cc9,{0x50,0x3e,0x4a,0x7b,0x1a,0x2e,0x50}}, // \xe6\xb3\x89
03208 {0x6cca,{0x75,0x00,0x7e,0x4a,0x4b,0x4a,0x7e}}, // \xe6\xb3\x8a
03209 {0x6ccc,{0x75,0x00,0x58,0x3d,0x52,0x48,0x56}}, // \xe6\xb3\x8c
03210 {0x6cd3,{0x75,0x00,0x5d,0x77,0x70,0x4f,0x60}}, // \xe6\xb3\x93
03211 {0x6cd5,{0x75,0x00,0x48,0x6a,0x5f,0x2a,0x48}}, // \xe6\xb3\x95
03212 {0x6cd7,{0x75,0x00,0x7f,0x4f,0x41,0x4f,0x7f}}, // \xe6\xb3\x97
03213 {0x6cd9,{0x75,0x00,0x15,0x13,0x7f,0x13,0x15}}, // \xe6\xb3\x99
03214 {0x6cdb,{0x75,0x40,0x35,0x25,0x57,0x4d,0x40}}, // \xe6\xb3\x9b
03215 {0x6cdd,{0x75,0x40,0x3e,0x0a,0x1a,0x79,0x28}}, // \xe6\xb3\x9d
03216 {0x6ce1,{0x75,0x00,0x04,0x77,0x5e,0x42,0x5e}}, // \xe6\xb3\xa1
03217 {0x6ce2,{0x75,0x40,0x3e,0x5a,0x2f,0x5a,0x46}}, // \xe6\xb3\xa2
03218 {0x6ce3,{0x75,0x00,0x42,0x7e,0x63,0x5e,0x42}}, // \xe6\xb3\xa3
03219 {0x6ce5,{0x75,0x40,0x3f,0x05,0x7d,0x55,0x57}}, // \xe6\xb3\xa5
03220 {0x6ce8,{0x75,0x00,0x44,0x55,0x7e,0x54,0x44}}, // \xe6\xb3\xa8
03221 {0x6cea,{0x75,0x00,0x7f,0x55,0x55,0x55,0x7f}}, // \xe6\xb3\xaa
03222 {0x6cef,{0x75,0x00,0x7f,0x55,0x1d,0x35,0x57}}, // \xe6\xb3\xaf
03223 {0x6cf0,{0x48,0x5a,0x2e,0x77,0x2e,0x5a,0x48}}, // \xe6\xb3\xb0
03224 {0x6cf1,{0x75,0x00,0x48,0x4e,0x3b,0x4e,0x48}}, // \xe6\xb3\xb1
03225 {0x6cf3,{0x75,0x28,0x18,0x45,0x7d,0x10,0x28}}, // \xe6\xb3\xb3
03226 {0x6d0b,{0x75,0x00,0x22,0x2b,0x7e,0x2b,0x22}}, // \xe6\xb4\x8b
03227 {0x6d0c,{0x75,0x00,0x49,0x37,0x1d,0x4e,0x7f}}, // \xe6\xb4\x8c
03228 {0x6d12,{0x75,0x00,0x7d,0x5f,0x45,0x5f,0x7d}}, // \xe6\xb4\x92
03229 {0x6d17,{0x75,0x00,0x4c,0x3b,0x0f,0x7a,0x4a}}, // \xe6\xb4\x97
03230 {0x6d19,{0x75,0x00,0x4c,0x2b,0x7f,0x2a,0x48}}, // \xe6\xb4\x99
03231 {0x6d1b,{0x75,0x00,0x10,0x6a,0x65,0x6b,0x10}}, // \xe6\xb4\x9b
03232 {0x6d1e,{0x75,0x00,0x7f,0x35,0x35,0x41,0x7f}}, // \xe6\xb4\x9e
03233 {0x6d1f,{0x75,0x02,0x5e,0x56,0x3f,0x56,0x72}}, // \xe6\xb4\x9f
03234 {0x6d25,{0x75,0x00,0x2a,0x2a,0x7f,0x2e,0x24}}, // \xe6\xb4\xa5
03235 {0x6d29,{0x75,0x00,0x4e,0x4a,0x5f,0x2e,0x50}}, // \xe6\xb4\xa9
03236 {0x6d2a,{0x75,0x00,0x52,0x1f,0x12,0x1f,0x52}}, // \xe6\xb4\xaa
03237 {0x6d2b,{0x75,0x40,0x7e,0x43,0x7e,0x7e,0x40}}, // \xe6\xb4\xab
03238 {0x6d32,{0x75,0x4c,0x3f,0x0c,0x7f,0x0c,0x7f}}, // \xe6\xb4\xb2
03239 {0x6d33,{0x75,0x5c,0x37,0x2c,0x7e,0x42,0x7e}}, // \xe6\xb4\xb3
03240 {0x6d35,{0x75,0x00,0x04,0x3f,0x2a,0x3e,0x7e}}, // \xe6\xb4\xb5
03241 {0x6d36,{0x75,0x00,0x04,0x37,0x2a,0x36,0x7e}}, // \xe6\xb4\xb6
03242 {0x6d38,{0x75,0x00,0x4a,0x38,0x0f,0x78,0x4a}}, // \xe6\xb4\xb8
03243 {0x6d3b,{0x75,0x00,0x04,0x76,0x5e,0x75,0x04}}, // \xe6\xb4\xbb
03244 {0x6d3d,{0x75,0x00,0x04,0x72,0x55,0x76,0x04}}, // \xe6\xb4\xbd
03245 {0x6d3e,{0x75,0x40,0x3e,0x7a,0x0a,0x35,0x54}}, // \xe6\xb4\xbe
03246 {0x6d41,{0x75,0x00,0x4a,0x3e,0x7b,0x06,0x6a}}, // \xe6\xb5\x81
03247 {0x6d44,{0x75,0x08,0x2a,0x6e,0x7d,0x2f,0x3c}}, // \xe6\xb5\x84
03248 {0x6d45,{0x75,0x00,0x4a,0x4a,0x5f,0x2a,0x53}}, // \xe6\xb5\x85
03249 {0x6d59,{0x75,0x00,0x52,0x7f,0x3e,0x0a,0x79}}, // \xe6\xb5\x99
03250 {0x6d5a,{0x75,0x00,0x2a,0x57,0x32,0x5e,0x4b}}, // \xe6\xb5\x9a
03251 {0x6d5c,{0x75,0x00,0x50,0x1e,0x16,0x1d,0x54}}, // \xe6\xb5\x9c
03252 {0x6d63,{0x75,0x00,0x56,0x32,0x17,0x76,0x56}}, // \xe6\xb5\xa3
03253 {0x6d64,{0x75,0x00,0x56,0x6a,0x5f,0x4a,0x6e}}, // \xe6\xb5\xa4
03254 {0x6d66,{0x75,0x00,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe6\xb5\xa6
03255 {0x6d69,{0x75,0x00,0x0c,0x6b,0x6f,0x6a,0x08}}, // \xe6\xb5\xa9
03256 {0x6d6a,{0x75,0x00,0x7e,0x5a,0x3b,0x5e,0x40}}, // \xe6\xb5\xaa
03257 {0x6d6c,{0x75,0x00,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe6\xb5\xac
03258 {0x6d6e,{0x75,0x00,0x22,0x2a,0x69,0x3b,0x21}}, // \xe6\xb5\xae
03259 {0x6d74,{0x75,0x00,0x12,0x69,0x64,0x69,0x12}}, // \xe6\xb5\xb4
03260 {0x6d77,{0x75,0x08,0x3b,0x3e,0x6e,0x7e,0x2a}}, // \xe6\xb5\xb7
03261 {0x6d78,{0x75,0x00,0x58,0x5d,0x2d,0x5f,0x58}}, // \xe6\xb5\xb8
03262 {0x6d79,{0x75,0x00,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe6\xb5\xb9
03263 {0x6d85,{0x75,0x00,0x47,0x55,0x7d,0x55,0x47}}, // \xe6\xb6\x85
03264 {0x6d88,{0x75,0x00,0x7d,0x14,0x17,0x54,0x7d}}, // \xe6\xb6\x88
03265 {0x6d8c,{0x75,0x00,0x7d,0x15,0x7d,0x17,0x7d}}, // \xe6\xb6\x8c
03266 {0x6d8e,{0x75,0x00,0x55,0x3b,0x52,0x5e,0x55}}, // \xe6\xb6\x8e
03267 {0x6d93,{0x75,0x00,0x78,0x2b,0x2b,0x2b,0x78}}, // \xe6\xb6\x93
03268 {0x6d95,{0x75,0x00,0x5a,0x2b,0x7e,0x2b,0x6e}}, // \xe6\xb6\x95
03269 {0x6d99,{0x75,0x00,0x21,0x5f,0x55,0x3d,0x57}}, // \xe6\xb6\x99
03270 {0x6d9b,{0x75,0x50,0x34,0x5e,0x17,0x7e,0x14}}, // \xe6\xb6\x9b
03271 {0x6d9c,{0x75,0x00,0x5a,0x2a,0x0f,0x6a,0x5a}}, // \xe6\xb6\x9c
03272 {0x6daf,{0x75,0x40,0x3f,0x41,0x55,0x7f,0x55}}, // \xe6\xb6\xaf
03273 {0x6db2,{0x75,0x00,0x12,0x7e,0x53,0x2a,0x5a}}, // \xe6\xb6\xb2
03274 {0x6db5,{0x75,0x00,0x7d,0x5b,0x7f,0x59,0x7d}}, // \xe6\xb6\xb5
03275 {0x6db8,{0x75,0x00,0x7f,0x75,0x6f,0x75,0x7f}}, // \xe6\xb6\xb8
03276 {0x6dbc,{0x75,0x00,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe6\xb6\xbc
03277 {0x6dc0,{0x75,0x00,0x46,0x32,0x46,0x7f,0x56}}, // \xe6\xb7\x80
03278 {0x6dc5,{0x75,0x00,0x1a,0x7f,0x3e,0x0a,0x79}}, // \xe6\xb7\x85
03279 {0x6dc6,{0x75,0x28,0x19,0x7d,0x2a,0x7d,0x08}}, // \xe6\xb7\x86
03280 {0x6dc7,{0x75,0x00,0x52,0x1f,0x1a,0x1f,0x52}}, // \xe6\xb7\x87
03281 {0x6dcb,{0x75,0x22,0x1a,0x7f,0x1a,0x7f,0x12}}, // \xe6\xb7\x8b
03282 {0x6dcc,{0x75,0x00,0x7a,0x09,0x6e,0x69,0x7a}}, // \xe6\xb7\x8c
03283 {0x6dd1,{0x75,0x28,0x7f,0x2a,0x4d,0x31,0x4f}}, // \xe6\xb7\x91
03284 {0x6dd2,{0x75,0x00,0x52,0x7a,0x5f,0x3e,0x52}}, // \xe6\xb7\x92
03285 {0x6dd5,{0x75,0x00,0x54,0x4e,0x67,0x5e,0x54}}, // \xe6\xb7\x95
03286 {0x6dd8,{0x75,0x00,0x64,0x4b,0x7e,0x6a,0x7e}}, // \xe6\xb7\x98
03287 {0x6dd9,{0x75,0x00,0x56,0x12,0x77,0x16,0x56}}, // \xe6\xb7\x99
03288 {0x6dde,{0x75,0x1a,0x7f,0x0a,0x63,0x58,0x63}}, // \xe6\xb7\x9e
03289 {0x6de1,{0x75,0x00,0x55,0x22,0x19,0x22,0x55}}, // \xe6\xb7\xa1
03290 {0x6de4,{0x75,0x00,0x62,0x1f,0x7a,0x29,0x52}}, // \xe6\xb7\xa4
03291 {0x6de6,{0x75,0x00,0x54,0x76,0x7d,0x76,0x54}}, // \xe6\xb7\xa6
03292 {0x6de8,{0x75,0x00,0x12,0x55,0x7f,0x3d,0x12}}, // \xe6\xb7\xa8
03293 {0x6dea,{0x75,0x00,0x74,0x32,0x75,0x36,0x74}}, // \xe6\xb7\xaa
03294 {0x6deb,{0x75,0x00,0x56,0x52,0x76,0x51,0x55}}, // \xe6\xb7\xab
03295 {0x6dec,{0x75,0x00,0x32,0x2e,0x73,0x2e,0x32}}, // \xe6\xb7\xac
03296 {0x6dee,{0x75,0x00,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe6\xb7\xae
03297 {0x6df1,{0x75,0x00,0x5b,0x35,0x71,0x3d,0x5b}}, // \xe6\xb7\xb1
03298 {0x6df3,{0x75,0x00,0x22,0x2e,0x6b,0x3e,0x22}}, // \xe6\xb7\xb3
03299 {0x6df5,{0x75,0x40,0x3f,0x14,0x77,0x14,0x7f}}, // \xe6\xb7\xb5
03300 {0x6df7,{0x75,0x00,0x7f,0x55,0x05,0x7d,0x57}}, // \xe6\xb7\xb7
03301 {0x6df9,{0x75,0x00,0x0a,0x36,0x3b,0x76,0x4a}}, // \xe6\xb7\xb9
03302 {0x6dfa,{0x75,0x00,0x12,0x5a,0x5b,0x36,0x5b}}, // \xe6\xb7\xba
03303 {0x6dfb,{0x75,0x00,0x54,0x0e,0x66,0x0d,0x54}}, // \xe6\xb7\xbb
03304 {0x6e05,{0x75,0x00,0x08,0x7a,0x2f,0x7a,0x08}}, // \xe6\xb8\x85
03305 {0x6e07,{0x75,0x00,0x10,0x3f,0x2d,0x4f,0x78}}, // \xe6\xb8\x87
03306 {0x6e08,{0x75,0x00,0x52,0x36,0x2b,0x76,0x12}}, // \xe6\xb8\x88
03307 {0x6e09,{0x75,0x08,0x5e,0x48,0x7f,0x2a,0x18}}, // \xe6\xb8\x89
03308 {0x6e0a,{0x75,0x40,0x3f,0x2a,0x7f,0x2a,0x7f}}, // \xe6\xb8\x8a
03309 {0x6e0b,{0x75,0x00,0x58,0x2e,0x08,0x2f,0x5a}}, // \xe6\xb8\x8b
03310 {0x6e13,{0x75,0x00,0x56,0x5a,0x3e,0x59,0x55}}, // \xe6\xb8\x93
03311 {0x6e15,{0x75,0x00,0x55,0x3c,0x55,0x0e,0x7f}}, // \xe6\xb8\x95
03312 {0x6e19,{0x75,0x00,0x52,0x5d,0x3d,0x5f,0x50}}, // \xe6\xb8\x99
03313 {0x6e1a,{0x75,0x00,0x28,0x1a,0x6f,0x6a,0x69}}, // \xe6\xb8\x9a
03314 {0x6e1b,{0x75,0x40,0x3e,0x6a,0x6a,0x3f,0x52}}, // \xe6\xb8\x9b
03315 {0x6e1d,{0x75,0x00,0x75,0x33,0x75,0x26,0x54}}, // \xe6\xb8\x9d
03316 {0x6e1f,{0x75,0x18,0x0a,0x5e,0x7b,0x1e,0x1a}}, // \xe6\xb8\x9f
03317 {0x6e20,{0x55,0x50,0x3f,0x7b,0x3b,0x5f,0x59}}, // \xe6\xb8\xa0
03318 {0x6e21,{0x75,0x40,0x3e,0x4a,0x5f,0x2e,0x5a}}, // \xe6\xb8\xa1
03319 {0x6e23,{0x75,0x00,0x4a,0x76,0x7f,0x76,0x4a}}, // \xe6\xb8\xa3
03320 {0x6e24,{0x75,0x0c,0x26,0x77,0x2e,0x1f,0x7e}}, // \xe6\xb8\xa4
03321 {0x6e25,{0x75,0x20,0x5f,0x5d,0x75,0x4d,0x57}}, // \xe6\xb8\xa5
03322 {0x6e26,{0x75,0x00,0x78,0x6f,0x69,0x0f,0x78}}, // \xe6\xb8\xa6
03323 {0x6e29,{0x75,0x40,0x77,0x55,0x75,0x77,0x40}}, // \xe6\xb8\xa9
03324 {0x6e2b,{0x75,0x00,0x5f,0x32,0x77,0x36,0x57}}, // \xe6\xb8\xab
03325 {0x6e2c,{0x75,0x00,0x5f,0x15,0x5f,0x0e,0x7f}}, // \xe6\xb8\xac
03326 {0x6e2d,{0x75,0x00,0x0f,0x7d,0x2f,0x7d,0x0f}}, // \xe6\xb8\xad
03327 {0x6e2e,{0x75,0x00,0x0a,0x6f,0x6a,0x0f,0x7a}}, // \xe6\xb8\xae
03328 {0x6e2f,{0x75,0x28,0x1a,0x6f,0x5a,0x4f,0x1a}}, // \xe6\xb8\xaf
03329 {0x6e38,{0x75,0x62,0x1f,0x7a,0x27,0x76,0x2e}}, // \xe6\xb8\xb8
03330 {0x6e3a,{0x75,0x00,0x7f,0x55,0x7f,0x46,0x2f}}, // \xe6\xb8\xba
03331 {0x6e3e,{0x75,0x00,0x27,0x3d,0x7f,0x3d,0x27}}, // \xe6\xb8\xbe
03332 {0x6e43,{0x75,0x00,0x4a,0x3e,0x15,0x7f,0x15}}, // \xe6\xb9\x83
03333 {0x6e4a,{0x75,0x28,0x1a,0x4e,0x3f,0x4e,0x1a}}, // \xe6\xb9\x8a
03334 {0x6e4d,{0x75,0x00,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe6\xb9\x8d
03335 {0x6e4e,{0x75,0x00,0x7d,0x7d,0x57,0x7d,0x7d}}, // \xe6\xb9\x8e
03336 {0x6e56,{0x75,0x3a,0x2f,0x3a,0x7f,0x15,0x7f}}, // \xe6\xb9\x96
03337 {0x6e58,{0x75,0x1a,0x7f,0x0a,0x7f,0x55,0x7f}}, // \xe6\xb9\x98
03338 {0x6e5b,{0x75,0x00,0x72,0x5f,0x72,0x5f,0x52}}, // \xe6\xb9\x9b
03339 {0x6e5f,{0x75,0x00,0x50,0x5e,0x7b,0x5e,0x50}}, // \xe6\xb9\x9f
03340 {0x6e67,{0x75,0x00,0x50,0x5d,0x3d,0x57,0x7d}}, // \xe6\xb9\xa7
03341 {0x6e6b,{0x75,0x00,0x35,0x7f,0x4c,0x3f,0x44}}, // \xe6\xb9\xab
03342 {0x6e6e,{0x75,0x00,0x5d,0x5f,0x75,0x5f,0x5d}}, // \xe6\xb9\xae
03343 {0x6e6f,{0x75,0x00,0x24,0x5f,0x35,0x57,0x74}}, // \xe6\xb9\xaf
03344 {0x6e72,{0x75,0x00,0x42,0x29,0x5b,0x29,0x5a}}, // \xe6\xb9\xb2
03345 {0x6e76,{0x75,0x00,0x50,0x3e,0x7b,0x2e,0x50}}, // \xe6\xb9\xb6
03346 {0x6e7e,{0x75,0x00,0x0a,0x3e,0x33,0x3e,0x6a}}, // \xe6\xb9\xbe
03347 {0x6e7f,{0x75,0x00,0x57,0x7d,0x45,0x7d,0x57}}, // \xe6\xb9\xbf
03348 {0x6e80,{0x75,0x08,0x7a,0x2f,0x3a,0x2f,0x7a}}, // \xe6\xba\x80
03349 {0x6e82,{0x75,0x42,0x2e,0x7f,0x2a,0x4e,0x7f}}, // \xe6\xba\x82
03350 {0x6e8c,{0x75,0x00,0x55,0x3b,0x19,0x7a,0x55}}, // \xe6\xba\x8c
03351 {0x6e8f,{0x75,0x40,0x3e,0x12,0x77,0x5e,0x6a}}, // \xe6\xba\x8f
03352 {0x6e90,{0x75,0x40,0x3f,0x21,0x4d,0x7f,0x2d}}, // \xe6\xba\x90
03353 {0x6e96,{0x35,0x20,0x24,0x7f,0x2a,0x2f,0x2a}}, // \xe6\xba\x96
03354 {0x6e98,{0x75,0x00,0x54,0x7e,0x77,0x6e,0x54}}, // \xe6\xba\x98
03355 {0x6e9c,{0x75,0x00,0x0e,0x7a,0x79,0x77,0x0f}}, // \xe6\xba\x9c
03356 {0x6e9d,{0x75,0x00,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe6\xba\x9d
03357 {0x6e9f,{0x75,0x00,0x53,0x1d,0x15,0x1d,0x53}}, // \xe6\xba\x9f
03358 {0x6ea2,{0x75,0x00,0x4a,0x77,0x72,0x77,0x4a}}, // \xe6\xba\xa2
03359 {0x6ea5,{0x75,0x00,0x12,0x3e,0x57,0x7e,0x13}}, // \xe6\xba\xa5
03360 {0x6eaa,{0x75,0x00,0x52,0x55,0x3b,0x51,0x52}}, // \xe6\xba\xaa
03361 {0x6eaf,{0x75,0x1a,0x53,0x3e,0x3f,0x15,0x7f}}, // \xe6\xba\xaf
03362 {0x6eb2,{0x75,0x00,0x4e,0x59,0x2e,0x59,0x4f}}, // \xe6\xba\xb2
03363 {0x6eb6,{0x75,0x00,0x26,0x16,0x6b,0x76,0x26}}, // \xe6\xba\xb6
03364 {0x6eb7,{0x75,0x00,0x7f,0x6b,0x77,0x5b,0x7f}}, // \xe6\xba\xb7
03365 {0x6eba,{0x75,0x20,0x5d,0x77,0x20,0x5d,0x77}}, // \xe6\xba\xba
03366 {0x6ebd,{0x75,0x08,0x17,0x3d,0x57,0x7f,0x15}}, // \xe6\xba\xbd
03367 {0x6ec2,{0x75,0x00,0x1a,0x4e,0x3b,0x6e,0x1a}}, // \xe6\xbb\x82
03368 {0x6ec4,{0x75,0x00,0x24,0x1e,0x6d,0x62,0x04}}, // \xe6\xbb\x84
03369 {0x6ec5,{0x75,0x3e,0x56,0x3e,0x56,0x3f,0x52}}, // \xe6\xbb\x85
03370 {0x6ec9,{0x75,0x00,0x54,0x33,0x1f,0x73,0x54}}, // \xe6\xbb\x89
03371 {0x6ecb,{0x75,0x00,0x6a,0x57,0x02,0x6b,0x56}}, // \xe6\xbb\x8b
03372 {0x6ecc,{0x75,0x0c,0x7f,0x3e,0x2b,0x76,0x2a}}, // \xe6\xbb\x8c
03373 {0x6ed1,{0x75,0x00,0x0c,0x77,0x35,0x77,0x0c}}, // \xe6\xbb\x91
03374 {0x6ed3,{0x75,0x26,0x2a,0x3a,0x6f,0x3a,0x2e}}, // \xe6\xbb\x93
03375 {0x6ed4,{0x75,0x00,0x72,0x69,0x43,0x69,0x7a}}, // \xe6\xbb\x94
03376 {0x6ed5,{0x7f,0x15,0x7f,0x2d,0x76,0x2d,0x56}}, // \xe6\xbb\x95
03377 {0x6edd,{0x75,0x00,0x0a,0x3e,0x3b,0x7e,0x4a}}, // \xe6\xbb\x9d
03378 {0x6ede,{0x75,0x00,0x1a,0x6f,0x3a,0x6f,0x1a}}, // \xe6\xbb\x9e
03379 {0x6eec,{0x75,0x00,0x21,0x1f,0x7b,0x5f,0x5b}}, // \xe6\xbb\xac
03380 {0x6eef,{0x75,0x00,0x3a,0x17,0x7a,0x17,0x3a}}, // \xe6\xbb\xaf
03381 {0x6ef2,{0x75,0x00,0x1a,0x4f,0x5a,0x2d,0x1a}}, // \xe6\xbb\xb2
03382 {0x6ef4,{0x75,0x00,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe6\xbb\xb4
03383 {0x6ef7,{0x75,0x00,0x7c,0x6c,0x57,0x6e,0x7a}}, // \xe6\xbb\xb7
03384 {0x6ef8,{0x75,0x00,0x6b,0x6a,0x17,0x7e,0x12}}, // \xe6\xbb\xb8
03385 {0x6efe,{0x75,0x02,0x2a,0x7e,0x5b,0x26,0x4a}}, // \xe6\xbb\xbe
03386 {0x6eff,{0x75,0x00,0x7a,0x3f,0x7a,0x3f,0x7a}}, // \xe6\xbb\xbf
03387 {0x6f01,{0x75,0x00,0x42,0x1e,0x5d,0x17,0x5c}}, // \xe6\xbc\x81
03388 {0x6f02,{0x75,0x00,0x51,0x17,0x77,0x17,0x51}}, // \xe6\xbc\x82
03389 {0x6f06,{0x75,0x40,0x2a,0x56,0x7f,0x36,0x4a}}, // \xe6\xbc\x86
03390 {0x6f09,{0x75,0x40,0x3e,0x6a,0x4f,0x6e,0x42}}, // \xe6\xbc\x89
03391 {0x6f0f,{0x75,0x20,0x1f,0x6b,0x7b,0x2b,0x6b}}, // \xe6\xbc\x8f
03392 {0x6f11,{0x75,0x00,0x7f,0x2e,0x49,0x3f,0x4f}}, // \xe6\xbc\x91
03393 {0x6f13,{0x75,0x00,0x72,0x5e,0x7b,0x3e,0x72}}, // \xe6\xbc\x93
03394 {0x6f14,{0x75,0x00,0x56,0x2a,0x3b,0x2a,0x56}}, // \xe6\xbc\x94
03395 {0x6f15,{0x75,0x00,0x1a,0x7f,0x5a,0x7f,0x1a}}, // \xe6\xbc\x95
03396 {0x6f20,{0x75,0x00,0x52,0x5f,0x36,0x5f,0x52}}, // \xe6\xbc\xa0
03397 {0x6f22,{0x75,0x12,0x5e,0x5b,0x3e,0x5b,0x5e}}, // \xe6\xbc\xa2
03398 {0x6f23,{0x75,0x00,0x79,0x52,0x5e,0x7f,0x52}}, // \xe6\xbc\xa3
03399 {0x6f2b,{0x75,0x00,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe6\xbc\xab
03400 {0x6f2c,{0x75,0x00,0x48,0x3a,0x3f,0x3a,0x48}}, // \xe6\xbc\xac
03401 {0x6f31,{0x75,0x42,0x2e,0x7f,0x4e,0x3b,0x46}}, // \xe6\xbc\xb1
03402 {0x6f32,{0x75,0x00,0x5d,0x77,0x70,0x3f,0x55}}, // \xe6\xbc\xb2
03403 {0x6f38,{0x75,0x00,0x2d,0x7f,0x3e,0x0a,0x79}}, // \xe6\xbc\xb8
03404 {0x6f3e,{0x75,0x00,0x52,0x37,0x7e,0x27,0x52}}, // \xe6\xbc\xbe
03405 {0x6f3f,{0x4b,0x56,0x3f,0x74,0x26,0x5d,0x47}}, // \xe6\xbc\xbf
03406 {0x6f41,{0x57,0x3a,0x7a,0x29,0x5d,0x17,0x5d}}, // \xe6\xbd\x81
03407 {0x6f45,{0x75,0x00,0x14,0x7b,0x4e,0x7a,0x4a}}, // \xe6\xbd\x85
03408 {0x6f54,{0x75,0x00,0x5a,0x1f,0x7a,0x17,0x5f}}, // \xe6\xbd\x94
03409 {0x6f58,{0x75,0x00,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe6\xbd\x98
03410 {0x6f5b,{0x75,0x00,0x14,0x6f,0x76,0x6f,0x16}}, // \xe6\xbd\x9b
03411 {0x6f5c,{0x75,0x00,0x0a,0x77,0x5a,0x77,0x0a}}, // \xe6\xbd\x9c
03412 {0x6f5f,{0x75,0x20,0x56,0x1d,0x54,0x17,0x70}}, // \xe6\xbd\x9f
03413 {0x6f64,{0x75,0x7f,0x03,0x57,0x7c,0x57,0x7f}}, // \xe6\xbd\xa4
03414 {0x6f66,{0x75,0x00,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe6\xbd\xa6
03415 {0x6f6d,{0x75,0x00,0x21,0x3b,0x6b,0x3b,0x21}}, // \xe6\xbd\xad
03416 {0x6f6e,{0x75,0x00,0x2d,0x7f,0x3f,0x15,0x7f}}, // \xe6\xbd\xae
03417 {0x6f6f,{0x75,0x00,0x14,0x3d,0x57,0x7f,0x1a}}, // \xe6\xbd\xaf
03418 {0x6f70,{0x75,0x08,0x4e,0x3a,0x3f,0x3a,0x4e}}, // \xe6\xbd\xb0
03419 {0x6f74,{0x75,0x00,0x55,0x3e,0x1a,0x6f,0x6a}}, // \xe6\xbd\xb4
03420 {0x6f78,{0x75,0x00,0x0a,0x77,0x3a,0x77,0x0a}}, // \xe6\xbd\xb8
03421 {0x6f7a,{0x75,0x40,0x3f,0x53,0x3b,0x57,0x33}}, // \xe6\xbd\xba
03422 {0x6f7c,{0x75,0x00,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe6\xbd\xbc
03423 {0x6f80,{0x75,0x40,0x7d,0x53,0x05,0x7b,0x57}}, // \xe6\xbe\x80
03424 {0x6f81,{0x75,0x48,0x78,0x5e,0x08,0x7f,0x5a}}, // \xe6\xbe\x81
03425 {0x6f82,{0x75,0x00,0x56,0x77,0x56,0x3f,0x5e}}, // \xe6\xbe\x82
03426 {0x6f84,{0x65,0x10,0x45,0x5b,0x69,0x5a,0x45}}, // \xe6\xbe\x84
03427 {0x6f86,{0x75,0x00,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe6\xbe\x86
03428 {0x6f8e,{0x75,0x00,0x5a,0x6f,0x5a,0x4a,0x25}}, // \xe6\xbe\x8e
03429 {0x6f91,{0x75,0x00,0x7d,0x5f,0x71,0x5f,0x7d}}, // \xe6\xbe\x91
03430 {0x6f97,{0x75,0x00,0x7f,0x03,0x38,0x3b,0x7f}}, // \xe6\xbe\x97
03431 {0x6fa1,{0x75,0x00,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe6\xbe\xa1
03432 {0x6fa3,{0x75,0x00,0x2d,0x7f,0x2a,0x79,0x2a}}, // \xe6\xbe\xa3
03433 {0x6fa4,{0x75,0x00,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe6\xbe\xa4
03434 {0x6faa,{0x75,0x00,0x16,0x1b,0x77,0x1b,0x36}}, // \xe6\xbe\xaa
03435 {0x6fb1,{0x75,0x20,0x5f,0x1d,0x57,0x29,0x5b}}, // \xe6\xbe\xb1
03436 {0x6fb3,{0x75,0x00,0x50,0x5e,0x3f,0x56,0x5e}}, // \xe6\xbe\xb3
03437 {0x6fb9,{0x75,0x40,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe6\xbe\xb9
03438 {0x6fc0,{0x75,0x48,0x2e,0x5f,0x7c,0x23,0x5e}}, // \xe6\xbf\x80
03439 {0x6fc1,{0x75,0x00,0x4b,0x75,0x77,0x25,0x7f}}, // \xe6\xbf\x81
03440 {0x6fc2,{0x75,0x20,0x5e,0x36,0x7f,0x3e,0x4a}}, // \xe6\xbf\x82
03441 {0x6fc3,{0x75,0x40,0x36,0x77,0x56,0x37,0x56}}, // \xe6\xbf\x83
03442 {0x6fc6,{0x75,0x00,0x4a,0x3e,0x2b,0x3e,0x4a}}, // \xe6\xbf\x86
03443 {0x6fd4,{0x75,0x00,0x7d,0x2b,0x7f,0x2b,0x7d}}, // \xe6\xbf\x94
03444 {0x6fd5,{0x75,0x00,0x5b,0x17,0x43,0x1b,0x57}}, // \xe6\xbf\x95
03445 {0x6fd8,{0x75,0x00,0x16,0x5e,0x7f,0x1a,0x16}}, // \xe6\xbf\x98
03446 {0x6fdb,{0x75,0x18,0x2a,0x5f,0x7a,0x2f,0x5a}}, // \xe6\xbf\x9b
03447 {0x6fdf,{0x75,0x00,0x4a,0x36,0x2b,0x76,0x0a}}, // \xe6\xbf\x9f
03448 {0x6fe0,{0x75,0x18,0x2a,0x5e,0x7b,0x2e,0x5a}}, // \xe6\xbf\xa0
03449 {0x6fe1,{0x75,0x00,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe6\xbf\xa1
03450 {0x6fe4,{0x75,0x00,0x34,0x36,0x5f,0x76,0x14}}, // \xe6\xbf\xa4
03451 {0x6feb,{0x75,0x00,0x4f,0x69,0x60,0x6b,0x4a}}, // \xe6\xbf\xab
03452 {0x6fec,{0x75,0x00,0x2c,0x14,0x6f,0x76,0x2e}}, // \xe6\xbf\xac
03453 {0x6fee,{0x75,0x0c,0x7f,0x5e,0x3b,0x5e,0x4b}}, // \xe6\xbf\xae
03454 {0x6fef,{0x75,0x00,0x25,0x7f,0x50,0x7d,0x57}}, // \xe6\xbf\xaf
03455 {0x6ff1,{0x75,0x00,0x4e,0x3a,0x37,0x3a,0x46}}, // \xe6\xbf\xb1
03456 {0x6ff3,{0x75,0x00,0x17,0x6e,0x77,0x6e,0x16}}, // \xe6\xbf\xb3
03457 {0x6ff6,{0x75,0x7f,0x0b,0x6c,0x5f,0x6b,0x7f}}, // \xe6\xbf\xb6
03458 {0x6ffa,{0x75,0x00,0x5f,0x1f,0x5a,0x37,0x5a}}, // \xe6\xbf\xba
03459 {0x6ffe,{0x75,0x40,0x3c,0x64,0x3f,0x5a,0x6a}}, // \xe6\xbf\xbe
03460 {0x7001,{0x75,0x28,0x1a,0x7b,0x3e,0x5b,0x2a}}, // \xe7\x80\x81
03461 {0x7009,{0x75,0x00,0x26,0x5a,0x17,0x5e,0x76}}, // \xe7\x80\x89
03462 {0x700b,{0x75,0x00,0x56,0x3a,0x77,0x7a,0x36}}, // \xe7\x80\x8b
03463 {0x700f,{0x75,0x00,0x26,0x55,0x6a,0x57,0x7f}}, // \xe7\x80\x8f
03464 {0x7011,{0x75,0x00,0x5b,0x2f,0x7b,0x2f,0x5b}}, // \xe7\x80\x91
03465 {0x7015,{0x75,0x48,0x5f,0x2a,0x5d,0x17,0x5d}}, // \xe7\x80\x95
03466 {0x7018,{0x75,0x40,0x3c,0x44,0x6f,0x6a,0x4a}}, // \xe7\x80\x98
03467 {0x701a,{0x75,0x00,0x2d,0x7f,0x2a,0x19,0x7a}}, // \xe7\x80\x9a
03468 {0x701b,{0x75,0x42,0x3e,0x5a,0x2b,0x7a,0x4a}}, // \xe7\x80\x9b
03469 {0x701d,{0x75,0x20,0x5f,0x6f,0x45,0x6f,0x45}}, // \xe7\x80\x9d
03470 {0x701e,{0x75,0x7a,0x2f,0x7a,0x2a,0x7d,0x3b}}, // \xe7\x80\x9e
03471 {0x701f,{0x75,0x48,0x3a,0x6f,0x06,0x6f,0x7a}}, // \xe7\x80\x9f
03472 {0x7026,{0x75,0x28,0x55,0x3f,0x1a,0x6f,0x6a}}, // \xe7\x80\xa6
03473 {0x7027,{0x75,0x0a,0x7e,0x2b,0x7e,0x77,0x5d}}, // \xe7\x80\xa7
03474 {0x702c,{0x75,0x2e,0x7f,0x2e,0x5d,0x17,0x5d}}, // \xe7\x80\xac
03475 {0x7030,{0x75,0x00,0x5d,0x77,0x7d,0x2b,0x7d}}, // \xe7\x80\xb0
03476 {0x7032,{0x75,0x3c,0x56,0x3d,0x56,0x3f,0x5e}}, // \xe7\x80\xb2
03477 {0x703e,{0x75,0x00,0x7f,0x2b,0x7c,0x2b,0x7f}}, // \xe7\x80\xbe
03478 {0x704c,{0x75,0x00,0x26,0x7f,0x52,0x7f,0x56}}, // \xe7\x81\x8c
03479 {0x7051,{0x75,0x20,0x7f,0x55,0x1e,0x7d,0x57}}, // \xe7\x81\x91
03480 {0x7058,{0x75,0x5b,0x3e,0x5b,0x7f,0x7e,0x55}}, // \xe7\x81\x98
03481 {0x7063,{0x75,0x00,0x0a,0x3d,0x3f,0x3a,0x6d}}, // \xe7\x81\xa3
03482 {0x706b,{0x40,0x4c,0x20,0x1f,0x28,0x44,0x40}}, // \xe7\x81\xab
03483 {0x706f,{0x4c,0x3f,0x24,0x01,0x41,0x7f,0x01}}, // \xe7\x81\xaf
03484 {0x7070,{0x40,0x3f,0x4d,0x21,0x1f,0x29,0x45}}, // \xe7\x81\xb0
03485 {0x7078,{0x48,0x5a,0x29,0x15,0x25,0x5b,0x48}}, // \xe7\x81\xb8
03486 {0x707c,{0x4c,0x3f,0x24,0x0b,0x12,0x42,0x7e}}, // \xe7\x81\xbc
03487 {0x707d,{0x42,0x55,0x20,0x1a,0x25,0x52,0x45}}, // \xe7\x81\xbd
03488 {0x7089,{0x4c,0x3f,0x40,0x3d,0x15,0x15,0x1d}}, // \xe7\x82\x89
03489 {0x708a,{0x4c,0x3f,0x44,0x23,0x1e,0x22,0x46}}, // \xe7\x82\x8a
03490 {0x708e,{0x48,0x5a,0x24,0x13,0x24,0x5a,0x48}}, // \xe7\x82\x8e
03491 {0x7092,{0x4c,0x3f,0x24,0x46,0x5f,0x22,0x14}}, // \xe7\x82\x92
03492 {0x7099,{0x48,0x5a,0x2a,0x15,0x25,0x53,0x40}}, // \xe7\x82\x99
03493 {0x70ac,{0x4c,0x3f,0x24,0x7f,0x55,0x55,0x5d}}, // \xe7\x82\xac
03494 {0x70ad,{0x43,0x3e,0x5a,0x43,0x3e,0x52,0x4b}}, // \xe7\x82\xad
03495 {0x70ae,{0x4c,0x3f,0x24,0x04,0x7b,0x5a,0x5e}}, // \xe7\x82\xae
03496 {0x70af,{0x4c,0x3f,0x7f,0x1d,0x15,0x5d,0x7f}}, // \xe7\x82\xaf
03497 {0x70b3,{0x4c,0x3f,0x7d,0x15,0x0f,0x55,0x7d}}, // \xe7\x82\xb3
03498 {0x70b8,{0x4c,0x3f,0x24,0x03,0x7e,0x2a,0x2a}}, // \xe7\x82\xb8
03499 {0x70b9,{0x40,0x18,0x58,0x1f,0x5a,0x1a,0x40}}, // \xe7\x82\xb9
03500 {0x70ba,{0x20,0x52,0x1b,0x56,0x17,0x5c,0x70}}, // \xe7\x82\xba
03501 {0x70c8,{0x49,0x17,0x4d,0x01,0x46,0x10,0x5f}}, // \xe7\x83\x88
03502 {0x70cb,{0x44,0x1e,0x53,0x0a,0x5f,0x0a,0x52}}, // \xe7\x83\x8b
03503 {0x70cf,{0x40,0x1e,0x5a,0x1b,0x5a,0x1e,0x70}}, // \xe7\x83\x8f
03504 {0x70d9,{0x4c,0x3f,0x10,0x6a,0x65,0x6b,0x10}}, // \xe7\x83\x99
03505 {0x70dd,{0x54,0x2d,0x61,0x3d,0x63,0x29,0x54}}, // \xe7\x83\x9d
03506 {0x70df,{0x4c,0x3f,0x7f,0x55,0x4f,0x55,0x7f}}, // \xe7\x83\x9f
03507 {0x70f1,{0x4c,0x3f,0x7f,0x3b,0x29,0x3b,0x7f}}, // \xe7\x83\xb1
03508 {0x70f9,{0x42,0x0e,0x4a,0x0b,0x5a,0x0e,0x42}}, // \xe7\x83\xb9
03509 {0x70fd,{0x4c,0x3f,0x28,0x2a,0x75,0x2b,0x28}}, // \xe7\x83\xbd
03510 {0x7109,{0x49,0x1d,0x59,0x1f,0x5b,0x1b,0x79}}, // \xe7\x84\x89
03511 {0x7114,{0x4c,0x3f,0x24,0x7a,0x01,0x7d,0x7b}}, // \xe7\x84\x94
03512 {0x7119,{0x4c,0x3f,0x0a,0x6e,0x6b,0x6e,0x0a}}, // \xe7\x84\x99
03513 {0x711a,{0x4a,0x56,0x2f,0x1a,0x26,0x5f,0x4a}}, // \xe7\x84\x9a
03514 {0x711c,{0x4c,0x3f,0x7f,0x55,0x05,0x7d,0x57}}, // \xe7\x84\x9c
03515 {0x7121,{0x6b,0x3e,0x6a,0x3e,0x6a,0x3e,0x6a}}, // \xe7\x84\xa1
03516 {0x7126,{0x48,0x04,0x5f,0x16,0x5f,0x16,0x52}}, // \xe7\x84\xa6
03517 {0x7136,{0x54,0x13,0x4d,0x07,0x52,0x0f,0x52}}, // \xe7\x84\xb6
03518 {0x713c,{0x4c,0x3f,0x54,0x3e,0x17,0x7e,0x54}}, // \xe7\x84\xbc
03519 {0x7149,{0x4c,0x3f,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe7\x85\x89
03520 {0x714c,{0x4c,0x3f,0x50,0x5e,0x7b,0x5e,0x50}}, // \xe7\x85\x8c
03521 {0x714e,{0x42,0x1e,0x4b,0x1e,0x42,0x1f,0x42}}, // \xe7\x85\x8e
03522 {0x7155,{0x5f,0x11,0x5b,0x15,0x40,0x1f,0x57}}, // \xe7\x85\x95
03523 {0x7156,{0x4c,0x3f,0x42,0x29,0x5b,0x29,0x5a}}, // \xe7\x85\x96
03524 {0x7159,{0x4c,0x3f,0x24,0x5d,0x5f,0x7f,0x5d}}, // \xe7\x85\x99
03525 {0x7162,{0x0d,0x26,0x2d,0x7c,0x2d,0x3e,0x4d}}, // \xe7\x85\xa2
03526 {0x7164,{0x4c,0x3f,0x52,0x3f,0x7a,0x3f,0x52}}, // \xe7\x85\xa4
03527 {0x7165,{0x4c,0x3f,0x52,0x5d,0x3d,0x5f,0x50}}, // \xe7\x85\xa5
03528 {0x7166,{0x5f,0x15,0x5f,0x04,0x5b,0x1a,0x5e}}, // \xe7\x85\xa6
03529 {0x7167,{0x5f,0x15,0x5f,0x05,0x5b,0x19,0x5f}}, // \xe7\x85\xa7
03530 {0x7169,{0x4c,0x3f,0x24,0x5d,0x17,0x15,0x5d}}, // \xe7\x85\xa9
03531 {0x716c,{0x4c,0x3f,0x24,0x5f,0x35,0x57,0x74}}, // \xe7\x85\xac
03532 {0x716e,{0x48,0x1a,0x4a,0x1f,0x5e,0x1b,0x48}}, // \xe7\x85\xae
03533 {0x717d,{0x4c,0x3f,0x41,0x3f,0x5b,0x2b,0x79}}, // \xe7\x85\xbd
03534 {0x7184,{0x4c,0x3f,0x60,0x2e,0x4f,0x4e,0x60}}, // \xe7\x86\x84
03535 {0x7188,{0x50,0x0f,0x5f,0x1f,0x40,0x1f,0x57}}, // \xe7\x86\x88
03536 {0x718a,{0x42,0x1f,0x4a,0x1f,0x40,0x1b,0x52}}, // \xe7\x86\x8a
03537 {0x718f,{0x52,0x1e,0x5f,0x1f,0x5f,0x1e,0x52}}, // \xe7\x86\x8f
03538 {0x7194,{0x4c,0x3f,0x26,0x16,0x6b,0x76,0x26}}, // \xe7\x86\x94
03539 {0x7195,{0x4c,0x3f,0x44,0x3d,0x2f,0x3d,0x44}}, // \xe7\x86\x95
03540 {0x7199,{0x5f,0x15,0x5b,0x15,0x40,0x1f,0x57}}, // \xe7\x86\x99
03541 {0x719f,{0x52,0x0e,0x5b,0x0e,0x5f,0x1e,0x50}}, // \xe7\x86\x9f
03542 {0x71a8,{0x48,0x57,0x2f,0x13,0x26,0x5a,0x4f}}, // \xe7\x86\xa8
03543 {0x71ac,{0x54,0x0e,0x5f,0x06,0x54,0x0b,0x56}}, // \xe7\x86\xac
03544 {0x71b1,{0x54,0x0e,0x5f,0x14,0x4b,0x1e,0x50}}, // \xe7\x86\xb1
03545 {0x71b9,{0x4a,0x3a,0x6e,0x2f,0x6e,0x3a,0x4a}}, // \xe7\x86\xb9
03546 {0x71be,{0x4c,0x3f,0x4a,0x6f,0x6e,0x3f,0x55}}, // \xe7\x86\xbe
03547 {0x71c3,{0x4c,0x3f,0x54,0x0b,0x56,0x0f,0x52}}, // \xe7\x87\x83
03548 {0x71c8,{0x4c,0x3f,0x45,0x5b,0x69,0x5a,0x45}}, // \xe7\x87\x88
03549 {0x71c9,{0x4c,0x3f,0x2e,0x7b,0x56,0x3f,0x5e}}, // \xe7\x87\x89
03550 {0x71ce,{0x4c,0x3f,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe7\x87\x8e
03551 {0x71d0,{0x4c,0x3f,0x55,0x32,0x27,0x72,0x25}}, // \xe7\x87\x90
03552 {0x71d2,{0x4c,0x3f,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe7\x87\x92
03553 {0x71d4,{0x4c,0x3f,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe7\x87\x94
03554 {0x71d5,{0x56,0x1e,0x43,0x1e,0x57,0x1e,0x56}}, // \xe7\x87\x95
03555 {0x71d7,{0x4c,0x3f,0x7f,0x23,0x18,0x3b,0x7f}}, // \xe7\x87\x97
03556 {0x71df,{0x0d,0x66,0x6d,0x7c,0x6d,0x66,0x0d}}, // \xe7\x87\x9f
03557 {0x71e0,{0x4c,0x3f,0x50,0x5e,0x3f,0x56,0x5e}}, // \xe7\x87\xa0
03558 {0x71e5,{0x4c,0x3f,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe7\x87\xa5
03559 {0x71e6,{0x4c,0x3f,0x54,0x2b,0x75,0x2a,0x56}}, // \xe7\x87\xa6
03560 {0x71e7,{0x4c,0x3f,0x65,0x52,0x6d,0x7d,0x56}}, // \xe7\x87\xa7
03561 {0x71ec,{0x4c,0x3f,0x56,0x7d,0x57,0x29,0x5b}}, // \xe7\x87\xac
03562 {0x71ed,{0x4c,0x3f,0x4b,0x75,0x77,0x25,0x7f}}, // \xe7\x87\xad
03563 {0x71ee,{0x4a,0x47,0x5a,0x2d,0x5a,0x47,0x4a}}, // \xe7\x87\xae
03564 {0x71f5,{0x4c,0x3f,0x69,0x54,0x5e,0x77,0x5e}}, // \xe7\x87\xb5
03565 {0x71f9,{0x45,0x5b,0x2d,0x10,0x25,0x5b,0x4d}}, // \xe7\x87\xb9
03566 {0x71fb,{0x4c,0x3f,0x52,0x1f,0x5f,0x1f,0x52}}, // \xe7\x87\xbb
03567 {0x71fc,{0x4c,0x3f,0x54,0x6a,0x7f,0x6e,0x54}}, // \xe7\x87\xbc
03568 {0x71ff,{0x4c,0x3f,0x21,0x7b,0x50,0x79,0x53}}, // \xe7\x87\xbf
03569 {0x7206,{0x4c,0x3f,0x5b,0x2f,0x7b,0x2f,0x5b}}, // \xe7\x88\x86
03570 {0x720d,{0x4c,0x3f,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe7\x88\x8d
03571 {0x7210,{0x4c,0x3f,0x20,0x5c,0x64,0x6f,0x4a}}, // \xe7\x88\x90
03572 {0x721b,{0x4c,0x3f,0x7f,0x2b,0x7c,0x2b,0x7f}}, // \xe7\x88\x9b
03573 {0x7228,{0x2c,0x16,0x5d,0x36,0x5d,0x17,0x2c}}, // \xe7\x88\xa8
03574 {0x722a,{0x40,0x3e,0x02,0x7e,0x01,0x3d,0x40}}, // \xe7\x88\xaa
03575 {0x722c,{0x40,0x3e,0x7e,0x3d,0x40,0x5e,0x56}}, // \xe7\x88\xac
03576 {0x722d,{0x14,0x13,0x55,0x7f,0x35,0x3d,0x12}}, // \xe7\x88\xad
03577 {0x7230,{0x44,0x2b,0x5d,0x5f,0x2d,0x5d,0x4a}}, // \xe7\x88\xb0
03578 {0x7232,{0x44,0x23,0x5d,0x17,0x55,0x1d,0x72}}, // \xe7\x88\xb2
03579 {0x7235,{0x41,0x7f,0x5d,0x6f,0x0d,0x5f,0x7d}}, // \xe7\x88\xb5
03580 {0x7236,{0x42,0x42,0x2d,0x10,0x2d,0x42,0x42}}, // \xe7\x88\xb6
03581 {0x723a,{0x2a,0x3a,0x35,0x74,0x05,0x7a,0x2a}}, // \xe7\x88\xba
03582 {0x723b,{0x40,0x45,0x5d,0x22,0x5a,0x45,0x40}}, // \xe7\x88\xbb
03583 {0x723c,{0x55,0x22,0x55,0x7f,0x55,0x7f,0x40}}, // \xe7\x88\xbc
03584 {0x723d,{0x42,0x56,0x2a,0x1f,0x2a,0x56,0x42}}, // \xe7\x88\xbd
03585 {0x723e,{0x7d,0x57,0x2d,0x7f,0x55,0x2f,0x7d}}, // \xe7\x88\xbe
03586 {0x723f,{0x00,0x50,0x37,0x14,0x14,0x7f,0x00}}, // \xe7\x88\xbf
03587 {0x7240,{0x57,0x34,0x7f,0x1a,0x7f,0x1a,0x22}}, // \xe7\x89\x80
03588 {0x7246,{0x57,0x34,0x7f,0x76,0x5b,0x76,0x7a}}, // \xe7\x89\x86
03589 {0x7247,{0x40,0x3f,0x14,0x14,0x17,0x74,0x04}}, // \xe7\x89\x87
03590 {0x7248,{0x7f,0x14,0x77,0x20,0x5f,0x25,0x5d}}, // \xe7\x89\x88
03591 {0x724b,{0x7f,0x14,0x77,0x12,0x5b,0x36,0x5b}}, // \xe7\x89\x8b
03592 {0x724c,{0x7f,0x14,0x77,0x2e,0x3f,0x7a,0x2e}}, // \xe7\x89\x8c
03593 {0x7252,{0x7f,0x14,0x77,0x3e,0x73,0x36,0x57}}, // \xe7\x89\x92
03594 {0x7258,{0x7f,0x14,0x77,0x4e,0x3e,0x3b,0x4e}}, // \xe7\x89\x98
03595 {0x7259,{0x28,0x2f,0x19,0x49,0x7f,0x09,0x08}}, // \xe7\x89\x99
03596 {0x725b,{0x14,0x13,0x12,0x7f,0x12,0x12,0x10}}, // \xe7\x89\x9b
03597 {0x725d,{0x14,0x13,0x7f,0x0a,0x7f,0x48,0x64}}, // \xe7\x89\x9d
03598 {0x725f,{0x24,0x34,0x2e,0x7d,0x2c,0x2a,0x24}}, // \xe7\x89\x9f
03599 {0x7261,{0x14,0x13,0x7f,0x0a,0x44,0x7f,0x44}}, // \xe7\x89\xa1
03600 {0x7262,{0x36,0x2e,0x2a,0x7f,0x2a,0x2a,0x26}}, // \xe7\x89\xa2
03601 {0x7267,{0x17,0x7f,0x44,0x5f,0x22,0x5e,0x42}}, // \xe7\x89\xa7
03602 {0x7269,{0x17,0x7f,0x24,0x53,0x2e,0x5e,0x7e}}, // \xe7\x89\xa9
03603 {0x7272,{0x17,0x7f,0x44,0x53,0x7f,0x52,0x42}}, // \xe7\x89\xb2
03604 {0x7274,{0x17,0x7f,0x12,0x7e,0x4a,0x5e,0x69}}, // \xe7\x89\xb4
03605 {0x7279,{0x17,0x7f,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe7\x89\xb9
03606 {0x727d,{0x1a,0x2e,0x3e,0x7b,0x3a,0x2e,0x1a}}, // \xe7\x89\xbd
03607 {0x727e,{0x17,0x7f,0x14,0x7d,0x57,0x7d,0x10}}, // \xe7\x89\xbe
03608 {0x7280,{0x40,0x3f,0x2b,0x3b,0x33,0x7f,0x2b}}, // \xe7\x8a\x80
03609 {0x7281,{0x2a,0x27,0x3f,0x7a,0x37,0x30,0x2f}}, // \xe7\x8a\x81
03610 {0x7282,{0x2a,0x27,0x3f,0x76,0x3b,0x36,0x2e}}, // \xe7\x8a\x82
03611 {0x7287,{0x24,0x3f,0x76,0x27,0x3e,0x76,0x24}}, // \xe7\x8a\x87
03612 {0x7292,{0x17,0x7f,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe7\x8a\x92
03613 {0x7296,{0x2d,0x26,0x3d,0x7c,0x35,0x36,0x2d}}, // \xe7\x8a\x96
03614 {0x72a0,{0x17,0x7f,0x2a,0x7b,0x2e,0x3b,0x5a}}, // \xe7\x8a\xa0
03615 {0x72a2,{0x17,0x7f,0x4e,0x3e,0x3b,0x3e,0x4e}}, // \xe7\x8a\xa2
03616 {0x72a7,{0x17,0x7f,0x0a,0x5b,0x6e,0x3b,0x5a}}, // \xe7\x8a\xa7
03617 {0x72ac,{0x44,0x44,0x24,0x1f,0x24,0x45,0x44}}, // \xe7\x8a\xac
03618 {0x72af,{0x55,0x4a,0x3d,0x7f,0x41,0x49,0x6f}}, // \xe7\x8a\xaf
03619 {0x72b2,{0x55,0x4a,0x3d,0x22,0x52,0x7f,0x0a}}, // \xe7\x8a\xb2
03620 {0x72b6,{0x14,0x7f,0x44,0x24,0x1f,0x24,0x45}}, // \xe7\x8a\xb6
03621 {0x72b9,{0x55,0x4a,0x3d,0x42,0x3f,0x7a,0x43}}, // \xe7\x8a\xb9
03622 {0x72c2,{0x55,0x4a,0x3d,0x40,0x49,0x7f,0x49}}, // \xe7\x8b\x82
03623 {0x72c3,{0x55,0x3e,0x49,0x7f,0x49,0x7f,0x48}}, // \xe7\x8b\x83
03624 {0x72c4,{0x55,0x4a,0x3d,0x4c,0x40,0x3f,0x44}}, // \xe7\x8b\x84
03625 {0x72c6,{0x55,0x4a,0x3d,0x1e,0x12,0x7f,0x1e}}, // \xe7\x8b\x86
03626 {0x72ce,{0x55,0x3e,0x1f,0x15,0x7f,0x15,0x1f}}, // \xe7\x8b\x8e
03627 {0x72d0,{0x55,0x3e,0x41,0x3e,0x42,0x3e,0x61}}, // \xe7\x8b\x90
03628 {0x72d2,{0x55,0x3e,0x5a,0x3f,0x16,0x7f,0x36}}, // \xe7\x8b\x92
03629 {0x72d7,{0x55,0x4a,0x3d,0x04,0x1b,0x5a,0x7e}}, // \xe7\x8b\x97
03630 {0x72d9,{0x55,0x3e,0x41,0x7f,0x55,0x7f,0x40}}, // \xe7\x8b\x99
03631 {0x72db,{0x55,0x3e,0x01,0x7e,0x4b,0x4a,0x7e}}, // \xe7\x8b\x9b
03632 {0x72e0,{0x55,0x3e,0x01,0x7f,0x55,0x35,0x5f}}, // \xe7\x8b\xa0
03633 {0x72e1,{0x55,0x3e,0x4a,0x56,0x23,0x56,0x4a}}, // \xe7\x8b\xa1
03634 {0x72e2,{0x55,0x3e,0x11,0x6a,0x65,0x6b,0x10}}, // \xe7\x8b\xa2
03635 {0x72e9,{0x55,0x3e,0x11,0x36,0x53,0x7a,0x16}}, // \xe7\x8b\xa9
03636 {0x72ec,{0x55,0x4a,0x3d,0x4e,0x7f,0x4a,0x6e}}, // \xe7\x8b\xac
03637 {0x72ed,{0x55,0x3e,0x5b,0x52,0x3f,0x52,0x5a}}, // \xe7\x8b\xad
03638 {0x72f7,{0x55,0x4a,0x3d,0x78,0x2b,0x2b,0x78}}, // \xe7\x8b\xb7
03639 {0x72f8,{0x55,0x3e,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe7\x8b\xb8
03640 {0x72f9,{0x55,0x3e,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe7\x8b\xb9
03641 {0x72fc,{0x55,0x3e,0x01,0x7e,0x5a,0x3b,0x5e}}, // \xe7\x8b\xbc
03642 {0x72fd,{0x55,0x4a,0x3d,0x5f,0x15,0x15,0x5f}}, // \xe7\x8b\xbd
03643 {0x730a,{0x55,0x3e,0x5e,0x35,0x10,0x75,0x5f}}, // \xe7\x8c\x8a
03644 {0x7316,{0x55,0x4a,0x3d,0x7c,0x57,0x57,0x7c}}, // \xe7\x8c\x96
03645 {0x7317,{0x55,0x3e,0x12,0x5a,0x17,0x7a,0x12}}, // \xe7\x8c\x97
03646 {0x731b,{0x55,0x3e,0x45,0x74,0x7d,0x77,0x44}}, // \xe7\x8c\x9b
03647 {0x731c,{0x55,0x3e,0x09,0x7a,0x3f,0x7a,0x08}}, // \xe7\x8c\x9c
03648 {0x731d,{0x55,0x3e,0x32,0x2e,0x73,0x2e,0x32}}, // \xe7\x8c\x9d
03649 {0x731f,{0x55,0x4a,0x3d,0x14,0x7d,0x16,0x7d}}, // \xe7\x8c\x9f
03650 {0x7325,{0x55,0x4a,0x3d,0x77,0x55,0x37,0x57}}, // \xe7\x8c\xa5
03651 {0x7329,{0x55,0x4a,0x3d,0x48,0x57,0x7d,0x57}}, // \xe7\x8c\xa9
03652 {0x732a,{0x55,0x3e,0x29,0x1a,0x6f,0x6a,0x69}}, // \xe7\x8c\xaa
03653 {0x732b,{0x55,0x3e,0x7a,0x5f,0x7a,0x5f,0x7a}}, // \xe7\x8c\xab
03654 {0x732e,{0x7a,0x3a,0x6f,0x7a,0x44,0x3f,0x45}}, // \xe7\x8c\xae
03655 {0x732f,{0x55,0x3e,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe7\x8c\xaf
03656 {0x7334,{0x55,0x3e,0x7f,0x54,0x5d,0x37,0x54}}, // \xe7\x8c\xb4
03657 {0x7336,{0x55,0x3e,0x7a,0x5f,0x4a,0x5f,0x7a}}, // \xe7\x8c\xb6
03658 {0x7337,{0x7a,0x5f,0x4e,0x7b,0x44,0x3f,0x45}}, // \xe7\x8c\xb7
03659 {0x733e,{0x55,0x3e,0x0c,0x77,0x35,0x77,0x0c}}, // \xe7\x8c\xbe
03660 {0x733f,{0x55,0x4a,0x3d,0x7e,0x57,0x36,0x5c}}, // \xe7\x8c\xbf
03661 {0x7344,{0x55,0x4a,0x3d,0x6b,0x6a,0x3f,0x45}}, // \xe7\x8d\x84
03662 {0x7345,{0x55,0x4a,0x3f,0x36,0x1d,0x7f,0x1d}}, // \xe7\x8d\x85
03663 {0x734e,{0x5b,0x56,0x5f,0x34,0x56,0x5d,0x57}}, // \xe7\x8d\x8e
03664 {0x734f,{0x55,0x3e,0x52,0x5f,0x36,0x5f,0x52}}, // \xe7\x8d\x8f
03665 {0x7357,{0x55,0x3e,0x5b,0x35,0x4b,0x3d,0x4d}}, // \xe7\x8d\x97
03666 {0x7363,{0x11,0x77,0x56,0x77,0x44,0x3f,0x45}}, // \xe7\x8d\xa3
03667 {0x7368,{0x55,0x3e,0x4b,0x75,0x77,0x25,0x7f}}, // \xe7\x8d\xa8
03668 {0x736a,{0x55,0x3e,0x1d,0x76,0x5d,0x76,0x1c}}, // \xe7\x8d\xaa
03669 {0x7370,{0x55,0x3e,0x17,0x5e,0x7f,0x1a,0x16}}, // \xe7\x8d\xb0
03670 {0x7372,{0x55,0x3e,0x42,0x5f,0x2e,0x5f,0x4a}}, // \xe7\x8d\xb2
03671 {0x7375,{0x55,0x3e,0x41,0x3e,0x75,0x2e,0x7d}}, // \xe7\x8d\xb5
03672 {0x7378,{0x13,0x7f,0x5f,0x7f,0x44,0x3f,0x45}}, // \xe7\x8d\xb8
03673 {0x737a,{0x55,0x3e,0x2e,0x7f,0x5a,0x19,0x5b}}, // \xe7\x8d\xba
03674 {0x737b,{0x7c,0x74,0x3f,0x6a,0x44,0x3f,0x45}}, // \xe7\x8d\xbb
03675 {0x7384,{0x42,0x4a,0x6e,0x53,0x4a,0x22,0x42}}, // \xe7\x8e\x84
03676 {0x7387,{0x22,0x36,0x2a,0x77,0x22,0x36,0x22}}, // \xe7\x8e\x87
03677 {0x7389,{0x41,0x49,0x49,0x7f,0x49,0x69,0x41}}, // \xe7\x8e\x89
03678 {0x738b,{0x41,0x49,0x49,0x7f,0x49,0x49,0x41}}, // \xe7\x8e\x8b
03679 {0x7396,{0x29,0x3f,0x29,0x44,0x23,0x1a,0x66}}, // \xe7\x8e\x96
03680 {0x73a9,{0x29,0x3f,0x44,0x3d,0x05,0x7d,0x44}}, // \xe7\x8e\xa9
03681 {0x73b2,{0x29,0x3f,0x15,0x12,0x75,0x16,0x34}}, // \xe7\x8e\xb2
03682 {0x73b3,{0x29,0x3f,0x7e,0x01,0x04,0x3f,0x45}}, // \xe7\x8e\xb3
03683 {0x73bb,{0x29,0x3f,0x7e,0x5a,0x2f,0x5a,0x46}}, // \xe7\x8e\xbb
03684 {0x73c0,{0x29,0x3f,0x15,0x7e,0x4b,0x4a,0x7e}}, // \xe7\x8f\x80
03685 {0x73c2,{0x29,0x3f,0x29,0x1d,0x15,0x5d,0x7f}}, // \xe7\x8f\x82
03686 {0x73c8,{0x29,0x3f,0x62,0x1f,0x7e,0x42,0x7e}}, // \xe7\x8f\x88
03687 {0x73ca,{0x29,0x3f,0x08,0x7f,0x3f,0x09,0x7f}}, // \xe7\x8f\x8a
03688 {0x73cd,{0x29,0x3f,0x15,0x42,0x55,0x2a,0x14}}, // \xe7\x8f\x8d
03689 {0x73ce,{0x29,0x3f,0x24,0x5b,0x7e,0x0a,0x32}}, // \xe7\x8f\x8e
03690 {0x73de,{0x29,0x3f,0x11,0x6a,0x65,0x6b,0x10}}, // \xe7\x8f\x9e
03691 {0x73e0,{0x29,0x3f,0x4c,0x2b,0x7f,0x2a,0x48}}, // \xe7\x8f\xa0
03692 {0x73e5,{0x29,0x3f,0x21,0x3f,0x2d,0x7f,0x21}}, // \xe7\x8f\xa5
03693 {0x73ea,{0x29,0x3f,0x49,0x5a,0x7f,0x5a,0x48}}, // \xe7\x8f\xaa
03694 {0x73ed,{0x29,0x3f,0x4d,0x20,0x5e,0x7f,0x49}}, // \xe7\x8f\xad
03695 {0x73ee,{0x29,0x3f,0x7f,0x35,0x7d,0x35,0x7f}}, // \xe7\x8f\xae
03696 {0x73f1,{0x29,0x3f,0x49,0x58,0x2d,0x3a,0x49}}, // \xe7\x8f\xb1
03697 {0x73f8,{0x29,0x3f,0x14,0x7d,0x57,0x7d,0x10}}, // \xe7\x8f\xb8
03698 {0x73fe,{0x29,0x3f,0x29,0x5f,0x35,0x75,0x5f}}, // \xe7\x8f\xbe
03699 {0x7403,{0x29,0x3f,0x2a,0x52,0x7f,0x12,0x2b}}, // \xe7\x90\x83
03700 {0x7405,{0x29,0x3f,0x15,0x7e,0x5a,0x3b,0x5e}}, // \xe7\x90\x85
03701 {0x7406,{0x29,0x3f,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe7\x90\x86
03702 {0x7409,{0x29,0x3f,0x4a,0x3e,0x7b,0x06,0x6a}}, // \xe7\x90\x89
03703 {0x7422,{0x29,0x3f,0x29,0x57,0x7d,0x19,0x25}}, // \xe7\x90\xa2
03704 {0x7425,{0x29,0x3f,0x29,0x5c,0x24,0x6f,0x4a}}, // \xe7\x90\xa5
03705 {0x7432,{0x29,0x3f,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe7\x90\xb2
03706 {0x7433,{0x29,0x3f,0x1a,0x7f,0x1a,0x7f,0x12}}, // \xe7\x90\xb3
03707 {0x7434,{0x15,0x17,0x2d,0x28,0x6d,0x17,0x15}}, // \xe7\x90\xb4
03708 {0x7435,{0x45,0x7f,0x55,0x00,0x7d,0x57,0x55}}, // \xe7\x90\xb5
03709 {0x7436,{0x05,0x3f,0x55,0x5c,0x55,0x5f,0x65}}, // \xe7\x90\xb6
03710 {0x743a,{0x29,0x3f,0x75,0x00,0x6a,0x5f,0x4a}}, // \xe7\x90\xba
03711 {0x743f,{0x29,0x3f,0x27,0x3d,0x7f,0x3d,0x27}}, // \xe7\x90\xbf
03712 {0x7441,{0x29,0x3f,0x07,0x79,0x55,0x7d,0x07}}, // \xe7\x91\x81
03713 {0x7455,{0x29,0x3f,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe7\x91\x95
03714 {0x7459,{0x29,0x3f,0x15,0x7a,0x6d,0x5a,0x7d}}, // \xe7\x91\x99
03715 {0x745a,{0x29,0x3f,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe7\x91\x9a
03716 {0x745b,{0x29,0x3f,0x5a,0x57,0x3a,0x57,0x5a}}, // \xe7\x91\x9b
03717 {0x745c,{0x29,0x3f,0x04,0x73,0x75,0x26,0x54}}, // \xe7\x91\x9c
03718 {0x745e,{0x29,0x3f,0x6b,0x3a,0x6b,0x2a,0x6b}}, // \xe7\x91\x9e
03719 {0x745f,{0x55,0x47,0x3d,0x50,0x4d,0x47,0x55}}, // \xe7\x91\x9f
03720 {0x7460,{0x29,0x3f,0x0e,0x7a,0x79,0x77,0x0f}}, // \xe7\x91\xa0
03721 {0x7463,{0x29,0x3f,0x42,0x3d,0x36,0x3d,0x42}}, // \xe7\x91\xa3
03722 {0x7464,{0x29,0x3f,0x11,0x6a,0x4d,0x7b,0x68}}, // \xe7\x91\xa4
03723 {0x7469,{0x4d,0x56,0x55,0x7c,0x55,0x76,0x4d}}, // \xe7\x91\xa9
03724 {0x746a,{0x29,0x3f,0x5f,0x15,0x5f,0x15,0x71}}, // \xe7\x91\xaa
03725 {0x746f,{0x29,0x3f,0x7e,0x4b,0x2e,0x7f,0x1b}}, // \xe7\x91\xaf
03726 {0x7470,{0x29,0x3f,0x5e,0x2b,0x7e,0x6a,0x5e}}, // \xe7\x91\xb0
03727 {0x7473,{0x29,0x3f,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe7\x91\xb3
03728 {0x7476,{0x29,0x3f,0x69,0x4a,0x7e,0x49,0x6b}}, // \xe7\x91\xb6
03729 {0x747e,{0x29,0x3f,0x5a,0x5f,0x7a,0x5f,0x5a}}, // \xe7\x91\xbe
03730 {0x7483,{0x29,0x3f,0x72,0x5e,0x7b,0x3e,0x72}}, // \xe7\x92\x83
03731 {0x748b,{0x29,0x3f,0x2a,0x3e,0x7b,0x3e,0x2a}}, // \xe7\x92\x8b
03732 {0x749e,{0x29,0x3f,0x4b,0x5e,0x3b,0x5e,0x4b}}, // \xe7\x92\x9e
03733 {0x74a2,{0x29,0x3f,0x7d,0x5f,0x71,0x5f,0x7d}}, // \xe7\x92\xa2
03734 {0x74a7,{0x54,0x5f,0x7b,0x70,0x76,0x7b,0x56}}, // \xe7\x92\xa7
03735 {0x74b0,{0x29,0x3f,0x47,0x3d,0x6f,0x3d,0x47}}, // \xe7\x92\xb0
03736 {0x74bd,{0x5d,0x77,0x6d,0x7f,0x75,0x6f,0x5d}}, // \xe7\x92\xbd
03737 {0x74ca,{0x29,0x3f,0x29,0x52,0x5d,0x2f,0x5e}}, // \xe7\x93\x8a
03738 {0x74cf,{0x29,0x3f,0x7e,0x2b,0x7e,0x77,0x5d}}, // \xe7\x93\x8f
03739 {0x74d4,{0x29,0x3f,0x57,0x7b,0x54,0x33,0x57}}, // \xe7\x93\x94
03740 {0x74dc,{0x40,0x3e,0x42,0x7e,0x41,0x3d,0x40}}, // \xe7\x93\x9c
03741 {0x74e0,{0x0a,0x57,0x6a,0x3e,0x62,0x1e,0x61}}, // \xe7\x93\xa0
03742 {0x74e2,{0x51,0x17,0x77,0x3f,0x42,0x3e,0x61}}, // \xe7\x93\xa2
03743 {0x74e3,{0x56,0x3b,0x7e,0x7f,0x16,0x7b,0x16}}, // \xe7\x93\xa3
03744 {0x74e6,{0x41,0x71,0x4f,0x15,0x7d,0x41,0x61}}, // \xe7\x93\xa6
03745 {0x74e7,{0x41,0x7f,0x3d,0x41,0x44,0x7f,0x44}}, // \xe7\x93\xa7
03746 {0x74e9,{0x41,0x7f,0x3d,0x41,0x4a,0x7e,0x49}}, // \xe7\x93\xa9
03747 {0x74ee,{0x4a,0x4a,0x7d,0x58,0x19,0x7a,0x4a}}, // \xe7\x93\xae
03748 {0x74f0,{0x41,0x7f,0x3d,0x41,0x6a,0x59,0x7a}}, // \xe7\x93\xb0
03749 {0x74f1,{0x41,0x7f,0x3d,0x41,0x4a,0x7e,0x65}}, // \xe7\x93\xb1
03750 {0x74f2,{0x41,0x3f,0x7d,0x5a,0x52,0x7f,0x6a}}, // \xe7\x93\xb2
03751 {0x74f6,{0x55,0x3e,0x7d,0x7f,0x55,0x3d,0x41}}, // \xe7\x93\xb6
03752 {0x74f7,{0x59,0x50,0x74,0x5b,0x16,0x7a,0x56}}, // \xe7\x93\xb7
03753 {0x74f8,{0x41,0x7f,0x3d,0x40,0x7d,0x6b,0x7d}}, // \xe7\x93\xb8
03754 {0x7503,{0x5a,0x56,0x7e,0x55,0x1a,0x77,0x5a}}, // \xe7\x94\x83
03755 {0x7504,{0x5d,0x7f,0x5d,0x41,0x7f,0x3d,0x41}}, // \xe7\x94\x84
03756 {0x7505,{0x41,0x7f,0x3d,0x50,0x6f,0x7d,0x6d}}, // \xe7\x94\x85
03757 {0x750c,{0x7f,0x71,0x47,0x77,0x7f,0x3d,0x41}}, // \xe7\x94\x8c
03758 {0x750d,{0x5a,0x4e,0x7b,0x5e,0x1b,0x7e,0x5a}}, // \xe7\x94\x8d
03759 {0x750e,{0x52,0x1f,0x7e,0x41,0x7f,0x3d,0x41}}, // \xe7\x94\x8e
03760 {0x7511,{0x6d,0x6c,0x4d,0x7f,0x55,0x3d,0x41}}, // \xe7\x94\x91
03761 {0x7513,{0x54,0x5f,0x7b,0x50,0x16,0x7b,0x56}}, // \xe7\x94\x93
03762 {0x7515,{0x5a,0x56,0x72,0x5f,0x1e,0x7e,0x5a}}, // \xe7\x94\x95
03763 {0x7518,{0x02,0x7f,0x4a,0x4a,0x4a,0x7f,0x02}}, // \xe7\x94\x98
03764 {0x751a,{0x12,0x72,0x5f,0x7a,0x5f,0x72,0x52}}, // \xe7\x94\x9a
03765 {0x751c,{0x76,0x5e,0x75,0x02,0x7f,0x4a,0x7f}}, // \xe7\x94\x9c
03766 {0x751e,{0x16,0x7b,0x56,0x57,0x56,0x7b,0x16}}, // \xe7\x94\x9e
03767 {0x751f,{0x44,0x53,0x52,0x7f,0x52,0x52,0x42}}, // \xe7\x94\x9f
03768 {0x7523,{0x42,0x3a,0x4e,0x5b,0x7a,0x5e,0x4a}}, // \xe7\x94\xa3
03769 {0x7525,{0x2b,0x3f,0x2a,0x5f,0x35,0x5f,0x7f}}, // \xe7\x94\xa5
03770 {0x7526,{0x5d,0x3f,0x4d,0x64,0x6b,0x7f,0x6a}}, // \xe7\x94\xa6
03771 {0x7528,{0x40,0x3f,0x15,0x7f,0x15,0x55,0x7f}}, // \xe7\x94\xa8
03772 {0x752b,{0x02,0x7a,0x2a,0x7f,0x2a,0x7b,0x02}}, // \xe7\x94\xab
03773 {0x752c,{0x00,0x7d,0x15,0x7d,0x15,0x57,0x7d}}, // \xe7\x94\xac
03774 {0x7530,{0x7f,0x49,0x49,0x7f,0x49,0x49,0x7f}}, // \xe7\x94\xb0
03775 {0x7531,{0x7e,0x4a,0x4a,0x7f,0x4a,0x4a,0x7e}}, // \xe7\x94\xb1
03776 {0x7532,{0x1f,0x15,0x15,0x7f,0x15,0x15,0x1f}}, // \xe7\x94\xb2
03777 {0x7533,{0x3e,0x2a,0x2a,0x7f,0x2a,0x2a,0x3e}}, // \xe7\x94\xb3
03778 {0x7537,{0x50,0x5f,0x35,0x1f,0x15,0x5f,0x70}}, // \xe7\x94\xb7
03779 {0x7538,{0x04,0x3f,0x2a,0x3e,0x2a,0x3e,0x7e}}, // \xe7\x94\xb8
03780 {0x753a,{0x3f,0x25,0x3f,0x3f,0x42,0x7e,0x02}}, // \xe7\x94\xba
03781 {0x753b,{0x7d,0x41,0x5d,0x5f,0x5d,0x41,0x7d}}, // \xe7\x94\xbb
03782 {0x753c,{0x10,0x1f,0x55,0x7f,0x15,0x1f,0x10}}, // \xe7\x94\xbc
03783 {0x7544,{0x00,0x7d,0x54,0x7d,0x54,0x56,0x7d}}, // \xe7\x95\x84
03784 {0x7546,{0x7a,0x7b,0x7a,0x40,0x70,0x4f,0x60}}, // \xe7\x95\x86
03785 {0x7549,{0x3e,0x3e,0x3e,0x48,0x4a,0x3f,0x4a}}, // \xe7\x95\x89
03786 {0x754a,{0x3e,0x3e,0x3e,0x52,0x3f,0x12,0x7f}}, // \xe7\x95\x8a
03787 {0x754b,{0x3e,0x3e,0x3e,0x44,0x5f,0x22,0x5e}}, // \xe7\x95\x8b
03788 {0x754c,{0x20,0x5f,0x35,0x1f,0x75,0x1f,0x20}}, // \xe7\x95\x8c
03789 {0x754d,{0x3e,0x3e,0x3e,0x44,0x3a,0x01,0x7a}}, // \xe7\x95\x8d
03790 {0x754f,{0x50,0x7f,0x55,0x1f,0x35,0x5f,0x50}}, // \xe7\x95\x8f
03791 {0x7551,{0x4c,0x3f,0x24,0x7f,0x49,0x7f,0x7f}}, // \xe7\x95\x91
03792 {0x7554,{0x3e,0x3e,0x3e,0x2a,0x28,0x7f,0x2a}}, // \xe7\x95\x94
03793 {0x7559,{0x0e,0x7a,0x59,0x74,0x59,0x77,0x0f}}, // \xe7\x95\x99
03794 {0x755a,{0x14,0x0e,0x77,0x76,0x55,0x7e,0x14}}, // \xe7\x95\x9a
03795 {0x755b,{0x3e,0x3e,0x3e,0x42,0x55,0x2a,0x14}}, // \xe7\x95\x9b
03796 {0x755c,{0x12,0x76,0x56,0x7b,0x52,0x72,0x1a}}, // \xe7\x95\x9c
03797 {0x755d,{0x7a,0x7b,0x7a,0x44,0x23,0x1a,0x66}}, // \xe7\x95\x9d
03798 {0x7560,{0x70,0x5e,0x5a,0x7b,0x5a,0x5e,0x70}}, // \xe7\x95\xa0
03799 {0x7562,{0x28,0x3f,0x2d,0x7f,0x2d,0x3f,0x28}}, // \xe7\x95\xa2
03800 {0x7564,{0x3e,0x3e,0x3e,0x6a,0x2f,0x7a,0x28}}, // \xe7\x95\xa4
03801 {0x7565,{0x3e,0x3e,0x3e,0x10,0x6a,0x65,0x6b}}, // \xe7\x95\xa5
03802 {0x7566,{0x3e,0x3e,0x3e,0x48,0x5a,0x7f,0x5a}}, // \xe7\x95\xa6
03803 {0x7567,{0x20,0x27,0x6d,0x57,0x6d,0x27,0x20}}, // \xe7\x95\xa7
03804 {0x7569,{0x3e,0x3e,0x3e,0x7a,0x4f,0x32,0x4a}}, // \xe7\x95\xa9
03805 {0x756a,{0x15,0x77,0x6d,0x7f,0x6d,0x77,0x15}}, // \xe7\x95\xaa
03806 {0x756b,{0x50,0x7a,0x5a,0x7f,0x5a,0x7e,0x54}}, // \xe7\x95\xab
03807 {0x756d,{0x3e,0x3e,0x3e,0x54,0x16,0x7d,0x56}}, // \xe7\x95\xad
03808 {0x7570,{0x50,0x57,0x1d,0x17,0x1d,0x57,0x50}}, // \xe7\x95\xb0
03809 {0x7573,{0x58,0x4f,0x7d,0x5f,0x7d,0x4f,0x58}}, // \xe7\x95\xb3
03810 {0x7574,{0x3e,0x3e,0x3e,0x5e,0x17,0x7e,0x14}}, // \xe7\x95\xb4
03811 {0x7576,{0x06,0x73,0x5e,0x7b,0x5e,0x73,0x06}}, // \xe7\x95\xb6
03812 {0x7577,{0x3e,0x3e,0x5d,0x2b,0x5d,0x2b,0x5d}}, // \xe7\x95\xb7
03813 {0x7578,{0x3e,0x3e,0x3e,0x12,0x5a,0x17,0x7a}}, // \xe7\x95\xb8
03814 {0x757f,{0x6a,0x6d,0x68,0x0f,0x5a,0x2d,0x50}}, // \xe7\x95\xbf
03815 {0x7582,{0x5a,0x4c,0x7b,0x5b,0x7b,0x4c,0x5a}}, // \xe7\x96\x82
03816 {0x7586,{0x51,0x7d,0x37,0x49,0x7f,0x7f,0x49}}, // \xe7\x96\x86
03817 {0x7587,{0x3e,0x3e,0x3e,0x36,0x5f,0x76,0x14}}, // \xe7\x96\x87
03818 {0x7589,{0x5c,0x6c,0x5f,0x6b,0x5f,0x4c,0x5c}}, // \xe7\x96\x89
03819 {0x758a,{0x5c,0x4c,0x7f,0x5b,0x7f,0x4c,0x5c}}, // \xe7\x96\x8a
03820 {0x758b,{0x41,0x39,0x41,0x7f,0x49,0x49,0x43}}, // \xe7\x96\x8b
03821 {0x758e,{0x71,0x7d,0x4b,0x2e,0x7f,0x2a,0x4e}}, // \xe7\x96\x8e
03822 {0x758f,{0x71,0x7d,0x4b,0x3e,0x7b,0x06,0x6a}}, // \xe7\x96\x8f
03823 {0x7591,{0x57,0x3a,0x5a,0x65,0x3d,0x57,0x4d}}, // \xe7\x96\x91
03824 {0x7594,{0x54,0x3e,0x0a,0x4a,0x7b,0x0a,0x0a}}, // \xe7\x96\x94
03825 {0x759a,{0x54,0x3e,0x42,0x4a,0x27,0x5e,0x42}}, // \xe7\x96\x9a
03826 {0x759d,{0x54,0x3e,0x72,0x42,0x7b,0x42,0x72}}, // \xe7\x96\x9d
03827 {0x75a3,{0x54,0x3e,0x4a,0x4a,0x3f,0x7a,0x4a}}, // \xe7\x96\xa3
03828 {0x75a5,{0x54,0x3e,0x52,0x3a,0x07,0x7a,0x12}}, // \xe7\x96\xa5
03829 {0x75ab,{0x54,0x3e,0x52,0x4e,0x37,0x7e,0x52}}, // \xe7\x96\xab
03830 {0x75b1,{0x54,0x3e,0x12,0x0e,0x7b,0x5a,0x5a}}, // \xe7\x96\xb1
03831 {0x75b2,{0x54,0x3e,0x42,0x3a,0x5b,0x2e,0x5a}}, // \xe7\x96\xb2
03832 {0x75b3,{0x54,0x3e,0x0a,0x7e,0x4b,0x7e,0x0a}}, // \xe7\x96\xb3
03833 {0x75b5,{0x54,0x3e,0x72,0x7e,0x2b,0x7e,0x4a}}, // \xe7\x96\xb5
03834 {0x75b8,{0x54,0x3e,0x42,0x5e,0x57,0x5e,0x42}}, // \xe7\x96\xb8
03835 {0x75b9,{0x54,0x3e,0x12,0x4a,0x57,0x2a,0x12}}, // \xe7\x96\xb9
03836 {0x75bc,{0x54,0x3e,0x22,0x2a,0x57,0x1e,0x22}}, // \xe7\x96\xbc
03837 {0x75bd,{0x54,0x3e,0x42,0x7e,0x57,0x7e,0x42}}, // \xe7\x96\xbd
03838 {0x75be,{0x54,0x3e,0x52,0x5e,0x3b,0x5a,0x52}}, // \xe7\x96\xbe
03839 {0x75c2,{0x54,0x3e,0x4a,0x3e,0x7b,0x4a,0x7a}}, // \xe7\x97\x82
03840 {0x75c3,{0x54,0x3e,0x4a,0x5a,0x6f,0x4a,0x6a}}, // \xe7\x97\x83
03841 {0x75c5,{0x54,0x3e,0x7a,0x2e,0x1f,0x2e,0x7a}}, // \xe7\x97\x85
03842 {0x75c7,{0x54,0x3e,0x42,0x76,0x47,0x7e,0x56}}, // \xe7\x97\x87
03843 {0x75ca,{0x54,0x3e,0x52,0x5a,0x77,0x5a,0x52}}, // \xe7\x97\x8a
03844 {0x75cd,{0x54,0x3e,0x46,0x5e,0x3f,0x56,0x72}}, // \xe7\x97\x8d
03845 {0x75d2,{0x54,0x3e,0x2a,0x2e,0x7b,0x2e,0x2a}}, // \xe7\x97\x92
03846 {0x75d4,{0x54,0x3e,0x12,0x36,0x5f,0x76,0x12}}, // \xe7\x97\x94
03847 {0x75d5,{0x54,0x3e,0x02,0x7e,0x57,0x3e,0x42}}, // \xe7\x97\x95
03848 {0x75d8,{0x54,0x3e,0x02,0x5a,0x6b,0x6a,0x5a}}, // \xe7\x97\x98
03849 {0x75d9,{0x54,0x3e,0x52,0x5a,0x77,0x5a,0x56}}, // \xe7\x97\x99
03850 {0x75db,{0x54,0x3e,0x7a,0x2a,0x7b,0x2e,0x7a}}, // \xe7\x97\x9b
03851 {0x75de,{0x54,0x3e,0x22,0x16,0x6f,0x7e,0x16}}, // \xe7\x97\x9e
03852 {0x75e2,{0x54,0x3e,0x2a,0x7a,0x27,0x5a,0x7a}}, // \xe7\x97\xa2
03853 {0x75e3,{0x54,0x3e,0x62,0x36,0x5f,0x56,0x62}}, // \xe7\x97\xa3
03854 {0x75e9,{0x54,0x3e,0x4a,0x5e,0x2f,0x5e,0x4a}}, // \xe7\x97\xa9
03855 {0x75f0,{0x54,0x3e,0x56,0x52,0x2f,0x52,0x56}}, // \xe7\x97\xb0
03856 {0x75f2,{0x54,0x3e,0x3a,0x7e,0x3b,0x7e,0x3a}}, // \xe7\x97\xb2
03857 {0x75f3,{0x54,0x3e,0x2a,0x7e,0x2b,0x7e,0x2a}}, // \xe7\x97\xb3
03858 {0x75f4,{0x54,0x3e,0x52,0x3e,0x4b,0x3a,0x3a}}, // \xe7\x97\xb4
03859 {0x75fa,{0x54,0x3e,0x02,0x2e,0x3f,0x7a,0x2e}}, // \xe7\x97\xba
03860 {0x75fc,{0x54,0x3e,0x7e,0x6a,0x5f,0x6a,0x7e}}, // \xe7\x97\xbc
03861 {0x75fe,{0x54,0x3e,0x7e,0x36,0x1b,0x5a,0x7e}}, // \xe7\x97\xbe
03862 {0x75ff,{0x54,0x3e,0x5a,0x76,0x5f,0x36,0x5a}}, // \xe7\x97\xbf
03863 {0x7601,{0x54,0x3e,0x36,0x2e,0x77,0x2e,0x36}}, // \xe7\x98\x81
03864 {0x7609,{0x54,0x3e,0x12,0x7a,0x77,0x2a,0x52}}, // \xe7\x98\x89
03865 {0x760b,{0x54,0x7e,0x3e,0x5a,0x7b,0x3e,0x42}}, // \xe7\x98\x8b
03866 {0x760d,{0x54,0x3e,0x52,0x3e,0x5b,0x3e,0x72}}, // \xe7\x98\x8d
03867 {0x761f,{0x54,0x3e,0x02,0x5e,0x7b,0x76,0x5e}}, // \xe7\x98\x9f
03868 {0x7620,{0x54,0x3e,0x16,0x76,0x2b,0x76,0x16}}, // \xe7\x98\xa0
03869 {0x7621,{0x54,0x3e,0x52,0x3a,0x77,0x6a,0x12}}, // \xe7\x98\xa1
03870 {0x7622,{0x54,0x3e,0x7a,0x7e,0x5b,0x2a,0x5a}}, // \xe7\x98\xa2
03871 {0x7624,{0x54,0x3e,0x1a,0x76,0x73,0x6e,0x1e}}, // \xe7\x98\xa4
03872 {0x7627,{0x54,0x3e,0x42,0x3a,0x2f,0x76,0x52}}, // \xe7\x98\xa7
03873 {0x7630,{0x54,0x3e,0x52,0x1e,0x7f,0x1e,0x52}}, // \xe7\x98\xb0
03874 {0x7634,{0x54,0x3e,0x2a,0x3e,0x7b,0x3e,0x2a}}, // \xe7\x98\xb4
03875 {0x763b,{0x54,0x3e,0x5a,0x7e,0x5f,0x3e,0x5a}}, // \xe7\x98\xbb
03876 {0x7642,{0x54,0x3e,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe7\x99\x82
03877 {0x7646,{0x54,0x3e,0x36,0x5a,0x37,0x7a,0x36}}, // \xe7\x99\x86
03878 {0x7647,{0x54,0x3e,0x7e,0x46,0x33,0x76,0x7e}}, // \xe7\x99\x87
03879 {0x7648,{0x54,0x3e,0x56,0x2e,0x5f,0x2a,0x56}}, // \xe7\x99\x88
03880 {0x764c,{0x54,0x3e,0x7a,0x5e,0x67,0x5e,0x7a}}, // \xe7\x99\x8c
03881 {0x7652,{0x54,0x3e,0x5a,0x3a,0x47,0x5a,0x6a}}, // \xe7\x99\x92
03882 {0x7656,{0x54,0x3e,0x7e,0x6e,0x3b,0x6e,0x3a}}, // \xe7\x99\x96
03883 {0x7658,{0x54,0x3e,0x6a,0x3e,0x7b,0x7e,0x6a}}, // \xe7\x99\x98
03884 {0x765c,{0x54,0x3e,0x5e,0x16,0x5b,0x2a,0x5a}}, // \xe7\x99\x9c
03885 {0x7661,{0x54,0x3e,0x5e,0x3a,0x5b,0x36,0x5e}}, // \xe7\x99\xa1
03886 {0x7662,{0x54,0x3e,0x2a,0x7e,0x3b,0x5e,0x2a}}, // \xe7\x99\xa2
03887 {0x7667,{0x54,0x3e,0x42,0x3e,0x4f,0x66,0x4e}}, // \xe7\x99\xa7
03888 {0x7668,{0x54,0x3e,0x2a,0x76,0x7f,0x56,0x4a}}, // \xe7\x99\xa8
03889 {0x7669,{0x54,0x3e,0x7e,0x2e,0x43,0x1a,0x5e}}, // \xe7\x99\xa9
03890 {0x766a,{0x54,0x3e,0x36,0x7e,0x4b,0x1e,0x5a}}, // \xe7\x99\xaa
03891 {0x766c,{0x54,0x3e,0x5a,0x5e,0x2b,0x72,0x2a}}, // \xe7\x99\xac
03892 {0x7670,{0x54,0x3e,0x6a,0x76,0x4b,0x7e,0x56}}, // \xe7\x99\xb0
03893 {0x7672,{0x54,0x3e,0x5e,0x1a,0x43,0x1e,0x5e}}, // \xe7\x99\xb2
03894 {0x7676,{0x14,0x0a,0x06,0x02,0x04,0x0a,0x14}}, // \xe7\x99\xb6
03895 {0x7678,{0x4a,0x55,0x5b,0x39,0x5a,0x55,0x4a}}, // \xe7\x99\xb8
03896 {0x767a,{0x4a,0x55,0x3b,0x19,0x7a,0x55,0x4a}}, // \xe7\x99\xba
03897 {0x767b,{0x4a,0x45,0x5b,0x69,0x5a,0x45,0x4a}}, // \xe7\x99\xbb
03898 {0x767c,{0x0a,0x55,0x6b,0x01,0x5a,0x2d,0x5a}}, // \xe7\x99\xbc
03899 {0x767d,{0x00,0x7e,0x4a,0x4b,0x4a,0x4a,0x7e}}, // \xe7\x99\xbd
03900 {0x767e,{0x01,0x7d,0x55,0x57,0x55,0x7d,0x01}}, // \xe7\x99\xbe
03901 {0x7680,{0x00,0x3e,0x5a,0x5b,0x4a,0x4e,0x60}}, // \xe7\x9a\x80
03902 {0x7683,{0x40,0x5e,0x3a,0x1b,0x7a,0x5e,0x60}}, // \xe7\x9a\x83
03903 {0x7684,{0x3e,0x2b,0x3e,0x04,0x0b,0x52,0x7e}}, // \xe7\x9a\x84
03904 {0x7686,{0x08,0x6f,0x6a,0x70,0x6f,0x6a,0x0a}}, // \xe7\x9a\x86
03905 {0x7687,{0x50,0x5e,0x5a,0x7b,0x5a,0x5e,0x50}}, // \xe7\x9a\x87
03906 {0x7688,{0x3e,0x2b,0x3e,0x5f,0x5d,0x25,0x5d}}, // \xe7\x9a\x88
03907 {0x768b,{0x28,0x1e,0x2a,0x7b,0x2a,0x1e,0x28}}, // \xe7\x9a\x8b
03908 {0x768e,{0x3e,0x2b,0x3e,0x4a,0x56,0x23,0x56}}, // \xe7\x9a\x8e
03909 {0x7690,{0x28,0x2e,0x26,0x7f,0x26,0x2e,0x28}}, // \xe7\x9a\x90
03910 {0x7693,{0x3e,0x2b,0x3e,0x0c,0x6b,0x6f,0x6a}}, // \xe7\x9a\x93
03911 {0x7696,{0x3e,0x2b,0x3e,0x56,0x32,0x77,0x56}}, // \xe7\x9a\x96
03912 {0x7699,{0x0a,0x66,0x6f,0x7a,0x67,0x6d,0x05}}, // \xe7\x9a\x99
03913 {0x769a,{0x3e,0x2b,0x3e,0x5b,0x6a,0x6b,0x5b}}, // \xe7\x9a\x9a
03914 {0x76ae,{0x40,0x3e,0x4a,0x5a,0x2f,0x5a,0x46}}, // \xe7\x9a\xae
03915 {0x76b0,{0x7e,0x2f,0x5a,0x04,0x7b,0x5a,0x5e}}, // \xe7\x9a\xb0
03916 {0x76b4,{0x4a,0x27,0x52,0x37,0x7e,0x2f,0x5a}}, // \xe7\x9a\xb4
03917 {0x76b7,{0x5a,0x77,0x2a,0x7e,0x5a,0x2f,0x5e}}, // \xe7\x9a\xb7
03918 {0x76b8,{0x27,0x3d,0x7f,0x27,0x7e,0x2f,0x5a}}, // \xe7\x9a\xb8
03919 {0x76b9,{0x7e,0x2f,0x5a,0x27,0x3d,0x7f,0x27}}, // \xe7\x9a\xb9
03920 {0x76ba,{0x24,0x5b,0x36,0x7e,0x5a,0x2f,0x5e}}, // \xe7\x9a\xba
03921 {0x76bf,{0x40,0x7e,0x42,0x7e,0x42,0x7e,0x40}}, // \xe7\x9a\xbf
03922 {0x76c2,{0x44,0x75,0x5d,0x7f,0x55,0x75,0x44}}, // \xe7\x9b\x82
03923 {0x76c3,{0x49,0x79,0x55,0x7f,0x51,0x75,0x49}}, // \xe7\x9b\x83
03924 {0x76c6,{0x44,0x76,0x5d,0x74,0x5d,0x72,0x44}}, // \xe7\x9b\x86
03925 {0x76c8,{0x49,0x75,0x5b,0x75,0x5b,0x72,0x4e}}, // \xe7\x9b\x88
03926 {0x76ca,{0x4a,0x76,0x53,0x72,0x52,0x77,0x4a}}, // \xe7\x9b\x8a
03927 {0x76cd,{0x54,0x76,0x7e,0x77,0x76,0x6e,0x54}}, // \xe7\x9b\x8d
03928 {0x76d2,{0x44,0x74,0x5e,0x7d,0x5e,0x74,0x44}}, // \xe7\x9b\x92
03929 {0x76d6,{0x4a,0x7a,0x5b,0x7e,0x5a,0x7b,0x4a}}, // \xe7\x9b\x96
03930 {0x76d7,{0x49,0x70,0x54,0x7b,0x56,0x7a,0x46}}, // \xe7\x9b\x97
03931 {0x76db,{0x48,0x76,0x5e,0x72,0x5a,0x77,0x4a}}, // \xe7\x9b\x9b
03932 {0x76dc,{0x55,0x40,0x74,0x7b,0x56,0x7a,0x46}}, // \xe7\x9b\x9c
03933 {0x76de,{0x4a,0x6a,0x76,0x77,0x6a,0x6b,0x54}}, // \xe7\x9b\x9e
03934 {0x76df,{0x47,0x75,0x57,0x78,0x57,0x75,0x4f}}, // \xe7\x9b\x9f
03935 {0x76e1,{0x50,0x6a,0x7a,0x6f,0x7a,0x6e,0x54}}, // \xe7\x9b\xa1
03936 {0x76e3,{0x4f,0x7f,0x59,0x74,0x53,0x7a,0x4a}}, // \xe7\x9b\xa3
03937 {0x76e4,{0x4c,0x77,0x5f,0x74,0x5b,0x75,0x4b}}, // \xe7\x9b\xa4
03938 {0x76e5,{0x5e,0x75,0x6a,0x7f,0x6a,0x75,0x5f}}, // \xe7\x9b\xa5
03939 {0x76e7,{0x40,0x3c,0x44,0x74,0x7f,0x7a,0x4a}}, // \xe7\x9b\xa7
03940 {0x76ea,{0x55,0x60,0x74,0x6f,0x75,0x6f,0x5c}}, // \xe7\x9b\xaa
03941 {0x76ee,{0x00,0x7f,0x55,0x55,0x55,0x55,0x7f}}, // \xe7\x9b\xae
03942 {0x76f2,{0x02,0x7e,0x5a,0x5b,0x5a,0x7a,0x02}}, // \xe7\x9b\xb2
03943 {0x76f4,{0x7a,0x42,0x7a,0x6f,0x6a,0x7a,0x42}}, // \xe7\x9b\xb4
03944 {0x76f8,{0x22,0x1a,0x7f,0x0a,0x7f,0x55,0x7f}}, // \xe7\x9b\xb8
03945 {0x76fb,{0x7f,0x55,0x7f,0x04,0x1e,0x55,0x76}}, // \xe7\x9b\xbb
03946 {0x76fe,{0x40,0x3e,0x06,0x76,0x7e,0x75,0x05}}, // \xe7\x9b\xbe
03947 {0x7701,{0x14,0x12,0x78,0x6f,0x68,0x7a,0x04}}, // \xe7\x9c\x81
03948 {0x7704,{0x7f,0x55,0x7f,0x1c,0x11,0x5f,0x7d}}, // \xe7\x9c\x84
03949 {0x7707,{0x7f,0x55,0x7f,0x46,0x5f,0x22,0x14}}, // \xe7\x9c\x87
03950 {0x7708,{0x7f,0x55,0x7f,0x46,0x3f,0x72,0x46}}, // \xe7\x9c\x88
03951 {0x7709,{0x40,0x3f,0x05,0x7d,0x57,0x55,0x7f}}, // \xe7\x9c\x89
03952 {0x770b,{0x28,0x1a,0x7e,0x5e,0x5d,0x7d,0x08}}, // \xe7\x9c\x8b
03953 {0x770c,{0x5e,0x10,0x1f,0x75,0x15,0x1f,0x50}}, // \xe7\x9c\x8c
03954 {0x771b,{0x7f,0x55,0x7f,0x2a,0x7f,0x2a,0x48}}, // \xe7\x9c\x9b
03955 {0x771e,{0x58,0x53,0x1e,0x1e,0x1e,0x52,0x50}}, // \xe7\x9c\x9e
03956 {0x771f,{0x52,0x52,0x1e,0x1f,0x1e,0x52,0x52}}, // \xe7\x9c\x9f
03957 {0x7720,{0x7f,0x55,0x7f,0x7f,0x55,0x3d,0x57}}, // \xe7\x9c\xa0
03958 {0x7724,{0x7f,0x55,0x7f,0x3f,0x05,0x7d,0x57}}, // \xe7\x9c\xa4
03959 {0x7725,{0x0e,0x78,0x7f,0x7a,0x70,0x7f,0x0a}}, // \xe7\x9c\xa5
03960 {0x7726,{0x7f,0x55,0x7f,0x7f,0x24,0x7f,0x44}}, // \xe7\x9c\xa6
03961 {0x7729,{0x7f,0x55,0x7f,0x4a,0x6e,0x53,0x6a}}, // \xe7\x9c\xa9
03962 {0x7737,{0x2a,0x19,0x6c,0x6b,0x6c,0x19,0x2a}}, // \xe7\x9c\xb7
03963 {0x7738,{0x7f,0x55,0x7f,0x36,0x2d,0x7c,0x2e}}, // \xe7\x9c\xb8
03964 {0x773a,{0x7f,0x55,0x7f,0x3f,0x00,0x7f,0x4a}}, // \xe7\x9c\xba
03965 {0x773c,{0x7f,0x55,0x7f,0x7f,0x55,0x35,0x5f}}, // \xe7\x9c\xbc
03966 {0x7740,{0x4a,0x3a,0x0b,0x7e,0x7a,0x7b,0x0a}}, // \xe7\x9d\x80
03967 {0x7747,{0x7f,0x55,0x7f,0x5a,0x2b,0x7e,0x6f}}, // \xe7\x9d\x87
03968 {0x775a,{0x7f,0x55,0x7f,0x3f,0x55,0x7f,0x55}}, // \xe7\x9d\x9a
03969 {0x775b,{0x7f,0x55,0x7f,0x08,0x7a,0x3f,0x7a}}, // \xe7\x9d\x9b
03970 {0x7761,{0x7f,0x55,0x7f,0x14,0x5d,0x7f,0x55}}, // \xe7\x9d\xa1
03971 {0x7763,{0x0c,0x74,0x5f,0x56,0x5b,0x75,0x0b}}, // \xe7\x9d\xa3
03972 {0x7765,{0x7f,0x55,0x7f,0x2e,0x3f,0x7a,0x2e}}, // \xe7\x9d\xa5
03973 {0x7766,{0x7f,0x55,0x7f,0x4e,0x67,0x5e,0x54}}, // \xe7\x9d\xa6
03974 {0x7768,{0x7f,0x55,0x7f,0x5e,0x35,0x72,0x5e}}, // \xe7\x9d\xa8
03975 {0x776b,{0x7f,0x55,0x7f,0x4a,0x2a,0x7f,0x56}}, // \xe7\x9d\xab
03976 {0x7779,{0x7f,0x55,0x7f,0x28,0x1a,0x6f,0x6a}}, // \xe7\x9d\xb9
03977 {0x777e,{0x28,0x2e,0x3a,0x6f,0x3a,0x2e,0x28}}, // \xe7\x9d\xbe
03978 {0x777f,{0x2c,0x14,0x7c,0x77,0x7e,0x16,0x2c}}, // \xe7\x9d\xbf
03979 {0x778b,{0x7f,0x55,0x7f,0x58,0x1f,0x1e,0x52}}, // \xe7\x9e\x8b
03980 {0x778e,{0x7f,0x55,0x7f,0x26,0x6a,0x7f,0x6e}}, // \xe7\x9e\x8e
03981 {0x7791,{0x7f,0x55,0x7f,0x53,0x1d,0x1d,0x53}}, // \xe7\x9e\x91
03982 {0x779e,{0x7f,0x55,0x7f,0x7a,0x3f,0x7a,0x7f}}, // \xe7\x9e\x9e
03983 {0x77a0,{0x7f,0x55,0x7f,0x5e,0x7b,0x5e,0x55}}, // \xe7\x9e\xa0
03984 {0x77a5,{0x0d,0x76,0x7e,0x75,0x7a,0x75,0x0b}}, // \xe7\x9e\xa5
03985 {0x77ac,{0x7f,0x55,0x7f,0x37,0x25,0x77,0x2d}}, // \xe7\x9e\xac
03986 {0x77ad,{0x7f,0x55,0x7f,0x1e,0x6b,0x1e,0x4a}}, // \xe7\x9e\xad
03987 {0x77b0,{0x7f,0x55,0x7f,0x27,0x7d,0x3f,0x5e}}, // \xe7\x9e\xb0
03988 {0x77b3,{0x7f,0x55,0x7f,0x4a,0x5e,0x7b,0x5e}}, // \xe7\x9e\xb3
03989 {0x77b6,{0x7f,0x55,0x7f,0x4e,0x3a,0x3f,0x4e}}, // \xe7\x9e\xb6
03990 {0x77b9,{0x7f,0x55,0x7f,0x2f,0x55,0x37,0x4d}}, // \xe7\x9e\xb9
03991 {0x77bb,{0x7f,0x55,0x7f,0x3e,0x6d,0x77,0x2c}}, // \xe7\x9e\xbb
03992 {0x77bc,{0x7f,0x55,0x7f,0x36,0x5d,0x36,0x5c}}, // \xe7\x9e\xbc
03993 {0x77bd,{0x1a,0x77,0x6a,0x60,0x76,0x6b,0x16}}, // \xe7\x9e\xbd
03994 {0x77bf,{0x10,0x0b,0x7f,0x54,0x7f,0x57,0x44}}, // \xe7\x9e\xbf
03995 {0x77c7,{0x7f,0x55,0x7f,0x5f,0x7a,0x2f,0x5a}}, // \xe7\x9f\x87
03996 {0x77cd,{0x48,0x47,0x5f,0x2c,0x5f,0x4b,0x48}}, // \xe7\x9f\x8d
03997 {0x77d7,{0x70,0x7a,0x52,0x1f,0x7e,0x72,0x50}}, // \xe7\x9f\x97
03998 {0x77da,{0x7f,0x55,0x7f,0x5b,0x7f,0x3b,0x77}}, // \xe7\x9f\x9a
03999 {0x77db,{0x28,0x29,0x5b,0x7d,0x0b,0x09,0x18}}, // \xe7\x9f\x9b
04000 {0x77dc,{0x29,0x5d,0x7b,0x12,0x55,0x36,0x14}}, // \xe7\x9f\x9c
04001 {0x77e2,{0x4c,0x4b,0x2a,0x1e,0x2a,0x4a,0x48}}, // \xe7\x9f\xa2
04002 {0x77e3,{0x44,0x54,0x5e,0x35,0x54,0x52,0x44}}, // \xe7\x9f\xa3
04003 {0x77e5,{0x44,0x2b,0x1e,0x2a,0x7e,0x42,0x7e}}, // \xe7\x9f\xa5
04004 {0x77e7,{0x4b,0x3e,0x2a,0x5d,0x77,0x00,0x7f}}, // \xe7\x9f\xa7
04005 {0x77e9,{0x44,0x2b,0x1e,0x2a,0x7f,0x55,0x5d}}, // \xe7\x9f\xa9
04006 {0x77ed,{0x4b,0x3e,0x2a,0x5d,0x75,0x75,0x5d}}, // \xe7\x9f\xad
04007 {0x77ee,{0x4b,0x3e,0x5a,0x77,0x5f,0x37,0x5a}}, // \xe7\x9f\xae
04008 {0x77ef,{0x4b,0x3e,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe7\x9f\xaf
04009 {0x77f3,{0x11,0x09,0x7f,0x49,0x49,0x79,0x01}}, // \xe7\x9f\xb3
04010 {0x77fc,{0x09,0x37,0x31,0x42,0x42,0x7e,0x42}}, // \xe7\x9f\xbc
04011 {0x7802,{0x09,0x37,0x31,0x46,0x5f,0x22,0x14}}, // \xe7\xa0\x82
04012 {0x780c,{0x09,0x37,0x31,0x1e,0x54,0x3f,0x7f}}, // \xe7\xa0\x8c
04013 {0x7812,{0x09,0x37,0x31,0x7f,0x24,0x7f,0x44}}, // \xe7\xa0\x92
04014 {0x7814,{0x09,0x37,0x31,0x49,0x3f,0x09,0x7f}}, // \xe7\xa0\x94
04015 {0x7815,{0x09,0x37,0x31,0x2a,0x77,0x2e,0x28}}, // \xe7\xa0\x95
04016 {0x7820,{0x09,0x37,0x31,0x40,0x7f,0x55,0x7f}}, // \xe7\xa0\xa0
04017 {0x7825,{0x09,0x37,0x31,0x7e,0x4a,0x5e,0x69}}, // \xe7\xa0\xa5
04018 {0x7826,{0x2e,0x18,0x6f,0x6a,0x68,0x6f,0x0a}}, // \xe7\xa0\xa6
04019 {0x7827,{0x09,0x37,0x31,0x70,0x5f,0x54,0x74}}, // \xe7\xa0\xa7
04020 {0x7832,{0x09,0x37,0x31,0x04,0x73,0x56,0x5e}}, // \xe7\xa0\xb2
04021 {0x7834,{0x09,0x37,0x31,0x3e,0x5a,0x2f,0x5e}}, // \xe7\xa0\xb4
04022 {0x783a,{0x09,0x37,0x31,0x1f,0x65,0x1d,0x75}}, // \xe7\xa0\xba
04023 {0x783f,{0x09,0x37,0x31,0x1e,0x62,0x5b,0x62}}, // \xe7\xa0\xbf
04024 {0x7845,{0x09,0x37,0x31,0x48,0x5a,0x7f,0x5a}}, // \xe7\xa1\x85
04025 {0x785d,{0x09,0x37,0x31,0x7d,0x14,0x57,0x7d}}, // \xe7\xa1\x9d
04026 {0x786b,{0x09,0x37,0x31,0x4a,0x6e,0x0b,0x6a}}, // \xe7\xa1\xab
04027 {0x786c,{0x09,0x37,0x31,0x41,0x57,0x3f,0x47}}, // \xe7\xa1\xac
04028 {0x786f,{0x09,0x37,0x31,0x5f,0x35,0x75,0x5f}}, // \xe7\xa1\xaf
04029 {0x7872,{0x09,0x37,0x32,0x09,0x64,0x69,0x12}}, // \xe7\xa1\xb2
04030 {0x7874,{0x09,0x37,0x32,0x7b,0x02,0x7f,0x52}}, // \xe7\xa1\xb4
04031 {0x787c,{0x09,0x37,0x3f,0x55,0x3f,0x55,0x7f}}, // \xe7\xa1\xbc
04032 {0x7881,{0x28,0x5a,0x2f,0x6a,0x6f,0x1a,0x28}}, // \xe7\xa2\x81
04033 {0x7886,{0x55,0x30,0x78,0x56,0x5a,0x77,0x1a}}, // \xe7\xa2\x86
04034 {0x7887,{0x09,0x37,0x31,0x46,0x32,0x7f,0x56}}, // \xe7\xa2\x87
04035 {0x788c,{0x09,0x37,0x74,0x26,0x7d,0x27,0x55}}, // \xe7\xa2\x8c
04036 {0x788d,{0x09,0x37,0x31,0x34,0x57,0x7f,0x14}}, // \xe7\xa2\x8d
04037 {0x788e,{0x09,0x37,0x32,0x2e,0x73,0x2e,0x32}}, // \xe7\xa2\x8e
04038 {0x7891,{0x09,0x37,0x31,0x2e,0x3f,0x7a,0x2e}}, // \xe7\xa2\x91
04039 {0x7893,{0x09,0x37,0x31,0x7f,0x4a,0x7f,0x4a}}, // \xe7\xa2\x93
04040 {0x7895,{0x09,0x37,0x31,0x5a,0x17,0x7a,0x12}}, // \xe7\xa2\x95
04041 {0x7897,{0x09,0x37,0x31,0x56,0x2a,0x7b,0x5e}}, // \xe7\xa2\x97
04042 {0x789a,{0x09,0x37,0x31,0x0a,0x6e,0x6b,0x6e}}, // \xe7\xa2\x9a
04043 {0x78a3,{0x09,0x37,0x31,0x3f,0x2d,0x4f,0x78}}, // \xe7\xa2\xa3
04044 {0x78a7,{0x55,0x3f,0x75,0x50,0x5e,0x7b,0x1e}}, // \xe7\xa2\xa7
04045 {0x78a9,{0x09,0x37,0x31,0x5d,0x17,0x15,0x5d}}, // \xe7\xa2\xa9
04046 {0x78aa,{0x09,0x37,0x72,0x5f,0x72,0x5f,0x52}}, // \xe7\xa2\xaa
04047 {0x78af,{0x09,0x37,0x31,0x7a,0x6d,0x5a,0x7d}}, // \xe7\xa2\xaf
04048 {0x78b5,{0x09,0x37,0x31,0x40,0x3c,0x3f,0x42}}, // \xe7\xa2\xb5
04049 {0x78ba,{0x09,0x37,0x31,0x16,0x7a,0x7f,0x56}}, // \xe7\xa2\xba
04050 {0x78bc,{0x09,0x37,0x31,0x5f,0x15,0x5f,0x75}}, // \xe7\xa2\xbc
04051 {0x78be,{0x09,0x37,0x3f,0x75,0x5d,0x3d,0x57}}, // \xe7\xa2\xbe
04052 {0x78c1,{0x09,0x37,0x31,0x6a,0x57,0x6a,0x57}}, // \xe7\xa3\x81
04053 {0x78c5,{0x09,0x37,0x3a,0x4e,0x3b,0x6e,0x1a}}, // \xe7\xa3\x85
04054 {0x78c6,{0x09,0x37,0x31,0x0c,0x77,0x35,0x7f}}, // \xe7\xa3\x86
04055 {0x78ca,{0x50,0x35,0x73,0x5f,0x3b,0x7f,0x71}}, // \xe7\xa3\x8a
04056 {0x78cb,{0x09,0x37,0x31,0x2a,0x5b,0x7e,0x5b}}, // \xe7\xa3\x8b
04057 {0x78d0,{0x5c,0x37,0x7f,0x54,0x5b,0x75,0x1b}}, // \xe7\xa3\x90
04058 {0x78d1,{0x09,0x37,0x31,0x5b,0x6a,0x6b,0x5b}}, // \xe7\xa3\x91
04059 {0x78d4,{0x09,0x37,0x51,0x3a,0x75,0x36,0x5f}}, // \xe7\xa3\x94
04060 {0x78da,{0x09,0x37,0x31,0x12,0x3e,0x5f,0x7a}}, // \xe7\xa3\x9a
04061 {0x78e7,{0x09,0x37,0x31,0x4a,0x3a,0x3f,0x4a}}, // \xe7\xa3\xa7
04062 {0x78e8,{0x40,0x3e,0x4a,0x3e,0x6b,0x7e,0x2a}}, // \xe7\xa3\xa8
04063 {0x78ec,{0x5a,0x36,0x77,0x52,0x5b,0x75,0x1b}}, // \xe7\xa3\xac
04064 {0x78ef,{0x09,0x37,0x72,0x3d,0x48,0x3a,0x55}}, // \xe7\xa3\xaf
04065 {0x78f4,{0x09,0x37,0x31,0x45,0x5b,0x6a,0x5d}}, // \xe7\xa3\xb4
04066 {0x78fd,{0x09,0x37,0x31,0x5c,0x3e,0x77,0x5e}}, // \xe7\xa3\xbd
04067 {0x7901,{0x09,0x37,0x31,0x44,0x1f,0x5e,0x53}}, // \xe7\xa4\x81
04068 {0x7907,{0x09,0x37,0x31,0x5e,0x5f,0x36,0x5e}}, // \xe7\xa4\x87
04069 {0x790e,{0x09,0x37,0x31,0x4a,0x37,0x7a,0x57}}, // \xe7\xa4\x8e
04070 {0x7911,{0x09,0x37,0x75,0x5e,0x7b,0x5e,0x75}}, // \xe7\xa4\x91
04071 {0x7912,{0x09,0x37,0x31,0x2a,0x7b,0x2e,0x5b}}, // \xe7\xa4\x92
04072 {0x7919,{0x09,0x37,0x57,0x3a,0x5a,0x3d,0x57}}, // \xe7\xa4\x99
04073 {0x7926,{0x09,0x37,0x31,0x1e,0x4a,0x1f,0x5e}}, // \xe7\xa4\xa6
04074 {0x792a,{0x09,0x37,0x31,0x1f,0x6d,0x3f,0x6d}}, // \xe7\xa4\xaa
04075 {0x792b,{0x09,0x37,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe7\xa4\xab
04076 {0x792c,{0x2a,0x5f,0x3a,0x75,0x7a,0x1f,0x2a}}, // \xe7\xa4\xac
04077 {0x793a,{0x24,0x15,0x45,0x7d,0x05,0x15,0x24}}, // \xe7\xa4\xba
04078 {0x793c,{0x12,0x7b,0x16,0x00,0x7f,0x40,0x60}}, // \xe7\xa4\xbc
04079 {0x793e,{0x12,0x7b,0x16,0x40,0x44,0x7f,0x44}}, // \xe7\xa4\xbe
04080 {0x7940,{0x35,0x7d,0x15,0x7f,0x49,0x49,0x6f}}, // \xe7\xa5\x80
04081 {0x7941,{0x12,0x7b,0x16,0x00,0x7f,0x25,0x1b}}, // \xe7\xa5\x81
04082 {0x7947,{0x12,0x7b,0x16,0x7e,0x4a,0x3e,0x49}}, // \xe7\xa5\x87
04083 {0x7948,{0x12,0x7b,0x16,0x40,0x3e,0x0a,0x79}}, // \xe7\xa5\x88
04084 {0x7949,{0x12,0x7b,0x16,0x7c,0x40,0x7f,0x44}}, // \xe7\xa5\x89
04085 {0x7950,{0x12,0x7b,0x16,0x12,0x7f,0x4a,0x7a}}, // \xe7\xa5\x90
04086 {0x7953,{0x35,0x7d,0x15,0x22,0x5f,0x22,0x5b}}, // \xe7\xa5\x93
04087 {0x7955,{0x35,0x7d,0x58,0x3d,0x52,0x48,0x56}}, // \xe7\xa5\x95
04088 {0x7956,{0x12,0x7b,0x56,0x7f,0x55,0x7f,0x40}}, // \xe7\xa5\x96
04089 {0x7957,{0x35,0x7d,0x15,0x7e,0x4a,0x5e,0x69}}, // \xe7\xa5\x97
04090 {0x795a,{0x35,0x7d,0x15,0x04,0x7f,0x2a,0x2a}}, // \xe7\xa5\x9a
04091 {0x795d,{0x12,0x7b,0x16,0x4f,0x39,0x79,0x4f}}, // \xe7\xa5\x9d
04092 {0x795e,{0x12,0x7b,0x3e,0x2a,0x7f,0x2a,0x3e}}, // \xe7\xa5\x9e
04093 {0x795f,{0x4c,0x3b,0x5a,0x7f,0x1a,0x3b,0x4c}}, // \xe7\xa5\x9f
04094 {0x7960,{0x35,0x7d,0x00,0x35,0x35,0x41,0x7f}}, // \xe7\xa5\xa0
04095 {0x7962,{0x12,0x7b,0x16,0x24,0x5b,0x7e,0x32}}, // \xe7\xa5\xa2
04096 {0x7965,{0x12,0x7b,0x16,0x22,0x2b,0x7e,0x2b}}, // \xe7\xa5\xa5
04097 {0x7968,{0x51,0x37,0x55,0x77,0x15,0x37,0x51}}, // \xe7\xa5\xa8
04098 {0x796d,{0x54,0x2b,0x55,0x73,0x14,0x2d,0x53}}, // \xe7\xa5\xad
04099 {0x7977,{0x12,0x7b,0x36,0x5e,0x17,0x7e,0x14}}, // \xe7\xa5\xb7
04100 {0x797a,{0x35,0x7d,0x52,0x1f,0x1a,0x1f,0x52}}, // \xe7\xa5\xba
04101 {0x797f,{0x35,0x7d,0x54,0x26,0x7d,0x27,0x55}}, // \xe7\xa5\xbf
04102 {0x7980,{0x52,0x3e,0x5e,0x7b,0x1e,0x3e,0x52}}, // \xe7\xa6\x80
04103 {0x7981,{0x5a,0x36,0x5f,0x7a,0x16,0x3f,0x5a}}, // \xe7\xa6\x81
04104 {0x7984,{0x12,0x7b,0x56,0x25,0x7d,0x27,0x54}}, // \xe7\xa6\x84
04105 {0x7985,{0x12,0x7b,0x16,0x2d,0x2d,0x7e,0x2d}}, // \xe7\xa6\x85
04106 {0x798a,{0x35,0x7d,0x56,0x5f,0x36,0x53,0x57}}, // \xe7\xa6\x8a
04107 {0x798d,{0x12,0x7b,0x16,0x78,0x6f,0x09,0x7f}}, // \xe7\xa6\x8d
04108 {0x798e,{0x12,0x7b,0x16,0x40,0x3c,0x3f,0x42}}, // \xe7\xa6\x8e
04109 {0x798f,{0x12,0x7b,0x16,0x71,0x57,0x77,0x71}}, // \xe7\xa6\x8f
04110 {0x799d,{0x35,0x7d,0x54,0x53,0x2b,0x5f,0x44}}, // \xe7\xa6\x9d
04111 {0x79a6,{0x4a,0x3d,0x53,0x7e,0x1a,0x3f,0x47}}, // \xe7\xa6\xa6
04112 {0x79a7,{0x35,0x7d,0x12,0x7e,0x57,0x7e,0x12}}, // \xe7\xa6\xa7
04113 {0x79aa,{0x35,0x7d,0x23,0x3f,0x7c,0x3f,0x23}}, // \xe7\xa6\xaa
04114 {0x79ae,{0x35,0x7d,0x15,0x5e,0x6f,0x6e,0x5f}}, // \xe7\xa6\xae
04115 {0x79b0,{0x12,0x7b,0x16,0x7d,0x57,0x2f,0x7d}}, // \xe7\xa6\xb0
04116 {0x79b3,{0x35,0x7d,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe7\xa6\xb3
04117 {0x79b9,{0x72,0x1e,0x56,0x7e,0x35,0x5d,0x70}}, // \xe7\xa6\xb9
04118 {0x79ba,{0x70,0x1f,0x55,0x7f,0x35,0x5f,0x70}}, // \xe7\xa6\xba
04119 {0x79bd,{0x72,0x1e,0x7a,0x55,0x3a,0x5e,0x72}}, // \xe7\xa6\xbd
04120 {0x79be,{0x24,0x26,0x16,0x7e,0x15,0x25,0x24}}, // \xe7\xa6\xbe
04121 {0x79bf,{0x4a,0x4a,0x37,0x0f,0x77,0x4a,0x6a}}, // \xe7\xa6\xbf
04122 {0x79c0,{0x4a,0x5a,0x37,0x1f,0x37,0x6a,0x0a}}, // \xe7\xa7\x80
04123 {0x79c1,{0x24,0x15,0x7f,0x15,0x70,0x4f,0x60}}, // \xe7\xa7\x81
04124 {0x79c9,{0x42,0x56,0x37,0x7f,0x3f,0x5e,0x4a}}, // \xe7\xa7\x89
04125 {0x79cb,{0x35,0x7f,0x4c,0x20,0x1f,0x28,0x44}}, // \xe7\xa7\x8b
04126 {0x79d1,{0x35,0x7f,0x25,0x2a,0x20,0x7f,0x10}}, // \xe7\xa7\x91
04127 {0x79d2,{0x35,0x7f,0x08,0x46,0x5f,0x22,0x14}}, // \xe7\xa7\x92
04128 {0x79d5,{0x35,0x7f,0x40,0x7f,0x24,0x7f,0x44}}, // \xe7\xa7\x95
04129 {0x79d8,{0x35,0x7f,0x58,0x3d,0x52,0x48,0x56}}, // \xe7\xa7\x98
04130 {0x79df,{0x35,0x7f,0x40,0x7f,0x55,0x7f,0x40}}, // \xe7\xa7\x9f
04131 {0x79e1,{0x35,0x7f,0x15,0x22,0x5f,0x22,0x5b}}, // \xe7\xa7\xa1
04132 {0x79e3,{0x35,0x7f,0x42,0x2a,0x7f,0x2a,0x42}}, // \xe7\xa7\xa3
04133 {0x79e4,{0x35,0x7f,0x15,0x11,0x7f,0x11,0x15}}, // \xe7\xa7\xa4
04134 {0x79e6,{0x48,0x5a,0x2e,0x7f,0x2e,0x5a,0x48}}, // \xe7\xa7\xa6
04135 {0x79e7,{0x35,0x7f,0x48,0x4e,0x3b,0x4e,0x48}}, // \xe7\xa7\xa7
04136 {0x79e9,{0x35,0x7f,0x4c,0x2b,0x1f,0x2a,0x48}}, // \xe7\xa7\xa9
04137 {0x79ec,{0x35,0x7f,0x15,0x7f,0x55,0x55,0x5d}}, // \xe7\xa7\xac
04138 {0x79f0,{0x35,0x7f,0x24,0x5b,0x7e,0x0a,0x32}}, // \xe7\xa7\xb0
04139 {0x79fb,{0x35,0x7f,0x15,0x4a,0x55,0x2b,0x18}}, // \xe7\xa7\xbb
04140 {0x7a00,{0x35,0x7f,0x48,0x2d,0x7a,0x2d,0x68}}, // \xe7\xa8\x80
04141 {0x7a08,{0x35,0x7f,0x28,0x2f,0x7d,0x2f,0x28}}, // \xe7\xa8\x88
04142 {0x7a0b,{0x35,0x7f,0x44,0x57,0x7d,0x57,0x44}}, // \xe7\xa8\x8b
04143 {0x7a0d,{0x35,0x7f,0x02,0x7d,0x2a,0x7d,0x02}}, // \xe7\xa8\x8d
04144 {0x7a0e,{0x35,0x7f,0x4e,0x3b,0x0a,0x7b,0x4e}}, // \xe7\xa8\x8e
04145 {0x7a14,{0x35,0x7f,0x64,0x2a,0x4d,0x5e,0x64}}, // \xe7\xa8\x94
04146 {0x7a17,{0x35,0x7f,0x2e,0x3a,0x2f,0x7a,0x2e}}, // \xe7\xa8\x97
04147 {0x7a18,{0x35,0x7f,0x52,0x1f,0x1a,0x1f,0x52}}, // \xe7\xa8\x98
04148 {0x7a19,{0x35,0x7f,0x15,0x7a,0x42,0x5f,0x5a}}, // \xe7\xa8\x99
04149 {0x7a1a,{0x35,0x7f,0x15,0x7f,0x4a,0x7f,0x4a}}, // \xe7\xa8\x9a
04150 {0x7a1c,{0x35,0x7f,0x28,0x5a,0x2f,0x5a,0x48}}, // \xe7\xa8\x9c
04151 {0x7a1f,{0x52,0x5e,0x3e,0x7b,0x3e,0x5e,0x52}}, // \xe7\xa8\x9f
04152 {0x7a20,{0x35,0x7f,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe7\xa8\xa0
04153 {0x7a2e,{0x35,0x7f,0x44,0x5e,0x7e,0x5d,0x44}}, // \xe7\xa8\xae
04154 {0x7a31,{0x35,0x7f,0x22,0x79,0x3f,0x79,0x22}}, // \xe7\xa8\xb1
04155 {0x7a32,{0x35,0x7f,0x15,0x72,0x06,0x71,0x75}}, // \xe7\xa8\xb2
04156 {0x7a37,{0x35,0x7f,0x54,0x53,0x2b,0x5f,0x44}}, // \xe7\xa8\xb7
04157 {0x7a3b,{0x35,0x7f,0x72,0x69,0x43,0x69,0x7a}}, // \xe7\xa8\xbb
04158 {0x7a3c,{0x35,0x7f,0x26,0x5a,0x7b,0x2a,0x56}}, // \xe7\xa8\xbc
04159 {0x7a3d,{0x35,0x7f,0x0a,0x76,0x6f,0x6a,0x6b}}, // \xe7\xa8\xbd
04160 {0x7a3e,{0x5a,0x4a,0x3e,0x77,0x3e,0x4a,0x5a}}, // \xe7\xa8\xbe
04161 {0x7a3f,{0x35,0x7f,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe7\xa8\xbf
04162 {0x7a40,{0x5a,0x2a,0x7f,0x2a,0x5b,0x29,0x5b}}, // \xe7\xa9\x80
04163 {0x7a42,{0x35,0x7f,0x62,0x2e,0x4f,0x4e,0x62}}, // \xe7\xa9\x82
04164 {0x7a43,{0x35,0x7f,0x26,0x16,0x6b,0x76,0x26}}, // \xe7\xa9\x83
04165 {0x7a46,{0x35,0x7f,0x08,0x46,0x5f,0x56,0x28}}, // \xe7\xa9\x86
04166 {0x7a49,{0x35,0x7f,0x3f,0x2b,0x33,0x7f,0x2b}}, // \xe7\xa9\x89
04167 {0x7a4d,{0x35,0x7f,0x48,0x3a,0x3f,0x3a,0x48}}, // \xe7\xa9\x8d
04168 {0x7a4e,{0x57,0x3a,0x7a,0x30,0x5d,0x17,0x5d}}, // \xe7\xa9\x8e
04169 {0x7a4f,{0x35,0x7f,0x66,0x3a,0x5e,0x59,0x65}}, // \xe7\xa9\x8f
04170 {0x7a50,{0x35,0x7f,0x15,0x3a,0x2d,0x7f,0x58}}, // \xe7\xa9\x90
04171 {0x7a57,{0x35,0x7f,0x62,0x2e,0x4f,0x46,0x6a}}, // \xe7\xa9\x97
04172 {0x7a61,{0x35,0x7f,0x7a,0x76,0x5b,0x76,0x7a}}, // \xe7\xa9\xa1
04173 {0x7a62,{0x35,0x7f,0x48,0x3e,0x48,0x3f,0x5a}}, // \xe7\xa9\xa2
04174 {0x7a63,{0x35,0x7f,0x1a,0x7e,0x53,0x3e,0x5a}}, // \xe7\xa9\xa3
04175 {0x7a69,{0x35,0x7f,0x62,0x35,0x5f,0x5d,0x6a}}, // \xe7\xa9\xa9
04176 {0x7a6b,{0x35,0x7f,0x42,0x5f,0x2e,0x5f,0x4a}}, // \xe7\xa9\xab
04177 {0x7a70,{0x35,0x7f,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe7\xa9\xb0
04178 {0x7a74,{0x46,0x22,0x1a,0x03,0x1a,0x22,0x46}}, // \xe7\xa9\xb4
04179 {0x7a76,{0x56,0x5a,0x36,0x13,0x7e,0x4a,0x66}}, // \xe7\xa9\xb6
04180 {0x7a79,{0x06,0x3a,0x36,0x33,0x3e,0x2a,0x66}}, // \xe7\xa9\xb9
04181 {0x7a7a,{0x46,0x4a,0x56,0x73,0x5e,0x4a,0x46}}, // \xe7\xa9\xba
04182 {0x7a7d,{0x26,0x3a,0x76,0x33,0x3e,0x7a,0x36}}, // \xe7\xa9\xbd
04183 {0x7a7f,{0x26,0x6a,0x36,0x33,0x7e,0x2a,0x26}}, // \xe7\xa9\xbf
04184 {0x7a81,{0x56,0x5a,0x56,0x33,0x5e,0x5a,0x56}}, // \xe7\xaa\x81
04185 {0x7a83,{0x16,0x7a,0x56,0x03,0x5e,0x3a,0x76}}, // \xe7\xaa\x83
04186 {0x7a84,{0x26,0x1a,0x16,0x73,0x3e,0x2a,0x26}}, // \xe7\xaa\x84
04187 {0x7a88,{0x46,0x6a,0x56,0x03,0x56,0x3a,0x76}}, // \xe7\xaa\x88
04188 {0x7a92,{0x46,0x5a,0x56,0x7b,0x5e,0x4a,0x56}}, // \xe7\xaa\x92
04189 {0x7a93,{0x66,0x2a,0x56,0x53,0x6e,0x0a,0x66}}, // \xe7\xaa\x93
04190 {0x7a95,{0x56,0x5a,0x3e,0x07,0x7a,0x4e,0x56}}, // \xe7\xaa\x95
04191 {0x7a96,{0x26,0x32,0x6e,0x7f,0x6a,0x2e,0x26}}, // \xe7\xaa\x96
04192 {0x7a97,{0x06,0x7a,0x6e,0x5f,0x7a,0x7e,0x06}}, // \xe7\xaa\x97
04193 {0x7a98,{0x56,0x52,0x3e,0x7f,0x5a,0x5e,0x76}}, // \xe7\xaa\x98
04194 {0x7a9f,{0x46,0x3a,0x7e,0x5f,0x7a,0x5e,0x66}}, // \xe7\xaa\x9f
04195 {0x7aa9,{0x66,0x3a,0x6e,0x6f,0x7a,0x3e,0x66}}, // \xe7\xaa\xa9
04196 {0x7aaa,{0x56,0x0a,0x56,0x53,0x7e,0x5a,0x56}}, // \xe7\xaa\xaa
04197 {0x7aae,{0x56,0x5a,0x2e,0x7f,0x02,0x5e,0x76}}, // \xe7\xaa\xae
04198 {0x7aaf,{0x66,0x2a,0x6e,0x3b,0x6e,0x2a,0x66}}, // \xe7\xaa\xaf
04199 {0x7ab0,{0x26,0x2a,0x7e,0x57,0x7a,0x56,0x66}}, // \xe7\xaa\xb0
04200 {0x7ab6,{0x56,0x5a,0x7e,0x57,0x3e,0x5a,0x56}}, // \xe7\xaa\xb6
04201 {0x7aba,{0x56,0x3a,0x56,0x43,0x3e,0x7a,0x5e}}, // \xe7\xaa\xba
04202 {0x7abf,{0x7e,0x3a,0x56,0x57,0x6a,0x5e,0x56}}, // \xe7\xaa\xbf
04203 {0x7ac3,{0x06,0x3a,0x36,0x3b,0x7e,0x7a,0x46}}, // \xe7\xab\x83
04204 {0x7ac4,{0x46,0x7a,0x16,0x73,0x56,0x3e,0x46}}, // \xe7\xab\x84
04205 {0x7ac5,{0x56,0x3a,0x7e,0x07,0x52,0x2e,0x5e}}, // \xe7\xab\x85
04206 {0x7ac7,{0x46,0x5a,0x3e,0x3f,0x3a,0x5e,0x46}}, // \xe7\xab\x87
04207 {0x7ac8,{0x06,0x3a,0x76,0x4b,0x7e,0x7a,0x46}}, // \xe7\xab\x88
04208 {0x7aca,{0x56,0x3a,0x7e,0x27,0x72,0x3e,0x76}}, // \xe7\xab\x8a
04209 {0x7acb,{0x42,0x46,0x7a,0x43,0x72,0x4e,0x42}}, // \xe7\xab\x8b
04210 {0x7acd,{0x2e,0x33,0x2e,0x04,0x04,0x7f,0x04}}, // \xe7\xab\x8d
04211 {0x7acf,{0x2e,0x33,0x2e,0x08,0x0a,0x7e,0x09}}, // \xe7\xab\x8f
04212 {0x7ad2,{0x08,0x7a,0x5e,0x7b,0x0e,0x7a,0x08}}, // \xe7\xab\x92
04213 {0x7ad3,{0x2e,0x33,0x2e,0x2a,0x7e,0x55,0x55}}, // \xe7\xab\x93
04214 {0x7ad5,{0x2e,0x33,0x2e,0x44,0x3b,0x48,0x7b}}, // \xe7\xab\x95
04215 {0x7ad9,{0x2e,0x33,0x2e,0x70,0x5f,0x54,0x74}}, // \xe7\xab\x99
04216 {0x7ada,{0x2e,0x33,0x2e,0x06,0x4a,0x7b,0x0e}}, // \xe7\xab\x9a
04217 {0x7adc,{0x08,0x3a,0x2e,0x3b,0x6e,0x7a,0x48}}, // \xe7\xab\x9c
04218 {0x7add,{0x2e,0x33,0x2e,0x42,0x7e,0x63,0x5e}}, // \xe7\xab\x9d
04219 {0x7adf,{0x48,0x4a,0x3e,0x3b,0x7e,0x4a,0x68}}, // \xe7\xab\x9f
04220 {0x7ae0,{0x28,0x3a,0x2e,0x6b,0x2e,0x3a,0x28}}, // \xe7\xab\xa0
04221 {0x7ae1,{0x2e,0x33,0x2e,0x7d,0x57,0x55,0x7d}}, // \xe7\xab\xa1
04222 {0x7ae2,{0x2e,0x33,0x2e,0x56,0x5d,0x34,0x56}}, // \xe7\xab\xa2
04223 {0x7ae3,{0x2e,0x33,0x2e,0x57,0x32,0x5e,0x4b}}, // \xe7\xab\xa3
04224 {0x7ae5,{0x48,0x5a,0x5e,0x7b,0x5e,0x5a,0x48}}, // \xe7\xab\xa5
04225 {0x7ae6,{0x2e,0x33,0x4e,0x2e,0x7f,0x2a,0x4e}}, // \xe7\xab\xa6
04226 {0x7aea,{0x47,0x57,0x75,0x58,0x7b,0x55,0x4b}}, // \xe7\xab\xaa
04227 {0x7aed,{0x2e,0x33,0x1e,0x37,0x2d,0x4f,0x78}}, // \xe7\xab\xad
04228 {0x7aef,{0x2e,0x33,0x6f,0x3a,0x6b,0x2a,0x6b}}, // \xe7\xab\xaf
04229 {0x7af0,{0x2e,0x33,0x1e,0x4f,0x5d,0x7d,0x5d}}, // \xe7\xab\xb0
04230 {0x7af6,{0x4a,0x3e,0x6b,0x5e,0x3e,0x6b,0x5e}}, // \xe7\xab\xb6
04231 {0x7af8,{0x4a,0x3e,0x7b,0x5e,0x3e,0x7b,0x5e}}, // \xe7\xab\xb8
04232 {0x7af9,{0x04,0x03,0x7e,0x04,0x43,0x7e,0x02}}, // \xe7\xab\xb9
04233 {0x7afa,{0x44,0x53,0x56,0x54,0x53,0x56,0x42}}, // \xe7\xab\xba
04234 {0x7aff,{0x24,0x2b,0x2e,0x7c,0x2b,0x2e,0x22}}, // \xe7\xab\xbf
04235 {0x7b02,{0x44,0x53,0x3e,0x54,0x13,0x76,0x42}}, // \xe7\xac\x82
04236 {0x7b04,{0x24,0x6b,0x3e,0x2c,0x7b,0x2e,0x22}}, // \xe7\xac\x84
04237 {0x7b06,{0x04,0x3f,0x56,0x5c,0x57,0x5e,0x62}}, // \xe7\xac\x86
04238 {0x7b08,{0x44,0x4b,0x2e,0x5c,0x2b,0x5e,0x42}}, // \xe7\xac\x88
04239 {0x7b0a,{0x44,0x3b,0x0e,0x7c,0x07,0x36,0x42}}, // \xe7\xac\x8a
04240 {0x7b0b,{0x54,0x53,0x36,0x1c,0x17,0x1e,0x0a}}, // \xe7\xac\x8b
04241 {0x7b0f,{0x24,0x5b,0x3e,0x4c,0x3b,0x4e,0x7a}}, // \xe7\xac\x8f
04242 {0x7b11,{0x54,0x53,0x56,0x3c,0x53,0x56,0x52}}, // \xe7\xac\x91
04243 {0x7b18,{0x04,0x63,0x66,0x7c,0x6b,0x6e,0x02}}, // \xe7\xac\x98
04244 {0x7b19,{0x54,0x4b,0x5e,0x7c,0x5b,0x5e,0x4a}}, // \xe7\xac\x99
04245 {0x7b1b,{0x04,0x73,0x56,0x7c,0x53,0x76,0x02}}, // \xe7\xac\x9b
04246 {0x7b1e,{0x14,0x73,0x5e,0x54,0x53,0x76,0x12}}, // \xe7\xac\x9e
04247 {0x7b20,{0x44,0x53,0x76,0x5c,0x73,0x56,0x42}}, // \xe7\xac\xa0
04248 {0x7b25,{0x04,0x6b,0x6e,0x6c,0x0b,0x4e,0x7a}}, // \xe7\xac\xa5
04249 {0x7b26,{0x14,0x7b,0x06,0x2c,0x4b,0x7e,0x0a}}, // \xe7\xac\xa6
04250 {0x7b28,{0x2c,0x1b,0x2e,0x7c,0x2b,0x1e,0x2a}}, // \xe7\xac\xa8
04251 {0x7b2c,{0x44,0x5b,0x2e,0x7c,0x2b,0x2e,0x62}}, // \xe7\xac\xac
04252 {0x7b33,{0x54,0x3b,0x56,0x74,0x73,0x56,0x72}}, // \xe7\xac\xb3
04253 {0x7b35,{0x54,0x03,0x3e,0x4c,0x4b,0x5e,0x62}}, // \xe7\xac\xb5
04254 {0x7b36,{0x44,0x53,0x5e,0x34,0x53,0x56,0x42}}, // \xe7\xac\xb6
04255 {0x7b39,{0x14,0x13,0x7e,0x54,0x7b,0x7e,0x52}}, // \xe7\xac\xb9
04256 {0x7b45,{0x54,0x5b,0x36,0x1c,0x77,0x56,0x52}}, // \xe7\xad\x85
04257 {0x7b46,{0x24,0x2b,0x2e,0x7c,0x2b,0x3e,0x2a}}, // \xe7\xad\x86
04258 {0x7b48,{0x24,0x2b,0x6e,0x7c,0x6b,0x26,0x22}}, // \xe7\xad\x88
04259 {0x7b49,{0x14,0x13,0x36,0x5c,0x7b,0x16,0x12}}, // \xe7\xad\x89
04260 {0x7b4b,{0x44,0x3b,0x7e,0x54,0x3b,0x56,0x72}}, // \xe7\xad\x8b
04261 {0x7b4c,{0x54,0x57,0x5e,0x74,0x5b,0x56,0x52}}, // \xe7\xad\x8c
04262 {0x7b4d,{0x14,0x0b,0x7e,0x54,0x7f,0x06,0x7e}}, // \xe7\xad\x8d
04263 {0x7b4f,{0x14,0x7b,0x06,0x54,0x53,0x3e,0x4a}}, // \xe7\xad\x8f
04264 {0x7b50,{0x04,0x7b,0x4e,0x5c,0x7b,0x5e,0x4a}}, // \xe7\xad\x90
04265 {0x7b51,{0x54,0x73,0x56,0x44,0x33,0x76,0x42}}, // \xe7\xad\x91
04266 {0x7b52,{0x7c,0x0b,0x6e,0x6c,0x6b,0x0e,0x7a}}, // \xe7\xad\x92
04267 {0x7b54,{0x14,0x13,0x6e,0x6c,0x6b,0x16,0x12}}, // \xe7\xad\x94
04268 {0x7b56,{0x5c,0x4b,0x2e,0x7c,0x2b,0x4e,0x5a}}, // \xe7\xad\x96
04269 {0x7b5d,{0x14,0x1b,0x56,0x74,0x3f,0x36,0x12}}, // \xe7\xad\x9d
04270 {0x7b65,{0x04,0x63,0x6e,0x7c,0x6f,0x66,0x02}}, // \xe7\xad\xa5
04271 {0x7b67,{0x44,0x43,0x3e,0x3c,0x7b,0x46,0x62}}, // \xe7\xad\xa7
04272 {0x7b6c,{0x44,0x3b,0x56,0x34,0x47,0x3e,0x56}}, // \xe7\xad\xac
04273 {0x7b6e,{0x54,0x4b,0x56,0x7c,0x57,0x4e,0x52}}, // \xe7\xad\xae
04274 {0x7b70,{0x14,0x7b,0x06,0x14,0x7b,0x2e,0x2a}}, // \xe7\xad\xb0
04275 {0x7b71,{0x14,0x7b,0x3e,0x04,0x53,0x2e,0x5a}}, // \xe7\xad\xb1
04276 {0x7b74,{0x54,0x4b,0x56,0x3c,0x57,0x4e,0x52}}, // \xe7\xad\xb4
04277 {0x7b75,{0x54,0x2b,0x46,0x74,0x63,0x7e,0x6a}}, // \xe7\xad\xb5
04278 {0x7b7a,{0x04,0x7b,0x4e,0x5c,0x7b,0x5e,0x6a}}, // \xe7\xad\xba
04279 {0x7b86,{0x44,0x7f,0x56,0x0c,0x77,0x5e,0x52}}, // \xe7\xae\x86
04280 {0x7b87,{0x7c,0x4b,0x6e,0x5c,0x6b,0x4e,0x7a}}, // \xe7\xae\x87
04281 {0x7b8b,{0x14,0x53,0x56,0x3c,0x3b,0x56,0x6a}}, // \xe7\xae\x8b
04282 {0x7b8d,{0x54,0x7b,0x06,0x7c,0x5f,0x7e,0x5a}}, // \xe7\xae\x8d
04283 {0x7b8f,{0x14,0x1b,0x56,0x7c,0x37,0x3a,0x12}}, // \xe7\xae\x8f
04284 {0x7b92,{0x1c,0x6b,0x2e,0x7c,0x2f,0x6e,0x1a}}, // \xe7\xae\x92
04285 {0x7b94,{0x54,0x03,0x76,0x54,0x5b,0x56,0x72}}, // \xe7\xae\x94
04286 {0x7b95,{0x24,0x6b,0x3e,0x2c,0x3b,0x6e,0x22}}, // \xe7\xae\x95
04287 {0x7b97,{0x24,0x7b,0x2e,0x2c,0x6b,0x3e,0x22}}, // \xe7\xae\x97
04288 {0x7b98,{0x7c,0x6b,0x5e,0x7c,0x5b,0x6e,0x7a}}, // \xe7\xae\x98
04289 {0x7b99,{0x44,0x3b,0x7e,0x04,0x7b,0x2e,0x5a}}, // \xe7\xae\x99
04290 {0x7b9a,{0x24,0x13,0x6e,0x74,0x1b,0x46,0x7a}}, // \xe7\xae\x9a
04291 {0x7b9c,{0x4c,0x57,0x6e,0x64,0x7f,0x56,0x4e}}, // \xe7\xae\x9c
04292 {0x7b9d,{0x54,0x7b,0x16,0x7c,0x53,0x7e,0x12}}, // \xe7\xae\x9d
04293 {0x7b9f,{0x44,0x73,0x5e,0x0c,0x7f,0x5e,0x52}}, // \xe7\xae\x9f
04294 {0x7ba1,{0x1c,0x0b,0x7e,0x7c,0x6b,0x6e,0x1a}}, // \xe7\xae\xa1
04295 {0x7baa,{0x24,0x3b,0x36,0x7c,0x33,0x3e,0x22}}, // \xe7\xae\xaa
04296 {0x7bad,{0x0c,0x7b,0x2e,0x7c,0x0b,0x7e,0x0a}}, // \xe7\xae\xad
04297 {0x7bb1,{0x54,0x33,0x7e,0x34,0x7b,0x56,0x7a}}, // \xe7\xae\xb1
04298 {0x7bb4,{0x44,0x3b,0x6e,0x6c,0x4b,0x3e,0x5a}}, // \xe7\xae\xb4
04299 {0x7bb8,{0x54,0x53,0x36,0x7c,0x5b,0x76,0x12}}, // \xe7\xae\xb8
04300 {0x7bc0,{0x7c,0x5b,0x5e,0x24,0x7b,0x0e,0x3a}}, // \xe7\xaf\x80
04301 {0x7bc1,{0x44,0x53,0x5e,0x74,0x5f,0x52,0x42}}, // \xe7\xaf\x81
04302 {0x7bc4,{0x2c,0x3b,0x7e,0x2c,0x7b,0x4e,0x5a}}, // \xe7\xaf\x84
04303 {0x7bc6,{0x54,0x53,0x3e,0x54,0x7f,0x36,0x52}}, // \xe7\xaf\x86
04304 {0x7bc7,{0x4c,0x3b,0x1e,0x7c,0x7b,0x2e,0x6a}}, // \xe7\xaf\x87
04305 {0x7bc9,{0x54,0x5b,0x36,0x64,0x3b,0x5e,0x52}}, // \xe7\xaf\x89
04306 {0x7bcb,{0x04,0x7b,0x5e,0x6c,0x5b,0x6e,0x4a}}, // \xe7\xaf\x8b
04307 {0x7bcc,{0x14,0x7b,0x06,0x54,0x37,0x5e,0x52}}, // \xe7\xaf\x8c
04308 {0x7bcf,{0x14,0x7b,0x56,0x7c,0x5b,0x36,0x52}}, // \xe7\xaf\x8f
04309 {0x7bdd,{0x2c,0x7b,0x3e,0x3c,0x3b,0x7e,0x2a}}, // \xe7\xaf\x9d
04310 {0x7be0,{0x14,0x7b,0x56,0x34,0x7b,0x36,0x52}}, // \xe7\xaf\xa0
04311 {0x7be4,{0x44,0x1b,0x56,0x1c,0x57,0x16,0x72}}, // \xe7\xaf\xa4
04312 {0x7be5,{0x54,0x5f,0x36,0x7c,0x37,0x5e,0x56}}, // \xe7\xaf\xa5
04313 {0x7be6,{0x44,0x7f,0x5e,0x1c,0x7f,0x5e,0x52}}, // \xe7\xaf\xa6
04314 {0x7be9,{0x7c,0x6b,0x6e,0x34,0x17,0x7e,0x36}}, // \xe7\xaf\xa9
04315 {0x7bed,{0x14,0x13,0x3e,0x34,0x7b,0x56,0x52}}, // \xe7\xaf\xad
04316 {0x7bf3,{0x14,0x33,0x3e,0x7c,0x3f,0x32,0x12}}, // \xe7\xaf\xb3
04317 {0x7bf6,{0x54,0x1b,0x52,0x1e,0x57,0x16,0x72}}, // \xe7\xaf\xb6
04318 {0x7bf7,{0x54,0x33,0x46,0x54,0x5b,0x7e,0x52}}, // \xe7\xaf\xb7
04319 {0x7c00,{0x4c,0x7b,0x3e,0x3c,0x3f,0x7a,0x4a}}, // \xe7\xb0\x80
04320 {0x7c07,{0x4c,0x3b,0x6e,0x04,0x5b,0x36,0x52}}, // \xe7\xb0\x87
04321 {0x7c0d,{0x54,0x5b,0x7e,0x5c,0x3f,0x5a,0x52}}, // \xe7\xb0\x8d
04322 {0x7c11,{0x2c,0x2b,0x7e,0x54,0x3f,0x4a,0x4a}}, // \xe7\xb0\x91
04323 {0x7c12,{0x54,0x33,0x5e,0x7c,0x3b,0x56,0x32}}, // \xe7\xb0\x92
04324 {0x7c13,{0x44,0x3b,0x6e,0x7c,0x03,0x56,0x2a}}, // \xe7\xb0\x93
04325 {0x7c14,{0x2c,0x2b,0x7e,0x5c,0x3f,0x4a,0x4a}}, // \xe7\xb0\x94
04326 {0x7c17,{0x54,0x5b,0x36,0x74,0x3b,0x56,0x5e}}, // \xe7\xb0\x97
04327 {0x7c1f,{0x24,0x2f,0x3e,0x6c,0x3f,0x2e,0x22}}, // \xe7\xb0\x9f
04328 {0x7c21,{0x7c,0x1b,0x7e,0x64,0x7b,0x1e,0x7a}}, // \xe7\xb0\xa1
04329 {0x7c23,{0x54,0x7f,0x36,0x3c,0x37,0x7e,0x52}}, // \xe7\xb0\xa3
04330 {0x7c27,{0x4c,0x7b,0x2e,0x3c,0x2b,0x7e,0x4a}}, // \xe7\xb0\xa7
04331 {0x7c2a,{0x14,0x6b,0x7e,0x74,0x6f,0x7e,0x12}}, // \xe7\xb0\xaa
04332 {0x7c2b,{0x44,0x3b,0x6e,0x04,0x6f,0x2e,0x7a}}, // \xe7\xb0\xab
04333 {0x7c37,{0x44,0x3f,0x2e,0x74,0x77,0x7e,0x2a}}, // \xe7\xb0\xb7
04334 {0x7c38,{0x54,0x1b,0x56,0x3c,0x5b,0x2e,0x5a}}, // \xe7\xb0\xb8
04335 {0x7c3d,{0x4c,0x3b,0x36,0x44,0x37,0x3a,0x4a}}, // \xe7\xb0\xbd
04336 {0x7c3e,{0x44,0x3b,0x56,0x3c,0x7f,0x36,0x5e}}, // \xe7\xb0\xbe
04337 {0x7c3f,{0x54,0x03,0x16,0x3c,0x5b,0x7e,0x12}}, // \xe7\xb0\xbf
04338 {0x7c40,{0x54,0x7b,0x06,0x1c,0x77,0x6a,0x1a}}, // \xe7\xb1\x80
04339 {0x7c43,{0x44,0x5b,0x7e,0x64,0x6b,0x4e,0x4a}}, // \xe7\xb1\x83
04340 {0x7c4c,{0x14,0x77,0x7e,0x1c,0x5f,0x76,0x12}}, // \xe7\xb1\x8c
04341 {0x7c4d,{0x54,0x33,0x7e,0x3c,0x6b,0x7e,0x2a}}, // \xe7\xb1\x8d
04342 {0x7c4f,{0x4c,0x3b,0x6e,0x54,0x3f,0x3e,0x52}}, // \xe7\xb1\x8f
04343 {0x7c50,{0x7c,0x2b,0x7e,0x34,0x7b,0x2e,0x52}}, // \xe7\xb1\x90
04344 {0x7c54,{0x54,0x7b,0x5e,0x3c,0x53,0x2e,0x5a}}, // \xe7\xb1\x94
04345 {0x7c56,{0x54,0x7b,0x7e,0x34,0x5b,0x36,0x52}}, // \xe7\xb1\x96
04346 {0x7c58,{0x7c,0x2b,0x7e,0x2c,0x7b,0x3e,0x5a}}, // \xe7\xb1\x98
04347 {0x7c5f,{0x44,0x2f,0x7e,0x2c,0x5b,0x1e,0x5a}}, // \xe7\xb1\x9f
04348 {0x7c60,{0x14,0x7f,0x36,0x7c,0x13,0x6e,0x5a}}, // \xe7\xb1\xa0
04349 {0x7c64,{0x54,0x7b,0x76,0x3c,0x5b,0x36,0x52}}, // \xe7\xb1\xa4
04350 {0x7c65,{0x14,0x73,0x3e,0x74,0x3b,0x76,0x12}}, // \xe7\xb1\xa5
04351 {0x7c6c,{0x74,0x5f,0x76,0x2c,0x7f,0x7e,0x52}}, // \xe7\xb1\xac
04352 {0x7c73,{0x24,0x25,0x14,0x7f,0x14,0x25,0x24}}, // \xe7\xb1\xb3
04353 {0x7c75,{0x35,0x7e,0x15,0x04,0x04,0x7f,0x04}}, // \xe7\xb1\xb5
04354 {0x7c7e,{0x35,0x7e,0x15,0x49,0x3f,0x51,0x7f}}, // \xe7\xb1\xbe
04355 {0x7c81,{0x35,0x7e,0x15,0x08,0x0a,0x7e,0x09}}, // \xe7\xb2\x81
04356 {0x7c82,{0x48,0x5a,0x35,0x7d,0x35,0x5b,0x48}}, // \xe7\xb2\x82
04357 {0x7c83,{0x35,0x7e,0x15,0x7f,0x24,0x7f,0x44}}, // \xe7\xb2\x83
04358 {0x7c89,{0x35,0x7e,0x45,0x3b,0x48,0x7b,0x04}}, // \xe7\xb2\x89
04359 {0x7c8b,{0x35,0x7e,0x2b,0x26,0x73,0x2e,0x28}}, // \xe7\xb2\x8b
04360 {0x7c8d,{0x35,0x7e,0x15,0x2a,0x2a,0x7e,0x55}}, // \xe7\xb2\x8d
04361 {0x7c90,{0x35,0x7e,0x15,0x40,0x3d,0x15,0x1d}}, // \xe7\xb2\x90
04362 {0x7c92,{0x35,0x7e,0x43,0x7e,0x63,0x5e,0x42}}, // \xe7\xb2\x92
04363 {0x7c95,{0x35,0x7e,0x15,0x7e,0x4b,0x4a,0x7e}}, // \xe7\xb2\x95
04364 {0x7c97,{0x35,0x7e,0x41,0x7f,0x55,0x7f,0x40}}, // \xe7\xb2\x97
04365 {0x7c98,{0x35,0x7e,0x15,0x70,0x5f,0x54,0x74}}, // \xe7\xb2\x98
04366 {0x7c9b,{0x48,0x3a,0x2a,0x7f,0x2a,0x5e,0x74}}, // \xe7\xb2\x9b
04367 {0x7c9f,{0x51,0x5b,0x33,0x7f,0x33,0x5b,0x51}}, // \xe7\xb2\x9f
04368 {0x7ca1,{0x35,0x7e,0x01,0x7f,0x35,0x35,0x7f}}, // \xe7\xb2\xa1
04369 {0x7ca2,{0x59,0x50,0x34,0x7b,0x36,0x5a,0x56}}, // \xe7\xb2\xa2
04370 {0x7ca4,{0x10,0x1e,0x1a,0x5f,0x56,0x7e,0x10}}, // \xe7\xb2\xa4
04371 {0x7ca5,{0x5d,0x77,0x2a,0x7f,0x2a,0x5d,0x77}}, // \xe7\xb2\xa5
04372 {0x7ca7,{0x35,0x7e,0x55,0x3e,0x4a,0x7f,0x4a}}, // \xe7\xb2\xa7
04373 {0x7ca8,{0x35,0x7e,0x01,0x7d,0x57,0x55,0x7d}}, // \xe7\xb2\xa8
04374 {0x7cab,{0x35,0x7e,0x7d,0x07,0x7d,0x05,0x7d}}, // \xe7\xb2\xab
04375 {0x7cad,{0x35,0x7e,0x15,0x00,0x76,0x55,0x76}}, // \xe7\xb2\xad
04376 {0x7cae,{0x35,0x7e,0x15,0x7e,0x5a,0x3b,0x5e}}, // \xe7\xb2\xae
04377 {0x7cb1,{0x55,0x50,0x39,0x77,0x39,0x5f,0x54}}, // \xe7\xb2\xb1
04378 {0x7cb2,{0x54,0x5c,0x3b,0x76,0x3b,0x55,0x5b}}, // \xe7\xb2\xb2
04379 {0x7cb3,{0x35,0x7e,0x41,0x57,0x3f,0x47,0x41}}, // \xe7\xb2\xb3
04380 {0x7cb9,{0x35,0x7e,0x33,0x2e,0x73,0x2e,0x32}}, // \xe7\xb2\xb9
04381 {0x7cbd,{0x35,0x7e,0x56,0x12,0x77,0x16,0x56}}, // \xe7\xb2\xbd
04382 {0x7cbe,{0x35,0x7e,0x09,0x7a,0x2f,0x7a,0x08}}, // \xe7\xb2\xbe
04383 {0x7cc0,{0x35,0x7e,0x12,0x7b,0x02,0x7f,0x52}}, // \xe7\xb3\x80
04384 {0x7cc2,{0x35,0x7e,0x72,0x5f,0x72,0x5f,0x52}}, // \xe7\xb3\x82
04385 {0x7cc5,{0x35,0x7e,0x5a,0x37,0x7f,0x33,0x56}}, // \xe7\xb3\x85
04386 {0x7cca,{0x35,0x7e,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe7\xb3\x8a
04387 {0x7cce,{0x35,0x7e,0x15,0x4f,0x5d,0x7d,0x5d}}, // \xe7\xb3\x8e
04388 {0x7cd2,{0x35,0x7e,0x1a,0x6f,0x2a,0x6f,0x6a}}, // \xe7\xb3\x92
04389 {0x7cd6,{0x35,0x7e,0x3e,0x12,0x77,0x5e,0x6a}}, // \xe7\xb3\x96
04390 {0x7cd8,{0x35,0x7e,0x26,0x5a,0x7b,0x2a,0x56}}, // \xe7\xb3\x98
04391 {0x7cdc,{0x40,0x3e,0x56,0x3e,0x77,0x3e,0x56}}, // \xe7\xb3\x9c
04392 {0x7cde,{0x2a,0x67,0x3a,0x3f,0x3a,0x67,0x2a}}, // \xe7\xb3\x9e
04393 {0x7cdf,{0x35,0x7e,0x1a,0x7f,0x5a,0x7f,0x1a}}, // \xe7\xb3\x9f
04394 {0x7ce0,{0x35,0x7e,0x3e,0x52,0x7f,0x2e,0x56}}, // \xe7\xb3\xa0
04395 {0x7ce2,{0x35,0x7e,0x52,0x5f,0x36,0x5f,0x52}}, // \xe7\xb3\xa2
04396 {0x7ce7,{0x35,0x7e,0x45,0x5f,0x7d,0x5f,0x44}}, // \xe7\xb3\xa7
04397 {0x7cef,{0x35,0x7e,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe7\xb3\xaf
04398 {0x7cf2,{0x35,0x7e,0x25,0x1f,0x6d,0x3f,0x6d}}, // \xe7\xb3\xb2
04399 {0x7cf4,{0x34,0x7b,0x14,0x21,0x7b,0x71,0x5b}}, // \xe7\xb3\xb4
04400 {0x7cf6,{0x37,0x7e,0x17,0x21,0x7b,0x71,0x5b}}, // \xe7\xb3\xb6
04401 {0x7cf8,{0x50,0x12,0x1a,0x75,0x14,0x0a,0x50}}, // \xe7\xb3\xb8
04402 {0x7cfa,{0x2a,0x75,0x28,0x00,0x7f,0x40,0x60}}, // \xe7\xb3\xba
04403 {0x7cfb,{0x50,0x15,0x15,0x7b,0x11,0x09,0x50}}, // \xe7\xb3\xbb
04404 {0x7cfe,{0x2a,0x75,0x20,0x3e,0x20,0x7f,0x10}}, // \xe7\xb3\xbe
04405 {0x7d00,{0x2a,0x75,0x28,0x79,0x49,0x49,0x6f}}, // \xe7\xb4\x80
04406 {0x7d02,{0x2a,0x75,0x22,0x0a,0x52,0x7f,0x02}}, // \xe7\xb4\x82
04407 {0x7d04,{0x2a,0x75,0x28,0x04,0x0b,0x52,0x7e}}, // \xe7\xb4\x84
04408 {0x7d05,{0x2a,0x75,0x28,0x42,0x42,0x7e,0x42}}, // \xe7\xb4\x85
04409 {0x7d06,{0x2a,0x75,0x28,0x09,0x49,0x7f,0x09}}, // \xe7\xb4\x86
04410 {0x7d0a,{0x52,0x12,0x36,0x6b,0x36,0x12,0x52}}, // \xe7\xb4\x8a
04411 {0x7d0b,{0x2a,0x75,0x42,0x2e,0x13,0x2e,0x42}}, // \xe7\xb4\x8b
04412 {0x7d0d,{0x2a,0x75,0x7e,0x12,0x0f,0x52,0x7e}}, // \xe7\xb4\x8d
04413 {0x7d10,{0x2a,0x75,0x49,0x7f,0x49,0x7f,0x48}}, // \xe7\xb4\x90
04414 {0x7d14,{0x2a,0x75,0x1a,0x12,0x7f,0x52,0x5a}}, // \xe7\xb4\x94
04415 {0x7d15,{0x2a,0x75,0x40,0x7f,0x24,0x7f,0x44}}, // \xe7\xb4\x95
04416 {0x7d17,{0x2a,0x75,0x28,0x46,0x5f,0x22,0x14}}, // \xe7\xb4\x97
04417 {0x7d18,{0x2a,0x75,0x22,0x5a,0x67,0x52,0x6a}}, // \xe7\xb4\x98
04418 {0x7d19,{0x2a,0x75,0x28,0x7e,0x4a,0x3e,0x49}}, // \xe7\xb4\x99
04419 {0x7d1a,{0x2a,0x75,0x21,0x5f,0x51,0x27,0x5c}}, // \xe7\xb4\x9a
04420 {0x7d1b,{0x2a,0x75,0x44,0x3b,0x48,0x7b,0x04}}, // \xe7\xb4\x9b
04421 {0x7d1c,{0x2a,0x75,0x28,0x44,0x65,0x5d,0x65}}, // \xe7\xb4\x9c
04422 {0x7d20,{0x54,0x16,0x1e,0x77,0x16,0x0e,0x54}}, // \xe7\xb4\xa0
04423 {0x7d21,{0x2a,0x75,0x28,0x42,0x3e,0x4b,0x7a}}, // \xe7\xb4\xa1
04424 {0x7d22,{0x4c,0x16,0x1e,0x77,0x0e,0x16,0x4c}}, // \xe7\xb4\xa2
04425 {0x7d2b,{0x4e,0x18,0x1f,0x7a,0x10,0x0f,0x5a}}, // \xe7\xb4\xab
04426 {0x7d2c,{0x2a,0x75,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe7\xb4\xac
04427 {0x7d2e,{0x4a,0x16,0x1f,0x76,0x1f,0x18,0x4c}}, // \xe7\xb4\xae
04428 {0x7d2f,{0x50,0x17,0x1d,0x77,0x15,0x0f,0x50}}, // \xe7\xb4\xaf
04429 {0x7d30,{0x2a,0x75,0x28,0x7f,0x49,0x7f,0x7f}}, // \xe7\xb4\xb0
04430 {0x7d32,{0x2a,0x75,0x7f,0x44,0x5f,0x54,0x5f}}, // \xe7\xb4\xb2
04431 {0x7d33,{0x2a,0x75,0x3e,0x2a,0x7f,0x2a,0x3e}}, // \xe7\xb4\xb3
04432 {0x7d35,{0x2a,0x75,0x28,0x06,0x4a,0x7b,0x0e}}, // \xe7\xb4\xb5
04433 {0x7d39,{0x2a,0x75,0x28,0x75,0x53,0x59,0x7f}}, // \xe7\xb4\xb9
04434 {0x7d3a,{0x2a,0x75,0x02,0x7f,0x4a,0x7f,0x02}}, // \xe7\xb4\xba
04435 {0x7d3f,{0x2a,0x75,0x08,0x6c,0x6b,0x64,0x08}}, // \xe7\xb4\xbf
04436 {0x7d42,{0x2a,0x75,0x28,0x0a,0x55,0x4b,0x08}}, // \xe7\xb5\x82
04437 {0x7d43,{0x2a,0x75,0x4a,0x6e,0x53,0x2a,0x42}}, // \xe7\xb5\x83
04438 {0x7d44,{0x2a,0x75,0x48,0x7f,0x55,0x7f,0x40}}, // \xe7\xb5\x84
04439 {0x7d45,{0x2a,0x75,0x7f,0x1d,0x15,0x5d,0x7f}}, // \xe7\xb5\x85
04440 {0x7d46,{0x2a,0x75,0x2a,0x29,0x7c,0x29,0x2a}}, // \xe7\xb5\x86
04441 {0x7d4b,{0x2a,0x75,0x20,0x1e,0x62,0x5b,0x62}}, // \xe7\xb5\x8b
04442 {0x7d4c,{0x2a,0x75,0x49,0x5b,0x75,0x5b,0x48}}, // \xe7\xb5\x8c
04443 {0x7d4e,{0x2a,0x75,0x28,0x7d,0x00,0x45,0x7d}}, // \xe7\xb5\x8e
04444 {0x7d4f,{0x2a,0x75,0x2e,0x4a,0x5f,0x2e,0x50}}, // \xe7\xb5\x8f
04445 {0x7d50,{0x2a,0x75,0x02,0x6a,0x6f,0x6a,0x02}}, // \xe7\xb5\x90
04446 {0x7d56,{0x2a,0x75,0x4a,0x38,0x0f,0x78,0x4a}}, // \xe7\xb5\x96
04447 {0x7d5b,{0x04,0x7e,0x5f,0x1a,0x75,0x1b,0x50}}, // \xe7\xb5\x9b
04448 {0x7d5e,{0x2a,0x75,0x4a,0x56,0x23,0x56,0x4a}}, // \xe7\xb5\x9e
04449 {0x7d61,{0x2a,0x75,0x10,0x6a,0x65,0x6b,0x10}}, // \xe7\xb5\xa1
04450 {0x7d62,{0x2a,0x75,0x2c,0x3f,0x2a,0x3e,0x7e}}, // \xe7\xb5\xa2
04451 {0x7d63,{0x2a,0x75,0x54,0x3d,0x14,0x7d,0x14}}, // \xe7\xb5\xa3
04452 {0x7d66,{0x2a,0x75,0x04,0x72,0x55,0x76,0x04}}, // \xe7\xb5\xa6
04453 {0x7d68,{0x2a,0x75,0x0a,0x3e,0x4a,0x3f,0x52}}, // \xe7\xb5\xa8
04454 {0x7d6e,{0x4a,0x1e,0x1b,0x76,0x1f,0x19,0x4f}}, // \xe7\xb5\xae
04455 {0x7d71,{0x2a,0x75,0x4a,0x3e,0x0b,0x76,0x4a}}, // \xe7\xb5\xb1
04456 {0x7d72,{0x2a,0x75,0x28,0x00,0x2a,0x75,0x28}}, // \xe7\xb5\xb2
04457 {0x7d73,{0x2a,0x75,0x28,0x2a,0x35,0x7b,0x28}}, // \xe7\xb5\xb3
04458 {0x7d75,{0x2a,0x75,0x54,0x72,0x55,0x36,0x54}}, // \xe7\xb5\xb5
04459 {0x7d76,{0x2a,0x75,0x2a,0x7e,0x5d,0x57,0x5c}}, // \xe7\xb5\xb6
04460 {0x7d79,{0x2a,0x75,0x28,0x78,0x2b,0x2b,0x78}}, // \xe7\xb5\xb9
04461 {0x7d7d,{0x2a,0x75,0x28,0x77,0x5d,0x55,0x77}}, // \xe7\xb5\xbd
04462 {0x7d89,{0x2a,0x75,0x5a,0x37,0x1f,0x37,0x6a}}, // \xe7\xb6\x89
04463 {0x7d8f,{0x2a,0x75,0x52,0x71,0x5b,0x31,0x52}}, // \xe7\xb6\x8f
04464 {0x7d93,{0x2a,0x75,0x28,0x55,0x5b,0x75,0x5b}}, // \xe7\xb6\x93
04465 {0x7d99,{0x2a,0x75,0x28,0x7f,0x55,0x4e,0x55}}, // \xe7\xb6\x99
04466 {0x7d9a,{0x2a,0x75,0x5a,0x2a,0x0f,0x6a,0x5a}}, // \xe7\xb6\x9a
04467 {0x7d9b,{0x2a,0x75,0x69,0x2b,0x45,0x4b,0x6f}}, // \xe7\xb6\x9b
04468 {0x7d9c,{0x2a,0x75,0x56,0x12,0x77,0x16,0x56}}, // \xe7\xb6\x9c
04469 {0x7d9f,{0x2a,0x75,0x21,0x5f,0x55,0x3d,0x57}}, // \xe7\xb6\x9f
04470 {0x7da2,{0x2a,0x75,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe7\xb6\xa2
04471 {0x7da3,{0x2a,0x75,0x16,0x6d,0x56,0x4d,0x16}}, // \xe7\xb6\xa3
04472 {0x7dab,{0x2a,0x75,0x28,0x52,0x5b,0x36,0x5b}}, // \xe7\xb6\xab
04473 {0x7dac,{0x2a,0x75,0x4d,0x57,0x35,0x57,0x4d}}, // \xe7\xb6\xac
04474 {0x7dad,{0x2a,0x75,0x28,0x7f,0x4a,0x7f,0x4a}}, // \xe7\xb6\xad
04475 {0x7dae,{0x49,0x17,0x15,0x77,0x1a,0x15,0x4b}}, // \xe7\xb6\xae
04476 {0x7daf,{0x2a,0x75,0x64,0x4b,0x7e,0x6a,0x7e}}, // \xe7\xb6\xaf
04477 {0x7db0,{0x2a,0x75,0x28,0x06,0x7a,0x5b,0x76}}, // \xe7\xb6\xb0
04478 {0x7db1,{0x2a,0x75,0x7f,0x35,0x29,0x35,0x7f}}, // \xe7\xb6\xb1
04479 {0x7db2,{0x2a,0x7d,0x7f,0x0d,0x39,0x2d,0x7f}}, // \xe7\xb6\xb2
04480 {0x7db4,{0x2a,0x75,0x5d,0x2b,0x5d,0x2b,0x5d}}, // \xe7\xb6\xb4
04481 {0x7db5,{0x2a,0x75,0x52,0x31,0x7b,0x31,0x52}}, // \xe7\xb6\xb5
04482 {0x7db8,{0x2a,0x75,0x24,0x72,0x35,0x76,0x74}}, // \xe7\xb6\xb8
04483 {0x7dba,{0x2a,0x75,0x12,0x5a,0x17,0x7a,0x12}}, // \xe7\xb6\xba
04484 {0x7dbb,{0x2a,0x75,0x46,0x32,0x46,0x7f,0x56}}, // \xe7\xb6\xbb
04485 {0x7dbd,{0x2a,0x75,0x20,0x3c,0x77,0x3e,0x22}}, // \xe7\xb6\xbd
04486 {0x7dbe,{0x2a,0x75,0x28,0x5a,0x2f,0x5a,0x48}}, // \xe7\xb6\xbe
04487 {0x7dbf,{0x2a,0x75,0x30,0x1e,0x7b,0x1e,0x30}}, // \xe7\xb6\xbf
04488 {0x7dc7,{0x2a,0x75,0x28,0x7a,0x5d,0x7a,0x7d}}, // \xe7\xb7\x87
04489 {0x7dca,{0x57,0x17,0x1d,0x70,0x1b,0x15,0x5b}}, // \xe7\xb7\x8a
04490 {0x7dcb,{0x2a,0x75,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe7\xb7\x8b
04491 {0x7dcf,{0x2a,0x75,0x6a,0x2d,0x48,0x45,0x6a}}, // \xe7\xb7\x8f
04492 {0x7dd1,{0x2a,0x75,0x54,0x25,0x7d,0x27,0x54}}, // \xe7\xb7\x91
04493 {0x7dd2,{0x2a,0x75,0x28,0x1a,0x6f,0x6a,0x69}}, // \xe7\xb7\x92
04494 {0x7dd5,{0x2a,0x75,0x52,0x36,0x2b,0x76,0x12}}, // \xe7\xb7\x95
04495 {0x7dd8,{0x2a,0x75,0x3e,0x6a,0x6a,0x3f,0x52}}, // \xe7\xb7\x98
04496 {0x7dda,{0x2a,0x75,0x50,0x3e,0x7b,0x2e,0x50}}, // \xe7\xb7\x9a
04497 {0x7ddc,{0x30,0x1e,0x7b,0x1e,0x35,0x7b,0x31}}, // \xe7\xb7\x9c
04498 {0x7ddd,{0x2a,0x75,0x24,0x3f,0x2d,0x7f,0x24}}, // \xe7\xb7\x9d
04499 {0x7dde,{0x2a,0x75,0x7e,0x15,0x5b,0x29,0x5b}}, // \xe7\xb7\x9e
04500 {0x7de0,{0x2a,0x75,0x1a,0x6e,0x3b,0x6e,0x1a}}, // \xe7\xb7\xa0
04501 {0x7de1,{0x2a,0x75,0x28,0x1f,0x75,0x6d,0x77}}, // \xe7\xb7\xa1
04502 {0x7de4,{0x2a,0x75,0x5f,0x32,0x77,0x36,0x57}}, // \xe7\xb7\xa4
04503 {0x7de8,{0x2a,0x75,0x21,0x1f,0x75,0x37,0x71}}, // \xe7\xb7\xa8
04504 {0x7de9,{0x2a,0x75,0x46,0x2a,0x5e,0x29,0x5d}}, // \xe7\xb7\xa9
04505 {0x7dec,{0x2a,0x75,0x28,0x7d,0x57,0x7d,0x7d}}, // \xe7\xb7\xac
04506 {0x7def,{0x2a,0x75,0x28,0x3a,0x2f,0x7a,0x2e}}, // \xe7\xb7\xaf
04507 {0x7df2,{0x2a,0x75,0x7f,0x55,0x7f,0x46,0x2f}}, // \xe7\xb7\xb2
04508 {0x7df4,{0x2a,0x75,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe7\xb7\xb4
04509 {0x7dfb,{0x2a,0x75,0x2d,0x3b,0x69,0x3f,0x5e}}, // \xe7\xb7\xbb
04510 {0x7e01,{0x2a,0x75,0x24,0x5d,0x75,0x27,0x54}}, // \xe7\xb8\x81
04511 {0x7e04,{0x2a,0x75,0x08,0x3f,0x2d,0x77,0x5c}}, // \xe7\xb8\x84
04512 {0x7e05,{0x2a,0x75,0x7e,0x2e,0x56,0x3f,0x52}}, // \xe7\xb8\x85
04513 {0x7e09,{0x2a,0x75,0x0f,0x7d,0x59,0x7f,0x0d}}, // \xe7\xb8\x89
04514 {0x7e0a,{0x2a,0x75,0x52,0x6d,0x64,0x6d,0x52}}, // \xe7\xb8\x8a
04515 {0x7e0b,{0x2a,0x75,0x28,0x75,0x40,0x7e,0x77}}, // \xe7\xb8\x8b
04516 {0x7e12,{0x2a,0x75,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe7\xb8\x92
04517 {0x7e1b,{0x2a,0x75,0x12,0x3e,0x5f,0x7e,0x13}}, // \xe7\xb8\x9b
04518 {0x7e1e,{0x2a,0x75,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe7\xb8\x9e
04519 {0x7e1f,{0x2a,0x75,0x18,0x37,0x5f,0x7b,0x15}}, // \xe7\xb8\x9f
04520 {0x7e21,{0x2a,0x75,0x2e,0x3a,0x6f,0x3a,0x2e}}, // \xe7\xb8\xa1
04521 {0x7e22,{0x7f,0x15,0x7f,0x1d,0x76,0x0d,0x56}}, // \xe7\xb8\xa2
04522 {0x7e23,{0x5e,0x17,0x77,0x50,0x15,0x7b,0x51}}, // \xe7\xb8\xa3
04523 {0x7e26,{0x2a,0x75,0x0a,0x7d,0x23,0x7e,0x4b}}, // \xe7\xb8\xa6
04524 {0x7e2b,{0x2a,0x75,0x48,0x39,0x5a,0x75,0x5b}}, // \xe7\xb8\xab
04525 {0x7e2e,{0x2a,0x75,0x16,0x7a,0x0b,0x7a,0x6e}}, // \xe7\xb8\xae
04526 {0x7e31,{0x2a,0x75,0x0a,0x7d,0x22,0x79,0x52}}, // \xe7\xb8\xb1
04527 {0x7e32,{0x2a,0x75,0x57,0x1d,0x77,0x15,0x57}}, // \xe7\xb8\xb2
04528 {0x7e35,{0x2a,0x75,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe7\xb8\xb5
04529 {0x7e37,{0x2a,0x75,0x54,0x7e,0x5b,0x3e,0x54}}, // \xe7\xb8\xb7
04530 {0x7e39,{0x2a,0x75,0x51,0x17,0x77,0x17,0x51}}, // \xe7\xb8\xb9
04531 {0x7e3a,{0x2a,0x75,0x28,0x75,0x5e,0x7f,0x52}}, // \xe7\xb8\xba
04532 {0x7e3b,{0x40,0x3e,0x56,0x1e,0x77,0x0e,0x56}}, // \xe7\xb8\xbb
04533 {0x7e3d,{0x2a,0x75,0x68,0x2e,0x4f,0x4e,0x6e}}, // \xe7\xb8\xbd
04534 {0x7e3e,{0x2a,0x75,0x48,0x3a,0x3f,0x3a,0x48}}, // \xe7\xb8\xbe
04535 {0x7e41,{0x4b,0x1e,0x1e,0x76,0x1a,0x15,0x4b}}, // \xe7\xb9\x81
04536 {0x7e43,{0x2a,0x75,0x3b,0x7a,0x43,0x3a,0x7b}}, // \xe7\xb9\x83
04537 {0x7e46,{0x2a,0x75,0x11,0x4b,0x54,0x29,0x13}}, // \xe7\xb9\x86
04538 {0x7e4a,{0x2a,0x75,0x4a,0x7f,0x2a,0x3f,0x55}}, // \xe7\xb9\x8a
04539 {0x7e4b,{0x4a,0x1e,0x1f,0x76,0x1b,0x15,0x4b}}, // \xe7\xb9\x8b
04540 {0x7e4d,{0x2a,0x75,0x4a,0x3a,0x7f,0x2e,0x74}}, // \xe7\xb9\x8d
04541 {0x7e54,{0x2a,0x75,0x0a,0x6f,0x6e,0x3f,0x55}}, // \xe7\xb9\x94
04542 {0x7e55,{0x2a,0x75,0x2a,0x7b,0x6e,0x7b,0x2a}}, // \xe7\xb9\x95
04543 {0x7e56,{0x2a,0x75,0x0a,0x7f,0x7e,0x23,0x5e}}, // \xe7\xb9\x96
04544 {0x7e59,{0x2a,0x75,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe7\xb9\x99
04545 {0x7e5a,{0x2a,0x75,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe7\xb9\x9a
04546 {0x7e5d,{0x2a,0x75,0x7f,0x23,0x18,0x3b,0x7f}}, // \xe7\xb9\x9d
04547 {0x7e5e,{0x2a,0x75,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe7\xb9\x9e
04548 {0x7e66,{0x2a,0x75,0x5d,0x77,0x5b,0x7d,0x5b}}, // \xe7\xb9\xa6
04549 {0x7e67,{0x2a,0x75,0x56,0x73,0x57,0x33,0x56}}, // \xe7\xb9\xa7
04550 {0x7e69,{0x2a,0x75,0x1b,0x7f,0x41,0x7f,0x5b}}, // \xe7\xb9\xa9
04551 {0x7e6a,{0x2a,0x75,0x1c,0x76,0x5d,0x76,0x1c}}, // \xe7\xb9\xaa
04552 {0x7e6d,{0x7a,0x2a,0x5f,0x7a,0x2f,0x7a,0x7a}}, // \xe7\xb9\xad
04553 {0x7e70,{0x2a,0x75,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe7\xb9\xb0
04554 {0x7e79,{0x2a,0x75,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe7\xb9\xb9
04555 {0x7e7b,{0x2a,0x75,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe7\xb9\xbb
04556 {0x7e7c,{0x2a,0x75,0x7f,0x6a,0x5d,0x6a,0x5d}}, // \xe7\xb9\xbc
04557 {0x7e7d,{0x2a,0x75,0x4e,0x3a,0x37,0x3a,0x46}}, // \xe7\xb9\xbd
04558 {0x7e7f,{0x2a,0x75,0x4f,0x69,0x60,0x6b,0x4a}}, // \xe7\xb9\xbf
04559 {0x7e82,{0x54,0x13,0x3e,0x6c,0x2f,0x16,0x52}}, // \xe7\xba\x82
04560 {0x7e83,{0x2a,0x75,0x4a,0x36,0x2b,0x76,0x0a}}, // \xe7\xba\x83
04561 {0x7e88,{0x2a,0x75,0x2a,0x6f,0x6a,0x1f,0x5d}}, // \xe7\xba\x88
04562 {0x7e89,{0x2a,0x75,0x4a,0x37,0x3a,0x37,0x4a}}, // \xe7\xba\x89
04563 {0x7e8c,{0x2a,0x75,0x4e,0x3e,0x3b,0x3e,0x4e}}, // \xe7\xba\x8c
04564 {0x7e8e,{0x2a,0x75,0x54,0x7f,0x54,0x3f,0x55}}, // \xe7\xba\x8e
04565 {0x7e8f,{0x2a,0x75,0x3e,0x5a,0x6f,0x5e,0x5a}}, // \xe7\xba\x8f
04566 {0x7e90,{0x2a,0x75,0x56,0x23,0x56,0x1f,0x5d}}, // \xe7\xba\x90
04567 {0x7e92,{0x2a,0x75,0x20,0x5f,0x4b,0x63,0x49}}, // \xe7\xba\x92
04568 {0x7e93,{0x2a,0x75,0x57,0x7b,0x54,0x33,0x57}}, // \xe7\xba\x93
04569 {0x7e94,{0x2a,0x75,0x28,0x52,0x2d,0x7f,0x56}}, // \xe7\xba\x94
04570 {0x7e96,{0x2a,0x75,0x55,0x7e,0x55,0x3f,0x55}}, // \xe7\xba\x96
04571 {0x7e9b,{0x34,0x7e,0x3e,0x4f,0x3e,0x6e,0x34}}, // \xe7\xba\x9b
04572 {0x7e9c,{0x2a,0x75,0x47,0x3d,0x38,0x7f,0x46}}, // \xe7\xba\x9c
04573 {0x7f36,{0x08,0x6c,0x4b,0x7e,0x4a,0x6a,0x08}}, // \xe7\xbc\xb6
04574 {0x7f38,{0x6c,0x4b,0x7e,0x6a,0x42,0x7e,0x42}}, // \xe7\xbc\xb8
04575 {0x7f3a,{0x6c,0x4b,0x7e,0x6a,0x4a,0x3f,0x4e}}, // \xe7\xbc\xba
04576 {0x7f45,{0x6b,0x7e,0x6a,0x3c,0x54,0x7f,0x1a}}, // \xe7\xbd\x85
04577 {0x7f4c,{0x14,0x73,0x5b,0x7c,0x5b,0x7b,0x14}}, // \xe7\xbd\x8c
04578 {0x7f4d,{0x1c,0x7c,0x5f,0x7b,0x5f,0x7c,0x1c}}, // \xe7\xbd\x8d
04579 {0x7f4e,{0x6b,0x7e,0x4a,0x6c,0x57,0x3f,0x4c}}, // \xe7\xbd\x8e
04580 {0x7f50,{0x6b,0x7e,0x26,0x7f,0x52,0x7f,0x56}}, // \xe7\xbd\x90
04581 {0x7f51,{0x7f,0x25,0x19,0x25,0x19,0x25,0x7f}}, // \xe7\xbd\x91
04582 {0x7f54,{0x7f,0x15,0x77,0x5d,0x57,0x15,0x7f}}, // \xe7\xbd\x94
04583 {0x7f55,{0x23,0x25,0x2b,0x79,0x2f,0x25,0x23}}, // \xe7\xbd\x95
04584 {0x7f58,{0x57,0x55,0x37,0x75,0x17,0x35,0x57}}, // \xe7\xbd\x98
04585 {0x7f5f,{0x17,0x75,0x57,0x5d,0x57,0x75,0x17}}, // \xe7\xbd\x9f
04586 {0x7f60,{0x47,0x7d,0x57,0x15,0x37,0x5d,0x57}}, // \xe7\xbd\xa0
04587 {0x7f67,{0x57,0x35,0x7f,0x55,0x37,0x7d,0x57}}, // \xe7\xbd\xa7
04588 {0x7f68,{0x17,0x0d,0x37,0x3d,0x77,0x4d,0x57}}, // \xe7\xbd\xa8
04589 {0x7f69,{0x27,0x35,0x37,0x7d,0x3f,0x2d,0x27}}, // \xe7\xbd\xa9
04590 {0x7f6a,{0x2b,0x6b,0x3f,0x03,0x7f,0x2b,0x2b}}, // \xe7\xbd\xaa
04591 {0x7f6b,{0x57,0x7d,0x57,0x05,0x7f,0x15,0x27}}, // \xe7\xbd\xab
04592 {0x7f6e,{0x77,0x45,0x7f,0x55,0x57,0x7d,0x47}}, // \xe7\xbd\xae
04593 {0x7f70,{0x67,0x6d,0x6f,0x05,0x1f,0x45,0x7f}}, // \xe7\xbd\xb0
04594 {0x7f72,{0x57,0x55,0x3f,0x7d,0x5f,0x75,0x17}}, // \xe7\xbd\xb2
04595 {0x7f75,{0x47,0x1d,0x57,0x1d,0x57,0x15,0x77}}, // \xe7\xbd\xb5
04596 {0x7f77,{0x17,0x7d,0x37,0x7d,0x07,0x7d,0x57}}, // \xe7\xbd\xb7
04597 {0x7f78,{0x6f,0x6d,0x17,0x35,0x57,0x7d,0x17}}, // \xe7\xbd\xb8
04598 {0x7f79,{0x37,0x7d,0x07,0x7d,0x57,0x7d,0x57}}, // \xe7\xbd\xb9
04599 {0x7f82,{0x2f,0x75,0x27,0x75,0x3f,0x3d,0x77}}, // \xe7\xbe\x82
04600 {0x7f83,{0x57,0x35,0x7f,0x7d,0x3f,0x75,0x37}}, // \xe7\xbe\x83
04601 {0x7f85,{0x2f,0x75,0x27,0x7d,0x57,0x7d,0x57}}, // \xe7\xbe\x85
04602 {0x7f86,{0x47,0x1d,0x4f,0x1d,0x47,0x1d,0x57}}, // \xe7\xbe\x86
04603 {0x7f87,{0x2f,0x75,0x2f,0x55,0x1f,0x7d,0x17}}, // \xe7\xbe\x87
04604 {0x7f88,{0x2f,0x75,0x2f,0x45,0x1f,0x5d,0x77}}, // \xe7\xbe\x88
04605 {0x7f8a,{0x22,0x2a,0x2b,0x7e,0x2a,0x2b,0x22}}, // \xe7\xbe\x8a
04606 {0x7f8c,{0x52,0x56,0x37,0x1e,0x76,0x57,0x52}}, // \xe7\xbe\x8c
04607 {0x7f8e,{0x52,0x56,0x57,0x3e,0x56,0x57,0x52}}, // \xe7\xbe\x8e
04608 {0x7f94,{0x52,0x16,0x57,0x1e,0x56,0x17,0x52}}, // \xe7\xbe\x94
04609 {0x7f9a,{0x55,0x3e,0x15,0x12,0x75,0x16,0x34}}, // \xe7\xbe\x9a
04610 {0x7f9d,{0x55,0x3e,0x15,0x7e,0x4a,0x5e,0x69}}, // \xe7\xbe\x9d
04611 {0x7f9e,{0x4a,0x3a,0x5b,0x7e,0x5a,0x7b,0x4a}}, // \xe7\xbe\x9e
04612 {0x7fa3,{0x2a,0x2a,0x37,0x7f,0x3b,0x2b,0x2e}}, // \xe7\xbe\xa3
04613 {0x7fa4,{0x25,0x7f,0x75,0x6f,0x2b,0x7e,0x2b}}, // \xe7\xbe\xa4
04614 {0x7fa8,{0x5a,0x0a,0x4b,0x5e,0x3a,0x5b,0x4a}}, // \xe7\xbe\xa8
04615 {0x7fa9,{0x2a,0x2a,0x7b,0x2e,0x7a,0x2b,0x5a}}, // \xe7\xbe\xa9
04616 {0x7fae,{0x4a,0x56,0x5f,0x36,0x5e,0x57,0x4a}}, // \xe7\xbe\xae
04617 {0x7faf,{0x55,0x3e,0x15,0x3f,0x2d,0x4f,0x78}}, // \xe7\xbe\xaf
04618 {0x7fb2,{0x0a,0x5a,0x7b,0x2e,0x7a,0x2b,0x5a}}, // \xe7\xbe\xb2
04619 {0x7fb6,{0x55,0x3e,0x15,0x4e,0x7e,0x7b,0x4e}}, // \xe7\xbe\xb6
04620 {0x7fb8,{0x42,0x3e,0x7a,0x6b,0x3a,0x7a,0x72}}, // \xe7\xbe\xb8
04621 {0x7fb9,{0x4a,0x56,0x7f,0x36,0x7e,0x57,0x4a}}, // \xe7\xbe\xb9
04622 {0x7fbd,{0x21,0x25,0x51,0x7f,0x25,0x51,0x7f}}, // \xe7\xbe\xbd
04623 {0x7fc1,{0x4a,0x5a,0x2d,0x78,0x59,0x2a,0x7a}}, // \xe7\xbf\x81
04624 {0x7fc5,{0x5a,0x2f,0x5a,0x55,0x7f,0x55,0x7f}}, // \xe7\xbf\x85
04625 {0x7fc6,{0x21,0x35,0x2f,0x64,0x3d,0x31,0x3b}}, // \xe7\xbf\x86
04626 {0x7fca,{0x2e,0x33,0x2e,0x15,0x7f,0x15,0x7f}}, // \xe7\xbf\x8a
04627 {0x7fcc,{0x49,0x5b,0x75,0x5f,0x7b,0x55,0x4f}}, // \xe7\xbf\x8c
04628 {0x7fd2,{0x09,0x6b,0x75,0x6f,0x6b,0x65,0x0f}}, // \xe7\xbf\x92
04629 {0x7fd4,{0x55,0x3e,0x29,0x15,0x7f,0x15,0x7f}}, // \xe7\xbf\x94
04630 {0x7fd5,{0x54,0x34,0x7e,0x0d,0x5e,0x34,0x74}}, // \xe7\xbf\x95
04631 {0x7fe0,{0x29,0x3b,0x2d,0x7f,0x2b,0x3d,0x2f}}, // \xe7\xbf\xa0
04632 {0x7fe1,{0x2a,0x5a,0x2f,0x78,0x5f,0x2a,0x7a}}, // \xe7\xbf\xa1
04633 {0x7fe6,{0x52,0x3e,0x77,0x0e,0x52,0x3f,0x72}}, // \xe7\xbf\xa6
04634 {0x7fe9,{0x7d,0x35,0x70,0x15,0x7f,0x15,0x7f}}, // \xe7\xbf\xa9
04635 {0x7feb,{0x05,0x6f,0x75,0x6f,0x44,0x3d,0x45}}, // \xe7\xbf\xab
04636 {0x7ff0,{0x2d,0x77,0x4d,0x2a,0x79,0x2a,0x7c}}, // \xe7\xbf\xb0
04637 {0x7ff3,{0x5f,0x37,0x7d,0x15,0x5b,0x35,0x7b}}, // \xe7\xbf\xb3
04638 {0x7ff9,{0x5e,0x37,0x7e,0x55,0x7f,0x55,0x7f}}, // \xe7\xbf\xb9
04639 {0x7ffb,{0x15,0x6f,0x7f,0x35,0x7f,0x35,0x7f}}, // \xe7\xbf\xbb
04640 {0x7ffc,{0x51,0x5b,0x15,0x1f,0x1b,0x55,0x57}}, // \xe7\xbf\xbc
04641 {0x8000,{0x4a,0x38,0x3f,0x2a,0x75,0x7f,0x57}}, // \xe8\x80\x80
04642 {0x8001,{0x28,0x2a,0x1a,0x7f,0x5e,0x5a,0x49}}, // \xe8\x80\x81
04643 {0x8003,{0x28,0x2a,0x1a,0x3f,0x2e,0x2a,0x69}}, // \xe8\x80\x83
04644 {0x8004,{0x28,0x2a,0x36,0x7f,0x5a,0x59,0x48}}, // \xe8\x80\x84
04645 {0x8005,{0x28,0x2a,0x1a,0x6f,0x6e,0x6a,0x09}}, // \xe8\x80\x85
04646 {0x8006,{0x14,0x16,0x6e,0x7f,0x76,0x75,0x14}}, // \xe8\x80\x86
04647 {0x800b,{0x48,0x5a,0x56,0x7f,0x5a,0x59,0x48}}, // \xe8\x80\x8b
04648 {0x800c,{0x7d,0x05,0x7d,0x07,0x7d,0x05,0x7d}}, // \xe8\x80\x8c
04649 {0x8010,{0x7d,0x07,0x7d,0x05,0x7d,0x1a,0x7f}}, // \xe8\x80\x90
04650 {0x8012,{0x52,0x56,0x36,0x7f,0x36,0x55,0x50}}, // \xe8\x80\x92
04651 {0x8015,{0x2a,0x7f,0x52,0x3f,0x12,0x7f,0x12}}, // \xe8\x80\x95
04652 {0x8017,{0x2a,0x7f,0x2a,0x2a,0x7e,0x55,0x54}}, // \xe8\x80\x97
04653 {0x8018,{0x2a,0x7f,0x29,0x44,0x65,0x5d,0x65}}, // \xe8\x80\x98
04654 {0x8019,{0x2a,0x7f,0x29,0x7f,0x49,0x4f,0x6f}}, // \xe8\x80\x99
04655 {0x801c,{0x2a,0x7f,0x29,0x7f,0x55,0x57,0x70}}, // \xe8\x80\x9c
04656 {0x8021,{0x2a,0x7f,0x3f,0x2a,0x7e,0x1f,0x7c}}, // \xe8\x80\xa1
04657 {0x8028,{0x2a,0x7f,0x18,0x37,0x5f,0x7b,0x15}}, // \xe8\x80\xa8
04658 {0x8033,{0x21,0x21,0x3f,0x2d,0x2d,0x7f,0x21}}, // \xe8\x80\xb3
04659 {0x8036,{0x21,0x3f,0x2d,0x7f,0x01,0x7f,0x1b}}, // \xe8\x80\xb6
04660 {0x803b,{0x21,0x3f,0x7f,0x7c,0x40,0x7f,0x44}}, // \xe8\x80\xbb
04661 {0x803d,{0x21,0x3f,0x7f,0x46,0x3f,0x72,0x46}}, // \xe8\x80\xbd
04662 {0x803f,{0x21,0x3f,0x7f,0x4c,0x40,0x3f,0x44}}, // \xe8\x80\xbf
04663 {0x8046,{0x21,0x3f,0x7f,0x12,0x75,0x16,0x34}}, // \xe8\x81\x86
04664 {0x804a,{0x21,0x3f,0x7f,0x5e,0x31,0x7e,0x1e}}, // \xe8\x81\x8a
04665 {0x8052,{0x21,0x3f,0x7f,0x04,0x76,0x5e,0x75}}, // \xe8\x81\x92
04666 {0x8056,{0x45,0x57,0x57,0x7d,0x57,0x55,0x47}}, // \xe8\x81\x96
04667 {0x8058,{0x21,0x3f,0x7f,0x08,0x1e,0x5f,0x6e}}, // \xe8\x81\x98
04668 {0x805a,{0x45,0x57,0x2f,0x75,0x2b,0x55,0x4b}}, // \xe8\x81\x9a
04669 {0x805e,{0x7f,0x2b,0x3b,0x38,0x7b,0x0b,0x7f}}, // \xe8\x81\x9e
04670 {0x805f,{0x24,0x2b,0x36,0x2a,0x2e,0x7a,0x2e}}, // \xe8\x81\x9f
04671 {0x8061,{0x21,0x3f,0x7f,0x6a,0x2d,0x48,0x6b}}, // \xe8\x81\xa1
04672 {0x8062,{0x21,0x3f,0x7f,0x32,0x46,0x7f,0x56}}, // \xe8\x81\xa2
04673 {0x8068,{0x21,0x3f,0x7f,0x52,0x3d,0x7a,0x15}}, // \xe8\x81\xa8
04674 {0x806f,{0x21,0x3f,0x7f,0x5a,0x35,0x7a,0x35}}, // \xe8\x81\xaf
04675 {0x8070,{0x21,0x3f,0x7f,0x6e,0x2f,0x4e,0x6e}}, // \xe8\x81\xb0
04676 {0x8072,{0x2a,0x26,0x37,0x32,0x3b,0x75,0x2b}}, // \xe8\x81\xb2
04677 {0x8073,{0x2a,0x2d,0x3a,0x29,0x2e,0x7d,0x2a}}, // \xe8\x81\xb3
04678 {0x8074,{0x21,0x3f,0x7f,0x62,0x2e,0x4f,0x6e}}, // \xe8\x81\xb4
04679 {0x8076,{0x2c,0x3d,0x7f,0x07,0x2f,0x3d,0x7c}}, // \xe8\x81\xb6
04680 {0x8077,{0x21,0x3f,0x7f,0x6b,0x4e,0x3f,0x55}}, // \xe8\x81\xb7
04681 {0x8079,{0x21,0x3f,0x7f,0x16,0x5e,0x7b,0x16}}, // \xe8\x81\xb9
04682 {0x807d,{0x29,0x3f,0x7f,0x6a,0x2e,0x4f,0x6e}}, // \xe8\x81\xbd
04683 {0x807e,{0x2a,0x3e,0x2b,0x3e,0x32,0x7b,0x2d}}, // \xe8\x81\xbe
04684 {0x807f,{0x28,0x2a,0x2a,0x7f,0x2a,0x2e,0x24}}, // \xe8\x81\xbf
04685 {0x8084,{0x57,0x3a,0x5a,0x20,0x2a,0x7f,0x2e}}, // \xe8\x82\x84
04686 {0x8085,{0x48,0x3a,0x6e,0x07,0x6e,0x2e,0x74}}, // \xe8\x82\x85
04687 {0x8086,{0x50,0x7f,0x55,0x71,0x2a,0x7f,0x2e}}, // \xe8\x82\x86
04688 {0x8087,{0x29,0x37,0x35,0x77,0x3b,0x35,0x2b}}, // \xe8\x82\x87
04689 {0x8089,{0x7e,0x02,0x2a,0x17,0x2a,0x42,0x7e}}, // \xe8\x82\x89
04690 {0x808b,{0x7f,0x15,0x7f,0x42,0x3f,0x42,0x7e}}, // \xe8\x82\x8b
04691 {0x808c,{0x7f,0x15,0x7f,0x3f,0x01,0x7f,0x40}}, // \xe8\x82\x8c
04692 {0x8093,{0x02,0x7e,0x2a,0x2b,0x2a,0x7a,0x02}}, // \xe8\x82\x93
04693 {0x8096,{0x00,0x7d,0x16,0x17,0x14,0x56,0x7d}}, // \xe8\x82\x96
04694 {0x8098,{0x7f,0x15,0x7f,0x0a,0x52,0x7f,0x02}}, // \xe8\x82\x98
04695 {0x809a,{0x7f,0x15,0x7f,0x40,0x44,0x7f,0x44}}, // \xe8\x82\x9a
04696 {0x809b,{0x7f,0x15,0x7f,0x40,0x42,0x7e,0x42}}, // \xe8\x82\x9b
04697 {0x809d,{0x7f,0x15,0x7f,0x08,0x09,0x7f,0x09}}, // \xe8\x82\x9d
04698 {0x80a1,{0x7f,0x15,0x7f,0x40,0x5b,0x29,0x5b}}, // \xe8\x82\xa1
04699 {0x80a2,{0x7f,0x15,0x7f,0x42,0x5a,0x2f,0x5a}}, // \xe8\x82\xa2
04700 {0x80a5,{0x7f,0x15,0x7f,0x49,0x4f,0x49,0x6f}}, // \xe8\x82\xa5
04701 {0x80a9,{0x41,0x3f,0x05,0x7d,0x2d,0x7f,0x01}}, // \xe8\x82\xa9
04702 {0x80aa,{0x7f,0x15,0x7f,0x42,0x3e,0x4b,0x7a}}, // \xe8\x82\xaa
04703 {0x80ac,{0x7f,0x15,0x7f,0x42,0x3f,0x7a,0x43}}, // \xe8\x82\xac
04704 {0x80ad,{0x7f,0x15,0x7f,0x7c,0x15,0x4f,0x7c}}, // \xe8\x82\xad
04705 {0x80af,{0x08,0x7e,0x28,0x2f,0x2a,0x7a,0x08}}, // \xe8\x82\xaf
04706 {0x80b1,{0x7f,0x15,0x7f,0x4a,0x67,0x52,0x6a}}, // \xe8\x82\xb1
04707 {0x80b2,{0x0a,0x7a,0x2e,0x2b,0x2a,0x76,0x0a}}, // \xe8\x82\xb2
04708 {0x80b4,{0x28,0x19,0x7d,0x2a,0x2a,0x7d,0x08}}, // \xe8\x82\xb4
04709 {0x80ba,{0x7f,0x15,0x7f,0x3a,0x0a,0x7f,0x3a}}, // \xe8\x82\xba
04710 {0x80c3,{0x07,0x7d,0x2d,0x2f,0x2d,0x7d,0x07}}, // \xe8\x83\x83
04711 {0x80c4,{0x0e,0x7a,0x2a,0x2f,0x2a,0x7a,0x0e}}, // \xe8\x83\x84
04712 {0x80c6,{0x7f,0x15,0x7f,0x00,0x5f,0x55,0x5f}}, // \xe8\x83\x86
04713 {0x80cc,{0x0a,0x7a,0x2f,0x28,0x2f,0x7a,0x0a}}, // \xe8\x83\x8c
04714 {0x80ce,{0x7f,0x15,0x7f,0x08,0x6c,0x6b,0x6c}}, // \xe8\x83\x8e
04715 {0x80d6,{0x7f,0x15,0x7f,0x2a,0x29,0x7c,0x29}}, // \xe8\x83\x96
04716 {0x80d9,{0x7f,0x15,0x7f,0x04,0x7f,0x2a,0x2a}}, // \xe8\x83\x99
04717 {0x80da,{0x7f,0x15,0x7f,0x49,0x45,0x7f,0x49}}, // \xe8\x83\x9a
04718 {0x80db,{0x7f,0x15,0x7f,0x1f,0x15,0x7f,0x1f}}, // \xe8\x83\x9b
04719 {0x80dd,{0x7f,0x15,0x7f,0x7e,0x4a,0x5e,0x69}}, // \xe8\x83\x9d
04720 {0x80de,{0x7f,0x15,0x7f,0x04,0x73,0x56,0x5e}}, // \xe8\x83\x9e
04721 {0x80e1,{0x3a,0x2f,0x3a,0x40,0x3f,0x55,0x7f}}, // \xe8\x83\xa1
04722 {0x80e4,{0x40,0x3f,0x7a,0x2d,0x78,0x7f,0x40}}, // \xe8\x83\xa4
04723 {0x80e5,{0x09,0x75,0x29,0x2f,0x2b,0x79,0x0b}}, // \xe8\x83\xa5
04724 {0x80ef,{0x7f,0x15,0x7f,0x0a,0x1e,0x57,0x6a}}, // \xe8\x83\xaf
04725 {0x80f1,{0x7f,0x15,0x7f,0x4a,0x38,0x7f,0x4a}}, // \xe8\x83\xb1
04726 {0x80f4,{0x7f,0x15,0x7f,0x7f,0x35,0x35,0x7f}}, // \xe8\x83\xb4
04727 {0x80f8,{0x7f,0x15,0x7f,0x34,0x2b,0x36,0x7e}}, // \xe8\x83\xb8
04728 {0x80fc,{0x7f,0x15,0x7f,0x54,0x3d,0x14,0x7d}}, // \xe8\x83\xbc
04729 {0x80fd,{0x04,0x7e,0x2d,0x7e,0x00,0x7f,0x5a}}, // \xe8\x83\xbd
04730 {0x8102,{0x7f,0x15,0x7f,0x00,0x6f,0x6a,0x6d}}, // \xe8\x84\x82
04731 {0x8105,{0x28,0x1a,0x6e,0x3b,0x2a,0x7e,0x18}}, // \xe8\x84\x85
04732 {0x8106,{0x7f,0x15,0x7f,0x3e,0x7d,0x4f,0x5c}}, // \xe8\x84\x86
04733 {0x8107,{0x7f,0x15,0x7f,0x22,0x77,0x22,0x76}}, // \xe8\x84\x87
04734 {0x8108,{0x7f,0x15,0x7f,0x7a,0x0a,0x35,0x54}}, // \xe8\x84\x88
04735 {0x8109,{0x7f,0x15,0x7f,0x28,0x5d,0x7d,0x28}}, // \xe8\x84\x89
04736 {0x810a,{0x15,0x75,0x28,0x2f,0x28,0x75,0x15}}, // \xe8\x84\x8a
04737 {0x811a,{0x7f,0x15,0x7f,0x6a,0x5f,0x7f,0x1f}}, // \xe8\x84\x9a
04738 {0x811b,{0x7f,0x15,0x7f,0x55,0x5b,0x75,0x5b}}, // \xe8\x84\x9b
04739 {0x8123,{0x08,0x77,0x3f,0x3b,0x37,0x7b,0x09}}, // \xe8\x84\xa3
04740 {0x8129,{0x04,0x7e,0x3f,0x7a,0x2d,0x7b,0x08}}, // \xe8\x84\xa9
04741 {0x812f,{0x7f,0x15,0x7f,0x7a,0x7f,0x2a,0x7b}}, // \xe8\x84\xaf
04742 {0x8131,{0x7f,0x15,0x7f,0x4e,0x3b,0x7a,0x4f}}, // \xe8\x84\xb1
04743 {0x8133,{0x7f,0x15,0x7f,0x75,0x49,0x54,0x7b}}, // \xe8\x84\xb3
04744 {0x8139,{0x7f,0x15,0x7f,0x10,0x7f,0x35,0x51}}, // \xe8\x84\xb9
04745 {0x813e,{0x7f,0x15,0x7f,0x2e,0x3f,0x7a,0x2e}}, // \xe8\x84\xbe
04746 {0x8146,{0x7f,0x15,0x7f,0x5e,0x1f,0x1a,0x5f}}, // \xe8\x85\x86
04747 {0x814b,{0x7f,0x15,0x7f,0x12,0x7e,0x2b,0x5a}}, // \xe8\x85\x8b
04748 {0x814e,{0x07,0x77,0x35,0x30,0x3b,0x75,0x0b}}, // \xe8\x85\x8e
04749 {0x8150,{0x40,0x3e,0x7a,0x56,0x3b,0x5e,0x72}}, // \xe8\x85\x90
04750 {0x8151,{0x7f,0x15,0x7f,0x3e,0x7a,0x13,0x7a}}, // \xe8\x85\x91
04751 {0x8153,{0x7f,0x15,0x7f,0x2a,0x7f,0x7f,0x2a}}, // \xe8\x85\x93
04752 {0x8154,{0x7f,0x15,0x7f,0x46,0x56,0x73,0x56}}, // \xe8\x85\x94
04753 {0x8155,{0x7f,0x15,0x7f,0x56,0x2a,0x7b,0x5e}}, // \xe8\x85\x95
04754 {0x815f,{0x7f,0x15,0x7f,0x56,0x5a,0x6b,0x56}}, // \xe8\x85\x9f
04755 {0x8165,{0x7f,0x15,0x7f,0x48,0x57,0x7d,0x57}}, // \xe8\x85\xa5
04756 {0x8166,{0x7f,0x15,0x7f,0x7a,0x6d,0x5a,0x7d}}, // \xe8\x85\xa6
04757 {0x816b,{0x7f,0x15,0x7f,0x44,0x5e,0x7e,0x5d}}, // \xe8\x85\xab
04758 {0x816e,{0x7f,0x15,0x7f,0x6f,0x2d,0x4f,0x6f}}, // \xe8\x85\xae
04759 {0x8170,{0x7f,0x15,0x7f,0x51,0x7f,0x37,0x51}}, // \xe8\x85\xb0
04760 {0x8171,{0x7f,0x15,0x7f,0x49,0x37,0x4a,0x5f}}, // \xe8\x85\xb1
04761 {0x8174,{0x7f,0x15,0x7f,0x5e,0x55,0x3e,0x5e}}, // \xe8\x85\xb4
04762 {0x8178,{0x7f,0x15,0x7f,0x24,0x5f,0x35,0x77}}, // \xe8\x85\xb8
04763 {0x8179,{0x7f,0x15,0x7f,0x53,0x2e,0x5e,0x42}}, // \xe8\x85\xb9
04764 {0x817a,{0x7f,0x15,0x7f,0x3e,0x7b,0x2e,0x50}}, // \xe8\x85\xba
04765 {0x817f,{0x7f,0x15,0x7f,0x79,0x50,0x4f,0x57}}, // \xe8\x85\xbf
04766 {0x8180,{0x7f,0x15,0x7f,0x4e,0x3b,0x6e,0x1a}}, // \xe8\x86\x80
04767 {0x8182,{0x0a,0x77,0x3e,0x34,0x3f,0x76,0x0a}}, // \xe8\x86\x82
04768 {0x8183,{0x7f,0x15,0x7f,0x4f,0x6d,0x6b,0x4f}}, // \xe8\x86\x83
04769 {0x8188,{0x7f,0x15,0x7f,0x79,0x2f,0x6f,0x79}}, // \xe8\x86\x88
04770 {0x818a,{0x7f,0x15,0x7f,0x3e,0x57,0x7e,0x13}}, // \xe8\x86\x8a
04771 {0x818f,{0x1a,0x6e,0x3a,0x3b,0x3a,0x6e,0x1a}}, // \xe8\x86\x8f
04772 {0x8193,{0x7f,0x15,0x7f,0x24,0x5f,0x3e,0x72}}, // \xe8\x86\x93
04773 {0x8195,{0x7f,0x15,0x7f,0x6d,0x4f,0x55,0x7f}}, // \xe8\x86\x95
04774 {0x819a,{0x40,0x3c,0x04,0x7c,0x3f,0x3a,0x7a}}, // \xe8\x86\x9a
04775 {0x819c,{0x7f,0x15,0x7f,0x52,0x5f,0x3e,0x53}}, // \xe8\x86\x9c
04776 {0x819d,{0x7f,0x15,0x7f,0x2a,0x56,0x7f,0x2a}}, // \xe8\x86\x9d
04777 {0x81a0,{0x7f,0x15,0x7f,0x11,0x4b,0x55,0x2b}}, // \xe8\x86\xa0
04778 {0x81a3,{0x7f,0x15,0x7f,0x06,0x5a,0x77,0x56}}, // \xe8\x86\xa3
04779 {0x81a4,{0x7f,0x15,0x7f,0x06,0x53,0x77,0x26}}, // \xe8\x86\xa4
04780 {0x81a8,{0x7f,0x15,0x7f,0x5a,0x7f,0x4a,0x25}}, // \xe8\x86\xa8
04781 {0x81a9,{0x7f,0x15,0x7f,0x36,0x72,0x3f,0x42}}, // \xe8\x86\xa9
04782 {0x81b0,{0x7f,0x15,0x7f,0x15,0x6f,0x7f,0x15}}, // \xe8\x86\xb0
04783 {0x81b3,{0x7f,0x15,0x7f,0x2a,0x7b,0x6e,0x7b}}, // \xe8\x86\xb3
04784 {0x81b5,{0x7f,0x15,0x7f,0x2f,0x72,0x2f,0x32}}, // \xe8\x86\xb5
04785 {0x81b8,{0x7f,0x15,0x7f,0x65,0x4a,0x7f,0x7a}}, // \xe8\x86\xb8
04786 {0x81ba,{0x40,0x3e,0x0e,0x72,0x3f,0x3e,0x7a}}, // \xe8\x86\xba
04787 {0x81bd,{0x7f,0x15,0x7f,0x3e,0x75,0x7f,0x2c}}, // \xe8\x86\xbd
04788 {0x81be,{0x7f,0x15,0x7f,0x16,0x7d,0x76,0x1c}}, // \xe8\x86\xbe
04789 {0x81bf,{0x7f,0x15,0x7f,0x76,0x57,0x36,0x57}}, // \xe8\x86\xbf
04790 {0x81c0,{0x08,0x77,0x3b,0x37,0x3b,0x75,0x0b}}, // \xe8\x87\x80
04791 {0x81c2,{0x04,0x7f,0x3b,0x30,0x36,0x7b,0x06}}, // \xe8\x87\x82
04792 {0x81c6,{0x7f,0x15,0x7f,0x6e,0x3b,0x5e,0x6a}}, // \xe8\x87\x86
04793 {0x81c8,{0x7f,0x15,0x7f,0x32,0x2f,0x4e,0x7b}}, // \xe8\x87\x88
04794 {0x81c9,{0x7f,0x15,0x7f,0x36,0x5d,0x36,0x5c}}, // \xe8\x87\x89
04795 {0x81cd,{0x7f,0x15,0x7f,0x36,0x2b,0x76,0x0a}}, // \xe8\x87\x8d
04796 {0x81d1,{0x7f,0x15,0x7f,0x66,0x2b,0x7f,0x6e}}, // \xe8\x87\x91
04797 {0x81d3,{0x7f,0x15,0x7f,0x7b,0x4a,0x3f,0x4a}}, // \xe8\x87\x93
04798 {0x81d8,{0x7f,0x15,0x7f,0x72,0x5d,0x2e,0x7d}}, // \xe8\x87\x98
04799 {0x81d9,{0x7f,0x15,0x7f,0x52,0x1f,0x56,0x5f}}, // \xe8\x87\x99
04800 {0x81da,{0x7f,0x15,0x7f,0x5c,0x64,0x6f,0x4a}}, // \xe8\x87\x9a
04801 {0x81df,{0x7f,0x15,0x7f,0x6f,0x7a,0x3f,0x4a}}, // \xe8\x87\x9f
04802 {0x81e0,{0x7a,0x1d,0x5a,0x37,0x5a,0x1d,0x78}}, // \xe8\x87\xa0
04803 {0x81e3,{0x7f,0x55,0x55,0x77,0x55,0x5d,0x41}}, // \xe8\x87\xa3
04804 {0x81e5,{0x7f,0x55,0x77,0x5d,0x40,0x3f,0x40}}, // \xe8\x87\xa5
04805 {0x81e7,{0x36,0x54,0x3e,0x7a,0x4a,0x3f,0x52}}, // \xe8\x87\xa7
04806 {0x81e8,{0x7f,0x55,0x77,0x5d,0x64,0x6f,0x6e}}, // \xe8\x87\xa8
04807 {0x81ea,{0x00,0x7e,0x4a,0x5b,0x5a,0x52,0x7e}}, // \xe8\x87\xaa
04808 {0x81ed,{0x50,0x5e,0x5a,0x3b,0x5a,0x5e,0x50}}, // \xe8\x87\xad
04809 {0x81f3,{0x41,0x55,0x57,0x7d,0x53,0x55,0x41}}, // \xe8\x87\xb3
04810 {0x81f4,{0x49,0x5d,0x3b,0x2d,0x5c,0x23,0x5e}}, // \xe8\x87\xb4
04811 {0x81fa,{0x5a,0x6a,0x7e,0x6f,0x5e,0x6a,0x5a}}, // \xe8\x87\xba
04812 {0x81fb,{0x55,0x7b,0x5d,0x2a,0x7f,0x2e,0x5a}}, // \xe8\x87\xbb
04813 {0x81fc,{0x7e,0x4a,0x49,0x40,0x4a,0x4a,0x7e}}, // \xe8\x87\xbc
04814 {0x81fe,{0x5e,0x55,0x20,0x1f,0x20,0x55,0x5f}}, // \xe8\x87\xbe
04815 {0x8201,{0x20,0x6e,0x3d,0x28,0x7d,0x2f,0x20}}, // \xe8\x88\x81
04816 {0x8202,{0x28,0x1a,0x6e,0x5f,0x4e,0x7a,0x28}}, // \xe8\x88\x82
04817 {0x8205,{0x50,0x5e,0x35,0x1c,0x15,0x5f,0x70}}, // \xe8\x88\x85
04818 {0x8207,{0x5e,0x55,0x1b,0x12,0x1e,0x55,0x5f}}, // \xe8\x88\x87
04819 {0x8208,{0x5e,0x55,0x1e,0x1a,0x1e,0x55,0x5f}}, // \xe8\x88\x88
04820 {0x8209,{0x28,0x1e,0x29,0x7e,0x2d,0x1f,0x28}}, // \xe8\x88\x89
04821 {0x820a,{0x0a,0x66,0x7f,0x56,0x7f,0x76,0x12}}, // \xe8\x88\x8a
04822 {0x820c,{0x04,0x76,0x56,0x5e,0x55,0x75,0x04}}, // \xe8\x88\x8c
04823 {0x820d,{0x14,0x74,0x56,0x5d,0x56,0x74,0x14}}, // \xe8\x88\x8d
04824 {0x820e,{0x14,0x74,0x5a,0x5d,0x5a,0x74,0x14}}, // \xe8\x88\x8e
04825 {0x8210,{0x76,0x5e,0x75,0x7e,0x4a,0x3e,0x49}}, // \xe8\x88\x90
04826 {0x8212,{0x6a,0x5d,0x6a,0x09,0x4b,0x7d,0x1b}}, // \xe8\x88\x92
04827 {0x8216,{0x6a,0x5d,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe8\x88\x96
04828 {0x8217,{0x6a,0x6d,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe8\x88\x97
04829 {0x8218,{0x6a,0x5d,0x6a,0x06,0x7a,0x5b,0x76}}, // \xe8\x88\x98
04830 {0x821b,{0x48,0x47,0x2a,0x1e,0x12,0x7f,0x12}}, // \xe8\x88\x9b
04831 {0x821c,{0x4d,0x57,0x2d,0x1f,0x35,0x77,0x2d}}, // \xe8\x88\x9c
04832 {0x821e,{0x2b,0x5e,0x2a,0x3e,0x2a,0x7e,0x2a}}, // \xe8\x88\x9e
04833 {0x821f,{0x50,0x3e,0x12,0x77,0x12,0x7e,0x10}}, // \xe8\x88\x9f
04834 {0x8229,{0x7e,0x13,0x7e,0x63,0x58,0x23,0x44}}, // \xe8\x88\xa9
04835 {0x822a,{0x7e,0x13,0x7e,0x7a,0x0b,0x7a,0x42}}, // \xe8\x88\xaa
04836 {0x822b,{0x7e,0x13,0x7e,0x42,0x3e,0x4b,0x7a}}, // \xe8\x88\xab
04837 {0x822c,{0x7e,0x13,0x7e,0x40,0x5b,0x29,0x5b}}, // \xe8\x88\xac
04838 {0x822e,{0x7e,0x13,0x7e,0x41,0x3d,0x15,0x1d}}, // \xe8\x88\xae
04839 {0x8233,{0x7e,0x13,0x7e,0x4a,0x7f,0x4a,0x7e}}, // \xe8\x88\xb3
04840 {0x8235,{0x7e,0x13,0x7e,0x06,0x7a,0x53,0x56}}, // \xe8\x88\xb5
04841 {0x8236,{0x7e,0x13,0x7e,0x7e,0x4b,0x4a,0x7e}}, // \xe8\x88\xb6
04842 {0x8237,{0x7e,0x13,0x7e,0x4a,0x6e,0x53,0x6a}}, // \xe8\x88\xb7
04843 {0x8238,{0x7e,0x13,0x7e,0x1d,0x15,0x5d,0x7f}}, // \xe8\x88\xb8
04844 {0x8239,{0x7e,0x13,0x7e,0x08,0x77,0x50,0x77}}, // \xe8\x88\xb9
04845 {0x8240,{0x7e,0x13,0x7e,0x21,0x6b,0x39,0x22}}, // \xe8\x89\x80
04846 {0x8247,{0x7e,0x7f,0x55,0x3b,0x6a,0x7e,0x69}}, // \xe8\x89\x87
04847 {0x8258,{0x7e,0x13,0x7e,0x4e,0x59,0x2e,0x5e}}, // \xe8\x89\x98
04848 {0x8259,{0x7e,0x13,0x7e,0x24,0x1e,0x6d,0x62}}, // \xe8\x89\x99
04849 {0x825a,{0x7e,0x13,0x7e,0x1a,0x7f,0x5a,0x7f}}, // \xe8\x89\x9a
04850 {0x825d,{0x7e,0x13,0x7e,0x06,0x53,0x77,0x26}}, // \xe8\x89\x9d
04851 {0x825f,{0x7e,0x13,0x7e,0x4a,0x5e,0x7b,0x5e}}, // \xe8\x89\x9f
04852 {0x8262,{0x7e,0x13,0x7e,0x76,0x5b,0x76,0x7a}}, // \xe8\x89\xa2
04853 {0x8264,{0x7e,0x13,0x7e,0x2a,0x7b,0x2e,0x5b}}, // \xe8\x89\xa4
04854 {0x8266,{0x7e,0x13,0x7e,0x4f,0x60,0x6b,0x4a}}, // \xe8\x89\xa6
04855 {0x8268,{0x7e,0x13,0x7e,0x5f,0x7a,0x2f,0x5a}}, // \xe8\x89\xa8
04856 {0x826a,{0x7e,0x13,0x7e,0x12,0x7d,0x6f,0x10}}, // \xe8\x89\xaa
04857 {0x826b,{0x7e,0x13,0x7e,0x5c,0x64,0x6f,0x4a}}, // \xe8\x89\xab
04858 {0x826e,{0x40,0x7f,0x55,0x15,0x35,0x5f,0x40}}, // \xe8\x89\xae
04859 {0x826f,{0x40,0x7e,0x5a,0x1b,0x3a,0x5e,0x40}}, // \xe8\x89\xaf
04860 {0x8271,{0x5b,0x3e,0x5b,0x7f,0x55,0x35,0x5f}}, // \xe8\x89\xb1
04861 {0x8272,{0x02,0x3e,0x55,0x5d,0x57,0x5c,0x60}}, // \xe8\x89\xb2
04862 {0x8276,{0x5e,0x77,0x76,0x2f,0x7a,0x5d,0x5b}}, // \xe8\x89\xb6
04863 {0x8277,{0x5f,0x6e,0x6f,0x3f,0x7a,0x5d,0x5b}}, // \xe8\x89\xb7
04864 {0x8278,{0x1e,0x50,0x3f,0x1e,0x10,0x7f,0x1e}}, // \xe8\x89\xb8
04865 {0x827e,{0x42,0x42,0x57,0x22,0x57,0x42,0x42}}, // \xe8\x89\xbe
04866 {0x828b,{0x22,0x2a,0x6f,0x7a,0x2f,0x2a,0x22}}, // \xe8\x8a\x8b
04867 {0x828d,{0x12,0x0a,0x1f,0x2a,0x0f,0x4a,0x7a}}, // \xe8\x8a\x8d
04868 {0x8292,{0x0a,0x3a,0x4b,0x4e,0x4b,0x4a,0x4a}}, // \xe8\x8a\x92
04869 {0x8299,{0x52,0x5a,0x5b,0x3e,0x5b,0x5a,0x52}}, // \xe8\x8a\x99
04870 {0x829d,{0x42,0x2a,0x4b,0x6e,0x5b,0x4a,0x42}}, // \xe8\x8a\x9d
04871 {0x829f,{0x4a,0x46,0x5b,0x2a,0x5b,0x4e,0x4a}}, // \xe8\x8a\x9f
04872 {0x82a5,{0x12,0x52,0x3b,0x06,0x7b,0x12,0x12}}, // \xe8\x8a\xa5
04873 {0x82a6,{0x4a,0x3a,0x2f,0x2a,0x2f,0x3a,0x0a}}, // \xe8\x8a\xa6
04874 {0x82ab,{0x52,0x56,0x37,0x16,0x77,0x56,0x52}}, // \xe8\x8a\xab
04875 {0x82ac,{0x12,0x4a,0x57,0x32,0x57,0x7a,0x12}}, // \xe8\x8a\xac
04876 {0x82ad,{0x02,0x3e,0x57,0x5e,0x57,0x5e,0x62}}, // \xe8\x8a\xad
04877 {0x82af,{0x42,0x32,0x7f,0x42,0x67,0x12,0x62}}, // \xe8\x8a\xaf
04878 {0x82b1,{0x12,0x7a,0x07,0x02,0x7f,0x52,0x6a}}, // \xe8\x8a\xb1
04879 {0x82b3,{0x4a,0x4a,0x3b,0x2e,0x2b,0x6a,0x0a}}, // \xe8\x8a\xb3
04880 {0x82b8,{0x52,0x5a,0x7f,0x5a,0x5f,0x3a,0x52}}, // \xe8\x8a\xb8
04881 {0x82b9,{0x42,0x3a,0x1f,0x1a,0x77,0x16,0x12}}, // \xe8\x8a\xb9
04882 {0x82bb,{0x24,0x5b,0x7e,0x36,0x12,0x5a,0x7e}}, // \xe8\x8a\xbb
04883 {0x82bd,{0x52,0x5e,0x37,0x56,0x7f,0x16,0x12}}, // \xe8\x8a\xbd
04884 {0x82c5,{0x42,0x2a,0x13,0x2e,0x1b,0x42,0x7e}}, // \xe8\x8b\x85
04885 {0x82d1,{0x52,0x5a,0x2f,0x1a,0x7f,0x4a,0x5a}}, // \xe8\x8b\x91
04886 {0x82d2,{0x22,0x7e,0x2b,0x3e,0x2b,0x7e,0x22}}, // \xe8\x8b\x92
04887 {0x82d3,{0x12,0x12,0x1b,0x76,0x1b,0x12,0x32}}, // \xe8\x8b\x93
04888 {0x82d4,{0x12,0x72,0x5b,0x56,0x53,0x6a,0x12}}, // \xe8\x8b\x94
04889 {0x82d7,{0x02,0x7a,0x5f,0x7a,0x5f,0x7a,0x02}}, // \xe8\x8b\x97
04890 {0x82d9,{0x4a,0x4a,0x7b,0x4e,0x6b,0x5a,0x4a}}, // \xe8\x8b\x99
04891 {0x82db,{0x0a,0x7a,0x5f,0x7a,0x0f,0x7a,0x0a}}, // \xe8\x8b\x9b
04892 {0x82dc,{0x02,0x7e,0x57,0x56,0x57,0x7e,0x02}}, // \xe8\x8b\x9c
04893 {0x82de,{0x0a,0x06,0x7f,0x56,0x5f,0x42,0x5e}}, // \xe8\x8b\x9e
04894 {0x82df,{0x12,0x0a,0x6f,0x6a,0x0f,0x4a,0x7a}}, // \xe8\x8b\x9f
04895 {0x82e1,{0x22,0x1e,0x53,0x46,0x2b,0x3e,0x42}}, // \xe8\x8b\xa1
04896 {0x82e3,{0x02,0x7e,0x57,0x56,0x57,0x5e,0x46}}, // \xe8\x8b\xa3
04897 {0x82e5,{0x2a,0x1a,0x6f,0x6a,0x6b,0x6a,0x0a}}, // \xe8\x8b\xa5
04898 {0x82e6,{0x0a,0x6a,0x6f,0x7a,0x6f,0x6a,0x0a}}, // \xe8\x8b\xa6
04899 {0x82e7,{0x1a,0x0a,0x5f,0x7a,0x1f,0x0a,0x1a}}, // \xe8\x8b\xa7
04900 {0x82eb,{0x02,0x62,0x63,0x7e,0x6b,0x6a,0x02}}, // \xe8\x8b\xab
04901 {0x82f1,{0x52,0x5a,0x57,0x3a,0x57,0x5a,0x52}}, // \xe8\x8b\xb1
04902 {0x82f3,{0x22,0x2a,0x2b,0x56,0x1f,0x22,0x22}}, // \xe8\x8b\xb3
04903 {0x82f4,{0x42,0x7e,0x57,0x56,0x57,0x7e,0x42}}, // \xe8\x8b\xb4
04904 {0x82f9,{0x22,0x2a,0x27,0x7e,0x27,0x2a,0x22}}, // \xe8\x8b\xb9
04905 {0x82fa,{0x0a,0x3a,0x2f,0x3e,0x6b,0x7e,0x2a}}, // \xe8\x8b\xba
04906 {0x82fb,{0x12,0x7a,0x07,0x2a,0x4b,0x7e,0x0a}}, // \xe8\x8b\xbb
04907 {0x8302,{0x42,0x3a,0x0f,0x4a,0x5f,0x2a,0x5a}}, // \xe8\x8c\x82
04908 {0x8303,{0x56,0x02,0x3f,0x46,0x57,0x5e,0x62}}, // \xe8\x8c\x83
04909 {0x8304,{0x52,0x3a,0x57,0x72,0x77,0x52,0x72}}, // \xe8\x8c\x84
04910 {0x8305,{0x52,0x36,0x57,0x76,0x1f,0x16,0x32}}, // \xe8\x8c\x85
04911 {0x8306,{0x3a,0x6a,0x37,0x02,0x7f,0x06,0x3e}}, // \xe8\x8c\x86
04912 {0x8309,{0x4a,0x5a,0x3b,0x7e,0x3b,0x5a,0x4a}}, // \xe8\x8c\x89
04913 {0x830e,{0x12,0x52,0x57,0x6a,0x57,0x52,0x12}}, // \xe8\x8c\x8e
04914 {0x8316,{0x22,0x2a,0x6b,0x56,0x6f,0x22,0x22}}, // \xe8\x8c\x96
04915 {0x8317,{0x22,0x2a,0x2b,0x76,0x57,0x5e,0x72}}, // \xe8\x8c\x97
04916 {0x8318,{0x52,0x36,0x5f,0x76,0x37,0x5e,0x72}}, // \xe8\x8c\x98
04917 {0x831c,{0x0a,0x7a,0x5f,0x4a,0x5f,0x7a,0x0a}}, // \xe8\x8c\x9c
04918 {0x8323,{0x52,0x5a,0x53,0x3e,0x57,0x5e,0x52}}, // \xe8\x8c\xa3
04919 {0x8328,{0x4a,0x02,0x53,0x4e,0x3b,0x4a,0x5a}}, // \xe8\x8c\xa8
04920 {0x832b,{0x56,0x02,0x0b,0x7a,0x4f,0x4a,0x4a}}, // \xe8\x8c\xab
04921 {0x832f,{0x12,0x7a,0x07,0x4a,0x4b,0x3e,0x4a}}, // \xe8\x8c\xaf
04922 {0x8331,{0x52,0x5a,0x37,0x7e,0x37,0x56,0x52}}, // \xe8\x8c\xb1
04923 {0x8332,{0x6a,0x56,0x63,0x02,0x6b,0x56,0x62}}, // \xe8\x8c\xb2
04924 {0x8334,{0x7e,0x46,0x7f,0x6e,0x7f,0x46,0x7e}}, // \xe8\x8c\xb4
04925 {0x8335,{0x7e,0x42,0x6b,0x5e,0x6b,0x42,0x7e}}, // \xe8\x8c\xb5
04926 {0x8336,{0x52,0x12,0x1b,0x76,0x1b,0x12,0x52}}, // \xe8\x8c\xb6
04927 {0x8338,{0x2a,0x2a,0x3f,0x2a,0x2f,0x7a,0x2a}}, // \xe8\x8c\xb8
04928 {0x8339,{0x4a,0x5a,0x2f,0x5a,0x7b,0x4a,0x7a}}, // \xe8\x8c\xb9
04929 {0x8340,{0x12,0x0a,0x7f,0x56,0x7f,0x06,0x7e}}, // \xe8\x8d\x80
04930 {0x8345,{0x12,0x72,0x5b,0x56,0x5b,0x72,0x12}}, // \xe8\x8d\x85
04931 {0x8349,{0x22,0x3e,0x37,0x76,0x37,0x3e,0x22}}, // \xe8\x8d\x89
04932 {0x834a,{0x56,0x3e,0x17,0x7e,0x1b,0x42,0x7a}}, // \xe8\x8d\x8a
04933 {0x834f,{0x12,0x7a,0x17,0x56,0x7f,0x56,0x12}}, // \xe8\x8d\x8f
04934 {0x8350,{0x12,0x7a,0x17,0x52,0x77,0x1e,0x12}}, // \xe8\x8d\x90
04935 {0x8352,{0x42,0x2e,0x0b,0x6a,0x0b,0x6a,0x42}}, // \xe8\x8d\x92
04936 {0x8358,{0x2a,0x7e,0x13,0x52,0x7b,0x52,0x12}}, // \xe8\x8d\x98
04937 {0x8373,{0x4a,0x5a,0x6f,0x6a,0x6f,0x5a,0x4a}}, // \xe8\x8d\xb3
04938 {0x8375,{0x62,0x36,0x57,0x4e,0x57,0x1e,0x62}}, // \xe8\x8d\xb5
04939 {0x8377,{0x12,0x7a,0x07,0x6a,0x6f,0x0a,0x7a}}, // \xe8\x8d\xb7
04940 {0x837b,{0x56,0x4a,0x37,0x5a,0x43,0x3e,0x4a}}, // \xe8\x8d\xbb
04941 {0x837c,{0x4a,0x3a,0x57,0x7e,0x17,0x3a,0x4a}}, // \xe8\x8d\xbc
04942 {0x8385,{0x12,0x7a,0x07,0x4a,0x7b,0x6e,0x5a}}, // \xe8\x8e\x85
04943 {0x8387,{0x42,0x7e,0x57,0x3e,0x4b,0x3e,0x7a}}, // \xe8\x8e\x87
04944 {0x8389,{0x52,0x36,0x7f,0x36,0x1b,0x42,0x7a}}, // \xe8\x8e\x89
04945 {0x838a,{0x5a,0x32,0x7f,0x12,0x53,0x7a,0x52}}, // \xe8\x8e\x8a
04946 {0x838e,{0x56,0x02,0x13,0x4a,0x5f,0x2a,0x12}}, // \xe8\x8e\x8e
04947 {0x8393,{0x0a,0x36,0x2f,0x3e,0x6b,0x7e,0x2a}}, // \xe8\x8e\x93
04948 {0x8396,{0x5a,0x56,0x53,0x7a,0x57,0x5a,0x56}}, // \xe8\x8e\x96
04949 {0x839a,{0x56,0x2e,0x43,0x76,0x67,0x7e,0x6a}}, // \xe8\x8e\x9a
04950 {0x839e,{0x56,0x52,0x37,0x16,0x77,0x52,0x56}}, // \xe8\x8e\x9e
04951 {0x839f,{0x0a,0x6a,0x67,0x6a,0x7b,0x66,0x0a}}, // \xe8\x8e\x9f
04952 {0x83a0,{0x4a,0x5a,0x37,0x1e,0x37,0x6a,0x0a}}, // \xe8\x8e\xa0
04953 {0x83a2,{0x52,0x4e,0x53,0x3e,0x53,0x4e,0x52}}, // \xe8\x8e\xa2
04954 {0x83a8,{0x42,0x7e,0x57,0x16,0x37,0x5e,0x42}}, // \xe8\x8e\xa8
04955 {0x83aa,{0x2a,0x2e,0x7f,0x0a,0x5f,0x2a,0x56}}, // \xe8\x8e\xaa
04956 {0x83ab,{0x52,0x5e,0x57,0x36,0x57,0x5e,0x52}}, // \xe8\x8e\xab
04957 {0x83b1,{0x52,0x56,0x33,0x7e,0x33,0x56,0x52}}, // \xe8\x8e\xb1
04958 {0x83b5,{0x42,0x5e,0x37,0x1e,0x77,0x5e,0x62}}, // \xe8\x8e\xb5
04959 {0x83bd,{0x2a,0x6a,0x37,0x22,0x77,0x2a,0x2a}}, // \xe8\x8e\xbd
04960 {0x83c1,{0x0a,0x7a,0x2f,0x3e,0x2f,0x7a,0x0a}}, // \xe8\x8f\x81
04961 {0x83c5,{0x1a,0x0a,0x7f,0x7a,0x6f,0x6a,0x1a}}, // \xe8\x8f\x85
04962 {0x83ca,{0x12,0x5e,0x2b,0x7a,0x2b,0x5a,0x7a}}, // \xe8\x8f\x8a
04963 {0x83cc,{0x7a,0x6a,0x5f,0x7a,0x5f,0x6a,0x7a}}, // \xe8\x8f\x8c
04964 {0x83ce,{0x42,0x7e,0x5b,0x0a,0x7b,0x5e,0x52}}, // \xe8\x8f\x8e
04965 {0x83d3,{0x52,0x5e,0x37,0x7e,0x37,0x5e,0x52}}, // \xe8\x8f\x93
04966 {0x83d6,{0x72,0x5e,0x57,0x56,0x57,0x5e,0x72}}, // \xe8\x8f\x96
04967 {0x83d8,{0x2a,0x7e,0x4b,0x66,0x53,0x26,0x4a}}, // \xe8\x8f\x98
04968 {0x83dc,{0x52,0x56,0x33,0x76,0x3b,0x56,0x52}}, // \xe8\x8f\x9c
04969 {0x83df,{0x4a,0x5a,0x37,0x1e,0x77,0x5e,0x62}}, // \xe8\x8f\x9f
04970 {0x83e0,{0x56,0x02,0x43,0x3a,0x5b,0x2e,0x5a}}, // \xe8\x8f\xa0
04971 {0x83e9,{0x12,0x76,0x5f,0x56,0x5f,0x76,0x12}}, // \xe8\x8f\xa9
04972 {0x83eb,{0x52,0x5e,0x57,0x7e,0x57,0x5e,0x52}}, // \xe8\x8f\xab
04973 {0x83ef,{0x2a,0x3e,0x2b,0x7e,0x2b,0x3e,0x2a}}, // \xe8\x8f\xaf
04974 {0x83f0,{0x56,0x6e,0x43,0x3e,0x47,0x3e,0x66}}, // \xe8\x8f\xb0
04975 {0x83f1,{0x2a,0x5a,0x5f,0x2e,0x3f,0x5a,0x52}}, // \xe8\x8f\xb1
04976 {0x83f2,{0x2a,0x6a,0x3f,0x02,0x7f,0x2a,0x2a}}, // \xe8\x8f\xb2
04977 {0x83f4,{0x0a,0x3a,0x37,0x3a,0x77,0x7a,0x4a}}, // \xe8\x8f\xb4
04978 {0x83f7,{0x1a,0x6a,0x2f,0x7e,0x2f,0x6e,0x1a}}, // \xe8\x8f\xb7
04979 {0x83fb,{0x2a,0x1a,0x7f,0x2a,0x1b,0x7e,0x2a}}, // \xe8\x8f\xbb
04980 {0x83fd,{0x52,0x12,0x7f,0x16,0x5b,0x2a,0x5a}}, // \xe8\x8f\xbd
04981 {0x8403,{0x32,0x2e,0x33,0x62,0x33,0x2e,0x32}}, // \xe8\x90\x83
04982 {0x8404,{0x12,0x6e,0x57,0x7e,0x57,0x66,0x7e}}, // \xe8\x90\x84
04983 {0x8407,{0x12,0x52,0x7f,0x56,0x37,0x56,0x52}}, // \xe8\x90\x87
04984 {0x840b,{0x52,0x5a,0x7b,0x5e,0x3b,0x5e,0x52}}, // \xe8\x90\x8b
04985 {0x840c,{0x3e,0x2a,0x3f,0x42,0x3f,0x2a,0x7e}}, // \xe8\x90\x8c
04986 {0x840d,{0x56,0x02,0x37,0x2e,0x7f,0x2e,0x36}}, // \xe8\x90\x8d
04987 {0x840e,{0x52,0x5a,0x77,0x5e,0x37,0x5a,0x52}}, // \xe8\x90\x8e
04988 {0x8413,{0x5a,0x4a,0x7b,0x5e,0x7b,0x4a,0x5a}}, // \xe8\x90\x93
04989 {0x8420,{0x42,0x3e,0x57,0x7e,0x3f,0x56,0x7e}}, // \xe8\x90\xa0
04990 {0x8422,{0x56,0x02,0x0b,0x76,0x5f,0x46,0x5e}}, // \xe8\x90\xa2
04991 {0x8429,{0x2a,0x7a,0x27,0x5a,0x43,0x3e,0x4a}}, // \xe8\x90\xa9
04992 {0x842a,{0x2a,0x7a,0x17,0x22,0x2b,0x7e,0x22}}, // \xe8\x90\xaa
04993 {0x842c,{0x72,0x1e,0x5b,0x7e,0x3b,0x5e,0x72}}, // \xe8\x90\xac
04994 {0x8431,{0x5a,0x4a,0x7f,0x7a,0x7f,0x4a,0x5a}}, // \xe8\x90\xb1
04995 {0x8435,{0x72,0x1e,0x73,0x5e,0x77,0x1e,0x72}}, // \xe8\x90\xb5
04996 {0x8438,{0x5a,0x56,0x43,0x3e,0x43,0x56,0x5e}}, // \xe8\x90\xb8
04997 {0x843c,{0x12,0x16,0x1f,0x5a,0x5f,0x76,0x12}}, // \xe8\x90\xbc
04998 {0x843d,{0x56,0x02,0x2b,0x6a,0x57,0x6e,0x22}}, // \xe8\x90\xbd
04999 {0x8446,{0x0a,0x7e,0x53,0x3e,0x7b,0x3e,0x52}}, // \xe8\x91\x86
05000 {0x8449,{0x52,0x5e,0x33,0x76,0x37,0x56,0x52}}, // \xe8\x91\x89
05001 {0x844e,{0x2a,0x76,0x2b,0x2a,0x7f,0x3a,0x22}}, // \xe8\x91\x8e
05002 {0x8457,{0x52,0x52,0x37,0x7e,0x5f,0x76,0x12}}, // \xe8\x91\x97
05003 {0x845b,{0x22,0x1e,0x7b,0x5a,0x1b,0x5e,0x72}}, // \xe8\x91\x9b
05004 {0x8461,{0x0a,0x76,0x37,0x7e,0x77,0x06,0x7e}}, // \xe8\x91\xa1
05005 {0x8462,{0x52,0x76,0x6f,0x76,0x6f,0x76,0x52}}, // \xe8\x91\xa2
05006 {0x8463,{0x4a,0x7a,0x6f,0x7e,0x6f,0x7a,0x4a}}, // \xe8\x91\xa3
05007 {0x8466,{0x2a,0x3a,0x2f,0x2a,0x7b,0x2e,0x2a}}, // \xe8\x91\xa6
05008 {0x8469,{0x7a,0x56,0x7b,0x02,0x7f,0x4e,0x6e}}, // \xe8\x91\xa9
05009 {0x846b,{0x6a,0x5e,0x6b,0x42,0x3f,0x56,0x7e}}, // \xe8\x91\xab
05010 {0x846c,{0x2a,0x76,0x2f,0x22,0x7f,0x36,0x32}}, // \xe8\x91\xac
05011 {0x846d,{0x7e,0x2a,0x2f,0x02,0x5b,0x2e,0x5e}}, // \xe8\x91\xad
05012 {0x846e,{0x22,0x7e,0x17,0x4a,0x5f,0x2e,0x5a}}, // \xe8\x91\xae
05013 {0x846f,{0x2a,0x76,0x23,0x12,0x2f,0x4a,0x7a}}, // \xe8\x91\xaf
05014 {0x8471,{0x6a,0x36,0x4f,0x56,0x6f,0x1e,0x62}}, // \xe8\x91\xb1
05015 {0x8475,{0x56,0x4e,0x57,0x32,0x57,0x4a,0x56}}, // \xe8\x91\xb5
05016 {0x8477,{0x26,0x3a,0x2b,0x7e,0x2b,0x3a,0x26}}, // \xe8\x91\xb7
05017 {0x8479,{0x4a,0x3e,0x6b,0x12,0x7f,0x4a,0x5a}}, // \xe8\x91\xb9
05018 {0x847a,{0x2a,0x2e,0x3b,0x2a,0x2b,0x7e,0x2a}}, // \xe8\x91\xba
05019 {0x8482,{0x1a,0x6a,0x2f,0x7a,0x2b,0x6e,0x1a}}, // \xe8\x92\x82
05020 {0x8484,{0x56,0x36,0x77,0x52,0x6b,0x7e,0x46}}, // \xe8\x92\x84
05021 {0x848b,{0x2a,0x7e,0x17,0x32,0x57,0x7a,0x16}}, // \xe8\x92\x8b
05022 {0x8490,{0x42,0x5a,0x3b,0x1e,0x7b,0x5a,0x62}}, // \xe8\x92\x90
05023 {0x8494,{0x3a,0x3a,0x13,0x36,0x5f,0x76,0x12}}, // \xe8\x92\x94
05024 {0x8499,{0x5a,0x5a,0x2f,0x5a,0x7f,0x2a,0x5a}}, // \xe8\x92\x99
05025 {0x849c,{0x2a,0x7e,0x2f,0x02,0x2b,0x7e,0x2e}}, // \xe8\x92\x9c
05026 {0x849f,{0x5a,0x6e,0x5b,0x0a,0x37,0x36,0x7e}}, // \xe8\x92\x9f
05027 {0x84a1,{0x5a,0x4a,0x3f,0x2a,0x2b,0x6e,0x1a}}, // \xe8\x92\xa1
05028 {0x84ad,{0x2a,0x56,0x7f,0x36,0x13,0x5a,0x7e}}, // \xe8\x92\xad
05029 {0x84b2,{0x56,0x02,0x7b,0x2a,0x7f,0x2a,0x7a}}, // \xe8\x92\xb2
05030 {0x84b8,{0x6a,0x3a,0x67,0x3e,0x63,0x2a,0x76}}, // \xe8\x92\xb8
05031 {0x84b9,{0x52,0x36,0x7f,0x16,0x7f,0x2e,0x4a}}, // \xe8\x92\xb9
05032 {0x84bb,{0x5a,0x2a,0x6f,0x02,0x5b,0x2a,0x6e}}, // \xe8\x92\xbb
05033 {0x84bc,{0x4a,0x26,0x1b,0x7a,0x7b,0x66,0x0a}}, // \xe8\x92\xbc
05034 {0x84bf,{0x72,0x16,0x7f,0x56,0x7f,0x16,0x72}}, // \xe8\x92\xbf
05035 {0x84c1,{0x4a,0x5a,0x2f,0x7e,0x2f,0x5a,0x4a}}, // \xe8\x93\x81
05036 {0x84c4,{0x12,0x76,0x57,0x7a,0x53,0x72,0x1a}}, // \xe8\x93\x84
05037 {0x84c6,{0x42,0x3e,0x6b,0x2e,0x7b,0x2e,0x6a}}, // \xe8\x93\x86
05038 {0x84c9,{0x26,0x2a,0x77,0x6a,0x77,0x2a,0x26}}, // \xe8\x93\x89
05039 {0x84ca,{0x5a,0x3a,0x77,0x12,0x57,0x3a,0x7a}}, // \xe8\x93\x8a
05040 {0x84cb,{0x4a,0x7a,0x5f,0x7e,0x5b,0x76,0x4a}}, // \xe8\x93\x8b
05041 {0x84cd,{0x12,0x16,0x6f,0x7e,0x77,0x72,0x12}}, // \xe8\x93\x8d
05042 {0x84d0,{0x22,0x1e,0x37,0x5e,0x7f,0x16,0x1a}}, // \xe8\x93\x90
05043 {0x84d1,{0x2a,0x2a,0x7f,0x56,0x3f,0x4a,0x4a}}, // \xe8\x93\x91
05044 {0x84d6,{0x42,0x7e,0x57,0x1a,0x77,0x5e,0x52}}, // \xe8\x93\x96
05045 {0x84d9,{0x42,0x3e,0x4b,0x56,0x7b,0x56,0x4a}}, // \xe8\x93\x99
05046 {0x84da,{0x12,0x7a,0x3f,0x12,0x4f,0x56,0x2a}}, // \xe8\x93\x9a
05047 {0x84ec,{0x52,0x36,0x4b,0x5a,0x77,0x4e,0x52}}, // \xe8\x93\xac
05048 {0x84ee,{0x52,0x36,0x43,0x52,0x5f,0x7e,0x52}}, // \xe8\x93\xae
05049 {0x84f4,{0x12,0x12,0x3f,0x5e,0x77,0x1a,0x12}}, // \xe8\x93\xb4
05050 {0x84fc,{0x12,0x16,0x4f,0x5a,0x2f,0x16,0x12}}, // \xe8\x93\xbc
05051 {0x84ff,{0x16,0x7a,0x03,0x6a,0x7b,0x6a,0x6e}}, // \xe8\x93\xbf
05052 {0x8500,{0x2a,0x7a,0x6f,0x7a,0x2b,0x7e,0x36}}, // \xe8\x94\x80
05053 {0x8506,{0x56,0x02,0x2b,0x5e,0x2f,0x5e,0x4a}}, // \xe8\x94\x86
05054 {0x8511,{0x42,0x3e,0x2b,0x0e,0x5b,0x2e,0x5a}}, // \xe8\x94\x91
05055 {0x8513,{0x42,0x5a,0x5f,0x2e,0x5f,0x5a,0x42}}, // \xe8\x94\x93
05056 {0x8514,{0x0a,0x66,0x7b,0x7a,0x6b,0x02,0x7e}}, // \xe8\x94\x94
05057 {0x8515,{0x1a,0x76,0x3f,0x7a,0x37,0x7e,0x1a}}, // \xe8\x94\x95
05058 {0x8517,{0x42,0x3e,0x4b,0x1e,0x5b,0x1e,0x4a}}, // \xe8\x94\x97
05059 {0x8518,{0x2a,0x1a,0x4f,0x5a,0x2b,0x16,0x2a}}, // \xe8\x94\x98
05060 {0x851a,{0x42,0x3e,0x6f,0x2e,0x1b,0x4a,0x7e}}, // \xe8\x94\x9a
05061 {0x851f,{0x4a,0x3e,0x6b,0x12,0x5f,0x3a,0x5a}}, // \xe8\x94\x9f
05062 {0x8521,{0x52,0x2e,0x57,0x72,0x17,0x2a,0x56}}, // \xe8\x94\xa1
05063 {0x8526,{0x42,0x1a,0x5b,0x1e,0x5b,0x12,0x72}}, // \xe8\x94\xa6
05064 {0x852c,{0x66,0x76,0x4f,0x3a,0x6b,0x2e,0x6a}}, // \xe8\x94\xac
05065 {0x852d,{0x7e,0x36,0x53,0x7a,0x57,0x3a,0x52}}, // \xe8\x94\xad
05066 {0x8535,{0x42,0x3a,0x7f,0x7a,0x4f,0x3a,0x52}}, // \xe8\x94\xb5
05067 {0x853d,{0x76,0x5a,0x2b,0x76,0x53,0x2e,0x5a}}, // \xe8\x94\xbd
05068 {0x8540,{0x5a,0x2a,0x7f,0x5a,0x2b,0x7e,0x5a}}, // \xe8\x95\x80
05069 {0x8541,{0x2a,0x3a,0x6b,0x26,0x7f,0x6e,0x3a}}, // \xe8\x95\x81
05070 {0x8543,{0x2a,0x1e,0x6b,0x7e,0x6b,0x1e,0x2a}}, // \xe8\x95\x83
05071 {0x8548,{0x22,0x2e,0x3b,0x6e,0x3b,0x2e,0x22}}, // \xe8\x95\x88
05072 {0x8549,{0x4a,0x06,0x5f,0x16,0x5f,0x16,0x52}}, // \xe8\x95\x89
05073 {0x854a,{0x6a,0x3e,0x53,0x56,0x3b,0x46,0x6a}}, // \xe8\x95\x8a
05074 {0x854b,{0x6a,0x4e,0x7b,0x6e,0x4f,0x7e,0x5a}}, // \xe8\x95\x8b
05075 {0x854e,{0x7a,0x1a,0x7f,0x56,0x7f,0x1a,0x7a}}, // \xe8\x95\x8e
05076 {0x8555,{0x56,0x4a,0x37,0x7a,0x57,0x76,0x7a}}, // \xe8\x95\x95
05077 {0x8557,{0x6e,0x76,0x2f,0x6a,0x57,0x6e,0x22}}, // \xe8\x95\x97
05078 {0x8558,{0x5a,0x5e,0x3f,0x16,0x7f,0x5e,0x5a}}, // \xe8\x95\x98
05079 {0x855a,{0x12,0x1a,0x1f,0x56,0x5f,0x7a,0x12}}, // \xe8\x95\x9a
05080 {0x8563,{0x5a,0x6e,0x5b,0x3e,0x2b,0x7e,0x3a}}, // \xe8\x95\xa3
05081 {0x8568,{0x42,0x3e,0x57,0x3a,0x4f,0x3a,0x5a}}, // \xe8\x95\xa8
05082 {0x8569,{0x56,0x02,0x23,0x5e,0x3b,0x5e,0x72}}, // \xe8\x95\xa9
05083 {0x856a,{0x6a,0x3e,0x6b,0x3a,0x6b,0x3a,0x6a}}, // \xe8\x95\xaa
05084 {0x856d,{0x4a,0x3a,0x6f,0x06,0x6f,0x2e,0x7a}}, // \xe8\x95\xad
05085 {0x8577,{0x12,0x56,0x7f,0x32,0x47,0x1e,0x5e}}, // \xe8\x95\xb7
05086 {0x857e,{0x0a,0x76,0x5f,0x7e,0x57,0x7e,0x0a}}, // \xe8\x95\xbe
05087 {0x8580,{0x56,0x02,0x5f,0x7a,0x77,0x7a,0x5e}}, // \xe8\x96\x80
05088 {0x8584,{0x56,0x02,0x13,0x3e,0x5f,0x7e,0x12}}, // \xe8\x96\x84
05089 {0x8587,{0x2a,0x76,0x53,0x36,0x57,0x3e,0x5e}}, // \xe8\x96\x87
05090 {0x8588,{0x0a,0x7e,0x57,0x5e,0x57,0x7e,0x0a}}, // \xe8\x96\x88
05091 {0x858a,{0x4a,0x16,0x5f,0x02,0x1b,0x42,0x7e}}, // \xe8\x96\x8a
05092 {0x8590,{0x2a,0x7a,0x17,0x2a,0x5f,0x2e,0x5a}}, // \xe8\x96\x90
05093 {0x8591,{0x42,0x56,0x7f,0x7e,0x7f,0x56,0x42}}, // \xe8\x96\x91
05094 {0x8594,{0x1a,0x76,0x7b,0x5e,0x7b,0x76,0x1a}}, // \xe8\x96\x94
05095 {0x8597,{0x7e,0x66,0x5f,0x76,0x5f,0x66,0x7e}}, // \xe8\x96\x97
05096 {0x8599,{0x52,0x3e,0x4b,0x12,0x7f,0x7a,0x56}}, // \xe8\x96\x99
05097 {0x859b,{0x7e,0x6e,0x6f,0x2a,0x3b,0x6e,0x3a}}, // \xe8\x96\x9b
05098 {0x859c,{0x12,0x7e,0x6f,0x2a,0x3b,0x6e,0x3a}}, // \xe8\x96\x9c
05099 {0x85a4,{0x56,0x2e,0x57,0x7e,0x43,0x7e,0x56}}, // \xe8\x96\xa4
05100 {0x85a6,{0x42,0x3e,0x4b,0x1e,0x5b,0x1e,0x72}}, // \xe8\x96\xa6
05101 {0x85a8,{0x5a,0x6e,0x3b,0x1e,0x7b,0x5e,0x5a}}, // \xe8\x96\xa8
05102 {0x85a9,{0x7e,0x36,0x43,0x3a,0x5f,0x7e,0x4a}}, // \xe8\x96\xa9
05103 {0x85aa,{0x52,0x36,0x7b,0x36,0x3f,0x16,0x72}}, // \xe8\x96\xaa
05104 {0x85ab,{0x6a,0x3a,0x6f,0x3e,0x6f,0x3a,0x6a}}, // \xe8\x96\xab
05105 {0x85ac,{0x56,0x5a,0x3f,0x76,0x3f,0x5a,0x56}}, // \xe8\x96\xac
05106 {0x85ae,{0x56,0x6a,0x5f,0x36,0x5b,0x26,0x5e}}, // \xe8\x96\xae
05107 {0x85af,{0x22,0x6e,0x3b,0x7e,0x7b,0x6e,0x2a}}, // \xe8\x96\xaf
05108 {0x85b9,{0x5a,0x6a,0x7f,0x6e,0x5f,0x6a,0x5a}}, // \xe8\x96\xb9
05109 {0x85ba,{0x4a,0x36,0x2f,0x2a,0x2f,0x76,0x0a}}, // \xe8\x96\xba
05110 {0x85c1,{0x5a,0x4a,0x3f,0x76,0x3f,0x4a,0x5a}}, // \xe8\x97\x81
05111 {0x85c9,{0x52,0x36,0x7f,0x3e,0x6b,0x7e,0x2a}}, // \xe8\x97\x89
05112 {0x85cd,{0x42,0x5e,0x77,0x62,0x6f,0x4a,0x4a}}, // \xe8\x97\x8d
05113 {0x85cf,{0x5a,0x72,0x3b,0x7a,0x5b,0x3e,0x4a}}, // \xe8\x97\x8f
05114 {0x85d0,{0x2a,0x5a,0x77,0x42,0x3b,0x6e,0x5a}}, // \xe8\x97\x90
05115 {0x85d5,{0x2a,0x7e,0x2b,0x72,0x5f,0x3e,0x72}}, // \xe8\x97\x95
05116 {0x85dc,{0x2a,0x66,0x3f,0x6a,0x37,0x6a,0x2e}}, // \xe8\x97\x9c
05117 {0x85dd,{0x52,0x5a,0x7f,0x5a,0x57,0x3e,0x5a}}, // \xe8\x97\x9d
05118 {0x85e4,{0x7a,0x2a,0x7f,0x2a,0x77,0x2a,0x56}}, // \xe8\x97\xa4
05119 {0x85e5,{0x5a,0x56,0x3f,0x76,0x3f,0x5a,0x56}}, // \xe8\x97\xa5
05120 {0x85e9,{0x56,0x02,0x2b,0x1e,0x6f,0x7e,0x2a}}, // \xe8\x97\xa9
05121 {0x85ea,{0x56,0x7e,0x5f,0x3e,0x5b,0x26,0x5e}}, // \xe8\x97\xaa
05122 {0x85f7,{0x6a,0x6e,0x43,0x2a,0x7f,0x6e,0x6a}}, // \xe8\x97\xb7
05123 {0x85f9,{0x6a,0x6e,0x23,0x7e,0x57,0x1e,0x72}}, // \xe8\x97\xb9
05124 {0x85fa,{0x7e,0x26,0x7b,0x52,0x7b,0x56,0x7e}}, // \xe8\x97\xba
05125 {0x85fb,{0x56,0x02,0x5b,0x36,0x7b,0x36,0x5a}}, // \xe8\x97\xbb
05126 {0x85fe,{0x42,0x2e,0x7f,0x2e,0x47,0x1a,0x5e}}, // \xe8\x97\xbe
05127 {0x8602,{0x5a,0x4e,0x37,0x7a,0x2b,0x56,0x5a}}, // \xe8\x98\x82
05128 {0x8606,{0x42,0x3a,0x4b,0x6a,0x7f,0x76,0x52}}, // \xe8\x98\x86
05129 {0x8607,{0x4a,0x16,0x5f,0x2a,0x1f,0x7e,0x2a}}, // \xe8\x98\x87
05130 {0x860a,{0x2a,0x76,0x23,0x5e,0x7b,0x76,0x5e}}, // \xe8\x98\x8a
05131 {0x860b,{0x1a,0x52,0x5f,0x2a,0x47,0x1e,0x5e}}, // \xe8\x98\x8b
05132 {0x8613,{0x2a,0x7a,0x47,0x3a,0x77,0x3e,0x42}}, // \xe8\x98\x93
05133 {0x8616,{0x42,0x5e,0x37,0x72,0x3f,0x5a,0x4e}}, // \xe8\x98\x96
05134 {0x8617,{0x4a,0x5e,0x37,0x72,0x3f,0x5a,0x4e}}, // \xe8\x98\x97
05135 {0x861a,{0x4a,0x36,0x7f,0x2a,0x2f,0x7a,0x2e}}, // \xe8\x98\x9a
05136 {0x8622,{0x16,0x7e,0x37,0x7e,0x17,0x6e,0x5a}}, // \xe8\x98\xa2
05137 {0x862d,{0x7e,0x56,0x37,0x7a,0x37,0x56,0x7e}}, // \xe8\x98\xad
05138 {0x862f,{0x56,0x62,0x73,0x6e,0x7b,0x6e,0x5a}}, // \xe8\x98\xaf
05139 {0x8630,{0x2a,0x76,0x23,0x5a,0x5f,0x2e,0x5a}}, // \xe8\x98\xb0
05140 {0x863f,{0x2e,0x76,0x27,0x7e,0x57,0x7e,0x56}}, // \xe8\x98\xbf
05141 {0x864d,{0x40,0x3c,0x14,0x7f,0x56,0x56,0x6c}}, // \xe8\x99\x8d
05142 {0x864e,{0x40,0x3c,0x44,0x24,0x0f,0x6a,0x4a}}, // \xe8\x99\x8e
05143 {0x8650,{0x40,0x3c,0x04,0x74,0x5f,0x5a,0x5a}}, // \xe8\x99\x90
05144 {0x8654,{0x40,0x3c,0x44,0x5c,0x2f,0x5a,0x4a}}, // \xe8\x99\x94
05145 {0x8655,{0x40,0x3c,0x54,0x2c,0x5f,0x7a,0x4a}}, // \xe8\x99\x95
05146 {0x865a,{0x40,0x3c,0x44,0x64,0x4f,0x6a,0x4a}}, // \xe8\x99\x9a
05147 {0x865c,{0x40,0x3c,0x54,0x5c,0x3f,0x5a,0x7a}}, // \xe8\x99\x9c
05148 {0x865e,{0x40,0x3c,0x34,0x64,0x3f,0x7a,0x2a}}, // \xe8\x99\x9e
05149 {0x865f,{0x5b,0x6b,0x3c,0x44,0x2f,0x6a,0x4a}}, // \xe8\x99\x9f
05150 {0x8667,{0x7c,0x74,0x7f,0x5a,0x05,0x5f,0x75}}, // \xe8\x99\xa7
05151 {0x866b,{0x40,0x5e,0x52,0x7f,0x52,0x3e,0x40}}, // \xe8\x99\xab
05152 {0x8671,{0x5d,0x55,0x7f,0x55,0x5d,0x3f,0x40}}, // \xe8\x99\xb1
05153 {0x8679,{0x4e,0x7b,0x2e,0x40,0x42,0x7e,0x42}}, // \xe8\x99\xb9
05154 {0x867b,{0x4e,0x7b,0x2e,0x3e,0x42,0x43,0x42}}, // \xe8\x99\xbb
05155 {0x868a,{0x4e,0x7f,0x42,0x2e,0x13,0x2e,0x42}}, // \xe8\x9a\x8a
05156 {0x868b,{0x4e,0x7b,0x7e,0x15,0x0f,0x54,0x7c}}, // \xe8\x9a\x8b
05157 {0x868c,{0x4e,0x7b,0x2e,0x22,0x2a,0x7f,0x2a}}, // \xe8\x9a\x8c
05158 {0x8693,{0x4e,0x7b,0x2e,0x5d,0x77,0x00,0x7f}}, // \xe8\x9a\x93
05159 {0x8695,{0x45,0x5d,0x55,0x7b,0x55,0x3d,0x45}}, // \xe8\x9a\x95
05160 {0x86a3,{0x4e,0x7b,0x44,0x63,0x58,0x23,0x44}}, // \xe8\x9a\xa3
05161 {0x86a4,{0x48,0x59,0x57,0x7d,0x55,0x3b,0x48}}, // \xe8\x9a\xa4
05162 {0x86a9,{0x44,0x5f,0x56,0x7f,0x56,0x3f,0x44}}, // \xe8\x9a\xa9
05163 {0x86aa,{0x4e,0x7b,0x2e,0x2a,0x20,0x7f,0x10}}, // \xe8\x9a\xaa
05164 {0x86ab,{0x4e,0x7b,0x2e,0x04,0x7b,0x5a,0x5e}}, // \xe8\x9a\xab
05165 {0x86af,{0x4e,0x7b,0x4e,0x7e,0x4a,0x79,0x48}}, // \xe8\x9a\xaf
05166 {0x86b0,{0x4e,0x7b,0x2e,0x7e,0x4a,0x7f,0x7e}}, // \xe8\x9a\xb0
05167 {0x86b6,{0x4e,0x7b,0x2e,0x02,0x7f,0x4a,0x7f}}, // \xe8\x9a\xb6
05168 {0x86c4,{0x4e,0x7b,0x2e,0x04,0x74,0x5f,0x74}}, // \xe8\x9b\x84
05169 {0x86c6,{0x4e,0x7b,0x4e,0x7f,0x55,0x7f,0x40}}, // \xe8\x9b\x86
05170 {0x86c7,{0x4e,0x7b,0x2e,0x06,0x7a,0x53,0x56}}, // \xe8\x9b\x87
05171 {0x86c9,{0x4e,0x7b,0x2e,0x12,0x75,0x16,0x34}}, // \xe8\x9b\x89
05172 {0x86cb,{0x49,0x45,0x59,0x7f,0x5b,0x29,0x4b}}, // \xe8\x9b\x8b
05173 {0x86cd,{0x46,0x5b,0x5a,0x7f,0x5a,0x3b,0x46}}, // \xe8\x9b\x8d
05174 {0x86ce,{0x4e,0x7b,0x2e,0x1f,0x65,0x1d,0x75}}, // \xe8\x9b\x8e
05175 {0x86d4,{0x4e,0x7b,0x2e,0x7f,0x5d,0x55,0x7f}}, // \xe8\x9b\x94
05176 {0x86d9,{0x4e,0x7b,0x2e,0x48,0x5a,0x7f,0x5a}}, // \xe8\x9b\x99
05177 {0x86db,{0x4e,0x7f,0x4c,0x2b,0x7f,0x2a,0x48}}, // \xe8\x9b\x9b
05178 {0x86de,{0x4e,0x7b,0x2e,0x04,0x76,0x5e,0x75}}, // \xe8\x9b\x9e
05179 {0x86df,{0x4e,0x7f,0x4a,0x56,0x23,0x56,0x4a}}, // \xe8\x9b\x9f
05180 {0x86e4,{0x4e,0x7b,0x2e,0x00,0x76,0x55,0x76}}, // \xe8\x9b\xa4
05181 {0x86e9,{0x45,0x47,0x5d,0x7c,0x5b,0x27,0x44}}, // \xe8\x9b\xa9
05182 {0x86ec,{0x54,0x4e,0x5f,0x7e,0x5f,0x2e,0x54}}, // \xe8\x9b\xac
05183 {0x86ed,{0x4e,0x7b,0x2e,0x45,0x57,0x7d,0x55}}, // \xe8\x9b\xad
05184 {0x86ee,{0x4a,0x42,0x5e,0x7b,0x5e,0x22,0x4a}}, // \xe8\x9b\xae
05185 {0x86ef,{0x4e,0x7f,0x28,0x1a,0x6f,0x5a,0x49}}, // \xe8\x9b\xaf
05186 {0x86f8,{0x4e,0x7b,0x2e,0x7d,0x14,0x57,0x7d}}, // \xe8\x9b\xb8
05187 {0x86f9,{0x4e,0x7b,0x2e,0x7d,0x15,0x7f,0x7d}}, // \xe8\x9b\xb9
05188 {0x86fb,{0x4e,0x7b,0x2e,0x5d,0x34,0x75,0x5e}}, // \xe8\x9b\xbb
05189 {0x86fe,{0x4e,0x7b,0x26,0x7e,0x25,0x3f,0x55}}, // \xe8\x9b\xbe
05190 {0x8700,{0x4b,0x45,0x5f,0x7d,0x5f,0x25,0x7f}}, // \xe8\x9c\x80
05191 {0x8702,{0x4e,0x7b,0x2e,0x2a,0x75,0x2b,0x28}}, // \xe8\x9c\x82
05192 {0x8703,{0x48,0x47,0x7f,0x7b,0x77,0x2b,0x49}}, // \xe8\x9c\x83
05193 {0x8706,{0x4e,0x7b,0x2e,0x5f,0x35,0x75,0x5f}}, // \xe8\x9c\x86
05194 {0x8708,{0x4e,0x7b,0x2e,0x56,0x34,0x5f,0x53}}, // \xe8\x9c\x88
05195 {0x8709,{0x4e,0x7b,0x2e,0x21,0x6b,0x39,0x22}}, // \xe8\x9c\x89
05196 {0x870a,{0x4e,0x7f,0x35,0x7f,0x15,0x4e,0x7f}}, // \xe8\x9c\x8a
05197 {0x870d,{0x4e,0x7b,0x54,0x16,0x7d,0x16,0x54}}, // \xe8\x9c\x8d
05198 {0x8711,{0x55,0x5b,0x70,0x7a,0x72,0x3e,0x55}}, // \xe8\x9c\x91
05199 {0x8712,{0x4e,0x7f,0x55,0x3b,0x52,0x5e,0x55}}, // \xe8\x9c\x92
05200 {0x8718,{0x4e,0x7f,0x4b,0x3e,0x4a,0x3e,0x3e}}, // \xe8\x9c\x98
05201 {0x871a,{0x4a,0x5a,0x7f,0x70,0x7f,0x2a,0x4a}}, // \xe8\x9c\x9a
05202 {0x871c,{0x56,0x4a,0x5e,0x7b,0x5e,0x2a,0x46}}, // \xe8\x9c\x9c
05203 {0x8725,{0x4e,0x7f,0x1a,0x7f,0x3e,0x0a,0x79}}, // \xe8\x9c\xa5
05204 {0x8729,{0x4e,0x7b,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe8\x9c\xa9
05205 {0x8734,{0x4e,0x7b,0x4e,0x27,0x5d,0x35,0x77}}, // \xe8\x9c\xb4
05206 {0x8737,{0x4e,0x7b,0x16,0x6d,0x56,0x4d,0x16}}, // \xe8\x9c\xb7
05207 {0x873b,{0x4e,0x7b,0x2e,0x08,0x7a,0x3f,0x7a}}, // \xe8\x9c\xbb
05208 {0x873f,{0x4e,0x7b,0x56,0x2a,0x7b,0x4a,0x5e}}, // \xe8\x9c\xbf
05209 {0x8749,{0x4e,0x7b,0x2d,0x2c,0x7d,0x2e,0x2d}}, // \xe8\x9d\x89
05210 {0x874b,{0x4e,0x7b,0x3d,0x14,0x7d,0x16,0x7d}}, // \xe8\x9d\x8b
05211 {0x874c,{0x4e,0x7b,0x35,0x7f,0x25,0x2a,0x7f}}, // \xe8\x9d\x8c
05212 {0x874e,{0x4e,0x7f,0x10,0x3f,0x2d,0x4f,0x78}}, // \xe8\x9d\x8e
05213 {0x8753,{0x4e,0x7f,0x05,0x73,0x75,0x26,0x54}}, // \xe8\x9d\x93
05214 {0x8755,{0x7a,0x5d,0x22,0x4e,0x7f,0x4a,0x6e}}, // \xe8\x9d\x95
05215 {0x8757,{0x4e,0x7b,0x2e,0x50,0x5e,0x7b,0x5e}}, // \xe8\x9d\x97
05216 {0x8759,{0x4e,0x7b,0x2e,0x11,0x7f,0x35,0x77}}, // \xe8\x9d\x99
05217 {0x875f,{0x4e,0x7b,0x0f,0x7d,0x2f,0x7d,0x0f}}, // \xe8\x9d\x9f
05218 {0x8760,{0x4e,0x7b,0x2e,0x71,0x57,0x77,0x71}}, // \xe8\x9d\xa0
05219 {0x8763,{0x4e,0x7f,0x62,0x1f,0x7a,0x77,0x2e}}, // \xe8\x9d\xa3
05220 {0x8766,{0x4e,0x7b,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe8\x9d\xa6
05221 {0x8768,{0x44,0x75,0x3d,0x47,0x75,0x37,0x48}}, // \xe8\x9d\xa8
05222 {0x876a,{0x4e,0x7b,0x26,0x5f,0x35,0x57,0x74}}, // \xe8\x9d\xaa
05223 {0x876e,{0x4e,0x7b,0x4e,0x53,0x2e,0x5e,0x42}}, // \xe8\x9d\xae
05224 {0x8774,{0x4e,0x7f,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe8\x9d\xb4
05225 {0x8776,{0x4e,0x7b,0x5f,0x32,0x77,0x36,0x57}}, // \xe8\x9d\xb6
05226 {0x8778,{0x4e,0x7b,0x2e,0x78,0x6f,0x09,0x7f}}, // \xe8\x9d\xb8
05227 {0x877f,{0x4e,0x7b,0x4e,0x38,0x2f,0x77,0x5c}}, // \xe8\x9d\xbf
05228 {0x8782,{0x4e,0x7b,0x3e,0x2b,0x0e,0x7f,0x1b}}, // \xe8\x9e\x82
05229 {0x878d,{0x79,0x2f,0x6f,0x79,0x4e,0x7b,0x6e}}, // \xe8\x9e\x8d
05230 {0x879f,{0x4e,0x7b,0x2e,0x53,0x1d,0x1d,0x53}}, // \xe8\x9e\x9f
05231 {0x87a2,{0x4d,0x46,0x5d,0x7c,0x5d,0x26,0x4d}}, // \xe8\x9e\xa2
05232 {0x87ab,{0x4a,0x47,0x7f,0x76,0x7a,0x25,0x4b}}, // \xe8\x9e\xab
05233 {0x87af,{0x54,0x4e,0x7f,0x74,0x7a,0x25,0x4b}}, // \xe8\x9e\xaf
05234 {0x87b3,{0x4e,0x7f,0x55,0x5e,0x7b,0x5e,0x55}}, // \xe8\x9e\xb3
05235 {0x87ba,{0x4e,0x7b,0x57,0x1d,0x77,0x15,0x57}}, // \xe8\x9e\xba
05236 {0x87bb,{0x4e,0x7f,0x54,0x7e,0x5b,0x3e,0x54}}, // \xe8\x9e\xbb
05237 {0x87bd,{0x48,0x7a,0x36,0x4d,0x77,0x38,0x48}}, // \xe8\x9e\xbd
05238 {0x87c0,{0x4e,0x7f,0x36,0x2a,0x77,0x2a,0x36}}, // \xe8\x9f\x80
05239 {0x87c4,{0x44,0x4e,0x7f,0x7a,0x77,0x2e,0x48}}, // \xe8\x9f\x84
05240 {0x87c6,{0x4e,0x7f,0x52,0x5f,0x36,0x5f,0x52}}, // \xe8\x9f\x86
05241 {0x87c7,{0x2a,0x5a,0x5f,0x7e,0x5f,0x3a,0x52}}, // \xe8\x9f\x87
05242 {0x87cb,{0x4e,0x7f,0x55,0x2f,0x5d,0x4f,0x55}}, // \xe8\x9f\x8b
05243 {0x87d0,{0x4e,0x7b,0x35,0x1e,0x7b,0x1e,0x35}}, // \xe8\x9f\x90
05244 {0x87d2,{0x4e,0x7f,0x2a,0x77,0x22,0x77,0x2a}}, // \xe8\x9f\x92
05245 {0x87e0,{0x4e,0x7f,0x15,0x6f,0x7d,0x6f,0x15}}, // \xe8\x9f\xa0
05246 {0x87ef,{0x4e,0x7b,0x5c,0x3e,0x17,0x7e,0x5c}}, // \xe8\x9f\xaf
05247 {0x87f2,{0x48,0x7e,0x3e,0x4f,0x7e,0x36,0x48}}, // \xe8\x9f\xb2
05248 {0x87f6,{0x4e,0x7b,0x45,0x57,0x7f,0x55,0x47}}, // \xe8\x9f\xb6
05249 {0x87f7,{0x4e,0x7b,0x75,0x5e,0x7b,0x5e,0x75}}, // \xe8\x9f\xb7
05250 {0x87f9,{0x52,0x4d,0x5f,0x78,0x5d,0x3b,0x4f}}, // \xe8\x9f\xb9
05251 {0x87fb,{0x4e,0x7f,0x2a,0x7b,0x2e,0x3b,0x5a}}, // \xe8\x9f\xbb
05252 {0x87fe,{0x4e,0x7b,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe8\x9f\xbe
05253 {0x8805,{0x4e,0x7f,0x1b,0x7f,0x41,0x7f,0x5b}}, // \xe8\xa0\x85
05254 {0x880d,{0x4e,0x7f,0x37,0x2d,0x5f,0x3b,0x46}}, // \xe8\xa0\x8d
05255 {0x880e,{0x4e,0x7f,0x2a,0x67,0x3a,0x77,0x2a}}, // \xe8\xa0\x8e
05256 {0x880f,{0x4e,0x7f,0x42,0x3d,0x7f,0x31,0x7b}}, // \xe8\xa0\x8f
05257 {0x8811,{0x4e,0x7b,0x4d,0x36,0x7d,0x36,0x4d}}, // \xe8\xa0\x91
05258 {0x8815,{0x4e,0x7f,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe8\xa0\x95
05259 {0x8816,{0x4e,0x7f,0x42,0x5f,0x2e,0x5f,0x4a}}, // \xe8\xa0\x96
05260 {0x8821,{0x4a,0x7a,0x36,0x4b,0x7f,0x37,0x4a}}, // \xe8\xa0\xa1
05261 {0x8822,{0x4a,0x76,0x33,0x4f,0x7f,0x36,0x4a}}, // \xe8\xa0\xa2
05262 {0x8823,{0x4e,0x7b,0x2e,0x1f,0x6d,0x3f,0x6d}}, // \xe8\xa0\xa3
05263 {0x8827,{0x4a,0x76,0x3e,0x4f,0x7e,0x36,0x4a}}, // \xe8\xa0\xa7
05264 {0x8831,{0x50,0x7e,0x6e,0x77,0x7e,0x6e,0x54}}, // \xe8\xa0\xb1
05265 {0x8836,{0x45,0x73,0x3f,0x4d,0x7b,0x37,0x45}}, // \xe8\xa0\xb6
05266 {0x8839,{0x4a,0x76,0x3a,0x5f,0x7a,0x36,0x4a}}, // \xe8\xa0\xb9
05267 {0x883b,{0x4a,0x5d,0x7a,0x77,0x7a,0x3d,0x48}}, // \xe8\xa0\xbb
05268 {0x8840,{0x40,0x7e,0x43,0x7e,0x42,0x7e,0x40}}, // \xe8\xa1\x80
05269 {0x8842,{0x40,0x7e,0x3f,0x45,0x3f,0x51,0x7f}}, // \xe8\xa1\x82
05270 {0x8844,{0x40,0x7e,0x3f,0x49,0x7f,0x49,0x7f}}, // \xe8\xa1\x84
05271 {0x8846,{0x54,0x2e,0x06,0x7f,0x16,0x26,0x54}}, // \xe8\xa1\x86
05272 {0x884c,{0x0a,0x7d,0x04,0x05,0x45,0x7d,0x04}}, // \xe8\xa1\x8c
05273 {0x884d,{0x0a,0x7d,0x00,0x75,0x00,0x45,0x7d}}, // \xe8\xa1\x8d
05274 {0x8852,{0x0a,0x7d,0x2a,0x37,0x2a,0x45,0x7d}}, // \xe8\xa1\x92
05275 {0x8853,{0x0a,0x7d,0x1a,0x7f,0x1a,0x45,0x7d}}, // \xe8\xa1\x93
05276 {0x8857,{0x0a,0x7d,0x2a,0x3f,0x2a,0x45,0x7d}}, // \xe8\xa1\x97
05277 {0x8859,{0x0a,0x7d,0x00,0x6d,0x6f,0x05,0x7d}}, // \xe8\xa1\x99
05278 {0x885b,{0x0a,0x7d,0x2a,0x77,0x2e,0x45,0x7d}}, // \xe8\xa1\x9b
05279 {0x885d,{0x0a,0x7d,0x5a,0x7e,0x59,0x05,0x7d}}, // \xe8\xa1\x9d
05280 {0x885e,{0x0a,0x7d,0x3a,0x77,0x3e,0x45,0x7d}}, // \xe8\xa1\x9e
05281 {0x8861,{0x0a,0x7d,0x5a,0x3d,0x5b,0x05,0x7d}}, // \xe8\xa1\xa1
05282 {0x8862,{0x0a,0x7d,0x23,0x7b,0x70,0x5b,0x7d}}, // \xe8\xa1\xa2
05283 {0x8863,{0x12,0x52,0x7a,0x47,0x1a,0x32,0x4a}}, // \xe8\xa1\xa3
05284 {0x8868,{0x28,0x2a,0x7a,0x4f,0x1a,0x2a,0x50}}, // \xe8\xa1\xa8
05285 {0x886b,{0x12,0x7b,0x36,0x00,0x4a,0x4a,0x25}}, // \xe8\xa1\xab
05286 {0x8870,{0x2a,0x2a,0x7e,0x57,0x3e,0x4a,0x4a}}, // \xe8\xa1\xb0
05287 {0x8872,{0x12,0x7b,0x36,0x7c,0x15,0x4f,0x7c}}, // \xe8\xa1\xb2
05288 {0x8875,{0x12,0x7b,0x36,0x7f,0x49,0x49,0x7f}}, // \xe8\xa1\xb5
05289 {0x8877,{0x22,0x2e,0x7a,0x4f,0x1a,0x2e,0x52}}, // \xe8\xa1\xb7
05290 {0x887d,{0x12,0x7b,0x36,0x08,0x4a,0x7e,0x49}}, // \xe8\xa1\xbd
05291 {0x887e,{0x54,0x34,0x76,0x55,0x3e,0x54,0x54}}, // \xe8\xa1\xbe
05292 {0x887f,{0x12,0x7b,0x36,0x12,0x55,0x36,0x14}}, // \xe8\xa1\xbf
05293 {0x8881,{0x44,0x3e,0x76,0x57,0x36,0x5e,0x44}}, // \xe8\xa2\x81
05294 {0x8882,{0x12,0x7b,0x36,0x48,0x4a,0x3f,0x4e}}, // \xe8\xa2\x82
05295 {0x8888,{0x5a,0x37,0x7a,0x5e,0x3e,0x5a,0x5e}}, // \xe8\xa2\x88
05296 {0x888b,{0x54,0x3e,0x71,0x5a,0x33,0x56,0x5b}}, // \xe8\xa2\x8b
05297 {0x888d,{0x12,0x7b,0x36,0x04,0x7b,0x5a,0x5e}}, // \xe8\xa2\x8d
05298 {0x8892,{0x12,0x7b,0x36,0x40,0x5f,0x55,0x5f}}, // \xe8\xa2\x92
05299 {0x8896,{0x12,0x7b,0x36,0x7e,0x4a,0x7f,0x7e}}, // \xe8\xa2\x96
05300 {0x8897,{0x12,0x7b,0x36,0x42,0x55,0x2a,0x14}}, // \xe8\xa2\x97
05301 {0x8899,{0x12,0x7b,0x36,0x7e,0x4b,0x4a,0x7e}}, // \xe8\xa2\x99
05302 {0x889e,{0x2a,0x26,0x7a,0x5b,0x3a,0x46,0x4a}}, // \xe8\xa2\x9e
05303 {0x88a2,{0x12,0x7b,0x36,0x2a,0x29,0x7c,0x29}}, // \xe8\xa2\xa2
05304 {0x88a4,{0x52,0x36,0x6e,0x5f,0x2e,0x4a,0x5a}}, // \xe8\xa2\xa4
05305 {0x88ab,{0x12,0x7b,0x36,0x7e,0x5a,0x2f,0x5e}}, // \xe8\xa2\xab
05306 {0x88ae,{0x12,0x7b,0x36,0x24,0x5b,0x7e,0x32}}, // \xe8\xa2\xae
05307 {0x88b0,{0x54,0x3c,0x77,0x5f,0x35,0x5f,0x54}}, // \xe8\xa2\xb0
05308 {0x88b1,{0x12,0x7b,0x7e,0x01,0x44,0x3f,0x45}}, // \xe8\xa2\xb1
05309 {0x88b4,{0x12,0x7b,0x36,0x0a,0x1e,0x57,0x6a}}, // \xe8\xa2\xb4
05310 {0x88b5,{0x12,0x7b,0x7e,0x01,0x4a,0x7e,0x49}}, // \xe8\xa2\xb5
05311 {0x88b7,{0x12,0x7b,0x36,0x00,0x76,0x55,0x76}}, // \xe8\xa2\xb7
05312 {0x88bf,{0x12,0x7b,0x36,0x48,0x5a,0x7f,0x5a}}, // \xe8\xa2\xbf
05313 {0x88c1,{0x28,0x7a,0x5f,0x2a,0x4f,0x38,0x5a}}, // \xe8\xa3\x81
05314 {0x88c2,{0x55,0x3b,0x77,0x51,0x36,0x50,0x5f}}, // \xe8\xa3\x82
05315 {0x88c3,{0x12,0x7b,0x36,0x08,0x7f,0x1a,0x2a}}, // \xe8\xa3\x83
05316 {0x88c4,{0x12,0x7b,0x36,0x7d,0x00,0x45,0x7d}}, // \xe8\xa3\x84
05317 {0x88c5,{0x5a,0x3f,0x72,0x5a,0x3f,0x5a,0x52}}, // \xe8\xa3\x85
05318 {0x88cf,{0x52,0x3e,0x7a,0x5f,0x3a,0x5e,0x52}}, // \xe8\xa3\x8f
05319 {0x88d4,{0x7a,0x36,0x1e,0x7b,0x76,0x1a,0x7a}}, // \xe8\xa3\x94
05320 {0x88d5,{0x12,0x7b,0x36,0x09,0x64,0x69,0x12}}, // \xe8\xa3\x95
05321 {0x88d8,{0x5a,0x36,0x7a,0x5f,0x36,0x5b,0x52}}, // \xe8\xa3\x98
05322 {0x88d9,{0x12,0x7b,0x36,0x25,0x7f,0x75,0x6f}}, // \xe8\xa3\x99
05323 {0x88dc,{0x12,0x7b,0x36,0x7a,0x7f,0x2a,0x7b}}, // \xe8\xa3\x9c
05324 {0x88dd,{0x5b,0x36,0x7f,0x52,0x3a,0x5f,0x5a}}, // \xe8\xa3\x9d
05325 {0x88df,{0x55,0x30,0x7a,0x58,0x37,0x54,0x52}}, // \xe8\xa3\x9f
05326 {0x88e1,{0x12,0x7b,0x36,0x5f,0x55,0x7f,0x5f}}, // \xe8\xa3\xa1
05327 {0x88e8,{0x12,0x7b,0x36,0x2e,0x3f,0x7a,0x2e}}, // \xe8\xa3\xa8
05328 {0x88f2,{0x12,0x7b,0x36,0x7d,0x35,0x7f,0x7d}}, // \xe8\xa3\xb2
05329 {0x88f3,{0x56,0x33,0x7e,0x5b,0x3e,0x53,0x56}}, // \xe8\xa3\xb3
05330 {0x88f4,{0x56,0x36,0x7f,0x50,0x3f,0x56,0x56}}, // \xe8\xa3\xb4
05331 {0x88f8,{0x12,0x7b,0x57,0x35,0x7f,0x35,0x57}}, // \xe8\xa3\xb8
05332 {0x88f9,{0x52,0x2a,0x7e,0x5f,0x2e,0x4a,0x52}}, // \xe8\xa3\xb9
05333 {0x88fc,{0x12,0x7b,0x36,0x27,0x5d,0x35,0x77}}, // \xe8\xa3\xbc
05334 {0x88fd,{0x54,0x3b,0x7f,0x5a,0x36,0x50,0x5f}}, // \xe8\xa3\xbd
05335 {0x88fe,{0x12,0x7b,0x36,0x1f,0x6b,0x5f,0x6b}}, // \xe8\xa3\xbe
05336 {0x8902,{0x12,0x7b,0x36,0x3f,0x2a,0x7f,0x08}}, // \xe8\xa4\x82
05337 {0x8904,{0x12,0x7b,0x36,0x5a,0x7f,0x3e,0x52}}, // \xe8\xa4\x84
05338 {0x8907,{0x12,0x7b,0x36,0x53,0x2e,0x5e,0x42}}, // \xe8\xa4\x87
05339 {0x890a,{0x12,0x7b,0x36,0x21,0x7f,0x35,0x77}}, // \xe8\xa4\x8a
05340 {0x890c,{0x12,0x7b,0x36,0x27,0x3d,0x7f,0x27}}, // \xe8\xa4\x8c
05341 {0x8910,{0x12,0x7b,0x36,0x3f,0x2d,0x4f,0x78}}, // \xe8\xa4\x90
05342 {0x8912,{0x2a,0x2e,0x72,0x4f,0x1a,0x2e,0x52}}, // \xe8\xa4\x92
05343 {0x8913,{0x12,0x7b,0x7e,0x37,0x7d,0x37,0x50}}, // \xe8\xa4\x93
05344 {0x891d,{0x12,0x7b,0x36,0x2d,0x2d,0x7e,0x2d}}, // \xe8\xa4\x9d
05345 {0x891e,{0x12,0x7b,0x36,0x4f,0x6d,0x6b,0x4f}}, // \xe8\xa4\x9e
05346 {0x8925,{0x12,0x7b,0x3e,0x37,0x5f,0x7b,0x15}}, // \xe8\xa4\xa5
05347 {0x892a,{0x12,0x7b,0x36,0x65,0x50,0x4f,0x57}}, // \xe8\xa4\xaa
05348 {0x892b,{0x12,0x7b,0x3f,0x5d,0x25,0x6f,0x4b}}, // \xe8\xa4\xab
05349 {0x8936,{0x12,0x7b,0x36,0x05,0x6f,0x75,0x6f}}, // \xe8\xa4\xb6
05350 {0x8938,{0x12,0x7b,0x56,0x7e,0x5b,0x3e,0x54}}, // \xe8\xa4\xb8
05351 {0x893b,{0x56,0x3e,0x7e,0x57,0x2e,0x5e,0x52}}, // \xe8\xa4\xbb
05352 {0x8941,{0x12,0x7b,0x36,0x5d,0x77,0x7e,0x5d}}, // \xe8\xa5\x81
05353 {0x8943,{0x2a,0x36,0x72,0x4f,0x1a,0x2e,0x52}}, // \xe8\xa5\x83
05354 {0x8944,{0x52,0x36,0x7e,0x5b,0x3e,0x56,0x52}}, // \xe8\xa5\x84
05355 {0x894c,{0x12,0x7b,0x36,0x23,0x3f,0x7c,0x23}}, // \xe8\xa5\x8c
05356 {0x894d,{0x12,0x7b,0x56,0x3c,0x7b,0x3e,0x5b}}, // \xe8\xa5\x8d
05357 {0x8956,{0x12,0x7b,0x36,0x5e,0x5b,0x36,0x5e}}, // \xe8\xa5\x96
05358 {0x895e,{0x54,0x3f,0x7b,0x50,0x36,0x5b,0x56}}, // \xe8\xa5\x9e
05359 {0x895f,{0x12,0x7b,0x56,0x1f,0x78,0x1a,0x57}}, // \xe8\xa5\x9f
05360 {0x8960,{0x12,0x7b,0x77,0x5e,0x7b,0x5e,0x75}}, // \xe8\xa5\xa0
05361 {0x8964,{0x12,0x7b,0x36,0x4f,0x60,0x6b,0x4a}}, // \xe8\xa5\xa4
05362 {0x8966,{0x12,0x7b,0x76,0x2b,0x7f,0x2b,0x66}}, // \xe8\xa5\xa6
05363 {0x896a,{0x12,0x7b,0x36,0x7a,0x4f,0x3e,0x5b}}, // \xe8\xa5\xaa
05364 {0x896d,{0x12,0x7b,0x36,0x6f,0x6a,0x1f,0x5d}}, // \xe8\xa5\xad
05365 {0x896f,{0x12,0x7b,0x36,0x7b,0x56,0x3f,0x5f}}, // \xe8\xa5\xaf
05366 {0x8972,{0x5a,0x3e,0x7b,0x5e,0x3a,0x57,0x5d}}, // \xe8\xa5\xb2
05367 {0x8974,{0x12,0x7b,0x7f,0x2b,0x7c,0x2b,0x7f}}, // \xe8\xa5\xb4
05368 {0x8977,{0x12,0x7b,0x2e,0x79,0x7e,0x3d,0x2f}}, // \xe8\xa5\xb7
05369 {0x897e,{0x7a,0x0a,0x3e,0x2a,0x3e,0x0a,0x7a}}, // \xe8\xa5\xbe
05370 {0x897f,{0x7d,0x55,0x4f,0x45,0x5f,0x55,0x7d}}, // \xe8\xa5\xbf
05371 {0x8981,{0x51,0x57,0x75,0x5f,0x35,0x57,0x51}}, // \xe8\xa6\x81
05372 {0x8983,{0x21,0x27,0x3b,0x6f,0x3b,0x27,0x21}}, // \xe8\xa6\x83
05373 {0x8986,{0x29,0x77,0x45,0x57,0x2d,0x5f,0x41}}, // \xe8\xa6\x86
05374 {0x8987,{0x29,0x77,0x2d,0x47,0x3d,0x2f,0x79}}, // \xe8\xa6\x87
05375 {0x8988,{0x59,0x3f,0x7b,0x17,0x5b,0x2f,0x59}}, // \xe8\xa6\x88
05376 {0x898a,{0x29,0x77,0x2b,0x47,0x1b,0x5f,0x69}}, // \xe8\xa6\x8a
05377 {0x898b,{0x40,0x5f,0x35,0x15,0x75,0x5f,0x60}}, // \xe8\xa6\x8b
05378 {0x898f,{0x4a,0x3f,0x2a,0x5f,0x35,0x75,0x5f}}, // \xe8\xa6\x8f
05379 {0x8993,{0x44,0x43,0x3d,0x17,0x75,0x5d,0x62}}, // \xe8\xa6\x93
05380 {0x8996,{0x12,0x7b,0x16,0x5f,0x35,0x75,0x5f}}, // \xe8\xa6\x96
05381 {0x8997,{0x35,0x35,0x7f,0x40,0x3f,0x75,0x5f}}, // \xe8\xa6\x97
05382 {0x8998,{0x70,0x5f,0x74,0x5f,0x35,0x75,0x5f}}, // \xe8\xa6\x98
05383 {0x899a,{0x46,0x43,0x3e,0x2b,0x7e,0x43,0x66}}, // \xe8\xa6\x9a
05384 {0x89a1,{0x51,0x4d,0x3f,0x2d,0x5f,0x35,0x5f}}, // \xe8\xa6\xa1
05385 {0x89a6,{0x75,0x73,0x25,0x56,0x3f,0x75,0x5f}}, // \xe8\xa6\xa6
05386 {0x89a7,{0x47,0x47,0x3d,0x38,0x7b,0x46,0x66}}, // \xe8\xa6\xa7
05387 {0x89a9,{0x28,0x1a,0x6f,0x6a,0x5f,0x35,0x5f}}, // \xe8\xa6\xa9
05388 {0x89aa,{0x52,0x36,0x7b,0x36,0x5f,0x35,0x5f}}, // \xe8\xa6\xaa
05389 {0x89ac,{0x4b,0x5a,0x6b,0x5a,0x3f,0x75,0x5f}}, // \xe8\xa6\xac
05390 {0x89af,{0x2a,0x7f,0x3a,0x7f,0x5f,0x35,0x5f}}, // \xe8\xa6\xaf
05391 {0x89b2,{0x5a,0x5f,0x7a,0x5f,0x3f,0x75,0x5f}}, // \xe8\xa6\xb2
05392 {0x89b3,{0x14,0x7b,0x7e,0x4a,0x3f,0x75,0x5f}}, // \xe8\xa6\xb3
05393 {0x89ba,{0x4c,0x46,0x3d,0x2e,0x7d,0x47,0x6c}}, // \xe8\xa6\xba
05394 {0x89bd,{0x47,0x47,0x3d,0x38,0x7f,0x46,0x66}}, // \xe8\xa6\xbd
05395 {0x89bf,{0x4e,0x3e,0x3b,0x4e,0x3f,0x75,0x5f}}, // \xe8\xa6\xbf
05396 {0x89c0,{0x26,0x7f,0x7a,0x57,0x3f,0x75,0x5f}}, // \xe8\xa7\x80
05397 {0x89d2,{0x42,0x3e,0x15,0x1d,0x17,0x54,0x7c}}, // \xe8\xa7\x92
05398 {0x89da,{0x42,0x3d,0x7f,0x3e,0x42,0x3e,0x61}}, // \xe8\xa7\x9a
05399 {0x89dc,{0x4e,0x38,0x2f,0x3a,0x28,0x7f,0x0a}}, // \xe8\xa7\x9c
05400 {0x89dd,{0x42,0x3d,0x7f,0x7e,0x4a,0x5e,0x69}}, // \xe8\xa7\x9d
05401 {0x89e3,{0x42,0x3d,0x5f,0x7c,0x2d,0x7b,0x2f}}, // \xe8\xa7\xa3
05402 {0x89e6,{0x42,0x3d,0x7f,0x4a,0x7f,0x4a,0x6e}}, // \xe8\xa7\xa6
05403 {0x89e7,{0x42,0x3d,0x7f,0x22,0x2b,0x7e,0x2b}}, // \xe8\xa7\xa7
05404 {0x89f4,{0x42,0x3d,0x7f,0x24,0x5f,0x3e,0x72}}, // \xe8\xa7\xb4
05405 {0x89f8,{0x42,0x3d,0x7f,0x4b,0x75,0x37,0x7f}}, // \xe8\xa7\xb8
05406 {0x8a00,{0x02,0x62,0x6b,0x6b,0x6b,0x62,0x02}}, // \xe8\xa8\x80
05407 {0x8a02,{0x6a,0x6b,0x62,0x01,0x41,0x7f,0x01}}, // \xe8\xa8\x82
05408 {0x8a03,{0x6a,0x6b,0x62,0x00,0x7f,0x08,0x10}}, // \xe8\xa8\x83
05409 {0x8a08,{0x6a,0x6b,0x62,0x04,0x04,0x7f,0x04}}, // \xe8\xa8\x88
05410 {0x8a0a,{0x6b,0x62,0x49,0x3f,0x05,0x7f,0x40}}, // \xe8\xa8\x8a
05411 {0x8a0c,{0x6a,0x6b,0x00,0x42,0x42,0x7e,0x42}}, // \xe8\xa8\x8c
05412 {0x8a0e,{0x6a,0x6b,0x00,0x0a,0x52,0x7f,0x02}}, // \xe8\xa8\x8e
05413 {0x8a10,{0x6a,0x63,0x08,0x09,0x7f,0x09,0x08}}, // \xe8\xa8\x90
05414 {0x8a13,{0x6a,0x6b,0x40,0x3f,0x1e,0x00,0x7f}}, // \xe8\xa8\x93
05415 {0x8a16,{0x6a,0x6b,0x04,0x23,0x56,0x4e,0x62}}, // \xe8\xa8\x96
05416 {0x8a17,{0x6a,0x63,0x08,0x0a,0x7e,0x49,0x68}}, // \xe8\xa8\x97
05417 {0x8a18,{0x6a,0x6b,0x02,0x79,0x49,0x49,0x6f}}, // \xe8\xa8\x98
05418 {0x8a1b,{0x6a,0x6b,0x04,0x7e,0x01,0x7f,0x44}}, // \xe8\xa8\x9b
05419 {0x8a1d,{0x6a,0x63,0x28,0x2f,0x59,0x7f,0x09}}, // \xe8\xa8\x9d
05420 {0x8a1f,{0x6a,0x6b,0x44,0x63,0x58,0x23,0x44}}, // \xe8\xa8\x9f
05421 {0x8a23,{0x6a,0x63,0x48,0x4a,0x3f,0x4e,0x48}}, // \xe8\xa8\xa3
05422 {0x8a25,{0x6a,0x6b,0x7c,0x15,0x0f,0x54,0x7c}}, // \xe8\xa8\xa5
05423 {0x8a2a,{0x6a,0x6b,0x42,0x3e,0x0b,0x4a,0x7a}}, // \xe8\xa8\xaa
05424 {0x8a2d,{0x6a,0x6b,0x44,0x5b,0x29,0x5f,0x44}}, // \xe8\xa8\xad
05425 {0x8a31,{0x6a,0x6b,0x14,0x13,0x7e,0x12,0x10}}, // \xe8\xa8\xb1
05426 {0x8a33,{0x6a,0x6b,0x40,0x3f,0x05,0x1d,0x67}}, // \xe8\xa8\xb3
05427 {0x8a34,{0x6a,0x6b,0x40,0x3e,0x1a,0x79,0x28}}, // \xe8\xa8\xb4
05428 {0x8a36,{0x6a,0x6b,0x02,0x1d,0x15,0x5d,0x7f}}, // \xe8\xa8\xb6
05429 {0x8a3a,{0x6a,0x6b,0x04,0x42,0x55,0x2a,0x14}}, // \xe8\xa8\xba
05430 {0x8a3b,{0x6a,0x6b,0x44,0x55,0x7e,0x54,0x44}}, // \xe8\xa8\xbb
05431 {0x8a3c,{0x6a,0x6b,0x42,0x79,0x41,0x7f,0x49}}, // \xe8\xa8\xbc
05432 {0x8a41,{0x6a,0x6b,0x04,0x74,0x5f,0x74,0x04}}, // \xe8\xa9\x81
05433 {0x8a46,{0x6a,0x6b,0x00,0x7e,0x4a,0x5e,0x69}}, // \xe8\xa9\x86
05434 {0x8a48,{0x17,0x75,0x5f,0x5d,0x5f,0x75,0x17}}, // \xe8\xa9\x88
05435 {0x8a50,{0x6a,0x6b,0x04,0x03,0x7e,0x2a,0x2a}}, // \xe8\xa9\x90
05436 {0x8a51,{0x6a,0x6b,0x06,0x7a,0x53,0x4a,0x66}}, // \xe8\xa9\x91
05437 {0x8a52,{0x6a,0x63,0x08,0x6c,0x6b,0x64,0x08}}, // \xe8\xa9\x92
05438 {0x8a54,{0x6a,0x6b,0x02,0x75,0x53,0x59,0x7f}}, // \xe8\xa9\x94
05439 {0x8a55,{0x6b,0x6a,0x15,0x11,0x7f,0x11,0x15}}, // \xe8\xa9\x95
05440 {0x8a5b,{0x6a,0x6b,0x40,0x7f,0x55,0x7f,0x40}}, // \xe8\xa9\x9b
05441 {0x8a5e,{0x6a,0x6b,0x02,0x35,0x35,0x41,0x7f}}, // \xe8\xa9\x9e
05442 {0x8a60,{0x6a,0x63,0x28,0x5d,0x7d,0x10,0x28}}, // \xe8\xa9\xa0
05443 {0x8a62,{0x6a,0x6b,0x04,0x3f,0x2a,0x3e,0x7e}}, // \xe8\xa9\xa2
05444 {0x8a63,{0x6a,0x6b,0x00,0x6f,0x6a,0x6a,0x6d}}, // \xe8\xa9\xa3
05445 {0x8a66,{0x6a,0x6b,0x54,0x74,0x57,0x3c,0x45}}, // \xe8\xa9\xa6
05446 {0x8a69,{0x6a,0x63,0x28,0x6a,0x2f,0x7a,0x28}}, // \xe8\xa9\xa9
05447 {0x8a6b,{0x6a,0x63,0x16,0x1a,0x7b,0x56,0x56}}, // \xe8\xa9\xab
05448 {0x8a6c,{0x6a,0x6b,0x40,0x3e,0x0a,0x6a,0x69}}, // \xe8\xa9\xac
05449 {0x8a6d,{0x6a,0x6b,0x42,0x3e,0x7d,0x4f,0x5c}}, // \xe8\xa9\xad
05450 {0x8a6e,{0x6a,0x6b,0x44,0x56,0x7d,0x56,0x44}}, // \xe8\xa9\xae
05451 {0x8a70,{0x6a,0x6b,0x02,0x6a,0x6f,0x6a,0x02}}, // \xe8\xa9\xb0
05452 {0x8a71,{0x6a,0x6b,0x04,0x76,0x5e,0x75,0x04}}, // \xe8\xa9\xb1
05453 {0x8a72,{0x6a,0x6b,0x00,0x4a,0x56,0x2b,0x52}}, // \xe8\xa9\xb2
05454 {0x8a73,{0x6b,0x6a,0x22,0x2b,0x7e,0x2b,0x22}}, // \xe8\xa9\xb3
05455 {0x8a7c,{0x6a,0x63,0x0a,0x57,0x42,0x3a,0x52}}, // \xe8\xa9\xbc
05456 {0x8a82,{0x6a,0x63,0x4a,0x3f,0x00,0x7f,0x4a}}, // \xe8\xaa\x82
05457 {0x8a84,{0x6a,0x6b,0x52,0x36,0x7f,0x36,0x55}}, // \xe8\xaa\x84
05458 {0x8a85,{0x6a,0x63,0x4c,0x2b,0x7f,0x2a,0x48}}, // \xe8\xaa\x85
05459 {0x8a87,{0x6a,0x63,0x0a,0x16,0x1b,0x56,0x6a}}, // \xe8\xaa\x87
05460 {0x8a89,{0x0a,0x67,0x6a,0x6b,0x6a,0x67,0x0a}}, // \xe8\xaa\x89
05461 {0x8a8c,{0x6a,0x6b,0x42,0x2a,0x4f,0x4a,0x62}}, // \xe8\xaa\x8c
05462 {0x8a8d,{0x6a,0x6b,0x40,0x2b,0x45,0x4b,0x6f}}, // \xe8\xaa\x8d
05463 {0x8a91,{0x6b,0x62,0x55,0x3e,0x49,0x7f,0x49}}, // \xe8\xaa\x91
05464 {0x8a93,{0x2a,0x3f,0x70,0x6e,0x66,0x3d,0x24}}, // \xe8\xaa\x93
05465 {0x8a95,{0x6b,0x62,0x55,0x3b,0x52,0x5e,0x55}}, // \xe8\xaa\x95
05466 {0x8a98,{0x6a,0x63,0x5a,0x37,0x1f,0x37,0x6a}}, // \xe8\xaa\x98
05467 {0x8a9a,{0x6a,0x6b,0x02,0x7d,0x2a,0x7d,0x02}}, // \xe8\xaa\x9a
05468 {0x8a9e,{0x6a,0x6b,0x14,0x7d,0x57,0x7d,0x10}}, // \xe8\xaa\x9e
05469 {0x8aa0,{0x6a,0x63,0x7e,0x2a,0x5a,0x3f,0x52}}, // \xe8\xaa\xa0
05470 {0x8aa1,{0x6a,0x63,0x0a,0x3e,0x4a,0x3f,0x52}}, // \xe8\xaa\xa1
05471 {0x8aa3,{0x6b,0x6a,0x51,0x4d,0x7f,0x4d,0x51}}, // \xe8\xaa\xa3
05472 {0x8aa4,{0x6a,0x6b,0x00,0x56,0x14,0x1f,0x53}}, // \xe8\xaa\xa4
05473 {0x8aa5,{0x6a,0x63,0x0c,0x6b,0x7f,0x6a,0x08}}, // \xe8\xaa\xa5
05474 {0x8aa6,{0x6a,0x6b,0x7c,0x15,0x7d,0x17,0x7d}}, // \xe8\xaa\xa6
05475 {0x8aa8,{0x6a,0x6b,0x14,0x33,0x2e,0x7e,0x12}}, // \xe8\xaa\xa8
05476 {0x8aac,{0x6b,0x62,0x4e,0x3b,0x0a,0x7b,0x4e}}, // \xe8\xaa\xac
05477 {0x8aad,{0x6a,0x63,0x5a,0x2a,0x0f,0x6a,0x5a}}, // \xe8\xaa\xad
05478 {0x8ab0,{0x6a,0x6b,0x04,0x7f,0x4a,0x7f,0x4a}}, // \xe8\xaa\xb0
05479 {0x8ab2,{0x6b,0x6a,0x57,0x35,0x7f,0x35,0x57}}, // \xe8\xaa\xb2
05480 {0x8ab9,{0x6a,0x63,0x2a,0x7f,0x00,0x7f,0x2a}}, // \xe8\xaa\xb9
05481 {0x8abc,{0x6a,0x6b,0x00,0x46,0x7a,0x7b,0x46}}, // \xe8\xaa\xbc
05482 {0x8abf,{0x6b,0x62,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe8\xaa\xbf
05483 {0x8ac2,{0x6a,0x6b,0x00,0x7a,0x41,0x6d,0x7b}}, // \xe8\xab\x82
05484 {0x8ac4,{0x6a,0x6b,0x22,0x2e,0x6b,0x3e,0x22}}, // \xe8\xab\x84
05485 {0x8ac7,{0x6b,0x6a,0x55,0x22,0x19,0x22,0x55}}, // \xe8\xab\x87
05486 {0x8acb,{0x6a,0x63,0x08,0x7a,0x2f,0x7a,0x08}}, // \xe8\xab\x8b
05487 {0x8acc,{0x6a,0x6b,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe8\xab\x8c
05488 {0x8acd,{0x6a,0x6b,0x12,0x55,0x7f,0x3d,0x12}}, // \xe8\xab\x8d
05489 {0x8acf,{0x6b,0x6a,0x21,0x3f,0x7f,0x12,0x2e}}, // \xe8\xab\x8f
05490 {0x8ad2,{0x6a,0x6b,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe8\xab\x92
05491 {0x8ad6,{0x6a,0x6b,0x74,0x32,0x75,0x36,0x74}}, // \xe8\xab\x96
05492 {0x8ada,{0x6a,0x63,0x46,0x32,0x46,0x7f,0x56}}, // \xe8\xab\x9a
05493 {0x8adb,{0x6a,0x63,0x5e,0x55,0x3e,0x52,0x5e}}, // \xe8\xab\x9b
05494 {0x8adc,{0x6b,0x62,0x5f,0x32,0x77,0x36,0x57}}, // \xe8\xab\x9c
05495 {0x8ade,{0x6b,0x6a,0x41,0x3f,0x75,0x37,0x71}}, // \xe8\xab\x9e
05496 {0x8ae0,{0x6a,0x6b,0x00,0x46,0x72,0x77,0x46}}, // \xe8\xab\xa0
05497 {0x8ae1,{0x6a,0x6b,0x42,0x71,0x76,0x7d,0x42}}, // \xe8\xab\xa1
05498 {0x8ae2,{0x6b,0x6a,0x27,0x3d,0x7f,0x3d,0x27}}, // \xe8\xab\xa2
05499 {0x8ae4,{0x6a,0x6b,0x00,0x0b,0x1f,0x5c,0x6b}}, // \xe8\xab\xa4
05500 {0x8ae6,{0x6a,0x63,0x1a,0x6e,0x3b,0x6e,0x1a}}, // \xe8\xab\xa6
05501 {0x8ae7,{0x6b,0x62,0x0f,0x6a,0x70,0x6f,0x0a}}, // \xe8\xab\xa7
05502 {0x8aeb,{0x6a,0x6b,0x42,0x2e,0x7f,0x2e,0x4e}}, // \xe8\xab\xab
05503 {0x8aed,{0x6a,0x6b,0x04,0x72,0x75,0x06,0x74}}, // \xe8\xab\xad
05504 {0x8aee,{0x6b,0x6a,0x11,0x64,0x73,0x6e,0x76}}, // \xe8\xab\xae
05505 {0x8af1,{0x6a,0x63,0x28,0x3a,0x2f,0x7a,0x2e}}, // \xe8\xab\xb1
05506 {0x8af3,{0x6a,0x63,0x0a,0x6e,0x6b,0x6e,0x0a}}, // \xe8\xab\xb3
05507 {0x8af7,{0x6b,0x62,0x3f,0x4d,0x7f,0x2d,0x7f}}, // \xe8\xab\xb7
05508 {0x8af8,{0x6a,0x63,0x28,0x1a,0x6f,0x6a,0x69}}, // \xe8\xab\xb8
05509 {0x8afa,{0x6a,0x63,0x7a,0x0e,0x5b,0x4e,0x2a}}, // \xe8\xab\xba
05510 {0x8afe,{0x6b,0x62,0x2a,0x1f,0x6a,0x6b,0x6a}}, // \xe8\xab\xbe
05511 {0x8b00,{0x6b,0x6a,0x52,0x3f,0x7a,0x3f,0x52}}, // \xe8\xac\x80
05512 {0x8b01,{0x6a,0x6b,0x10,0x3f,0x2d,0x4f,0x78}}, // \xe8\xac\x81
05513 {0x8b02,{0x6b,0x62,0x0f,0x7d,0x2f,0x7d,0x0f}}, // \xe8\xac\x82
05514 {0x8b04,{0x7f,0x15,0x7f,0x15,0x6c,0x6f,0x15}}, // \xe8\xac\x84
05515 {0x8b07,{0x16,0x6a,0x7e,0x7b,0x7e,0x6a,0x16}}, // \xe8\xac\x87
05516 {0x8b0c,{0x6a,0x6b,0x02,0x2d,0x49,0x7f,0x09}}, // \xe8\xac\x8c
05517 {0x8b0e,{0x6b,0x62,0x79,0x54,0x4d,0x7e,0x55}}, // \xe8\xac\x8e
05518 {0x8b10,{0x6a,0x6b,0x54,0x6e,0x79,0x74,0x5a}}, // \xe8\xac\x90
05519 {0x8b14,{0x6a,0x6b,0x42,0x3c,0x74,0x5f,0x5a}}, // \xe8\xac\x94
05520 {0x8b16,{0x6a,0x6b,0x44,0x53,0x2b,0x5f,0x44}}, // \xe8\xac\x96
05521 {0x8b17,{0x6a,0x63,0x1a,0x4e,0x3b,0x6e,0x1a}}, // \xe8\xac\x97
05522 {0x8b19,{0x6b,0x6a,0x52,0x37,0x7e,0x3f,0x4a}}, // \xe8\xac\x99
05523 {0x8b1a,{0x6a,0x6b,0x52,0x6d,0x64,0x6d,0x52}}, // \xe8\xac\x9a
05524 {0x8b1b,{0x6b,0x62,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe8\xac\x9b
05525 {0x8b1d,{0x6a,0x63,0x5e,0x2b,0x7e,0x1a,0x7f}}, // \xe8\xac\x9d
05526 {0x8b20,{0x6a,0x6b,0x10,0x6a,0x4d,0x7b,0x68}}, // \xe8\xac\xa0
05527 {0x8b21,{0x6a,0x6b,0x60,0x4a,0x7e,0x49,0x6b}}, // \xe8\xac\xa1
05528 {0x8b26,{0x1a,0x76,0x57,0x52,0x5b,0x75,0x1b}}, // \xe8\xac\xa6
05529 {0x8b28,{0x6b,0x6a,0x52,0x5f,0x36,0x5f,0x52}}, // \xe8\xac\xa8
05530 {0x8b2b,{0x6a,0x63,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe8\xac\xab
05531 {0x8b2c,{0x6b,0x6a,0x11,0x4b,0x54,0x29,0x13}}, // \xe8\xac\xac
05532 {0x8b33,{0x6b,0x62,0x7f,0x71,0x47,0x77,0x71}}, // \xe8\xac\xb3
05533 {0x8b39,{0x6b,0x62,0x5a,0x5f,0x7a,0x5f,0x5a}}, // \xe8\xac\xb9
05534 {0x8b3e,{0x6a,0x63,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe8\xac\xbe
05535 {0x8b41,{0x6b,0x62,0x2a,0x3f,0x7e,0x3f,0x2a}}, // \xe8\xad\x81
05536 {0x8b49,{0x6b,0x6a,0x45,0x5b,0x69,0x5a,0x45}}, // \xe8\xad\x89
05537 {0x8b4c,{0x6a,0x6b,0x52,0x1d,0x57,0x1d,0x72}}, // \xe8\xad\x8c
05538 {0x8b4e,{0x6a,0x63,0x7a,0x37,0x5f,0x33,0x76}}, // \xe8\xad\x8e
05539 {0x8b4f,{0x6a,0x63,0x4a,0x3d,0x48,0x3a,0x55}}, // \xe8\xad\x8f
05540 {0x8b56,{0x6a,0x63,0x14,0x6f,0x76,0x6f,0x16}}, // \xe8\xad\x96
05541 {0x8b58,{0x6a,0x63,0x0a,0x6f,0x6e,0x3f,0x55}}, // \xe8\xad\x98
05542 {0x8b5a,{0x6b,0x6a,0x21,0x3b,0x6b,0x3b,0x21}}, // \xe8\xad\x9a
05543 {0x8b5b,{0x6b,0x62,0x0a,0x77,0x5a,0x77,0x0a}}, // \xe8\xad\x9b
05544 {0x8b5c,{0x6b,0x62,0x2a,0x7f,0x62,0x7f,0x2a}}, // \xe8\xad\x9c
05545 {0x8b5f,{0x6a,0x63,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe8\xad\x9f
05546 {0x8b66,{0x2a,0x27,0x76,0x7f,0x6a,0x25,0x2b}}, // \xe8\xad\xa6
05547 {0x8b6b,{0x6a,0x63,0x3c,0x2e,0x75,0x7f,0x2c}}, // \xe8\xad\xab
05548 {0x8b6c,{0x04,0x6f,0x6b,0x68,0x6e,0x6b,0x06}}, // \xe8\xad\xac
05549 {0x8b6f,{0x6b,0x62,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe8\xad\xaf
05550 {0x8b70,{0x6b,0x62,0x2a,0x7b,0x2e,0x3b,0x5a}}, // \xe8\xad\xb0
05551 {0x8b71,{0x6a,0x6e,0x07,0x7e,0x06,0x6f,0x6a}}, // \xe8\xad\xb1
05552 {0x8b72,{0x6a,0x63,0x1a,0x7e,0x53,0x3e,0x5a}}, // \xe8\xad\xb2
05553 {0x8b74,{0x6b,0x62,0x75,0x4e,0x7a,0x7f,0x6e}}, // \xe8\xad\xb4
05554 {0x8b77,{0x6b,0x6a,0x42,0x5f,0x2e,0x5f,0x4a}}, // \xe8\xad\xb7
05555 {0x8b7d,{0x28,0x1e,0x69,0x6e,0x6d,0x1f,0x28}}, // \xe8\xad\xbd
05556 {0x8b80,{0x6a,0x63,0x4e,0x3e,0x3b,0x3e,0x4e}}, // \xe8\xae\x80
05557 {0x8b83,{0x6b,0x62,0x4a,0x37,0x3a,0x37,0x4a}}, // \xe8\xae\x83
05558 {0x8b8a,{0x52,0x4d,0x5a,0x2f,0x2a,0x5d,0x48}}, // \xe8\xae\x8a
05559 {0x8b8c,{0x6b,0x6a,0x52,0x1f,0x56,0x1f,0x52}}, // \xe8\xae\x8c
05560 {0x8b8e,{0x04,0x7f,0x7e,0x6b,0x6a,0x7e,0x55}}, // \xe8\xae\x8e
05561 {0x8b90,{0x14,0x7f,0x5e,0x5b,0x54,0x7f,0x1a}}, // \xe8\xae\x90
05562 {0x8b92,{0x6a,0x6b,0x52,0x5e,0x2d,0x7f,0x56}}, // \xe8\xae\x92
05563 {0x8b93,{0x6a,0x6b,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe8\xae\x93
05564 {0x8b96,{0x6b,0x6a,0x55,0x7e,0x55,0x3f,0x55}}, // \xe8\xae\x96
05565 {0x8b99,{0x6b,0x6a,0x26,0x7f,0x52,0x7f,0x56}}, // \xe8\xae\x99
05566 {0x8b9a,{0x6b,0x62,0x4b,0x36,0x3b,0x36,0x4a}}, // \xe8\xae\x9a
05567 {0x8c37,{0x10,0x12,0x69,0x64,0x69,0x12,0x10}}, // \xe8\xb0\xb7
05568 {0x8c3a,{0x12,0x69,0x64,0x69,0x2f,0x59,0x7f}}, // \xe8\xb0\xba
05569 {0x8c3f,{0x52,0x5b,0x35,0x5a,0x09,0x64,0x69}}, // \xe8\xb0\xbf
05570 {0x8c41,{0x26,0x6a,0x7f,0x6e,0x09,0x64,0x69}}, // \xe8\xb1\x81
05571 {0x8c46,{0x41,0x5d,0x75,0x55,0x75,0x5d,0x41}}, // \xe8\xb1\x86
05572 {0x8c48,{0x48,0x5b,0x6a,0x6b,0x6a,0x5b,0x48}}, // \xe8\xb1\x88
05573 {0x8c4a,{0x48,0x5e,0x6f,0x6e,0x6f,0x5e,0x48}}, // \xe8\xb1\x8a
05574 {0x8c4c,{0x2d,0x35,0x2d,0x56,0x2a,0x7b,0x5e}}, // \xe8\xb1\x8c
05575 {0x8c4e,{0x4f,0x5f,0x6d,0x68,0x6d,0x5b,0x4d}}, // \xe8\xb1\x8e
05576 {0x8c50,{0x48,0x5f,0x6e,0x6f,0x6e,0x5f,0x48}}, // \xe8\xb1\x90
05577 {0x8c55,{0x29,0x29,0x57,0x4d,0x39,0x15,0x21}}, // \xe8\xb1\x95
05578 {0x8c5a,{0x7f,0x15,0x7f,0x29,0x57,0x7d,0x29}}, // \xe8\xb1\x9a
05579 {0x8c61,{0x52,0x52,0x2d,0x5d,0x7f,0x2c,0x50}}, // \xe8\xb1\xa1
05580 {0x8c62,{0x52,0x59,0x2c,0x5f,0x7c,0x29,0x52}}, // \xe8\xb1\xa2
05581 {0x8c6a,{0x5a,0x5e,0x2a,0x5b,0x7a,0x2e,0x5a}}, // \xe8\xb1\xaa
05582 {0x8c6b,{0x49,0x7d,0x2b,0x5e,0x7d,0x2f,0x50}}, // \xe8\xb1\xab
05583 {0x8c6c,{0x55,0x4b,0x3d,0x1a,0x6f,0x7a,0x69}}, // \xe8\xb1\xac
05584 {0x8c78,{0x00,0x54,0x56,0x2e,0x55,0x3a,0x00}}, // \xe8\xb1\xb8
05585 {0x8c79,{0x2a,0x56,0x3d,0x04,0x0b,0x52,0x7e}}, // \xe8\xb1\xb9
05586 {0x8c7a,{0x2a,0x56,0x3d,0x22,0x52,0x7f,0x0a}}, // \xe8\xb1\xba
05587 {0x8c7c,{0x2a,0x56,0x3d,0x7f,0x24,0x7f,0x44}}, // \xe8\xb1\xbc
05588 {0x8c82,{0x2a,0x56,0x3d,0x00,0x75,0x53,0x77}}, // \xe8\xb2\x82
05589 {0x8c85,{0x2a,0x56,0x3d,0x7f,0x1a,0x7f,0x12}}, // \xe8\xb2\x85
05590 {0x8c89,{0x2a,0x56,0x3d,0x10,0x6a,0x65,0x6b}}, // \xe8\xb2\x89
05591 {0x8c8a,{0x2a,0x56,0x3d,0x7d,0x57,0x55,0x7d}}, // \xe8\xb2\x8a
05592 {0x8c8c,{0x2a,0x56,0x3d,0x5e,0x2b,0x6a,0x5e}}, // \xe8\xb2\x8c
05593 {0x8c8d,{0x2a,0x56,0x3d,0x5f,0x55,0x7f,0x5f}}, // \xe8\xb2\x8d
05594 {0x8c8e,{0x2a,0x56,0x3d,0x5e,0x35,0x72,0x5e}}, // \xe8\xb2\x8e
05595 {0x8c94,{0x2a,0x56,0x3d,0x7e,0x5b,0x76,0x5e}}, // \xe8\xb2\x94
05596 {0x8c98,{0x2a,0x56,0x3d,0x52,0x5f,0x36,0x5f}}, // \xe8\xb2\x98
05597 {0x8c9d,{0x40,0x5f,0x15,0x15,0x15,0x5f,0x40}}, // \xe8\xb2\x9d
05598 {0x8c9e,{0x40,0x7c,0x34,0x37,0x36,0x7e,0x42}}, // \xe8\xb2\x9e
05599 {0x8ca0,{0x42,0x7e,0x35,0x35,0x37,0x7c,0x40}}, // \xe8\xb2\xa0
05600 {0x8ca1,{0x5f,0x15,0x5f,0x22,0x52,0x7f,0x0a}}, // \xe8\xb2\xa1
05601 {0x8ca2,{0x44,0x7d,0x2d,0x2f,0x2d,0x7d,0x44}}, // \xe8\xb2\xa2
05602 {0x8ca7,{0x44,0x76,0x3d,0x34,0x3d,0x72,0x44}}, // \xe8\xb2\xa7
05603 {0x8ca8,{0x44,0x4e,0x31,0x30,0x3f,0x7a,0x4a}}, // \xe8\xb2\xa8
05604 {0x8ca9,{0x5f,0x15,0x5f,0x20,0x5f,0x25,0x5d}}, // \xe8\xb2\xa9
05605 {0x8caa,{0x44,0x74,0x36,0x35,0x3e,0x74,0x44}}, // \xe8\xb2\xaa
05606 {0x8cab,{0x42,0x7f,0x2d,0x2f,0x2d,0x7f,0x42}}, // \xe8\xb2\xab
05607 {0x8cac,{0x48,0x7a,0x2a,0x2f,0x2a,0x7a,0x48}}, // \xe8\xb2\xac
05608 {0x8cad,{0x40,0x3e,0x46,0x3e,0x2e,0x3d,0x45}}, // \xe8\xb2\xad
05609 {0x8cae,{0x44,0x3d,0x3d,0x44,0x0f,0x34,0x45}}, // \xe8\xb2\xae
05610 {0x8caf,{0x5f,0x15,0x5f,0x06,0x4a,0x7b,0x0e}}, // \xe8\xb2\xaf
05611 {0x8cb0,{0x42,0x7f,0x2a,0x2f,0x2a,0x7f,0x4a}}, // \xe8\xb2\xb0
05612 {0x8cb2,{0x4e,0x78,0x2f,0x2a,0x28,0x7f,0x4a}}, // \xe8\xb2\xb2
05613 {0x8cb3,{0x42,0x36,0x36,0x42,0x0f,0x32,0x43}}, // \xe8\xb2\xb3
05614 {0x8cb4,{0x48,0x7e,0x2a,0x2f,0x2a,0x7e,0x48}}, // \xe8\xb2\xb4
05615 {0x8cb6,{0x5f,0x15,0x5f,0x34,0x25,0x57,0x4d}}, // \xe8\xb2\xb6
05616 {0x8cb7,{0x47,0x7d,0x2f,0x2d,0x2f,0x7d,0x47}}, // \xe8\xb2\xb7
05617 {0x8cb8,{0x44,0x4e,0x31,0x32,0x33,0x76,0x4b}}, // \xe8\xb2\xb8
05618 {0x8cbb,{0x5a,0x7a,0x2f,0x2a,0x2f,0x7a,0x4e}}, // \xe8\xb2\xbb
05619 {0x8cbc,{0x5f,0x15,0x5f,0x70,0x5f,0x54,0x74}}, // \xe8\xb2\xbc
05620 {0x8cbd,{0x5f,0x15,0x5f,0x08,0x6c,0x6b,0x6c}}, // \xe8\xb2\xbd
05621 {0x8cbf,{0x46,0x7e,0x2d,0x28,0x2d,0x7b,0x47}}, // \xe8\xb2\xbf
05622 {0x8cc0,{0x4a,0x47,0x3a,0x2e,0x2e,0x7a,0x4e}}, // \xe8\xb3\x80
05623 {0x8cc1,{0x4a,0x7e,0x2a,0x2f,0x2a,0x7e,0x4a}}, // \xe8\xb3\x81
05624 {0x8cc2,{0x5f,0x15,0x5f,0x10,0x6a,0x65,0x6b}}, // \xe8\xb3\x82
05625 {0x8cc3,{0x44,0x4e,0x35,0x36,0x3e,0x75,0x44}}, // \xe8\xb3\x83
05626 {0x8cc4,{0x5f,0x15,0x5f,0x12,0x7f,0x2a,0x7a}}, // \xe8\xb3\x84
05627 {0x8cc7,{0x49,0x70,0x34,0x3b,0x36,0x7a,0x46}}, // \xe8\xb3\x87
05628 {0x8cc8,{0x41,0x7f,0x2d,0x2f,0x2d,0x7f,0x41}}, // \xe8\xb3\x88
05629 {0x8cca,{0x5f,0x1f,0x4a,0x1e,0x4a,0x3f,0x52}}, // \xe8\xb3\x8a
05630 {0x8ccd,{0x5f,0x15,0x5f,0x3e,0x4a,0x7f,0x4a}}, // \xe8\xb3\x8d
05631 {0x8cce,{0x5f,0x15,0x5f,0x0a,0x5f,0x2a,0x53}}, // \xe8\xb3\x8e
05632 {0x8cd1,{0x5f,0x15,0x5f,0x7f,0x51,0x35,0x55}}, // \xe8\xb3\x91
05633 {0x8cd3,{0x46,0x5a,0x36,0x3f,0x36,0x4a,0x46}}, // \xe8\xb3\x93
05634 {0x8cda,{0x4a,0x76,0x3a,0x37,0x3a,0x76,0x4a}}, // \xe8\xb3\x9a
05635 {0x8cdb,{0x4a,0x77,0x3a,0x30,0x3a,0x77,0x4a}}, // \xe8\xb3\x9b
05636 {0x8cdc,{0x5f,0x15,0x5f,0x27,0x5d,0x35,0x77}}, // \xe8\xb3\x9c
05637 {0x8cde,{0x46,0x7b,0x2e,0x2b,0x2e,0x7b,0x46}}, // \xe8\xb3\x9e
05638 {0x8ce0,{0x5f,0x15,0x5f,0x0a,0x6e,0x6b,0x6e}}, // \xe8\xb3\xa0
05639 {0x8ce2,{0x47,0x77,0x35,0x30,0x3b,0x75,0x4b}}, // \xe8\xb3\xa2
05640 {0x8ce3,{0x42,0x7e,0x2a,0x2f,0x2a,0x7e,0x42}}, // \xe8\xb3\xa3
05641 {0x8ce4,{0x5f,0x15,0x5f,0x12,0x5b,0x36,0x5b}}, // \xe8\xb3\xa4
05642 {0x8ce6,{0x5f,0x1f,0x65,0x7d,0x54,0x3f,0x45}}, // \xe8\xb3\xa6
05643 {0x8cea,{0x48,0x46,0x3d,0x28,0x2e,0x7d,0x44}}, // \xe8\xb3\xaa
05644 {0x8ced,{0x5f,0x15,0x5f,0x28,0x1a,0x6f,0x6a}}, // \xe8\xb3\xad
05645 {0x8cfa,{0x5f,0x1f,0x52,0x37,0x7e,0x3f,0x4a}}, // \xe8\xb3\xba
05646 {0x8cfb,{0x5f,0x15,0x5f,0x3e,0x57,0x7e,0x13}}, // \xe8\xb3\xbb
05647 {0x8cfc,{0x5f,0x1f,0x2a,0x7f,0x3a,0x7f,0x2a}}, // \xe8\xb3\xbc
05648 {0x8cfd,{0x56,0x7a,0x2e,0x2b,0x2e,0x7a,0x56}}, // \xe8\xb3\xbd
05649 {0x8d04,{0x44,0x4e,0x3f,0x3a,0x37,0x7e,0x48}}, // \xe8\xb4\x84
05650 {0x8d05,{0x54,0x4e,0x3f,0x34,0x3a,0x75,0x4b}}, // \xe8\xb4\x85
05651 {0x8d07,{0x56,0x4b,0x36,0x3d,0x35,0x7e,0x55}}, // \xe8\xb4\x87
05652 {0x8d08,{0x5f,0x1f,0x4e,0x7b,0x5e,0x7b,0x0e}}, // \xe8\xb4\x88
05653 {0x8d0a,{0x4a,0x77,0x3f,0x3a,0x37,0x7f,0x4a}}, // \xe8\xb4\x8a
05654 {0x8d0b,{0x40,0x3f,0x4d,0x33,0x3d,0x3f,0x4b}}, // \xe8\xb4\x8b
05655 {0x8d0d,{0x5f,0x15,0x5f,0x3e,0x75,0x7f,0x2c}}, // \xe8\xb4\x8d
05656 {0x8d0f,{0x42,0x3e,0x7a,0x3b,0x4a,0x7a,0x72}}, // \xe8\xb4\x8f
05657 {0x8d10,{0x5f,0x15,0x5f,0x6a,0x7f,0x6e,0x54}}, // \xe8\xb4\x90
05658 {0x8d13,{0x5f,0x1f,0x6c,0x3e,0x5a,0x3f,0x52}}, // \xe8\xb4\x93
05659 {0x8d14,{0x40,0x34,0x33,0x43,0x33,0x34,0x40}}, // \xe8\xb4\x94
05660 {0x8d16,{0x5f,0x15,0x5f,0x3e,0x3b,0x3e,0x4e}}, // \xe8\xb4\x96
05661 {0x8d64,{0x28,0x4a,0x3a,0x4f,0x7a,0x0a,0x28}}, // \xe8\xb5\xa4
05662 {0x8d66,{0x28,0x7a,0x0f,0x7a,0x5c,0x23,0x5e}}, // \xe8\xb5\xa6
05663 {0x8d67,{0x58,0x3a,0x7f,0x2a,0x7f,0x2b,0x5b}}, // \xe8\xb5\xa7
05664 {0x8d6b,{0x58,0x3a,0x7f,0x4a,0x3a,0x7f,0x2a}}, // \xe8\xb5\xab
05665 {0x8d6d,{0x58,0x3a,0x7f,0x2a,0x1a,0x6f,0x6a}}, // \xe8\xb5\xad
05666 {0x8d70,{0x48,0x2a,0x4a,0x7f,0x5a,0x5a,0x48}}, // \xe8\xb5\xb0
05667 {0x8d71,{0x44,0x26,0x4e,0x67,0x56,0x4e,0x44}}, // \xe8\xb5\xb1
05668 {0x8d73,{0x6a,0x3f,0x4a,0x5f,0x50,0x7f,0x48}}, // \xe8\xb5\xb3
05669 {0x8d74,{0x4a,0x3a,0x3f,0x5a,0x40,0x5f,0x44}}, // \xe8\xb5\xb4
05670 {0x8d77,{0x4a,0x3a,0x3f,0x4a,0x5d,0x55,0x57}}, // \xe8\xb5\xb7
05671 {0x8d81,{0x6a,0x3f,0x44,0x6a,0x65,0x52,0x44}}, // \xe8\xb6\x81
05672 {0x8d85,{0x4a,0x3a,0x3f,0x4a,0x75,0x53,0x77}}, // \xe8\xb6\x85
05673 {0x8d8a,{0x6a,0x3f,0x4a,0x7e,0x62,0x5f,0x6a}}, // \xe8\xb6\x8a
05674 {0x8d99,{0x6a,0x3f,0x4a,0x7d,0x56,0x7d,0x42}}, // \xe8\xb6\x99
05675 {0x8da3,{0x6a,0x3f,0x4a,0x55,0x7f,0x4a,0x56}}, // \xe8\xb6\xa3
05676 {0x8da8,{0x6a,0x3f,0x4a,0x64,0x5b,0x76,0x76}}, // \xe8\xb6\xa8
05677 {0x8db3,{0x40,0x37,0x45,0x7d,0x55,0x57,0x40}}, // \xe8\xb6\xb3
05678 {0x8dba,{0x77,0x7d,0x57,0x08,0x4a,0x3f,0x4a}}, // \xe8\xb6\xba
05679 {0x8dbe,{0x77,0x7d,0x57,0x7c,0x40,0x7f,0x44}}, // \xe8\xb6\xbe
05680 {0x8dc2,{0x77,0x7d,0x57,0x42,0x5a,0x2f,0x5a}}, // \xe8\xb7\x82
05681 {0x8dcb,{0x77,0x7d,0x57,0x22,0x5f,0x22,0x5b}}, // \xe8\xb7\x8b
05682 {0x8dcc,{0x77,0x7d,0x57,0x4c,0x4b,0x3f,0x4a}}, // \xe8\xb7\x8c
05683 {0x8dcf,{0x77,0x7d,0x66,0x1f,0x7e,0x42,0x7e}}, // \xe8\xb7\x8f
05684 {0x8dd6,{0x77,0x7d,0x57,0x11,0x7f,0x49,0x79}}, // \xe8\xb7\x96
05685 {0x8dda,{0x77,0x7d,0x2b,0x7f,0x3f,0x09,0x7f}}, // \xe8\xb7\x9a
05686 {0x8ddb,{0x77,0x7d,0x57,0x3e,0x5a,0x2f,0x5e}}, // \xe8\xb7\x9b
05687 {0x8ddd,{0x77,0x7d,0x2b,0x7f,0x55,0x55,0x5d}}, // \xe8\xb7\x9d
05688 {0x8ddf,{0x77,0x7d,0x2b,0x7f,0x55,0x35,0x5f}}, // \xe8\xb7\x9f
05689 {0x8de1,{0x77,0x7d,0x5b,0x3e,0x43,0x7e,0x1a}}, // \xe8\xb7\xa1
05690 {0x8de3,{0x77,0x7d,0x57,0x4c,0x3b,0x7f,0x4a}}, // \xe8\xb7\xa3
05691 {0x8de8,{0x77,0x7d,0x57,0x0a,0x1e,0x57,0x6a}}, // \xe8\xb7\xa8
05692 {0x8dea,{0x77,0x7d,0x57,0x3e,0x7d,0x4f,0x5c}}, // \xe8\xb7\xaa
05693 {0x8deb,{0x45,0x27,0x5d,0x7c,0x5b,0x47,0x44}}, // \xe8\xb7\xab
05694 {0x8def,{0x77,0x7d,0x57,0x10,0x6a,0x65,0x6b}}, // \xe8\xb7\xaf
05695 {0x8df3,{0x77,0x7d,0x57,0x3f,0x00,0x7f,0x4a}}, // \xe8\xb7\xb3
05696 {0x8df5,{0x77,0x7d,0x37,0x4a,0x5f,0x2a,0x53}}, // \xe8\xb7\xb5
05697 {0x8dfc,{0x77,0x7d,0x57,0x3f,0x35,0x47,0x7c}}, // \xe8\xb7\xbc
05698 {0x8dff,{0x77,0x7d,0x57,0x28,0x4a,0x7f,0x5a}}, // \xe8\xb7\xbf
05699 {0x8e08,{0x77,0x7d,0x4f,0x2e,0x7f,0x2a,0x4e}}, // \xe8\xb8\x88
05700 {0x8e09,{0x77,0x7d,0x57,0x7e,0x5a,0x3b,0x5e}}, // \xe8\xb8\x89
05701 {0x8e0a,{0x77,0x7d,0x2b,0x7c,0x15,0x7f,0x7d}}, // \xe8\xb8\x8a
05702 {0x8e0f,{0x77,0x7d,0x2b,0x76,0x5f,0x74,0x0a}}, // \xe8\xb8\x8f
05703 {0x8e10,{0x77,0x7d,0x57,0x12,0x5b,0x36,0x5b}}, // \xe8\xb8\x90
05704 {0x8e1d,{0x77,0x7f,0x57,0x35,0x7f,0x35,0x57}}, // \xe8\xb8\x9d
05705 {0x8e1e,{0x77,0x7d,0x57,0x3f,0x6b,0x5f,0x6b}}, // \xe8\xb8\x9e
05706 {0x8e1f,{0x77,0x7d,0x4b,0x3e,0x4a,0x3e,0x3e}}, // \xe8\xb8\x9f
05707 {0x8e2a,{0x77,0x7d,0x56,0x12,0x77,0x16,0x56}}, // \xe8\xb8\xaa
05708 {0x8e30,{0x77,0x7d,0x2b,0x73,0x75,0x26,0x54}}, // \xe8\xb8\xb0
05709 {0x8e34,{0x77,0x7d,0x2b,0x50,0x3d,0x5f,0x7d}}, // \xe8\xb8\xb4
05710 {0x8e35,{0x77,0x7d,0x47,0x5e,0x7e,0x5d,0x44}}, // \xe8\xb8\xb5
05711 {0x8e42,{0x77,0x7d,0x5a,0x37,0x7f,0x33,0x56}}, // \xe8\xb9\x82
05712 {0x8e44,{0x77,0x7d,0x1b,0x6e,0x3b,0x6e,0x1a}}, // \xe8\xb9\x84
05713 {0x8e47,{0x56,0x2a,0x5e,0x7b,0x5e,0x4a,0x56}}, // \xe8\xb9\x87
05714 {0x8e48,{0x77,0x7d,0x72,0x69,0x43,0x69,0x7a}}, // \xe8\xb9\x88
05715 {0x8e49,{0x77,0x7d,0x4a,0x3b,0x5e,0x7b,0x5a}}, // \xe8\xb9\x89
05716 {0x8e4a,{0x77,0x7d,0x2b,0x52,0x5b,0x35,0x5a}}, // \xe8\xb9\x8a
05717 {0x8e4c,{0x77,0x7d,0x57,0x24,0x1e,0x6d,0x62}}, // \xe8\xb9\x8c
05718 {0x8e50,{0x77,0x7d,0x4b,0x15,0x7d,0x2a,0x7d}}, // \xe8\xb9\x90
05719 {0x8e55,{0x77,0x7d,0x2b,0x3f,0x6b,0x3f,0x2b}}, // \xe8\xb9\x95
05720 {0x8e59,{0x50,0x2e,0x5a,0x7e,0x5a,0x4f,0x52}}, // \xe8\xb9\x99
05721 {0x8e5f,{0x77,0x7d,0x4b,0x3a,0x3f,0x3a,0x48}}, // \xe8\xb9\x9f
05722 {0x8e60,{0x77,0x7d,0x5f,0x0e,0x5b,0x1e,0x4a}}, // \xe8\xb9\xa0
05723 {0x8e63,{0x77,0x7d,0x7a,0x3f,0x7a,0x3f,0x7a}}, // \xe8\xb9\xa3
05724 {0x8e64,{0x77,0x7d,0x57,0x7d,0x22,0x79,0x52}}, // \xe8\xb9\xa4
05725 {0x8e72,{0x77,0x7d,0x1e,0x3d,0x54,0x7d,0x1e}}, // \xe8\xb9\xb2
05726 {0x8e74,{0x77,0x7d,0x2e,0x7b,0x2e,0x3f,0x45}}, // \xe8\xb9\xb4
05727 {0x8e76,{0x77,0x7d,0x5f,0x35,0x4b,0x3d,0x4d}}, // \xe8\xb9\xb6
05728 {0x8e7c,{0x77,0x7d,0x4b,0x5e,0x3b,0x5e,0x4b}}, // \xe8\xb9\xbc
05729 {0x8e81,{0x77,0x7f,0x5c,0x37,0x7d,0x37,0x5c}}, // \xe8\xba\x81
05730 {0x8e84,{0x44,0x2f,0x5b,0x78,0x5e,0x5b,0x46}}, // \xe8\xba\x84
05731 {0x8e85,{0x77,0x7f,0x4b,0x75,0x77,0x25,0x7f}}, // \xe8\xba\x85
05732 {0x8e87,{0x77,0x7d,0x52,0x37,0x7e,0x7f,0x12}}, // \xe8\xba\x87
05733 {0x8e8a,{0x77,0x7d,0x37,0x36,0x5f,0x76,0x14}}, // \xe8\xba\x8a
05734 {0x8e8b,{0x77,0x7d,0x4b,0x36,0x2b,0x76,0x0a}}, // \xe8\xba\x8b
05735 {0x8e8d,{0x77,0x7d,0x57,0x20,0x75,0x7f,0x57}}, // \xe8\xba\x8d
05736 {0x8e91,{0x77,0x7d,0x5a,0x39,0x5a,0x7f,0x1b}}, // \xe8\xba\x91
05737 {0x8e93,{0x77,0x7d,0x46,0x3d,0x38,0x3e,0x45}}, // \xe8\xba\x93
05738 {0x8e94,{0x77,0x7d,0x3e,0x5a,0x6f,0x5e,0x5a}}, // \xe8\xba\x94
05739 {0x8e99,{0x77,0x7d,0x7f,0x13,0x3c,0x3b,0x7f}}, // \xe8\xba\x99
05740 {0x8ea1,{0x77,0x7d,0x37,0x75,0x27,0x3f,0x75}}, // \xe8\xba\xa1
05741 {0x8eaa,{0x77,0x7d,0x7e,0x17,0x3a,0x37,0x7e}}, // \xe8\xba\xaa
05742 {0x8eab,{0x10,0x50,0x5e,0x3b,0x5a,0x7e,0x08}}, // \xe8\xba\xab
05743 {0x8eac,{0x50,0x5e,0x2b,0x7e,0x1d,0x55,0x77}}, // \xe8\xba\xac
05744 {0x8eaf,{0x50,0x5e,0x2b,0x7e,0x7f,0x49,0x55}}, // \xe8\xba\xaf
05745 {0x8eb0,{0x5e,0x2b,0x7e,0x12,0x2a,0x7f,0x12}}, // \xe8\xba\xb0
05746 {0x8eb1,{0x5e,0x2b,0x7e,0x35,0x7b,0x35,0x56}}, // \xe8\xba\xb1
05747 {0x8ebe,{0x5e,0x2b,0x7e,0x12,0x57,0x3e,0x57}}, // \xe8\xba\xbe
05748 {0x8ec5,{0x5e,0x2b,0x7e,0x3f,0x79,0x7f,0x55}}, // \xe8\xbb\x85
05749 {0x8ec6,{0x50,0x5e,0x2b,0x7e,0x5f,0x6e,0x5f}}, // \xe8\xbb\x86
05750 {0x8ec8,{0x5e,0x2b,0x7e,0x7e,0x2e,0x4f,0x6a}}, // \xe8\xbb\x88
05751 {0x8eca,{0x22,0x3e,0x2a,0x7f,0x2a,0x3e,0x22}}, // \xe8\xbb\x8a
05752 {0x8ecb,{0x2d,0x7f,0x2d,0x00,0x7f,0x40,0x60}}, // \xe8\xbb\x8b
05753 {0x8ecc,{0x2d,0x7f,0x42,0x3f,0x02,0x7e,0x40}}, // \xe8\xbb\x8c
05754 {0x8ecd,{0x27,0x3d,0x2d,0x7f,0x2d,0x3d,0x27}}, // \xe8\xbb\x8d
05755 {0x8ed2,{0x2d,0x7f,0x2d,0x08,0x09,0x7f,0x09}}, // \xe8\xbb\x92
05756 {0x8edb,{0x2d,0x7f,0x2d,0x1f,0x7d,0x45,0x5d}}, // \xe8\xbb\x9b
05757 {0x8edf,{0x2d,0x7f,0x2d,0x44,0x43,0x3e,0x46}}, // \xe8\xbb\x9f
05758 {0x8ee2,{0x2d,0x7f,0x2d,0x44,0x65,0x5d,0x65}}, // \xe8\xbb\xa2
05759 {0x8ee3,{0x4a,0x5e,0x2a,0x0f,0x2a,0x5e,0x4a}}, // \xe8\xbb\xa3
05760 {0x8eeb,{0x2d,0x7f,0x2d,0x42,0x55,0x2a,0x14}}, // \xe8\xbb\xab
05761 {0x8ef8,{0x2d,0x7f,0x2d,0x7e,0x4a,0x7f,0x7e}}, // \xe8\xbb\xb8
05762 {0x8efb,{0x2d,0x7f,0x2d,0x1d,0x15,0x5d,0x7f}}, // \xe8\xbb\xbb
05763 {0x8efc,{0x2d,0x7f,0x4c,0x2b,0x1f,0x2a,0x48}}, // \xe8\xbb\xbc
05764 {0x8efd,{0x2d,0x7f,0x49,0x5b,0x75,0x5b,0x48}}, // \xe8\xbb\xbd
05765 {0x8efe,{0x2d,0x7f,0x2d,0x54,0x74,0x3f,0x45}}, // \xe8\xbb\xbe
05766 {0x8f03,{0x2d,0x7f,0x4a,0x56,0x23,0x56,0x4a}}, // \xe8\xbc\x83
05767 {0x8f05,{0x2d,0x7f,0x10,0x6a,0x65,0x6b,0x10}}, // \xe8\xbc\x85
05768 {0x8f09,{0x28,0x3a,0x7f,0x2a,0x4f,0x38,0x5a}}, // \xe8\xbc\x89
05769 {0x8f0a,{0x2d,0x7f,0x45,0x57,0x7d,0x53,0x45}}, // \xe8\xbc\x8a
05770 {0x8f0c,{0x2d,0x7f,0x7d,0x35,0x3f,0x35,0x7d}}, // \xe8\xbc\x8c
05771 {0x8f12,{0x2d,0x7f,0x21,0x3f,0x6d,0x7f,0x41}}, // \xe8\xbc\x92
05772 {0x8f13,{0x2d,0x7f,0x5c,0x36,0x1d,0x77,0x5c}}, // \xe8\xbc\x93
05773 {0x8f14,{0x2d,0x7f,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe8\xbc\x94
05774 {0x8f15,{0x2d,0x7f,0x2d,0x55,0x5b,0x75,0x5b}}, // \xe8\xbc\x95
05775 {0x8f19,{0x2d,0x7f,0x21,0x3f,0x7f,0x12,0x2e}}, // \xe8\xbc\x99
05776 {0x8f1b,{0x2d,0x7f,0x7d,0x35,0x7f,0x35,0x7d}}, // \xe8\xbc\x9b
05777 {0x8f1c,{0x2d,0x7f,0x2d,0x7a,0x5d,0x7a,0x7d}}, // \xe8\xbc\x9c
05778 {0x8f1d,{0x4a,0x38,0x3f,0x27,0x3d,0x7f,0x27}}, // \xe8\xbc\x9d
05779 {0x8f1f,{0x2d,0x7f,0x5d,0x2b,0x5d,0x2b,0x5d}}, // \xe8\xbc\x9f
05780 {0x8f26,{0x2a,0x37,0x3a,0x70,0x3a,0x37,0x2a}}, // \xe8\xbc\xa6
05781 {0x8f29,{0x2a,0x3a,0x2f,0x78,0x2f,0x3a,0x2a}}, // \xe8\xbc\xa9
05782 {0x8f2a,{0x2d,0x7f,0x2d,0x72,0x35,0x76,0x74}}, // \xe8\xbc\xaa
05783 {0x8f2f,{0x2d,0x7f,0x24,0x3f,0x2d,0x7f,0x24}}, // \xe8\xbc\xaf
05784 {0x8f33,{0x2d,0x7f,0x1a,0x4e,0x3f,0x4e,0x1a}}, // \xe8\xbc\xb3
05785 {0x8f38,{0x2d,0x7f,0x2d,0x72,0x75,0x06,0x74}}, // \xe8\xbc\xb8
05786 {0x8f39,{0x2d,0x7f,0x4d,0x53,0x2e,0x5e,0x42}}, // \xe8\xbc\xb9
05787 {0x8f3b,{0x2d,0x7f,0x2d,0x71,0x57,0x77,0x71}}, // \xe8\xbc\xbb
05788 {0x8f3e,{0x2d,0x7f,0x3f,0x75,0x5d,0x3d,0x57}}, // \xe8\xbc\xbe
05789 {0x8f3f,{0x5e,0x55,0x1a,0x1f,0x1a,0x55,0x5f}}, // \xe8\xbc\xbf
05790 {0x8f42,{0x2a,0x3e,0x7f,0x2e,0x5b,0x29,0x5b}}, // \xe8\xbd\x82
05791 {0x8f44,{0x2d,0x7f,0x26,0x6a,0x7f,0x6a,0x26}}, // \xe8\xbd\x84
05792 {0x8f45,{0x2d,0x7f,0x2d,0x7e,0x57,0x36,0x5c}}, // \xe8\xbd\x85
05793 {0x8f46,{0x2d,0x7f,0x7e,0x5a,0x1f,0x7e,0x5a}}, // \xe8\xbd\x86
05794 {0x8f49,{0x2d,0x7f,0x12,0x3e,0x5f,0x76,0x1a}}, // \xe8\xbd\x89
05795 {0x8f4c,{0x2d,0x7f,0x2d,0x06,0x53,0x77,0x26}}, // \xe8\xbd\x8c
05796 {0x8f4d,{0x2d,0x7f,0x0a,0x77,0x72,0x3f,0x5e}}, // \xe8\xbd\x8d
05797 {0x8f4e,{0x2d,0x7f,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe8\xbd\x8e
05798 {0x8f57,{0x2d,0x7f,0x6e,0x2e,0x42,0x47,0x6a}}, // \xe8\xbd\x97
05799 {0x8f5c,{0x2d,0x7f,0x66,0x2b,0x7f,0x2b,0x66}}, // \xe8\xbd\x9c
05800 {0x8f5f,{0x28,0x3a,0x7e,0x2f,0x3e,0x7a,0x28}}, // \xe8\xbd\x9f
05801 {0x8f61,{0x0a,0x7d,0x6a,0x77,0x6a,0x7d,0x08}}, // \xe8\xbd\xa1
05802 {0x8f62,{0x2d,0x7f,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe8\xbd\xa2
05803 {0x8f63,{0x2d,0x7f,0x5f,0x6f,0x45,0x6f,0x45}}, // \xe8\xbd\xa3
05804 {0x8f64,{0x2d,0x7f,0x2d,0x5c,0x64,0x6f,0x4a}}, // \xe8\xbd\xa4
05805 {0x8f9b,{0x08,0x2a,0x2e,0x7b,0x2e,0x2a,0x08}}, // \xe8\xbe\x9b
05806 {0x8f9c,{0x12,0x3a,0x3e,0x77,0x3e,0x3a,0x12}}, // \xe8\xbe\x9c
05807 {0x8f9e,{0x76,0x5e,0x75,0x2a,0x2e,0x7b,0x2e}}, // \xe8\xbe\x9e
05808 {0x8f9f,{0x10,0x7f,0x77,0x2a,0x2e,0x7b,0x2e}}, // \xe8\xbe\x9f
05809 {0x8fa3,{0x56,0x3b,0x5e,0x2e,0x7f,0x2a,0x4e}}, // \xe8\xbe\xa3
05810 {0x8fa7,{0x56,0x3b,0x56,0x3e,0x7e,0x7b,0x16}}, // \xe8\xbe\xa7
05811 {0x8fa8,{0x56,0x3b,0x56,0x3f,0x16,0x7b,0x16}}, // \xe8\xbe\xa8
05812 {0x8fad,{0x72,0x55,0x37,0x7d,0x2e,0x7b,0x2e}}, // \xe8\xbe\xad
05813 {0x8fae,{0x56,0x3b,0x2e,0x75,0x2e,0x7b,0x16}}, // \xe8\xbe\xae
05814 {0x8faf,{0x56,0x3f,0x6a,0x6b,0x2e,0x7b,0x2e}}, // \xe8\xbe\xaf
05815 {0x8fb0,{0x40,0x3f,0x71,0x55,0x35,0x55,0x51}}, // \xe8\xbe\xb0
05816 {0x8fb1,{0x18,0x17,0x3d,0x57,0x7f,0x17,0x15}}, // \xe8\xbe\xb1
05817 {0x8fb2,{0x40,0x36,0x77,0x56,0x37,0x56,0x50}}, // \xe8\xbe\xb2
05818 {0x8fb7,{0x55,0x30,0x44,0x44,0x44,0x44,0x44}}, // \xe8\xbe\xb7
05819 {0x8fba,{0x49,0x3a,0x51,0x49,0x47,0x51,0x5f}}, // \xe8\xbe\xba
05820 {0x8fbb,{0x49,0x38,0x44,0x44,0x7f,0x44,0x44}}, // \xe8\xbe\xbb
05821 {0x8fbc,{0x49,0x3a,0x50,0x49,0x47,0x48,0x50}}, // \xe8\xbe\xbc
05822 {0x8fbf,{0x49,0x38,0x5e,0x50,0x5f,0x50,0x5e}}, // \xe8\xbe\xbf
05823 {0x8fc2,{0x49,0x38,0x44,0x65,0x7f,0x45,0x44}}, // \xe8\xbf\x82
05824 {0x8fc4,{0x49,0x38,0x44,0x53,0x6e,0x66,0x72}}, // \xe8\xbf\x84
05825 {0x8fc5,{0x49,0x38,0x45,0x5f,0x45,0x4f,0x50}}, // \xe8\xbf\x85
05826 {0x8fce,{0x49,0x38,0x5e,0x51,0x7e,0x42,0x5e}}, // \xe8\xbf\x8e
05827 {0x8fd1,{0x49,0x3a,0x60,0x5e,0x4a,0x79,0x48}}, // \xe8\xbf\x91
05828 {0x8fd4,{0x49,0x3a,0x60,0x5f,0x6d,0x55,0x6d}}, // \xe8\xbf\x94
05829 {0x8fda,{0x55,0x30,0x4e,0x4a,0x7f,0x4a,0x4e}}, // \xe8\xbf\x9a
05830 {0x8fe2,{0x55,0x30,0x45,0x7d,0x6b,0x69,0x7f}}, // \xe8\xbf\xa2
05831 {0x8fe5,{0x55,0x30,0x7f,0x4d,0x4d,0x61,0x7f}}, // \xe8\xbf\xa5
05832 {0x8fe6,{0x49,0x38,0x52,0x4f,0x5e,0x52,0x5e}}, // \xe8\xbf\xa6
05833 {0x8fe9,{0x49,0x38,0x54,0x4b,0x62,0x7e,0x52}}, // \xe8\xbf\xa9
05834 {0x8fea,{0x55,0x30,0x7e,0x6a,0x7f,0x6a,0x7e}}, // \xe8\xbf\xaa
05835 {0x8feb,{0x49,0x3a,0x40,0x7e,0x6b,0x6a,0x7e}}, // \xe8\xbf\xab
05836 {0x8fed,{0x49,0x3a,0x40,0x6c,0x6b,0x5f,0x6a}}, // \xe8\xbf\xad
05837 {0x8fef,{0x55,0x30,0x64,0x5b,0x4e,0x7f,0x44}}, // \xe8\xbf\xaf
05838 {0x8ff0,{0x49,0x38,0x5a,0x42,0x7f,0x42,0x5b}}, // \xe8\xbf\xb0
05839 {0x8ff4,{0x55,0x30,0x7f,0x5d,0x55,0x5d,0x7f}}, // \xe8\xbf\xb4
05840 {0x8ff7,{0x49,0x38,0x55,0x4c,0x7f,0x4c,0x55}}, // \xe8\xbf\xb7
05841 {0x8ff8,{0x55,0x30,0x54,0x7d,0x54,0x7d,0x54}}, // \xe8\xbf\xb8
05842 {0x8ff9,{0x55,0x30,0x6a,0x5e,0x63,0x7e,0x4a}}, // \xe8\xbf\xb9
05843 {0x8ffa,{0x55,0x30,0x7d,0x6f,0x65,0x6f,0x7d}}, // \xe8\xbf\xba
05844 {0x8ffd,{0x49,0x3a,0x40,0x7e,0x57,0x56,0x76}}, // \xe8\xbf\xbd
05845 {0x9000,{0x49,0x3a,0x40,0x7f,0x55,0x75,0x6f}}, // \xe9\x80\x80
05846 {0x9001,{0x49,0x38,0x62,0x6b,0x5e,0x6b,0x62}}, // \xe9\x80\x81
05847 {0x9003,{0x49,0x38,0x6a,0x5f,0x40,0x7f,0x6a}}, // \xe9\x80\x83
05848 {0x9005,{0x55,0x30,0x60,0x5e,0x4a,0x6a,0x69}}, // \xe9\x80\x85
05849 {0x9006,{0x49,0x38,0x5a,0x73,0x5e,0x53,0x5a}}, // \xe9\x80\x86
05850 {0x900b,{0x55,0x30,0x42,0x7a,0x7f,0x5a,0x7b}}, // \xe9\x80\x8b
05851 {0x900d,{0x55,0x30,0x42,0x7d,0x56,0x7d,0x42}}, // \xe9\x80\x8d
05852 {0x900e,{0x55,0x30,0x7d,0x6f,0x65,0x6f,0x7d}}, // \xe9\x80\x8e
05853 {0x900f,{0x49,0x38,0x4a,0x67,0x5f,0x77,0x4a}}, // \xe9\x80\x8f
05854 {0x9010,{0x49,0x3a,0x69,0x57,0x7d,0x49,0x55}}, // \xe9\x80\x90
05855 {0x9011,{0x55,0x30,0x6a,0x52,0x7f,0x52,0x6b}}, // \xe9\x80\x91
05856 {0x9013,{0x49,0x3a,0x60,0x5e,0x4a,0x7e,0x59}}, // \xe9\x80\x93
05857 {0x9014,{0x49,0x38,0x54,0x66,0x7d,0x46,0x54}}, // \xe9\x80\x94
05858 {0x9015,{0x55,0x30,0x40,0x6d,0x6b,0x7d,0x6b}}, // \xe9\x80\x95
05859 {0x9016,{0x55,0x30,0x6b,0x5e,0x65,0x5f,0x64}}, // \xe9\x80\x96
05860 {0x9017,{0x49,0x3a,0x40,0x6d,0x75,0x75,0x6d}}, // \xe9\x80\x97
05861 {0x9019,{0x49,0x3a,0x40,0x62,0x6b,0x6b,0x62}}, // \xe9\x80\x99
05862 {0x901a,{0x49,0x38,0x7d,0x55,0x7d,0x57,0x7d}}, // \xe9\x80\x9a
05863 {0x901d,{0x49,0x38,0x52,0x7f,0x52,0x4e,0x7d}}, // \xe9\x80\x9d
05864 {0x901e,{0x55,0x30,0x44,0x6f,0x7d,0x6f,0x44}}, // \xe9\x80\x9e
05865 {0x901f,{0x49,0x3a,0x6e,0x5a,0x7f,0x5a,0x6e}}, // \xe9\x80\x9f
05866 {0x9020,{0x49,0x38,0x4c,0x7b,0x6f,0x7a,0x48}}, // \xe9\x80\xa0
05867 {0x9021,{0x55,0x30,0x4a,0x67,0x72,0x5e,0x6b}}, // \xe9\x80\xa1
05868 {0x9022,{0x49,0x38,0x52,0x56,0x7d,0x53,0x54}}, // \xe9\x80\xa2
05869 {0x9023,{0x49,0x38,0x52,0x5e,0x7f,0x5e,0x52}}, // \xe9\x80\xa3
05870 {0x9027,{0x55,0x30,0x52,0x49,0x74,0x79,0x52}}, // \xe9\x80\xa7
05871 {0x902e,{0x49,0x38,0x6a,0x56,0x7f,0x56,0x68}}, // \xe9\x80\xae
05872 {0x9031,{0x49,0x38,0x5f,0x75,0x6f,0x75,0x7f}}, // \xe9\x80\xb1
05873 {0x9032,{0x49,0x38,0x44,0x7f,0x6a,0x7f,0x6a}}, // \xe9\x80\xb2
05874 {0x9035,{0x55,0x30,0x54,0x6e,0x77,0x6e,0x6c}}, // \xe9\x80\xb5
05875 {0x9036,{0x55,0x30,0x6a,0x77,0x7f,0x57,0x6a}}, // \xe9\x80\xb6
05876 {0x9038,{0x49,0x38,0x42,0x6e,0x5d,0x77,0x6c}}, // \xe9\x80\xb8
05877 {0x9039,{0x55,0x30,0x54,0x5e,0x77,0x5e,0x54}}, // \xe9\x80\xb9
05878 {0x903c,{0x49,0x3a,0x71,0x57,0x75,0x57,0x71}}, // \xe9\x80\xbc
05879 {0x903e,{0x55,0x30,0x45,0x73,0x75,0x66,0x54}}, // \xe9\x80\xbe
05880 {0x9041,{0x49,0x3a,0x50,0x4e,0x76,0x7e,0x75}}, // \xe9\x81\x81
05881 {0x9042,{0x49,0x38,0x52,0x6b,0x7e,0x53,0x6a}}, // \xe9\x81\x82
05882 {0x9045,{0x49,0x3a,0x60,0x5f,0x5b,0x73,0x5b}}, // \xe9\x81\x85
05883 {0x9047,{0x49,0x3a,0x78,0x6b,0x7f,0x5b,0x78}}, // \xe9\x81\x87
05884 {0x9049,{0x55,0x30,0x60,0x5c,0x5f,0x5e,0x62}}, // \xe9\x81\x89
05885 {0x904a,{0x49,0x38,0x52,0x6f,0x5a,0x77,0x5e}}, // \xe9\x81\x8a
05886 {0x904b,{0x49,0x38,0x53,0x5d,0x7f,0x5d,0x53}}, // \xe9\x81\x8b
05887 {0x904d,{0x49,0x3a,0x51,0x4f,0x7b,0x5b,0x79}}, // \xe9\x81\x8d
05888 {0x904e,{0x49,0x3a,0x40,0x78,0x6f,0x49,0x7f}}, // \xe9\x81\x8e
05889 {0x904f,{0x55,0x30,0x48,0x5f,0x55,0x67,0x7c}}, // \xe9\x81\x8f
05890 {0x9050,{0x55,0x30,0x7f,0x4b,0x6c,0x55,0x6f}}, // \xe9\x81\x90
05891 {0x9051,{0x55,0x30,0x48,0x6e,0x7b,0x6e,0x48}}, // \xe9\x81\x91
05892 {0x9052,{0x55,0x30,0x7a,0x5d,0x4c,0x5d,0x7a}}, // \xe9\x81\x92
05893 {0x9053,{0x49,0x38,0x42,0x7b,0x56,0x7b,0x42}}, // \xe9\x81\x93
05894 {0x9054,{0x49,0x38,0x54,0x5e,0x77,0x5e,0x54}}, // \xe9\x81\x94
05895 {0x9055,{0x49,0x38,0x54,0x5d,0x57,0x7d,0x57}}, // \xe9\x81\x95
05896 {0x9056,{0x55,0x30,0x7a,0x5a,0x6f,0x5a,0x7a}}, // \xe9\x81\x96
05897 {0x9058,{0x55,0x30,0x6a,0x7f,0x7a,0x7f,0x6a}}, // \xe9\x81\x98
05898 {0x9059,{0x55,0x30,0x50,0x6a,0x4d,0x7b,0x68}}, // \xe9\x81\x99
05899 {0x905c,{0x49,0x38,0x6d,0x73,0x55,0x7b,0x51}}, // \xe9\x81\x9c
05900 {0x905e,{0x55,0x30,0x5f,0x6d,0x55,0x7f,0x6b}}, // \xe9\x81\x9e
05901 {0x9060,{0x49,0x38,0x64,0x5e,0x77,0x5e,0x64}}, // \xe9\x81\xa0
05902 {0x9061,{0x49,0x3a,0x57,0x4e,0x5f,0x45,0x5f}}, // \xe9\x81\xa1
05903 {0x9063,{0x49,0x38,0x4e,0x7a,0x7f,0x7a,0x6e}}, // \xe9\x81\xa3
05904 {0x9065,{0x49,0x38,0x6a,0x4a,0x7e,0x49,0x6b}}, // \xe9\x81\xa5
05905 {0x9068,{0x55,0x30,0x56,0x6f,0x7c,0x53,0x6e}}, // \xe9\x81\xa8
05906 {0x9069,{0x49,0x38,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe9\x81\xa9
05907 {0x906d,{0x49,0x38,0x5a,0x7f,0x5a,0x7f,0x5a}}, // \xe9\x81\xad
05908 {0x906e,{0x49,0x38,0x6e,0x4a,0x6f,0x4e,0x6a}}, // \xe9\x81\xae
05909 {0x906f,{0x55,0x30,0x7f,0x55,0x7f,0x7b,0x55}}, // \xe9\x81\xaf
05910 {0x9072,{0x55,0x30,0x7f,0x57,0x5b,0x7f,0x57}}, // \xe9\x81\xb2
05911 {0x9075,{0x49,0x3a,0x5e,0x57,0x72,0x77,0x5e}}, // \xe9\x81\xb5
05912 {0x9076,{0x55,0x30,0x6c,0x5e,0x4f,0x7e,0x6c}}, // \xe9\x81\xb6
05913 {0x9077,{0x49,0x3a,0x49,0x77,0x6f,0x67,0x49}}, // \xe9\x81\xb7
05914 {0x9078,{0x49,0x38,0x6d,0x5b,0x50,0x5d,0x6b}}, // \xe9\x81\xb8
05915 {0x907a,{0x49,0x38,0x6e,0x5a,0x5f,0x5a,0x6e}}, // \xe9\x81\xba
05916 {0x907c,{0x49,0x38,0x6a,0x5e,0x6b,0x5e,0x6a}}, // \xe9\x81\xbc
05917 {0x907d,{0x55,0x30,0x5c,0x6c,0x7f,0x5a,0x6a}}, // \xe9\x81\xbd
05918 {0x907f,{0x49,0x38,0x5f,0x5b,0x56,0x7b,0x56}}, // \xe9\x81\xbf
05919 {0x9080,{0x55,0x30,0x56,0x6f,0x7c,0x53,0x6e}}, // \xe9\x82\x80
05920 {0x9081,{0x55,0x30,0x7a,0x6f,0x7a,0x5f,0x7a}}, // \xe9\x82\x81
05921 {0x9082,{0x55,0x30,0x62,0x5d,0x7f,0x51,0x7b}}, // \xe9\x82\x82
05922 {0x9083,{0x55,0x30,0x66,0x56,0x6b,0x76,0x56}}, // \xe9\x82\x83
05923 {0x9084,{0x49,0x38,0x63,0x5f,0x77,0x5f,0x63}}, // \xe9\x82\x84
05924 {0x9087,{0x55,0x30,0x45,0x7f,0x57,0x6d,0x7f}}, // \xe9\x82\x87
05925 {0x9089,{0x55,0x30,0x58,0x6e,0x5d,0x6e,0x58}}, // \xe9\x82\x89
05926 {0x908a,{0x55,0x30,0x58,0x6e,0x5d,0x7e,0x58}}, // \xe9\x82\x8a
05927 {0x908f,{0x55,0x30,0x57,0x7b,0x53,0x7f,0x6b}}, // \xe9\x82\x8f
05928 {0x9091,{0x3c,0x57,0x55,0x5d,0x57,0x5c,0x60}}, // \xe9\x82\x91
05929 {0x90a3,{0x55,0x3f,0x55,0x7f,0x00,0x7f,0x1b}}, // \xe9\x82\xa3
05930 {0x90a6,{0x2a,0x6a,0x3f,0x2a,0x7f,0x25,0x1b}}, // \xe9\x82\xa6
05931 {0x90a8,{0x1a,0x7f,0x52,0x1a,0x7f,0x25,0x1b}}, // \xe9\x82\xa8
05932 {0x90aa,{0x2f,0x59,0x7f,0x09,0x7f,0x25,0x1b}}, // \xe9\x82\xaa
05933 {0x90af,{0x02,0x7f,0x4a,0x7f,0x02,0x7f,0x1b}}, // \xe9\x82\xaf
05934 {0x90b1,{0x40,0x7e,0x4a,0x39,0x28,0x7f,0x1b}}, // \xe9\x82\xb1
05935 {0x90b5,{0x75,0x53,0x59,0x7f,0x00,0x7f,0x1b}}, // \xe9\x82\xb5
05936 {0x90b8,{0x7e,0x4a,0x5e,0x29,0x40,0x7f,0x1b}}, // \xe9\x82\xb8
05937 {0x90c1,{0x12,0x7f,0x2a,0x7a,0x7f,0x25,0x1b}}, // \xe9\x83\x81
05938 {0x90ca,{0x4a,0x56,0x23,0x56,0x7f,0x25,0x1b}}, // \xe9\x83\x8a
05939 {0x90ce,{0x7e,0x4b,0x6e,0x00,0x7f,0x25,0x1b}}, // \xe9\x83\x8e
05940 {0x90db,{0x22,0x29,0x6b,0x39,0x22,0x7f,0x1b}}, // \xe9\x83\x9b
05941 {0x90e1,{0x25,0x7f,0x75,0x6f,0x04,0x7f,0x1b}}, // \xe9\x83\xa1
05942 {0x90e2,{0x44,0x57,0x7d,0x37,0x24,0x7f,0x1b}}, // \xe9\x83\xa2
05943 {0x90e4,{0x12,0x69,0x64,0x09,0x7f,0x25,0x1b}}, // \xe9\x83\xa4
05944 {0x90e8,{0x0a,0x6e,0x6b,0x0e,0x7f,0x25,0x1b}}, // \xe9\x83\xa8
05945 {0x90ed,{0x22,0x2e,0x7b,0x1e,0x7f,0x25,0x1b}}, // \xe9\x83\xad
05946 {0x90f5,{0x54,0x5d,0x7f,0x55,0x7f,0x25,0x1b}}, // \xe9\x83\xb5
05947 {0x90f7,{0x5a,0x35,0x7e,0x4a,0x2e,0x7f,0x1b}}, // \xe9\x83\xb7
05948 {0x90fd,{0x28,0x1a,0x6f,0x6a,0x7f,0x25,0x1b}}, // \xe9\x83\xbd
05949 {0x9102,{0x0b,0x5f,0x6c,0x0b,0x7f,0x25,0x1b}}, // \xe9\x84\x82
05950 {0x9112,{0x24,0x5b,0x36,0x36,0x7f,0x25,0x1b}}, // \xe9\x84\x92
05951 {0x9119,{0x08,0x7b,0x7d,0x7b,0x08,0x7f,0x1b}}, // \xe9\x84\x99
05952 {0x912d,{0x5e,0x57,0x32,0x57,0x5e,0x7f,0x1b}}, // \xe9\x84\xad
05953 {0x9130,{0x55,0x32,0x27,0x72,0x25,0x7f,0x1b}}, // \xe9\x84\xb0
05954 {0x9132,{0x23,0x3f,0x7c,0x23,0x7f,0x25,0x1b}}, // \xe9\x84\xb2
05955 {0x9149,{0x7d,0x75,0x6f,0x65,0x7f,0x75,0x7d}}, // \xe9\x85\x89
05956 {0x914a,{0x7d,0x6f,0x7d,0x01,0x41,0x7f,0x01}}, // \xe9\x85\x8a
05957 {0x914b,{0x02,0x7a,0x5f,0x4a,0x5e,0x7b,0x02}}, // \xe9\x85\x8b
05958 {0x914c,{0x7d,0x6f,0x7d,0x04,0x0b,0x52,0x7e}}, // \xe9\x85\x8c
05959 {0x914d,{0x7d,0x6f,0x7d,0x00,0x79,0x49,0x6f}}, // \xe9\x85\x8d
05960 {0x914e,{0x7d,0x6f,0x7d,0x0a,0x52,0x7f,0x02}}, // \xe9\x85\x8e
05961 {0x9152,{0x75,0x00,0x7d,0x6f,0x65,0x6f,0x7d}}, // \xe9\x85\x92
05962 {0x9154,{0x7d,0x6f,0x7d,0x2a,0x77,0x2e,0x28}}, // \xe9\x85\x94
05963 {0x9156,{0x7d,0x6f,0x7d,0x46,0x3f,0x72,0x46}}, // \xe9\x85\x96
05964 {0x9158,{0x7d,0x6f,0x7d,0x40,0x5b,0x29,0x5b}}, // \xe9\x85\x98
05965 {0x9162,{0x7d,0x6f,0x7d,0x04,0x7f,0x2a,0x2a}}, // \xe9\x85\xa2
05966 {0x9163,{0x7d,0x6f,0x7d,0x02,0x7f,0x4a,0x7f}}, // \xe9\x85\xa3
05967 {0x9165,{0x7d,0x6f,0x7d,0x24,0x15,0x7f,0x25}}, // \xe9\x85\xa5
05968 {0x9169,{0x7d,0x6f,0x7d,0x14,0x7b,0x55,0x73}}, // \xe9\x85\xa9
05969 {0x916a,{0x7d,0x6f,0x7d,0x10,0x6a,0x65,0x6b}}, // \xe9\x85\xaa
05970 {0x916c,{0x7d,0x6f,0x7d,0x0c,0x7f,0x0c,0x7f}}, // \xe9\x85\xac
05971 {0x9172,{0x7d,0x6f,0x7d,0x08,0x5b,0x7d,0x57}}, // \xe9\x85\xb2
05972 {0x9173,{0x7d,0x6f,0x7d,0x08,0x7a,0x2d,0x78}}, // \xe9\x85\xb3
05973 {0x9175,{0x7d,0x7f,0x29,0x1a,0x2f,0x7a,0x29}}, // \xe9\x85\xb5
05974 {0x9177,{0x7d,0x6f,0x7d,0x0c,0x6b,0x6f,0x6a}}, // \xe9\x85\xb7
05975 {0x9178,{0x7d,0x6f,0x7d,0x2a,0x57,0x32,0x4f}}, // \xe9\x85\xb8
05976 {0x9182,{0x7d,0x6f,0x7d,0x1a,0x7f,0x1a,0x7f}}, // \xe9\x86\x82
05977 {0x9187,{0x7d,0x6f,0x7d,0x22,0x2e,0x6b,0x3e}}, // \xe9\x86\x87
05978 {0x9189,{0x7d,0x6f,0x7d,0x2e,0x73,0x2e,0x32}}, // \xe9\x86\x89
05979 {0x918b,{0x7d,0x6f,0x7d,0x0a,0x7f,0x5a,0x7f}}, // \xe9\x86\x8b
05980 {0x918d,{0x7d,0x6f,0x7d,0x34,0x47,0x7f,0x54}}, // \xe9\x86\x8d
05981 {0x9190,{0x7d,0x7f,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe9\x86\x90
05982 {0x9192,{0x7d,0x6f,0x7d,0x48,0x57,0x7d,0x57}}, // \xe9\x86\x92
05983 {0x9197,{0x7d,0x7f,0x55,0x3b,0x19,0x7a,0x55}}, // \xe9\x86\x97
05984 {0x919c,{0x7d,0x6f,0x7d,0x5e,0x3f,0x7a,0x5e}}, // \xe9\x86\x9c
05985 {0x91a2,{0x7d,0x6f,0x7d,0x4a,0x67,0x7a,0x5a}}, // \xe9\x86\xa2
05986 {0x91a4,{0x0a,0x7f,0x59,0x4b,0x5d,0x7f,0x09}}, // \xe9\x86\xa4
05987 {0x91aa,{0x7d,0x6f,0x7d,0x11,0x4b,0x55,0x2b}}, // \xe9\x86\xaa
05988 {0x91ab,{0x1f,0x77,0x7d,0x55,0x7b,0x75,0x1b}}, // \xe9\x86\xab
05989 {0x91af,{0x7d,0x6f,0x7d,0x52,0x6e,0x7b,0x5a}}, // \xe9\x86\xaf
05990 {0x91b4,{0x7d,0x6f,0x7d,0x5e,0x6f,0x6e,0x5f}}, // \xe9\x86\xb4
05991 {0x91b5,{0x7d,0x6f,0x7d,0x2c,0x57,0x7a,0x2a}}, // \xe9\x86\xb5
05992 {0x91b8,{0x7d,0x7f,0x1a,0x7e,0x53,0x3e,0x5a}}, // \xe9\x86\xb8
05993 {0x91ba,{0x7d,0x6f,0x7d,0x52,0x1f,0x5f,0x52}}, // \xe9\x86\xba
05994 {0x91c0,{0x7d,0x7f,0x36,0x7e,0x5b,0x3e,0x56}}, // \xe9\x87\x80
05995 {0x91c1,{0x44,0x3e,0x55,0x36,0x75,0x3f,0x44}}, // \xe9\x87\x81
05996 {0x91c6,{0x4a,0x4e,0x2a,0x7e,0x29,0x4d,0x49}}, // \xe9\x87\x86
05997 {0x91c7,{0x52,0x56,0x32,0x76,0x39,0x55,0x51}}, // \xe9\x87\x87
05998 {0x91c8,{0x55,0x31,0x7f,0x55,0x3f,0x19,0x67}}, // \xe9\x87\x88
05999 {0x91c9,{0x55,0x31,0x7f,0x35,0x7c,0x7f,0x7c}}, // \xe9\x87\x89
06000 {0x91cb,{0x55,0x31,0x7f,0x2b,0x3b,0x6f,0x3b}}, // \xe9\x87\x8b
06001 {0x91cc,{0x40,0x5f,0x55,0x7f,0x55,0x5f,0x40}}, // \xe9\x87\x8c
06002 {0x91cd,{0x42,0x5e,0x6b,0x7f,0x6b,0x5e,0x42}}, // \xe9\x87\x8d
06003 {0x91ce,{0x5f,0x55,0x7f,0x5f,0x49,0x7d,0x1b}}, // \xe9\x87\x8e
06004 {0x91cf,{0x44,0x5f,0x55,0x7d,0x55,0x5f,0x44}}, // \xe9\x87\x8f
06005 {0x91d0,{0x44,0x3e,0x5f,0x7e,0x7a,0x75,0x5b}}, // \xe9\x87\x90
06006 {0x91d1,{0x54,0x74,0x56,0x7d,0x56,0x74,0x54}}, // \xe9\x87\x91
06007 {0x91d6,{0x56,0x7d,0x36,0x41,0x3f,0x41,0x7f}}, // \xe9\x87\x96
06008 {0x91d8,{0x56,0x7d,0x36,0x01,0x41,0x7f,0x01}}, // \xe9\x87\x98
06009 {0x91db,{0x56,0x7d,0x36,0x42,0x3f,0x42,0x7e}}, // \xe9\x87\x9b
06010 {0x91dc,{0x4a,0x6a,0x55,0x7c,0x55,0x6a,0x4a}}, // \xe9\x87\x9c
06011 {0x91dd,{0x56,0x7d,0x36,0x04,0x04,0x7f,0x04}}, // \xe9\x87\x9d
06012 {0x91df,{0x56,0x7d,0x56,0x3f,0x00,0x3f,0x40}}, // \xe9\x87\x9f
06013 {0x91e1,{0x48,0x6a,0x59,0x74,0x59,0x6a,0x48}}, // \xe9\x87\xa1
06014 {0x91e3,{0x56,0x7d,0x36,0x04,0x0b,0x52,0x7e}}, // \xe9\x87\xa3
06015 {0x91e6,{0x54,0x76,0x7d,0x36,0x7e,0x42,0x7e}}, // \xe9\x87\xa6
06016 {0x91e7,{0x56,0x7d,0x56,0x3f,0x1e,0x00,0x7f}}, // \xe9\x87\xa7
06017 {0x91f5,{0x56,0x7d,0x57,0x29,0x13,0x29,0x47}}, // \xe9\x87\xb5
06018 {0x91f6,{0x56,0x7d,0x36,0x7e,0x44,0x5f,0x6c}}, // \xe9\x87\xb6
06019 {0x91fc,{0x56,0x7d,0x36,0x45,0x3f,0x51,0x7f}}, // \xe9\x87\xbc
06020 {0x91ff,{0x56,0x7d,0x36,0x40,0x3e,0x0a,0x79}}, // \xe9\x87\xbf
06021 {0x920d,{0x56,0x7d,0x1a,0x12,0x7f,0x52,0x5a}}, // \xe9\x88\x8d
06022 {0x920e,{0x56,0x7d,0x36,0x34,0x2b,0x22,0x7e}}, // \xe9\x88\x8e
06023 {0x9211,{0x56,0x7d,0x36,0x5f,0x5d,0x25,0x5d}}, // \xe9\x88\x91
06024 {0x9214,{0x56,0x7d,0x2a,0x46,0x5f,0x22,0x14}}, // \xe9\x88\x94
06025 {0x9215,{0x56,0x7d,0x4b,0x7f,0x49,0x7f,0x48}}, // \xe9\x88\x95
06026 {0x921e,{0x56,0x7d,0x36,0x04,0x2b,0x52,0x7e}}, // \xe9\x88\x9e
06027 {0x9229,{0x56,0x7d,0x36,0x41,0x3d,0x15,0x1d}}, // \xe9\x88\xa9
06028 {0x922c,{0x56,0x7d,0x56,0x3f,0x05,0x1d,0x67}}, // \xe9\x88\xac
06029 {0x9234,{0x56,0x7d,0x36,0x12,0x75,0x16,0x34}}, // \xe9\x88\xb4
06030 {0x9237,{0x56,0x7d,0x36,0x04,0x74,0x5f,0x74}}, // \xe9\x88\xb7
06031 {0x923f,{0x56,0x7d,0x36,0x7f,0x49,0x7f,0x7f}}, // \xe9\x88\xbf
06032 {0x9244,{0x56,0x7d,0x36,0x4c,0x4b,0x3f,0x4a}}, // \xe9\x89\x84
06033 {0x9245,{0x56,0x7d,0x36,0x7f,0x55,0x55,0x5d}}, // \xe9\x89\x85
06034 {0x9248,{0x56,0x7d,0x36,0x06,0x7a,0x53,0x56}}, // \xe9\x89\x88
06035 {0x9249,{0x56,0x7d,0x36,0x4a,0x6e,0x53,0x6a}}, // \xe9\x89\x89
06036 {0x924b,{0x56,0x7d,0x36,0x04,0x7b,0x5a,0x5e}}, // \xe9\x89\x8b
06037 {0x9250,{0x56,0x7d,0x36,0x11,0x7f,0x49,0x79}}, // \xe9\x89\x90
06038 {0x9257,{0x56,0x7d,0x36,0x02,0x7f,0x4a,0x7f}}, // \xe9\x89\x97
06039 {0x925a,{0x56,0x7d,0x5e,0x3d,0x00,0x7f,0x1f}}, // \xe9\x89\x9a
06040 {0x925b,{0x56,0x7d,0x36,0x08,0x77,0x50,0x77}}, // \xe9\x89\x9b
06041 {0x925e,{0x56,0x7d,0x36,0x7e,0x42,0x3f,0x52}}, // \xe9\x89\x9e
06042 {0x9262,{0x56,0x7d,0x12,0x2a,0x7f,0x2a,0x12}}, // \xe9\x89\xa2
06043 {0x9264,{0x56,0x7d,0x36,0x04,0x1b,0x5a,0x7e}}, // \xe9\x89\xa4
06044 {0x9266,{0x56,0x7d,0x36,0x79,0x41,0x7f,0x49}}, // \xe9\x89\xa6
06045 {0x9271,{0x56,0x7d,0x36,0x1e,0x62,0x5b,0x62}}, // \xe9\x89\xb1
06046 {0x927e,{0x56,0x7d,0x36,0x2e,0x7d,0x2c,0x26}}, // \xe9\x89\xbe
06047 {0x9280,{0x56,0x7d,0x36,0x7f,0x55,0x35,0x5f}}, // \xe9\x8a\x80
06048 {0x9283,{0x56,0x7d,0x4a,0x3e,0x0b,0x76,0x4a}}, // \xe9\x8a\x83
06049 {0x9285,{0x56,0x7d,0x36,0x7f,0x35,0x35,0x7f}}, // \xe9\x8a\x85
06050 {0x9291,{0x56,0x7d,0x4e,0x3b,0x0f,0x7a,0x48}}, // \xe9\x8a\x91
06051 {0x9293,{0x56,0x7d,0x36,0x45,0x57,0x7d,0x56}}, // \xe9\x8a\x93
06052 {0x9295,{0x56,0x7d,0x36,0x5e,0x3f,0x56,0x72}}, // \xe9\x8a\x95
06053 {0x9296,{0x56,0x7d,0x4e,0x2b,0x7f,0x2a,0x48}}, // \xe9\x8a\x96
06054 {0x9298,{0x56,0x7d,0x36,0x14,0x7b,0x55,0x73}}, // \xe9\x8a\x98
06055 {0x929a,{0x56,0x7d,0x76,0x3f,0x00,0x7f,0x4a}}, // \xe9\x8a\x9a
06056 {0x929b,{0x56,0x7d,0x36,0x04,0x76,0x5e,0x75}}, // \xe9\x8a\x9b
06057 {0x929c,{0x0a,0x7d,0x56,0x7d,0x36,0x45,0x7d}}, // \xe9\x8a\x9c
06058 {0x92ad,{0x56,0x7d,0x36,0x4a,0x5f,0x2a,0x53}}, // \xe9\x8a\xad
06059 {0x92b7,{0x56,0x7d,0x02,0x7d,0x2a,0x7d,0x02}}, // \xe9\x8a\xb7
06060 {0x92b9,{0x56,0x7d,0x5a,0x37,0x1f,0x37,0x6a}}, // \xe9\x8a\xb9
06061 {0x92cf,{0x56,0x7d,0x56,0x4e,0x3f,0x4e,0x52}}, // \xe9\x8b\x8f
06062 {0x92d2,{0x56,0x7d,0x2a,0x2a,0x75,0x2b,0x28}}, // \xe9\x8b\x92
06063 {0x92e4,{0x56,0x7d,0x7e,0x2a,0x7e,0x1f,0x7c}}, // \xe9\x8b\xa4
06064 {0x92e9,{0x56,0x7d,0x36,0x0a,0x7b,0x4e,0x4b}}, // \xe9\x8b\xa9
06065 {0x92ea,{0x56,0x7d,0x7a,0x2a,0x7f,0x2a,0x7b}}, // \xe9\x8b\xaa
06066 {0x92ed,{0x56,0x7d,0x4e,0x3b,0x0a,0x7b,0x4e}}, // \xe9\x8b\xad
06067 {0x92f2,{0x56,0x7d,0x52,0x1e,0x16,0x1d,0x54}}, // \xe9\x8b\xb2
06068 {0x92f3,{0x56,0x7d,0x36,0x5e,0x17,0x7e,0x14}}, // \xe9\x8b\xb3
06069 {0x92f8,{0x56,0x7d,0x36,0x1f,0x6b,0x5f,0x6b}}, // \xe9\x8b\xb8
06070 {0x92fa,{0x56,0x7d,0x56,0x2a,0x7b,0x4a,0x5e}}, // \xe9\x8b\xba
06071 {0x92fc,{0x56,0x7d,0x7f,0x35,0x29,0x35,0x7f}}, // \xe9\x8b\xbc
06072 {0x9306,{0x56,0x7d,0x36,0x08,0x7a,0x2f,0x7a}}, // \xe9\x8c\x86
06073 {0x930f,{0x56,0x7d,0x5f,0x77,0x41,0x77,0x5d}}, // \xe9\x8c\x8f
06074 {0x9310,{0x56,0x7d,0x36,0x7f,0x4a,0x7f,0x4a}}, // \xe9\x8c\x90
06075 {0x9318,{0x56,0x7d,0x56,0x5d,0x77,0x5d,0x54}}, // \xe9\x8c\x98
06076 {0x9319,{0x56,0x7d,0x36,0x7a,0x5d,0x7a,0x7d}}, // \xe9\x8c\x99
06077 {0x931a,{0x56,0x7d,0x12,0x55,0x7f,0x3d,0x12}}, // \xe9\x8c\x9a
06078 {0x9320,{0x56,0x7d,0x46,0x32,0x46,0x7f,0x56}}, // \xe9\x8c\xa0
06079 {0x9322,{0x56,0x7d,0x36,0x52,0x5b,0x36,0x5b}}, // \xe9\x8c\xa2
06080 {0x9323,{0x56,0x7d,0x5f,0x2b,0x5d,0x2b,0x5d}}, // \xe9\x8c\xa3
06081 {0x9326,{0x56,0x7d,0x32,0x1e,0x7b,0x1e,0x30}}, // \xe9\x8c\xa6
06082 {0x9328,{0x56,0x7d,0x7a,0x5f,0x7a,0x5f,0x7a}}, // \xe9\x8c\xa8
06083 {0x932b,{0x56,0x7d,0x36,0x27,0x5d,0x35,0x77}}, // \xe9\x8c\xab
06084 {0x932c,{0x56,0x7d,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe9\x8c\xac
06085 {0x932e,{0x56,0x7d,0x7f,0x75,0x6f,0x75,0x7f}}, // \xe9\x8c\xae
06086 {0x932f,{0x56,0x7d,0x0a,0x7f,0x5a,0x7f,0x0a}}, // \xe9\x8c\xaf
06087 {0x9332,{0x56,0x7d,0x56,0x25,0x7d,0x27,0x54}}, // \xe9\x8c\xb2
06088 {0x9335,{0x56,0x7d,0x36,0x7b,0x02,0x7f,0x52}}, // \xe9\x8c\xb5
06089 {0x933a,{0x56,0x7d,0x36,0x4a,0x3b,0x2e,0x6b}}, // \xe9\x8c\xba
06090 {0x933b,{0x56,0x7d,0x36,0x75,0x65,0x3e,0x45}}, // \xe9\x8c\xbb
06091 {0x9344,{0x56,0x7d,0x22,0x4e,0x7b,0x0e,0x22}}, // \xe9\x8d\x84
06092 {0x934b,{0x56,0x7d,0x36,0x78,0x6f,0x09,0x7f}}, // \xe9\x8d\x8b
06093 {0x934d,{0x56,0x7d,0x3e,0x4a,0x5f,0x2e,0x5a}}, // \xe9\x8d\x8d
06094 {0x9354,{0x56,0x7d,0x36,0x0b,0x1f,0x5c,0x6b}}, // \xe9\x8d\x94
06095 {0x9356,{0x56,0x7d,0x72,0x5f,0x72,0x5f,0x52}}, // \xe9\x8d\x96
06096 {0x935b,{0x56,0x7d,0x36,0x7e,0x55,0x2b,0x5b}}, // \xe9\x8d\x9b
06097 {0x935c,{0x56,0x7d,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe9\x8d\x9c
06098 {0x9360,{0x56,0x7d,0x36,0x50,0x5e,0x7b,0x5e}}, // \xe9\x8d\xa0
06099 {0x936c,{0x56,0x7d,0x36,0x7f,0x4c,0x3f,0x44}}, // \xe9\x8d\xac
06100 {0x936e,{0x56,0x7d,0x36,0x73,0x75,0x26,0x54}}, // \xe9\x8d\xae
06101 {0x9375,{0x56,0x7d,0x36,0x49,0x37,0x4a,0x5f}}, // \xe9\x8d\xb5
06102 {0x937c,{0x56,0x7d,0x3e,0x6a,0x6a,0x3f,0x52}}, // \xe9\x8d\xbc
06103 {0x937e,{0x56,0x7d,0x36,0x44,0x5e,0x7e,0x5d}}, // \xe9\x8d\xbe
06104 {0x938c,{0x56,0x7d,0x52,0x37,0x7e,0x3f,0x4a}}, // \xe9\x8e\x8c
06105 {0x9394,{0x56,0x7d,0x26,0x16,0x6b,0x76,0x26}}, // \xe9\x8e\x94
06106 {0x9396,{0x56,0x7d,0x36,0x5d,0x14,0x17,0x5d}}, // \xe9\x8e\x96
06107 {0x9397,{0x56,0x7d,0x36,0x44,0x3e,0x6d,0x62}}, // \xe9\x8e\x97
06108 {0x939a,{0x56,0x7d,0x36,0x79,0x40,0x7e,0x77}}, // \xe9\x8e\x9a
06109 {0x93a7,{0x56,0x7d,0x36,0x5b,0x6a,0x6b,0x5b}}, // \xe9\x8e\xa7
06110 {0x93ac,{0x56,0x7d,0x72,0x1e,0x5b,0x1e,0x72}}, // \xe9\x8e\xac
06111 {0x93ad,{0x56,0x7d,0x36,0x58,0x1f,0x1e,0x52}}, // \xe9\x8e\xad
06112 {0x93ae,{0x56,0x7d,0x36,0x52,0x1e,0x1f,0x52}}, // \xe9\x8e\xae
06113 {0x93b0,{0x56,0x7d,0x52,0x6d,0x64,0x6d,0x52}}, // \xe9\x8e\xb0
06114 {0x93b9,{0x56,0x7d,0x36,0x75,0x6a,0x59,0x6a}}, // \xe9\x8e\xb9
06115 {0x93c3,{0x56,0x7d,0x62,0x1f,0x7a,0x3f,0x56}}, // \xe9\x8f\x83
06116 {0x93c8,{0x56,0x7d,0x32,0x65,0x5e,0x7f,0x52}}, // \xe9\x8f\x88
06117 {0x93d0,{0x56,0x7d,0x36,0x11,0x4b,0x55,0x2b}}, // \xe9\x8f\x90
06118 {0x93d1,{0x56,0x7d,0x7a,0x6e,0x5b,0x6e,0x7a}}, // \xe9\x8f\x91
06119 {0x93d6,{0x10,0x4e,0x6a,0x5e,0x7f,0x5e,0x6a}}, // \xe9\x8f\x96
06120 {0x93d7,{0x56,0x7d,0x47,0x57,0x7b,0x55,0x4b}}, // \xe9\x8f\x97
06121 {0x93d8,{0x56,0x7d,0x36,0x7f,0x2a,0x4d,0x7b}}, // \xe9\x8f\x98
06122 {0x93dd,{0x56,0x7d,0x36,0x4c,0x5f,0x2d,0x5f}}, // \xe9\x8f\x9d
06123 {0x93e1,{0x56,0x7d,0x4a,0x3e,0x3b,0x7e,0x4a}}, // \xe9\x8f\xa1
06124 {0x93e4,{0x56,0x7d,0x56,0x7e,0x5b,0x3e,0x54}}, // \xe9\x8f\xa4
06125 {0x93e5,{0x56,0x7d,0x36,0x76,0x0b,0x7a,0x6e}}, // \xe9\x8f\xa5
06126 {0x93e8,{0x5a,0x7e,0x5f,0x7a,0x57,0x7d,0x55}}, // \xe9\x8f\xa8
06127 {0x9403,{0x56,0x7d,0x5e,0x3e,0x17,0x7e,0x5c}}, // \xe9\x90\x83
06128 {0x9407,{0x56,0x7d,0x36,0x15,0x6f,0x7f,0x15}}, // \xe9\x90\x87
06129 {0x9410,{0x56,0x7d,0x4a,0x1e,0x6b,0x1e,0x4a}}, // \xe9\x90\x90
06130 {0x9413,{0x56,0x7d,0x2e,0x7b,0x56,0x3f,0x5e}}, // \xe9\x90\x93
06131 {0x9414,{0x56,0x7d,0x36,0x21,0x3b,0x7b,0x21}}, // \xe9\x90\x94
06132 {0x9418,{0x56,0x7d,0x4a,0x5e,0x7b,0x5e,0x4a}}, // \xe9\x90\x98
06133 {0x9419,{0x56,0x7d,0x46,0x5b,0x69,0x5a,0x45}}, // \xe9\x90\x99
06134 {0x941a,{0x56,0x7d,0x36,0x6d,0x2f,0x4f,0x6d}}, // \xe9\x90\x9a
06135 {0x9421,{0x56,0x7d,0x5e,0x6f,0x5e,0x3f,0x55}}, // \xe9\x90\xa1
06136 {0x942b,{0x56,0x7d,0x76,0x1f,0x2a,0x1f,0x7a}}, // \xe9\x90\xab
06137 {0x9435,{0x56,0x7d,0x5e,0x77,0x5e,0x3f,0x55}}, // \xe9\x90\xb5
06138 {0x9436,{0x56,0x7d,0x36,0x7f,0x55,0x37,0x5f}}, // \xe9\x90\xb6
06139 {0x9438,{0x56,0x7d,0x2b,0x3b,0x6f,0x3b,0x2b}}, // \xe9\x90\xb8
06140 {0x943a,{0x56,0x7d,0x77,0x5e,0x7b,0x5e,0x75}}, // \xe9\x90\xba
06141 {0x9441,{0x56,0x7d,0x2f,0x5d,0x2a,0x5d,0x4f}}, // \xe9\x91\x81
06142 {0x9444,{0x56,0x7d,0x36,0x36,0x5f,0x76,0x14}}, // \xe9\x91\x84
06143 {0x9451,{0x56,0x7d,0x36,0x4f,0x60,0x6b,0x4a}}, // \xe9\x91\x91
06144 {0x9452,{0x57,0x77,0x5d,0x78,0x5f,0x76,0x56}}, // \xe9\x91\x92
06145 {0x9453,{0x56,0x7d,0x36,0x79,0x46,0x7f,0x76}}, // \xe9\x91\x93
06146 {0x945a,{0x56,0x7d,0x4a,0x37,0x3a,0x37,0x4a}}, // \xe9\x91\x9a
06147 {0x945b,{0x56,0x7d,0x3e,0x4a,0x3f,0x3e,0x4a}}, // \xe9\x91\x9b
06148 {0x945e,{0x56,0x7d,0x56,0x3e,0x75,0x2e,0x7d}}, // \xe9\x91\x9e
06149 {0x9460,{0x56,0x7d,0x5a,0x35,0x7f,0x3a,0x55}}, // \xe9\x91\xa0
06150 {0x9462,{0x56,0x7d,0x3e,0x64,0x3f,0x5a,0x6a}}, // \xe9\x91\xa2
06151 {0x946a,{0x56,0x7d,0x36,0x5c,0x64,0x6f,0x4a}}, // \xe9\x91\xaa
06152 {0x9470,{0x56,0x7d,0x76,0x3e,0x7d,0x3e,0x74}}, // \xe9\x91\xb0
06153 {0x9475,{0x56,0x7d,0x26,0x7f,0x52,0x7f,0x56}}, // \xe9\x91\xb5
06154 {0x9477,{0x56,0x7d,0x36,0x75,0x27,0x3f,0x75}}, // \xe9\x91\xb7
06155 {0x947c,{0x56,0x7d,0x2f,0x75,0x27,0x7d,0x57}}, // \xe9\x91\xbc
06156 {0x947d,{0x56,0x7d,0x4b,0x36,0x3b,0x36,0x4a}}, // \xe9\x91\xbd
06157 {0x947e,{0x4a,0x6d,0x5a,0x77,0x5a,0x6d,0x48}}, // \xe9\x91\xbe
06158 {0x947f,{0x55,0x7e,0x5f,0x7e,0x5b,0x75,0x5b}}, // \xe9\x91\xbf
06159 {0x9481,{0x56,0x7d,0x43,0x5f,0x2c,0x5f,0x4b}}, // \xe9\x92\x81
06160 {0x9577,{0x10,0x50,0x7f,0x55,0x35,0x51,0x50}}, // \xe9\x95\xb7
06161 {0x9580,{0x7f,0x05,0x07,0x00,0x07,0x45,0x7f}}, // \xe9\x96\x80
06162 {0x9582,{0x7f,0x05,0x17,0x10,0x17,0x45,0x7f}}, // \xe9\x96\x82
06163 {0x9583,{0x7f,0x45,0x27,0x18,0x27,0x45,0x7f}}, // \xe9\x96\x83
06164 {0x9587,{0x7f,0x05,0x0f,0x78,0x2f,0x05,0x7f}}, // \xe9\x96\x87
06165 {0x9589,{0x7f,0x55,0x37,0x78,0x17,0x45,0x7f}}, // \xe9\x96\x89
06166 {0x958a,{0x7f,0x35,0x27,0x38,0x27,0x35,0x7f}}, // \xe9\x96\x8a
06167 {0x958b,{0x7f,0x2b,0x7b,0x28,0x7b,0x2b,0x7f}}, // \xe9\x96\x8b
06168 {0x958f,{0x7f,0x05,0x57,0x7c,0x57,0x05,0x7f}}, // \xe9\x96\x8f
06169 {0x9591,{0x7f,0x2b,0x1b,0x7c,0x1b,0x2b,0x7f}}, // \xe9\x96\x91
06170 {0x9593,{0x7f,0x05,0x7f,0x54,0x7f,0x05,0x7f}}, // \xe9\x96\x93
06171 {0x9594,{0x7f,0x4b,0x5b,0x2c,0x5b,0x4b,0x7f}}, // \xe9\x96\x94
06172 {0x9596,{0x7f,0x55,0x37,0x78,0x27,0x55,0x7f}}, // \xe9\x96\x96
06173 {0x9598,{0x7f,0x05,0x37,0x70,0x37,0x05,0x7f}}, // \xe9\x96\x98
06174 {0x9599,{0x7f,0x0b,0x3b,0x7c,0x1b,0x3b,0x7f}}, // \xe9\x96\x99
06175 {0x95a0,{0x7f,0x05,0x57,0x7c,0x57,0x25,0x7f}}, // \xe9\x96\xa0
06176 {0x95a2,{0x7f,0x13,0x57,0x38,0x57,0x13,0x7f}}, // \xe9\x96\xa2
06177 {0x95a3,{0x7f,0x23,0x6b,0x54,0x6f,0x23,0x7f}}, // \xe9\x96\xa3
06178 {0x95a4,{0x7f,0x13,0x7b,0x54,0x7b,0x13,0x7f}}, // \xe9\x96\xa4
06179 {0x95a5,{0x7f,0x13,0x7b,0x50,0x3b,0x4b,0x7f}}, // \xe9\x96\xa5
06180 {0x95a7,{0x7f,0x6b,0x3f,0x28,0x3f,0x6b,0x7f}}, // \xe9\x96\xa7
06181 {0x95a8,{0x7f,0x53,0x7b,0x7c,0x7b,0x53,0x7f}}, // \xe9\x96\xa8
06182 {0x95ad,{0x7f,0x73,0x5f,0x54,0x7f,0x03,0x7f}}, // \xe9\x96\xad
06183 {0x95b2,{0x7f,0x43,0x5f,0x28,0x7f,0x43,0x7f}}, // \xe9\x96\xb2
06184 {0x95b9,{0x7f,0x2b,0x1b,0x3c,0x7b,0x5b,0x7f}}, // \xe9\x96\xb9
06185 {0x95bb,{0x7f,0x03,0x6b,0x54,0x5f,0x73,0x7f}}, // \xe9\x96\xbb
06186 {0x95bc,{0x7f,0x4b,0x3f,0x68,0x57,0x2b,0x7f}}, // \xe9\x96\xbc
06187 {0x95be,{0x7f,0x5b,0x5b,0x08,0x3f,0x4b,0x7f}}, // \xe9\x96\xbe
06188 {0x95c3,{0x7f,0x53,0x5f,0x34,0x5f,0x53,0x7f}}, // \xe9\x97\x83
06189 {0x95c7,{0x7f,0x2b,0x7b,0x6c,0x7b,0x2b,0x7f}}, // \xe9\x97\x87
06190 {0x95ca,{0x7f,0x57,0x0b,0x6c,0x5f,0x6b,0x7f}}, // \xe9\x97\x8a
06191 {0x95cc,{0x7f,0x4b,0x3b,0x7c,0x3b,0x4b,0x7f}}, // \xe9\x97\x8c
06192 {0x95cd,{0x7f,0x53,0x3b,0x7c,0x7b,0x17,0x7f}}, // \xe9\x97\x8d
06193 {0x95d4,{0x7f,0x03,0x5b,0x7c,0x6f,0x5b,0x7f}}, // \xe9\x97\x94
06194 {0x95d5,{0x7f,0x57,0x3b,0x4c,0x3b,0x5b,0x7f}}, // \xe9\x97\x95
06195 {0x95d6,{0x7f,0x43,0x1f,0x5c,0x17,0x73,0x7f}}, // \xe9\x97\x96
06196 {0x95d8,{0x7f,0x5b,0x6b,0x58,0x13,0x7b,0x7f}}, // \xe9\x97\x98
06197 {0x95dc,{0x7f,0x5b,0x37,0x10,0x7b,0x37,0x7f}}, // \xe9\x97\x9c
06198 {0x95e1,{0x7f,0x27,0x3f,0x78,0x3f,0x27,0x7f}}, // \xe9\x97\xa1
06199 {0x95e2,{0x7f,0x7f,0x6f,0x38,0x6f,0x3b,0x7f}}, // \xe9\x97\xa2
06200 {0x95e5,{0x7f,0x57,0x33,0x58,0x7f,0x5b,0x7f}}, // \xe9\x97\xa5
06201 {0x961c,{0x20,0x3e,0x2a,0x6b,0x2e,0x38,0x20}}, // \xe9\x98\x9c
06202 {0x9621,{0x7f,0x25,0x1b,0x08,0x0a,0x7e,0x09}}, // \xe9\x98\xa1
06203 {0x9628,{0x7f,0x1b,0x40,0x3f,0x7d,0x45,0x5d}}, // \xe9\x98\xa8
06204 {0x962a,{0x7f,0x1b,0x20,0x5f,0x5d,0x25,0x5d}}, // \xe9\x98\xaa
06205 {0x962e,{0x7f,0x1b,0x44,0x3d,0x05,0x7d,0x44}}, // \xe9\x98\xae
06206 {0x962f,{0x7f,0x1b,0x40,0x7c,0x40,0x7f,0x44}}, // \xe9\x98\xaf
06207 {0x9632,{0x7f,0x25,0x1b,0x42,0x3e,0x4b,0x7a}}, // \xe9\x98\xb2
06208 {0x963b,{0x7f,0x1b,0x40,0x7f,0x55,0x7f,0x40}}, // \xe9\x98\xbb
06209 {0x963f,{0x7f,0x25,0x1b,0x1d,0x15,0x5d,0x7f}}, // \xe9\x98\xbf
06210 {0x9640,{0x7f,0x25,0x1b,0x06,0x7a,0x53,0x56}}, // \xe9\x99\x80
06211 {0x9642,{0x7f,0x1b,0x40,0x3e,0x5a,0x2f,0x5e}}, // \xe9\x99\x82
06212 {0x9644,{0x7f,0x25,0x1b,0x7e,0x09,0x42,0x7f}}, // \xe9\x99\x84
06213 {0x964b,{0x7f,0x25,0x1b,0x7c,0x55,0x4f,0x5d}}, // \xe9\x99\x8b
06214 {0x964c,{0x7f,0x1b,0x00,0x7d,0x57,0x55,0x7d}}, // \xe9\x99\x8c
06215 {0x964d,{0x7f,0x1b,0x28,0x3a,0x35,0x7b,0x28}}, // \xe9\x99\x8d
06216 {0x964f,{0x7f,0x25,0x1b,0x12,0x7f,0x2a,0x7a}}, // \xe9\x99\x8f
06217 {0x9650,{0x7f,0x25,0x1b,0x7f,0x55,0x35,0x5f}}, // \xe9\x99\x90
06218 {0x965b,{0x7f,0x1b,0x4f,0x5a,0x70,0x5f,0x4a}}, // \xe9\x99\x9b
06219 {0x965c,{0x7f,0x1b,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe9\x99\x9c
06220 {0x965d,{0x7f,0x1b,0x52,0x4e,0x3f,0x4e,0x52}}, // \xe9\x99\x9d
06221 {0x965e,{0x7f,0x1b,0x56,0x4e,0x65,0x5f,0x44}}, // \xe9\x99\x9e
06222 {0x965f,{0x7f,0x25,0x1b,0x4e,0x58,0x2f,0x1a}}, // \xe9\x99\x9f
06223 {0x9662,{0x7f,0x1b,0x56,0x32,0x17,0x76,0x56}}, // \xe9\x99\xa2
06224 {0x9663,{0x7f,0x1b,0x22,0x3e,0x7f,0x3e,0x22}}, // \xe9\x99\xa3
06225 {0x9664,{0x7f,0x1b,0x54,0x16,0x7d,0x16,0x54}}, // \xe9\x99\xa4
06226 {0x9665,{0x7f,0x25,0x1b,0x7a,0x01,0x7d,0x7b}}, // \xe9\x99\xa5
06227 {0x9666,{0x7f,0x1b,0x34,0x5e,0x17,0x7e,0x14}}, // \xe9\x99\xa6
06228 {0x966a,{0x7f,0x1b,0x0a,0x6e,0x6b,0x6e,0x0a}}, // \xe9\x99\xaa
06229 {0x966c,{0x7f,0x1b,0x21,0x3f,0x7f,0x12,0x2e}}, // \xe9\x99\xac
06230 {0x9670,{0x7f,0x1b,0x54,0x76,0x5d,0x32,0x54}}, // \xe9\x99\xb0
06231 {0x9672,{0x7f,0x1b,0x54,0x5d,0x77,0x5d,0x54}}, // \xe9\x99\xb2
06232 {0x9673,{0x7f,0x1b,0x42,0x2e,0x7f,0x2e,0x42}}, // \xe9\x99\xb3
06233 {0x9675,{0x7f,0x1b,0x28,0x5a,0x2f,0x5a,0x48}}, // \xe9\x99\xb5
06234 {0x9676,{0x7f,0x1b,0x64,0x4b,0x7e,0x6a,0x7e}}, // \xe9\x99\xb6
06235 {0x9677,{0x7f,0x25,0x1b,0x7a,0x41,0x6d,0x7b}}, // \xe9\x99\xb7
06236 {0x9678,{0x7f,0x1b,0x54,0x4e,0x67,0x5e,0x54}}, // \xe9\x99\xb8
06237 {0x967a,{0x7f,0x1b,0x5c,0x56,0x3d,0x56,0x5c}}, // \xe9\x99\xba
06238 {0x967d,{0x7f,0x1b,0x24,0x5f,0x35,0x57,0x74}}, // \xe9\x99\xbd
06239 {0x9685,{0x7f,0x1b,0x78,0x4b,0x7f,0x2b,0x78}}, // \xe9\x9a\x85
06240 {0x9686,{0x7f,0x1b,0x48,0x5a,0x75,0x5b,0x48}}, // \xe9\x9a\x86
06241 {0x9688,{0x7f,0x25,0x1b,0x77,0x55,0x37,0x57}}, // \xe9\x9a\x88
06242 {0x968a,{0x7f,0x1b,0x2a,0x57,0x7a,0x13,0x2a}}, // \xe9\x9a\x8a
06243 {0x968b,{0x7f,0x25,0x1b,0x76,0x3b,0x7e,0x0a}}, // \xe9\x9a\x8b
06244 {0x968d,{0x7f,0x1b,0x50,0x5e,0x7b,0x5e,0x50}}, // \xe9\x9a\x8d
06245 {0x968e,{0x7f,0x25,0x1f,0x6a,0x70,0x6f,0x0a}}, // \xe9\x9a\x8e
06246 {0x968f,{0x7f,0x25,0x5b,0x39,0x4a,0x77,0x72}}, // \xe9\x9a\x8f
06247 {0x9694,{0x7f,0x25,0x1b,0x79,0x2f,0x6f,0x79}}, // \xe9\x9a\x94
06248 {0x9695,{0x7f,0x25,0x1b,0x5c,0x17,0x17,0x5c}}, // \xe9\x9a\x95
06249 {0x9697,{0x7f,0x1b,0x5e,0x2a,0x7f,0x6a,0x5e}}, // \xe9\x9a\x97
06250 {0x9698,{0x7f,0x1b,0x52,0x6d,0x64,0x6d,0x52}}, // \xe9\x9a\x98
06251 {0x9699,{0x7f,0x25,0x1b,0x22,0x4c,0x7f,0x22}}, // \xe9\x9a\x99
06252 {0x969b,{0x7f,0x1b,0x4a,0x15,0x73,0x15,0x4b}}, // \xe9\x9a\x9b
06253 {0x969c,{0x7f,0x1b,0x2a,0x3e,0x7b,0x3e,0x2a}}, // \xe9\x9a\x9c
06254 {0x96a0,{0x7f,0x1b,0x66,0x3a,0x5e,0x59,0x65}}, // \xe9\x9a\xa0
06255 {0x96a3,{0x7f,0x25,0x5b,0x32,0x27,0x72,0x25}}, // \xe9\x9a\xa3
06256 {0x96a7,{0x7f,0x1b,0x75,0x52,0x6d,0x7d,0x56}}, // \xe9\x9a\xa7
06257 {0x96a8,{0x7f,0x25,0x1b,0x65,0x4a,0x7f,0x7a}}, // \xe9\x9a\xa8
06258 {0x96aa,{0x7f,0x1b,0x5c,0x36,0x5d,0x36,0x5c}}, // \xe9\x9a\xaa
06259 {0x96b0,{0x7f,0x1b,0x58,0x17,0x43,0x1b,0x54}}, // \xe9\x9a\xb0
06260 {0x96b1,{0x7f,0x1b,0x62,0x35,0x5f,0x5d,0x6a}}, // \xe9\x9a\xb1
06261 {0x96b2,{0x7f,0x25,0x1b,0x45,0x1c,0x5b,0x69}}, // \xe9\x9a\xb2
06262 {0x96b4,{0x7f,0x1b,0x7e,0x2b,0x7e,0x77,0x5d}}, // \xe9\x9a\xb4
06263 {0x96b6,{0x48,0x5a,0x2a,0x7f,0x2a,0x5e,0x44}}, // \xe9\x9a\xb6
06264 {0x96b7,{0x2a,0x6f,0x2a,0x5a,0x7f,0x2e,0x54}}, // \xe9\x9a\xb7
06265 {0x96b8,{0x4a,0x16,0x7f,0x2a,0x7f,0x2e,0x54}}, // \xe9\x9a\xb8
06266 {0x96b9,{0x08,0x04,0x7f,0x4a,0x7f,0x4a,0x42}}, // \xe9\x9a\xb9
06267 {0x96bb,{0x48,0x44,0x5f,0x2a,0x5f,0x4a,0x4a}}, // \xe9\x9a\xbb
06268 {0x96bc,{0x28,0x24,0x2f,0x7a,0x2f,0x2a,0x2a}}, // \xe9\x9a\xbc
06269 {0x96c0,{0x14,0x12,0x78,0x5f,0x74,0x52,0x54}}, // \xe9\x9b\x80
06270 {0x96c1,{0x40,0x3f,0x7d,0x0b,0x7d,0x7f,0x55}}, // \xe9\x9b\x81
06271 {0x96c4,{0x22,0x5a,0x67,0x52,0x7f,0x7e,0x4b}}, // \xe9\x9b\x84
06272 {0x96c5,{0x2f,0x59,0x7f,0x04,0x7f,0x7e,0x4b}}, // \xe9\x9b\x85
06273 {0x96c6,{0x54,0x52,0x3f,0x7a,0x3f,0x5a,0x50}}, // \xe9\x9b\x86
06274 {0x96c7,{0x41,0x3f,0x25,0x7d,0x55,0x7f,0x51}}, // \xe9\x9b\x87
06275 {0x96c9,{0x44,0x2b,0x1e,0x2a,0x7f,0x7e,0x4b}}, // \xe9\x9b\x89
06276 {0x96cb,{0x74,0x12,0x3f,0x2a,0x3f,0x5a,0x7a}}, // \xe9\x9b\x8b
06277 {0x96cc,{0x7c,0x7f,0x24,0x7f,0x4a,0x7f,0x4a}}, // \xe9\x9b\x8c
06278 {0x96cd,{0x5a,0x36,0x12,0x7f,0x4a,0x7e,0x4a}}, // \xe9\x9b\x8d
06279 {0x96ce,{0x40,0x7f,0x55,0x3f,0x7f,0x7e,0x4b}}, // \xe9\x9b\x8e
06280 {0x96d1,{0x5a,0x37,0x7e,0x28,0x7f,0x7e,0x4b}}, // \xe9\x9b\x91
06281 {0x96d5,{0x7f,0x35,0x2f,0x35,0x7f,0x7e,0x4b}}, // \xe9\x9b\x95
06282 {0x96d6,{0x5b,0x7d,0x5b,0x7e,0x4b,0x7e,0x4b}}, // \xe9\x9b\x96
06283 {0x96d9,{0x44,0x4f,0x5e,0x2b,0x5e,0x4f,0x4a}}, // \xe9\x9b\x99
06284 {0x96db,{0x24,0x5b,0x36,0x36,0x7f,0x7e,0x4b}}, // \xe9\x9b\x9b
06285 {0x96dc,{0x5a,0x36,0x7b,0x36,0x7f,0x7e,0x4b}}, // \xe9\x9b\x9c
06286 {0x96e2,{0x72,0x5e,0x7b,0x36,0x7f,0x7e,0x4b}}, // \xe9\x9b\xa2
06287 {0x96e3,{0x5a,0x5f,0x3a,0x5f,0x7f,0x7e,0x4b}}, // \xe9\x9b\xa3
06288 {0x96e8,{0x7d,0x05,0x55,0x7f,0x05,0x55,0x7d}}, // \xe9\x9b\xa8
06289 {0x96ea,{0x06,0x52,0x57,0x57,0x53,0x76,0x06}}, // \xe9\x9b\xaa
06290 {0x96eb,{0x16,0x12,0x17,0x77,0x33,0x56,0x16}}, // \xe9\x9b\xab
06291 {0x96f0,{0x16,0x4a,0x57,0x37,0x53,0x7e,0x16}}, // \xe9\x9b\xb0
06292 {0x96f2,{0x56,0x52,0x77,0x57,0x53,0x36,0x56}}, // \xe9\x9b\xb2
06293 {0x96f6,{0x16,0x12,0x1f,0x77,0x1b,0x16,0x36}}, // \xe9\x9b\xb6
06294 {0x96f7,{0x06,0x72,0x57,0x77,0x53,0x76,0x06}}, // \xe9\x9b\xb7
06295 {0x96f9,{0x16,0x12,0x6f,0x6f,0x6b,0x4e,0x5e}}, // \xe9\x9b\xb9
06296 {0x96fb,{0x06,0x3a,0x2f,0x3f,0x6b,0x7e,0x46}}, // \xe9\x9b\xbb
06297 {0x9700,{0x66,0x2a,0x6f,0x3f,0x6b,0x2e,0x66}}, // \xe9\x9c\x80
06298 {0x9704,{0x16,0x0a,0x7f,0x2f,0x7b,0x0e,0x16}}, // \xe9\x9c\x84
06299 {0x9706,{0x56,0x2a,0x47,0x57,0x5b,0x7e,0x56}}, // \xe9\x9c\x86
06300 {0x9707,{0x46,0x3a,0x7f,0x5f,0x3b,0x5e,0x56}}, // \xe9\x9c\x87
06301 {0x9708,{0x56,0x0a,0x6f,0x2f,0x7b,0x2e,0x6e}}, // \xe9\x9c\x88
06302 {0x970a,{0x56,0x62,0x57,0x77,0x53,0x66,0x56}}, // \xe9\x9c\x8a
06303 {0x970d,{0x26,0x12,0x7f,0x57,0x7b,0x56,0x56}}, // \xe9\x9c\x8d
06304 {0x970e,{0x56,0x52,0x7f,0x57,0x3b,0x56,0x56}}, // \xe9\x9c\x8e
06305 {0x970f,{0x36,0x72,0x3f,0x07,0x7b,0x36,0x36}}, // \xe9\x9c\x8f
06306 {0x9711,{0x56,0x02,0x67,0x67,0x7b,0x76,0x16}}, // \xe9\x9c\x91
06307 {0x9713,{0x46,0x5a,0x37,0x17,0x7b,0x5e,0x46}}, // \xe9\x9c\x93
06308 {0x9716,{0x56,0x32,0x7f,0x57,0x33,0x7e,0x56}}, // \xe9\x9c\x96
06309 {0x9719,{0x56,0x5a,0x5f,0x3f,0x5b,0x5e,0x56}}, // \xe9\x9c\x99
06310 {0x971c,{0x56,0x32,0x7f,0x37,0x7b,0x4e,0x7e}}, // \xe9\x9c\x9c
06311 {0x971e,{0x7e,0x2a,0x2f,0x07,0x5b,0x2e,0x5e}}, // \xe9\x9c\x9e
06312 {0x9724,{0x06,0x1a,0x77,0x73,0x6f,0x1e,0x06}}, // \xe9\x9c\xa4
06313 {0x9727,{0x56,0x3a,0x7f,0x17,0x5b,0x2e,0x76}}, // \xe9\x9c\xa7
06314 {0x972a,{0x56,0x02,0x5f,0x5f,0x7b,0x56,0x56}}, // \xe9\x9c\xaa
06315 {0x9730,{0x16,0x7a,0x37,0x7f,0x53,0x2e,0x5e}}, // \xe9\x9c\xb0
06316 {0x9732,{0x5e,0x6a,0x5f,0x27,0x6b,0x56,0x6e}}, // \xe9\x9c\xb2
06317 {0x9738,{0x26,0x3a,0x77,0x3f,0x43,0x36,0x76}}, // \xe9\x9c\xb8
06318 {0x9739,{0x26,0x7a,0x7f,0x2f,0x3b,0x6e,0x3e}}, // \xe9\x9c\xb9
06319 {0x973d,{0x2e,0x5a,0x3f,0x2f,0x7b,0x1e,0x2e}}, // \xe9\x9c\xbd
06320 {0x973e,{0x56,0x6a,0x37,0x07,0x5b,0x7e,0x5e}}, // \xe9\x9c\xbe
06321 {0x9742,{0x46,0x3a,0x5f,0x7f,0x6b,0x5e,0x5e}}, // \xe9\x9d\x82
06322 {0x9744,{0x6e,0x6a,0x07,0x67,0x5b,0x1e,0x76}}, // \xe9\x9d\x84
06323 {0x9746,{0x56,0x73,0x57,0x65,0x52,0x7f,0x56}}, // \xe9\x9d\x86
06324 {0x9748,{0x5e,0x7a,0x5f,0x7f,0x5b,0x7e,0x5e}}, // \xe9\x9d\x88
06325 {0x9749,{0x56,0x73,0x57,0x2f,0x55,0x37,0x4d}}, // \xe9\x9d\x89
06326 {0x9752,{0x08,0x7a,0x2a,0x2f,0x2a,0x7a,0x08}}, // \xe9\x9d\x92
06327 {0x9756,{0x2e,0x33,0x2e,0x08,0x7a,0x2f,0x7a}}, // \xe9\x9d\x96
06328 {0x9759,{0x08,0x7a,0x2f,0x7a,0x2a,0x7d,0x3b}}, // \xe9\x9d\x99
06329 {0x975c,{0x7a,0x3f,0x7a,0x15,0x7f,0x3d,0x12}}, // \xe9\x9d\x9c
06330 {0x975e,{0x2a,0x6a,0x3f,0x00,0x7f,0x2a,0x2a}}, // \xe9\x9d\x9e
06331 {0x9760,{0x24,0x7f,0x36,0x17,0x76,0x3e,0x24}}, // \xe9\x9d\xa0
06332 {0x9761,{0x40,0x3e,0x6a,0x3e,0x0b,0x7e,0x2a}}, // \xe9\x9d\xa1
06333 {0x9762,{0x7d,0x45,0x7d,0x57,0x7d,0x45,0x7d}}, // \xe9\x9d\xa2
06334 {0x9764,{0x7d,0x7d,0x57,0x7d,0x04,0x7b,0x5e}}, // \xe9\x9d\xa4
06335 {0x9766,{0x7d,0x7d,0x57,0x7d,0x5f,0x35,0x5f}}, // \xe9\x9d\xa6
06336 {0x9768,{0x18,0x77,0x7f,0x5d,0x7b,0x77,0x1b}}, // \xe9\x9d\xa8
06337 {0x9769,{0x22,0x3a,0x2f,0x7a,0x2f,0x3a,0x22}}, // \xe9\x9d\xa9
06338 {0x976b,{0x37,0x7e,0x57,0x29,0x13,0x29,0x47}}, // \xe9\x9d\xab
06339 {0x976d,{0x37,0x7e,0x37,0x49,0x3f,0x51,0x7f}}, // \xe9\x9d\xad
06340 {0x9771,{0x37,0x7e,0x37,0x45,0x3f,0x51,0x7f}}, // \xe9\x9d\xb1
06341 {0x9774,{0x37,0x7e,0x37,0x7e,0x01,0x7f,0x44}}, // \xe9\x9d\xb4
06342 {0x9779,{0x37,0x7e,0x37,0x7c,0x15,0x4f,0x7c}}, // \xe9\x9d\xb9
06343 {0x977a,{0x37,0x7e,0x47,0x2a,0x7f,0x2a,0x42}}, // \xe9\x9d\xba
06344 {0x977c,{0x37,0x7e,0x37,0x40,0x5f,0x55,0x5f}}, // \xe9\x9d\xbc
06345 {0x9781,{0x37,0x7e,0x37,0x3e,0x5a,0x2f,0x5e}}, // \xe9\x9e\x81
06346 {0x9784,{0x37,0x7e,0x37,0x04,0x73,0x56,0x5e}}, // \xe9\x9e\x84
06347 {0x9785,{0x37,0x7e,0x37,0x48,0x4e,0x3b,0x4e}}, // \xe9\x9e\x85
06348 {0x9786,{0x37,0x7e,0x37,0x7d,0x15,0x4f,0x7d}}, // \xe9\x9e\x86
06349 {0x978b,{0x37,0x7e,0x37,0x48,0x5a,0x7f,0x5a}}, // \xe9\x9e\x8b
06350 {0x978d,{0x37,0x7e,0x4f,0x5a,0x2f,0x3a,0x4e}}, // \xe9\x9e\x8d
06351 {0x978f,{0x25,0x2f,0x3d,0x7c,0x3b,0x2f,0x24}}, // \xe9\x9e\x8f
06352 {0x9790,{0x37,0x7e,0x37,0x08,0x7f,0x1a,0x2a}}, // \xe9\x9e\x90
06353 {0x9798,{0x37,0x7e,0x37,0x7d,0x14,0x57,0x7d}}, // \xe9\x9e\x98
06354 {0x979c,{0x37,0x7e,0x3b,0x76,0x5f,0x74,0x0a}}, // \xe9\x9e\x9c
06355 {0x97a0,{0x37,0x7e,0x37,0x57,0x3a,0x56,0x7e}}, // \xe9\x9e\xa0
06356 {0x97a3,{0x37,0x7e,0x5b,0x37,0x7f,0x33,0x56}}, // \xe9\x9e\xa3
06357 {0x97a6,{0x37,0x7e,0x37,0x7f,0x4c,0x3f,0x44}}, // \xe9\x9e\xa6
06358 {0x97a8,{0x37,0x7e,0x37,0x3f,0x2d,0x4f,0x78}}, // \xe9\x9e\xa8
06359 {0x97ab,{0x37,0x7e,0x37,0x6c,0x6b,0x02,0x7e}}, // \xe9\x9e\xab
06360 {0x97ad,{0x37,0x7e,0x37,0x7e,0x5d,0x3f,0x4d}}, // \xe9\x9e\xad
06361 {0x97b3,{0x37,0x7e,0x37,0x12,0x7b,0x56,0x7b}}, // \xe9\x9e\xb3
06362 {0x97b4,{0x37,0x7e,0x37,0x1a,0x6f,0x2a,0x6f}}, // \xe9\x9e\xb4
06363 {0x97c3,{0x37,0x7e,0x6b,0x54,0x5e,0x77,0x5e}}, // \xe9\x9f\x83
06364 {0x97c6,{0x37,0x7e,0x77,0x49,0x77,0x6f,0x49}}, // \xe9\x9f\x86
06365 {0x97c8,{0x37,0x7e,0x37,0x7a,0x4f,0x3e,0x5b}}, // \xe9\x9f\x88
06366 {0x97cb,{0x28,0x3a,0x2e,0x2b,0x7a,0x2e,0x28}}, // \xe9\x9f\x8b
06367 {0x97d3,{0x2d,0x77,0x2d,0x3a,0x2f,0x7a,0x2e}}, // \xe9\x9f\x93
06368 {0x97dc,{0x2a,0x77,0x2e,0x79,0x43,0x69,0x7a}}, // \xe9\x9f\x9c
06369 {0x97ed,{0x54,0x54,0x7f,0x40,0x7f,0x54,0x54}}, // \xe9\x9f\xad
06370 {0x97ee,{0x42,0x56,0x7f,0x42,0x7f,0x56,0x42}}, // \xe9\x9f\xae
06371 {0x97f2,{0x4a,0x56,0x7e,0x4b,0x7e,0x56,0x4a}}, // \xe9\x9f\xb2
06372 {0x97f3,{0x08,0x7a,0x5e,0x5b,0x5e,0x7a,0x08}}, // \xe9\x9f\xb3
06373 {0x97f5,{0x0a,0x6e,0x6b,0x0e,0x2b,0x52,0x7e}}, // \xe9\x9f\xb5
06374 {0x97f6,{0x0a,0x6e,0x6b,0x0e,0x75,0x53,0x77}}, // \xe9\x9f\xb6
06375 {0x97fb,{0x0a,0x6e,0x6b,0x5e,0x17,0x17,0x5c}}, // \xe9\x9f\xbb
06376 {0x97ff,{0x2a,0x25,0x7f,0x6b,0x78,0x2f,0x27}}, // \xe9\x9f\xbf
06377 {0x9801,{0x41,0x7d,0x2d,0x2f,0x2d,0x7d,0x41}}, // \xe9\xa0\x81
06378 {0x9802,{0x21,0x3f,0x01,0x5d,0x17,0x15,0x5d}}, // \xe9\xa0\x82
06379 {0x9803,{0x3f,0x24,0x32,0x5d,0x17,0x15,0x5d}}, // \xe9\xa0\x83
06380 {0x9805,{0x22,0x3e,0x12,0x5d,0x17,0x15,0x5d}}, // \xe9\xa0\x85
06381 {0x9806,{0x40,0x3f,0x1e,0x7f,0x5d,0x17,0x5d}}, // \xe9\xa0\x86
06382 {0x9808,{0x4a,0x25,0x00,0x5d,0x17,0x15,0x5d}}, // \xe9\xa0\x88
06383 {0x980c,{0x44,0x63,0x58,0x23,0x5d,0x17,0x5d}}, // \xe9\xa0\x8c
06384 {0x980f,{0x42,0x3a,0x0b,0x7a,0x5d,0x17,0x5d}}, // \xe9\xa0\x8f
06385 {0x9810,{0x49,0x7d,0x1b,0x40,0x1d,0x17,0x5d}}, // \xe9\xa0\x90
06386 {0x9811,{0x24,0x1d,0x3d,0x24,0x5d,0x17,0x5d}}, // \xe9\xa0\x91
06387 {0x9812,{0x44,0x3b,0x48,0x7b,0x5d,0x17,0x5d}}, // \xe9\xa0\x92
06388 {0x9813,{0x1a,0x12,0x7f,0x52,0x5d,0x17,0x5d}}, // \xe9\xa0\x93
06389 {0x9817,{0x7e,0x5a,0x2f,0x5a,0x5d,0x17,0x5d}}, // \xe9\xa0\x97
06390 {0x9818,{0x16,0x75,0x36,0x41,0x1d,0x17,0x5d}}, // \xe9\xa0\x98
06391 {0x981a,{0x49,0x5b,0x35,0x2b,0x5d,0x17,0x5d}}, // \xe9\xa0\x9a
06392 {0x9821,{0x02,0x6a,0x6f,0x0a,0x5d,0x17,0x5d}}, // \xe9\xa0\xa1
06393 {0x9824,{0x7f,0x5d,0x77,0x5d,0x41,0x1f,0x5d}}, // \xe9\xa0\xa4
06394 {0x982c,{0x5a,0x52,0x3f,0x5a,0x5d,0x17,0x5d}}, // \xe9\xa0\xac
06395 {0x982d,{0x2d,0x35,0x2d,0x40,0x1d,0x17,0x5d}}, // \xe9\xa0\xad
06396 {0x9834,{0x57,0x1a,0x7a,0x10,0x5d,0x17,0x5d}}, // \xe9\xa0\xb4
06397 {0x9837,{0x04,0x76,0x5d,0x72,0x5d,0x17,0x5d}}, // \xe9\xa0\xb7
06398 {0x9838,{0x55,0x5b,0x75,0x5b,0x5d,0x17,0x5d}}, // \xe9\xa0\xb8
06399 {0x983b,{0x5e,0x48,0x3f,0x1a,0x5d,0x17,0x5d}}, // \xe9\xa0\xbb
06400 {0x983c,{0x42,0x2e,0x7f,0x2e,0x5d,0x17,0x5d}}, // \xe9\xa0\xbc
06401 {0x983d,{0x4a,0x37,0x1f,0x76,0x5d,0x17,0x5d}}, // \xe9\xa0\xbd
06402 {0x9846,{0x57,0x35,0x7f,0x37,0x5d,0x17,0x5d}}, // \xe9\xa1\x86
06403 {0x984b,{0x6f,0x2d,0x4f,0x6f,0x5d,0x17,0x5d}}, // \xe9\xa1\x8b
06404 {0x984c,{0x44,0x37,0x3f,0x54,0x6d,0x4f,0x6d}}, // \xe9\xa1\x8c
06405 {0x984d,{0x26,0x6a,0x57,0x6e,0x5d,0x17,0x5d}}, // \xe9\xa1\x8d
06406 {0x984e,{0x0b,0x5f,0x6c,0x0b,0x5d,0x17,0x5d}}, // \xe9\xa1\x8e
06407 {0x984f,{0x7a,0x0e,0x5f,0x2a,0x5d,0x17,0x5d}}, // \xe9\xa1\x8f
06408 {0x9854,{0x7a,0x0e,0x5b,0x2e,0x5d,0x17,0x5d}}, // \xe9\xa1\x94
06409 {0x9855,{0x4b,0x7d,0x3d,0x2b,0x5d,0x17,0x5d}}, // \xe9\xa1\x95
06410 {0x9858,{0x7f,0x2d,0x7f,0x2d,0x5d,0x17,0x5d}}, // \xe9\xa1\x98
06411 {0x985b,{0x52,0x1e,0x1f,0x52,0x1d,0x17,0x5d}}, // \xe9\xa1\x9b
06412 {0x985e,{0x55,0x52,0x3f,0x52,0x5d,0x17,0x5d}}, // \xe9\xa1\x9e
06413 {0x9867,{0x11,0x7f,0x7d,0x57,0x41,0x1f,0x5d}}, // \xe9\xa1\xa7
06414 {0x986b,{0x4e,0x7e,0x7b,0x2e,0x5d,0x17,0x5d}}, // \xe9\xa1\xab
06415 {0x986f,{0x6b,0x37,0x6b,0x37,0x5d,0x17,0x5d}}, // \xe9\xa1\xaf
06416 {0x9870,{0x26,0x2c,0x3f,0x76,0x39,0x23,0x2b}}, // \xe9\xa1\xb0
06417 {0x9871,{0x7c,0x44,0x6f,0x6a,0x5d,0x17,0x5d}}, // \xe9\xa1\xb1
06418 {0x9873,{0x35,0x77,0x3f,0x75,0x5d,0x17,0x5d}}, // \xe9\xa1\xb3
06419 {0x9874,{0x26,0x7f,0x52,0x7f,0x5d,0x17,0x5d}}, // \xe9\xa1\xb4
06420 {0x98a8,{0x40,0x3f,0x4d,0x7f,0x2d,0x7f,0x40}}, // \xe9\xa2\xa8
06421 {0x98aa,{0x41,0x3d,0x55,0x77,0x6f,0x3d,0x41}}, // \xe9\xa2\xaa
06422 {0x98af,{0x2e,0x33,0x7f,0x4d,0x7f,0x2d,0x7f}}, // \xe9\xa2\xaf
06423 {0x98b1,{0x7f,0x4d,0x3f,0x7f,0x46,0x5d,0x5c}}, // \xe9\xa2\xb1
06424 {0x98b6,{0x7f,0x4d,0x3f,0x7f,0x54,0x47,0x57}}, // \xe9\xa2\xb6
06425 {0x98c3,{0x7f,0x4d,0x3f,0x7f,0x51,0x77,0x57}}, // \xe9\xa3\x83
06426 {0x98c4,{0x51,0x17,0x77,0x3f,0x4d,0x3f,0x7f}}, // \xe9\xa3\x84
06427 {0x98c6,{0x5a,0x37,0x7a,0x3f,0x4d,0x3f,0x7f}}, // \xe9\xa3\x86
06428 {0x98db,{0x55,0x3f,0x09,0x7f,0x09,0x3b,0x54}}, // \xe9\xa3\x9b
06429 {0x98dc,{0x15,0x6f,0x7f,0x35,0x7f,0x3b,0x54}}, // \xe9\xa3\x9c
06430 {0x98df,{0x04,0x44,0x7a,0x5d,0x22,0x54,0x44}}, // \xe9\xa3\x9f
06431 {0x98e2,{0x7a,0x5d,0x42,0x3f,0x01,0x7f,0x40}}, // \xe9\xa3\xa2
06432 {0x98e9,{0x7e,0x2d,0x2e,0x12,0x7f,0x52,0x5a}}, // \xe9\xa3\xa9
06433 {0x98eb,{0x7e,0x2d,0x4a,0x4a,0x3e,0x49,0x48}}, // \xe9\xa3\xab
06434 {0x98ed,{0x7e,0x2d,0x2e,0x54,0x3b,0x52,0x72}}, // \xe9\xa3\xad
06435 {0x98ee,{0x7e,0x2d,0x2e,0x44,0x43,0x3e,0x46}}, // \xe9\xa3\xae
06436 {0x98ef,{0x7a,0x5d,0x42,0x3f,0x5d,0x25,0x5d}}, // \xe9\xa3\xaf
06437 {0x98f2,{0x7a,0x5d,0x5a,0x04,0x43,0x3e,0x46}}, // \xe9\xa3\xb2
06438 {0x98f4,{0x7a,0x5d,0x5a,0x08,0x6c,0x6b,0x6c}}, // \xe9\xa3\xb4
06439 {0x98fc,{0x7a,0x5d,0x42,0x35,0x35,0x41,0x7f}}, // \xe9\xa3\xbc
06440 {0x98fd,{0x7a,0x5d,0x5a,0x04,0x73,0x56,0x5e}}, // \xe9\xa3\xbd
06441 {0x98fe,{0x7a,0x5d,0x42,0x34,0x13,0x7e,0x32}}, // \xe9\xa3\xbe
06442 {0x9903,{0x7e,0x2d,0x4a,0x56,0x23,0x56,0x4a}}, // \xe9\xa4\x83
06443 {0x9905,{0x7a,0x5d,0x56,0x3d,0x14,0x7d,0x14}}, // \xe9\xa4\x85
06444 {0x9909,{0x7e,0x2d,0x02,0x7e,0x3b,0x2a,0x7e}}, // \xe9\xa4\x89
06445 {0x990a,{0x2a,0x1a,0x7b,0x7e,0x5a,0x2b,0x5a}}, // \xe9\xa4\x8a
06446 {0x990c,{0x7a,0x5d,0x5a,0x21,0x3f,0x2d,0x7f}}, // \xe9\xa4\x8c
06447 {0x9910,{0x14,0x54,0x7b,0x5e,0x2b,0x55,0x5b}}, // \xe9\xa4\x90
06448 {0x9912,{0x7e,0x2d,0x52,0x71,0x5b,0x31,0x52}}, // \xe9\xa4\x92
06449 {0x9913,{0x7a,0x59,0x26,0x7e,0x25,0x3f,0x55}}, // \xe9\xa4\x93
06450 {0x9914,{0x7e,0x2d,0x2e,0x7a,0x7f,0x2a,0x7b}}, // \xe9\xa4\x94
06451 {0x9918,{0x7e,0x2d,0x2e,0x54,0x16,0x7d,0x56}}, // \xe9\xa4\x98
06452 {0x991d,{0x7e,0x2d,0x4a,0x3b,0x2e,0x2b,0x6a}}, // \xe9\xa4\x9d
06453 {0x991e,{0x7e,0x2d,0x2e,0x52,0x5b,0x36,0x5b}}, // \xe9\xa4\x9e
06454 {0x9920,{0x7e,0x2d,0x56,0x3d,0x16,0x7d,0x14}}, // \xe9\xa4\xa0
06455 {0x9921,{0x7e,0x2d,0x2e,0x7a,0x41,0x6d,0x7b}}, // \xe9\xa4\xa1
06456 {0x9924,{0x7e,0x2d,0x2e,0x55,0x44,0x3b,0x55}}, // \xe9\xa4\xa4
06457 {0x9928,{0x7a,0x5d,0x5a,0x06,0x7a,0x5b,0x76}}, // \xe9\xa4\xa8
06458 {0x992c,{0x7e,0x2d,0x3a,0x2f,0x7a,0x3f,0x7f}}, // \xe9\xa4\xac
06459 {0x992e,{0x15,0x57,0x7b,0x5d,0x2a,0x55,0x52}}, // \xe9\xa4\xae
06460 {0x993d,{0x7e,0x2d,0x5e,0x2a,0x7f,0x6a,0x5e}}, // \xe9\xa4\xbd
06461 {0x993e,{0x7e,0x2d,0x0e,0x7a,0x79,0x77,0x0f}}, // \xe9\xa4\xbe
06462 {0x9942,{0x7e,0x2d,0x2e,0x4f,0x6d,0x6b,0x4f}}, // \xe9\xa5\x82
06463 {0x9945,{0x7e,0x2d,0x4e,0x5f,0x2d,0x5f,0x4c}}, // \xe9\xa5\x85
06464 {0x9949,{0x7e,0x2d,0x5a,0x5f,0x7a,0x5f,0x5a}}, // \xe9\xa5\x89
06465 {0x994b,{0x7e,0x2d,0x4e,0x3a,0x3f,0x3a,0x4e}}, // \xe9\xa5\x8b
06466 {0x994c,{0x7e,0x2d,0x4f,0x1b,0x10,0x1f,0x4b}}, // \xe9\xa5\x8c
06467 {0x9950,{0x7e,0x2d,0x2e,0x5a,0x6a,0x6f,0x5a}}, // \xe9\xa5\x90
06468 {0x9951,{0x7e,0x2d,0x4a,0x3d,0x48,0x3a,0x55}}, // \xe9\xa5\x91
06469 {0x9952,{0x7e,0x2d,0x5e,0x3e,0x17,0x7e,0x5c}}, // \xe9\xa5\x92
06470 {0x9955,{0x14,0x57,0x7f,0x58,0x2e,0x5f,0x55}}, // \xe9\xa5\x95
06471 {0x9957,{0x1a,0x55,0x7f,0x7b,0x28,0x57,0x53}}, // \xe9\xa5\x97
06472 {0x9996,{0x02,0x7a,0x5b,0x5e,0x5a,0x7b,0x02}}, // \xe9\xa6\x96
06473 {0x9997,{0x42,0x3f,0x7e,0x42,0x7b,0x56,0x7b}}, // \xe9\xa6\x97
06474 {0x9998,{0x7b,0x56,0x7b,0x5a,0x42,0x3f,0x52}}, // \xe9\xa6\x98
06475 {0x9999,{0x14,0x76,0x6e,0x7e,0x6d,0x75,0x14}}, // \xe9\xa6\x99
06476 {0x99a5,{0x14,0x6d,0x7f,0x6d,0x57,0x2e,0x5a}}, // \xe9\xa6\xa5
06477 {0x99a8,{0x2a,0x26,0x77,0x5a,0x7b,0x25,0x2b}}, // \xe9\xa6\xa8
06478 {0x99ac,{0x40,0x1f,0x55,0x1f,0x55,0x15,0x71}}, // \xe9\xa6\xac
06479 {0x99ad,{0x5f,0x1f,0x75,0x40,0x4d,0x31,0x4f}}, // \xe9\xa6\xad
06480 {0x99ae,{0x71,0x00,0x5f,0x15,0x5f,0x15,0x71}}, // \xe9\xa6\xae
06481 {0x99b3,{0x5f,0x1f,0x75,0x7e,0x44,0x5f,0x6c}}, // \xe9\xa6\xb3
06482 {0x99b4,{0x5f,0x1f,0x75,0x3f,0x1e,0x00,0x7f}}, // \xe9\xa6\xb4
06483 {0x99bc,{0x5f,0x1f,0x75,0x42,0x4e,0x33,0x4e}}, // \xe9\xa6\xbc
06484 {0x99c1,{0x5f,0x1f,0x75,0x40,0x55,0x22,0x55}}, // \xe9\xa7\x81
06485 {0x99c4,{0x5f,0x1f,0x75,0x40,0x24,0x5f,0x64}}, // \xe9\xa7\x84
06486 {0x99c5,{0x5f,0x1f,0x75,0x40,0x3f,0x19,0x67}}, // \xe9\xa7\x85
06487 {0x99c6,{0x5f,0x1f,0x75,0x00,0x7f,0x49,0x55}}, // \xe9\xa7\x86
06488 {0x99c8,{0x5f,0x1f,0x75,0x7e,0x4a,0x79,0x48}}, // \xe9\xa7\x88
06489 {0x99d0,{0x5f,0x1f,0x75,0x00,0x55,0x7e,0x54}}, // \xe9\xa7\x90
06490 {0x99d1,{0x52,0x0e,0x5b,0x16,0x5b,0x15,0x7b}}, // \xe9\xa7\x91
06491 {0x99d2,{0x5f,0x1f,0x75,0x04,0x1b,0x5a,0x7e}}, // \xe9\xa7\x92
06492 {0x99d5,{0x4a,0x07,0x5a,0x16,0x5e,0x1a,0x7e}}, // \xe9\xa7\x95
06493 {0x99d8,{0x5f,0x1f,0x75,0x08,0x6c,0x6b,0x6c}}, // \xe9\xa7\x98
06494 {0x99db,{0x5f,0x1f,0x75,0x4e,0x5a,0x3f,0x4e}}, // \xe9\xa7\x9b
06495 {0x99dd,{0x5f,0x1f,0x75,0x06,0x7a,0x53,0x56}}, // \xe9\xa7\x9d
06496 {0x99df,{0x5f,0x1f,0x75,0x7f,0x51,0x4f,0x7f}}, // \xe9\xa7\x9f
06497 {0x99e2,{0x5f,0x1f,0x75,0x54,0x3d,0x14,0x7d}}, // \xe9\xa7\xa2
06498 {0x99ed,{0x5f,0x1f,0x75,0x4a,0x56,0x2b,0x52}}, // \xe9\xa7\xad
06499 {0x99ee,{0x5f,0x1f,0x75,0x4a,0x56,0x23,0x56}}, // \xe9\xa7\xae
06500 {0x99f1,{0x5f,0x1f,0x75,0x10,0x6a,0x65,0x6b}}, // \xe9\xa7\xb1
06501 {0x99f2,{0x5f,0x1f,0x75,0x4c,0x3f,0x0c,0x7f}}, // \xe9\xa7\xb2
06502 {0x99f8,{0x5f,0x1f,0x75,0x58,0x5d,0x2f,0x5a}}, // \xe9\xa7\xb8
06503 {0x99fb,{0x5f,0x1f,0x75,0x28,0x2f,0x7d,0x2f}}, // \xe9\xa7\xbb
06504 {0x99ff,{0x5f,0x1f,0x75,0x2a,0x57,0x32,0x4f}}, // \xe9\xa7\xbf
06505 {0x9a01,{0x5f,0x1f,0x75,0x08,0x1e,0x5f,0x6e}}, // \xe9\xa8\x81
06506 {0x9a05,{0x5f,0x1f,0x75,0x7f,0x4a,0x7f,0x4a}}, // \xe9\xa8\x85
06507 {0x9a0e,{0x5f,0x1f,0x75,0x12,0x5a,0x17,0x7a}}, // \xe9\xa8\x8e
06508 {0x9a0f,{0x5f,0x1f,0x75,0x52,0x1f,0x1a,0x5f}}, // \xe9\xa8\x8f
06509 {0x9a12,{0x5f,0x1f,0x75,0x49,0x5b,0x7d,0x5b}}, // \xe9\xa8\x92
06510 {0x9a13,{0x5f,0x1f,0x7d,0x56,0x3d,0x56,0x5c}}, // \xe9\xa8\x93
06511 {0x9a19,{0x5f,0x1f,0x75,0x21,0x7f,0x35,0x77}}, // \xe9\xa8\x99
06512 {0x9a28,{0x5f,0x1f,0x75,0x2c,0x2d,0x7e,0x2d}}, // \xe9\xa8\xa8
06513 {0x9a2b,{0x56,0x0a,0x5e,0x1b,0x5e,0x1a,0x76}}, // \xe9\xa8\xab
06514 {0x9a30,{0x7f,0x15,0x7f,0x45,0x1c,0x5f,0x75}}, // \xe9\xa8\xb0
06515 {0x9a37,{0x5f,0x1f,0x75,0x48,0x7b,0x75,0x5b}}, // \xe9\xa8\xb7
06516 {0x9a3e,{0x5f,0x1f,0x77,0x1d,0x77,0x15,0x57}}, // \xe9\xa8\xbe
06517 {0x9a40,{0x4a,0x06,0x5f,0x16,0x5f,0x16,0x7a}}, // \xe9\xa9\x80
06518 {0x9a42,{0x5f,0x1f,0x7a,0x4f,0x5a,0x2d,0x1a}}, // \xe9\xa9\x82
06519 {0x9a43,{0x5f,0x1f,0x75,0x11,0x77,0x17,0x51}}, // \xe9\xa9\x83
06520 {0x9a45,{0x5f,0x1f,0x75,0x7f,0x47,0x77,0x71}}, // \xe9\xa9\x85
06521 {0x9a4d,{0x5f,0x1f,0x75,0x5c,0x3e,0x77,0x5e}}, // \xe9\xa9\x8d
06522 {0x9a55,{0x5f,0x1f,0x7a,0x17,0x5b,0x17,0x7a}}, // \xe9\xa9\x95
06523 {0x9a57,{0x5f,0x1f,0x7d,0x36,0x5d,0x36,0x5c}}, // \xe9\xa9\x97
06524 {0x9a5a,{0x4a,0x07,0x5e,0x1f,0x5a,0x15,0x7b}}, // \xe9\xa9\x9a
06525 {0x9a5b,{0x5f,0x1f,0x75,0x2b,0x3b,0x6f,0x3b}}, // \xe9\xa9\x9b
06526 {0x9a5f,{0x5f,0x1f,0x75,0x2b,0x7f,0x25,0x4b}}, // \xe9\xa9\x9f
06527 {0x9a62,{0x5f,0x1f,0x75,0x5c,0x64,0x6f,0x4a}}, // \xe9\xa9\xa2
06528 {0x9a64,{0x5f,0x1f,0x77,0x7e,0x5b,0x3e,0x56}}, // \xe9\xa9\xa4
06529 {0x9a65,{0x5f,0x1f,0x75,0x5a,0x3f,0x3f,0x5a}}, // \xe9\xa9\xa5
06530 {0x9a69,{0x5f,0x1f,0x77,0x7f,0x52,0x7f,0x56}}, // \xe9\xa9\xa9
06531 {0x9a6a,{0x5f,0x1f,0x7f,0x55,0x1e,0x7d,0x57}}, // \xe9\xa9\xaa
06532 {0x9a6b,{0x48,0x77,0x3d,0x77,0x7d,0x35,0x6c}}, // \xe9\xa9\xab
06533 {0x9aa8,{0x0c,0x7f,0x15,0x15,0x57,0x7f,0x0c}}, // \xe9\xaa\xa8
06534 {0x9aad,{0x0c,0x77,0x35,0x7f,0x09,0x7f,0x09}}, // \xe9\xaa\xad
06535 {0x9ab0,{0x0c,0x77,0x35,0x7f,0x5b,0x29,0x5b}}, // \xe9\xaa\xb0
06536 {0x9ab8,{0x0c,0x77,0x35,0x7f,0x56,0x2b,0x52}}, // \xe9\xaa\xb8
06537 {0x9abc,{0x0c,0x77,0x35,0x7f,0x0a,0x65,0x6b}}, // \xe9\xaa\xbc
06538 {0x9ac0,{0x0c,0x77,0x7f,0x2e,0x3f,0x7a,0x2e}}, // \xe9\xab\x80
06539 {0x9ac4,{0x0c,0x77,0x3f,0x79,0x4a,0x77,0x72}}, // \xe9\xab\x84
06540 {0x9acf,{0x0c,0x77,0x7f,0x7e,0x5b,0x3e,0x54}}, // \xe9\xab\x8f
06541 {0x9ad1,{0x0c,0x77,0x7f,0x4b,0x75,0x37,0x7f}}, // \xe9\xab\x91
06542 {0x9ad3,{0x0c,0x77,0x7f,0x65,0x4a,0x7f,0x7a}}, // \xe9\xab\x93
06543 {0x9ad4,{0x0c,0x77,0x7f,0x5e,0x6f,0x6e,0x5f}}, // \xe9\xab\x94
06544 {0x9ad8,{0x72,0x12,0x7e,0x5b,0x7e,0x12,0x72}}, // \xe9\xab\x98
06545 {0x9ade,{0x72,0x3f,0x7e,0x37,0x7d,0x37,0x5c}}, // \xe9\xab\x9e
06546 {0x9adf,{0x50,0x7f,0x55,0x35,0x50,0x4a,0x25}}, // \xe9\xab\x9f
06547 {0x9ae2,{0x24,0x2f,0x7d,0x5d,0x70,0x7a,0x55}}, // \xe9\xab\xa2
06548 {0x9ae3,{0x14,0x5f,0x5d,0x3d,0x30,0x7a,0x15}}, // \xe9\xab\xa3
06549 {0x9ae6,{0x24,0x2f,0x3d,0x7d,0x50,0x5a,0x55}}, // \xe9\xab\xa6
06550 {0x9aea,{0x44,0x4f,0x2d,0x5d,0x38,0x5a,0x4d}}, // \xe9\xab\xaa
06551 {0x9aeb,{0x24,0x2f,0x1d,0x6d,0x68,0x6a,0x1d}}, // \xe9\xab\xab
06552 {0x9aed,{0x64,0x4f,0x7d,0x55,0x00,0x7a,0x55}}, // \xe9\xab\xad
06553 {0x9aee,{0x44,0x4f,0x2d,0x5d,0x28,0x5a,0x4d}}, // \xe9\xab\xae
06554 {0x9aef,{0x24,0x7f,0x2d,0x3d,0x28,0x7a,0x25}}, // \xe9\xab\xaf
06555 {0x9af1,{0x14,0x17,0x6d,0x6d,0x68,0x4a,0x5d}}, // \xe9\xab\xb1
06556 {0x9af4,{0x44,0x5f,0x3d,0x2d,0x7c,0x2a,0x65}}, // \xe9\xab\xb4
06557 {0x9af7,{0x74,0x57,0x7d,0x55,0x70,0x5a,0x75}}, // \xe9\xab\xb7
06558 {0x9afb,{0x04,0x6f,0x6d,0x7d,0x68,0x6a,0x05}}, // \xe9\xab\xbb
06559 {0x9b06,{0x54,0x3f,0x7d,0x3d,0x68,0x52,0x69}}, // \xe9\xac\x86
06560 {0x9b18,{0x44,0x5f,0x5d,0x2d,0x5c,0x5a,0x45}}, // \xe9\xac\x98
06561 {0x9b1a,{0x54,0x2f,0x05,0x4d,0x38,0x3a,0x4d}}, // \xe9\xac\x9a
06562 {0x9b1f,{0x54,0x37,0x7d,0x5d,0x38,0x5a,0x55}}, // \xe9\xac\x9f
06563 {0x9b22,{0x4c,0x57,0x3d,0x3d,0x3c,0x76,0x4d}}, // \xe9\xac\xa2
06564 {0x9b23,{0x44,0x7f,0x5d,0x3d,0x58,0x3a,0x45}}, // \xe9\xac\xa3
06565 {0x9b25,{0x7f,0x07,0x05,0x00,0x05,0x47,0x7f}}, // \xe9\xac\xa5
06566 {0x9b27,{0x7f,0x0b,0x39,0x7c,0x19,0x3b,0x7f}}, // \xe9\xac\xa7
06567 {0x9b28,{0x7f,0x6b,0x3d,0x28,0x3d,0x6b,0x7f}}, // \xe9\xac\xa8
06568 {0x9b29,{0x7f,0x03,0x59,0x34,0x71,0x5b,0x7f}}, // \xe9\xac\xa9
06569 {0x9b2a,{0x7f,0x5b,0x69,0x58,0x11,0x7b,0x7f}}, // \xe9\xac\xaa
06570 {0x9b2e,{0x7f,0x0b,0x39,0x74,0x7d,0x43,0x7f}}, // \xe9\xac\xae
06571 {0x9b2f,{0x0f,0x3d,0x5a,0x5d,0x5a,0x4d,0x6f}}, // \xe9\xac\xaf
06572 {0x9b31,{0x1a,0x7f,0x5e,0x5d,0x0e,0x57,0x2a}}, // \xe9\xac\xb1
06573 {0x9b32,{0x79,0x2f,0x1d,0x6d,0x3d,0x2f,0x79}}, // \xe9\xac\xb2
06574 {0x9b3b,{0x6d,0x3f,0x2a,0x6f,0x2a,0x3d,0x6f}}, // \xe9\xac\xbb
06575 {0x9b3c,{0x40,0x5e,0x3a,0x1f,0x7a,0x6e,0x50}}, // \xe9\xac\xbc
06576 {0x9b41,{0x4e,0x3f,0x7e,0x55,0x50,0x7f,0x48}}, // \xe9\xad\x81
06577 {0x9b42,{0x35,0x2d,0x35,0x5e,0x3f,0x7a,0x5e}}, // \xe9\xad\x82
06578 {0x9b43,{0x4e,0x3f,0x7e,0x52,0x6f,0x52,0x6b}}, // \xe9\xad\x83
06579 {0x9b44,{0x3e,0x2b,0x3e,0x5e,0x3f,0x7a,0x5e}}, // \xe9\xad\x84
06580 {0x9b45,{0x4e,0x3f,0x6e,0x5a,0x7f,0x5a,0x68}}, // \xe9\xad\x85
06581 {0x9b4d,{0x4e,0x3f,0x7e,0x7f,0x5b,0x55,0x7f}}, // \xe9\xad\x8d
06582 {0x9b4e,{0x4e,0x3f,0x7e,0x7d,0x65,0x5f,0x7d}}, // \xe9\xad\x8e
06583 {0x9b4f,{0x5a,0x77,0x3f,0x56,0x3f,0x7a,0x5e}}, // \xe9\xad\x8f
06584 {0x9b51,{0x4e,0x3f,0x7e,0x72,0x5e,0x7f,0x72}}, // \xe9\xad\x91
06585 {0x9b54,{0x40,0x3e,0x4a,0x3e,0x3b,0x7e,0x4a}}, // \xe9\xad\x94
06586 {0x9b58,{0x50,0x4f,0x3f,0x2d,0x7b,0x77,0x4b}}, // \xe9\xad\x98
06587 {0x9b5a,{0x42,0x1e,0x55,0x1d,0x57,0x1c,0x40}}, // \xe9\xad\x9a
06588 {0x9b6f,{0x12,0x6e,0x7d,0x6d,0x7f,0x6c,0x10}}, // \xe9\xad\xaf
06589 {0x9b74,{0x42,0x1d,0x5f,0x42,0x3e,0x4b,0x7a}}, // \xe9\xad\xb4
06590 {0x9b83,{0x42,0x1d,0x5f,0x15,0x13,0x7f,0x15}}, // \xe9\xae\x83
06591 {0x9b8e,{0x42,0x1d,0x5f,0x70,0x5f,0x54,0x74}}, // \xe9\xae\x8e
06592 {0x9b91,{0x42,0x1d,0x5f,0x04,0x7b,0x5a,0x5e}}, // \xe9\xae\x91
06593 {0x9b92,{0x42,0x1d,0x5f,0x7e,0x09,0x42,0x7f}}, // \xe9\xae\x92
06594 {0x9b93,{0x42,0x1d,0x5f,0x04,0x7f,0x2a,0x2a}}, // \xe9\xae\x93
06595 {0x9b96,{0x42,0x1d,0x5f,0x11,0x7f,0x49,0x79}}, // \xe9\xae\x96
06596 {0x9b97,{0x42,0x1d,0x5f,0x08,0x0a,0x55,0x4b}}, // \xe9\xae\x97
06597 {0x9b9f,{0x42,0x1d,0x5f,0x5a,0x2f,0x3a,0x4e}}, // \xe9\xae\x9f
06598 {0x9ba0,{0x42,0x1d,0x5f,0x3e,0x7d,0x4f,0x5c}}, // \xe9\xae\xa0
06599 {0x9ba8,{0x42,0x1d,0x5f,0x00,0x6f,0x6a,0x6d}}, // \xe9\xae\xa8
06600 {0x9baa,{0x42,0x1d,0x5f,0x12,0x7f,0x2a,0x7a}}, // \xe9\xae\xaa
06601 {0x9bab,{0x42,0x1d,0x5f,0x4a,0x56,0x23,0x56}}, // \xe9\xae\xab
06602 {0x9bad,{0x42,0x1d,0x5f,0x08,0x5a,0x7f,0x5a}}, // \xe9\xae\xad
06603 {0x9bae,{0x42,0x1d,0x5f,0x22,0x2b,0x7e,0x2b}}, // \xe9\xae\xae
06604 {0x9bb4,{0x42,0x1d,0x5f,0x7f,0x1a,0x7f,0x1a}}, // \xe9\xae\xb4
06605 {0x9bb9,{0x5d,0x1f,0x42,0x7d,0x2a,0x7d,0x02}}, // \xe9\xae\xb9
06606 {0x9bc0,{0x42,0x1d,0x5f,0x15,0x7b,0x11,0x59}}, // \xe9\xaf\x80
06607 {0x9bc6,{0x42,0x1d,0x5f,0x7a,0x7f,0x2a,0x7b}}, // \xe9\xaf\x86
06608 {0x9bc9,{0x42,0x1d,0x5f,0x55,0x7f,0x55,0x5f}}, // \xe9\xaf\x89
06609 {0x9bca,{0x55,0x30,0x7a,0x38,0x77,0x34,0x42}}, // \xe9\xaf\x8a
06610 {0x9bcf,{0x42,0x1d,0x5f,0x35,0x7f,0x0e,0x7f}}, // \xe9\xaf\x8f
06611 {0x9bd1,{0x42,0x1d,0x5f,0x2d,0x7a,0x2d,0x68}}, // \xe9\xaf\x91
06612 {0x9bd2,{0x42,0x1d,0x5f,0x7c,0x15,0x7f,0x7d}}, // \xe9\xaf\x92
06613 {0x9bd4,{0x42,0x1d,0x5f,0x7a,0x5d,0x7a,0x7d}}, // \xe9\xaf\x94
06614 {0x9bd6,{0x42,0x1d,0x5f,0x08,0x7a,0x2f,0x7a}}, // \xe9\xaf\x96
06615 {0x9bdb,{0x5d,0x1f,0x7f,0x35,0x2f,0x35,0x7f}}, // \xe9\xaf\x9b
06616 {0x9be1,{0x5d,0x1f,0x6a,0x3f,0x00,0x7f,0x2a}}, // \xe9\xaf\xa1
06617 {0x9be2,{0x42,0x1d,0x5f,0x5e,0x35,0x72,0x5e}}, // \xe9\xaf\xa2
06618 {0x9be3,{0x42,0x1d,0x5f,0x27,0x5d,0x35,0x77}}, // \xe9\xaf\xa3
06619 {0x9be4,{0x42,0x1d,0x7f,0x55,0x05,0x7d,0x57}}, // \xe9\xaf\xa4
06620 {0x9be8,{0x42,0x1d,0x5f,0x22,0x4e,0x7b,0x2e}}, // \xe9\xaf\xa8
06621 {0x9bf0,{0x42,0x1d,0x5f,0x2a,0x4d,0x5e,0x64}}, // \xe9\xaf\xb0
06622 {0x9bf1,{0x42,0x1d,0x5f,0x7c,0x24,0x6f,0x4a}}, // \xe9\xaf\xb1
06623 {0x9bf2,{0x5d,0x1f,0x62,0x1f,0x7a,0x29,0x52}}, // \xe9\xaf\xb2
06624 {0x9bf5,{0x42,0x1d,0x5f,0x14,0x4e,0x55,0x2a}}, // \xe9\xaf\xb5
06625 {0x9c04,{0x42,0x1d,0x7f,0x2e,0x56,0x3f,0x52}}, // \xe9\xb0\x84
06626 {0x9c06,{0x42,0x1d,0x5f,0x1a,0x6f,0x7e,0x2a}}, // \xe9\xb0\x86
06627 {0x9c08,{0x42,0x1d,0x5f,0x32,0x77,0x36,0x57}}, // \xe9\xb0\x88
06628 {0x9c09,{0x42,0x1d,0x5f,0x10,0x5e,0x7b,0x5e}}, // \xe9\xb0\x89
06629 {0x9c0a,{0x42,0x1d,0x5f,0x2e,0x7f,0x2e,0x4e}}, // \xe9\xb0\x8a
06630 {0x9c0c,{0x42,0x1d,0x5f,0x76,0x7d,0x7d,0x76}}, // \xe9\xb0\x8c
06631 {0x9c0d,{0x5d,0x1f,0x35,0x7f,0x4c,0x3f,0x44}}, // \xe9\xb0\x8d
06632 {0x9c10,{0x42,0x1d,0x5f,0x0b,0x1f,0x5c,0x6b}}, // \xe9\xb0\x90
06633 {0x9c12,{0x42,0x1d,0x5f,0x53,0x2e,0x5e,0x42}}, // \xe9\xb0\x92
06634 {0x9c13,{0x42,0x1d,0x5f,0x2d,0x4f,0x4d,0x6f}}, // \xe9\xb0\x93
06635 {0x9c14,{0x42,0x1d,0x7f,0x6a,0x6a,0x3f,0x52}}, // \xe9\xb0\x94
06636 {0x9c15,{0x42,0x1d,0x7f,0x2b,0x58,0x2d,0x5f}}, // \xe9\xb0\x95
06637 {0x9c1b,{0x42,0x1d,0x5f,0x47,0x75,0x75,0x47}}, // \xe9\xb0\x9b
06638 {0x9c21,{0x42,0x1d,0x5f,0x0e,0x69,0x66,0x0e}}, // \xe9\xb0\xa1
06639 {0x9c24,{0x42,0x1d,0x7f,0x36,0x1d,0x7f,0x1d}}, // \xe9\xb0\xa4
06640 {0x9c25,{0x42,0x1d,0x5f,0x2b,0x77,0x2b,0x53}}, // \xe9\xb0\xa5
06641 {0x9c2d,{0x42,0x1d,0x5f,0x0a,0x67,0x7e,0x75}}, // \xe9\xb0\xad
06642 {0x9c2e,{0x42,0x1d,0x5f,0x4f,0x6d,0x6b,0x4f}}, // \xe9\xb0\xae
06643 {0x9c2f,{0x5d,0x1f,0x5d,0x77,0x20,0x5d,0x77}}, // \xe9\xb0\xaf
06644 {0x9c30,{0x5d,0x1f,0x35,0x7d,0x3e,0x6b,0x3e}}, // \xe9\xb0\xb0
06645 {0x9c32,{0x54,0x3e,0x7f,0x34,0x7a,0x35,0x4b}}, // \xe9\xb0\xb2
06646 {0x9c39,{0x5d,0x1f,0x47,0x57,0x7b,0x55,0x4b}}, // \xe9\xb0\xb9
06647 {0x9c3a,{0x5d,0x1f,0x5a,0x4f,0x5a,0x2d,0x1a}}, // \xe9\xb0\xba
06648 {0x9c3b,{0x5d,0x1f,0x4c,0x5f,0x2d,0x5f,0x4c}}, // \xe9\xb0\xbb
06649 {0x9c3e,{0x42,0x1d,0x5f,0x11,0x77,0x17,0x51}}, // \xe9\xb0\xbe
06650 {0x9c46,{0x42,0x1d,0x5f,0x2a,0x3e,0x7b,0x2e}}, // \xe9\xb1\x86
06651 {0x9c47,{0x42,0x1d,0x3f,0x52,0x7f,0x2e,0x56}}, // \xe9\xb1\x87
06652 {0x9c48,{0x42,0x1d,0x5f,0x06,0x53,0x57,0x76}}, // \xe9\xb1\x88
06653 {0x9c52,{0x42,0x1d,0x5f,0x1e,0x37,0x52,0x7f}}, // \xe9\xb1\x92
06654 {0x9c57,{0x5d,0x1f,0x55,0x32,0x27,0x72,0x25}}, // \xe9\xb1\x97
06655 {0x9c5a,{0x5d,0x1f,0x52,0x7e,0x57,0x7e,0x12}}, // \xe9\xb1\x9a
06656 {0x9c60,{0x42,0x1d,0x5f,0x76,0x5d,0x76,0x1c}}, // \xe9\xb1\xa0
06657 {0x9c67,{0x42,0x1d,0x5f,0x5e,0x6f,0x6e,0x5f}}, // \xe9\xb1\xa7
06658 {0x9c76,{0x5d,0x1f,0x2a,0x7b,0x3e,0x5b,0x2a}}, // \xe9\xb1\xb6
06659 {0x9c78,{0x42,0x1d,0x5f,0x5c,0x64,0x6f,0x4a}}, // \xe9\xb1\xb8
06660 {0x9ce5,{0x40,0x1e,0x56,0x17,0x56,0x16,0x70}}, // \xe9\xb3\xa5
06661 {0x9ce7,{0x50,0x4e,0x3e,0x2f,0x3e,0x68,0x58}}, // \xe9\xb3\xa7
06662 {0x9ce9,{0x22,0x1f,0x3e,0x20,0x5e,0x17,0x76}}, // \xe9\xb3\xa9
06663 {0x9ceb,{0x40,0x3f,0x41,0x1d,0x5f,0x1d,0x71}}, // \xe9\xb3\xab
06664 {0x9cec,{0x40,0x46,0x36,0x17,0x76,0x44,0x6c}}, // \xe9\xb3\xac
06665 {0x9cf0,{0x31,0x0f,0x10,0x5e,0x17,0x56,0x70}}, // \xe9\xb3\xb0
06666 {0x9cf3,{0x40,0x3f,0x5d,0x1f,0x71,0x7f,0x40}}, // \xe9\xb3\xb3
06667 {0x9cf4,{0x1e,0x1e,0x40,0x1e,0x57,0x16,0x70}}, // \xe9\xb3\xb4
06668 {0x9cf6,{0x42,0x1a,0x5a,0x1e,0x5b,0x16,0x7b}}, // \xe9\xb3\xb6
06669 {0x9d03,{0x5e,0x17,0x76,0x48,0x4a,0x3f,0x4e}}, // \xe9\xb4\x83
06670 {0x9d06,{0x46,0x3f,0x72,0x46,0x1e,0x57,0x76}}, // \xe9\xb4\x86
06671 {0x9d07,{0x2f,0x7a,0x2a,0x5e,0x17,0x56,0x70}}, // \xe9\xb4\x87
06672 {0x9d08,{0x40,0x3f,0x7d,0x03,0x5d,0x1f,0x71}}, // \xe9\xb4\x88
06673 {0x9d09,{0x2f,0x59,0x7f,0x09,0x5e,0x17,0x76}}, // \xe9\xb4\x89
06674 {0x9d0e,{0x7f,0x55,0x49,0x14,0x5e,0x17,0x76}}, // \xe9\xb4\x8e
06675 {0x9d12,{0x16,0x75,0x36,0x00,0x5e,0x17,0x76}}, // \xe9\xb4\x92
06676 {0x9d15,{0x5e,0x17,0x70,0x06,0x7a,0x53,0x56}}, // \xe9\xb4\x95
06677 {0x9d1b,{0x4a,0x0b,0x5d,0x1b,0x5f,0x19,0x7b}}, // \xe9\xb4\x9b
06678 {0x9d1f,{0x7e,0x4a,0x5e,0x29,0x5e,0x17,0x76}}, // \xe9\xb4\x9f
06679 {0x9d23,{0x3a,0x2f,0x3a,0x40,0x1e,0x57,0x76}}, // \xe9\xb4\xa3
06680 {0x9d26,{0x54,0x0e,0x5e,0x1f,0x56,0x1e,0x74}}, // \xe9\xb4\xa6
06681 {0x9d28,{0x0f,0x7f,0x0f,0x5e,0x17,0x56,0x70}}, // \xe9\xb4\xa8
06682 {0x9d2a,{0x46,0x3a,0x03,0x3a,0x5e,0x17,0x76}}, // \xe9\xb4\xaa
06683 {0x9d2b,{0x3e,0x3e,0x3e,0x40,0x1e,0x57,0x76}}, // \xe9\xb4\xab
06684 {0x9d2c,{0x46,0x03,0x5a,0x1f,0x5a,0x13,0x76}}, // \xe9\xb4\xac
06685 {0x9d3b,{0x75,0x22,0x3e,0x52,0x1e,0x57,0x76}}, // \xe9\xb4\xbb
06686 {0x9d3e,{0x36,0x2d,0x7c,0x2e,0x5e,0x17,0x76}}, // \xe9\xb4\xbe
06687 {0x9d3f,{0x76,0x55,0x76,0x00,0x5e,0x17,0x76}}, // \xe9\xb4\xbf
06688 {0x9d41,{0x4a,0x56,0x23,0x56,0x1e,0x57,0x76}}, // \xe9\xb5\x81
06689 {0x9d44,{0x49,0x5d,0x3b,0x2d,0x5e,0x17,0x76}}, // \xe9\xb5\x84
06690 {0x9d46,{0x0a,0x7d,0x5e,0x17,0x70,0x05,0x7d}}, // \xe9\xb5\x86
06691 {0x9d48,{0x21,0x3f,0x2d,0x7f,0x5e,0x17,0x76}}, // \xe9\xb5\x88
06692 {0x9d50,{0x51,0x4d,0x3f,0x2d,0x5e,0x17,0x76}}, // \xe9\xb5\x90
06693 {0x9d51,{0x78,0x2b,0x2b,0x78,0x5e,0x17,0x76}}, // \xe9\xb5\x91
06694 {0x9d59,{0x5f,0x15,0x5f,0x00,0x5e,0x17,0x76}}, // \xe9\xb5\x99
06695 {0x9d5c,{0x5a,0x2b,0x7e,0x2b,0x5e,0x17,0x76}}, // \xe9\xb5\x9c
06696 {0x9d5d,{0x26,0x7e,0x25,0x7f,0x5e,0x17,0x76}}, // \xe9\xb5\x9d
06697 {0x9d5e,{0x4a,0x0f,0x5f,0x1a,0x5b,0x16,0x7b}}, // \xe9\xb5\x9e
06698 {0x9d60,{0x0c,0x6b,0x6f,0x0a,0x5e,0x17,0x76}}, // \xe9\xb5\xa0
06699 {0x9d61,{0x75,0x65,0x3e,0x45,0x5e,0x17,0x76}}, // \xe9\xb5\xa1
06700 {0x9d64,{0x42,0x3d,0x5f,0x7c,0x5e,0x17,0x76}}, // \xe9\xb5\xa4
06701 {0x9d6c,{0x7f,0x15,0x7f,0x7f,0x5e,0x17,0x76}}, // \xe9\xb5\xac
06702 {0x9d6f,{0x2e,0x3f,0x7a,0x2e,0x5e,0x17,0x76}}, // \xe9\xb5\xaf
06703 {0x9d72,{0x0a,0x6f,0x6a,0x0f,0x5e,0x17,0x76}}, // \xe9\xb5\xb2
06704 {0x9d7a,{0x12,0x7e,0x2b,0x5a,0x1e,0x57,0x76}}, // \xe9\xb5\xba
06705 {0x9d87,{0x42,0x2e,0x7f,0x2a,0x5e,0x17,0x76}}, // \xe9\xb6\x87
06706 {0x9d89,{0x22,0x2e,0x7b,0x1e,0x5e,0x17,0x76}}, // \xe9\xb6\x89
06707 {0x9d8f,{0x55,0x39,0x55,0x00,0x5e,0x17,0x76}}, // \xe9\xb6\x8f
06708 {0x9d9a,{0x0b,0x5f,0x6c,0x0b,0x5e,0x17,0x76}}, // \xe9\xb6\x9a
06709 {0x9da4,{0x27,0x3d,0x7f,0x27,0x5e,0x17,0x76}}, // \xe9\xb6\xa4
06710 {0x9da9,{0x4a,0x07,0x5f,0x1d,0x5a,0x15,0x7b}}, // \xe9\xb6\xa9
06711 {0x9dab,{0x42,0x2e,0x7f,0x2e,0x5e,0x17,0x76}}, // \xe9\xb6\xab
06712 {0x9daf,{0x4d,0x06,0x5d,0x1c,0x5d,0x16,0x7d}}, // \xe9\xb6\xaf
06713 {0x9db2,{0x5a,0x2d,0x58,0x29,0x7a,0x1f,0x76}}, // \xe9\xb6\xb2
06714 {0x9db4,{0x16,0x7a,0x7f,0x4a,0x1e,0x57,0x76}}, // \xe9\xb6\xb4
06715 {0x9db8,{0x5d,0x77,0x5d,0x77,0x5e,0x17,0x76}}, // \xe9\xb6\xb8
06716 {0x9dba,{0x15,0x7d,0x2a,0x7d,0x5e,0x17,0x76}}, // \xe9\xb6\xba
06717 {0x9dbb,{0x0c,0x77,0x35,0x77,0x5e,0x17,0x76}}, // \xe9\xb6\xbb
06718 {0x9dc1,{0x52,0x6d,0x6d,0x52,0x1e,0x57,0x76}}, // \xe9\xb7\x81
06719 {0x9dc2,{0x6a,0x4d,0x7b,0x68,0x5e,0x17,0x76}}, // \xe9\xb7\x82
06720 {0x9dc4,{0x52,0x55,0x3b,0x51,0x1e,0x57,0x76}}, // \xe9\xb7\x84
06721 {0x9dc6,{0x58,0x1f,0x1e,0x52,0x1e,0x57,0x76}}, // \xe9\xb7\x86
06722 {0x9dcf,{0x52,0x1e,0x1f,0x52,0x1e,0x57,0x76}}, // \xe9\xb7\x8f
06723 {0x9dd3,{0x7e,0x4a,0x1f,0x5a,0x5e,0x17,0x76}}, // \xe9\xb7\x93
06724 {0x9dd9,{0x44,0x0e,0x5f,0x1a,0x57,0x1e,0x78}}, // \xe9\xb7\x99
06725 {0x9de6,{0x44,0x1f,0x5e,0x13,0x5e,0x17,0x76}}, // \xe9\xb7\xa6
06726 {0x9ded,{0x15,0x6f,0x7d,0x6f,0x5e,0x17,0x76}}, // \xe9\xb7\xad
06727 {0x9def,{0x4a,0x1e,0x6b,0x1e,0x5e,0x17,0x76}}, // \xe9\xb7\xaf
06728 {0x9df2,{0x52,0x0e,0x5b,0x1e,0x5a,0x17,0x7a}}, // \xe9\xb7\xb2
06729 {0x9df8,{0x7a,0x37,0x5f,0x73,0x5e,0x17,0x76}}, // \xe9\xb7\xb8
06730 {0x9df9,{0x40,0x3e,0x4e,0x12,0x5f,0x1e,0x7a}}, // \xe9\xb7\xb9
06731 {0x9dfa,{0x4b,0x0d,0x5b,0x16,0x5d,0x1f,0x74}}, // \xe9\xb7\xba
06732 {0x9dfd,{0x4c,0x06,0x5d,0x1e,0x5d,0x17,0x7c}}, // \xe9\xb7\xbd
06733 {0x9e1a,{0x57,0x7b,0x54,0x33,0x5f,0x16,0x77}}, // \xe9\xb8\x9a
06734 {0x9e1b,{0x26,0x7f,0x52,0x7f,0x5e,0x17,0x76}}, // \xe9\xb8\x9b
06735 {0x9e1e,{0x4a,0x1d,0x5a,0x17,0x5a,0x1d,0x78}}, // \xe9\xb8\x9e
06736 {0x9e75,{0x00,0x7c,0x54,0x6f,0x56,0x6e,0x7a}}, // \xe9\xb9\xb5