From 601d294296e1de9fc423700db00bccc04a2bf50d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Jun 2001 12:55:46 +0000 Subject: [PATCH] Update. 2001-06-04 Bruno Haible * iconv/loop.c (UNICODE_TAG_HANDLER): New macro. * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Invoke UNICODE_TAG_HANDLER. (__gconv_transform_internal_ucs2): Likewise. (__gconv_transform_internal_ucs2reverse): Likewise. * iconvdata/8bit-gap.c (BODY for TO_LOOP): Invoke UNICODE_TAG_HANDLER. * iconvdata/8bit-generic.c (BODY for TO_LOOP): Likewise. * iconvdata/ansi_x3.110.c (BODY for TO_LOOP): Likewise. * iconvdata/big5.c (BODY for TO_LOOP): Likewise. * iconvdata/big5hkscs.c (BODY for TO_LOOP): Likewise. * iconvdata/cp1255.c (BODY for TO_LOOP): Likewise. * iconvdata/cp1258.c (BODY for TO_LOOP): Likewise. * iconvdata/euc-cn.c (BODY for TO_LOOP): Likewise. * iconvdata/euc-jp.c (BODY for TO_LOOP): Likewise. * iconvdata/euc-kr.c (BODY for TO_LOOP): Likewise. * iconvdata/euc-tw.c (BODY for TO_LOOP): Likewise. * iconvdata/gbk.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm930.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm932.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise. * iconvdata/ibm943.c (BODY for TO_LOOP): Likewise. * iconvdata/iso646.c (BODY for TO_LOOP): Likewise. * iconvdata/iso8859-1.c (BODY for TO_LOOP): Likewise. * iconvdata/iso_6937.c (BODY for TO_LOOP): Likewise. * iconvdata/iso_6937-2.c (BODY for TO_LOOP): Likewise. * iconvdata/iso-2022-cn.c (BODY for TO_LOOP): Likewise. * iconvdata/iso-2022-cn-ext.c (BODY for TO_LOOP): Likewise. * iconvdata/iso-2022-kr.c (BODY for TO_LOOP): Likewise. * iconvdata/johab.c (BODY for TO_LOOP): Likewise. * iconvdata/sjis.c (BODY for TO_LOOP): Likewise. * iconvdata/t.61.c (BODY for TO_LOOP): Likewise. * iconvdata/uhc.c (BODY for TO_LOOP): Likewise. * iconvdata/unicode.c (BODY for TO_LOOP): Likewise. * iconvdata/iso-2022-jp.c (TAG_none, TAG_language, TAG_language_j, TAG_language_ja, TAG_language_k, TAG_language_ko, TAG_language_z, TAG_language_zh, CURRENT_TAG_MASK): New enum values. (EMIT_SHIFT_TO_INIT): Don't emit an escape sequence if ASCII_set is already selected but set2 or tag are set. (conversion): New enum type. (cvlist_t): New type. (CVLIST, CVLIST_FIRST, CVLIST_REST): New macros. (conversion_lists): New array. (BODY for TO_LOOP): Keep track of Unicode 3.1 language tag. If "ja", prefer conversion to Japanese character sets. If "zh", prefer conversion to GB2312. If "ko", prefer conversion to KSC5601. Small optimizations. (INIT_PARAMS): Add tag. (UPDATE_PARAMS): Add tag. 2001-06-04 Bruno Haible * locale/programs/locfile.c (write_locale_data): Before creat(), unlink the file, to avoid crashing the processes that mmap it. Change a double slash to a single slash. Free fname in case of error return. 2001-06-02 Jakub Jelinek * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Mostly revert 2000-12-03 changes, do the special handling for denormal numbers, not for normalized numbers (patch by ). * math/test-misc.c (main): Test frexpl with denormal arguments. 2001-06-04 Jakub Jelinek * math/libm-test.inc (llround_test): Add two new llround tests. * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Don't allow overflow when rounding away from zero. 2001-06-04 Jakub Jelinek * math/Makefile (libm-calls): Add e_log2, w_log2, remove s_log2. * math/math_private.h (__ieee754_log2, __ieee754_log2f, __ieee754_log2l): New prototypes. * sysdeps/generic/w_log2.c: New file. * sysdeps/generic/w_log2f.c: New file. * sysdeps/generic/w_log2l.c: New file. * sysdeps/generic/s_log2l.c: Move... * sysdeps/generic/e_log2l.c: ...to here. Rename to __ieee754_log2l. * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle log2(0) and log2(x < 0). * sysdeps/i386/fpu/s_log2.S: Move... * sysdeps/i386/fpu/e_log2.S: ...to here. Rename to __ieee754_log2. * sysdeps/i386/fpu/s_log2f.S: Move... * sysdeps/i386/fpu/e_log2f.S: ...to here. Rename to __ieee754_log2f. * sysdeps/i386/fpu/s_log2l.S: Move... * sysdeps/i386/fpu/e_log2l.S: ...to here. Rename to __ieee754_log2l. * sysdeps/m68k/fpu/s_log2.S: Move... * sysdeps/m68k/fpu/e_log2.S: ...to here. Rename to __ieee754_log2. * sysdeps/m68k/fpu/s_log2f.S: Move... * sysdeps/m68k/fpu/e_log2f.S: ...to here. Rename to __ieee754_log2f. * sysdeps/m68k/fpu/s_log2l.S: Move... * sysdeps/m68k/fpu/e_log2l.S: ...to here. Rename to __ieee754_log2l. * sysdeps/ieee754/dbl-64/s_log2.c: Move... * sysdeps/ieee754/dbl-64/e_log2.c: ...to here. Rename to __ieee754_log2. * sysdeps/ieee754/flt-32/s_log2f.c: Move... * sysdeps/ieee754/flt-32/e_log2f.c: ...to here. Rename to __ieee754_log2f. 2001-06-04 Jakub Jelinek * sysdeps/generic/w_exp2.c (u_threshold): Lower threshold so that even arguments which result in denormalized exp2 are accepted. (__exp2): Arguments equal to u_threshold already result into underflow. * sysdeps/generic/w_exp2f.c (u_threshold, __exp2f): Likewise. * sysdeps/generic/w_exp2l.c (u_threshold, __exp2l): Likewise. * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Lomark was too low, with corrected lowmark use greaterequal, not greater. * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise. 2001-06-04 Jakub Jelinek * math/libm-test.inc (ilogb_test): Test that ilogb(+-Inf) == INT_MAX. * sysdeps/i386/fpu/s_ilogb.S (__ilogb): Return INT_MAX for +-Inf. * sysdeps/i386/fpu/s_ilogbf.S (__ilogbf): Likewise. * sysdeps/i386/fpu/s_ilogbl.S (__ilogbl): Likewise. * sysdeps/ieee754/dbl-64/s_ilogb.c (__ilogb): Likewise. * sysdeps/ieee754/flt-32/s_ilogbf.c (__ilogbf): Likewise. * sysdeps/ieee754/ldbl-128/s_ilogbl.c (__ilogbl): Likewise. * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Likewise. 2001-06-04 Jakub Jelinek * sysdeps/generic/w_coshl.c (__coshl): Test if finite argument gave non-finite result instead of using constant in generic version. * sysdeps/generic/w_coshf.c (__coshf): Likewise. * sysdeps/generic/w_cosh.c (__cosh): Likewise. * sysdeps/generic/w_exp10.c (o_threshold, u_threshold): Remove. (__exp10): Test if finite argument gave non-finite result. * sysdeps/generic/w_exp10f.c (o_threshold, u_threshold, __exp10f): Likewise. * sysdeps/generic/w_exp10l.c (o_threshold, u_threshold, __exp10l): Likewise. 2001-06-04 Jakub Jelinek * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Fix overflow threshold constant (log(LDBL_MAX)+M_LN2l). 2001-05-29 Bruno Haible * locale/programs/ld-ctype.c (idx_table): New struct type. (idx_table_init, idx_table_get, idx_table_add): New functions. (MAX_CHARNAMES_IDX): Remove macro. (locale_ctype_t): Change type of charnames_idx field. (ctype_startup): Change initialization of charnames_idx field. (find_idx): Use idx_table_get and idx_table_add for speed. * locale/programs/charmap.c (charmap_new_char): Fix ucs4 value computation of characters in a range. 2001-05-29 Bruno Haible * iconvdata/gb18030.c (__fourbyte_to_ucs1): Add mappings for , . (__ucs_to_gb18030_tab1): Likewise. (BODY for FROM_LOOP): Add mapping for ... (BODY for TO_LOOP): Likewise. * iconvdata/tst-table-charmap.sh: Update for charmaps containing syntax. * iconvdata/tst-table-from.c (bmp_only): New variable. (utf8_decode): If bmp_only, don't return characters outside Unicode plane 0. (main): When testing UTF-8 or GB18030, set bmp_only to 1. Don't print a conversion line if utf8_decode returns NULL. * iconvdata/tst-table-to.c (main): When testing encodings other than UTF-8 and GB18030, loop upto U+30000 instead of U+10000. Use UTF-8 instead of UCS-2 as input. * iconvdata/tst-table.sh: For GB18030, use only the part < 0x10000 of the charmap. 2001-05-29 Bruno Haible * iconvdata/cns11643l1.c: Update to Unicode 3.1. (__cns11643l1_to_ucs4_tab): Regenerated. (__cns11643l1_from_ucs4_tab12): Regenerated. * iconvdata/cns11643.c: Update to Unicode 3.1. (__cns11643l14_to_ucs4_tab): Remove array. (__cns11643l3_to_ucs4_tab, __cns11643l4_to_ucs4_tab, __cns11643l5_to_ucs4_tab, __cns11643l6_to_ucs4_tab, __cns11643l7_to_ucs4_tab, __cns11643l15_to_ucs4_tab): New arrays. (__cns11643_from_ucs4p0_tab): Renamed from __cns11643_from_ucs4_tab. (__cns11643_from_ucs4p2_tab): New array. * iconvdata/cns11643.h (__cns11643l14_to_ucs4_tab): Remove declaration. (__cns11643l3_to_ucs4_tab, __cns11643l4_to_ucs4_tab, __cns11643l5_to_ucs4_tab, __cns11643l6_to_ucs4_tab, __cns11643l7_to_ucs4_tab, __cns11643l15_to_ucs4_tab): New declarations. (cns11643_to_ucs4): Treat planes 3, 4, 5, 6, 7, 15 instead of 14. (__cns11643_from_ucs4_tab): Remove declaration. (__cns11643_from_ucs4p0_tab, __cns11643_from_ucs4p2_tab): New declarations. (ucs4_to_cns11643): Update for new arrays. Treat U+3400..U+4DFF and U+20000..U+2A6D6. * iconvdata/cns11643l2.h (__cns11643_from_ucs4_tab): Remove declaration. (__cns11643_from_ucs4p0_tab): New declaration. (ucs4_to_cns11643l2): Update for new arrays. * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Handle planes 3 to 7. (BODY for TO_LOOP): Handle planes 3 to 7, instead of plane 14. * iconvdata/EUC-TW.irreversible: New file. * iconvdata/tst-table.sh: Use it. * iconvdata/Makefile (distribute): Add CP1255.irreversible, CP1258.irreversible, EUC-TW.irreversible. 2001-05-29 Bruno Haible * locale/C-translit.h.in: Add transliterations for new Unicode 3.1 mathematical symbols. --- ChangeLog | 219 +- iconv/gconv_simple.c | 3 + iconvdata/8bit-gap.c | 7 +- iconvdata/8bit-generic.c | 4 +- iconvdata/ansi_x3.110.c | 4 +- iconvdata/big5.c | 3 +- iconvdata/big5hkscs.c | 4 +- iconvdata/cp1255.c | 5 +- iconvdata/cp1258.c | 5 +- iconvdata/euc-cn.c | 4 +- iconvdata/euc-jp.c | 4 +- iconvdata/euc-kr.c | 6 +- iconvdata/euc-tw.c | 16 +- iconvdata/gb18030.c | 35 +- iconvdata/gbk.c | 3 +- iconvdata/ibm930.c | 2 + iconvdata/ibm932.c | 51 +- iconvdata/ibm933.c | 2 + iconvdata/ibm935.c | 2 + iconvdata/ibm937.c | 2 + iconvdata/ibm939.c | 1 + iconvdata/ibm943.c | 49 +- iconvdata/iso-2022-cn-ext.c | 1 + iconvdata/iso-2022-cn.c | 4 +- iconvdata/iso-2022-jp.c | 697 +- iconvdata/iso-2022-kr.c | 7 +- iconvdata/iso646.c | 7 +- iconvdata/iso8859-1.c | 4 +- iconvdata/iso_6937-2.c | 3 +- iconvdata/iso_6937.c | 3 +- iconvdata/johab.c | 3 +- iconvdata/sjis.c | 9 +- iconvdata/t.61.c | 4 +- iconvdata/tst-table-charmap.sh | 4 +- iconvdata/tst-table-from.c | 40 +- iconvdata/tst-table-to.c | 31 +- iconvdata/tst-table.sh | 13 +- iconvdata/uhc.c | 3 +- iconvdata/unicode.c | 3 +- locale/C-translit.h | 454 +- locale/C-translit.h.in | 701 + locale/programs/charmap.c | 2 +- locale/programs/ld-ctype.c | 47 +- locale/programs/locfile.c | 23 +- localedata/ChangeLog | 53 + localedata/charmaps/UTF-8 | 39384 +++------------------- localedata/gen-unicode-ctype.c | 225 +- localedata/locales/i18n | 832 +- localedata/locales/tr_TR | 843 +- localedata/locales/translit_cjk_compat | 1088 +- localedata/locales/translit_compat | 4 + localedata/locales/translit_font | 991 + math/Makefile | 4 +- math/libm-test.inc | 10 + math/math_private.h | 3 + math/test-misc.c | 22 + sysdeps/generic/{s_log2l.c => e_log2l.c} | 5 +- sysdeps/generic/w_cosh.c | 2 +- sysdeps/generic/w_coshf.c | 2 +- sysdeps/generic/w_coshl.c | 2 +- sysdeps/generic/w_exp10.c | 16 +- sysdeps/generic/w_exp10f.c | 19 +- sysdeps/generic/w_exp10l.c | 16 +- sysdeps/generic/w_exp2.c | 4 +- sysdeps/generic/w_exp2f.c | 4 +- sysdeps/generic/w_exp2l.c | 5 +- sysdeps/generic/w_log2.c | 32 + sysdeps/generic/w_log2f.c | 30 + sysdeps/generic/w_log2l.c | 28 + sysdeps/i386/fpu/{s_log2.S => e_log2.S} | 5 +- sysdeps/i386/fpu/{s_log2f.S => e_log2f.S} | 5 +- sysdeps/i386/fpu/{s_log2l.S => e_log2l.S} | 5 +- sysdeps/i386/fpu/s_frexpl.S | 23 +- sysdeps/i386/fpu/s_ilogb.S | 14 + sysdeps/i386/fpu/s_ilogbf.S | 14 + sysdeps/i386/fpu/s_ilogbl.S | 14 + sysdeps/ieee754/dbl-64/e_exp2.c | 6 +- sysdeps/ieee754/dbl-64/{s_log2.c => e_log2.c} | 12 +- sysdeps/ieee754/dbl-64/s_ilogb.c | 14 +- sysdeps/ieee754/flt-32/e_exp2f.c | 6 +- sysdeps/ieee754/flt-32/{s_log2f.c => e_log2f.c} | 5 +- sysdeps/ieee754/flt-32/s_ilogbf.c | 8 +- sysdeps/ieee754/k_standard.c | 39 +- sysdeps/ieee754/ldbl-128/s_ilogbl.c | 12 +- sysdeps/ieee754/ldbl-96/e_coshl.c | 9 +- sysdeps/ieee754/ldbl-96/s_ilogbl.c | 11 +- sysdeps/ieee754/ldbl-96/s_llroundl.c | 12 +- sysdeps/m68k/fpu/e_log2.c | 2 + sysdeps/m68k/fpu/e_log2f.c | 2 + sysdeps/m68k/fpu/e_log2l.c | 2 + sysdeps/m68k/fpu/s_log2.c | 2 - sysdeps/m68k/fpu/s_log2f.c | 2 - sysdeps/m68k/fpu/s_log2l.c | 2 - 93 files changed, 11050 insertions(+), 35294 deletions(-) rename sysdeps/generic/{s_log2l.c => e_log2l.c} (61%) create mode 100644 sysdeps/generic/w_log2.c create mode 100644 sysdeps/generic/w_log2f.c create mode 100644 sysdeps/generic/w_log2l.c rename sysdeps/i386/fpu/{s_log2.S => e_log2.S} (95%) rename sysdeps/i386/fpu/{s_log2f.S => e_log2f.S} (95%) rename sysdeps/i386/fpu/{s_log2l.S => e_log2l.S} (95%) rename sysdeps/ieee754/dbl-64/{s_log2.c => e_log2.c} (95%) rename sysdeps/ieee754/flt-32/{s_log2f.c => e_log2f.c} (96%) create mode 100644 sysdeps/m68k/fpu/e_log2.c create mode 100644 sysdeps/m68k/fpu/e_log2f.c create mode 100644 sysdeps/m68k/fpu/e_log2l.c delete mode 100644 sysdeps/m68k/fpu/s_log2.c delete mode 100644 sysdeps/m68k/fpu/s_log2f.c delete mode 100644 sysdeps/m68k/fpu/s_log2l.c diff --git a/ChangeLog b/ChangeLog index 1629a4e..7453407 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,220 @@ -2001-06-05 Philipp Thomas +2001-06-04 Bruno Haible + + * iconv/loop.c (UNICODE_TAG_HANDLER): New macro. + * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Invoke + UNICODE_TAG_HANDLER. + (__gconv_transform_internal_ucs2): Likewise. + (__gconv_transform_internal_ucs2reverse): Likewise. + * iconvdata/8bit-gap.c (BODY for TO_LOOP): Invoke UNICODE_TAG_HANDLER. + * iconvdata/8bit-generic.c (BODY for TO_LOOP): Likewise. + * iconvdata/ansi_x3.110.c (BODY for TO_LOOP): Likewise. + * iconvdata/big5.c (BODY for TO_LOOP): Likewise. + * iconvdata/big5hkscs.c (BODY for TO_LOOP): Likewise. + * iconvdata/cp1255.c (BODY for TO_LOOP): Likewise. + * iconvdata/cp1258.c (BODY for TO_LOOP): Likewise. + * iconvdata/euc-cn.c (BODY for TO_LOOP): Likewise. + * iconvdata/euc-jp.c (BODY for TO_LOOP): Likewise. + * iconvdata/euc-kr.c (BODY for TO_LOOP): Likewise. + * iconvdata/euc-tw.c (BODY for TO_LOOP): Likewise. + * iconvdata/gbk.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm930.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm932.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm933.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm935.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm937.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm939.c (BODY for TO_LOOP): Likewise. + * iconvdata/ibm943.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso646.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso8859-1.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso_6937.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso_6937-2.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso-2022-cn.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso-2022-cn-ext.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso-2022-kr.c (BODY for TO_LOOP): Likewise. + * iconvdata/johab.c (BODY for TO_LOOP): Likewise. + * iconvdata/sjis.c (BODY for TO_LOOP): Likewise. + * iconvdata/t.61.c (BODY for TO_LOOP): Likewise. + * iconvdata/uhc.c (BODY for TO_LOOP): Likewise. + * iconvdata/unicode.c (BODY for TO_LOOP): Likewise. + * iconvdata/iso-2022-jp.c (TAG_none, TAG_language, TAG_language_j, + TAG_language_ja, TAG_language_k, TAG_language_ko, TAG_language_z, + TAG_language_zh, CURRENT_TAG_MASK): New enum values. + (EMIT_SHIFT_TO_INIT): Don't emit an escape sequence if ASCII_set + is already selected but set2 or tag are set. + (conversion): New enum type. + (cvlist_t): New type. + (CVLIST, CVLIST_FIRST, CVLIST_REST): New macros. + (conversion_lists): New array. + (BODY for TO_LOOP): Keep track of Unicode 3.1 language tag. If "ja", + prefer conversion to Japanese character sets. If "zh", prefer + conversion to GB2312. If "ko", prefer conversion to KSC5601. Small + optimizations. + (INIT_PARAMS): Add tag. + (UPDATE_PARAMS): Add tag. + +2001-06-04 Bruno Haible + + * locale/programs/locfile.c (write_locale_data): Before creat(), + unlink the file, to avoid crashing the processes that mmap it. Change + a double slash to a single slash. Free fname in case of error return. + +2001-06-02 Jakub Jelinek + + * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Mostly revert 2000-12-03 + changes, do the special handling for denormal numbers, not for + normalized numbers (patch by ). + + * math/test-misc.c (main): Test frexpl with denormal arguments. + +2001-06-04 Jakub Jelinek + + * math/libm-test.inc (llround_test): Add two new llround tests. + * sysdeps/ieee754/ldbl-96/s_llroundl.c (__llroundl): Don't allow + overflow when rounding away from zero. + +2001-06-04 Jakub Jelinek + + * math/Makefile (libm-calls): Add e_log2, w_log2, remove s_log2. + * math/math_private.h (__ieee754_log2, __ieee754_log2f, + __ieee754_log2l): New prototypes. + * sysdeps/generic/w_log2.c: New file. + * sysdeps/generic/w_log2f.c: New file. + * sysdeps/generic/w_log2l.c: New file. + * sysdeps/generic/s_log2l.c: Move... + * sysdeps/generic/e_log2l.c: ...to here. Rename to __ieee754_log2l. + * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle log2(0) + and log2(x < 0). + * sysdeps/i386/fpu/s_log2.S: Move... + * sysdeps/i386/fpu/e_log2.S: ...to here. Rename to __ieee754_log2. + * sysdeps/i386/fpu/s_log2f.S: Move... + * sysdeps/i386/fpu/e_log2f.S: ...to here. Rename to __ieee754_log2f. + * sysdeps/i386/fpu/s_log2l.S: Move... + * sysdeps/i386/fpu/e_log2l.S: ...to here. Rename to __ieee754_log2l. + * sysdeps/m68k/fpu/s_log2.S: Move... + * sysdeps/m68k/fpu/e_log2.S: ...to here. Rename to __ieee754_log2. + * sysdeps/m68k/fpu/s_log2f.S: Move... + * sysdeps/m68k/fpu/e_log2f.S: ...to here. Rename to __ieee754_log2f. + * sysdeps/m68k/fpu/s_log2l.S: Move... + * sysdeps/m68k/fpu/e_log2l.S: ...to here. Rename to __ieee754_log2l. + * sysdeps/ieee754/dbl-64/s_log2.c: Move... + * sysdeps/ieee754/dbl-64/e_log2.c: ...to here. Rename to + __ieee754_log2. + * sysdeps/ieee754/flt-32/s_log2f.c: Move... + * sysdeps/ieee754/flt-32/e_log2f.c: ...to here. Rename to + __ieee754_log2f. + +2001-06-04 Jakub Jelinek + + * sysdeps/generic/w_exp2.c (u_threshold): Lower threshold so that + even arguments which result in denormalized exp2 are accepted. + (__exp2): Arguments equal to u_threshold already result into + underflow. + * sysdeps/generic/w_exp2f.c (u_threshold, __exp2f): Likewise. + * sysdeps/generic/w_exp2l.c (u_threshold, __exp2l): Likewise. + * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Lomark was too + low, with corrected lowmark use greaterequal, not greater. + * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise. + +2001-06-04 Jakub Jelinek + + * math/libm-test.inc (ilogb_test): Test that ilogb(+-Inf) == INT_MAX. + * sysdeps/i386/fpu/s_ilogb.S (__ilogb): Return INT_MAX for +-Inf. + * sysdeps/i386/fpu/s_ilogbf.S (__ilogbf): Likewise. + * sysdeps/i386/fpu/s_ilogbl.S (__ilogbl): Likewise. + * sysdeps/ieee754/dbl-64/s_ilogb.c (__ilogb): Likewise. + * sysdeps/ieee754/flt-32/s_ilogbf.c (__ilogbf): Likewise. + * sysdeps/ieee754/ldbl-128/s_ilogbl.c (__ilogbl): Likewise. + * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Likewise. + +2001-06-04 Jakub Jelinek + + * sysdeps/generic/w_coshl.c (__coshl): Test if finite argument + gave non-finite result instead of using constant in generic + version. + * sysdeps/generic/w_coshf.c (__coshf): Likewise. + * sysdeps/generic/w_cosh.c (__cosh): Likewise. + * sysdeps/generic/w_exp10.c (o_threshold, u_threshold): Remove. + (__exp10): Test if finite argument gave non-finite result. + * sysdeps/generic/w_exp10f.c (o_threshold, u_threshold, __exp10f): + Likewise. + * sysdeps/generic/w_exp10l.c (o_threshold, u_threshold, __exp10l): + Likewise. - * nis/nis_call.c (__nisbind_connect): Don't mark for translation - what can't be translated. +2001-06-04 Jakub Jelinek + + * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Fix + overflow threshold constant (log(LDBL_MAX)+M_LN2l). + +2001-05-29 Bruno Haible + + * locale/programs/ld-ctype.c (idx_table): New struct type. + (idx_table_init, idx_table_get, idx_table_add): New functions. + (MAX_CHARNAMES_IDX): Remove macro. + (locale_ctype_t): Change type of charnames_idx field. + (ctype_startup): Change initialization of charnames_idx field. + (find_idx): Use idx_table_get and idx_table_add for speed. + + * locale/programs/charmap.c (charmap_new_char): Fix ucs4 value + computation of characters in a range. + +2001-05-29 Bruno Haible + + * iconvdata/gb18030.c (__fourbyte_to_ucs1): Add mappings for , + . + (__ucs_to_gb18030_tab1): Likewise. + (BODY for FROM_LOOP): Add mapping for ... + (BODY for TO_LOOP): Likewise. + * iconvdata/tst-table-charmap.sh: Update for charmaps containing + syntax. + * iconvdata/tst-table-from.c (bmp_only): New variable. + (utf8_decode): If bmp_only, don't return characters outside Unicode + plane 0. + (main): When testing UTF-8 or GB18030, set bmp_only to 1. Don't print + a conversion line if utf8_decode returns NULL. + * iconvdata/tst-table-to.c (main): When testing encodings other than + UTF-8 and GB18030, loop upto U+30000 instead of U+10000. Use UTF-8 + instead of UCS-2 as input. + * iconvdata/tst-table.sh: For GB18030, use only the part < 0x10000 + of the charmap. + +2001-05-29 Bruno Haible + + * iconvdata/cns11643l1.c: Update to Unicode 3.1. + (__cns11643l1_to_ucs4_tab): Regenerated. + (__cns11643l1_from_ucs4_tab12): Regenerated. + * iconvdata/cns11643.c: Update to Unicode 3.1. + (__cns11643l14_to_ucs4_tab): Remove array. + (__cns11643l3_to_ucs4_tab, __cns11643l4_to_ucs4_tab, + __cns11643l5_to_ucs4_tab, __cns11643l6_to_ucs4_tab, + __cns11643l7_to_ucs4_tab, __cns11643l15_to_ucs4_tab): New arrays. + (__cns11643_from_ucs4p0_tab): Renamed from __cns11643_from_ucs4_tab. + (__cns11643_from_ucs4p2_tab): New array. + * iconvdata/cns11643.h (__cns11643l14_to_ucs4_tab): Remove declaration. + (__cns11643l3_to_ucs4_tab, __cns11643l4_to_ucs4_tab, + __cns11643l5_to_ucs4_tab, __cns11643l6_to_ucs4_tab, + __cns11643l7_to_ucs4_tab, __cns11643l15_to_ucs4_tab): New declarations. + (cns11643_to_ucs4): Treat planes 3, 4, 5, 6, 7, 15 instead of 14. + (__cns11643_from_ucs4_tab): Remove declaration. + (__cns11643_from_ucs4p0_tab, __cns11643_from_ucs4p2_tab): New + declarations. + (ucs4_to_cns11643): Update for new arrays. Treat U+3400..U+4DFF and + U+20000..U+2A6D6. + * iconvdata/cns11643l2.h (__cns11643_from_ucs4_tab): Remove + declaration. + (__cns11643_from_ucs4p0_tab): New declaration. + (ucs4_to_cns11643l2): Update for new arrays. + * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Handle planes + 3 to 7. + (BODY for TO_LOOP): Handle planes 3 to 7, instead of plane 14. + * iconvdata/EUC-TW.irreversible: New file. + * iconvdata/tst-table.sh: Use it. + * iconvdata/Makefile (distribute): Add CP1255.irreversible, + CP1258.irreversible, EUC-TW.irreversible. + +2001-05-29 Bruno Haible + + * locale/C-translit.h.in: Add transliterations for new Unicode 3.1 + mathematical symbols. 2001-06-05 Andreas Jaeger diff --git a/iconv/gconv_simple.c b/iconv/gconv_simple.c index 25914d9..1dbc322 100644 --- a/iconv/gconv_simple.c +++ b/iconv/gconv_simple.c @@ -807,6 +807,7 @@ ucs4le_internal_loop_single (struct __gconv_step *step, { \ if (__builtin_expect (*((const uint32_t *) inptr), 0) > 0x7f) \ { \ + UNICODE_TAG_HANDLER (*((const uint32_t *) inptr), 4); \ STANDARD_ERR_HANDLER (4); \ } \ else \ @@ -1199,6 +1200,7 @@ ucs4le_internal_loop_single (struct __gconv_step *step, \ if (__builtin_expect (val, 0) >= 0x10000) \ { \ + UNICODE_TAG_HANDLER (val, 4); \ STANDARD_ERR_HANDLER (4); \ } \ else if (__builtin_expect (val >= 0xd800 && val < 0xe000, 0)) \ @@ -1288,6 +1290,7 @@ ucs4le_internal_loop_single (struct __gconv_step *step, uint32_t val = *((const uint32_t *) inptr); \ if (__builtin_expect (val, 0) >= 0x10000) \ { \ + UNICODE_TAG_HANDLER (val, 4); \ STANDARD_ERR_HANDLER (4); \ } \ else if (__builtin_expect (val >= 0xd800 && val < 0xe000, 0)) \ diff --git a/iconvdata/8bit-gap.c b/iconvdata/8bit-gap.c index 7caa542..e349270 100644 --- a/iconvdata/8bit-gap.c +++ b/iconvdata/8bit-gap.c @@ -1,6 +1,6 @@ /* Generic conversion to and from 8bit charsets, converting from UCS using gaps. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -83,7 +83,10 @@ struct gap unsigned char res; \ \ if (__builtin_expect (ch, 0) >= 0xffff) \ - rp = NULL; \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + rp = NULL; \ + } \ else \ while (ch > rp->end) \ ++rp; \ diff --git a/iconvdata/8bit-generic.c b/iconvdata/8bit-generic.c index bc05ccd..3a81080 100644 --- a/iconvdata/8bit-generic.c +++ b/iconvdata/8bit-generic.c @@ -1,5 +1,5 @@ /* Generic conversion to and from 8bit charsets. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -67,6 +67,8 @@ if (__builtin_expect (ch >= sizeof (from_ucs4) / sizeof (from_ucs4[0]), 0)\ || (__builtin_expect (from_ucs4[ch], '\1') == '\0' && ch != 0)) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* This is an illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/ansi_x3.110.c b/iconvdata/ansi_x3.110.c index e1dd0ed..a06a4f0 100644 --- a/iconvdata/ansi_x3.110.c +++ b/iconvdata/ansi_x3.110.c @@ -1,5 +1,5 @@ /* Generic conversion to and from ANSI_X3.110-1983. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -549,6 +549,8 @@ static const char from_ucs4[][2] = cp = "\xd5"; \ else \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal characters. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/big5.c b/iconvdata/big5.c index e06b446..4d1f1ac 100644 --- a/iconvdata/big5.c +++ b/iconvdata/big5.c @@ -1,5 +1,5 @@ /* Mapping tables for Big5 handling. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -8564,6 +8564,7 @@ static const char from_ucs4_tab15[][2] = cp = from_ucs4_tab15[ch - 0xff01]; \ break; \ default: \ + UNICODE_TAG_HANDLER (ch, 4); \ /* Illegal character. */ \ cp = ""; \ break; \ diff --git a/iconvdata/big5hkscs.c b/iconvdata/big5hkscs.c index 7f4a8c3..dff5456 100644 --- a/iconvdata/big5hkscs.c +++ b/iconvdata/big5hkscs.c @@ -1,5 +1,5 @@ /* Mapping tables for Big5-HKSCS handling. - Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. Modified for Big5-HKSCS by Roger So , 2000. @@ -11772,6 +11772,8 @@ static struct \ if (cp[0] == '\0' && ch != 0) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/cp1255.c b/iconvdata/cp1255.c index 127f8be..d81e7da 100644 --- a/iconvdata/cp1255.c +++ b/iconvdata/cp1255.c @@ -451,7 +451,10 @@ static const struct { else if (ch == 0x2122) \ res = 0x99; \ else \ - res = 0; \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + res = 0; \ + } \ \ if (__builtin_expect (res != 0, 1)) \ { \ diff --git a/iconvdata/cp1258.c b/iconvdata/cp1258.c index b4168d9..4868e75 100644 --- a/iconvdata/cp1258.c +++ b/iconvdata/cp1258.c @@ -777,7 +777,10 @@ static const struct { else if (ch == 0x2122) \ res = 0x99; \ else \ - res = 0; \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + res = 0; \ + } \ \ if (__builtin_expect (res != 0, 1)) \ { \ diff --git a/iconvdata/euc-cn.c b/iconvdata/euc-cn.c index 58f47ed..29ed465 100644 --- a/iconvdata/euc-cn.c +++ b/iconvdata/euc-cn.c @@ -1,5 +1,5 @@ /* Mapping tables for EUC-CN handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -140,6 +140,8 @@ { \ if (__builtin_expect (found, 0) == __UNKNOWN_10646_CHAR) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/euc-jp.c b/iconvdata/euc-jp.c index 8d84296..e0512cf 100644 --- a/iconvdata/euc-jp.c +++ b/iconvdata/euc-jp.c @@ -1,5 +1,5 @@ /* Mapping tables for EUC-JP handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -227,6 +227,8 @@ } \ else \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/euc-kr.c b/iconvdata/euc-kr.c index 5ecdbb8..7ec613b 100644 --- a/iconvdata/euc-kr.c +++ b/iconvdata/euc-kr.c @@ -1,5 +1,5 @@ /* Mapping tables for EUC-KR handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jungshik Shin and Ulrich Drepper , 1998. @@ -142,10 +142,12 @@ euckr_from_ucs4 (uint32_t ch, unsigned char *cp) \ /* Decomposing Hangul syllables not available in KS C 5601 into \ Jamos should be considered either here or in euckr_from_ucs4() */ \ - euckr_from_ucs4 (ch, cp) ; \ + euckr_from_ucs4 (ch, cp); \ \ if (__builtin_expect (cp[0], '\1') == '\0' && ch != 0) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/euc-tw.c b/iconvdata/euc-tw.c index 39c2f1f..68a80f7 100644 --- a/iconvdata/euc-tw.c +++ b/iconvdata/euc-tw.c @@ -1,5 +1,5 @@ /* Mapping tables for EUC-TW handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -61,14 +61,14 @@ } \ else \ { \ - /* Two or more byte character. First test whether the next \ - character is also available. */ \ + /* Two or more byte character. First test whether the next byte \ + is also available. */ \ uint32_t ch2; \ \ if (inptr + 1 >= inend) \ { \ - /* The second character is not available. Store the \ - intermediate result. */ \ + /* The second byte is not available. Store the intermediate \ + result. */ \ result = __GCONV_INCOMPLETE_INPUT; \ break; \ } \ @@ -99,7 +99,7 @@ \ if (ch == 0) \ { \ - /* The third or fourth character is not available. Store \ + /* The third or fourth byte is not available. Store \ the intermediate result. */ \ result = __GCONV_INCOMPLETE_INPUT; \ break; \ @@ -170,7 +170,7 @@ *outptr++ = ch; \ else \ { \ - /* Try the JIS character sets. */ \ + /* Try the CNS 11643 planes. */ \ size_t found; \ \ found = ucs4_to_cns11643l1 (ch, outptr, outend - outptr); \ @@ -199,6 +199,8 @@ } \ if (__builtin_expect (found, 0) == __UNKNOWN_10646_CHAR) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/gb18030.c b/iconvdata/gb18030.c index 8b8c472..e3e9e8a 100644 --- a/iconvdata/gb18030.c +++ b/iconvdata/gb18030.c @@ -5683,7 +5683,8 @@ static const uint16_t __fourbyte_to_ucs1[] = [0x0309] = 0x03e5, [0x030a] = 0x03e6, [0x030b] = 0x03e7, [0x030c] = 0x03e8, [0x030d] = 0x03e9, [0x030e] = 0x03ea, [0x030f] = 0x03eb, [0x0310] = 0x03ec, [0x0311] = 0x03ed, [0x0312] = 0x03ee, [0x0313] = 0x03ef, [0x0314] = 0x03f0, - [0x0315] = 0x03f1, [0x0316] = 0x03f2, [0x0317] = 0x03f3, [0x0324] = 0x0400, + [0x0315] = 0x03f1, [0x0316] = 0x03f2, [0x0317] = 0x03f3, [0x0318] = 0x03f4, + [0x0319] = 0x03f5, [0x0324] = 0x0400, [0x0325] = 0x0402, [0x0326] = 0x0403, [0x0327] = 0x0404, [0x0328] = 0x0405, [0x0329] = 0x0406, [0x032a] = 0x0407, [0x032b] = 0x0408, [0x032c] = 0x0409, [0x032d] = 0x040a, [0x032e] = 0x040b, [0x032f] = 0x040c, [0x0330] = 0x040d, @@ -9517,6 +9518,7 @@ static const unsigned char __ucs_to_gb18030_tab1[][2] = [0x036b] = "\x23\x0f", [0x036c] = "\x23\x10", [0x036d] = "\x23\x11", [0x036e] = "\x23\x12", [0x036f] = "\x23\x13", [0x0370] = "\x23\x14", [0x0371] = "\x23\x15", [0x0372] = "\x23\x16", [0x0373] = "\x23\x17", + [0x0374] = "\x23\x18", [0x0375] = "\x23\x19", [0x0380] = "\x23\x24", [0x0381] = "\xa7\xa7", [0x0382] = "\x23\x25", [0x0383] = "\x23\x26", [0x0384] = "\x23\x27", [0x0385] = "\x23\x28", [0x0386] = "\x23\x29", [0x0387] = "\x23\x2a", [0x0388] = "\x23\x2b", @@ -21954,15 +21956,15 @@ static const unsigned char __ucs_to_gb18030_tab2[][2] = } \ else \ { \ - /* Two or four byte character. First test whether the \ - next character is also available. */ \ + /* Two or four byte character. First test whether the next \ + byte is also available. */ \ uint32_t ch2; \ unsigned long int idx; \ \ if (inptr + 1 >= inend) \ { \ - /* The second character is not available. Store \ - the intermediate result. */ \ + /* The second byte is not available. Store the \ + intermediate result. */ \ result = __GCONV_INCOMPLETE_INPUT; \ break; \ } \ @@ -21992,7 +21994,7 @@ static const unsigned char __ucs_to_gb18030_tab2[][2] = \ if (inptr + 3 >= inend) \ { \ - /* Not all characters are available. Store \ + /* Not all bytes are available. Store \ the intermediate result. */ \ result = __GCONV_INCOMPLETE_INPUT; \ break; \ @@ -22035,17 +22037,19 @@ static const unsigned char __ucs_to_gb18030_tab2[][2] = + ch3 - 0x81) * 10 + ch4 - 0x30; \ \ if (idx <= 0x4A18) \ - ch = __fourbyte_to_ucs1[idx]; \ + ch = __fourbyte_to_ucs1[idx]; \ else if (idx >= 0x4ABD && idx <= 0x4F49) \ - ch = idx + 0x5543; \ + ch = idx + 0x5543; \ else if (idx >= 0x4F4D && idx <= 0x4F83) \ - ch = __fourbyte_to_ucs2[idx-0x4F4D]; \ + ch = __fourbyte_to_ucs2[idx-0x4F4D]; \ else if (idx >= 0x56BD && idx <= 0x8260) \ - ch = idx + 0x5543; \ + ch = idx + 0x5543; \ else if (idx >= 0x93A9 && idx <= 0x99F9) \ - ch = __fourbyte_to_ucs3[idx-0x93A9]; \ + ch = __fourbyte_to_ucs3[idx-0x93A9]; \ + else if (idx >= 0x2E248 && idx <= 0x12E247) \ + ch = idx - 0x1E248; \ else \ - ch = 0; \ + ch = 0; \ \ if (ch == 0 && *inptr != '\0') \ { \ @@ -22148,6 +22152,11 @@ static const unsigned char __ucs_to_gb18030_tab2[][2] = len = 4; \ } \ } \ + else if (ch >= 0x10000 && ch <= 0x10FFFF) \ + { \ + idx = ch + 0x1E248; \ + len = 4; \ + } \ else \ len = 0; \ \ @@ -22175,7 +22184,7 @@ static const unsigned char __ucs_to_gb18030_tab2[][2] = } \ else /* len == 4 */ \ { \ - /* See whether there is enough room for the second byte we \ + /* See whether there is enough room for all four bytes we \ write. */ \ if (__builtin_expect (outptr + 3 >= outend, 0)) \ { \ diff --git a/iconvdata/gbk.c b/iconvdata/gbk.c index b07f392..23e7129 100644 --- a/iconvdata/gbk.c +++ b/iconvdata/gbk.c @@ -1,5 +1,5 @@ /* Mapping tables for GBK handling. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Sean Chen , 1999. @@ -13471,6 +13471,7 @@ static const char __gbk_from_ucs4_tab12[][2] = cp = "\xa1\xe9\0\0\xa1\xea\0\0\xa9\x56\0\0\xa3\xfe\0\0\xa9\x57\0\0\xa3\xa4" + ((ch - 0xffe0) * 4); \ break; \ default: \ + UNICODE_TAG_HANDLER (ch, 4); \ cp = ""; \ break; \ } \ diff --git a/iconvdata/ibm930.c b/iconvdata/ibm930.c index 0d09b7b..406f3f5 100644 --- a/iconvdata/ibm930.c +++ b/iconvdata/ibm930.c @@ -203,6 +203,8 @@ enum \ if (__builtin_expect (ch, 0) >= 0xffff) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ if (! ignore_errors_p ()) \ { \ result = __GCONV_ILLEGAL_INPUT; \ diff --git a/iconvdata/ibm932.c b/iconvdata/ibm932.c index 07fdd25..d6c5877 100644 --- a/iconvdata/ibm932.c +++ b/iconvdata/ibm932.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM932. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa , 2000. @@ -148,7 +148,7 @@ { \ const struct gap *rp = __ucs4_to_ibm932sb_idx; \ unsigned char sc; \ - uint32_t ch = get32(inptr); \ + uint32_t ch = get32 (inptr); \ uint16_t found = TRUE; \ uint32_t i; \ uint32_t low; \ @@ -156,7 +156,10 @@ uint16_t pccode; \ \ if (__builtin_expect (ch, 0) >= 0xffff) \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ rp = NULL; \ + } \ else \ while (ch > rp->end) \ ++rp; \ @@ -188,26 +191,26 @@ break; \ } \ } \ - if (found) \ - { \ - if (__builtin_expect (outptr + 2 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = pccode >> 8 & 0xff; \ - *outptr++ = pccode & 0xff; \ - } \ - else \ - { \ - /* This is an illegal character. */ \ - if (! ignore_errors_p ()) \ - { \ - result = __GCONV_ILLEGAL_INPUT; \ - break; \ - } \ - ++*irreversible; \ - } \ + if (found) \ + { \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = pccode >> 8 & 0xff; \ + *outptr++ = pccode & 0xff; \ + } \ + else \ + { \ + /* This is an illegal character. */ \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + } \ } \ else \ { \ @@ -224,8 +227,8 @@ *outptr++ = sc; \ } \ \ - /* Now that we wrote the output increment the input pointer. */ \ - inptr += 4; \ + /* Now that we wrote the output increment the input pointer. */ \ + inptr += 4; \ } #define LOOP_NEED_FLAGS #include diff --git a/iconvdata/ibm933.c b/iconvdata/ibm933.c index 92a9d5b..9d9d76a 100644 --- a/iconvdata/ibm933.c +++ b/iconvdata/ibm933.c @@ -205,6 +205,8 @@ enum \ if (__builtin_expect (ch, 0) >= 0xffff) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ if (! ignore_errors_p ()) \ { \ result = __GCONV_ILLEGAL_INPUT; \ diff --git a/iconvdata/ibm935.c b/iconvdata/ibm935.c index 9728894..91e3255 100644 --- a/iconvdata/ibm935.c +++ b/iconvdata/ibm935.c @@ -203,6 +203,8 @@ enum \ if (__builtin_expect (ch, 0) >= 0xffff) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ if (! ignore_errors_p ()) \ { \ result = __GCONV_ILLEGAL_INPUT; \ diff --git a/iconvdata/ibm937.c b/iconvdata/ibm937.c index 3dca817..e47ff94 100644 --- a/iconvdata/ibm937.c +++ b/iconvdata/ibm937.c @@ -195,6 +195,8 @@ enum / sizeof (__ucs4_to_ibm937db[0])), 0) \ || __builtin_expect (cp[0], '\1') == '\0') \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* This is an illegal character. */ \ if (! ignore_errors_p ()) \ { \ diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c index 02307a0..77a2b2b 100644 --- a/iconvdata/ibm939.c +++ b/iconvdata/ibm939.c @@ -203,6 +203,7 @@ enum \ if (__builtin_expect (ch, 0) >= 0xffff) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ rp1 = NULL; \ rp2 = NULL; \ } \ diff --git a/iconvdata/ibm943.c b/iconvdata/ibm943.c index 5ff27f5..3a74215 100644 --- a/iconvdata/ibm943.c +++ b/iconvdata/ibm943.c @@ -1,5 +1,5 @@ /* Conversion from and to IBM943. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Masahide Washizawa , 2000. @@ -156,7 +156,10 @@ uint16_t pccode; \ \ if (__builtin_expect (ch, 0) >= 0xffff) \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ rp = NULL; \ + } \ else \ while (ch > rp->end) \ ++rp; \ @@ -188,26 +191,26 @@ break; \ } \ } \ - if (found) \ - { \ - if (__builtin_expect (outptr + 2 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = pccode >> 8 & 0xff; \ - *outptr++ = pccode & 0xff; \ - } \ - else \ - { \ - /* This is an illegal character. */ \ - if (! ignore_errors_p ()) \ - { \ - result = __GCONV_ILLEGAL_INPUT; \ - break; \ - } \ - ++*irreversible; \ - } \ + if (found) \ + { \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = pccode >> 8 & 0xff; \ + *outptr++ = pccode & 0xff; \ + } \ + else \ + { \ + /* This is an illegal character. */ \ + if (! ignore_errors_p ()) \ + { \ + result = __GCONV_ILLEGAL_INPUT; \ + break; \ + } \ + ++*irreversible; \ + } \ } \ else \ { \ @@ -224,8 +227,8 @@ *outptr++ = sc; \ } \ \ - /* Now that we wrote the output increment the input pointer. */ \ - inptr += 4; \ + /* Now that we wrote the output increment the input pointer. */ \ + inptr += 4; \ } #define LOOP_NEED_FLAGS #include diff --git a/iconvdata/iso-2022-cn-ext.c b/iconvdata/iso-2022-cn-ext.c index 9fd1d64..aeb921a 100644 --- a/iconvdata/iso-2022-cn-ext.c +++ b/iconvdata/iso-2022-cn-ext.c @@ -538,6 +538,7 @@ enum } \ if (used == ASCII_set) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ STANDARD_ERR_HANDLER (4); \ } \ } \ diff --git a/iconvdata/iso-2022-cn.c b/iconvdata/iso-2022-cn.c index 6eeeea3..61f4bdd 100644 --- a/iconvdata/iso-2022-cn.c +++ b/iconvdata/iso-2022-cn.c @@ -1,5 +1,5 @@ /* Conversion module for ISO-2022-CN. - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -320,6 +320,8 @@ enum used = GB2312_set + CNS11643_1_set - used; \ else \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Even this does not work. Error. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/iso-2022-jp.c b/iconvdata/iso-2022-jp.c index 8825dcc..4fba9d9 100644 --- a/iconvdata/iso-2022-jp.c +++ b/iconvdata/iso-2022-jp.c @@ -1,5 +1,5 @@ -/* Conversion module for ISO-2022-JP. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. +/* Conversion module for ISO-2022-JP and ISO-2022-JP-2. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -90,14 +90,14 @@ struct iso2022jp_data enum { ASCII_set = 0, - JISX0208_1978_set = 8, - JISX0208_1983_set = 16, - JISX0201_Roman_set = 24, - JISX0201_Kana_set = 32, - GB2312_set = 40, - KSC5601_set = 48, - JISX0212_set = 56, - CURRENT_SEL_MASK = 56 + JISX0208_1978_set = 1 << 3, + JISX0208_1983_set = 2 << 3, + JISX0201_Roman_set = 3 << 3, + JISX0201_Kana_set = 4 << 3, + GB2312_set = 5 << 3, + KSC5601_set = 6 << 3, + JISX0212_set = 7 << 3, + CURRENT_SEL_MASK = 7 << 3 }; /* The second value stored is the designation of the G2 set. The following @@ -105,9 +105,25 @@ enum enum { UNSPECIFIED_set = 0, - ISO88591_set = 64, - ISO88597_set = 128, - CURRENT_ASSIGN_MASK = 192 + ISO88591_set = 1 << 6, + ISO88597_set = 2 << 6, + CURRENT_ASSIGN_MASK = 3 << 6 +}; + +/* The third value, only used during conversion from Unicode to ISO-2022-JP-2, + describes the language tag parsing status. The possible values are as + follows. Values >= TAG_language are temporary tag parsing states. */ +enum +{ + TAG_none = 0, + TAG_language = 4 << 8, + TAG_language_j = 5 << 8, + TAG_language_ja = 1 << 8, + TAG_language_k = 6 << 8, + TAG_language_ko = 2 << 8, + TAG_language_z = 7 << 8, + TAG_language_zh = 3 << 8, + CURRENT_TAG_MASK = 7 << 8 }; @@ -198,7 +214,8 @@ gconv_end (struct __gconv_step *data) \ if ((data->__statep->__count & ~7) != ASCII_set) \ { \ - if (dir == from_iso2022jp) \ + if (dir == from_iso2022jp \ + || (data->__statep->__count & CURRENT_SEL_MASK) == ASCII_set) \ { \ /* It's easy, we don't have to emit anything, we just reset the \ state for the input. Note that this also clears the G2 \ @@ -503,6 +520,23 @@ gconv_end (struct __gconv_step *data) /* Next, define the other direction. */ + +enum conversion { none = 0, european, japanese, chinese, korean, other }; + +/* A datatype for conversion lists. */ +typedef unsigned int cvlist_t; +#define CVLIST(cv1, cv2, cv3, cv4, cv5) \ + ((cv1) + ((cv2) << 3) + ((cv3) << 6) + ((cv4) << 9) + ((cv5) << 12)) +#define CVLIST_FIRST(cvl) ((cvl) & ((1 << 3) - 1)) +#define CVLIST_REST(cvl) ((cvl) >> 3) +static const cvlist_t conversion_lists[4] = + { + /* TAG_none */ CVLIST (japanese, european, chinese, korean, other), + /* TAG_language_ja */ CVLIST (japanese, european, chinese, korean, other), + /* TAG_language_ko */ CVLIST (korean, european, japanese, chinese, other), + /* TAG_language_zh */ CVLIST (chinese, european, japanese, korean, other) + }; + #define MIN_NEEDED_INPUT MIN_NEEDED_TO #define MIN_NEEDED_OUTPUT MIN_NEEDED_FROM #define MAX_NEEDED_OUTPUT (MAX_NEEDED_FROM + 2) @@ -510,12 +544,56 @@ gconv_end (struct __gconv_step *data) #define BODY \ { \ uint32_t ch; \ - size_t written = 0; \ + size_t written; \ \ ch = get32 (inptr); \ \ + if (var == iso2022jp2) \ + { \ + /* Handle Unicode tag characters (range U+E0000..U+E007F). */ \ + if (__builtin_expect ((ch >> 7) == (0xe0000 >> 7), 0)) \ + { \ + ch &= 0x7f; \ + if (ch >= 'A' && ch <= 'Z') \ + ch += 'a' - 'A'; \ + if (ch == 0x01) \ + tag = TAG_language; \ + else if (ch == 'j' && tag == TAG_language) \ + tag = TAG_language_j; \ + else if (ch == 'a' && tag == TAG_language_j) \ + tag = TAG_language_ja; \ + else if (ch == 'k' && tag == TAG_language) \ + tag = TAG_language_k; \ + else if (ch == 'o' && tag == TAG_language_k) \ + tag = TAG_language_ko; \ + else if (ch == 'z' && tag == TAG_language) \ + tag = TAG_language_z; \ + else if (ch == 'h' && tag == TAG_language_z) \ + tag = TAG_language_zh; \ + else if (ch == 0x7f) \ + tag = TAG_none; \ + else \ + { \ + /* Other tag characters reset the tag parsing state (if the \ + current state is a temporary state) or are ignored (if \ + the current state is a stable one). */ \ + if (tag >= TAG_language) \ + tag = TAG_none; \ + } \ + \ + inptr += 4; \ + continue; \ + } \ + \ + /* Non-tag characters reset the tag parsing state, if the current \ + state is a temporary state. */ \ + if (__builtin_expect (tag >= TAG_language, 0)) \ + tag = TAG_none; \ + } \ + \ /* First see whether we can write the character using the currently \ - selected character set. */ \ + selected character set. But ignore the selected character set if \ + the current language tag shows different preferences. */ \ if (set == ASCII_set) \ { \ /* Please note that the NUL byte is *not* matched if we are not \ @@ -525,58 +603,75 @@ gconv_end (struct __gconv_step *data) { \ *outptr++ = ch; \ written = 1; \ + \ + /* At the beginning of a line, G2 designation is cleared. */ \ + if (var == iso2022jp2 && ch == 0x0a) \ + set2 = UNSPECIFIED_set; \ } \ - /* At the beginning of a line, G2 designation is cleared. */ \ - if (var == iso2022jp2 && ch == 0x0a) \ - set2 = UNSPECIFIED_set; \ + else \ + written = __UNKNOWN_10646_CHAR; \ } \ /* ISO-2022-JP recommends to encode the newline character always in \ ASCII since this allows a context-free interpretation of the \ characters at the beginning of the next line. Otherwise it would \ have to be known whether the last line ended using ASCII or \ JIS X 0201. */ \ - else if (set == JISX0201_Roman_set) \ + else if (set == JISX0201_Roman_set \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_ja)) \ { \ - unsigned char buf[2]; \ + unsigned char buf[1]; \ written = ucs4_to_jisx0201 (ch, buf); \ - if (written != __UNKNOWN_10646_CHAR && buf[0] > 0x20 \ - && buf[0] < 0x80) \ + if (written != __UNKNOWN_10646_CHAR) \ { \ - *outptr++ = buf[0]; \ - written = 1; \ + if (buf[0] > 0x20 && buf[0] < 0x80) \ + { \ + *outptr++ = buf[0]; \ + written = 1; \ + } \ + else \ + written = __UNKNOWN_10646_CHAR; \ } \ - else \ - written = __UNKNOWN_10646_CHAR; \ } \ - else if (set == JISX0201_Kana_set) \ + else if (set == JISX0201_Kana_set \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_ja)) \ { \ - unsigned char buf[2]; \ + unsigned char buf[1]; \ written = ucs4_to_jisx0201 (ch, buf); \ - if (written != __UNKNOWN_10646_CHAR && buf[0] > 0xa0 \ - && buf[0] < 0xe0) \ + if (written != __UNKNOWN_10646_CHAR) \ { \ - *outptr++ = buf[0] - 0x80; \ - written = 1; \ + if (buf[0] > 0xa0 && buf[0] < 0xe0) \ + { \ + *outptr++ = buf[0] - 0x80; \ + written = 1; \ + } \ + else \ + written = __UNKNOWN_10646_CHAR; \ } \ - else \ - written = __UNKNOWN_10646_CHAR; \ } \ else \ { \ - if (set == JISX0208_1978_set || set == JISX0208_1983_set) \ + if ((set == JISX0208_1978_set || set == JISX0208_1983_set) \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_ja)) \ written = ucs4_to_jisx0208 (ch, outptr, outend - outptr); \ - else if (set == JISX0212_set) \ + else if (set == JISX0212_set \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_ja)) \ written = ucs4_to_jisx0212 (ch, outptr, outend - outptr); \ - else if (set == GB2312_set) \ + else if (set == GB2312_set \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_zh)) \ written = ucs4_to_gb2312 (ch, outptr, outend - outptr); \ + else if (set == KSC5601_set \ + && (__builtin_expect (tag == TAG_none, 1) \ + || tag == TAG_language_ko)) \ + written = ucs4_to_ksc5601 (ch, outptr, outend - outptr); \ else \ - { \ - assert (set == KSC5601_set); \ - \ - written = ucs4_to_ksc5601 (ch, outptr, outend - outptr); \ - } \ + written = __UNKNOWN_10646_CHAR; \ \ - if (__builtin_expect (written, 1) == 0) \ + if (__builtin_expect (written == 0, 0)) \ { \ result = __GCONV_FULL_OUTPUT; \ break; \ @@ -585,18 +680,19 @@ gconv_end (struct __gconv_step *data) outptr += written; \ } \ \ - if (written == __UNKNOWN_10646_CHAR || written == 0) \ + if (written == __UNKNOWN_10646_CHAR \ + && __builtin_expect (tag == TAG_none, 1)) \ { \ if (set2 == ISO88591_set) \ { \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ + if (ch >= 0x80 && ch <= 0xff) \ { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ \ - if (ch >= 0x80 && ch <= 0xff) \ - { \ *outptr++ = ESC; \ *outptr++ = 'N'; \ *outptr++ = ch & 0x7f; \ @@ -629,18 +725,15 @@ gconv_end (struct __gconv_step *data) } \ } \ \ - if (written == __UNKNOWN_10646_CHAR || written == 0) \ + if (written == __UNKNOWN_10646_CHAR) \ { \ - /* Either this is an unknown character or we have to switch \ - the currently selected character set. The character sets \ - do not code entirely separate parts of ISO 10646 and \ - therefore there is no single correct result. If we choose \ - the character set to use wrong we might be end up with \ - using yet another character set for the next character \ - though the current and the next could be encoded with one \ - character set. We leave this kind of optimization for \ - later and now simply use a fixed order in which we test for \ - availability */ \ + /* The attempts to use the currently selected character set \ + failed, either because the language tag changed, or because \ + the character requires a different character set, or because \ + the character is unknown. \ + The CJK character sets partially overlap when seen as subsets \ + of ISO 10646; therefore there is no single correct result. \ + We use a preferrence order which depends on the language tag. */ \ \ if (ch <= 0x7f) \ { \ @@ -671,235 +764,298 @@ gconv_end (struct __gconv_step *data) else \ { \ /* Now it becomes difficult. We must search the other \ - character sets one by one and we cannot use simple \ - arithmetic to determine whether the character can be \ - encoded using this set. */ \ - size_t written; \ + character sets one by one. Use an ordered conversion \ + list that depends on the current language tag. */ \ + cvlist_t conversion_list; \ unsigned char buf[2]; \ \ - written = ucs4_to_jisx0201 (ch, buf); \ - if (written != __UNKNOWN_10646_CHAR && buf[0] < 0x80) \ - { \ - /* We use JIS X 0201. */ \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - \ - *outptr++ = ESC; \ - *outptr++ = '('; \ - *outptr++ = 'J'; \ - set = JISX0201_Roman_set; \ + result = __GCONV_ILLEGAL_INPUT; \ \ - if (__builtin_expect (outptr + 1 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0]; \ - } \ + if (var == iso2022jp2) \ + conversion_list = conversion_lists[tag >> 8]; \ else \ - { \ - written = ucs4_to_jisx0208 (ch, buf, 2); \ - if (written != __UNKNOWN_10646_CHAR) \ - { \ - /* We use JIS X 0208. */ \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ + conversion_list = CVLIST (japanese, 0, 0, 0, 0); \ \ - *outptr++ = ESC; \ - *outptr++ = '$'; \ - *outptr++ = 'B'; \ - set = JISX0208_1983_set; \ + do \ + switch (CVLIST_FIRST (conversion_list)) \ + { \ + case european: \ \ - if (__builtin_expect (outptr + 2 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0]; \ - *outptr++ = buf[1]; \ - } \ - else if (__builtin_expect (var, iso2022jp2) == iso2022jp) \ - { \ - /* We have no other choice. */ \ - STANDARD_ERR_HANDLER (4); \ - } \ - else \ - { \ - written = ucs4_to_jisx0212 (ch, buf, 2); \ - if (written != __UNKNOWN_10646_CHAR) \ - { \ - /* We use JIS X 0212. */ \ - if (__builtin_expect (outptr + 4 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = ESC; \ - *outptr++ = '$'; \ - *outptr++ = '('; \ - *outptr++ = 'D'; \ - set = JISX0212_set; \ - \ - if (__builtin_expect (outptr + 2 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0]; \ - *outptr++ = buf[1]; \ - } \ - else \ - { \ - written = ucs4_to_jisx0201 (ch, buf); \ - if (written != __UNKNOWN_10646_CHAR \ - && buf[0] >= 0x80) \ - { \ - /* We use JIS X 0201. */ \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ + /* Try ISO 8859-1 upper half. */ \ + if (ch >= 0x80 && ch <= 0xff) \ + { \ + if (set2 != ISO88591_set) \ + { \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '.'; \ + *outptr++ = 'A'; \ + set2 = ISO88591_set; \ + } \ \ - *outptr++ = ESC; \ - *outptr++ = '('; \ - *outptr++ = 'I'; \ - set = JISX0201_Kana_set; \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = 'N'; \ + *outptr++ = ch - 0x80; \ + result = __GCONV_OK; \ + break; \ + } \ \ - if (__builtin_expect (outptr + 1 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0] - 0x80; \ - } \ - else if (ch != 0xa5 && ch >= 0x80 && ch <= 0xff) \ - { \ - /* ISO 8859-1 upper half. */ \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - \ - *outptr++ = ESC; \ - *outptr++ = '.'; \ - *outptr++ = 'A'; \ - set2 = ISO88591_set; \ + /* Try ISO 8859-7 upper half. */ \ + { \ + const struct gap *rp = from_idx; \ \ - if (__builtin_expect (outptr + 3 > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = ESC; \ - *outptr++ = 'N'; \ - *outptr++ = ch - 0x80; \ - } \ - else \ + while (ch > rp->end) \ + ++rp; \ + if (ch >= rp->start) \ + { \ + unsigned char res = \ + iso88597_from_ucs4[ch - 0xa0 + rp->idx]; \ + if (res != '\0') \ { \ - written = ucs4_to_gb2312 (ch, buf, 2); \ - if (written != __UNKNOWN_10646_CHAR) \ + if (set2 != ISO88597_set) \ { \ - /* We use GB 2312. */ \ if (__builtin_expect (outptr + 3 > outend, 0))\ { \ result = __GCONV_FULL_OUTPUT; \ break; \ } \ - \ *outptr++ = ESC; \ - *outptr++ = '$'; \ - *outptr++ = 'A'; \ - set = GB2312_set; \ - \ - if (__builtin_expect (outptr + 2 > outend, 0))\ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0]; \ - *outptr++ = buf[1]; \ + *outptr++ = '.'; \ + *outptr++ = 'F'; \ + set2 = ISO88597_set; \ } \ - else \ + \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ { \ - written = ucs4_to_ksc5601 (ch, buf, 2); \ - if (written != __UNKNOWN_10646_CHAR) \ - { \ - /* We use KSC 5601. */ \ - if (__builtin_expect (outptr + 4 > outend,\ - 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = ESC; \ - *outptr++ = '$'; \ - *outptr++ = '('; \ - *outptr++ = 'C'; \ - set = KSC5601_set; \ - \ - if (__builtin_expect (outptr + 2 > outend,\ - 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = buf[0]; \ - *outptr++ = buf[1]; \ - } \ - else \ - { \ - const struct gap *rp = from_idx; \ - unsigned char gch = 0; \ - \ - while (ch > rp->end) \ - ++rp; \ - if (ch >= rp->start) \ - { \ - ch = ch - 0xa0 + rp->idx; \ - gch = iso88597_from_ucs4[ch]; \ - } \ - \ - if (__builtin_expect (gch, 1) != 0) \ - { \ - /* We use ISO 8859-7 greek. */ \ - if (__builtin_expect (outptr + 3 \ - > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = ESC; \ - *outptr++ = '.'; \ - *outptr++ = 'F'; \ - set2 = ISO88597_set; \ - \ - if (__builtin_expect (outptr + 3 \ - > outend, 0)) \ - { \ - result = __GCONV_FULL_OUTPUT; \ - break; \ - } \ - *outptr++ = ESC; \ - *outptr++ = 'N'; \ - *outptr++ = gch; \ - } \ - else \ - { \ - STANDARD_ERR_HANDLER (4); \ - } \ - } \ + result = __GCONV_FULL_OUTPUT; \ + break; \ } \ + *outptr++ = ESC; \ + *outptr++ = 'N'; \ + *outptr++ = res; \ + result = __GCONV_OK; \ + break; \ } \ } \ } \ + \ + break; \ + \ + case japanese: \ + \ + /* Try JIS X 0201 Roman. */ \ + written = ucs4_to_jisx0201 (ch, buf); \ + if (written != __UNKNOWN_10646_CHAR \ + && buf[0] > 0x20 && buf[0] < 0x80) \ + { \ + if (set != JISX0201_Roman_set) \ + { \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '('; \ + *outptr++ = 'J'; \ + set = JISX0201_Roman_set; \ + } \ + \ + if (__builtin_expect (outptr + 1 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0]; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + /* Try JIS X 0208. */ \ + written = ucs4_to_jisx0208 (ch, buf, 2); \ + if (written != __UNKNOWN_10646_CHAR) \ + { \ + if (set != JISX0208_1983_set) \ + { \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '$'; \ + *outptr++ = 'B'; \ + set = JISX0208_1983_set; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0]; \ + *outptr++ = buf[1]; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + if (__builtin_expect (var == iso2022jp, 0)) \ + /* Don't use the other Japanese character sets. */ \ + break; \ + \ + /* Try JIS X 0212. */ \ + written = ucs4_to_jisx0212 (ch, buf, 2); \ + if (written != __UNKNOWN_10646_CHAR) \ + { \ + if (set != JISX0212_set) \ + { \ + if (__builtin_expect (outptr + 4 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '$'; \ + *outptr++ = '('; \ + *outptr++ = 'D'; \ + set = JISX0212_set; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0]; \ + *outptr++ = buf[1]; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + break; \ + \ + case chinese: \ + assert (var == iso2022jp2); \ + \ + /* Try GB 2312. */ \ + written = ucs4_to_gb2312 (ch, buf, 2); \ + if (written != __UNKNOWN_10646_CHAR) \ + { \ + if (set != GB2312_set) \ + { \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '$'; \ + *outptr++ = 'A'; \ + set = GB2312_set; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0]; \ + *outptr++ = buf[1]; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + break; \ + \ + case korean: \ + assert (var == iso2022jp2); \ + \ + /* Try KSC 5601. */ \ + written = ucs4_to_ksc5601 (ch, buf, 2); \ + if (written != __UNKNOWN_10646_CHAR) \ + { \ + if (set != KSC5601_set) \ + { \ + if (__builtin_expect (outptr + 4 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '$'; \ + *outptr++ = '('; \ + *outptr++ = 'C'; \ + set = KSC5601_set; \ + } \ + \ + if (__builtin_expect (outptr + 2 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0]; \ + *outptr++ = buf[1]; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + break; \ + \ + case other: \ + assert (var == iso2022jp2); \ + \ + /* Try JIS X 0201 Kana. This is not officially part \ + of ISO-2022-JP-2, according to RFC 1554. Therefore \ + we try this only after all other attempts. */ \ + written = ucs4_to_jisx0201 (ch, buf); \ + if (written != __UNKNOWN_10646_CHAR && buf[0] >= 0x80) \ + { \ + if (set != JISX0201_Kana_set) \ + { \ + if (__builtin_expect (outptr + 3 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = ESC; \ + *outptr++ = '('; \ + *outptr++ = 'I'; \ + set = JISX0201_Kana_set; \ + } \ + \ + if (__builtin_expect (outptr + 1 > outend, 0)) \ + { \ + result = __GCONV_FULL_OUTPUT; \ + break; \ + } \ + *outptr++ = buf[0] - 0x80; \ + result = __GCONV_OK; \ + break; \ + } \ + \ + break; \ + \ + default: \ + abort (); \ + } \ + while (result == __GCONV_ILLEGAL_INPUT \ + && (conversion_list = CVLIST_REST (conversion_list)) != 0);\ + \ + if (result == __GCONV_FULL_OUTPUT) \ + break; \ + \ + if (result == __GCONV_ILLEGAL_INPUT) \ + { \ + STANDARD_ERR_HANDLER (4); \ } \ } \ } \ @@ -910,8 +1066,9 @@ gconv_end (struct __gconv_step *data) #define LOOP_NEED_FLAGS #define EXTRA_LOOP_DECLS , enum variant var, int *setp #define INIT_PARAMS int set = *setp & CURRENT_SEL_MASK; \ - int set2 = *setp & CURRENT_ASSIGN_MASK -#define UPDATE_PARAMS *setp = set | set2 + int set2 = *setp & CURRENT_ASSIGN_MASK; \ + int tag = *setp & CURRENT_TAG_MASK; +#define UPDATE_PARAMS *setp = set | set2 | tag #include diff --git a/iconvdata/iso-2022-kr.c b/iconvdata/iso-2022-kr.c index 6547768..4033dc0 100644 --- a/iconvdata/iso-2022-kr.c +++ b/iconvdata/iso-2022-kr.c @@ -1,5 +1,5 @@ /* Conversion module for ISO-2022-KR. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -221,7 +221,6 @@ enum #define BODY \ { \ uint32_t ch; \ - size_t written = 0; \ \ ch = get32 (inptr); \ \ @@ -241,16 +240,18 @@ enum } \ \ *outptr++ = ch; \ - written = 1; \ } \ else \ { \ char buf[2]; \ + size_t written; \ \ written = ucs4_to_ksc5601 (ch, buf, 2); \ \ if (__builtin_expect (written, 0) == __UNKNOWN_10646_CHAR) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/iso646.c b/iconvdata/iso646.c index 8de2639..6668d9d 100644 --- a/iconvdata/iso646.c +++ b/iconvdata/iso646.c @@ -1,5 +1,5 @@ /* Conversion to and from the various ISO 646 CCS. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -879,7 +879,10 @@ gconv_end (struct __gconv_step *data) break; \ default: \ if (__builtin_expect (ch, 0) > 0x7f) \ - failure = __GCONV_ILLEGAL_INPUT; \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + failure = __GCONV_ILLEGAL_INPUT; \ + } \ break; \ } \ \ diff --git a/iconvdata/iso8859-1.c b/iconvdata/iso8859-1.c index 9e5007f..7b2ed45 100644 --- a/iconvdata/iso8859-1.c +++ b/iconvdata/iso8859-1.c @@ -1,5 +1,5 @@ /* Conversion to and from ISO 8859-1. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -48,6 +48,8 @@ uint32_t ch = *((const uint32_t *) inptr); \ if (__builtin_expect (ch, 0) > 0xff) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* We have an illegal character. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/iso_6937-2.c b/iconvdata/iso_6937-2.c index 5f8956e..0c2d6d2 100644 --- a/iconvdata/iso_6937-2.c +++ b/iconvdata/iso_6937-2.c @@ -1,5 +1,5 @@ /* Generic conversion to and from ISO 6937-2. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1998. @@ -563,6 +563,7 @@ static const char from_ucs4[][2] = cp = "\xd5"; \ break; \ default: \ + UNICODE_TAG_HANDLER (ch, 4); \ /* Illegal characters. */ \ cp = NULL; \ break; \ diff --git a/iconvdata/iso_6937.c b/iconvdata/iso_6937.c index 74b8990..e99bfa9 100644 --- a/iconvdata/iso_6937.c +++ b/iconvdata/iso_6937.c @@ -1,5 +1,5 @@ /* Generic conversion to and from ISO 6937. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -536,6 +536,7 @@ static const char from_ucs4[][2] = cp = "\xd5"; \ break; \ default: \ + UNICODE_TAG_HANDLER (ch, 4); \ cp = NULL; \ fail = 1; \ } \ diff --git a/iconvdata/johab.c b/iconvdata/johab.c index a631140..b92906c 100644 --- a/iconvdata/johab.c +++ b/iconvdata/johab.c @@ -1,5 +1,5 @@ /* Mapping tables for JOHAB handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jungshik Shin and Ulrich Drepper , 1998. @@ -426,6 +426,7 @@ johab_sym_hanja_to_ucs (uint_fast32_t idx, uint_fast32_t c1, uint_fast32_t c2) if (__builtin_expect (written, 1) == __UNKNOWN_10646_CHAR \ || (outptr[0] == 0x22 && outptr[1] > 0x65)) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ STANDARD_ERR_HANDLER (4); \ } \ \ diff --git a/iconvdata/sjis.c b/iconvdata/sjis.c index 7bbfef3..cb5014c 100644 --- a/iconvdata/sjis.c +++ b/iconvdata/sjis.c @@ -1,5 +1,5 @@ /* Mapping tables for SJIS handling. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -4471,8 +4471,11 @@ static const char from_ucs4_extra[0x100][2] = && __builtin_expect (ch, 0xff01) <= 0xffef) \ cp = from_ucs4_extra[ch - 0xff00]; \ else \ - /* Illegal character. */ \ - cp = ""; \ + { \ + UNICODE_TAG_HANDLER (ch, 4); \ + /* Illegal character. */ \ + cp = ""; \ + } \ } \ else \ cp = from_ucs4_lat1[ch]; \ diff --git a/iconvdata/t.61.c b/iconvdata/t.61.c index 302226d..4dab974 100644 --- a/iconvdata/t.61.c +++ b/iconvdata/t.61.c @@ -1,5 +1,5 @@ /* Generic conversion to and from T.61. - Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -468,6 +468,8 @@ static const char from_ucs4[][2] = || __builtin_expect (ch, 0x2d8) > 0x2dd \ || __builtin_expect (ch, 0x2d8) == 0x02dc) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ + \ /* Illegal characters. */ \ STANDARD_ERR_HANDLER (4); \ } \ diff --git a/iconvdata/tst-table-charmap.sh b/iconvdata/tst-table-charmap.sh index 99c713c..889595c 100755 --- a/iconvdata/tst-table-charmap.sh +++ b/iconvdata/tst-table-charmap.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Bruno Haible , 2000. # @@ -30,6 +30,6 @@ case "$1" in ;; *) # New Unicode based format - sed -e 's,^%IRREVERSIBLE%,,' | grep '^[ ]*/x' | grep -v 'not a real character' | sed -e 's,[ ]*\([/x0-9A-Fa-f]*\).*$,\2 0x\1,' | tr abcdef ABCDEF | sed -e 's,/x\([0-9A-F][0-9A-F]\),\1,g' | sed -e 's,^,0x,' | sort | uniq | grep -v '^0x00 0x\([1-9A-F]...\|.[1-9A-F]..\|..[1-9A-F].\|...[1-9A-F]\)' + sed -e 's,^%IRREVERSIBLE%,,' | grep '^[ ]*/x' | grep -v 'not a real character' | sed -e 's,[ ]*\([/x0-9A-Fa-f]*\).*$,\2 0x\1,' -e 's,[ ]*\([/x0-9A-Fa-f]*\).*$,\2 0x\1,' | tr abcdef ABCDEF | sed -e 's,/x\([0-9A-F][0-9A-F]\),\1,g' | sed -e 's,^,0x,' | sort | uniq | grep -v '^0x00 0x\([1-9A-F]...\|.[1-9A-F]..\|..[1-9A-F].\|...[1-9A-F]\)' ;; esac diff --git a/iconvdata/tst-table-from.c b/iconvdata/tst-table-from.c index b24632e..067c600 100644 --- a/iconvdata/tst-table-from.c +++ b/iconvdata/tst-table-from.c @@ -28,6 +28,9 @@ #include #include +/* If nonzero, ignore conversions outside Unicode plane 0. */ +static int bmp_only; + /* Converts a byte buffer to a hexadecimal string. */ static const char* hexbuf (unsigned char buf[], unsigned int buflen) @@ -162,6 +165,10 @@ utf8_decode (const unsigned char *out, unsigned int outlen) out += 1; outlen -= 1; } + if (bmp_only && strlen (p) > 6) + /* Ignore conversions outside Unicode plane 0. */ + return NULL; + p += strlen (p); } @@ -173,6 +180,7 @@ main (int argc, char *argv[]) { const char *charset; iconv_t cd; + int search_depth; if (argc != 2) { @@ -188,6 +196,12 @@ main (int argc, char *argv[]) exit (1); } + /* When testing UTF-8 or GB18030, stop at 0x10000, otherwise the output + file gets too big. */ + bmp_only = (strcmp (charset, "UTF-8") == 0 + || strcmp (charset, "GB18030") == 0); + search_depth = (strcmp (charset, "UTF-8") == 0 ? 3 : 4); + { unsigned char out[6]; unsigned char buf[4]; @@ -203,8 +217,9 @@ main (int argc, char *argv[]) } else if (result > 0) { - printf ("0x%02X\t%s\n", - i0, utf8_decode (out, result)); + const char *unicode = utf8_decode (out, result); + if (unicode != NULL) + printf ("0x%02X\t%s\n", i0, unicode); } else { @@ -217,8 +232,9 @@ main (int argc, char *argv[]) } else if (result > 0) { - printf ("0x%02X%02X\t%s\n", - i0, i1, utf8_decode (out, result)); + const char *unicode = utf8_decode (out, result); + if (unicode != NULL) + printf ("0x%02X%02X\t%s\n", i0, i1, unicode); } else { @@ -231,10 +247,12 @@ main (int argc, char *argv[]) } else if (result > 0) { - printf ("0x%02X%02X%02X\t%s\n", - i0, i1, i2, utf8_decode (out, result)); + const char *unicode = utf8_decode (out, result); + if (unicode != NULL) + printf ("0x%02X%02X%02X\t%s\n", + i0, i1, i2, unicode); } - else if (strcmp (charset, "UTF-8")) + else if (search_depth > 3) { for (i3 = 0; i3 < 0x100; i3++) { @@ -245,9 +263,11 @@ main (int argc, char *argv[]) } else if (result > 0) { - printf ("0x%02X%02X%02X%02X\t%s\n", - i0, i1, i2, i3, - utf8_decode (out, result)); + const char *unicode = + utf8_decode (out, result); + if (unicode != NULL) + printf ("0x%02X%02X%02X%02X\t%s\n", + i0, i1, i2, i3, unicode); } else { diff --git a/iconvdata/tst-table-to.c b/iconvdata/tst-table-to.c index c763c84..0a6ba8a 100644 --- a/iconvdata/tst-table-to.c +++ b/iconvdata/tst-table-to.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000 Free Software Foundation, Inc. +/* Copyright (C) 2000-2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Bruno Haible , 2000. @@ -32,6 +32,7 @@ main (int argc, char *argv[]) { const char *charset; iconv_t cd; + int bmp_only; if (argc != 2) { @@ -40,22 +41,38 @@ main (int argc, char *argv[]) } charset = argv[1]; - cd = iconv_open (charset, "UCS-2"); + cd = iconv_open (charset, "UTF-8"); if (cd == (iconv_t)(-1)) { perror ("iconv_open"); return 1; } + /* When testing UTF-8 or GB18030, stop at 0x10000, otherwise the output + file gets too big. */ + bmp_only = (strcmp (charset, "UTF-8") == 0 + || strcmp (charset, "GB18030") == 0); + { unsigned int i; unsigned char buf[10]; - for (i = 0; i < 0x10000; i++) + for (i = 0; i < (bmp_only ? 0x10000 : 0x30000); i++) { - unsigned short in = i; - const char *inbuf = (const char *) ∈ - size_t inbytesleft = sizeof (unsigned short); + unsigned char in[6]; + unsigned int incount = + (i < 0x80 ? (in[0] = i, 1) + : i < 0x800 ? (in[0] = 0xc0 | (i >> 6), + in[1] = 0x80 | (i & 0x3f), 2) + : i < 0x10000 ? (in[0] = 0xe0 | (i >> 12), + in[1] = 0x80 | ((i >> 6) & 0x3f), + in[2] = 0x80 | (i & 0x3f), 3) + : /* i < 0x200000 */ (in[0] = 0xf0 | (i >> 18), + in[1] = 0x80 | ((i >> 12) & 0x3f), + in[2] = 0x80 | ((i >> 6) & 0x3f), + in[3] = 0x80 | (i & 0x3f), 4)); + const char *inbuf = (const char *) in; + size_t inbytesleft = incount; char *outbuf = (char *) buf; size_t outbytesleft = sizeof (buf); size_t result = iconv (cd, @@ -78,7 +95,7 @@ main (int argc, char *argv[]) if (inbytesleft != 0 || outbytesleft == sizeof (buf)) { fprintf (stderr, "0x%02X: inbytes = %ld, outbytes = %ld\n", i, - (long) (sizeof (unsigned short) - inbytesleft), + (long) (incount - inbytesleft), (long) (sizeof (buf) - outbytesleft)); return 1; } diff --git a/iconvdata/tst-table.sh b/iconvdata/tst-table.sh index e38b88e..f00d3ee 100755 --- a/iconvdata/tst-table.sh +++ b/iconvdata/tst-table.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2000 Free Software Foundation, Inc. +# Copyright (C) 2000, 2001 Free Software Foundation, Inc. # This file is part of the GNU C Library. # Contributed by Bruno Haible , 2000. # @@ -61,8 +61,15 @@ diff ${objpfx}tst-${charset}.table ${objpfx}tst-${charset}.inverse.table | \ grep '^[<>]' | sed -e 's,^. ,,' > ${objpfx}tst-${charset}.irreversible.table # Check 1: charmap and iconv forward should be identical. -cmp -s ${objpfx}tst-${charset}.charmap.table ${objpfx}tst-${charset}.table || -exit 1 +if test ${charset} = GB18030; then + grep '0x....$' < ${objpfx}tst-${charset}.charmap.table \ + > ${objpfx}tst-${charset}.truncated.table + cmp -s ${objpfx}tst-${charset}.truncated.table ${objpfx}tst-${charset}.table || + exit 1 +else + cmp -s ${objpfx}tst-${charset}.charmap.table ${objpfx}tst-${charset}.table || + exit 1 +fi # Check 2: the difference between the two iconv directions. if test -f ${irreversible}; then diff --git a/iconvdata/uhc.c b/iconvdata/uhc.c index c191b11..c3ff699 100644 --- a/iconvdata/uhc.c +++ b/iconvdata/uhc.c @@ -1,5 +1,5 @@ /* Mapping tables for UHC handling. - Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jungshik Shin , 1998. @@ -3243,6 +3243,7 @@ static const char uhc_hangul_from_ucs[11172][2] = } \ if (__builtin_expect (written, 0) == __UNKNOWN_10646_CHAR) \ { \ + UNICODE_TAG_HANDLER (ch, 4); \ STANDARD_ERR_HANDLER (4); \ } \ \ diff --git a/iconvdata/unicode.c b/iconvdata/unicode.c index 89ec81f..f2f46c6 100644 --- a/iconvdata/unicode.c +++ b/iconvdata/unicode.c @@ -1,5 +1,5 @@ /* Conversion module for Unicode - Copyright (C) 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1999. @@ -154,6 +154,7 @@ gconv_end (struct __gconv_step *data) \ if (__builtin_expect (c, 0) >= 0x10000) \ { \ + UNICODE_TAG_HANDLER (c, 4); \ STANDARD_ERR_HANDLER (4); \ } \ else if (__builtin_expect (c >= 0xd800 && c < 0xe000, 0)) \ diff --git a/locale/C-translit.h b/locale/C-translit.h index 45728bb..139b081 100644 --- a/locale/C-translit.h +++ b/locale/C-translit.h @@ -1,4 +1,4 @@ -#define NTRANSLIT 590 +#define NTRANSLIT 1291 static const uint32_t translit_from_idx[] = { 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, @@ -50,7 +50,65 @@ static const uint32_t translit_from_idx[] = 1104, 1106, 1108, 1110, 1112, 1114, 1116, 1118, 1120, 1122, 1124, 1126, 1128, 1130, 1132, 1134, 1136, 1138, 1140, 1142, 1144, 1146, 1148, 1150, 1152, 1154, 1156, 1158, 1160, 1162, 1164, 1166, 1168, 1170, 1172, 1174, - 1176, 1178 + 1176, 1178, 1180, 1182, 1184, 1186, 1188, 1190, 1192, 1194, 1196, 1198, + 1200, 1202, 1204, 1206, 1208, 1210, 1212, 1214, 1216, 1218, 1220, 1222, + 1224, 1226, 1228, 1230, 1232, 1234, 1236, 1238, 1240, 1242, 1244, 1246, + 1248, 1250, 1252, 1254, 1256, 1258, 1260, 1262, 1264, 1266, 1268, 1270, + 1272, 1274, 1276, 1278, 1280, 1282, 1284, 1286, 1288, 1290, 1292, 1294, + 1296, 1298, 1300, 1302, 1304, 1306, 1308, 1310, 1312, 1314, 1316, 1318, + 1320, 1322, 1324, 1326, 1328, 1330, 1332, 1334, 1336, 1338, 1340, 1342, + 1344, 1346, 1348, 1350, 1352, 1354, 1356, 1358, 1360, 1362, 1364, 1366, + 1368, 1370, 1372, 1374, 1376, 1378, 1380, 1382, 1384, 1386, 1388, 1390, + 1392, 1394, 1396, 1398, 1400, 1402, 1404, 1406, 1408, 1410, 1412, 1414, + 1416, 1418, 1420, 1422, 1424, 1426, 1428, 1430, 1432, 1434, 1436, 1438, + 1440, 1442, 1444, 1446, 1448, 1450, 1452, 1454, 1456, 1458, 1460, 1462, + 1464, 1466, 1468, 1470, 1472, 1474, 1476, 1478, 1480, 1482, 1484, 1486, + 1488, 1490, 1492, 1494, 1496, 1498, 1500, 1502, 1504, 1506, 1508, 1510, + 1512, 1514, 1516, 1518, 1520, 1522, 1524, 1526, 1528, 1530, 1532, 1534, + 1536, 1538, 1540, 1542, 1544, 1546, 1548, 1550, 1552, 1554, 1556, 1558, + 1560, 1562, 1564, 1566, 1568, 1570, 1572, 1574, 1576, 1578, 1580, 1582, + 1584, 1586, 1588, 1590, 1592, 1594, 1596, 1598, 1600, 1602, 1604, 1606, + 1608, 1610, 1612, 1614, 1616, 1618, 1620, 1622, 1624, 1626, 1628, 1630, + 1632, 1634, 1636, 1638, 1640, 1642, 1644, 1646, 1648, 1650, 1652, 1654, + 1656, 1658, 1660, 1662, 1664, 1666, 1668, 1670, 1672, 1674, 1676, 1678, + 1680, 1682, 1684, 1686, 1688, 1690, 1692, 1694, 1696, 1698, 1700, 1702, + 1704, 1706, 1708, 1710, 1712, 1714, 1716, 1718, 1720, 1722, 1724, 1726, + 1728, 1730, 1732, 1734, 1736, 1738, 1740, 1742, 1744, 1746, 1748, 1750, + 1752, 1754, 1756, 1758, 1760, 1762, 1764, 1766, 1768, 1770, 1772, 1774, + 1776, 1778, 1780, 1782, 1784, 1786, 1788, 1790, 1792, 1794, 1796, 1798, + 1800, 1802, 1804, 1806, 1808, 1810, 1812, 1814, 1816, 1818, 1820, 1822, + 1824, 1826, 1828, 1830, 1832, 1834, 1836, 1838, 1840, 1842, 1844, 1846, + 1848, 1850, 1852, 1854, 1856, 1858, 1860, 1862, 1864, 1866, 1868, 1870, + 1872, 1874, 1876, 1878, 1880, 1882, 1884, 1886, 1888, 1890, 1892, 1894, + 1896, 1898, 1900, 1902, 1904, 1906, 1908, 1910, 1912, 1914, 1916, 1918, + 1920, 1922, 1924, 1926, 1928, 1930, 1932, 1934, 1936, 1938, 1940, 1942, + 1944, 1946, 1948, 1950, 1952, 1954, 1956, 1958, 1960, 1962, 1964, 1966, + 1968, 1970, 1972, 1974, 1976, 1978, 1980, 1982, 1984, 1986, 1988, 1990, + 1992, 1994, 1996, 1998, 2000, 2002, 2004, 2006, 2008, 2010, 2012, 2014, + 2016, 2018, 2020, 2022, 2024, 2026, 2028, 2030, 2032, 2034, 2036, 2038, + 2040, 2042, 2044, 2046, 2048, 2050, 2052, 2054, 2056, 2058, 2060, 2062, + 2064, 2066, 2068, 2070, 2072, 2074, 2076, 2078, 2080, 2082, 2084, 2086, + 2088, 2090, 2092, 2094, 2096, 2098, 2100, 2102, 2104, 2106, 2108, 2110, + 2112, 2114, 2116, 2118, 2120, 2122, 2124, 2126, 2128, 2130, 2132, 2134, + 2136, 2138, 2140, 2142, 2144, 2146, 2148, 2150, 2152, 2154, 2156, 2158, + 2160, 2162, 2164, 2166, 2168, 2170, 2172, 2174, 2176, 2178, 2180, 2182, + 2184, 2186, 2188, 2190, 2192, 2194, 2196, 2198, 2200, 2202, 2204, 2206, + 2208, 2210, 2212, 2214, 2216, 2218, 2220, 2222, 2224, 2226, 2228, 2230, + 2232, 2234, 2236, 2238, 2240, 2242, 2244, 2246, 2248, 2250, 2252, 2254, + 2256, 2258, 2260, 2262, 2264, 2266, 2268, 2270, 2272, 2274, 2276, 2278, + 2280, 2282, 2284, 2286, 2288, 2290, 2292, 2294, 2296, 2298, 2300, 2302, + 2304, 2306, 2308, 2310, 2312, 2314, 2316, 2318, 2320, 2322, 2324, 2326, + 2328, 2330, 2332, 2334, 2336, 2338, 2340, 2342, 2344, 2346, 2348, 2350, + 2352, 2354, 2356, 2358, 2360, 2362, 2364, 2366, 2368, 2370, 2372, 2374, + 2376, 2378, 2380, 2382, 2384, 2386, 2388, 2390, 2392, 2394, 2396, 2398, + 2400, 2402, 2404, 2406, 2408, 2410, 2412, 2414, 2416, 2418, 2420, 2422, + 2424, 2426, 2428, 2430, 2432, 2434, 2436, 2438, 2440, 2442, 2444, 2446, + 2448, 2450, 2452, 2454, 2456, 2458, 2460, 2462, 2464, 2466, 2468, 2470, + 2472, 2474, 2476, 2478, 2480, 2482, 2484, 2486, 2488, 2490, 2492, 2494, + 2496, 2498, 2500, 2502, 2504, 2506, 2508, 2510, 2512, 2514, 2516, 2518, + 2520, 2522, 2524, 2526, 2528, 2530, 2532, 2534, 2536, 2538, 2540, 2542, + 2544, 2546, 2548, 2550, 2552, 2554, 2556, 2558, 2560, 2562, 2564, 2566, + 2568, 2570, 2572, 2574, 2576, 2578, 2580 }; static const wchar_t translit_from_tbl[] = L"\x00a0" L"\0" L"\x00a9" L"\0" L"\x00ab" L"\0" L"\x00ad" L"\0" L"\x00ae" @@ -183,7 +241,208 @@ static const wchar_t translit_from_tbl[] = L"\0" L"\xff4d" L"\0" L"\xff4e" L"\0" L"\xff4f" L"\0" L"\xff50" L"\0" L"\xff51" L"\0" L"\xff52" L"\0" L"\xff53" L"\0" L"\xff54" L"\0" L"\xff55" L"\0" L"\xff56" L"\0" L"\xff57" L"\0" L"\xff58" L"\0" L"\xff59" L"\0" - L"\xff5a" L"\0" L"\xff5b" L"\0" L"\xff5c" L"\0" L"\xff5d" L"\0" L"\xff5e"; + L"\xff5a" L"\0" L"\xff5b" L"\0" L"\xff5c" L"\0" L"\xff5d" L"\0" L"\xff5e" + L"\0" L"\x0001d400" L"\0" L"\x0001d401" L"\0" L"\x0001d402" L"\0" + L"\x0001d403" L"\0" L"\x0001d404" L"\0" L"\x0001d405" L"\0" L"\x0001d406" + L"\0" L"\x0001d407" L"\0" L"\x0001d408" L"\0" L"\x0001d409" L"\0" + L"\x0001d40a" L"\0" L"\x0001d40b" L"\0" L"\x0001d40c" L"\0" L"\x0001d40d" + L"\0" L"\x0001d40e" L"\0" L"\x0001d40f" L"\0" L"\x0001d410" L"\0" + L"\x0001d411" L"\0" L"\x0001d412" L"\0" L"\x0001d413" L"\0" L"\x0001d414" + L"\0" L"\x0001d415" L"\0" L"\x0001d416" L"\0" L"\x0001d417" L"\0" + L"\x0001d418" L"\0" L"\x0001d419" L"\0" L"\x0001d41a" L"\0" L"\x0001d41b" + L"\0" L"\x0001d41c" L"\0" L"\x0001d41d" L"\0" L"\x0001d41e" L"\0" + L"\x0001d41f" L"\0" L"\x0001d420" L"\0" L"\x0001d421" L"\0" L"\x0001d422" + L"\0" L"\x0001d423" L"\0" L"\x0001d424" L"\0" L"\x0001d425" L"\0" + L"\x0001d426" L"\0" L"\x0001d427" L"\0" L"\x0001d428" L"\0" L"\x0001d429" + L"\0" L"\x0001d42a" L"\0" L"\x0001d42b" L"\0" L"\x0001d42c" L"\0" + L"\x0001d42d" L"\0" L"\x0001d42e" L"\0" L"\x0001d42f" L"\0" L"\x0001d430" + L"\0" L"\x0001d431" L"\0" L"\x0001d432" L"\0" L"\x0001d433" L"\0" + L"\x0001d434" L"\0" L"\x0001d435" L"\0" L"\x0001d436" L"\0" L"\x0001d437" + L"\0" L"\x0001d438" L"\0" L"\x0001d439" L"\0" L"\x0001d43a" L"\0" + L"\x0001d43b" L"\0" L"\x0001d43c" L"\0" L"\x0001d43d" L"\0" L"\x0001d43e" + L"\0" L"\x0001d43f" L"\0" L"\x0001d440" L"\0" L"\x0001d441" L"\0" + L"\x0001d442" L"\0" L"\x0001d443" L"\0" L"\x0001d444" L"\0" L"\x0001d445" + L"\0" L"\x0001d446" L"\0" L"\x0001d447" L"\0" L"\x0001d448" L"\0" + L"\x0001d449" L"\0" L"\x0001d44a" L"\0" L"\x0001d44b" L"\0" L"\x0001d44c" + L"\0" L"\x0001d44d" L"\0" L"\x0001d44e" L"\0" L"\x0001d44f" L"\0" + L"\x0001d450" L"\0" L"\x0001d451" L"\0" L"\x0001d452" L"\0" L"\x0001d453" + L"\0" L"\x0001d454" L"\0" L"\x0001d456" L"\0" L"\x0001d457" L"\0" + L"\x0001d458" L"\0" L"\x0001d459" L"\0" L"\x0001d45a" L"\0" L"\x0001d45b" + L"\0" L"\x0001d45c" L"\0" L"\x0001d45d" L"\0" L"\x0001d45e" L"\0" + L"\x0001d45f" L"\0" L"\x0001d460" L"\0" L"\x0001d461" L"\0" L"\x0001d462" + L"\0" L"\x0001d463" L"\0" L"\x0001d464" L"\0" L"\x0001d465" L"\0" + L"\x0001d466" L"\0" L"\x0001d467" L"\0" L"\x0001d468" L"\0" L"\x0001d469" + L"\0" L"\x0001d46a" L"\0" L"\x0001d46b" L"\0" L"\x0001d46c" L"\0" + L"\x0001d46d" L"\0" L"\x0001d46e" L"\0" L"\x0001d46f" L"\0" L"\x0001d470" + L"\0" L"\x0001d471" L"\0" L"\x0001d472" L"\0" L"\x0001d473" L"\0" + L"\x0001d474" L"\0" L"\x0001d475" L"\0" L"\x0001d476" L"\0" L"\x0001d477" + L"\0" L"\x0001d478" L"\0" L"\x0001d479" L"\0" L"\x0001d47a" L"\0" + L"\x0001d47b" L"\0" L"\x0001d47c" L"\0" L"\x0001d47d" L"\0" L"\x0001d47e" + L"\0" L"\x0001d47f" L"\0" L"\x0001d480" L"\0" L"\x0001d481" L"\0" + L"\x0001d482" L"\0" L"\x0001d483" L"\0" L"\x0001d484" L"\0" L"\x0001d485" + L"\0" L"\x0001d486" L"\0" L"\x0001d487" L"\0" L"\x0001d488" L"\0" + L"\x0001d489" L"\0" L"\x0001d48a" L"\0" L"\x0001d48b" L"\0" L"\x0001d48c" + L"\0" L"\x0001d48d" L"\0" L"\x0001d48e" L"\0" L"\x0001d48f" L"\0" + L"\x0001d490" L"\0" L"\x0001d491" L"\0" L"\x0001d492" L"\0" L"\x0001d493" + L"\0" L"\x0001d494" L"\0" L"\x0001d495" L"\0" L"\x0001d496" L"\0" + L"\x0001d497" L"\0" L"\x0001d498" L"\0" L"\x0001d499" L"\0" L"\x0001d49a" + L"\0" L"\x0001d49b" L"\0" L"\x0001d49c" L"\0" L"\x0001d49e" L"\0" + L"\x0001d49f" L"\0" L"\x0001d4a2" L"\0" L"\x0001d4a5" L"\0" L"\x0001d4a6" + L"\0" L"\x0001d4a9" L"\0" L"\x0001d4aa" L"\0" L"\x0001d4ab" L"\0" + L"\x0001d4ac" L"\0" L"\x0001d4ae" L"\0" L"\x0001d4af" L"\0" L"\x0001d4b0" + L"\0" L"\x0001d4b1" L"\0" L"\x0001d4b2" L"\0" L"\x0001d4b3" L"\0" + L"\x0001d4b4" L"\0" L"\x0001d4b5" L"\0" L"\x0001d4b6" L"\0" L"\x0001d4b7" + L"\0" L"\x0001d4b8" L"\0" L"\x0001d4b9" L"\0" L"\x0001d4bb" L"\0" + L"\x0001d4bd" L"\0" L"\x0001d4be" L"\0" L"\x0001d4bf" L"\0" L"\x0001d4c0" + L"\0" L"\x0001d4c2" L"\0" L"\x0001d4c3" L"\0" L"\x0001d4c5" L"\0" + L"\x0001d4c6" L"\0" L"\x0001d4c7" L"\0" L"\x0001d4c8" L"\0" L"\x0001d4c9" + L"\0" L"\x0001d4ca" L"\0" L"\x0001d4cb" L"\0" L"\x0001d4cc" L"\0" + L"\x0001d4cd" L"\0" L"\x0001d4ce" L"\0" L"\x0001d4cf" L"\0" L"\x0001d4d0" + L"\0" L"\x0001d4d1" L"\0" L"\x0001d4d2" L"\0" L"\x0001d4d3" L"\0" + L"\x0001d4d4" L"\0" L"\x0001d4d5" L"\0" L"\x0001d4d6" L"\0" L"\x0001d4d7" + L"\0" L"\x0001d4d8" L"\0" L"\x0001d4d9" L"\0" L"\x0001d4da" L"\0" + L"\x0001d4db" L"\0" L"\x0001d4dc" L"\0" L"\x0001d4dd" L"\0" L"\x0001d4de" + L"\0" L"\x0001d4df" L"\0" L"\x0001d4e0" L"\0" L"\x0001d4e1" L"\0" + L"\x0001d4e2" L"\0" L"\x0001d4e3" L"\0" L"\x0001d4e4" L"\0" L"\x0001d4e5" + L"\0" L"\x0001d4e6" L"\0" L"\x0001d4e7" L"\0" L"\x0001d4e8" L"\0" + L"\x0001d4e9" L"\0" L"\x0001d4ea" L"\0" L"\x0001d4eb" L"\0" L"\x0001d4ec" + L"\0" L"\x0001d4ed" L"\0" L"\x0001d4ee" L"\0" L"\x0001d4ef" L"\0" + L"\x0001d4f0" L"\0" L"\x0001d4f1" L"\0" L"\x0001d4f2" L"\0" L"\x0001d4f3" + L"\0" L"\x0001d4f4" L"\0" L"\x0001d4f5" L"\0" L"\x0001d4f6" L"\0" + L"\x0001d4f7" L"\0" L"\x0001d4f8" L"\0" L"\x0001d4f9" L"\0" L"\x0001d4fa" + L"\0" L"\x0001d4fb" L"\0" L"\x0001d4fc" L"\0" L"\x0001d4fd" L"\0" + L"\x0001d4fe" L"\0" L"\x0001d4ff" L"\0" L"\x0001d500" L"\0" L"\x0001d501" + L"\0" L"\x0001d502" L"\0" L"\x0001d503" L"\0" L"\x0001d504" L"\0" + L"\x0001d505" L"\0" L"\x0001d507" L"\0" L"\x0001d508" L"\0" L"\x0001d509" + L"\0" L"\x0001d50a" L"\0" L"\x0001d50d" L"\0" L"\x0001d50e" L"\0" + L"\x0001d50f" L"\0" L"\x0001d510" L"\0" L"\x0001d511" L"\0" L"\x0001d512" + L"\0" L"\x0001d513" L"\0" L"\x0001d514" L"\0" L"\x0001d516" L"\0" + L"\x0001d517" L"\0" L"\x0001d518" L"\0" L"\x0001d519" L"\0" L"\x0001d51a" + L"\0" L"\x0001d51b" L"\0" L"\x0001d51c" L"\0" L"\x0001d51e" L"\0" + L"\x0001d51f" L"\0" L"\x0001d520" L"\0" L"\x0001d521" L"\0" L"\x0001d522" + L"\0" L"\x0001d523" L"\0" L"\x0001d524" L"\0" L"\x0001d525" L"\0" + L"\x0001d526" L"\0" L"\x0001d527" L"\0" L"\x0001d528" L"\0" L"\x0001d529" + L"\0" L"\x0001d52a" L"\0" L"\x0001d52b" L"\0" L"\x0001d52c" L"\0" + L"\x0001d52d" L"\0" L"\x0001d52e" L"\0" L"\x0001d52f" L"\0" L"\x0001d530" + L"\0" L"\x0001d531" L"\0" L"\x0001d532" L"\0" L"\x0001d533" L"\0" + L"\x0001d534" L"\0" L"\x0001d535" L"\0" L"\x0001d536" L"\0" L"\x0001d537" + L"\0" L"\x0001d538" L"\0" L"\x0001d539" L"\0" L"\x0001d53b" L"\0" + L"\x0001d53c" L"\0" L"\x0001d53d" L"\0" L"\x0001d53e" L"\0" L"\x0001d540" + L"\0" L"\x0001d541" L"\0" L"\x0001d542" L"\0" L"\x0001d543" L"\0" + L"\x0001d544" L"\0" L"\x0001d546" L"\0" L"\x0001d54a" L"\0" L"\x0001d54b" + L"\0" L"\x0001d54c" L"\0" L"\x0001d54d" L"\0" L"\x0001d54e" L"\0" + L"\x0001d54f" L"\0" L"\x0001d550" L"\0" L"\x0001d552" L"\0" L"\x0001d553" + L"\0" L"\x0001d554" L"\0" L"\x0001d555" L"\0" L"\x0001d556" L"\0" + L"\x0001d557" L"\0" L"\x0001d558" L"\0" L"\x0001d559" L"\0" L"\x0001d55a" + L"\0" L"\x0001d55b" L"\0" L"\x0001d55c" L"\0" L"\x0001d55d" L"\0" + L"\x0001d55e" L"\0" L"\x0001d55f" L"\0" L"\x0001d560" L"\0" L"\x0001d561" + L"\0" L"\x0001d562" L"\0" L"\x0001d563" L"\0" L"\x0001d564" L"\0" + L"\x0001d565" L"\0" L"\x0001d566" L"\0" L"\x0001d567" L"\0" L"\x0001d568" + L"\0" L"\x0001d569" L"\0" L"\x0001d56a" L"\0" L"\x0001d56b" L"\0" + L"\x0001d56c" L"\0" L"\x0001d56d" L"\0" L"\x0001d56e" L"\0" L"\x0001d56f" + L"\0" L"\x0001d570" L"\0" L"\x0001d571" L"\0" L"\x0001d572" L"\0" + L"\x0001d573" L"\0" L"\x0001d574" L"\0" L"\x0001d575" L"\0" L"\x0001d576" + L"\0" L"\x0001d577" L"\0" L"\x0001d578" L"\0" L"\x0001d579" L"\0" + L"\x0001d57a" L"\0" L"\x0001d57b" L"\0" L"\x0001d57c" L"\0" L"\x0001d57d" + L"\0" L"\x0001d57e" L"\0" L"\x0001d57f" L"\0" L"\x0001d580" L"\0" + L"\x0001d581" L"\0" L"\x0001d582" L"\0" L"\x0001d583" L"\0" L"\x0001d584" + L"\0" L"\x0001d585" L"\0" L"\x0001d586" L"\0" L"\x0001d587" L"\0" + L"\x0001d588" L"\0" L"\x0001d589" L"\0" L"\x0001d58a" L"\0" L"\x0001d58b" + L"\0" L"\x0001d58c" L"\0" L"\x0001d58d" L"\0" L"\x0001d58e" L"\0" + L"\x0001d58f" L"\0" L"\x0001d590" L"\0" L"\x0001d591" L"\0" L"\x0001d592" + L"\0" L"\x0001d593" L"\0" L"\x0001d594" L"\0" L"\x0001d595" L"\0" + L"\x0001d596" L"\0" L"\x0001d597" L"\0" L"\x0001d598" L"\0" L"\x0001d599" + L"\0" L"\x0001d59a" L"\0" L"\x0001d59b" L"\0" L"\x0001d59c" L"\0" + L"\x0001d59d" L"\0" L"\x0001d59e" L"\0" L"\x0001d59f" L"\0" L"\x0001d5a0" + L"\0" L"\x0001d5a1" L"\0" L"\x0001d5a2" L"\0" L"\x0001d5a3" L"\0" + L"\x0001d5a4" L"\0" L"\x0001d5a5" L"\0" L"\x0001d5a6" L"\0" L"\x0001d5a7" + L"\0" L"\x0001d5a8" L"\0" L"\x0001d5a9" L"\0" L"\x0001d5aa" L"\0" + L"\x0001d5ab" L"\0" L"\x0001d5ac" L"\0" L"\x0001d5ad" L"\0" L"\x0001d5ae" + L"\0" L"\x0001d5af" L"\0" L"\x0001d5b0" L"\0" L"\x0001d5b1" L"\0" + L"\x0001d5b2" L"\0" L"\x0001d5b3" L"\0" L"\x0001d5b4" L"\0" L"\x0001d5b5" + L"\0" L"\x0001d5b6" L"\0" L"\x0001d5b7" L"\0" L"\x0001d5b8" L"\0" + L"\x0001d5b9" L"\0" L"\x0001d5ba" L"\0" L"\x0001d5bb" L"\0" L"\x0001d5bc" + L"\0" L"\x0001d5bd" L"\0" L"\x0001d5be" L"\0" L"\x0001d5bf" L"\0" + L"\x0001d5c0" L"\0" L"\x0001d5c1" L"\0" L"\x0001d5c2" L"\0" L"\x0001d5c3" + L"\0" L"\x0001d5c4" L"\0" L"\x0001d5c5" L"\0" L"\x0001d5c6" L"\0" + L"\x0001d5c7" L"\0" L"\x0001d5c8" L"\0" L"\x0001d5c9" L"\0" L"\x0001d5ca" + L"\0" L"\x0001d5cb" L"\0" L"\x0001d5cc" L"\0" L"\x0001d5cd" L"\0" + L"\x0001d5ce" L"\0" L"\x0001d5cf" L"\0" L"\x0001d5d0" L"\0" L"\x0001d5d1" + L"\0" L"\x0001d5d2" L"\0" L"\x0001d5d3" L"\0" L"\x0001d5d4" L"\0" + L"\x0001d5d5" L"\0" L"\x0001d5d6" L"\0" L"\x0001d5d7" L"\0" L"\x0001d5d8" + L"\0" L"\x0001d5d9" L"\0" L"\x0001d5da" L"\0" L"\x0001d5db" L"\0" + L"\x0001d5dc" L"\0" L"\x0001d5dd" L"\0" L"\x0001d5de" L"\0" L"\x0001d5df" + L"\0" L"\x0001d5e0" L"\0" L"\x0001d5e1" L"\0" L"\x0001d5e2" L"\0" + L"\x0001d5e3" L"\0" L"\x0001d5e4" L"\0" L"\x0001d5e5" L"\0" L"\x0001d5e6" + L"\0" L"\x0001d5e7" L"\0" L"\x0001d5e8" L"\0" L"\x0001d5e9" L"\0" + L"\x0001d5ea" L"\0" L"\x0001d5eb" L"\0" L"\x0001d5ec" L"\0" L"\x0001d5ed" + L"\0" L"\x0001d5ee" L"\0" L"\x0001d5ef" L"\0" L"\x0001d5f0" L"\0" + L"\x0001d5f1" L"\0" L"\x0001d5f2" L"\0" L"\x0001d5f3" L"\0" L"\x0001d5f4" + L"\0" L"\x0001d5f5" L"\0" L"\x0001d5f6" L"\0" L"\x0001d5f7" L"\0" + L"\x0001d5f8" L"\0" L"\x0001d5f9" L"\0" L"\x0001d5fa" L"\0" L"\x0001d5fb" + L"\0" L"\x0001d5fc" L"\0" L"\x0001d5fd" L"\0" L"\x0001d5fe" L"\0" + L"\x0001d5ff" L"\0" L"\x0001d600" L"\0" L"\x0001d601" L"\0" L"\x0001d602" + L"\0" L"\x0001d603" L"\0" L"\x0001d604" L"\0" L"\x0001d605" L"\0" + L"\x0001d606" L"\0" L"\x0001d607" L"\0" L"\x0001d608" L"\0" L"\x0001d609" + L"\0" L"\x0001d60a" L"\0" L"\x0001d60b" L"\0" L"\x0001d60c" L"\0" + L"\x0001d60d" L"\0" L"\x0001d60e" L"\0" L"\x0001d60f" L"\0" L"\x0001d610" + L"\0" L"\x0001d611" L"\0" L"\x0001d612" L"\0" L"\x0001d613" L"\0" + L"\x0001d614" L"\0" L"\x0001d615" L"\0" L"\x0001d616" L"\0" L"\x0001d617" + L"\0" L"\x0001d618" L"\0" L"\x0001d619" L"\0" L"\x0001d61a" L"\0" + L"\x0001d61b" L"\0" L"\x0001d61c" L"\0" L"\x0001d61d" L"\0" L"\x0001d61e" + L"\0" L"\x0001d61f" L"\0" L"\x0001d620" L"\0" L"\x0001d621" L"\0" + L"\x0001d622" L"\0" L"\x0001d623" L"\0" L"\x0001d624" L"\0" L"\x0001d625" + L"\0" L"\x0001d626" L"\0" L"\x0001d627" L"\0" L"\x0001d628" L"\0" + L"\x0001d629" L"\0" L"\x0001d62a" L"\0" L"\x0001d62b" L"\0" L"\x0001d62c" + L"\0" L"\x0001d62d" L"\0" L"\x0001d62e" L"\0" L"\x0001d62f" L"\0" + L"\x0001d630" L"\0" L"\x0001d631" L"\0" L"\x0001d632" L"\0" L"\x0001d633" + L"\0" L"\x0001d634" L"\0" L"\x0001d635" L"\0" L"\x0001d636" L"\0" + L"\x0001d637" L"\0" L"\x0001d638" L"\0" L"\x0001d639" L"\0" L"\x0001d63a" + L"\0" L"\x0001d63b" L"\0" L"\x0001d63c" L"\0" L"\x0001d63d" L"\0" + L"\x0001d63e" L"\0" L"\x0001d63f" L"\0" L"\x0001d640" L"\0" L"\x0001d641" + L"\0" L"\x0001d642" L"\0" L"\x0001d643" L"\0" L"\x0001d644" L"\0" + L"\x0001d645" L"\0" L"\x0001d646" L"\0" L"\x0001d647" L"\0" L"\x0001d648" + L"\0" L"\x0001d649" L"\0" L"\x0001d64a" L"\0" L"\x0001d64b" L"\0" + L"\x0001d64c" L"\0" L"\x0001d64d" L"\0" L"\x0001d64e" L"\0" L"\x0001d64f" + L"\0" L"\x0001d650" L"\0" L"\x0001d651" L"\0" L"\x0001d652" L"\0" + L"\x0001d653" L"\0" L"\x0001d654" L"\0" L"\x0001d655" L"\0" L"\x0001d656" + L"\0" L"\x0001d657" L"\0" L"\x0001d658" L"\0" L"\x0001d659" L"\0" + L"\x0001d65a" L"\0" L"\x0001d65b" L"\0" L"\x0001d65c" L"\0" L"\x0001d65d" + L"\0" L"\x0001d65e" L"\0" L"\x0001d65f" L"\0" L"\x0001d660" L"\0" + L"\x0001d661" L"\0" L"\x0001d662" L"\0" L"\x0001d663" L"\0" L"\x0001d664" + L"\0" L"\x0001d665" L"\0" L"\x0001d666" L"\0" L"\x0001d667" L"\0" + L"\x0001d668" L"\0" L"\x0001d669" L"\0" L"\x0001d66a" L"\0" L"\x0001d66b" + L"\0" L"\x0001d66c" L"\0" L"\x0001d66d" L"\0" L"\x0001d66e" L"\0" + L"\x0001d66f" L"\0" L"\x0001d670" L"\0" L"\x0001d671" L"\0" L"\x0001d672" + L"\0" L"\x0001d673" L"\0" L"\x0001d674" L"\0" L"\x0001d675" L"\0" + L"\x0001d676" L"\0" L"\x0001d677" L"\0" L"\x0001d678" L"\0" L"\x0001d679" + L"\0" L"\x0001d67a" L"\0" L"\x0001d67b" L"\0" L"\x0001d67c" L"\0" + L"\x0001d67d" L"\0" L"\x0001d67e" L"\0" L"\x0001d67f" L"\0" L"\x0001d680" + L"\0" L"\x0001d681" L"\0" L"\x0001d682" L"\0" L"\x0001d683" L"\0" + L"\x0001d684" L"\0" L"\x0001d685" L"\0" L"\x0001d686" L"\0" L"\x0001d687" + L"\0" L"\x0001d688" L"\0" L"\x0001d689" L"\0" L"\x0001d68a" L"\0" + L"\x0001d68b" L"\0" L"\x0001d68c" L"\0" L"\x0001d68d" L"\0" L"\x0001d68e" + L"\0" L"\x0001d68f" L"\0" L"\x0001d690" L"\0" L"\x0001d691" L"\0" + L"\x0001d692" L"\0" L"\x0001d693" L"\0" L"\x0001d694" L"\0" L"\x0001d695" + L"\0" L"\x0001d696" L"\0" L"\x0001d697" L"\0" L"\x0001d698" L"\0" + L"\x0001d699" L"\0" L"\x0001d69a" L"\0" L"\x0001d69b" L"\0" L"\x0001d69c" + L"\0" L"\x0001d69d" L"\0" L"\x0001d69e" L"\0" L"\x0001d69f" L"\0" + L"\x0001d6a0" L"\0" L"\x0001d6a1" L"\0" L"\x0001d6a2" L"\0" L"\x0001d6a3" + L"\0" L"\x0001d7ce" L"\0" L"\x0001d7cf" L"\0" L"\x0001d7d0" L"\0" + L"\x0001d7d1" L"\0" L"\x0001d7d2" L"\0" L"\x0001d7d3" L"\0" L"\x0001d7d4" + L"\0" L"\x0001d7d5" L"\0" L"\x0001d7d6" L"\0" L"\x0001d7d7" L"\0" + L"\x0001d7d8" L"\0" L"\x0001d7d9" L"\0" L"\x0001d7da" L"\0" L"\x0001d7db" + L"\0" L"\x0001d7dc" L"\0" L"\x0001d7dd" L"\0" L"\x0001d7de" L"\0" + L"\x0001d7df" L"\0" L"\x0001d7e0" L"\0" L"\x0001d7e1" L"\0" L"\x0001d7e2" + L"\0" L"\x0001d7e3" L"\0" L"\x0001d7e4" L"\0" L"\x0001d7e5" L"\0" + L"\x0001d7e6" L"\0" L"\x0001d7e7" L"\0" L"\x0001d7e8" L"\0" L"\x0001d7e9" + L"\0" L"\x0001d7ea" L"\0" L"\x0001d7eb" L"\0" L"\x0001d7ec" L"\0" + L"\x0001d7ed" L"\0" L"\x0001d7ee" L"\0" L"\x0001d7ef" L"\0" L"\x0001d7f0" + L"\0" L"\x0001d7f1" L"\0" L"\x0001d7f2" L"\0" L"\x0001d7f3" L"\0" + L"\x0001d7f4" L"\0" L"\x0001d7f5" L"\0" L"\x0001d7f6" L"\0" L"\x0001d7f7" + L"\0" L"\x0001d7f8" L"\0" L"\x0001d7f9" L"\0" L"\x0001d7fa" L"\0" + L"\x0001d7fb" L"\0" L"\x0001d7fc" L"\0" L"\x0001d7fd" L"\0" L"\x0001d7fe" + L"\0" L"\x0001d7ff"; static const uint32_t translit_to_idx[] = { 0, 3, 8, 12, 15, 20, 23, 26, 30, 37, 44, 51, @@ -235,7 +494,65 @@ static const uint32_t translit_to_idx[] = 2317, 2320, 2323, 2326, 2329, 2332, 2335, 2338, 2341, 2344, 2347, 2350, 2353, 2356, 2359, 2362, 2365, 2368, 2371, 2374, 2377, 2380, 2383, 2386, 2389, 2392, 2395, 2398, 2401, 2404, 2407, 2410, 2413, 2416, 2419, 2422, - 2425, 2428 + 2425, 2428, 2431, 2434, 2437, 2440, 2443, 2446, 2449, 2452, 2455, 2458, + 2461, 2464, 2467, 2470, 2473, 2476, 2479, 2482, 2485, 2488, 2491, 2494, + 2497, 2500, 2503, 2506, 2509, 2512, 2515, 2518, 2521, 2524, 2527, 2530, + 2533, 2536, 2539, 2542, 2545, 2548, 2551, 2554, 2557, 2560, 2563, 2566, + 2569, 2572, 2575, 2578, 2581, 2584, 2587, 2590, 2593, 2596, 2599, 2602, + 2605, 2608, 2611, 2614, 2617, 2620, 2623, 2626, 2629, 2632, 2635, 2638, + 2641, 2644, 2647, 2650, 2653, 2656, 2659, 2662, 2665, 2668, 2671, 2674, + 2677, 2680, 2683, 2686, 2689, 2692, 2695, 2698, 2701, 2704, 2707, 2710, + 2713, 2716, 2719, 2722, 2725, 2728, 2731, 2734, 2737, 2740, 2743, 2746, + 2749, 2752, 2755, 2758, 2761, 2764, 2767, 2770, 2773, 2776, 2779, 2782, + 2785, 2788, 2791, 2794, 2797, 2800, 2803, 2806, 2809, 2812, 2815, 2818, + 2821, 2824, 2827, 2830, 2833, 2836, 2839, 2842, 2845, 2848, 2851, 2854, + 2857, 2860, 2863, 2866, 2869, 2872, 2875, 2878, 2881, 2884, 2887, 2890, + 2893, 2896, 2899, 2902, 2905, 2908, 2911, 2914, 2917, 2920, 2923, 2926, + 2929, 2932, 2935, 2938, 2941, 2944, 2947, 2950, 2953, 2956, 2959, 2962, + 2965, 2968, 2971, 2974, 2977, 2980, 2983, 2986, 2989, 2992, 2995, 2998, + 3001, 3004, 3007, 3010, 3013, 3016, 3019, 3022, 3025, 3028, 3031, 3034, + 3037, 3040, 3043, 3046, 3049, 3052, 3055, 3058, 3061, 3064, 3067, 3070, + 3073, 3076, 3079, 3082, 3085, 3088, 3091, 3094, 3097, 3100, 3103, 3106, + 3109, 3112, 3115, 3118, 3121, 3124, 3127, 3130, 3133, 3136, 3139, 3142, + 3145, 3148, 3151, 3154, 3157, 3160, 3163, 3166, 3169, 3172, 3175, 3178, + 3181, 3184, 3187, 3190, 3193, 3196, 3199, 3202, 3205, 3208, 3211, 3214, + 3217, 3220, 3223, 3226, 3229, 3232, 3235, 3238, 3241, 3244, 3247, 3250, + 3253, 3256, 3259, 3262, 3265, 3268, 3271, 3274, 3277, 3280, 3283, 3286, + 3289, 3292, 3295, 3298, 3301, 3304, 3307, 3310, 3313, 3316, 3319, 3322, + 3325, 3328, 3331, 3334, 3337, 3340, 3343, 3346, 3349, 3352, 3355, 3358, + 3361, 3364, 3367, 3370, 3373, 3376, 3379, 3382, 3385, 3388, 3391, 3394, + 3397, 3400, 3403, 3406, 3409, 3412, 3415, 3418, 3421, 3424, 3427, 3430, + 3433, 3436, 3439, 3442, 3445, 3448, 3451, 3454, 3457, 3460, 3463, 3466, + 3469, 3472, 3475, 3478, 3481, 3484, 3487, 3490, 3493, 3496, 3499, 3502, + 3505, 3508, 3511, 3514, 3517, 3520, 3523, 3526, 3529, 3532, 3535, 3538, + 3541, 3544, 3547, 3550, 3553, 3556, 3559, 3562, 3565, 3568, 3571, 3574, + 3577, 3580, 3583, 3586, 3589, 3592, 3595, 3598, 3601, 3604, 3607, 3610, + 3613, 3616, 3619, 3622, 3625, 3628, 3631, 3634, 3637, 3640, 3643, 3646, + 3649, 3652, 3655, 3658, 3661, 3664, 3667, 3670, 3673, 3676, 3679, 3682, + 3685, 3688, 3691, 3694, 3697, 3700, 3703, 3706, 3709, 3712, 3715, 3718, + 3721, 3724, 3727, 3730, 3733, 3736, 3739, 3742, 3745, 3748, 3751, 3754, + 3757, 3760, 3763, 3766, 3769, 3772, 3775, 3778, 3781, 3784, 3787, 3790, + 3793, 3796, 3799, 3802, 3805, 3808, 3811, 3814, 3817, 3820, 3823, 3826, + 3829, 3832, 3835, 3838, 3841, 3844, 3847, 3850, 3853, 3856, 3859, 3862, + 3865, 3868, 3871, 3874, 3877, 3880, 3883, 3886, 3889, 3892, 3895, 3898, + 3901, 3904, 3907, 3910, 3913, 3916, 3919, 3922, 3925, 3928, 3931, 3934, + 3937, 3940, 3943, 3946, 3949, 3952, 3955, 3958, 3961, 3964, 3967, 3970, + 3973, 3976, 3979, 3982, 3985, 3988, 3991, 3994, 3997, 4000, 4003, 4006, + 4009, 4012, 4015, 4018, 4021, 4024, 4027, 4030, 4033, 4036, 4039, 4042, + 4045, 4048, 4051, 4054, 4057, 4060, 4063, 4066, 4069, 4072, 4075, 4078, + 4081, 4084, 4087, 4090, 4093, 4096, 4099, 4102, 4105, 4108, 4111, 4114, + 4117, 4120, 4123, 4126, 4129, 4132, 4135, 4138, 4141, 4144, 4147, 4150, + 4153, 4156, 4159, 4162, 4165, 4168, 4171, 4174, 4177, 4180, 4183, 4186, + 4189, 4192, 4195, 4198, 4201, 4204, 4207, 4210, 4213, 4216, 4219, 4222, + 4225, 4228, 4231, 4234, 4237, 4240, 4243, 4246, 4249, 4252, 4255, 4258, + 4261, 4264, 4267, 4270, 4273, 4276, 4279, 4282, 4285, 4288, 4291, 4294, + 4297, 4300, 4303, 4306, 4309, 4312, 4315, 4318, 4321, 4324, 4327, 4330, + 4333, 4336, 4339, 4342, 4345, 4348, 4351, 4354, 4357, 4360, 4363, 4366, + 4369, 4372, 4375, 4378, 4381, 4384, 4387, 4390, 4393, 4396, 4399, 4402, + 4405, 4408, 4411, 4414, 4417, 4420, 4423, 4426, 4429, 4432, 4435, 4438, + 4441, 4444, 4447, 4450, 4453, 4456, 4459, 4462, 4465, 4468, 4471, 4474, + 4477, 4480, 4483, 4486, 4489, 4492, 4495, 4498, 4501, 4504, 4507, 4510, + 4513, 4516, 4519, 4522, 4525, 4528, 4531 }; static const wchar_t translit_to_tbl[] = L" \0" L"\0" L"(C)\0" L"\0" L"<<\0" L"\0" L"-\0" L"\0" L"(R)\0" L"\0" L"u\0" @@ -352,4 +669,131 @@ static const wchar_t translit_to_tbl[] = L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"{\0" L"\0" L"|\0" L"\0" L"}\0" L"\0" - L"~\0"; + L"~\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" + L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" + L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" + L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" + L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" + L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" + L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" + L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" + L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" + L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" + L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" + L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" + L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" + L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" + L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" + L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" + L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" + L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" + L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" + L"\0" L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" + L"G\0" L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" + L"\0" L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" + L"R\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" + L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" + L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"h\0" + L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" + L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" + L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" + L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"G\0" + L"\0" L"J\0" L"\0" L"K\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" + L"Q\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" + L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" + L"c\0" L"\0" L"d\0" L"\0" L"f\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" + L"\0" L"k\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" + L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" + L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" + L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" + L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" + L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" + L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" + L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" + L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" + L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" + L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" + L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" + L"\0" L"A\0" L"\0" L"B\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" + L"G\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" L"N\0" + L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" + L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"a\0" + L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" + L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" + L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" + L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" + L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" + L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" L"I\0" L"\0" L"J\0" + L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" L"O\0" L"\0" L"S\0" L"\0" + L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" + L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" + L"f\0" L"\0" L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" + L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" + L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" + L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" + L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" + L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" + L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"R\0" + L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" + L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" + L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"h\0" L"\0" + L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" + L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" + L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" + L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" + L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" + L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" + L"P\0" L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" + L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" + L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" + L"\0" L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" + L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" + L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" + L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" + L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" + L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" + L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"R\0" L"\0" + L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" + L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" + L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"h\0" L"\0" L"i\0" + L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" + L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" + L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" + L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" + L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" + L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" + L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" + L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" + L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" + L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" + L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" + L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" + L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"A\0" L"\0" L"B\0" L"\0" + L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" L"F\0" L"\0" L"G\0" L"\0" L"H\0" + L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" L"\0" L"L\0" L"\0" L"M\0" L"\0" + L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" L"Q\0" L"\0" L"R\0" L"\0" L"S\0" + L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" L"\0" L"W\0" L"\0" L"X\0" L"\0" + L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" L"b\0" L"\0" L"c\0" L"\0" L"d\0" + L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" L"\0" L"h\0" L"\0" L"i\0" L"\0" + L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" L"m\0" L"\0" L"n\0" L"\0" L"o\0" + L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" L"\0" L"s\0" L"\0" L"t\0" L"\0" + L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" L"x\0" L"\0" L"y\0" L"\0" L"z\0" + L"\0" L"A\0" L"\0" L"B\0" L"\0" L"C\0" L"\0" L"D\0" L"\0" L"E\0" L"\0" + L"F\0" L"\0" L"G\0" L"\0" L"H\0" L"\0" L"I\0" L"\0" L"J\0" L"\0" L"K\0" + L"\0" L"L\0" L"\0" L"M\0" L"\0" L"N\0" L"\0" L"O\0" L"\0" L"P\0" L"\0" + L"Q\0" L"\0" L"R\0" L"\0" L"S\0" L"\0" L"T\0" L"\0" L"U\0" L"\0" L"V\0" + L"\0" L"W\0" L"\0" L"X\0" L"\0" L"Y\0" L"\0" L"Z\0" L"\0" L"a\0" L"\0" + L"b\0" L"\0" L"c\0" L"\0" L"d\0" L"\0" L"e\0" L"\0" L"f\0" L"\0" L"g\0" + L"\0" L"h\0" L"\0" L"i\0" L"\0" L"j\0" L"\0" L"k\0" L"\0" L"l\0" L"\0" + L"m\0" L"\0" L"n\0" L"\0" L"o\0" L"\0" L"p\0" L"\0" L"q\0" L"\0" L"r\0" + L"\0" L"s\0" L"\0" L"t\0" L"\0" L"u\0" L"\0" L"v\0" L"\0" L"w\0" L"\0" + L"x\0" L"\0" L"y\0" L"\0" L"z\0" L"\0" L"0\0" L"\0" L"1\0" L"\0" L"2\0" + L"\0" L"3\0" L"\0" L"4\0" L"\0" L"5\0" L"\0" L"6\0" L"\0" L"7\0" L"\0" + L"8\0" L"\0" L"9\0" L"\0" L"0\0" L"\0" L"1\0" L"\0" L"2\0" L"\0" L"3\0" + L"\0" L"4\0" L"\0" L"5\0" L"\0" L"6\0" L"\0" L"7\0" L"\0" L"8\0" L"\0" + L"9\0" L"\0" L"0\0" L"\0" L"1\0" L"\0" L"2\0" L"\0" L"3\0" L"\0" L"4\0" + L"\0" L"5\0" L"\0" L"6\0" L"\0" L"7\0" L"\0" L"8\0" L"\0" L"9\0" L"\0" + L"0\0" L"\0" L"1\0" L"\0" L"2\0" L"\0" L"3\0" L"\0" L"4\0" L"\0" L"5\0" + L"\0" L"6\0" L"\0" L"7\0" L"\0" L"8\0" L"\0" L"9\0" L"\0" L"0\0" L"\0" + L"1\0" L"\0" L"2\0" L"\0" L"3\0" L"\0" L"4\0" L"\0" L"5\0" L"\0" L"6\0" + L"\0" L"7\0" L"\0" L"8\0" L"\0" L"9\0"; diff --git a/locale/C-translit.h.in b/locale/C-translit.h.in index 4e16c10..8be70c9 100644 --- a/locale/C-translit.h.in +++ b/locale/C-translit.h.in @@ -610,3 +610,704 @@ "\xff5c" "|" /* FULLWIDTH VERTICAL LINE */ "\xff5d" "}" /* FULLWIDTH RIGHT CURLY BRACKET */ "\xff5e" "~" /* FULLWIDTH TILDE */ +"\x0001d400" "A" /* MATHEMATICAL BOLD CAPITAL A */ +"\x0001d401" "B" /* MATHEMATICAL BOLD CAPITAL B */ +"\x0001d402" "C" /* MATHEMATICAL BOLD CAPITAL C */ +"\x0001d403" "D" /* MATHEMATICAL BOLD CAPITAL D */ +"\x0001d404" "E" /* MATHEMATICAL BOLD CAPITAL E */ +"\x0001d405" "F" /* MATHEMATICAL BOLD CAPITAL F */ +"\x0001d406" "G" /* MATHEMATICAL BOLD CAPITAL G */ +"\x0001d407" "H" /* MATHEMATICAL BOLD CAPITAL H */ +"\x0001d408" "I" /* MATHEMATICAL BOLD CAPITAL I */ +"\x0001d409" "J" /* MATHEMATICAL BOLD CAPITAL J */ +"\x0001d40a" "K" /* MATHEMATICAL BOLD CAPITAL K */ +"\x0001d40b" "L" /* MATHEMATICAL BOLD CAPITAL L */ +"\x0001d40c" "M" /* MATHEMATICAL BOLD CAPITAL M */ +"\x0001d40d" "N" /* MATHEMATICAL BOLD CAPITAL N */ +"\x0001d40e" "O" /* MATHEMATICAL BOLD CAPITAL O */ +"\x0001d40f" "P" /* MATHEMATICAL BOLD CAPITAL P */ +"\x0001d410" "Q" /* MATHEMATICAL BOLD CAPITAL Q */ +"\x0001d411" "R" /* MATHEMATICAL BOLD CAPITAL R */ +"\x0001d412" "S" /* MATHEMATICAL BOLD CAPITAL S */ +"\x0001d413" "T" /* MATHEMATICAL BOLD CAPITAL T */ +"\x0001d414" "U" /* MATHEMATICAL BOLD CAPITAL U */ +"\x0001d415" "V" /* MATHEMATICAL BOLD CAPITAL V */ +"\x0001d416" "W" /* MATHEMATICAL BOLD CAPITAL W */ +"\x0001d417" "X" /* MATHEMATICAL BOLD CAPITAL X */ +"\x0001d418" "Y" /* MATHEMATICAL BOLD CAPITAL Y */ +"\x0001d419" "Z" /* MATHEMATICAL BOLD CAPITAL Z */ +"\x0001d41a" "a" /* MATHEMATICAL BOLD SMALL A */ +"\x0001d41b" "b" /* MATHEMATICAL BOLD SMALL B */ +"\x0001d41c" "c" /* MATHEMATICAL BOLD SMALL C */ +"\x0001d41d" "d" /* MATHEMATICAL BOLD SMALL D */ +"\x0001d41e" "e" /* MATHEMATICAL BOLD SMALL E */ +"\x0001d41f" "f" /* MATHEMATICAL BOLD SMALL F */ +"\x0001d420" "g" /* MATHEMATICAL BOLD SMALL G */ +"\x0001d421" "h" /* MATHEMATICAL BOLD SMALL H */ +"\x0001d422" "i" /* MATHEMATICAL BOLD SMALL I */ +"\x0001d423" "j" /* MATHEMATICAL BOLD SMALL J */ +"\x0001d424" "k" /* MATHEMATICAL BOLD SMALL K */ +"\x0001d425" "l" /* MATHEMATICAL BOLD SMALL L */ +"\x0001d426" "m" /* MATHEMATICAL BOLD SMALL M */ +"\x0001d427" "n" /* MATHEMATICAL BOLD SMALL N */ +"\x0001d428" "o" /* MATHEMATICAL BOLD SMALL O */ +"\x0001d429" "p" /* MATHEMATICAL BOLD SMALL P */ +"\x0001d42a" "q" /* MATHEMATICAL BOLD SMALL Q */ +"\x0001d42b" "r" /* MATHEMATICAL BOLD SMALL R */ +"\x0001d42c" "s" /* MATHEMATICAL BOLD SMALL S */ +"\x0001d42d" "t" /* MATHEMATICAL BOLD SMALL T */ +"\x0001d42e" "u" /* MATHEMATICAL BOLD SMALL U */ +"\x0001d42f" "v" /* MATHEMATICAL BOLD SMALL V */ +"\x0001d430" "w" /* MATHEMATICAL BOLD SMALL W */ +"\x0001d431" "x" /* MATHEMATICAL BOLD SMALL X */ +"\x0001d432" "y" /* MATHEMATICAL BOLD SMALL Y */ +"\x0001d433" "z" /* MATHEMATICAL BOLD SMALL Z */ +"\x0001d434" "A" /* MATHEMATICAL ITALIC CAPITAL A */ +"\x0001d435" "B" /* MATHEMATICAL ITALIC CAPITAL B */ +"\x0001d436" "C" /* MATHEMATICAL ITALIC CAPITAL C */ +"\x0001d437" "D" /* MATHEMATICAL ITALIC CAPITAL D */ +"\x0001d438" "E" /* MATHEMATICAL ITALIC CAPITAL E */ +"\x0001d439" "F" /* MATHEMATICAL ITALIC CAPITAL F */ +"\x0001d43a" "G" /* MATHEMATICAL ITALIC CAPITAL G */ +"\x0001d43b" "H" /* MATHEMATICAL ITALIC CAPITAL H */ +"\x0001d43c" "I" /* MATHEMATICAL ITALIC CAPITAL I */ +"\x0001d43d" "J" /* MATHEMATICAL ITALIC CAPITAL J */ +"\x0001d43e" "K" /* MATHEMATICAL ITALIC CAPITAL K */ +"\x0001d43f" "L" /* MATHEMATICAL ITALIC CAPITAL L */ +"\x0001d440" "M" /* MATHEMATICAL ITALIC CAPITAL M */ +"\x0001d441" "N" /* MATHEMATICAL ITALIC CAPITAL N */ +"\x0001d442" "O" /* MATHEMATICAL ITALIC CAPITAL O */ +"\x0001d443" "P" /* MATHEMATICAL ITALIC CAPITAL P */ +"\x0001d444" "Q" /* MATHEMATICAL ITALIC CAPITAL Q */ +"\x0001d445" "R" /* MATHEMATICAL ITALIC CAPITAL R */ +"\x0001d446" "S" /* MATHEMATICAL ITALIC CAPITAL S */ +"\x0001d447" "T" /* MATHEMATICAL ITALIC CAPITAL T */ +"\x0001d448" "U" /* MATHEMATICAL ITALIC CAPITAL U */ +"\x0001d449" "V" /* MATHEMATICAL ITALIC CAPITAL V */ +"\x0001d44a" "W" /* MATHEMATICAL ITALIC CAPITAL W */ +"\x0001d44b" "X" /* MATHEMATICAL ITALIC CAPITAL X */ +"\x0001d44c" "Y" /* MATHEMATICAL ITALIC CAPITAL Y */ +"\x0001d44d" "Z" /* MATHEMATICAL ITALIC CAPITAL Z */ +"\x0001d44e" "a" /* MATHEMATICAL ITALIC SMALL A */ +"\x0001d44f" "b" /* MATHEMATICAL ITALIC SMALL B */ +"\x0001d450" "c" /* MATHEMATICAL ITALIC SMALL C */ +"\x0001d451" "d" /* MATHEMATICAL ITALIC SMALL D */ +"\x0001d452" "e" /* MATHEMATICAL ITALIC SMALL E */ +"\x0001d453" "f" /* MATHEMATICAL ITALIC SMALL F */ +"\x0001d454" "g" /* MATHEMATICAL ITALIC SMALL G */ +"\x0001d456" "i" /* MATHEMATICAL ITALIC SMALL I */ +"\x0001d457" "j" /* MATHEMATICAL ITALIC SMALL J */ +"\x0001d458" "k" /* MATHEMATICAL ITALIC SMALL K */ +"\x0001d459" "l" /* MATHEMATICAL ITALIC SMALL L */ +"\x0001d45a" "m" /* MATHEMATICAL ITALIC SMALL M */ +"\x0001d45b" "n" /* MATHEMATICAL ITALIC SMALL N */ +"\x0001d45c" "o" /* MATHEMATICAL ITALIC SMALL O */ +"\x0001d45d" "p" /* MATHEMATICAL ITALIC SMALL P */ +"\x0001d45e" "q" /* MATHEMATICAL ITALIC SMALL Q */ +"\x0001d45f" "r" /* MATHEMATICAL ITALIC SMALL R */ +"\x0001d460" "s" /* MATHEMATICAL ITALIC SMALL S */ +"\x0001d461" "t" /* MATHEMATICAL ITALIC SMALL T */ +"\x0001d462" "u" /* MATHEMATICAL ITALIC SMALL U */ +"\x0001d463" "v" /* MATHEMATICAL ITALIC SMALL V */ +"\x0001d464" "w" /* MATHEMATICAL ITALIC SMALL W */ +"\x0001d465" "x" /* MATHEMATICAL ITALIC SMALL X */ +"\x0001d466" "y" /* MATHEMATICAL ITALIC SMALL Y */ +"\x0001d467" "z" /* MATHEMATICAL ITALIC SMALL Z */ +"\x0001d468" "A" /* MATHEMATICAL BOLD ITALIC CAPITAL A */ +"\x0001d469" "B" /* MATHEMATICAL BOLD ITALIC CAPITAL B */ +"\x0001d46a" "C" /* MATHEMATICAL BOLD ITALIC CAPITAL C */ +"\x0001d46b" "D" /* MATHEMATICAL BOLD ITALIC CAPITAL D */ +"\x0001d46c" "E" /* MATHEMATICAL BOLD ITALIC CAPITAL E */ +"\x0001d46d" "F" /* MATHEMATICAL BOLD ITALIC CAPITAL F */ +"\x0001d46e" "G" /* MATHEMATICAL BOLD ITALIC CAPITAL G */ +"\x0001d46f" "H" /* MATHEMATICAL BOLD ITALIC CAPITAL H */ +"\x0001d470" "I" /* MATHEMATICAL BOLD ITALIC CAPITAL I */ +"\x0001d471" "J" /* MATHEMATICAL BOLD ITALIC CAPITAL J */ +"\x0001d472" "K" /* MATHEMATICAL BOLD ITALIC CAPITAL K */ +"\x0001d473" "L" /* MATHEMATICAL BOLD ITALIC CAPITAL L */ +"\x0001d474" "M" /* MATHEMATICAL BOLD ITALIC CAPITAL M */ +"\x0001d475" "N" /* MATHEMATICAL BOLD ITALIC CAPITAL N */ +"\x0001d476" "O" /* MATHEMATICAL BOLD ITALIC CAPITAL O */ +"\x0001d477" "P" /* MATHEMATICAL BOLD ITALIC CAPITAL P */ +"\x0001d478" "Q" /* MATHEMATICAL BOLD ITALIC CAPITAL Q */ +"\x0001d479" "R" /* MATHEMATICAL BOLD ITALIC CAPITAL R */ +"\x0001d47a" "S" /* MATHEMATICAL BOLD ITALIC CAPITAL S */ +"\x0001d47b" "T" /* MATHEMATICAL BOLD ITALIC CAPITAL T */ +"\x0001d47c" "U" /* MATHEMATICAL BOLD ITALIC CAPITAL U */ +"\x0001d47d" "V" /* MATHEMATICAL BOLD ITALIC CAPITAL V */ +"\x0001d47e" "W" /* MATHEMATICAL BOLD ITALIC CAPITAL W */ +"\x0001d47f" "X" /* MATHEMATICAL BOLD ITALIC CAPITAL X */ +"\x0001d480" "Y" /* MATHEMATICAL BOLD ITALIC CAPITAL Y */ +"\x0001d481" "Z" /* MATHEMATICAL BOLD ITALIC CAPITAL Z */ +"\x0001d482" "a" /* MATHEMATICAL BOLD ITALIC SMALL A */ +"\x0001d483" "b" /* MATHEMATICAL BOLD ITALIC SMALL B */ +"\x0001d484" "c" /* MATHEMATICAL BOLD ITALIC SMALL C */ +"\x0001d485" "d" /* MATHEMATICAL BOLD ITALIC SMALL D */ +"\x0001d486" "e" /* MATHEMATICAL BOLD ITALIC SMALL E */ +"\x0001d487" "f" /* MATHEMATICAL BOLD ITALIC SMALL F */ +"\x0001d488" "g" /* MATHEMATICAL BOLD ITALIC SMALL G */ +"\x0001d489" "h" /* MATHEMATICAL BOLD ITALIC SMALL H */ +"\x0001d48a" "i" /* MATHEMATICAL BOLD ITALIC SMALL I */ +"\x0001d48b" "j" /* MATHEMATICAL BOLD ITALIC SMALL J */ +"\x0001d48c" "k" /* MATHEMATICAL BOLD ITALIC SMALL K */ +"\x0001d48d" "l" /* MATHEMATICAL BOLD ITALIC SMALL L */ +"\x0001d48e" "m" /* MATHEMATICAL BOLD ITALIC SMALL M */ +"\x0001d48f" "n" /* MATHEMATICAL BOLD ITALIC SMALL N */ +"\x0001d490" "o" /* MATHEMATICAL BOLD ITALIC SMALL O */ +"\x0001d491" "p" /* MATHEMATICAL BOLD ITALIC SMALL P */ +"\x0001d492" "q" /* MATHEMATICAL BOLD ITALIC SMALL Q */ +"\x0001d493" "r" /* MATHEMATICAL BOLD ITALIC SMALL R */ +"\x0001d494" "s" /* MATHEMATICAL BOLD ITALIC SMALL S */ +"\x0001d495" "t" /* MATHEMATICAL BOLD ITALIC SMALL T */ +"\x0001d496" "u" /* MATHEMATICAL BOLD ITALIC SMALL U */ +"\x0001d497" "v" /* MATHEMATICAL BOLD ITALIC SMALL V */ +"\x0001d498" "w" /* MATHEMATICAL BOLD ITALIC SMALL W */ +"\x0001d499" "x" /* MATHEMATICAL BOLD ITALIC SMALL X */ +"\x0001d49a" "y" /* MATHEMATICAL BOLD ITALIC SMALL Y */ +"\x0001d49b" "z" /* MATHEMATICAL BOLD ITALIC SMALL Z */ +"\x0001d49c" "A" /* MATHEMATICAL SCRIPT CAPITAL A */ +"\x0001d49e" "C" /* MATHEMATICAL SCRIPT CAPITAL C */ +"\x0001d49f" "D" /* MATHEMATICAL SCRIPT CAPITAL D */ +"\x0001d4a2" "G" /* MATHEMATICAL SCRIPT CAPITAL G */ +"\x0001d4a5" "J" /* MATHEMATICAL SCRIPT CAPITAL J */ +"\x0001d4a6" "K" /* MATHEMATICAL SCRIPT CAPITAL K */ +"\x0001d4a9" "N" /* MATHEMATICAL SCRIPT CAPITAL N */ +"\x0001d4aa" "O" /* MATHEMATICAL SCRIPT CAPITAL O */ +"\x0001d4ab" "P" /* MATHEMATICAL SCRIPT CAPITAL P */ +"\x0001d4ac" "Q" /* MATHEMATICAL SCRIPT CAPITAL Q */ +"\x0001d4ae" "S" /* MATHEMATICAL SCRIPT CAPITAL S */ +"\x0001d4af" "T" /* MATHEMATICAL SCRIPT CAPITAL T */ +"\x0001d4b0" "U" /* MATHEMATICAL SCRIPT CAPITAL U */ +"\x0001d4b1" "V" /* MATHEMATICAL SCRIPT CAPITAL V */ +"\x0001d4b2" "W" /* MATHEMATICAL SCRIPT CAPITAL W */ +"\x0001d4b3" "X" /* MATHEMATICAL SCRIPT CAPITAL X */ +"\x0001d4b4" "Y" /* MATHEMATICAL SCRIPT CAPITAL Y */ +"\x0001d4b5" "Z" /* MATHEMATICAL SCRIPT CAPITAL Z */ +"\x0001d4b6" "a" /* MATHEMATICAL SCRIPT SMALL A */ +"\x0001d4b7" "b" /* MATHEMATICAL SCRIPT SMALL B */ +"\x0001d4b8" "c" /* MATHEMATICAL SCRIPT SMALL C */ +"\x0001d4b9" "d" /* MATHEMATICAL SCRIPT SMALL D */ +"\x0001d4bb" "f" /* MATHEMATICAL SCRIPT SMALL F */ +"\x0001d4bd" "h" /* MATHEMATICAL SCRIPT SMALL H */ +"\x0001d4be" "i" /* MATHEMATICAL SCRIPT SMALL I */ +"\x0001d4bf" "j" /* MATHEMATICAL SCRIPT SMALL J */ +"\x0001d4c0" "k" /* MATHEMATICAL SCRIPT SMALL K */ +"\x0001d4c2" "m" /* MATHEMATICAL SCRIPT SMALL M */ +"\x0001d4c3" "n" /* MATHEMATICAL SCRIPT SMALL N */ +"\x0001d4c5" "p" /* MATHEMATICAL SCRIPT SMALL P */ +"\x0001d4c6" "q" /* MATHEMATICAL SCRIPT SMALL Q */ +"\x0001d4c7" "r" /* MATHEMATICAL SCRIPT SMALL R */ +"\x0001d4c8" "s" /* MATHEMATICAL SCRIPT SMALL S */ +"\x0001d4c9" "t" /* MATHEMATICAL SCRIPT SMALL T */ +"\x0001d4ca" "u" /* MATHEMATICAL SCRIPT SMALL U */ +"\x0001d4cb" "v" /* MATHEMATICAL SCRIPT SMALL V */ +"\x0001d4cc" "w" /* MATHEMATICAL SCRIPT SMALL W */ +"\x0001d4cd" "x" /* MATHEMATICAL SCRIPT SMALL X */ +"\x0001d4ce" "y" /* MATHEMATICAL SCRIPT SMALL Y */ +"\x0001d4cf" "z" /* MATHEMATICAL SCRIPT SMALL Z */ +"\x0001d4d0" "A" /* MATHEMATICAL BOLD SCRIPT CAPITAL A */ +"\x0001d4d1" "B" /* MATHEMATICAL BOLD SCRIPT CAPITAL B */ +"\x0001d4d2" "C" /* MATHEMATICAL BOLD SCRIPT CAPITAL C */ +"\x0001d4d3" "D" /* MATHEMATICAL BOLD SCRIPT CAPITAL D */ +"\x0001d4d4" "E" /* MATHEMATICAL BOLD SCRIPT CAPITAL E */ +"\x0001d4d5" "F" /* MATHEMATICAL BOLD SCRIPT CAPITAL F */ +"\x0001d4d6" "G" /* MATHEMATICAL BOLD SCRIPT CAPITAL G */ +"\x0001d4d7" "H" /* MATHEMATICAL BOLD SCRIPT CAPITAL H */ +"\x0001d4d8" "I" /* MATHEMATICAL BOLD SCRIPT CAPITAL I */ +"\x0001d4d9" "J" /* MATHEMATICAL BOLD SCRIPT CAPITAL J */ +"\x0001d4da" "K" /* MATHEMATICAL BOLD SCRIPT CAPITAL K */ +"\x0001d4db" "L" /* MATHEMATICAL BOLD SCRIPT CAPITAL L */ +"\x0001d4dc" "M" /* MATHEMATICAL BOLD SCRIPT CAPITAL M */ +"\x0001d4dd" "N" /* MATHEMATICAL BOLD SCRIPT CAPITAL N */ +"\x0001d4de" "O" /* MATHEMATICAL BOLD SCRIPT CAPITAL O */ +"\x0001d4df" "P" /* MATHEMATICAL BOLD SCRIPT CAPITAL P */ +"\x0001d4e0" "Q" /* MATHEMATICAL BOLD SCRIPT CAPITAL Q */ +"\x0001d4e1" "R" /* MATHEMATICAL BOLD SCRIPT CAPITAL R */ +"\x0001d4e2" "S" /* MATHEMATICAL BOLD SCRIPT CAPITAL S */ +"\x0001d4e3" "T" /* MATHEMATICAL BOLD SCRIPT CAPITAL T */ +"\x0001d4e4" "U" /* MATHEMATICAL BOLD SCRIPT CAPITAL U */ +"\x0001d4e5" "V" /* MATHEMATICAL BOLD SCRIPT CAPITAL V */ +"\x0001d4e6" "W" /* MATHEMATICAL BOLD SCRIPT CAPITAL W */ +"\x0001d4e7" "X" /* MATHEMATICAL BOLD SCRIPT CAPITAL X */ +"\x0001d4e8" "Y" /* MATHEMATICAL BOLD SCRIPT CAPITAL Y */ +"\x0001d4e9" "Z" /* MATHEMATICAL BOLD SCRIPT CAPITAL Z */ +"\x0001d4ea" "a" /* MATHEMATICAL BOLD SCRIPT SMALL A */ +"\x0001d4eb" "b" /* MATHEMATICAL BOLD SCRIPT SMALL B */ +"\x0001d4ec" "c" /* MATHEMATICAL BOLD SCRIPT SMALL C */ +"\x0001d4ed" "d" /* MATHEMATICAL BOLD SCRIPT SMALL D */ +"\x0001d4ee" "e" /* MATHEMATICAL BOLD SCRIPT SMALL E */ +"\x0001d4ef" "f" /* MATHEMATICAL BOLD SCRIPT SMALL F */ +"\x0001d4f0" "g" /* MATHEMATICAL BOLD SCRIPT SMALL G */ +"\x0001d4f1" "h" /* MATHEMATICAL BOLD SCRIPT SMALL H */ +"\x0001d4f2" "i" /* MATHEMATICAL BOLD SCRIPT SMALL I */ +"\x0001d4f3" "j" /* MATHEMATICAL BOLD SCRIPT SMALL J */ +"\x0001d4f4" "k" /* MATHEMATICAL BOLD SCRIPT SMALL K */ +"\x0001d4f5" "l" /* MATHEMATICAL BOLD SCRIPT SMALL L */ +"\x0001d4f6" "m" /* MATHEMATICAL BOLD SCRIPT SMALL M */ +"\x0001d4f7" "n" /* MATHEMATICAL BOLD SCRIPT SMALL N */ +"\x0001d4f8" "o" /* MATHEMATICAL BOLD SCRIPT SMALL O */ +"\x0001d4f9" "p" /* MATHEMATICAL BOLD SCRIPT SMALL P */ +"\x0001d4fa" "q" /* MATHEMATICAL BOLD SCRIPT SMALL Q */ +"\x0001d4fb" "r" /* MATHEMATICAL BOLD SCRIPT SMALL R */ +"\x0001d4fc" "s" /* MATHEMATICAL BOLD SCRIPT SMALL S */ +"\x0001d4fd" "t" /* MATHEMATICAL BOLD SCRIPT SMALL T */ +"\x0001d4fe" "u" /* MATHEMATICAL BOLD SCRIPT SMALL U */ +"\x0001d4ff" "v" /* MATHEMATICAL BOLD SCRIPT SMALL V */ +"\x0001d500" "w" /* MATHEMATICAL BOLD SCRIPT SMALL W */ +"\x0001d501" "x" /* MATHEMATICAL BOLD SCRIPT SMALL X */ +"\x0001d502" "y" /* MATHEMATICAL BOLD SCRIPT SMALL Y */ +"\x0001d503" "z" /* MATHEMATICAL BOLD SCRIPT SMALL Z */ +"\x0001d504" "A" /* MATHEMATICAL FRAKTUR CAPITAL A */ +"\x0001d505" "B" /* MATHEMATICAL FRAKTUR CAPITAL B */ +"\x0001d507" "D" /* MATHEMATICAL FRAKTUR CAPITAL D */ +"\x0001d508" "E" /* MATHEMATICAL FRAKTUR CAPITAL E */ +"\x0001d509" "F" /* MATHEMATICAL FRAKTUR CAPITAL F */ +"\x0001d50a" "G" /* MATHEMATICAL FRAKTUR CAPITAL G */ +"\x0001d50d" "J" /* MATHEMATICAL FRAKTUR CAPITAL J */ +"\x0001d50e" "K" /* MATHEMATICAL FRAKTUR CAPITAL K */ +"\x0001d50f" "L" /* MATHEMATICAL FRAKTUR CAPITAL L */ +"\x0001d510" "M" /* MATHEMATICAL FRAKTUR CAPITAL M */ +"\x0001d511" "N" /* MATHEMATICAL FRAKTUR CAPITAL N */ +"\x0001d512" "O" /* MATHEMATICAL FRAKTUR CAPITAL O */ +"\x0001d513" "P" /* MATHEMATICAL FRAKTUR CAPITAL P */ +"\x0001d514" "Q" /* MATHEMATICAL FRAKTUR CAPITAL Q */ +"\x0001d516" "S" /* MATHEMATICAL FRAKTUR CAPITAL S */ +"\x0001d517" "T" /* MATHEMATICAL FRAKTUR CAPITAL T */ +"\x0001d518" "U" /* MATHEMATICAL FRAKTUR CAPITAL U */ +"\x0001d519" "V" /* MATHEMATICAL FRAKTUR CAPITAL V */ +"\x0001d51a" "W" /* MATHEMATICAL FRAKTUR CAPITAL W */ +"\x0001d51b" "X" /* MATHEMATICAL FRAKTUR CAPITAL X */ +"\x0001d51c" "Y" /* MATHEMATICAL FRAKTUR CAPITAL Y */ +"\x0001d51e" "a" /* MATHEMATICAL FRAKTUR SMALL A */ +"\x0001d51f" "b" /* MATHEMATICAL FRAKTUR SMALL B */ +"\x0001d520" "c" /* MATHEMATICAL FRAKTUR SMALL C */ +"\x0001d521" "d" /* MATHEMATICAL FRAKTUR SMALL D */ +"\x0001d522" "e" /* MATHEMATICAL FRAKTUR SMALL E */ +"\x0001d523" "f" /* MATHEMATICAL FRAKTUR SMALL F */ +"\x0001d524" "g" /* MATHEMATICAL FRAKTUR SMALL G */ +"\x0001d525" "h" /* MATHEMATICAL FRAKTUR SMALL H */ +"\x0001d526" "i" /* MATHEMATICAL FRAKTUR SMALL I */ +"\x0001d527" "j" /* MATHEMATICAL FRAKTUR SMALL J */ +"\x0001d528" "k" /* MATHEMATICAL FRAKTUR SMALL K */ +"\x0001d529" "l" /* MATHEMATICAL FRAKTUR SMALL L */ +"\x0001d52a" "m" /* MATHEMATICAL FRAKTUR SMALL M */ +"\x0001d52b" "n" /* MATHEMATICAL FRAKTUR SMALL N */ +"\x0001d52c" "o" /* MATHEMATICAL FRAKTUR SMALL O */ +"\x0001d52d" "p" /* MATHEMATICAL FRAKTUR SMALL P */ +"\x0001d52e" "q" /* MATHEMATICAL FRAKTUR SMALL Q */ +"\x0001d52f" "r" /* MATHEMATICAL FRAKTUR SMALL R */ +"\x0001d530" "s" /* MATHEMATICAL FRAKTUR SMALL S */ +"\x0001d531" "t" /* MATHEMATICAL FRAKTUR SMALL T */ +"\x0001d532" "u" /* MATHEMATICAL FRAKTUR SMALL U */ +"\x0001d533" "v" /* MATHEMATICAL FRAKTUR SMALL V */ +"\x0001d534" "w" /* MATHEMATICAL FRAKTUR SMALL W */ +"\x0001d535" "x" /* MATHEMATICAL FRAKTUR SMALL X */ +"\x0001d536" "y" /* MATHEMATICAL FRAKTUR SMALL Y */ +"\x0001d537" "z" /* MATHEMATICAL FRAKTUR SMALL Z */ +"\x0001d538" "A" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL A */ +"\x0001d539" "B" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL B */ +"\x0001d53b" "D" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL D */ +"\x0001d53c" "E" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL E */ +"\x0001d53d" "F" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL F */ +"\x0001d53e" "G" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL G */ +"\x0001d540" "I" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL I */ +"\x0001d541" "J" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL J */ +"\x0001d542" "K" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL K */ +"\x0001d543" "L" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL L */ +"\x0001d544" "M" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL M */ +"\x0001d546" "O" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL O */ +"\x0001d54a" "S" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL S */ +"\x0001d54b" "T" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL T */ +"\x0001d54c" "U" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL U */ +"\x0001d54d" "V" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL V */ +"\x0001d54e" "W" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL W */ +"\x0001d54f" "X" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL X */ +"\x0001d550" "Y" /* MATHEMATICAL DOUBLE-STRUCK CAPITAL Y */ +"\x0001d552" "a" /* MATHEMATICAL DOUBLE-STRUCK SMALL A */ +"\x0001d553" "b" /* MATHEMATICAL DOUBLE-STRUCK SMALL B */ +"\x0001d554" "c" /* MATHEMATICAL DOUBLE-STRUCK SMALL C */ +"\x0001d555" "d" /* MATHEMATICAL DOUBLE-STRUCK SMALL D */ +"\x0001d556" "e" /* MATHEMATICAL DOUBLE-STRUCK SMALL E */ +"\x0001d557" "f" /* MATHEMATICAL DOUBLE-STRUCK SMALL F */ +"\x0001d558" "g" /* MATHEMATICAL DOUBLE-STRUCK SMALL G */ +"\x0001d559" "h" /* MATHEMATICAL DOUBLE-STRUCK SMALL H */ +"\x0001d55a" "i" /* MATHEMATICAL DOUBLE-STRUCK SMALL I */ +"\x0001d55b" "j" /* MATHEMATICAL DOUBLE-STRUCK SMALL J */ +"\x0001d55c" "k" /* MATHEMATICAL DOUBLE-STRUCK SMALL K */ +"\x0001d55d" "l" /* MATHEMATICAL DOUBLE-STRUCK SMALL L */ +"\x0001d55e" "m" /* MATHEMATICAL DOUBLE-STRUCK SMALL M */ +"\x0001d55f" "n" /* MATHEMATICAL DOUBLE-STRUCK SMALL N */ +"\x0001d560" "o" /* MATHEMATICAL DOUBLE-STRUCK SMALL O */ +"\x0001d561" "p" /* MATHEMATICAL DOUBLE-STRUCK SMALL P */ +"\x0001d562" "q" /* MATHEMATICAL DOUBLE-STRUCK SMALL Q */ +"\x0001d563" "r" /* MATHEMATICAL DOUBLE-STRUCK SMALL R */ +"\x0001d564" "s" /* MATHEMATICAL DOUBLE-STRUCK SMALL S */ +"\x0001d565" "t" /* MATHEMATICAL DOUBLE-STRUCK SMALL T */ +"\x0001d566" "u" /* MATHEMATICAL DOUBLE-STRUCK SMALL U */ +"\x0001d567" "v" /* MATHEMATICAL DOUBLE-STRUCK SMALL V */ +"\x0001d568" "w" /* MATHEMATICAL DOUBLE-STRUCK SMALL W */ +"\x0001d569" "x" /* MATHEMATICAL DOUBLE-STRUCK SMALL X */ +"\x0001d56a" "y" /* MATHEMATICAL DOUBLE-STRUCK SMALL Y */ +"\x0001d56b" "z" /* MATHEMATICAL DOUBLE-STRUCK SMALL Z */ +"\x0001d56c" "A" /* MATHEMATICAL BOLD FRAKTUR CAPITAL A */ +"\x0001d56d" "B" /* MATHEMATICAL BOLD FRAKTUR CAPITAL B */ +"\x0001d56e" "C" /* MATHEMATICAL BOLD FRAKTUR CAPITAL C */ +"\x0001d56f" "D" /* MATHEMATICAL BOLD FRAKTUR CAPITAL D */ +"\x0001d570" "E" /* MATHEMATICAL BOLD FRAKTUR CAPITAL E */ +"\x0001d571" "F" /* MATHEMATICAL BOLD FRAKTUR CAPITAL F */ +"\x0001d572" "G" /* MATHEMATICAL BOLD FRAKTUR CAPITAL G */ +"\x0001d573" "H" /* MATHEMATICAL BOLD FRAKTUR CAPITAL H */ +"\x0001d574" "I" /* MATHEMATICAL BOLD FRAKTUR CAPITAL I */ +"\x0001d575" "J" /* MATHEMATICAL BOLD FRAKTUR CAPITAL J */ +"\x0001d576" "K" /* MATHEMATICAL BOLD FRAKTUR CAPITAL K */ +"\x0001d577" "L" /* MATHEMATICAL BOLD FRAKTUR CAPITAL L */ +"\x0001d578" "M" /* MATHEMATICAL BOLD FRAKTUR CAPITAL M */ +"\x0001d579" "N" /* MATHEMATICAL BOLD FRAKTUR CAPITAL N */ +"\x0001d57a" "O" /* MATHEMATICAL BOLD FRAKTUR CAPITAL O */ +"\x0001d57b" "P" /* MATHEMATICAL BOLD FRAKTUR CAPITAL P */ +"\x0001d57c" "Q" /* MATHEMATICAL BOLD FRAKTUR CAPITAL Q */ +"\x0001d57d" "R" /* MATHEMATICAL BOLD FRAKTUR CAPITAL R */ +"\x0001d57e" "S" /* MATHEMATICAL BOLD FRAKTUR CAPITAL S */ +"\x0001d57f" "T" /* MATHEMATICAL BOLD FRAKTUR CAPITAL T */ +"\x0001d580" "U" /* MATHEMATICAL BOLD FRAKTUR CAPITAL U */ +"\x0001d581" "V" /* MATHEMATICAL BOLD FRAKTUR CAPITAL V */ +"\x0001d582" "W" /* MATHEMATICAL BOLD FRAKTUR CAPITAL W */ +"\x0001d583" "X" /* MATHEMATICAL BOLD FRAKTUR CAPITAL X */ +"\x0001d584" "Y" /* MATHEMATICAL BOLD FRAKTUR CAPITAL Y */ +"\x0001d585" "Z" /* MATHEMATICAL BOLD FRAKTUR CAPITAL Z */ +"\x0001d586" "a" /* MATHEMATICAL BOLD FRAKTUR SMALL A */ +"\x0001d587" "b" /* MATHEMATICAL BOLD FRAKTUR SMALL B */ +"\x0001d588" "c" /* MATHEMATICAL BOLD FRAKTUR SMALL C */ +"\x0001d589" "d" /* MATHEMATICAL BOLD FRAKTUR SMALL D */ +"\x0001d58a" "e" /* MATHEMATICAL BOLD FRAKTUR SMALL E */ +"\x0001d58b" "f" /* MATHEMATICAL BOLD FRAKTUR SMALL F */ +"\x0001d58c" "g" /* MATHEMATICAL BOLD FRAKTUR SMALL G */ +"\x0001d58d" "h" /* MATHEMATICAL BOLD FRAKTUR SMALL H */ +"\x0001d58e" "i" /* MATHEMATICAL BOLD FRAKTUR SMALL I */ +"\x0001d58f" "j" /* MATHEMATICAL BOLD FRAKTUR SMALL J */ +"\x0001d590" "k" /* MATHEMATICAL BOLD FRAKTUR SMALL K */ +"\x0001d591" "l" /* MATHEMATICAL BOLD FRAKTUR SMALL L */ +"\x0001d592" "m" /* MATHEMATICAL BOLD FRAKTUR SMALL M */ +"\x0001d593" "n" /* MATHEMATICAL BOLD FRAKTUR SMALL N */ +"\x0001d594" "o" /* MATHEMATICAL BOLD FRAKTUR SMALL O */ +"\x0001d595" "p" /* MATHEMATICAL BOLD FRAKTUR SMALL P */ +"\x0001d596" "q" /* MATHEMATICAL BOLD FRAKTUR SMALL Q */ +"\x0001d597" "r" /* MATHEMATICAL BOLD FRAKTUR SMALL R */ +"\x0001d598" "s" /* MATHEMATICAL BOLD FRAKTUR SMALL S */ +"\x0001d599" "t" /* MATHEMATICAL BOLD FRAKTUR SMALL T */ +"\x0001d59a" "u" /* MATHEMATICAL BOLD FRAKTUR SMALL U */ +"\x0001d59b" "v" /* MATHEMATICAL BOLD FRAKTUR SMALL V */ +"\x0001d59c" "w" /* MATHEMATICAL BOLD FRAKTUR SMALL W */ +"\x0001d59d" "x" /* MATHEMATICAL BOLD FRAKTUR SMALL X */ +"\x0001d59e" "y" /* MATHEMATICAL BOLD FRAKTUR SMALL Y */ +"\x0001d59f" "z" /* MATHEMATICAL BOLD FRAKTUR SMALL Z */ +"\x0001d5a0" "A" /* MATHEMATICAL SANS-SERIF CAPITAL A */ +"\x0001d5a1" "B" /* MATHEMATICAL SANS-SERIF CAPITAL B */ +"\x0001d5a2" "C" /* MATHEMATICAL SANS-SERIF CAPITAL C */ +"\x0001d5a3" "D" /* MATHEMATICAL SANS-SERIF CAPITAL D */ +"\x0001d5a4" "E" /* MATHEMATICAL SANS-SERIF CAPITAL E */ +"\x0001d5a5" "F" /* MATHEMATICAL SANS-SERIF CAPITAL F */ +"\x0001d5a6" "G" /* MATHEMATICAL SANS-SERIF CAPITAL G */ +"\x0001d5a7" "H" /* MATHEMATICAL SANS-SERIF CAPITAL H */ +"\x0001d5a8" "I" /* MATHEMATICAL SANS-SERIF CAPITAL I */ +"\x0001d5a9" "J" /* MATHEMATICAL SANS-SERIF CAPITAL J */ +"\x0001d5aa" "K" /* MATHEMATICAL SANS-SERIF CAPITAL K */ +"\x0001d5ab" "L" /* MATHEMATICAL SANS-SERIF CAPITAL L */ +"\x0001d5ac" "M" /* MATHEMATICAL SANS-SERIF CAPITAL M */ +"\x0001d5ad" "N" /* MATHEMATICAL SANS-SERIF CAPITAL N */ +"\x0001d5ae" "O" /* MATHEMATICAL SANS-SERIF CAPITAL O */ +"\x0001d5af" "P" /* MATHEMATICAL SANS-SERIF CAPITAL P */ +"\x0001d5b0" "Q" /* MATHEMATICAL SANS-SERIF CAPITAL Q */ +"\x0001d5b1" "R" /* MATHEMATICAL SANS-SERIF CAPITAL R */ +"\x0001d5b2" "S" /* MATHEMATICAL SANS-SERIF CAPITAL S */ +"\x0001d5b3" "T" /* MATHEMATICAL SANS-SERIF CAPITAL T */ +"\x0001d5b4" "U" /* MATHEMATICAL SANS-SERIF CAPITAL U */ +"\x0001d5b5" "V" /* MATHEMATICAL SANS-SERIF CAPITAL V */ +"\x0001d5b6" "W" /* MATHEMATICAL SANS-SERIF CAPITAL W */ +"\x0001d5b7" "X" /* MATHEMATICAL SANS-SERIF CAPITAL X */ +"\x0001d5b8" "Y" /* MATHEMATICAL SANS-SERIF CAPITAL Y */ +"\x0001d5b9" "Z" /* MATHEMATICAL SANS-SERIF CAPITAL Z */ +"\x0001d5ba" "a" /* MATHEMATICAL SANS-SERIF SMALL A */ +"\x0001d5bb" "b" /* MATHEMATICAL SANS-SERIF SMALL B */ +"\x0001d5bc" "c" /* MATHEMATICAL SANS-SERIF SMALL C */ +"\x0001d5bd" "d" /* MATHEMATICAL SANS-SERIF SMALL D */ +"\x0001d5be" "e" /* MATHEMATICAL SANS-SERIF SMALL E */ +"\x0001d5bf" "f" /* MATHEMATICAL SANS-SERIF SMALL F */ +"\x0001d5c0" "g" /* MATHEMATICAL SANS-SERIF SMALL G */ +"\x0001d5c1" "h" /* MATHEMATICAL SANS-SERIF SMALL H */ +"\x0001d5c2" "i" /* MATHEMATICAL SANS-SERIF SMALL I */ +"\x0001d5c3" "j" /* MATHEMATICAL SANS-SERIF SMALL J */ +"\x0001d5c4" "k" /* MATHEMATICAL SANS-SERIF SMALL K */ +"\x0001d5c5" "l" /* MATHEMATICAL SANS-SERIF SMALL L */ +"\x0001d5c6" "m" /* MATHEMATICAL SANS-SERIF SMALL M */ +"\x0001d5c7" "n" /* MATHEMATICAL SANS-SERIF SMALL N */ +"\x0001d5c8" "o" /* MATHEMATICAL SANS-SERIF SMALL O */ +"\x0001d5c9" "p" /* MATHEMATICAL SANS-SERIF SMALL P */ +"\x0001d5ca" "q" /* MATHEMATICAL SANS-SERIF SMALL Q */ +"\x0001d5cb" "r" /* MATHEMATICAL SANS-SERIF SMALL R */ +"\x0001d5cc" "s" /* MATHEMATICAL SANS-SERIF SMALL S */ +"\x0001d5cd" "t" /* MATHEMATICAL SANS-SERIF SMALL T */ +"\x0001d5ce" "u" /* MATHEMATICAL SANS-SERIF SMALL U */ +"\x0001d5cf" "v" /* MATHEMATICAL SANS-SERIF SMALL V */ +"\x0001d5d0" "w" /* MATHEMATICAL SANS-SERIF SMALL W */ +"\x0001d5d1" "x" /* MATHEMATICAL SANS-SERIF SMALL X */ +"\x0001d5d2" "y" /* MATHEMATICAL SANS-SERIF SMALL Y */ +"\x0001d5d3" "z" /* MATHEMATICAL SANS-SERIF SMALL Z */ +"\x0001d5d4" "A" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL A */ +"\x0001d5d5" "B" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL B */ +"\x0001d5d6" "C" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL C */ +"\x0001d5d7" "D" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL D */ +"\x0001d5d8" "E" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL E */ +"\x0001d5d9" "F" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL F */ +"\x0001d5da" "G" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL G */ +"\x0001d5db" "H" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL H */ +"\x0001d5dc" "I" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL I */ +"\x0001d5dd" "J" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL J */ +"\x0001d5de" "K" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL K */ +"\x0001d5df" "L" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL L */ +"\x0001d5e0" "M" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL M */ +"\x0001d5e1" "N" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL N */ +"\x0001d5e2" "O" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL O */ +"\x0001d5e3" "P" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL P */ +"\x0001d5e4" "Q" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL Q */ +"\x0001d5e5" "R" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL R */ +"\x0001d5e6" "S" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL S */ +"\x0001d5e7" "T" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL T */ +"\x0001d5e8" "U" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL U */ +"\x0001d5e9" "V" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL V */ +"\x0001d5ea" "W" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL W */ +"\x0001d5eb" "X" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL X */ +"\x0001d5ec" "Y" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL Y */ +"\x0001d5ed" "Z" /* MATHEMATICAL SANS-SERIF BOLD CAPITAL Z */ +"\x0001d5ee" "a" /* MATHEMATICAL SANS-SERIF BOLD SMALL A */ +"\x0001d5ef" "b" /* MATHEMATICAL SANS-SERIF BOLD SMALL B */ +"\x0001d5f0" "c" /* MATHEMATICAL SANS-SERIF BOLD SMALL C */ +"\x0001d5f1" "d" /* MATHEMATICAL SANS-SERIF BOLD SMALL D */ +"\x0001d5f2" "e" /* MATHEMATICAL SANS-SERIF BOLD SMALL E */ +"\x0001d5f3" "f" /* MATHEMATICAL SANS-SERIF BOLD SMALL F */ +"\x0001d5f4" "g" /* MATHEMATICAL SANS-SERIF BOLD SMALL G */ +"\x0001d5f5" "h" /* MATHEMATICAL SANS-SERIF BOLD SMALL H */ +"\x0001d5f6" "i" /* MATHEMATICAL SANS-SERIF BOLD SMALL I */ +"\x0001d5f7" "j" /* MATHEMATICAL SANS-SERIF BOLD SMALL J */ +"\x0001d5f8" "k" /* MATHEMATICAL SANS-SERIF BOLD SMALL K */ +"\x0001d5f9" "l" /* MATHEMATICAL SANS-SERIF BOLD SMALL L */ +"\x0001d5fa" "m" /* MATHEMATICAL SANS-SERIF BOLD SMALL M */ +"\x0001d5fb" "n" /* MATHEMATICAL SANS-SERIF BOLD SMALL N */ +"\x0001d5fc" "o" /* MATHEMATICAL SANS-SERIF BOLD SMALL O */ +"\x0001d5fd" "p" /* MATHEMATICAL SANS-SERIF BOLD SMALL P */ +"\x0001d5fe" "q" /* MATHEMATICAL SANS-SERIF BOLD SMALL Q */ +"\x0001d5ff" "r" /* MATHEMATICAL SANS-SERIF BOLD SMALL R */ +"\x0001d600" "s" /* MATHEMATICAL SANS-SERIF BOLD SMALL S */ +"\x0001d601" "t" /* MATHEMATICAL SANS-SERIF BOLD SMALL T */ +"\x0001d602" "u" /* MATHEMATICAL SANS-SERIF BOLD SMALL U */ +"\x0001d603" "v" /* MATHEMATICAL SANS-SERIF BOLD SMALL V */ +"\x0001d604" "w" /* MATHEMATICAL SANS-SERIF BOLD SMALL W */ +"\x0001d605" "x" /* MATHEMATICAL SANS-SERIF BOLD SMALL X */ +"\x0001d606" "y" /* MATHEMATICAL SANS-SERIF BOLD SMALL Y */ +"\x0001d607" "z" /* MATHEMATICAL SANS-SERIF BOLD SMALL Z */ +"\x0001d608" "A" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL A */ +"\x0001d609" "B" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL B */ +"\x0001d60a" "C" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL C */ +"\x0001d60b" "D" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL D */ +"\x0001d60c" "E" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL E */ +"\x0001d60d" "F" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL F */ +"\x0001d60e" "G" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL G */ +"\x0001d60f" "H" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL H */ +"\x0001d610" "I" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL I */ +"\x0001d611" "J" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL J */ +"\x0001d612" "K" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL K */ +"\x0001d613" "L" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL L */ +"\x0001d614" "M" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL M */ +"\x0001d615" "N" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL N */ +"\x0001d616" "O" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL O */ +"\x0001d617" "P" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL P */ +"\x0001d618" "Q" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q */ +"\x0001d619" "R" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL R */ +"\x0001d61a" "S" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL S */ +"\x0001d61b" "T" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL T */ +"\x0001d61c" "U" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL U */ +"\x0001d61d" "V" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL V */ +"\x0001d61e" "W" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL W */ +"\x0001d61f" "X" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL X */ +"\x0001d620" "Y" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y */ +"\x0001d621" "Z" /* MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z */ +"\x0001d622" "a" /* MATHEMATICAL SANS-SERIF ITALIC SMALL A */ +"\x0001d623" "b" /* MATHEMATICAL SANS-SERIF ITALIC SMALL B */ +"\x0001d624" "c" /* MATHEMATICAL SANS-SERIF ITALIC SMALL C */ +"\x0001d625" "d" /* MATHEMATICAL SANS-SERIF ITALIC SMALL D */ +"\x0001d626" "e" /* MATHEMATICAL SANS-SERIF ITALIC SMALL E */ +"\x0001d627" "f" /* MATHEMATICAL SANS-SERIF ITALIC SMALL F */ +"\x0001d628" "g" /* MATHEMATICAL SANS-SERIF ITALIC SMALL G */ +"\x0001d629" "h" /* MATHEMATICAL SANS-SERIF ITALIC SMALL H */ +"\x0001d62a" "i" /* MATHEMATICAL SANS-SERIF ITALIC SMALL I */ +"\x0001d62b" "j" /* MATHEMATICAL SANS-SERIF ITALIC SMALL J */ +"\x0001d62c" "k" /* MATHEMATICAL SANS-SERIF ITALIC SMALL K */ +"\x0001d62d" "l" /* MATHEMATICAL SANS-SERIF ITALIC SMALL L */ +"\x0001d62e" "m" /* MATHEMATICAL SANS-SERIF ITALIC SMALL M */ +"\x0001d62f" "n" /* MATHEMATICAL SANS-SERIF ITALIC SMALL N */ +"\x0001d630" "o" /* MATHEMATICAL SANS-SERIF ITALIC SMALL O */ +"\x0001d631" "p" /* MATHEMATICAL SANS-SERIF ITALIC SMALL P */ +"\x0001d632" "q" /* MATHEMATICAL SANS-SERIF ITALIC SMALL Q */ +"\x0001d633" "r" /* MATHEMATICAL SANS-SERIF ITALIC SMALL R */ +"\x0001d634" "s" /* MATHEMATICAL SANS-SERIF ITALIC SMALL S */ +"\x0001d635" "t" /* MATHEMATICAL SANS-SERIF ITALIC SMALL T */ +"\x0001d636" "u" /* MATHEMATICAL SANS-SERIF ITALIC SMALL U */ +"\x0001d637" "v" /* MATHEMATICAL SANS-SERIF ITALIC SMALL V */ +"\x0001d638" "w" /* MATHEMATICAL SANS-SERIF ITALIC SMALL W */ +"\x0001d639" "x" /* MATHEMATICAL SANS-SERIF ITALIC SMALL X */ +"\x0001d63a" "y" /* MATHEMATICAL SANS-SERIF ITALIC SMALL Y */ +"\x0001d63b" "z" /* MATHEMATICAL SANS-SERIF ITALIC SMALL Z */ +"\x0001d63c" "A" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A */ +"\x0001d63d" "B" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B */ +"\x0001d63e" "C" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C */ +"\x0001d63f" "D" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D */ +"\x0001d640" "E" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E */ +"\x0001d641" "F" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F */ +"\x0001d642" "G" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G */ +"\x0001d643" "H" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H */ +"\x0001d644" "I" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I */ +"\x0001d645" "J" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J */ +"\x0001d646" "K" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K */ +"\x0001d647" "L" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L */ +"\x0001d648" "M" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M */ +"\x0001d649" "N" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N */ +"\x0001d64a" "O" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O */ +"\x0001d64b" "P" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P */ +"\x0001d64c" "Q" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q */ +"\x0001d64d" "R" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R */ +"\x0001d64e" "S" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S */ +"\x0001d64f" "T" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T */ +"\x0001d650" "U" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U */ +"\x0001d651" "V" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V */ +"\x0001d652" "W" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W */ +"\x0001d653" "X" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X */ +"\x0001d654" "Y" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y */ +"\x0001d655" "Z" /* MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z */ +"\x0001d656" "a" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A */ +"\x0001d657" "b" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B */ +"\x0001d658" "c" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C */ +"\x0001d659" "d" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D */ +"\x0001d65a" "e" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E */ +"\x0001d65b" "f" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F */ +"\x0001d65c" "g" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G */ +"\x0001d65d" "h" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H */ +"\x0001d65e" "i" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I */ +"\x0001d65f" "j" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J */ +"\x0001d660" "k" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K */ +"\x0001d661" "l" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L */ +"\x0001d662" "m" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M */ +"\x0001d663" "n" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N */ +"\x0001d664" "o" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O */ +"\x0001d665" "p" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P */ +"\x0001d666" "q" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q */ +"\x0001d667" "r" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R */ +"\x0001d668" "s" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S */ +"\x0001d669" "t" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T */ +"\x0001d66a" "u" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U */ +"\x0001d66b" "v" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V */ +"\x0001d66c" "w" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W */ +"\x0001d66d" "x" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X */ +"\x0001d66e" "y" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y */ +"\x0001d66f" "z" /* MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z */ +"\x0001d670" "A" /* MATHEMATICAL MONOSPACE CAPITAL A */ +"\x0001d671" "B" /* MATHEMATICAL MONOSPACE CAPITAL B */ +"\x0001d672" "C" /* MATHEMATICAL MONOSPACE CAPITAL C */ +"\x0001d673" "D" /* MATHEMATICAL MONOSPACE CAPITAL D */ +"\x0001d674" "E" /* MATHEMATICAL MONOSPACE CAPITAL E */ +"\x0001d675" "F" /* MATHEMATICAL MONOSPACE CAPITAL F */ +"\x0001d676" "G" /* MATHEMATICAL MONOSPACE CAPITAL G */ +"\x0001d677" "H" /* MATHEMATICAL MONOSPACE CAPITAL H */ +"\x0001d678" "I" /* MATHEMATICAL MONOSPACE CAPITAL I */ +"\x0001d679" "J" /* MATHEMATICAL MONOSPACE CAPITAL J */ +"\x0001d67a" "K" /* MATHEMATICAL MONOSPACE CAPITAL K */ +"\x0001d67b" "L" /* MATHEMATICAL MONOSPACE CAPITAL L */ +"\x0001d67c" "M" /* MATHEMATICAL MONOSPACE CAPITAL M */ +"\x0001d67d" "N" /* MATHEMATICAL MONOSPACE CAPITAL N */ +"\x0001d67e" "O" /* MATHEMATICAL MONOSPACE CAPITAL O */ +"\x0001d67f" "P" /* MATHEMATICAL MONOSPACE CAPITAL P */ +"\x0001d680" "Q" /* MATHEMATICAL MONOSPACE CAPITAL Q */ +"\x0001d681" "R" /* MATHEMATICAL MONOSPACE CAPITAL R */ +"\x0001d682" "S" /* MATHEMATICAL MONOSPACE CAPITAL S */ +"\x0001d683" "T" /* MATHEMATICAL MONOSPACE CAPITAL T */ +"\x0001d684" "U" /* MATHEMATICAL MONOSPACE CAPITAL U */ +"\x0001d685" "V" /* MATHEMATICAL MONOSPACE CAPITAL V */ +"\x0001d686" "W" /* MATHEMATICAL MONOSPACE CAPITAL W */ +"\x0001d687" "X" /* MATHEMATICAL MONOSPACE CAPITAL X */ +"\x0001d688" "Y" /* MATHEMATICAL MONOSPACE CAPITAL Y */ +"\x0001d689" "Z" /* MATHEMATICAL MONOSPACE CAPITAL Z */ +"\x0001d68a" "a" /* MATHEMATICAL MONOSPACE SMALL A */ +"\x0001d68b" "b" /* MATHEMATICAL MONOSPACE SMALL B */ +"\x0001d68c" "c" /* MATHEMATICAL MONOSPACE SMALL C */ +"\x0001d68d" "d" /* MATHEMATICAL MONOSPACE SMALL D */ +"\x0001d68e" "e" /* MATHEMATICAL MONOSPACE SMALL E */ +"\x0001d68f" "f" /* MATHEMATICAL MONOSPACE SMALL F */ +"\x0001d690" "g" /* MATHEMATICAL MONOSPACE SMALL G */ +"\x0001d691" "h" /* MATHEMATICAL MONOSPACE SMALL H */ +"\x0001d692" "i" /* MATHEMATICAL MONOSPACE SMALL I */ +"\x0001d693" "j" /* MATHEMATICAL MONOSPACE SMALL J */ +"\x0001d694" "k" /* MATHEMATICAL MONOSPACE SMALL K */ +"\x0001d695" "l" /* MATHEMATICAL MONOSPACE SMALL L */ +"\x0001d696" "m" /* MATHEMATICAL MONOSPACE SMALL M */ +"\x0001d697" "n" /* MATHEMATICAL MONOSPACE SMALL N */ +"\x0001d698" "o" /* MATHEMATICAL MONOSPACE SMALL O */ +"\x0001d699" "p" /* MATHEMATICAL MONOSPACE SMALL P */ +"\x0001d69a" "q" /* MATHEMATICAL MONOSPACE SMALL Q */ +"\x0001d69b" "r" /* MATHEMATICAL MONOSPACE SMALL R */ +"\x0001d69c" "s" /* MATHEMATICAL MONOSPACE SMALL S */ +"\x0001d69d" "t" /* MATHEMATICAL MONOSPACE SMALL T */ +"\x0001d69e" "u" /* MATHEMATICAL MONOSPACE SMALL U */ +"\x0001d69f" "v" /* MATHEMATICAL MONOSPACE SMALL V */ +"\x0001d6a0" "w" /* MATHEMATICAL MONOSPACE SMALL W */ +"\x0001d6a1" "x" /* MATHEMATICAL MONOSPACE SMALL X */ +"\x0001d6a2" "y" /* MATHEMATICAL MONOSPACE SMALL Y */ +"\x0001d6a3" "z" /* MATHEMATICAL MONOSPACE SMALL Z */ +"\x0001d7ce" "0" /* MATHEMATICAL BOLD DIGIT ZERO */ +"\x0001d7cf" "1" /* MATHEMATICAL BOLD DIGIT ONE */ +"\x0001d7d0" "2" /* MATHEMATICAL BOLD DIGIT TWO */ +"\x0001d7d1" "3" /* MATHEMATICAL BOLD DIGIT THREE */ +"\x0001d7d2" "4" /* MATHEMATICAL BOLD DIGIT FOUR */ +"\x0001d7d3" "5" /* MATHEMATICAL BOLD DIGIT FIVE */ +"\x0001d7d4" "6" /* MATHEMATICAL BOLD DIGIT SIX */ +"\x0001d7d5" "7" /* MATHEMATICAL BOLD DIGIT SEVEN */ +"\x0001d7d6" "8" /* MATHEMATICAL BOLD DIGIT EIGHT */ +"\x0001d7d7" "9" /* MATHEMATICAL BOLD DIGIT NINE */ +"\x0001d7d8" "0" /* MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO */ +"\x0001d7d9" "1" /* MATHEMATICAL DOUBLE-STRUCK DIGIT ONE */ +"\x0001d7da" "2" /* MATHEMATICAL DOUBLE-STRUCK DIGIT TWO */ +"\x0001d7db" "3" /* MATHEMATICAL DOUBLE-STRUCK DIGIT THREE */ +"\x0001d7dc" "4" /* MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR */ +"\x0001d7dd" "5" /* MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE */ +"\x0001d7de" "6" /* MATHEMATICAL DOUBLE-STRUCK DIGIT SIX */ +"\x0001d7df" "7" /* MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN */ +"\x0001d7e0" "8" /* MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT */ +"\x0001d7e1" "9" /* MATHEMATICAL DOUBLE-STRUCK DIGIT NINE */ +"\x0001d7e2" "0" /* MATHEMATICAL SANS-SERIF DIGIT ZERO */ +"\x0001d7e3" "1" /* MATHEMATICAL SANS-SERIF DIGIT ONE */ +"\x0001d7e4" "2" /* MATHEMATICAL SANS-SERIF DIGIT TWO */ +"\x0001d7e5" "3" /* MATHEMATICAL SANS-SERIF DIGIT THREE */ +"\x0001d7e6" "4" /* MATHEMATICAL SANS-SERIF DIGIT FOUR */ +"\x0001d7e7" "5" /* MATHEMATICAL SANS-SERIF DIGIT FIVE */ +"\x0001d7e8" "6" /* MATHEMATICAL SANS-SERIF DIGIT SIX */ +"\x0001d7e9" "7" /* MATHEMATICAL SANS-SERIF DIGIT SEVEN */ +"\x0001d7ea" "8" /* MATHEMATICAL SANS-SERIF DIGIT EIGHT */ +"\x0001d7eb" "9" /* MATHEMATICAL SANS-SERIF DIGIT NINE */ +"\x0001d7ec" "0" /* MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO */ +"\x0001d7ed" "1" /* MATHEMATICAL SANS-SERIF BOLD DIGIT ONE */ +"\x0001d7ee" "2" /* MATHEMATICAL SANS-SERIF BOLD DIGIT TWO */ +"\x0001d7ef" "3" /* MATHEMATICAL SANS-SERIF BOLD DIGIT THREE */ +"\x0001d7f0" "4" /* MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR */ +"\x0001d7f1" "5" /* MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE */ +"\x0001d7f2" "6" /* MATHEMATICAL SANS-SERIF BOLD DIGIT SIX */ +"\x0001d7f3" "7" /* MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN */ +"\x0001d7f4" "8" /* MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT */ +"\x0001d7f5" "9" /* MATHEMATICAL SANS-SERIF BOLD DIGIT NINE */ +"\x0001d7f6" "0" /* MATHEMATICAL MONOSPACE DIGIT ZERO */ +"\x0001d7f7" "1" /* MATHEMATICAL MONOSPACE DIGIT ONE */ +"\x0001d7f8" "2" /* MATHEMATICAL MONOSPACE DIGIT TWO */ +"\x0001d7f9" "3" /* MATHEMATICAL MONOSPACE DIGIT THREE */ +"\x0001d7fa" "4" /* MATHEMATICAL MONOSPACE DIGIT FOUR */ +"\x0001d7fb" "5" /* MATHEMATICAL MONOSPACE DIGIT FIVE */ +"\x0001d7fc" "6" /* MATHEMATICAL MONOSPACE DIGIT SIX */ +"\x0001d7fd" "7" /* MATHEMATICAL MONOSPACE DIGIT SEVEN */ +"\x0001d7fe" "8" /* MATHEMATICAL MONOSPACE DIGIT EIGHT */ +"\x0001d7ff" "9" /* MATHEMATICAL MONOSPACE DIGIT NINE */ diff --git a/locale/programs/charmap.c b/locale/programs/charmap.c index 35a6987..7c013b24 100644 --- a/locale/programs/charmap.c +++ b/locale/programs/charmap.c @@ -1042,7 +1042,7 @@ hexadecimal range format should use only capital characters")); char *endp; errno = 0; - newp->ucs4 = strtoul (name_end, &endp, 16); + newp->ucs4 = strtoul (name_end + 1, &endp, 16); if (endp - name_end != len1 || (newp->ucs4 == ULONG_MAX && errno == ERANGE) || newp->ucs4 >= 0x80000000) diff --git a/locale/programs/ld-ctype.c b/locale/programs/ld-ctype.c index 24a5391..e3f5564 100644 --- a/locale/programs/ld-ctype.c +++ b/locale/programs/ld-ctype.c @@ -116,6 +116,14 @@ struct translit_include_t }; +/* Sparse table of uint32_t. */ +#define TABLE idx_table +#define ELEMENT uint32_t +#define DEFAULT ~((uint32_t) 0) +#define NO_FINALIZE +#include "3level.h" + + /* The real definition of the struct for the LC_CTYPE locale. */ struct locale_ctype_t { @@ -123,8 +131,7 @@ struct locale_ctype_t size_t charnames_max; size_t charnames_act; /* An index lookup table, to speedup find_idx. */ -#define MAX_CHARNAMES_IDX 0x10000 - uint32_t *charnames_idx; + struct idx_table charnames_idx; struct repertoire_t *repertoire; @@ -261,10 +268,7 @@ ctype_startup (struct linereader *lr, struct localedef_t *locale, for (cnt = 0; cnt < 256; ++cnt) ctype->charnames[cnt] = cnt; ctype->charnames_act = 256; - ctype->charnames_idx = - (uint32_t *) xmalloc (MAX_CHARNAMES_IDX * sizeof (uint32_t)); - for (cnt = 0; cnt < MAX_CHARNAMES_IDX; ++cnt) - ctype->charnames_idx[cnt] = ~((uint32_t) 0); + idx_table_init (&ctype->charnames_idx); /* Fill character class information. */ ctype->last_class_char = ILLEGAL_CHAR_VALUE; @@ -1280,23 +1284,17 @@ find_idx (struct locale_ctype_t *ctype, uint32_t **table, size_t *max, if (idx < 256) return table == NULL ? NULL : &(*table)[idx]; - /* If idx is in the usual range, use the charnames_idx lookup table - instead of the slow search loop. */ - if (idx < MAX_CHARNAMES_IDX) - { - if (ctype->charnames_idx[idx] != ~((uint32_t) 0)) - /* Found. */ - cnt = ctype->charnames_idx[idx]; - else - /* Not found. */ - cnt = ctype->charnames_act; - } - else - { - for (cnt = 256; cnt < ctype->charnames_act; ++cnt) - if (ctype->charnames[cnt] == idx) - break; - } + /* Use the charnames_idx lookup table instead of the slow search loop. */ +#if 1 + cnt = idx_table_get (&ctype->charnames_idx, idx); + if (cnt == ~((uint32_t) 0)) + /* Not found. */ + cnt = ctype->charnames_act; +#else + for (cnt = 256; cnt < ctype->charnames_act; ++cnt) + if (ctype->charnames[cnt] == idx) + break; +#endif /* We have to distinguish two cases: the name is found or not. */ if (cnt == ctype->charnames_act) @@ -1310,8 +1308,7 @@ find_idx (struct locale_ctype_t *ctype, uint32_t **table, size_t *max, sizeof (uint32_t) * ctype->charnames_max); } ctype->charnames[ctype->charnames_act++] = idx; - if (idx < MAX_CHARNAMES_IDX) - ctype->charnames_idx[idx] = cnt; + idx_table_add (&ctype->charnames_idx, idx, cnt); } if (table == NULL) diff --git a/locale/programs/locfile.c b/locale/programs/locfile.c index 7c724e2..185ccbc 100644 --- a/locale/programs/locfile.c +++ b/locale/programs/locfile.c @@ -338,30 +338,33 @@ write_locale_data (const char *output_path, const char *category, data. This means we need to have a directory LC_MESSAGES in which we place the file under the name SYS_LC_MESSAGES. */ sprintf (fname, "%s%s", output_path, category); + fd = -2; if (strcmp (category, "LC_MESSAGES") == 0) { struct stat st; if (stat (fname, &st) < 0) { - if (mkdir (fname, 0777) < 0) - fd = creat (fname, 0666); - else + if (mkdir (fname, 0777) >= 0) { fd = -1; errno = EISDIR; } } - else if (S_ISREG (st.st_mode)) - fd = creat (fname, 0666); - else + else if (!S_ISREG (st.st_mode)) { fd = -1; errno = EISDIR; } } - else - fd = creat (fname, 0666); + + /* Create the locale file with nlinks == 1; this avoids crashing processes + which currently use the locale. */ + if (fd == -2) + { + unlink (fname); + fd = creat (fname, 0666); + } if (fd == -1) { @@ -369,7 +372,8 @@ write_locale_data (const char *output_path, const char *category, if (errno == EISDIR) { - sprintf (fname, "%1$s/%2$s/SYS_%2$s", output_path, category); + sprintf (fname, "%1$s%2$s/SYS_%2$s", output_path, category); + unlink (fname); fd = creat (fname, 0666); if (fd == -1) save_err = errno; @@ -381,6 +385,7 @@ write_locale_data (const char *output_path, const char *category, error (0, save_err, _("\ cannot open output file `%s' for category `%s'"), fname, category); + free (fname); return; } } diff --git a/localedata/ChangeLog b/localedata/ChangeLog index da39d7d..b1fc79f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,56 @@ +2001-05-29 Bruno Haible + + * charmaps/UTF-8: Update for Unicode 3.1: Add ... Use + range syntax for .., .., ... + Add Unicode planes 1 (scripts, symbols), 2 (CJK), 14 (tags), 15 and 16 + (private use). Update width table. Assign width 1 to , , + , , , . + +2001-05-29 Bruno Haible + + * gen-unicode-ctype.c: Update to Unicode 3.1. + (unicode_attributes): Change size to 0x110000. + (fill_attribute): Change limit for i to 0x110000. Ignore surrogates; + Unicode now officially allows a 32-bit representation and deprecates + the use of surrogates in this representation. + (fill_attributes): Loop up to 0x110000. + (unicode_combining): Remove array. + (fill_combining): Remove function. Unicode 3.1 PropList.txt doesn't + contain this property any more. + (is_alpha): Incorporate changes by Theppitak Karoonboonyanan + 2001-02-15. + (is_combining): Use new but equivalent definition. + (ucs_symbol, ucs_symbol_range): New functions. + (output_charclass): Loop up to 0x110000. + (output_charmap): Likewise. + (output_tables): Fix header. Loop up to 0x110000. Use ucs_symbol where + appropriate. + (main): Expect only two arguments. Remove fill_combining() call. + * locales/i18n (LC_CTYPE): To "upper", add and Deseret letters. + To "lower", add and Deseret letters. + To "alpha", add , , .., Old Italic letters, + Gothic letters, Deseret letters, mathematical symbols. + From "punct", remove .. and surrogates. Add many new + Unicode 3.1 characters. + To "graph" and "print", add , . Remove surrogates. Add + many new Unicode 3.1 characters. + "toupper", "tolower", "totitle": Update. + To "combining", add some new musical symbols. + To "combining_level3", add some new musical symbols. + * locales/tr_TR (LC_CTYPE): Update from i18n. + * locales/translit_font: Add transliterations for new Unicode 3.1 + mathematical symbols. + * locales/translit_compat: Add transliterations for , . + * locales/translit_cjk_compat: Add transliterations for CJK + compatibility characters in Unicode plane 2. + +2001-05-29 Bruno Haible + + * charmaps/EUC-TW: Update to Unicode 3.1. Add mappings for + , , . Remove 0x8EAExxxx mappings. Add + 0x8EA3xxxx, 0x8EA4xxxx, 0x8EA5xxxx, 0x8EA6xxxx, 0x8EA7xxxx, + 0x8EAFxxxx mappings instead. + 2001-05-26 Ulrich Drepper * locales/ro_RO: Correct abday, day, abmon, and mon info. diff --git a/localedata/charmaps/UTF-8 b/localedata/charmaps/UTF-8 index 65dba4e..be719a4 100644 --- a/localedata/charmaps/UTF-8 +++ b/localedata/charmaps/UTF-8 @@ -917,6 +917,8 @@ CHARMAP /xcf/xb1 GREEK RHO SYMBOL /xcf/xb2 GREEK LUNATE SIGMA SYMBOL /xcf/xb3 GREEK LETTER YOT + /xcf/xb4 GREEK CAPITAL THETA SYMBOL + /xcf/xb5 GREEK LUNATE EPSILON SYMBOL /xd0/x80 CYRILLIC CAPITAL LETTER IE WITH GRAVE /xd0/x81 CYRILLIC CAPITAL LETTER IO /xd0/x82 CYRILLIC CAPITAL LETTER DJE @@ -8015,27490 +8017,436 @@ CHARMAP /xe3/x8f/xbc IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY TWENTY-NINE /xe3/x8f/xbd IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY /xe3/x8f/xbe IDEOGRAPHIC TELEGRAPH SYMBOL FOR DAY THIRTY-ONE - /xe3/x90/x80 - /xe3/x90/x81 - /xe3/x90/x82 - /xe3/x90/x83 - /xe3/x90/x84 - /xe3/x90/x85 - /xe3/x90/x86 - /xe3/x90/x87 - /xe3/x90/x88 - /xe3/x90/x89 - /xe3/x90/x8a - /xe3/x90/x8b - /xe3/x90/x8c - /xe3/x90/x8d - /xe3/x90/x8e - /xe3/x90/x8f - /xe3/x90/x90 - /xe3/x90/x91 - /xe3/x90/x92 - /xe3/x90/x93 - /xe3/x90/x94 - /xe3/x90/x95 - /xe3/x90/x96 - /xe3/x90/x97 - /xe3/x90/x98 - /xe3/x90/x99 - /xe3/x90/x9a - /xe3/x90/x9b - /xe3/x90/x9c - /xe3/x90/x9d - /xe3/x90/x9e - /xe3/x90/x9f - /xe3/x90/xa0 - /xe3/x90/xa1 - /xe3/x90/xa2 - /xe3/x90/xa3 - /xe3/x90/xa4 - /xe3/x90/xa5 - /xe3/x90/xa6 - /xe3/x90/xa7 - /xe3/x90/xa8 - /xe3/x90/xa9 - /xe3/x90/xaa - /xe3/x90/xab - /xe3/x90/xac - /xe3/x90/xad - /xe3/x90/xae - /xe3/x90/xaf - /xe3/x90/xb0 - /xe3/x90/xb1 - /xe3/x90/xb2 - /xe3/x90/xb3 - /xe3/x90/xb4 - /xe3/x90/xb5 - /xe3/x90/xb6 - /xe3/x90/xb7 - /xe3/x90/xb8 - /xe3/x90/xb9 - /xe3/x90/xba - /xe3/x90/xbb - /xe3/x90/xbc - /xe3/x90/xbd - /xe3/x90/xbe - /xe3/x90/xbf - /xe3/x91/x80 - /xe3/x91/x81 - /xe3/x91/x82 - /xe3/x91/x83 - /xe3/x91/x84 - /xe3/x91/x85 - /xe3/x91/x86 - /xe3/x91/x87 - /xe3/x91/x88 - /xe3/x91/x89 - /xe3/x91/x8a - /xe3/x91/x8b - /xe3/x91/x8c - /xe3/x91/x8d - /xe3/x91/x8e - /xe3/x91/x8f - /xe3/x91/x90 - /xe3/x91/x91 - /xe3/x91/x92 - /xe3/x91/x93 - /xe3/x91/x94 - /xe3/x91/x95 - /xe3/x91/x96 - /xe3/x91/x97 - /xe3/x91/x98 - /xe3/x91/x99 - /xe3/x91/x9a - /xe3/x91/x9b - /xe3/x91/x9c - /xe3/x91/x9d - /xe3/x91/x9e - /xe3/x91/x9f - /xe3/x91/xa0 - /xe3/x91/xa1 - /xe3/x91/xa2 - /xe3/x91/xa3 - /xe3/x91/xa4 - /xe3/x91/xa5 - /xe3/x91/xa6 - /xe3/x91/xa7 - /xe3/x91/xa8 - /xe3/x91/xa9 - /xe3/x91/xaa - /xe3/x91/xab - /xe3/x91/xac - /xe3/x91/xad - /xe3/x91/xae - /xe3/x91/xaf - /xe3/x91/xb0 - /xe3/x91/xb1 - /xe3/x91/xb2 - /xe3/x91/xb3 - /xe3/x91/xb4 - /xe3/x91/xb5 - /xe3/x91/xb6 - /xe3/x91/xb7 - /xe3/x91/xb8 - /xe3/x91/xb9 - /xe3/x91/xba - /xe3/x91/xbb - /xe3/x91/xbc - /xe3/x91/xbd - /xe3/x91/xbe - /xe3/x91/xbf - /xe3/x92/x80 - /xe3/x92/x81 - /xe3/x92/x82 - /xe3/x92/x83 - /xe3/x92/x84 - /xe3/x92/x85 - /xe3/x92/x86 - /xe3/x92/x87 - /xe3/x92/x88 - /xe3/x92/x89 - /xe3/x92/x8a - /xe3/x92/x8b - /xe3/x92/x8c - /xe3/x92/x8d - /xe3/x92/x8e - /xe3/x92/x8f - /xe3/x92/x90 - /xe3/x92/x91 - /xe3/x92/x92 - /xe3/x92/x93 - /xe3/x92/x94 - /xe3/x92/x95 - /xe3/x92/x96 - /xe3/x92/x97 - /xe3/x92/x98 - /xe3/x92/x99 - /xe3/x92/x9a - /xe3/x92/x9b - /xe3/x92/x9c - /xe3/x92/x9d - /xe3/x92/x9e - /xe3/x92/x9f - /xe3/x92/xa0 - /xe3/x92/xa1 - /xe3/x92/xa2 - /xe3/x92/xa3 - /xe3/x92/xa4 - /xe3/x92/xa5 - /xe3/x92/xa6 - /xe3/x92/xa7 - /xe3/x92/xa8 - /xe3/x92/xa9 - /xe3/x92/xaa - /xe3/x92/xab - /xe3/x92/xac - /xe3/x92/xad - /xe3/x92/xae - /xe3/x92/xaf - /xe3/x92/xb0 - /xe3/x92/xb1 - /xe3/x92/xb2 - /xe3/x92/xb3 - /xe3/x92/xb4 - /xe3/x92/xb5 - /xe3/x92/xb6 - /xe3/x92/xb7 - /xe3/x92/xb8 - /xe3/x92/xb9 - /xe3/x92/xba - /xe3/x92/xbb - /xe3/x92/xbc - /xe3/x92/xbd - /xe3/x92/xbe - /xe3/x92/xbf - /xe3/x93/x80 - /xe3/x93/x81 - /xe3/x93/x82 - /xe3/x93/x83 - /xe3/x93/x84 - /xe3/x93/x85 - /xe3/x93/x86 - /xe3/x93/x87 - /xe3/x93/x88 - /xe3/x93/x89 - /xe3/x93/x8a - /xe3/x93/x8b - /xe3/x93/x8c - /xe3/x93/x8d - /xe3/x93/x8e - /xe3/x93/x8f - /xe3/x93/x90 - /xe3/x93/x91 - /xe3/x93/x92 - /xe3/x93/x93 - /xe3/x93/x94 - /xe3/x93/x95 - /xe3/x93/x96 - /xe3/x93/x97 - /xe3/x93/x98 - /xe3/x93/x99 - /xe3/x93/x9a - /xe3/x93/x9b - /xe3/x93/x9c - /xe3/x93/x9d - /xe3/x93/x9e - /xe3/x93/x9f - /xe3/x93/xa0 - /xe3/x93/xa1 - /xe3/x93/xa2 - /xe3/x93/xa3 - /xe3/x93/xa4 - /xe3/x93/xa5 - /xe3/x93/xa6 - /xe3/x93/xa7 - /xe3/x93/xa8 - /xe3/x93/xa9 - /xe3/x93/xaa - /xe3/x93/xab - /xe3/x93/xac - /xe3/x93/xad - /xe3/x93/xae - /xe3/x93/xaf - /xe3/x93/xb0 - /xe3/x93/xb1 - /xe3/x93/xb2 - /xe3/x93/xb3 - /xe3/x93/xb4 - /xe3/x93/xb5 - /xe3/x93/xb6 - /xe3/x93/xb7 - /xe3/x93/xb8 - /xe3/x93/xb9 - /xe3/x93/xba - /xe3/x93/xbb - /xe3/x93/xbc - /xe3/x93/xbd - /xe3/x93/xbe - /xe3/x93/xbf - /xe3/x94/x80 - /xe3/x94/x81 - /xe3/x94/x82 - /xe3/x94/x83 - /xe3/x94/x84 - /xe3/x94/x85 - /xe3/x94/x86 - /xe3/x94/x87 - /xe3/x94/x88 - /xe3/x94/x89 - /xe3/x94/x8a - /xe3/x94/x8b - /xe3/x94/x8c - /xe3/x94/x8d - /xe3/x94/x8e - /xe3/x94/x8f - /xe3/x94/x90 - /xe3/x94/x91 - /xe3/x94/x92 - /xe3/x94/x93 - /xe3/x94/x94 - /xe3/x94/x95 - /xe3/x94/x96 - /xe3/x94/x97 - /xe3/x94/x98 - /xe3/x94/x99 - /xe3/x94/x9a - /xe3/x94/x9b - /xe3/x94/x9c - /xe3/x94/x9d - /xe3/x94/x9e - /xe3/x94/x9f - /xe3/x94/xa0 - /xe3/x94/xa1 - /xe3/x94/xa2 - /xe3/x94/xa3 - /xe3/x94/xa4 - /xe3/x94/xa5 - /xe3/x94/xa6 - /xe3/x94/xa7 - /xe3/x94/xa8 - /xe3/x94/xa9 - /xe3/x94/xaa - /xe3/x94/xab - /xe3/x94/xac - /xe3/x94/xad - /xe3/x94/xae - /xe3/x94/xaf - /xe3/x94/xb0 - /xe3/x94/xb1 - /xe3/x94/xb2 - /xe3/x94/xb3 - /xe3/x94/xb4 - /xe3/x94/xb5 - /xe3/x94/xb6 - /xe3/x94/xb7 - /xe3/x94/xb8 - /xe3/x94/xb9 - /xe3/x94/xba - /xe3/x94/xbb - /xe3/x94/xbc - /xe3/x94/xbd - /xe3/x94/xbe - /xe3/x94/xbf - /xe3/x95/x80 - /xe3/x95/x81 - /xe3/x95/x82 - /xe3/x95/x83 - /xe3/x95/x84 - /xe3/x95/x85 - /xe3/x95/x86 - /xe3/x95/x87 - /xe3/x95/x88 - /xe3/x95/x89 - /xe3/x95/x8a - /xe3/x95/x8b - /xe3/x95/x8c - /xe3/x95/x8d - /xe3/x95/x8e - /xe3/x95/x8f - /xe3/x95/x90 - /xe3/x95/x91 - /xe3/x95/x92 - /xe3/x95/x93 - /xe3/x95/x94 - /xe3/x95/x95 - /xe3/x95/x96 - /xe3/x95/x97 - /xe3/x95/x98 - /xe3/x95/x99 - /xe3/x95/x9a - /xe3/x95/x9b - /xe3/x95/x9c - /xe3/x95/x9d - /xe3/x95/x9e - /xe3/x95/x9f - /xe3/x95/xa0 - /xe3/x95/xa1 - /xe3/x95/xa2 - /xe3/x95/xa3 - /xe3/x95/xa4 - /xe3/x95/xa5 - /xe3/x95/xa6 - /xe3/x95/xa7 - /xe3/x95/xa8 - /xe3/x95/xa9 - /xe3/x95/xaa - /xe3/x95/xab - /xe3/x95/xac - /xe3/x95/xad - /xe3/x95/xae - /xe3/x95/xaf - /xe3/x95/xb0 - /xe3/x95/xb1 - /xe3/x95/xb2 - /xe3/x95/xb3 - /xe3/x95/xb4 - /xe3/x95/xb5 - /xe3/x95/xb6 - /xe3/x95/xb7 - /xe3/x95/xb8 - /xe3/x95/xb9 - /xe3/x95/xba - /xe3/x95/xbb - /xe3/x95/xbc - /xe3/x95/xbd - /xe3/x95/xbe - /xe3/x95/xbf - /xe3/x96/x80 - /xe3/x96/x81 - /xe3/x96/x82 - /xe3/x96/x83 - /xe3/x96/x84 - /xe3/x96/x85 - /xe3/x96/x86 - /xe3/x96/x87 - /xe3/x96/x88 - /xe3/x96/x89 - /xe3/x96/x8a - /xe3/x96/x8b - /xe3/x96/x8c - /xe3/x96/x8d - /xe3/x96/x8e - /xe3/x96/x8f - /xe3/x96/x90 - /xe3/x96/x91 - /xe3/x96/x92 - /xe3/x96/x93 - /xe3/x96/x94 - /xe3/x96/x95 - /xe3/x96/x96 - /xe3/x96/x97 - /xe3/x96/x98 - /xe3/x96/x99 - /xe3/x96/x9a - /xe3/x96/x9b - /xe3/x96/x9c - /xe3/x96/x9d - /xe3/x96/x9e - /xe3/x96/x9f - /xe3/x96/xa0 - /xe3/x96/xa1 - /xe3/x96/xa2 - /xe3/x96/xa3 - /xe3/x96/xa4 - /xe3/x96/xa5 - /xe3/x96/xa6 - /xe3/x96/xa7 - /xe3/x96/xa8 - /xe3/x96/xa9 - /xe3/x96/xaa - /xe3/x96/xab - /xe3/x96/xac - /xe3/x96/xad - /xe3/x96/xae - /xe3/x96/xaf - /xe3/x96/xb0 - /xe3/x96/xb1 - /xe3/x96/xb2 - /xe3/x96/xb3 - /xe3/x96/xb4 - /xe3/x96/xb5 - /xe3/x96/xb6 - /xe3/x96/xb7 - /xe3/x96/xb8 - /xe3/x96/xb9 - /xe3/x96/xba - /xe3/x96/xbb - /xe3/x96/xbc - /xe3/x96/xbd - /xe3/x96/xbe - /xe3/x96/xbf - /xe3/x97/x80 - /xe3/x97/x81 - /xe3/x97/x82 - /xe3/x97/x83 - /xe3/x97/x84 - /xe3/x97/x85 - /xe3/x97/x86 - /xe3/x97/x87 - /xe3/x97/x88 - /xe3/x97/x89 - /xe3/x97/x8a - /xe3/x97/x8b - /xe3/x97/x8c - /xe3/x97/x8d - /xe3/x97/x8e - /xe3/x97/x8f - /xe3/x97/x90 - /xe3/x97/x91 - /xe3/x97/x92 - /xe3/x97/x93 - /xe3/x97/x94 - /xe3/x97/x95 - /xe3/x97/x96 - /xe3/x97/x97 - /xe3/x97/x98 - /xe3/x97/x99 - /xe3/x97/x9a - /xe3/x97/x9b - /xe3/x97/x9c - /xe3/x97/x9d - /xe3/x97/x9e - /xe3/x97/x9f - /xe3/x97/xa0 - /xe3/x97/xa1 - /xe3/x97/xa2 - /xe3/x97/xa3 - /xe3/x97/xa4 - /xe3/x97/xa5 - /xe3/x97/xa6 - /xe3/x97/xa7 - /xe3/x97/xa8 - /xe3/x97/xa9 - /xe3/x97/xaa - /xe3/x97/xab - /xe3/x97/xac - /xe3/x97/xad - /xe3/x97/xae - /xe3/x97/xaf - /xe3/x97/xb0 - /xe3/x97/xb1 - /xe3/x97/xb2 - /xe3/x97/xb3 - /xe3/x97/xb4 - /xe3/x97/xb5 - /xe3/x97/xb6 - /xe3/x97/xb7 - /xe3/x97/xb8 - /xe3/x97/xb9 - /xe3/x97/xba - /xe3/x97/xbb - /xe3/x97/xbc - /xe3/x97/xbd - /xe3/x97/xbe - /xe3/x97/xbf - /xe3/x98/x80 - /xe3/x98/x81 - /xe3/x98/x82 - /xe3/x98/x83 - /xe3/x98/x84 - /xe3/x98/x85 - /xe3/x98/x86 - /xe3/x98/x87 - /xe3/x98/x88 - /xe3/x98/x89 - /xe3/x98/x8a - /xe3/x98/x8b - /xe3/x98/x8c - /xe3/x98/x8d - /xe3/x98/x8e - /xe3/x98/x8f - /xe3/x98/x90 - /xe3/x98/x91 - /xe3/x98/x92 - /xe3/x98/x93 - /xe3/x98/x94 - /xe3/x98/x95 - /xe3/x98/x96 - /xe3/x98/x97 - /xe3/x98/x98 - /xe3/x98/x99 - /xe3/x98/x9a - /xe3/x98/x9b - /xe3/x98/x9c - /xe3/x98/x9d - /xe3/x98/x9e - /xe3/x98/x9f - /xe3/x98/xa0 - /xe3/x98/xa1 - /xe3/x98/xa2 - /xe3/x98/xa3 - /xe3/x98/xa4 - /xe3/x98/xa5 - /xe3/x98/xa6 - /xe3/x98/xa7 - /xe3/x98/xa8 - /xe3/x98/xa9 - /xe3/x98/xaa - /xe3/x98/xab - /xe3/x98/xac - /xe3/x98/xad - /xe3/x98/xae - /xe3/x98/xaf - /xe3/x98/xb0 - /xe3/x98/xb1 - /xe3/x98/xb2 - /xe3/x98/xb3 - /xe3/x98/xb4 - /xe3/x98/xb5 - /xe3/x98/xb6 - /xe3/x98/xb7 - /xe3/x98/xb8 - /xe3/x98/xb9 - /xe3/x98/xba - /xe3/x98/xbb - /xe3/x98/xbc - /xe3/x98/xbd - /xe3/x98/xbe - /xe3/x98/xbf - /xe3/x99/x80 - /xe3/x99/x81 - /xe3/x99/x82 - /xe3/x99/x83 - /xe3/x99/x84 - /xe3/x99/x85 - /xe3/x99/x86 - /xe3/x99/x87 - /xe3/x99/x88 - /xe3/x99/x89 - /xe3/x99/x8a - /xe3/x99/x8b - /xe3/x99/x8c - /xe3/x99/x8d - /xe3/x99/x8e - /xe3/x99/x8f - /xe3/x99/x90 - /xe3/x99/x91 - /xe3/x99/x92 - /xe3/x99/x93 - /xe3/x99/x94 - /xe3/x99/x95 - /xe3/x99/x96 - /xe3/x99/x97 - /xe3/x99/x98 - /xe3/x99/x99 - /xe3/x99/x9a - /xe3/x99/x9b - /xe3/x99/x9c - /xe3/x99/x9d - /xe3/x99/x9e - /xe3/x99/x9f - /xe3/x99/xa0 - /xe3/x99/xa1 - /xe3/x99/xa2 - /xe3/x99/xa3 - /xe3/x99/xa4 - /xe3/x99/xa5 - /xe3/x99/xa6 - /xe3/x99/xa7 - /xe3/x99/xa8 - /xe3/x99/xa9 - /xe3/x99/xaa - /xe3/x99/xab - /xe3/x99/xac - /xe3/x99/xad - /xe3/x99/xae - /xe3/x99/xaf - /xe3/x99/xb0 - /xe3/x99/xb1 - /xe3/x99/xb2 - /xe3/x99/xb3 - /xe3/x99/xb4 - /xe3/x99/xb5 - /xe3/x99/xb6 - /xe3/x99/xb7 - /xe3/x99/xb8 - /xe3/x99/xb9 - /xe3/x99/xba - /xe3/x99/xbb - /xe3/x99/xbc - /xe3/x99/xbd - /xe3/x99/xbe - /xe3/x99/xbf - /xe3/x9a/x80 - /xe3/x9a/x81 - /xe3/x9a/x82 - /xe3/x9a/x83 - /xe3/x9a/x84 - /xe3/x9a/x85 - /xe3/x9a/x86 - /xe3/x9a/x87 - /xe3/x9a/x88 - /xe3/x9a/x89 - /xe3/x9a/x8a - /xe3/x9a/x8b - /xe3/x9a/x8c - /xe3/x9a/x8d - /xe3/x9a/x8e - /xe3/x9a/x8f - /xe3/x9a/x90 - /xe3/x9a/x91 - /xe3/x9a/x92 - /xe3/x9a/x93 - /xe3/x9a/x94 - /xe3/x9a/x95 - /xe3/x9a/x96 - /xe3/x9a/x97 - /xe3/x9a/x98 - /xe3/x9a/x99 - /xe3/x9a/x9a - /xe3/x9a/x9b - /xe3/x9a/x9c - /xe3/x9a/x9d - /xe3/x9a/x9e - /xe3/x9a/x9f - /xe3/x9a/xa0 - /xe3/x9a/xa1 - /xe3/x9a/xa2 - /xe3/x9a/xa3 - /xe3/x9a/xa4 - /xe3/x9a/xa5 - /xe3/x9a/xa6 - /xe3/x9a/xa7 - /xe3/x9a/xa8 - /xe3/x9a/xa9 - /xe3/x9a/xaa - /xe3/x9a/xab - /xe3/x9a/xac - /xe3/x9a/xad - /xe3/x9a/xae - /xe3/x9a/xaf - /xe3/x9a/xb0 - /xe3/x9a/xb1 - /xe3/x9a/xb2 - /xe3/x9a/xb3 - /xe3/x9a/xb4 - /xe3/x9a/xb5 - /xe3/x9a/xb6 - /xe3/x9a/xb7 - /xe3/x9a/xb8 - /xe3/x9a/xb9 - /xe3/x9a/xba - /xe3/x9a/xbb - /xe3/x9a/xbc - /xe3/x9a/xbd - /xe3/x9a/xbe - /xe3/x9a/xbf - /xe3/x9b/x80 - /xe3/x9b/x81 - /xe3/x9b/x82 - /xe3/x9b/x83 - /xe3/x9b/x84 - /xe3/x9b/x85 - /xe3/x9b/x86 - /xe3/x9b/x87 - /xe3/x9b/x88 - /xe3/x9b/x89 - /xe3/x9b/x8a - /xe3/x9b/x8b - /xe3/x9b/x8c - /xe3/x9b/x8d - /xe3/x9b/x8e - /xe3/x9b/x8f - /xe3/x9b/x90 - /xe3/x9b/x91 - /xe3/x9b/x92 - /xe3/x9b/x93 - /xe3/x9b/x94 - /xe3/x9b/x95 - /xe3/x9b/x96 - /xe3/x9b/x97 - /xe3/x9b/x98 - /xe3/x9b/x99 - /xe3/x9b/x9a - /xe3/x9b/x9b - /xe3/x9b/x9c - /xe3/x9b/x9d - /xe3/x9b/x9e - /xe3/x9b/x9f - /xe3/x9b/xa0 - /xe3/x9b/xa1 - /xe3/x9b/xa2 - /xe3/x9b/xa3 - /xe3/x9b/xa4 - /xe3/x9b/xa5 - /xe3/x9b/xa6 - /xe3/x9b/xa7 - /xe3/x9b/xa8 - /xe3/x9b/xa9 - /xe3/x9b/xaa - /xe3/x9b/xab - /xe3/x9b/xac - /xe3/x9b/xad - /xe3/x9b/xae - /xe3/x9b/xaf - /xe3/x9b/xb0 - /xe3/x9b/xb1 - /xe3/x9b/xb2 - /xe3/x9b/xb3 - /xe3/x9b/xb4 - /xe3/x9b/xb5 - /xe3/x9b/xb6 - /xe3/x9b/xb7 - /xe3/x9b/xb8 - /xe3/x9b/xb9 - /xe3/x9b/xba - /xe3/x9b/xbb - /xe3/x9b/xbc - /xe3/x9b/xbd - /xe3/x9b/xbe - /xe3/x9b/xbf - /xe3/x9c/x80 - /xe3/x9c/x81 - /xe3/x9c/x82 - /xe3/x9c/x83 - /xe3/x9c/x84 - /xe3/x9c/x85 - /xe3/x9c/x86 - /xe3/x9c/x87 - /xe3/x9c/x88 - /xe3/x9c/x89 - /xe3/x9c/x8a - /xe3/x9c/x8b - /xe3/x9c/x8c - /xe3/x9c/x8d - /xe3/x9c/x8e - /xe3/x9c/x8f - /xe3/x9c/x90 - /xe3/x9c/x91 - /xe3/x9c/x92 - /xe3/x9c/x93 - /xe3/x9c/x94 - /xe3/x9c/x95 - /xe3/x9c/x96 - /xe3/x9c/x97 - /xe3/x9c/x98 - /xe3/x9c/x99 - /xe3/x9c/x9a - /xe3/x9c/x9b - /xe3/x9c/x9c - /xe3/x9c/x9d - /xe3/x9c/x9e - /xe3/x9c/x9f - /xe3/x9c/xa0 - /xe3/x9c/xa1 - /xe3/x9c/xa2 - /xe3/x9c/xa3 - /xe3/x9c/xa4 - /xe3/x9c/xa5 - /xe3/x9c/xa6 - /xe3/x9c/xa7 - /xe3/x9c/xa8 - /xe3/x9c/xa9 - /xe3/x9c/xaa - /xe3/x9c/xab - /xe3/x9c/xac - /xe3/x9c/xad - /xe3/x9c/xae - /xe3/x9c/xaf - /xe3/x9c/xb0 - /xe3/x9c/xb1 - /xe3/x9c/xb2 - /xe3/x9c/xb3 - /xe3/x9c/xb4 - /xe3/x9c/xb5 - /xe3/x9c/xb6 - /xe3/x9c/xb7 - /xe3/x9c/xb8 - /xe3/x9c/xb9 - /xe3/x9c/xba - /xe3/x9c/xbb - /xe3/x9c/xbc - /xe3/x9c/xbd - /xe3/x9c/xbe - /xe3/x9c/xbf - /xe3/x9d/x80 - /xe3/x9d/x81 - /xe3/x9d/x82 - /xe3/x9d/x83 - /xe3/x9d/x84 - /xe3/x9d/x85 - /xe3/x9d/x86 - /xe3/x9d/x87 - /xe3/x9d/x88 - /xe3/x9d/x89 - /xe3/x9d/x8a - /xe3/x9d/x8b - /xe3/x9d/x8c - /xe3/x9d/x8d - /xe3/x9d/x8e - /xe3/x9d/x8f - /xe3/x9d/x90 - /xe3/x9d/x91 - /xe3/x9d/x92 - /xe3/x9d/x93 - /xe3/x9d/x94 - /xe3/x9d/x95 - /xe3/x9d/x96 - /xe3/x9d/x97 - /xe3/x9d/x98 - /xe3/x9d/x99 - /xe3/x9d/x9a - /xe3/x9d/x9b - /xe3/x9d/x9c - /xe3/x9d/x9d - /xe3/x9d/x9e - /xe3/x9d/x9f - /xe3/x9d/xa0 - /xe3/x9d/xa1 - /xe3/x9d/xa2 - /xe3/x9d/xa3 - /xe3/x9d/xa4 - /xe3/x9d/xa5 - /xe3/x9d/xa6 - /xe3/x9d/xa7 - /xe3/x9d/xa8 - /xe3/x9d/xa9 - /xe3/x9d/xaa - /xe3/x9d/xab - /xe3/x9d/xac - /xe3/x9d/xad - /xe3/x9d/xae - /xe3/x9d/xaf - /xe3/x9d/xb0 - /xe3/x9d/xb1 - /xe3/x9d/xb2 - /xe3/x9d/xb3 - /xe3/x9d/xb4 - /xe3/x9d/xb5 - /xe3/x9d/xb6 - /xe3/x9d/xb7 - /xe3/x9d/xb8 - /xe3/x9d/xb9 - /xe3/x9d/xba - /xe3/x9d/xbb - /xe3/x9d/xbc - /xe3/x9d/xbd - /xe3/x9d/xbe - /xe3/x9d/xbf - /xe3/x9e/x80 - /xe3/x9e/x81 - /xe3/x9e/x82 - /xe3/x9e/x83 - /xe3/x9e/x84 - /xe3/x9e/x85 - /xe3/x9e/x86 - /xe3/x9e/x87 - /xe3/x9e/x88 - /xe3/x9e/x89 - /xe3/x9e/x8a - /xe3/x9e/x8b - /xe3/x9e/x8c - /xe3/x9e/x8d - /xe3/x9e/x8e - /xe3/x9e/x8f - /xe3/x9e/x90 - /xe3/x9e/x91 - /xe3/x9e/x92 - /xe3/x9e/x93 - /xe3/x9e/x94 - /xe3/x9e/x95 - /xe3/x9e/x96 - /xe3/x9e/x97 - /xe3/x9e/x98 - /xe3/x9e/x99 - /xe3/x9e/x9a - /xe3/x9e/x9b - /xe3/x9e/x9c - /xe3/x9e/x9d - /xe3/x9e/x9e - /xe3/x9e/x9f - /xe3/x9e/xa0 - /xe3/x9e/xa1 - /xe3/x9e/xa2 - /xe3/x9e/xa3 - /xe3/x9e/xa4 - /xe3/x9e/xa5 - /xe3/x9e/xa6 - /xe3/x9e/xa7 - /xe3/x9e/xa8 - /xe3/x9e/xa9 - /xe3/x9e/xaa - /xe3/x9e/xab - /xe3/x9e/xac - /xe3/x9e/xad - /xe3/x9e/xae - /xe3/x9e/xaf - /xe3/x9e/xb0 - /xe3/x9e/xb1 - /xe3/x9e/xb2 - /xe3/x9e/xb3 - /xe3/x9e/xb4 - /xe3/x9e/xb5 - /xe3/x9e/xb6 - /xe3/x9e/xb7 - /xe3/x9e/xb8 - /xe3/x9e/xb9 - /xe3/x9e/xba - /xe3/x9e/xbb - /xe3/x9e/xbc - /xe3/x9e/xbd - /xe3/x9e/xbe - /xe3/x9e/xbf - /xe3/x9f/x80 - /xe3/x9f/x81 - /xe3/x9f/x82 - /xe3/x9f/x83 - /xe3/x9f/x84 - /xe3/x9f/x85 - /xe3/x9f/x86 - /xe3/x9f/x87 - /xe3/x9f/x88 - /xe3/x9f/x89 - /xe3/x9f/x8a - /xe3/x9f/x8b - /xe3/x9f/x8c - /xe3/x9f/x8d - /xe3/x9f/x8e - /xe3/x9f/x8f - /xe3/x9f/x90 - /xe3/x9f/x91 - /xe3/x9f/x92 - /xe3/x9f/x93 - /xe3/x9f/x94 - /xe3/x9f/x95 - /xe3/x9f/x96 - /xe3/x9f/x97 - /xe3/x9f/x98 - /xe3/x9f/x99 - /xe3/x9f/x9a - /xe3/x9f/x9b - /xe3/x9f/x9c - /xe3/x9f/x9d - /xe3/x9f/x9e - /xe3/x9f/x9f - /xe3/x9f/xa0 - /xe3/x9f/xa1 - /xe3/x9f/xa2 - /xe3/x9f/xa3 - /xe3/x9f/xa4 - /xe3/x9f/xa5 - /xe3/x9f/xa6 - /xe3/x9f/xa7 - /xe3/x9f/xa8 - /xe3/x9f/xa9 - /xe3/x9f/xaa - /xe3/x9f/xab - /xe3/x9f/xac - /xe3/x9f/xad - /xe3/x9f/xae - /xe3/x9f/xaf - /xe3/x9f/xb0 - /xe3/x9f/xb1 - /xe3/x9f/xb2 - /xe3/x9f/xb3 - /xe3/x9f/xb4 - /xe3/x9f/xb5 - /xe3/x9f/xb6 - /xe3/x9f/xb7 - /xe3/x9f/xb8 - /xe3/x9f/xb9 - /xe3/x9f/xba - /xe3/x9f/xbb - /xe3/x9f/xbc - /xe3/x9f/xbd - /xe3/x9f/xbe - /xe3/x9f/xbf - /xe3/xa0/x80 - /xe3/xa0/x81 - /xe3/xa0/x82 - /xe3/xa0/x83 - /xe3/xa0/x84 - /xe3/xa0/x85 - /xe3/xa0/x86 - /xe3/xa0/x87 - /xe3/xa0/x88 - /xe3/xa0/x89 - /xe3/xa0/x8a - /xe3/xa0/x8b - /xe3/xa0/x8c - /xe3/xa0/x8d - /xe3/xa0/x8e - /xe3/xa0/x8f - /xe3/xa0/x90 - /xe3/xa0/x91 - /xe3/xa0/x92 - /xe3/xa0/x93 - /xe3/xa0/x94 - /xe3/xa0/x95 - /xe3/xa0/x96 - /xe3/xa0/x97 - /xe3/xa0/x98 - /xe3/xa0/x99 - /xe3/xa0/x9a - /xe3/xa0/x9b - /xe3/xa0/x9c - /xe3/xa0/x9d - /xe3/xa0/x9e - /xe3/xa0/x9f - /xe3/xa0/xa0 - /xe3/xa0/xa1 - /xe3/xa0/xa2 - /xe3/xa0/xa3 - /xe3/xa0/xa4 - /xe3/xa0/xa5 - /xe3/xa0/xa6 - /xe3/xa0/xa7 - /xe3/xa0/xa8 - /xe3/xa0/xa9 - /xe3/xa0/xaa - /xe3/xa0/xab - /xe3/xa0/xac - /xe3/xa0/xad - /xe3/xa0/xae - /xe3/xa0/xaf - /xe3/xa0/xb0 - /xe3/xa0/xb1 - /xe3/xa0/xb2 - /xe3/xa0/xb3 - /xe3/xa0/xb4 - /xe3/xa0/xb5 - /xe3/xa0/xb6 - /xe3/xa0/xb7 - /xe3/xa0/xb8 - /xe3/xa0/xb9 - /xe3/xa0/xba - /xe3/xa0/xbb - /xe3/xa0/xbc - /xe3/xa0/xbd - /xe3/xa0/xbe - /xe3/xa0/xbf - /xe3/xa1/x80 - /xe3/xa1/x81 - /xe3/xa1/x82 - /xe3/xa1/x83 - /xe3/xa1/x84 - /xe3/xa1/x85 - /xe3/xa1/x86 - /xe3/xa1/x87 - /xe3/xa1/x88 - /xe3/xa1/x89 - /xe3/xa1/x8a - /xe3/xa1/x8b - /xe3/xa1/x8c - /xe3/xa1/x8d - /xe3/xa1/x8e - /xe3/xa1/x8f - /xe3/xa1/x90 - /xe3/xa1/x91 - /xe3/xa1/x92 - /xe3/xa1/x93 - /xe3/xa1/x94 - /xe3/xa1/x95 - /xe3/xa1/x96 - /xe3/xa1/x97 - /xe3/xa1/x98 - /xe3/xa1/x99 - /xe3/xa1/x9a - /xe3/xa1/x9b - /xe3/xa1/x9c - /xe3/xa1/x9d - /xe3/xa1/x9e - /xe3/xa1/x9f - /xe3/xa1/xa0 - /xe3/xa1/xa1 - /xe3/xa1/xa2 - /xe3/xa1/xa3 - /xe3/xa1/xa4 - /xe3/xa1/xa5 - /xe3/xa1/xa6 - /xe3/xa1/xa7 - /xe3/xa1/xa8 - /xe3/xa1/xa9 - /xe3/xa1/xaa - /xe3/xa1/xab - /xe3/xa1/xac - /xe3/xa1/xad - /xe3/xa1/xae - /xe3/xa1/xaf - /xe3/xa1/xb0 - /xe3/xa1/xb1 - /xe3/xa1/xb2 - /xe3/xa1/xb3 - /xe3/xa1/xb4 - /xe3/xa1/xb5 - /xe3/xa1/xb6 - /xe3/xa1/xb7 - /xe3/xa1/xb8 - /xe3/xa1/xb9 - /xe3/xa1/xba - /xe3/xa1/xbb - /xe3/xa1/xbc - /xe3/xa1/xbd - /xe3/xa1/xbe - /xe3/xa1/xbf - /xe3/xa2/x80 - /xe3/xa2/x81 - /xe3/xa2/x82 - /xe3/xa2/x83 - /xe3/xa2/x84 - /xe3/xa2/x85 - /xe3/xa2/x86 - /xe3/xa2/x87 - /xe3/xa2/x88 - /xe3/xa2/x89 - /xe3/xa2/x8a - /xe3/xa2/x8b - /xe3/xa2/x8c - /xe3/xa2/x8d - /xe3/xa2/x8e - /xe3/xa2/x8f - /xe3/xa2/x90 - /xe3/xa2/x91 - /xe3/xa2/x92 - /xe3/xa2/x93 - /xe3/xa2/x94 - /xe3/xa2/x95 - /xe3/xa2/x96 - /xe3/xa2/x97 - /xe3/xa2/x98 - /xe3/xa2/x99 - /xe3/xa2/x9a - /xe3/xa2/x9b - /xe3/xa2/x9c - /xe3/xa2/x9d - /xe3/xa2/x9e - /xe3/xa2/x9f - /xe3/xa2/xa0 - /xe3/xa2/xa1 - /xe3/xa2/xa2 - /xe3/xa2/xa3 - /xe3/xa2/xa4 - /xe3/xa2/xa5 - /xe3/xa2/xa6 - /xe3/xa2/xa7 - /xe3/xa2/xa8 - /xe3/xa2/xa9 - /xe3/xa2/xaa - /xe3/xa2/xab - /xe3/xa2/xac - /xe3/xa2/xad - /xe3/xa2/xae - /xe3/xa2/xaf - /xe3/xa2/xb0 - /xe3/xa2/xb1 - /xe3/xa2/xb2 - /xe3/xa2/xb3 - /xe3/xa2/xb4 - /xe3/xa2/xb5 - /xe3/xa2/xb6 - /xe3/xa2/xb7 - /xe3/xa2/xb8 - /xe3/xa2/xb9 - /xe3/xa2/xba - /xe3/xa2/xbb - /xe3/xa2/xbc - /xe3/xa2/xbd - /xe3/xa2/xbe - /xe3/xa2/xbf - /xe3/xa3/x80 - /xe3/xa3/x81 - /xe3/xa3/x82 - /xe3/xa3/x83 - /xe3/xa3/x84 - /xe3/xa3/x85 - /xe3/xa3/x86 - /xe3/xa3/x87 - /xe3/xa3/x88 - /xe3/xa3/x89 - /xe3/xa3/x8a - /xe3/xa3/x8b - /xe3/xa3/x8c - /xe3/xa3/x8d - /xe3/xa3/x8e - /xe3/xa3/x8f - /xe3/xa3/x90 - /xe3/xa3/x91 - /xe3/xa3/x92 - /xe3/xa3/x93 - /xe3/xa3/x94 - /xe3/xa3/x95 - /xe3/xa3/x96 - /xe3/xa3/x97 - /xe3/xa3/x98 - /xe3/xa3/x99 - /xe3/xa3/x9a - /xe3/xa3/x9b - /xe3/xa3/x9c - /xe3/xa3/x9d - /xe3/xa3/x9e - /xe3/xa3/x9f - /xe3/xa3/xa0 - /xe3/xa3/xa1 - /xe3/xa3/xa2 - /xe3/xa3/xa3 - /xe3/xa3/xa4 - /xe3/xa3/xa5 - /xe3/xa3/xa6 - /xe3/xa3/xa7 - /xe3/xa3/xa8 - /xe3/xa3/xa9 - /xe3/xa3/xaa - /xe3/xa3/xab - /xe3/xa3/xac - /xe3/xa3/xad - /xe3/xa3/xae - /xe3/xa3/xaf - /xe3/xa3/xb0 - /xe3/xa3/xb1 - /xe3/xa3/xb2 - /xe3/xa3/xb3 - /xe3/xa3/xb4 - /xe3/xa3/xb5 - /xe3/xa3/xb6 - /xe3/xa3/xb7 - /xe3/xa3/xb8 - /xe3/xa3/xb9 - /xe3/xa3/xba - /xe3/xa3/xbb - /xe3/xa3/xbc - /xe3/xa3/xbd - /xe3/xa3/xbe - /xe3/xa3/xbf - /xe3/xa4/x80 - /xe3/xa4/x81 - /xe3/xa4/x82 - /xe3/xa4/x83 - /xe3/xa4/x84 - /xe3/xa4/x85 - /xe3/xa4/x86 - /xe3/xa4/x87 - /xe3/xa4/x88 - /xe3/xa4/x89 - /xe3/xa4/x8a - /xe3/xa4/x8b - /xe3/xa4/x8c - /xe3/xa4/x8d - /xe3/xa4/x8e - /xe3/xa4/x8f - /xe3/xa4/x90 - /xe3/xa4/x91 - /xe3/xa4/x92 - /xe3/xa4/x93 - /xe3/xa4/x94 - /xe3/xa4/x95 - /xe3/xa4/x96 - /xe3/xa4/x97 - /xe3/xa4/x98 - /xe3/xa4/x99 - /xe3/xa4/x9a - /xe3/xa4/x9b - /xe3/xa4/x9c - /xe3/xa4/x9d - /xe3/xa4/x9e - /xe3/xa4/x9f - /xe3/xa4/xa0 - /xe3/xa4/xa1 - /xe3/xa4/xa2 - /xe3/xa4/xa3 - /xe3/xa4/xa4 - /xe3/xa4/xa5 - /xe3/xa4/xa6 - /xe3/xa4/xa7 - /xe3/xa4/xa8 - /xe3/xa4/xa9 - /xe3/xa4/xaa - /xe3/xa4/xab - /xe3/xa4/xac - /xe3/xa4/xad - /xe3/xa4/xae - /xe3/xa4/xaf - /xe3/xa4/xb0 - /xe3/xa4/xb1 - /xe3/xa4/xb2 - /xe3/xa4/xb3 - /xe3/xa4/xb4 - /xe3/xa4/xb5 - /xe3/xa4/xb6 - /xe3/xa4/xb7 - /xe3/xa4/xb8 - /xe3/xa4/xb9 - /xe3/xa4/xba - /xe3/xa4/xbb - /xe3/xa4/xbc - /xe3/xa4/xbd - /xe3/xa4/xbe - /xe3/xa4/xbf - /xe3/xa5/x80 - /xe3/xa5/x81 - /xe3/xa5/x82 - /xe3/xa5/x83 - /xe3/xa5/x84 - /xe3/xa5/x85 - /xe3/xa5/x86 - /xe3/xa5/x87 - /xe3/xa5/x88 - /xe3/xa5/x89 - /xe3/xa5/x8a - /xe3/xa5/x8b - /xe3/xa5/x8c - /xe3/xa5/x8d - /xe3/xa5/x8e - /xe3/xa5/x8f - /xe3/xa5/x90 - /xe3/xa5/x91 - /xe3/xa5/x92 - /xe3/xa5/x93 - /xe3/xa5/x94 - /xe3/xa5/x95 - /xe3/xa5/x96 - /xe3/xa5/x97 - /xe3/xa5/x98 - /xe3/xa5/x99 - /xe3/xa5/x9a - /xe3/xa5/x9b - /xe3/xa5/x9c - /xe3/xa5/x9d - /xe3/xa5/x9e - /xe3/xa5/x9f - /xe3/xa5/xa0 - /xe3/xa5/xa1 - /xe3/xa5/xa2 - /xe3/xa5/xa3 - /xe3/xa5/xa4 - /xe3/xa5/xa5 - /xe3/xa5/xa6 - /xe3/xa5/xa7 - /xe3/xa5/xa8 - /xe3/xa5/xa9 - /xe3/xa5/xaa - /xe3/xa5/xab - /xe3/xa5/xac - /xe3/xa5/xad - /xe3/xa5/xae - /xe3/xa5/xaf - /xe3/xa5/xb0 - /xe3/xa5/xb1 - /xe3/xa5/xb2 - /xe3/xa5/xb3 - /xe3/xa5/xb4 - /xe3/xa5/xb5 - /xe3/xa5/xb6 - /xe3/xa5/xb7 - /xe3/xa5/xb8 - /xe3/xa5/xb9 - /xe3/xa5/xba - /xe3/xa5/xbb - /xe3/xa5/xbc - /xe3/xa5/xbd - /xe3/xa5/xbe - /xe3/xa5/xbf - /xe3/xa6/x80 - /xe3/xa6/x81 - /xe3/xa6/x82 - /xe3/xa6/x83 - /xe3/xa6/x84 - /xe3/xa6/x85 - /xe3/xa6/x86 - /xe3/xa6/x87 - /xe3/xa6/x88 - /xe3/xa6/x89 - /xe3/xa6/x8a - /xe3/xa6/x8b - /xe3/xa6/x8c - /xe3/xa6/x8d - /xe3/xa6/x8e - /xe3/xa6/x8f - /xe3/xa6/x90 - /xe3/xa6/x91 - /xe3/xa6/x92 - /xe3/xa6/x93 - /xe3/xa6/x94 - /xe3/xa6/x95 - /xe3/xa6/x96 - /xe3/xa6/x97 - /xe3/xa6/x98 - /xe3/xa6/x99 - /xe3/xa6/x9a - /xe3/xa6/x9b - /xe3/xa6/x9c - /xe3/xa6/x9d - /xe3/xa6/x9e - /xe3/xa6/x9f - /xe3/xa6/xa0 - /xe3/xa6/xa1 - /xe3/xa6/xa2 - /xe3/xa6/xa3 - /xe3/xa6/xa4 - /xe3/xa6/xa5 - /xe3/xa6/xa6 - /xe3/xa6/xa7 - /xe3/xa6/xa8 - /xe3/xa6/xa9 - /xe3/xa6/xaa - /xe3/xa6/xab - /xe3/xa6/xac - /xe3/xa6/xad - /xe3/xa6/xae - /xe3/xa6/xaf - /xe3/xa6/xb0 - /xe3/xa6/xb1 - /xe3/xa6/xb2 - /xe3/xa6/xb3 - /xe3/xa6/xb4 - /xe3/xa6/xb5 - /xe3/xa6/xb6 - /xe3/xa6/xb7 - /xe3/xa6/xb8 - /xe3/xa6/xb9 - /xe3/xa6/xba - /xe3/xa6/xbb - /xe3/xa6/xbc - /xe3/xa6/xbd - /xe3/xa6/xbe - /xe3/xa6/xbf - /xe3/xa7/x80 - /xe3/xa7/x81 - /xe3/xa7/x82 - /xe3/xa7/x83 - /xe3/xa7/x84 - /xe3/xa7/x85 - /xe3/xa7/x86 - /xe3/xa7/x87 - /xe3/xa7/x88 - /xe3/xa7/x89 - /xe3/xa7/x8a - /xe3/xa7/x8b - /xe3/xa7/x8c - /xe3/xa7/x8d - /xe3/xa7/x8e - /xe3/xa7/x8f - /xe3/xa7/x90 - /xe3/xa7/x91 - /xe3/xa7/x92 - /xe3/xa7/x93 - /xe3/xa7/x94 - /xe3/xa7/x95 - /xe3/xa7/x96 - /xe3/xa7/x97 - /xe3/xa7/x98 - /xe3/xa7/x99 - /xe3/xa7/x9a - /xe3/xa7/x9b - /xe3/xa7/x9c - /xe3/xa7/x9d - /xe3/xa7/x9e - /xe3/xa7/x9f - /xe3/xa7/xa0 - /xe3/xa7/xa1 - /xe3/xa7/xa2 - /xe3/xa7/xa3 - /xe3/xa7/xa4 - /xe3/xa7/xa5 - /xe3/xa7/xa6 - /xe3/xa7/xa7 - /xe3/xa7/xa8 - /xe3/xa7/xa9 - /xe3/xa7/xaa - /xe3/xa7/xab - /xe3/xa7/xac - /xe3/xa7/xad - /xe3/xa7/xae - /xe3/xa7/xaf - /xe3/xa7/xb0 - /xe3/xa7/xb1 - /xe3/xa7/xb2 - /xe3/xa7/xb3 - /xe3/xa7/xb4 - /xe3/xa7/xb5 - /xe3/xa7/xb6 - /xe3/xa7/xb7 - /xe3/xa7/xb8 - /xe3/xa7/xb9 - /xe3/xa7/xba - /xe3/xa7/xbb - /xe3/xa7/xbc - /xe3/xa7/xbd - /xe3/xa7/xbe - /xe3/xa7/xbf - /xe3/xa8/x80 - /xe3/xa8/x81 - /xe3/xa8/x82 - /xe3/xa8/x83 - /xe3/xa8/x84 - /xe3/xa8/x85 - /xe3/xa8/x86 - /xe3/xa8/x87 - /xe3/xa8/x88 - /xe3/xa8/x89 - /xe3/xa8/x8a - /xe3/xa8/x8b - /xe3/xa8/x8c - /xe3/xa8/x8d - /xe3/xa8/x8e - /xe3/xa8/x8f - /xe3/xa8/x90 - /xe3/xa8/x91 - /xe3/xa8/x92 - /xe3/xa8/x93 - /xe3/xa8/x94 - /xe3/xa8/x95 - /xe3/xa8/x96 - /xe3/xa8/x97 - /xe3/xa8/x98 - /xe3/xa8/x99 - /xe3/xa8/x9a - /xe3/xa8/x9b - /xe3/xa8/x9c - /xe3/xa8/x9d - /xe3/xa8/x9e - /xe3/xa8/x9f - /xe3/xa8/xa0 - /xe3/xa8/xa1 - /xe3/xa8/xa2 - /xe3/xa8/xa3 - /xe3/xa8/xa4 - /xe3/xa8/xa5 - /xe3/xa8/xa6 - /xe3/xa8/xa7 - /xe3/xa8/xa8 - /xe3/xa8/xa9 - /xe3/xa8/xaa - /xe3/xa8/xab - /xe3/xa8/xac - /xe3/xa8/xad - /xe3/xa8/xae - /xe3/xa8/xaf - /xe3/xa8/xb0 - /xe3/xa8/xb1 - /xe3/xa8/xb2 - /xe3/xa8/xb3 - /xe3/xa8/xb4 - /xe3/xa8/xb5 - /xe3/xa8/xb6 - /xe3/xa8/xb7 - /xe3/xa8/xb8 - /xe3/xa8/xb9 - /xe3/xa8/xba - /xe3/xa8/xbb - /xe3/xa8/xbc - /xe3/xa8/xbd - /xe3/xa8/xbe - /xe3/xa8/xbf - /xe3/xa9/x80 - /xe3/xa9/x81 - /xe3/xa9/x82 - /xe3/xa9/x83 - /xe3/xa9/x84 - /xe3/xa9/x85 - /xe3/xa9/x86 - /xe3/xa9/x87 - /xe3/xa9/x88 - /xe3/xa9/x89 - /xe3/xa9/x8a - /xe3/xa9/x8b - /xe3/xa9/x8c - /xe3/xa9/x8d - /xe3/xa9/x8e - /xe3/xa9/x8f - /xe3/xa9/x90 - /xe3/xa9/x91 - /xe3/xa9/x92 - /xe3/xa9/x93 - /xe3/xa9/x94 - /xe3/xa9/x95 - /xe3/xa9/x96 - /xe3/xa9/x97 - /xe3/xa9/x98 - /xe3/xa9/x99 - /xe3/xa9/x9a - /xe3/xa9/x9b - /xe3/xa9/x9c - /xe3/xa9/x9d - /xe3/xa9/x9e - /xe3/xa9/x9f - /xe3/xa9/xa0 - /xe3/xa9/xa1 - /xe3/xa9/xa2 - /xe3/xa9/xa3 - /xe3/xa9/xa4 - /xe3/xa9/xa5 - /xe3/xa9/xa6 - /xe3/xa9/xa7 - /xe3/xa9/xa8 - /xe3/xa9/xa9 - /xe3/xa9/xaa - /xe3/xa9/xab - /xe3/xa9/xac - /xe3/xa9/xad - /xe3/xa9/xae - /xe3/xa9/xaf - /xe3/xa9/xb0 - /xe3/xa9/xb1 - /xe3/xa9/xb2 - /xe3/xa9/xb3 - /xe3/xa9/xb4 - /xe3/xa9/xb5 - /xe3/xa9/xb6 - /xe3/xa9/xb7 - /xe3/xa9/xb8 - /xe3/xa9/xb9 - /xe3/xa9/xba - /xe3/xa9/xbb - /xe3/xa9/xbc - /xe3/xa9/xbd - /xe3/xa9/xbe - /xe3/xa9/xbf - /xe3/xaa/x80 - /xe3/xaa/x81 - /xe3/xaa/x82 - /xe3/xaa/x83 - /xe3/xaa/x84 - /xe3/xaa/x85 - /xe3/xaa/x86 - /xe3/xaa/x87 - /xe3/xaa/x88 - /xe3/xaa/x89 - /xe3/xaa/x8a - /xe3/xaa/x8b - /xe3/xaa/x8c - /xe3/xaa/x8d - /xe3/xaa/x8e - /xe3/xaa/x8f - /xe3/xaa/x90 - /xe3/xaa/x91 - /xe3/xaa/x92 - /xe3/xaa/x93 - /xe3/xaa/x94 - /xe3/xaa/x95 - /xe3/xaa/x96 - /xe3/xaa/x97 - /xe3/xaa/x98 - /xe3/xaa/x99 - /xe3/xaa/x9a - /xe3/xaa/x9b - /xe3/xaa/x9c - /xe3/xaa/x9d - /xe3/xaa/x9e - /xe3/xaa/x9f - /xe3/xaa/xa0 - /xe3/xaa/xa1 - /xe3/xaa/xa2 - /xe3/xaa/xa3 - /xe3/xaa/xa4 - /xe3/xaa/xa5 - /xe3/xaa/xa6 - /xe3/xaa/xa7 - /xe3/xaa/xa8 - /xe3/xaa/xa9 - /xe3/xaa/xaa - /xe3/xaa/xab - /xe3/xaa/xac - /xe3/xaa/xad - /xe3/xaa/xae - /xe3/xaa/xaf - /xe3/xaa/xb0 - /xe3/xaa/xb1 - /xe3/xaa/xb2 - /xe3/xaa/xb3 - /xe3/xaa/xb4 - /xe3/xaa/xb5 - /xe3/xaa/xb6 - /xe3/xaa/xb7 - /xe3/xaa/xb8 - /xe3/xaa/xb9 - /xe3/xaa/xba - /xe3/xaa/xbb - /xe3/xaa/xbc - /xe3/xaa/xbd - /xe3/xaa/xbe - /xe3/xaa/xbf - /xe3/xab/x80 - /xe3/xab/x81 - /xe3/xab/x82 - /xe3/xab/x83 - /xe3/xab/x84 - /xe3/xab/x85 - /xe3/xab/x86 - /xe3/xab/x87 - /xe3/xab/x88 - /xe3/xab/x89 - /xe3/xab/x8a - /xe3/xab/x8b - /xe3/xab/x8c - /xe3/xab/x8d - /xe3/xab/x8e - /xe3/xab/x8f - /xe3/xab/x90 - /xe3/xab/x91 - /xe3/xab/x92 - /xe3/xab/x93 - /xe3/xab/x94 - /xe3/xab/x95 - /xe3/xab/x96 - /xe3/xab/x97 - /xe3/xab/x98 - /xe3/xab/x99 - /xe3/xab/x9a - /xe3/xab/x9b - /xe3/xab/x9c - /xe3/xab/x9d - /xe3/xab/x9e - /xe3/xab/x9f - /xe3/xab/xa0 - /xe3/xab/xa1 - /xe3/xab/xa2 - /xe3/xab/xa3 - /xe3/xab/xa4 - /xe3/xab/xa5 - /xe3/xab/xa6 - /xe3/xab/xa7 - /xe3/xab/xa8 - /xe3/xab/xa9 - /xe3/xab/xaa - /xe3/xab/xab - /xe3/xab/xac - /xe3/xab/xad - /xe3/xab/xae - /xe3/xab/xaf - /xe3/xab/xb0 - /xe3/xab/xb1 - /xe3/xab/xb2 - /xe3/xab/xb3 - /xe3/xab/xb4 - /xe3/xab/xb5 - /xe3/xab/xb6 - /xe3/xab/xb7 - /xe3/xab/xb8 - /xe3/xab/xb9 - /xe3/xab/xba - /xe3/xab/xbb - /xe3/xab/xbc - /xe3/xab/xbd - /xe3/xab/xbe - /xe3/xab/xbf - /xe3/xac/x80 - /xe3/xac/x81 - /xe3/xac/x82 - /xe3/xac/x83 - /xe3/xac/x84 - /xe3/xac/x85 - /xe3/xac/x86 - /xe3/xac/x87 - /xe3/xac/x88 - /xe3/xac/x89 - /xe3/xac/x8a - /xe3/xac/x8b - /xe3/xac/x8c - /xe3/xac/x8d - /xe3/xac/x8e - /xe3/xac/x8f - /xe3/xac/x90 - /xe3/xac/x91 - /xe3/xac/x92 - /xe3/xac/x93 - /xe3/xac/x94 - /xe3/xac/x95 - /xe3/xac/x96 - /xe3/xac/x97 - /xe3/xac/x98 - /xe3/xac/x99 - /xe3/xac/x9a - /xe3/xac/x9b - /xe3/xac/x9c - /xe3/xac/x9d - /xe3/xac/x9e - /xe3/xac/x9f - /xe3/xac/xa0 - /xe3/xac/xa1 - /xe3/xac/xa2 - /xe3/xac/xa3 - /xe3/xac/xa4 - /xe3/xac/xa5 - /xe3/xac/xa6 - /xe3/xac/xa7 - /xe3/xac/xa8 - /xe3/xac/xa9 - /xe3/xac/xaa - /xe3/xac/xab - /xe3/xac/xac - /xe3/xac/xad - /xe3/xac/xae - /xe3/xac/xaf - /xe3/xac/xb0 - /xe3/xac/xb1 - /xe3/xac/xb2 - /xe3/xac/xb3 - /xe3/xac/xb4 - /xe3/xac/xb5 - /xe3/xac/xb6 - /xe3/xac/xb7 - /xe3/xac/xb8 - /xe3/xac/xb9 - /xe3/xac/xba - /xe3/xac/xbb - /xe3/xac/xbc - /xe3/xac/xbd - /xe3/xac/xbe - /xe3/xac/xbf - /xe3/xad/x80 - /xe3/xad/x81 - /xe3/xad/x82 - /xe3/xad/x83 - /xe3/xad/x84 - /xe3/xad/x85 - /xe3/xad/x86 - /xe3/xad/x87 - /xe3/xad/x88 - /xe3/xad/x89 - /xe3/xad/x8a - /xe3/xad/x8b - /xe3/xad/x8c - /xe3/xad/x8d - /xe3/xad/x8e - /xe3/xad/x8f - /xe3/xad/x90 - /xe3/xad/x91 - /xe3/xad/x92 - /xe3/xad/x93 - /xe3/xad/x94 - /xe3/xad/x95 - /xe3/xad/x96 - /xe3/xad/x97 - /xe3/xad/x98 - /xe3/xad/x99 - /xe3/xad/x9a - /xe3/xad/x9b - /xe3/xad/x9c - /xe3/xad/x9d - /xe3/xad/x9e - /xe3/xad/x9f - /xe3/xad/xa0 - /xe3/xad/xa1 - /xe3/xad/xa2 - /xe3/xad/xa3 - /xe3/xad/xa4 - /xe3/xad/xa5 - /xe3/xad/xa6 - /xe3/xad/xa7 - /xe3/xad/xa8 - /xe3/xad/xa9 - /xe3/xad/xaa - /xe3/xad/xab - /xe3/xad/xac - /xe3/xad/xad - /xe3/xad/xae - /xe3/xad/xaf - /xe3/xad/xb0 - /xe3/xad/xb1 - /xe3/xad/xb2 - /xe3/xad/xb3 - /xe3/xad/xb4 - /xe3/xad/xb5 - /xe3/xad/xb6 - /xe3/xad/xb7 - /xe3/xad/xb8 - /xe3/xad/xb9 - /xe3/xad/xba - /xe3/xad/xbb - /xe3/xad/xbc - /xe3/xad/xbd - /xe3/xad/xbe - /xe3/xad/xbf - /xe3/xae/x80 - /xe3/xae/x81 - /xe3/xae/x82 - /xe3/xae/x83 - /xe3/xae/x84 - /xe3/xae/x85 - /xe3/xae/x86 - /xe3/xae/x87 - /xe3/xae/x88 - /xe3/xae/x89 - /xe3/xae/x8a - /xe3/xae/x8b - /xe3/xae/x8c - /xe3/xae/x8d - /xe3/xae/x8e - /xe3/xae/x8f - /xe3/xae/x90 - /xe3/xae/x91 - /xe3/xae/x92 - /xe3/xae/x93 - /xe3/xae/x94 - /xe3/xae/x95 - /xe3/xae/x96 - /xe3/xae/x97 - /xe3/xae/x98 - /xe3/xae/x99 - /xe3/xae/x9a - /xe3/xae/x9b - /xe3/xae/x9c - /xe3/xae/x9d - /xe3/xae/x9e - /xe3/xae/x9f - /xe3/xae/xa0 - /xe3/xae/xa1 - /xe3/xae/xa2 - /xe3/xae/xa3 - /xe3/xae/xa4 - /xe3/xae/xa5 - /xe3/xae/xa6 - /xe3/xae/xa7 - /xe3/xae/xa8 - /xe3/xae/xa9 - /xe3/xae/xaa - /xe3/xae/xab - /xe3/xae/xac - /xe3/xae/xad - /xe3/xae/xae - /xe3/xae/xaf - /xe3/xae/xb0 - /xe3/xae/xb1 - /xe3/xae/xb2 - /xe3/xae/xb3 - /xe3/xae/xb4 - /xe3/xae/xb5 - /xe3/xae/xb6 - /xe3/xae/xb7 - /xe3/xae/xb8 - /xe3/xae/xb9 - /xe3/xae/xba - /xe3/xae/xbb - /xe3/xae/xbc - /xe3/xae/xbd - /xe3/xae/xbe - /xe3/xae/xbf - /xe3/xaf/x80 - /xe3/xaf/x81 - /xe3/xaf/x82 - /xe3/xaf/x83 - /xe3/xaf/x84 - /xe3/xaf/x85 - /xe3/xaf/x86 - /xe3/xaf/x87 - /xe3/xaf/x88 - /xe3/xaf/x89 - /xe3/xaf/x8a - /xe3/xaf/x8b - /xe3/xaf/x8c - /xe3/xaf/x8d - /xe3/xaf/x8e - /xe3/xaf/x8f - /xe3/xaf/x90 - /xe3/xaf/x91 - /xe3/xaf/x92 - /xe3/xaf/x93 - /xe3/xaf/x94 - /xe3/xaf/x95 - /xe3/xaf/x96 - /xe3/xaf/x97 - /xe3/xaf/x98 - /xe3/xaf/x99 - /xe3/xaf/x9a - /xe3/xaf/x9b - /xe3/xaf/x9c - /xe3/xaf/x9d - /xe3/xaf/x9e - /xe3/xaf/x9f - /xe3/xaf/xa0 - /xe3/xaf/xa1 - /xe3/xaf/xa2 - /xe3/xaf/xa3 - /xe3/xaf/xa4 - /xe3/xaf/xa5 - /xe3/xaf/xa6 - /xe3/xaf/xa7 - /xe3/xaf/xa8 - /xe3/xaf/xa9 - /xe3/xaf/xaa - /xe3/xaf/xab - /xe3/xaf/xac - /xe3/xaf/xad - /xe3/xaf/xae - /xe3/xaf/xaf - /xe3/xaf/xb0 - /xe3/xaf/xb1 - /xe3/xaf/xb2 - /xe3/xaf/xb3 - /xe3/xaf/xb4 - /xe3/xaf/xb5 - /xe3/xaf/xb6 - /xe3/xaf/xb7 - /xe3/xaf/xb8 - /xe3/xaf/xb9 - /xe3/xaf/xba - /xe3/xaf/xbb - /xe3/xaf/xbc - /xe3/xaf/xbd - /xe3/xaf/xbe - /xe3/xaf/xbf - /xe3/xb0/x80 - /xe3/xb0/x81 - /xe3/xb0/x82 - /xe3/xb0/x83 - /xe3/xb0/x84 - /xe3/xb0/x85 - /xe3/xb0/x86 - /xe3/xb0/x87 - /xe3/xb0/x88 - /xe3/xb0/x89 - /xe3/xb0/x8a - /xe3/xb0/x8b - /xe3/xb0/x8c - /xe3/xb0/x8d - /xe3/xb0/x8e - /xe3/xb0/x8f - /xe3/xb0/x90 - /xe3/xb0/x91 - /xe3/xb0/x92 - /xe3/xb0/x93 - /xe3/xb0/x94 - /xe3/xb0/x95 - /xe3/xb0/x96 - /xe3/xb0/x97 - /xe3/xb0/x98 - /xe3/xb0/x99 - /xe3/xb0/x9a - /xe3/xb0/x9b - /xe3/xb0/x9c - /xe3/xb0/x9d - /xe3/xb0/x9e - /xe3/xb0/x9f - /xe3/xb0/xa0 - /xe3/xb0/xa1 - /xe3/xb0/xa2 - /xe3/xb0/xa3 - /xe3/xb0/xa4 - /xe3/xb0/xa5 - /xe3/xb0/xa6 - /xe3/xb0/xa7 - /xe3/xb0/xa8 - /xe3/xb0/xa9 - /xe3/xb0/xaa - /xe3/xb0/xab - /xe3/xb0/xac - /xe3/xb0/xad - /xe3/xb0/xae - /xe3/xb0/xaf - /xe3/xb0/xb0 - /xe3/xb0/xb1 - /xe3/xb0/xb2 - /xe3/xb0/xb3 - /xe3/xb0/xb4 - /xe3/xb0/xb5 - /xe3/xb0/xb6 - /xe3/xb0/xb7 - /xe3/xb0/xb8 - /xe3/xb0/xb9 - /xe3/xb0/xba - /xe3/xb0/xbb - /xe3/xb0/xbc - /xe3/xb0/xbd - /xe3/xb0/xbe - /xe3/xb0/xbf - /xe3/xb1/x80 - /xe3/xb1/x81 - /xe3/xb1/x82 - /xe3/xb1/x83 - /xe3/xb1/x84 - /xe3/xb1/x85 - /xe3/xb1/x86 - /xe3/xb1/x87 - /xe3/xb1/x88 - /xe3/xb1/x89 - /xe3/xb1/x8a - /xe3/xb1/x8b - /xe3/xb1/x8c - /xe3/xb1/x8d - /xe3/xb1/x8e - /xe3/xb1/x8f - /xe3/xb1/x90 - /xe3/xb1/x91 - /xe3/xb1/x92 - /xe3/xb1/x93 - /xe3/xb1/x94 - /xe3/xb1/x95 - /xe3/xb1/x96 - /xe3/xb1/x97 - /xe3/xb1/x98 - /xe3/xb1/x99 - /xe3/xb1/x9a - /xe3/xb1/x9b - /xe3/xb1/x9c - /xe3/xb1/x9d - /xe3/xb1/x9e - /xe3/xb1/x9f - /xe3/xb1/xa0 - /xe3/xb1/xa1 - /xe3/xb1/xa2 - /xe3/xb1/xa3 - /xe3/xb1/xa4 - /xe3/xb1/xa5 - /xe3/xb1/xa6 - /xe3/xb1/xa7 - /xe3/xb1/xa8 - /xe3/xb1/xa9 - /xe3/xb1/xaa - /xe3/xb1/xab - /xe3/xb1/xac - /xe3/xb1/xad - /xe3/xb1/xae - /xe3/xb1/xaf - /xe3/xb1/xb0 - /xe3/xb1/xb1 - /xe3/xb1/xb2 - /xe3/xb1/xb3 - /xe3/xb1/xb4 - /xe3/xb1/xb5 - /xe3/xb1/xb6 - /xe3/xb1/xb7 - /xe3/xb1/xb8 - /xe3/xb1/xb9 - /xe3/xb1/xba - /xe3/xb1/xbb - /xe3/xb1/xbc - /xe3/xb1/xbd - /xe3/xb1/xbe - /xe3/xb1/xbf - /xe3/xb2/x80 - /xe3/xb2/x81 - /xe3/xb2/x82 - /xe3/xb2/x83 - /xe3/xb2/x84 - /xe3/xb2/x85 - /xe3/xb2/x86 - /xe3/xb2/x87 - /xe3/xb2/x88 - /xe3/xb2/x89 - /xe3/xb2/x8a - /xe3/xb2/x8b - /xe3/xb2/x8c - /xe3/xb2/x8d - /xe3/xb2/x8e - /xe3/xb2/x8f - /xe3/xb2/x90 - /xe3/xb2/x91 - /xe3/xb2/x92 - /xe3/xb2/x93 - /xe3/xb2/x94 - /xe3/xb2/x95 - /xe3/xb2/x96 - /xe3/xb2/x97 - /xe3/xb2/x98 - /xe3/xb2/x99 - /xe3/xb2/x9a - /xe3/xb2/x9b - /xe3/xb2/x9c - /xe3/xb2/x9d - /xe3/xb2/x9e - /xe3/xb2/x9f - /xe3/xb2/xa0 - /xe3/xb2/xa1 - /xe3/xb2/xa2 - /xe3/xb2/xa3 - /xe3/xb2/xa4 - /xe3/xb2/xa5 - /xe3/xb2/xa6 - /xe3/xb2/xa7 - /xe3/xb2/xa8 - /xe3/xb2/xa9 - /xe3/xb2/xaa - /xe3/xb2/xab - /xe3/xb2/xac - /xe3/xb2/xad - /xe3/xb2/xae - /xe3/xb2/xaf - /xe3/xb2/xb0 - /xe3/xb2/xb1 - /xe3/xb2/xb2 - /xe3/xb2/xb3 - /xe3/xb2/xb4 - /xe3/xb2/xb5 - /xe3/xb2/xb6 - /xe3/xb2/xb7 - /xe3/xb2/xb8 - /xe3/xb2/xb9 - /xe3/xb2/xba - /xe3/xb2/xbb - /xe3/xb2/xbc - /xe3/xb2/xbd - /xe3/xb2/xbe - /xe3/xb2/xbf - /xe3/xb3/x80 - /xe3/xb3/x81 - /xe3/xb3/x82 - /xe3/xb3/x83 - /xe3/xb3/x84 - /xe3/xb3/x85 - /xe3/xb3/x86 - /xe3/xb3/x87 - /xe3/xb3/x88 - /xe3/xb3/x89 - /xe3/xb3/x8a - /xe3/xb3/x8b - /xe3/xb3/x8c - /xe3/xb3/x8d - /xe3/xb3/x8e - /xe3/xb3/x8f - /xe3/xb3/x90 - /xe3/xb3/x91 - /xe3/xb3/x92 - /xe3/xb3/x93 - /xe3/xb3/x94 - /xe3/xb3/x95 - /xe3/xb3/x96 - /xe3/xb3/x97 - /xe3/xb3/x98 - /xe3/xb3/x99 - /xe3/xb3/x9a - /xe3/xb3/x9b - /xe3/xb3/x9c - /xe3/xb3/x9d - /xe3/xb3/x9e - /xe3/xb3/x9f - /xe3/xb3/xa0 - /xe3/xb3/xa1 - /xe3/xb3/xa2 - /xe3/xb3/xa3 - /xe3/xb3/xa4 - /xe3/xb3/xa5 - /xe3/xb3/xa6 - /xe3/xb3/xa7 - /xe3/xb3/xa8 - /xe3/xb3/xa9 - /xe3/xb3/xaa - /xe3/xb3/xab - /xe3/xb3/xac - /xe3/xb3/xad - /xe3/xb3/xae - /xe3/xb3/xaf - /xe3/xb3/xb0 - /xe3/xb3/xb1 - /xe3/xb3/xb2 - /xe3/xb3/xb3 - /xe3/xb3/xb4 - /xe3/xb3/xb5 - /xe3/xb3/xb6 - /xe3/xb3/xb7 - /xe3/xb3/xb8 - /xe3/xb3/xb9 - /xe3/xb3/xba - /xe3/xb3/xbb - /xe3/xb3/xbc - /xe3/xb3/xbd - /xe3/xb3/xbe - /xe3/xb3/xbf - /xe3/xb4/x80 - /xe3/xb4/x81 - /xe3/xb4/x82 - /xe3/xb4/x83 - /xe3/xb4/x84 - /xe3/xb4/x85 - /xe3/xb4/x86 - /xe3/xb4/x87 - /xe3/xb4/x88 - /xe3/xb4/x89 - /xe3/xb4/x8a - /xe3/xb4/x8b - /xe3/xb4/x8c - /xe3/xb4/x8d - /xe3/xb4/x8e - /xe3/xb4/x8f - /xe3/xb4/x90 - /xe3/xb4/x91 - /xe3/xb4/x92 - /xe3/xb4/x93 - /xe3/xb4/x94 - /xe3/xb4/x95 - /xe3/xb4/x96 - /xe3/xb4/x97 - /xe3/xb4/x98 - /xe3/xb4/x99 - /xe3/xb4/x9a - /xe3/xb4/x9b - /xe3/xb4/x9c - /xe3/xb4/x9d - /xe3/xb4/x9e - /xe3/xb4/x9f - /xe3/xb4/xa0 - /xe3/xb4/xa1 - /xe3/xb4/xa2 - /xe3/xb4/xa3 - /xe3/xb4/xa4 - /xe3/xb4/xa5 - /xe3/xb4/xa6 - /xe3/xb4/xa7 - /xe3/xb4/xa8 - /xe3/xb4/xa9 - /xe3/xb4/xaa - /xe3/xb4/xab - /xe3/xb4/xac - /xe3/xb4/xad - /xe3/xb4/xae - /xe3/xb4/xaf - /xe3/xb4/xb0 - /xe3/xb4/xb1 - /xe3/xb4/xb2 - /xe3/xb4/xb3 - /xe3/xb4/xb4 - /xe3/xb4/xb5 - /xe3/xb4/xb6 - /xe3/xb4/xb7 - /xe3/xb4/xb8 - /xe3/xb4/xb9 - /xe3/xb4/xba - /xe3/xb4/xbb - /xe3/xb4/xbc - /xe3/xb4/xbd - /xe3/xb4/xbe - /xe3/xb4/xbf - /xe3/xb5/x80 - /xe3/xb5/x81 - /xe3/xb5/x82 - /xe3/xb5/x83 - /xe3/xb5/x84 - /xe3/xb5/x85 - /xe3/xb5/x86 - /xe3/xb5/x87 - /xe3/xb5/x88 - /xe3/xb5/x89 - /xe3/xb5/x8a - /xe3/xb5/x8b - /xe3/xb5/x8c - /xe3/xb5/x8d - /xe3/xb5/x8e - /xe3/xb5/x8f - /xe3/xb5/x90 - /xe3/xb5/x91 - /xe3/xb5/x92 - /xe3/xb5/x93 - /xe3/xb5/x94 - /xe3/xb5/x95 - /xe3/xb5/x96 - /xe3/xb5/x97 - /xe3/xb5/x98 - /xe3/xb5/x99 - /xe3/xb5/x9a - /xe3/xb5/x9b - /xe3/xb5/x9c - /xe3/xb5/x9d - /xe3/xb5/x9e - /xe3/xb5/x9f - /xe3/xb5/xa0 - /xe3/xb5/xa1 - /xe3/xb5/xa2 - /xe3/xb5/xa3 - /xe3/xb5/xa4 - /xe3/xb5/xa5 - /xe3/xb5/xa6 - /xe3/xb5/xa7 - /xe3/xb5/xa8 - /xe3/xb5/xa9 - /xe3/xb5/xaa - /xe3/xb5/xab - /xe3/xb5/xac - /xe3/xb5/xad - /xe3/xb5/xae - /xe3/xb5/xaf - /xe3/xb5/xb0 - /xe3/xb5/xb1 - /xe3/xb5/xb2 - /xe3/xb5/xb3 - /xe3/xb5/xb4 - /xe3/xb5/xb5 - /xe3/xb5/xb6 - /xe3/xb5/xb7 - /xe3/xb5/xb8 - /xe3/xb5/xb9 - /xe3/xb5/xba - /xe3/xb5/xbb - /xe3/xb5/xbc - /xe3/xb5/xbd - /xe3/xb5/xbe - /xe3/xb5/xbf - /xe3/xb6/x80 - /xe3/xb6/x81 - /xe3/xb6/x82 - /xe3/xb6/x83 - /xe3/xb6/x84 - /xe3/xb6/x85 - /xe3/xb6/x86 - /xe3/xb6/x87 - /xe3/xb6/x88 - /xe3/xb6/x89 - /xe3/xb6/x8a - /xe3/xb6/x8b - /xe3/xb6/x8c - /xe3/xb6/x8d - /xe3/xb6/x8e - /xe3/xb6/x8f - /xe3/xb6/x90 - /xe3/xb6/x91 - /xe3/xb6/x92 - /xe3/xb6/x93 - /xe3/xb6/x94 - /xe3/xb6/x95 - /xe3/xb6/x96 - /xe3/xb6/x97 - /xe3/xb6/x98 - /xe3/xb6/x99 - /xe3/xb6/x9a - /xe3/xb6/x9b - /xe3/xb6/x9c - /xe3/xb6/x9d - /xe3/xb6/x9e - /xe3/xb6/x9f - /xe3/xb6/xa0 - /xe3/xb6/xa1 - /xe3/xb6/xa2 - /xe3/xb6/xa3 - /xe3/xb6/xa4 - /xe3/xb6/xa5 - /xe3/xb6/xa6 - /xe3/xb6/xa7 - /xe3/xb6/xa8 - /xe3/xb6/xa9 - /xe3/xb6/xaa - /xe3/xb6/xab - /xe3/xb6/xac - /xe3/xb6/xad - /xe3/xb6/xae - /xe3/xb6/xaf - /xe3/xb6/xb0 - /xe3/xb6/xb1 - /xe3/xb6/xb2 - /xe3/xb6/xb3 - /xe3/xb6/xb4 - /xe3/xb6/xb5 - /xe3/xb6/xb6 - /xe3/xb6/xb7 - /xe3/xb6/xb8 - /xe3/xb6/xb9 - /xe3/xb6/xba - /xe3/xb6/xbb - /xe3/xb6/xbc - /xe3/xb6/xbd - /xe3/xb6/xbe - /xe3/xb6/xbf - /xe3/xb7/x80 - /xe3/xb7/x81 - /xe3/xb7/x82 - /xe3/xb7/x83 - /xe3/xb7/x84 - /xe3/xb7/x85 - /xe3/xb7/x86 - /xe3/xb7/x87 - /xe3/xb7/x88 - /xe3/xb7/x89 - /xe3/xb7/x8a - /xe3/xb7/x8b - /xe3/xb7/x8c - /xe3/xb7/x8d - /xe3/xb7/x8e - /xe3/xb7/x8f - /xe3/xb7/x90 - /xe3/xb7/x91 - /xe3/xb7/x92 - /xe3/xb7/x93 - /xe3/xb7/x94 - /xe3/xb7/x95 - /xe3/xb7/x96 - /xe3/xb7/x97 - /xe3/xb7/x98 - /xe3/xb7/x99 - /xe3/xb7/x9a - /xe3/xb7/x9b - /xe3/xb7/x9c - /xe3/xb7/x9d - /xe3/xb7/x9e - /xe3/xb7/x9f - /xe3/xb7/xa0 - /xe3/xb7/xa1 - /xe3/xb7/xa2 - /xe3/xb7/xa3 - /xe3/xb7/xa4 - /xe3/xb7/xa5 - /xe3/xb7/xa6 - /xe3/xb7/xa7 - /xe3/xb7/xa8 - /xe3/xb7/xa9 - /xe3/xb7/xaa - /xe3/xb7/xab - /xe3/xb7/xac - /xe3/xb7/xad - /xe3/xb7/xae - /xe3/xb7/xaf - /xe3/xb7/xb0 - /xe3/xb7/xb1 - /xe3/xb7/xb2 - /xe3/xb7/xb3 - /xe3/xb7/xb4 - /xe3/xb7/xb5 - /xe3/xb7/xb6 - /xe3/xb7/xb7 - /xe3/xb7/xb8 - /xe3/xb7/xb9 - /xe3/xb7/xba - /xe3/xb7/xbb - /xe3/xb7/xbc - /xe3/xb7/xbd - /xe3/xb7/xbe - /xe3/xb7/xbf - /xe3/xb8/x80 - /xe3/xb8/x81 - /xe3/xb8/x82 - /xe3/xb8/x83 - /xe3/xb8/x84 - /xe3/xb8/x85 - /xe3/xb8/x86 - /xe3/xb8/x87 - /xe3/xb8/x88 - /xe3/xb8/x89 - /xe3/xb8/x8a - /xe3/xb8/x8b - /xe3/xb8/x8c - /xe3/xb8/x8d - /xe3/xb8/x8e - /xe3/xb8/x8f - /xe3/xb8/x90 - /xe3/xb8/x91 - /xe3/xb8/x92 - /xe3/xb8/x93 - /xe3/xb8/x94 - /xe3/xb8/x95 - /xe3/xb8/x96 - /xe3/xb8/x97 - /xe3/xb8/x98 - /xe3/xb8/x99 - /xe3/xb8/x9a - /xe3/xb8/x9b - /xe3/xb8/x9c - /xe3/xb8/x9d - /xe3/xb8/x9e - /xe3/xb8/x9f - /xe3/xb8/xa0 - /xe3/xb8/xa1 - /xe3/xb8/xa2 - /xe3/xb8/xa3 - /xe3/xb8/xa4 - /xe3/xb8/xa5 - /xe3/xb8/xa6 - /xe3/xb8/xa7 - /xe3/xb8/xa8 - /xe3/xb8/xa9 - /xe3/xb8/xaa - /xe3/xb8/xab - /xe3/xb8/xac - /xe3/xb8/xad - /xe3/xb8/xae - /xe3/xb8/xaf - /xe3/xb8/xb0 - /xe3/xb8/xb1 - /xe3/xb8/xb2 - /xe3/xb8/xb3 - /xe3/xb8/xb4 - /xe3/xb8/xb5 - /xe3/xb8/xb6 - /xe3/xb8/xb7 - /xe3/xb8/xb8 - /xe3/xb8/xb9 - /xe3/xb8/xba - /xe3/xb8/xbb - /xe3/xb8/xbc - /xe3/xb8/xbd - /xe3/xb8/xbe - /xe3/xb8/xbf - /xe3/xb9/x80 - /xe3/xb9/x81 - /xe3/xb9/x82 - /xe3/xb9/x83 - /xe3/xb9/x84 - /xe3/xb9/x85 - /xe3/xb9/x86 - /xe3/xb9/x87 - /xe3/xb9/x88 - /xe3/xb9/x89 - /xe3/xb9/x8a - /xe3/xb9/x8b - /xe3/xb9/x8c - /xe3/xb9/x8d - /xe3/xb9/x8e - /xe3/xb9/x8f - /xe3/xb9/x90 - /xe3/xb9/x91 - /xe3/xb9/x92 - /xe3/xb9/x93 - /xe3/xb9/x94 - /xe3/xb9/x95 - /xe3/xb9/x96 - /xe3/xb9/x97 - /xe3/xb9/x98 - /xe3/xb9/x99 - /xe3/xb9/x9a - /xe3/xb9/x9b - /xe3/xb9/x9c - /xe3/xb9/x9d - /xe3/xb9/x9e - /xe3/xb9/x9f - /xe3/xb9/xa0 - /xe3/xb9/xa1 - /xe3/xb9/xa2 - /xe3/xb9/xa3 - /xe3/xb9/xa4 - /xe3/xb9/xa5 - /xe3/xb9/xa6 - /xe3/xb9/xa7 - /xe3/xb9/xa8 - /xe3/xb9/xa9 - /xe3/xb9/xaa - /xe3/xb9/xab - /xe3/xb9/xac - /xe3/xb9/xad - /xe3/xb9/xae - /xe3/xb9/xaf - /xe3/xb9/xb0 - /xe3/xb9/xb1 - /xe3/xb9/xb2 - /xe3/xb9/xb3 - /xe3/xb9/xb4 - /xe3/xb9/xb5 - /xe3/xb9/xb6 - /xe3/xb9/xb7 - /xe3/xb9/xb8 - /xe3/xb9/xb9 - /xe3/xb9/xba - /xe3/xb9/xbb - /xe3/xb9/xbc - /xe3/xb9/xbd - /xe3/xb9/xbe - /xe3/xb9/xbf - /xe3/xba/x80 - /xe3/xba/x81 - /xe3/xba/x82 - /xe3/xba/x83 - /xe3/xba/x84 - /xe3/xba/x85 - /xe3/xba/x86 - /xe3/xba/x87 - /xe3/xba/x88 - /xe3/xba/x89 - /xe3/xba/x8a - /xe3/xba/x8b - /xe3/xba/x8c - /xe3/xba/x8d - /xe3/xba/x8e - /xe3/xba/x8f - /xe3/xba/x90 - /xe3/xba/x91 - /xe3/xba/x92 - /xe3/xba/x93 - /xe3/xba/x94 - /xe3/xba/x95 - /xe3/xba/x96 - /xe3/xba/x97 - /xe3/xba/x98 - /xe3/xba/x99 - /xe3/xba/x9a - /xe3/xba/x9b - /xe3/xba/x9c - /xe3/xba/x9d - /xe3/xba/x9e - /xe3/xba/x9f - /xe3/xba/xa0 - /xe3/xba/xa1 - /xe3/xba/xa2 - /xe3/xba/xa3 - /xe3/xba/xa4 - /xe3/xba/xa5 - /xe3/xba/xa6 - /xe3/xba/xa7 - /xe3/xba/xa8 - /xe3/xba/xa9 - /xe3/xba/xaa - /xe3/xba/xab - /xe3/xba/xac - /xe3/xba/xad - /xe3/xba/xae - /xe3/xba/xaf - /xe3/xba/xb0 - /xe3/xba/xb1 - /xe3/xba/xb2 - /xe3/xba/xb3 - /xe3/xba/xb4 - /xe3/xba/xb5 - /xe3/xba/xb6 - /xe3/xba/xb7 - /xe3/xba/xb8 - /xe3/xba/xb9 - /xe3/xba/xba - /xe3/xba/xbb - /xe3/xba/xbc - /xe3/xba/xbd - /xe3/xba/xbe - /xe3/xba/xbf - /xe3/xbb/x80 - /xe3/xbb/x81 - /xe3/xbb/x82 - /xe3/xbb/x83 - /xe3/xbb/x84 - /xe3/xbb/x85 - /xe3/xbb/x86 - /xe3/xbb/x87 - /xe3/xbb/x88 - /xe3/xbb/x89 - /xe3/xbb/x8a - /xe3/xbb/x8b - /xe3/xbb/x8c - /xe3/xbb/x8d - /xe3/xbb/x8e - /xe3/xbb/x8f - /xe3/xbb/x90 - /xe3/xbb/x91 - /xe3/xbb/x92 - /xe3/xbb/x93 - /xe3/xbb/x94 - /xe3/xbb/x95 - /xe3/xbb/x96 - /xe3/xbb/x97 - /xe3/xbb/x98 - /xe3/xbb/x99 - /xe3/xbb/x9a - /xe3/xbb/x9b - /xe3/xbb/x9c - /xe3/xbb/x9d - /xe3/xbb/x9e - /xe3/xbb/x9f - /xe3/xbb/xa0 - /xe3/xbb/xa1 - /xe3/xbb/xa2 - /xe3/xbb/xa3 - /xe3/xbb/xa4 - /xe3/xbb/xa5 - /xe3/xbb/xa6 - /xe3/xbb/xa7 - /xe3/xbb/xa8 - /xe3/xbb/xa9 - /xe3/xbb/xaa - /xe3/xbb/xab - /xe3/xbb/xac - /xe3/xbb/xad - /xe3/xbb/xae - /xe3/xbb/xaf - /xe3/xbb/xb0 - /xe3/xbb/xb1 - /xe3/xbb/xb2 - /xe3/xbb/xb3 - /xe3/xbb/xb4 - /xe3/xbb/xb5 - /xe3/xbb/xb6 - /xe3/xbb/xb7 - /xe3/xbb/xb8 - /xe3/xbb/xb9 - /xe3/xbb/xba - /xe3/xbb/xbb - /xe3/xbb/xbc - /xe3/xbb/xbd - /xe3/xbb/xbe - /xe3/xbb/xbf - /xe3/xbc/x80 - /xe3/xbc/x81 - /xe3/xbc/x82 - /xe3/xbc/x83 - /xe3/xbc/x84 - /xe3/xbc/x85 - /xe3/xbc/x86 - /xe3/xbc/x87 - /xe3/xbc/x88 - /xe3/xbc/x89 - /xe3/xbc/x8a - /xe3/xbc/x8b - /xe3/xbc/x8c - /xe3/xbc/x8d - /xe3/xbc/x8e - /xe3/xbc/x8f - /xe3/xbc/x90 - /xe3/xbc/x91 - /xe3/xbc/x92 - /xe3/xbc/x93 - /xe3/xbc/x94 - /xe3/xbc/x95 - /xe3/xbc/x96 - /xe3/xbc/x97 - /xe3/xbc/x98 - /xe3/xbc/x99 - /xe3/xbc/x9a - /xe3/xbc/x9b - /xe3/xbc/x9c - /xe3/xbc/x9d - /xe3/xbc/x9e - /xe3/xbc/x9f - /xe3/xbc/xa0 - /xe3/xbc/xa1 - /xe3/xbc/xa2 - /xe3/xbc/xa3 - /xe3/xbc/xa4 - /xe3/xbc/xa5 - /xe3/xbc/xa6 - /xe3/xbc/xa7 - /xe3/xbc/xa8 - /xe3/xbc/xa9 - /xe3/xbc/xaa - /xe3/xbc/xab - /xe3/xbc/xac - /xe3/xbc/xad - /xe3/xbc/xae - /xe3/xbc/xaf - /xe3/xbc/xb0 - /xe3/xbc/xb1 - /xe3/xbc/xb2 - /xe3/xbc/xb3 - /xe3/xbc/xb4 - /xe3/xbc/xb5 - /xe3/xbc/xb6 - /xe3/xbc/xb7 - /xe3/xbc/xb8 - /xe3/xbc/xb9 - /xe3/xbc/xba - /xe3/xbc/xbb - /xe3/xbc/xbc - /xe3/xbc/xbd - /xe3/xbc/xbe - /xe3/xbc/xbf - /xe3/xbd/x80 - /xe3/xbd/x81 - /xe3/xbd/x82 - /xe3/xbd/x83 - /xe3/xbd/x84 - /xe3/xbd/x85 - /xe3/xbd/x86 - /xe3/xbd/x87 - /xe3/xbd/x88 - /xe3/xbd/x89 - /xe3/xbd/x8a - /xe3/xbd/x8b - /xe3/xbd/x8c - /xe3/xbd/x8d - /xe3/xbd/x8e - /xe3/xbd/x8f - /xe3/xbd/x90 - /xe3/xbd/x91 - /xe3/xbd/x92 - /xe3/xbd/x93 - /xe3/xbd/x94 - /xe3/xbd/x95 - /xe3/xbd/x96 - /xe3/xbd/x97 - /xe3/xbd/x98 - /xe3/xbd/x99 - /xe3/xbd/x9a - /xe3/xbd/x9b - /xe3/xbd/x9c - /xe3/xbd/x9d - /xe3/xbd/x9e - /xe3/xbd/x9f - /xe3/xbd/xa0 - /xe3/xbd/xa1 - /xe3/xbd/xa2 - /xe3/xbd/xa3 - /xe3/xbd/xa4 - /xe3/xbd/xa5 - /xe3/xbd/xa6 - /xe3/xbd/xa7 - /xe3/xbd/xa8 - /xe3/xbd/xa9 - /xe3/xbd/xaa - /xe3/xbd/xab - /xe3/xbd/xac - /xe3/xbd/xad - /xe3/xbd/xae - /xe3/xbd/xaf - /xe3/xbd/xb0 - /xe3/xbd/xb1 - /xe3/xbd/xb2 - /xe3/xbd/xb3 - /xe3/xbd/xb4 - /xe3/xbd/xb5 - /xe3/xbd/xb6 - /xe3/xbd/xb7 - /xe3/xbd/xb8 - /xe3/xbd/xb9 - /xe3/xbd/xba - /xe3/xbd/xbb - /xe3/xbd/xbc - /xe3/xbd/xbd - /xe3/xbd/xbe - /xe3/xbd/xbf - /xe3/xbe/x80 - /xe3/xbe/x81 - /xe3/xbe/x82 - /xe3/xbe/x83 - /xe3/xbe/x84 - /xe3/xbe/x85 - /xe3/xbe/x86 - /xe3/xbe/x87 - /xe3/xbe/x88 - /xe3/xbe/x89 - /xe3/xbe/x8a - /xe3/xbe/x8b - /xe3/xbe/x8c - /xe3/xbe/x8d - /xe3/xbe/x8e - /xe3/xbe/x8f - /xe3/xbe/x90 - /xe3/xbe/x91 - /xe3/xbe/x92 - /xe3/xbe/x93 - /xe3/xbe/x94 - /xe3/xbe/x95 - /xe3/xbe/x96 - /xe3/xbe/x97 - /xe3/xbe/x98 - /xe3/xbe/x99 - /xe3/xbe/x9a - /xe3/xbe/x9b - /xe3/xbe/x9c - /xe3/xbe/x9d - /xe3/xbe/x9e - /xe3/xbe/x9f - /xe3/xbe/xa0 - /xe3/xbe/xa1 - /xe3/xbe/xa2 - /xe3/xbe/xa3 - /xe3/xbe/xa4 - /xe3/xbe/xa5 - /xe3/xbe/xa6 - /xe3/xbe/xa7 - /xe3/xbe/xa8 - /xe3/xbe/xa9 - /xe3/xbe/xaa - /xe3/xbe/xab - /xe3/xbe/xac - /xe3/xbe/xad - /xe3/xbe/xae - /xe3/xbe/xaf - /xe3/xbe/xb0 - /xe3/xbe/xb1 - /xe3/xbe/xb2 - /xe3/xbe/xb3 - /xe3/xbe/xb4 - /xe3/xbe/xb5 - /xe3/xbe/xb6 - /xe3/xbe/xb7 - /xe3/xbe/xb8 - /xe3/xbe/xb9 - /xe3/xbe/xba - /xe3/xbe/xbb - /xe3/xbe/xbc - /xe3/xbe/xbd - /xe3/xbe/xbe - /xe3/xbe/xbf - /xe3/xbf/x80 - /xe3/xbf/x81 - /xe3/xbf/x82 - /xe3/xbf/x83 - /xe3/xbf/x84 - /xe3/xbf/x85 - /xe3/xbf/x86 - /xe3/xbf/x87 - /xe3/xbf/x88 - /xe3/xbf/x89 - /xe3/xbf/x8a - /xe3/xbf/x8b - /xe3/xbf/x8c - /xe3/xbf/x8d - /xe3/xbf/x8e - /xe3/xbf/x8f - /xe3/xbf/x90 - /xe3/xbf/x91 - /xe3/xbf/x92 - /xe3/xbf/x93 - /xe3/xbf/x94 - /xe3/xbf/x95 - /xe3/xbf/x96 - /xe3/xbf/x97 - /xe3/xbf/x98 - /xe3/xbf/x99 - /xe3/xbf/x9a - /xe3/xbf/x9b - /xe3/xbf/x9c - /xe3/xbf/x9d - /xe3/xbf/x9e - /xe3/xbf/x9f - /xe3/xbf/xa0 - /xe3/xbf/xa1 - /xe3/xbf/xa2 - /xe3/xbf/xa3 - /xe3/xbf/xa4 - /xe3/xbf/xa5 - /xe3/xbf/xa6 - /xe3/xbf/xa7 - /xe3/xbf/xa8 - /xe3/xbf/xa9 - /xe3/xbf/xaa - /xe3/xbf/xab - /xe3/xbf/xac - /xe3/xbf/xad - /xe3/xbf/xae - /xe3/xbf/xaf - /xe3/xbf/xb0 - /xe3/xbf/xb1 - /xe3/xbf/xb2 - /xe3/xbf/xb3 - /xe3/xbf/xb4 - /xe3/xbf/xb5 - /xe3/xbf/xb6 - /xe3/xbf/xb7 - /xe3/xbf/xb8 - /xe3/xbf/xb9 - /xe3/xbf/xba - /xe3/xbf/xbb - /xe3/xbf/xbc - /xe3/xbf/xbd - /xe3/xbf/xbe - /xe3/xbf/xbf - /xe4/x80/x80 - /xe4/x80/x81 - /xe4/x80/x82 - /xe4/x80/x83 - /xe4/x80/x84 - /xe4/x80/x85 - /xe4/x80/x86 - /xe4/x80/x87 - /xe4/x80/x88 - /xe4/x80/x89 - /xe4/x80/x8a - /xe4/x80/x8b - /xe4/x80/x8c - /xe4/x80/x8d - /xe4/x80/x8e - /xe4/x80/x8f - /xe4/x80/x90 - /xe4/x80/x91 - /xe4/x80/x92 - /xe4/x80/x93 - /xe4/x80/x94 - /xe4/x80/x95 - /xe4/x80/x96 - /xe4/x80/x97 - /xe4/x80/x98 - /xe4/x80/x99 - /xe4/x80/x9a - /xe4/x80/x9b - /xe4/x80/x9c - /xe4/x80/x9d - /xe4/x80/x9e - /xe4/x80/x9f - /xe4/x80/xa0 - /xe4/x80/xa1 - /xe4/x80/xa2 - /xe4/x80/xa3 - /xe4/x80/xa4 - /xe4/x80/xa5 - /xe4/x80/xa6 - /xe4/x80/xa7 - /xe4/x80/xa8 - /xe4/x80/xa9 - /xe4/x80/xaa - /xe4/x80/xab - /xe4/x80/xac - /xe4/x80/xad - /xe4/x80/xae - /xe4/x80/xaf - /xe4/x80/xb0 - /xe4/x80/xb1 - /xe4/x80/xb2 - /xe4/x80/xb3 - /xe4/x80/xb4 - /xe4/x80/xb5 - /xe4/x80/xb6 - /xe4/x80/xb7 - /xe4/x80/xb8 - /xe4/x80/xb9 - /xe4/x80/xba - /xe4/x80/xbb - /xe4/x80/xbc - /xe4/x80/xbd - /xe4/x80/xbe - /xe4/x80/xbf - /xe4/x81/x80 - /xe4/x81/x81 - /xe4/x81/x82 - /xe4/x81/x83 - /xe4/x81/x84 - /xe4/x81/x85 - /xe4/x81/x86 - /xe4/x81/x87 - /xe4/x81/x88 - /xe4/x81/x89 - /xe4/x81/x8a - /xe4/x81/x8b - /xe4/x81/x8c - /xe4/x81/x8d - /xe4/x81/x8e - /xe4/x81/x8f - /xe4/x81/x90 - /xe4/x81/x91 - /xe4/x81/x92 - /xe4/x81/x93 - /xe4/x81/x94 - /xe4/x81/x95 - /xe4/x81/x96 - /xe4/x81/x97 - /xe4/x81/x98 - /xe4/x81/x99 - /xe4/x81/x9a - /xe4/x81/x9b - /xe4/x81/x9c - /xe4/x81/x9d - /xe4/x81/x9e - /xe4/x81/x9f - /xe4/x81/xa0 - /xe4/x81/xa1 - /xe4/x81/xa2 - /xe4/x81/xa3 - /xe4/x81/xa4 - /xe4/x81/xa5 - /xe4/x81/xa6 - /xe4/x81/xa7 - /xe4/x81/xa8 - /xe4/x81/xa9 - /xe4/x81/xaa - /xe4/x81/xab - /xe4/x81/xac - /xe4/x81/xad - /xe4/x81/xae - /xe4/x81/xaf - /xe4/x81/xb0 - /xe4/x81/xb1 - /xe4/x81/xb2 - /xe4/x81/xb3 - /xe4/x81/xb4 - /xe4/x81/xb5 - /xe4/x81/xb6 - /xe4/x81/xb7 - /xe4/x81/xb8 - /xe4/x81/xb9 - /xe4/x81/xba - /xe4/x81/xbb - /xe4/x81/xbc - /xe4/x81/xbd - /xe4/x81/xbe - /xe4/x81/xbf - /xe4/x82/x80 - /xe4/x82/x81 - /xe4/x82/x82 - /xe4/x82/x83 - /xe4/x82/x84 - /xe4/x82/x85 - /xe4/x82/x86 - /xe4/x82/x87 - /xe4/x82/x88 - /xe4/x82/x89 - /xe4/x82/x8a - /xe4/x82/x8b - /xe4/x82/x8c - /xe4/x82/x8d - /xe4/x82/x8e - /xe4/x82/x8f - /xe4/x82/x90 - /xe4/x82/x91 - /xe4/x82/x92 - /xe4/x82/x93 - /xe4/x82/x94 - /xe4/x82/x95 - /xe4/x82/x96 - /xe4/x82/x97 - /xe4/x82/x98 - /xe4/x82/x99 - /xe4/x82/x9a - /xe4/x82/x9b - /xe4/x82/x9c - /xe4/x82/x9d - /xe4/x82/x9e - /xe4/x82/x9f - /xe4/x82/xa0 - /xe4/x82/xa1 - /xe4/x82/xa2 - /xe4/x82/xa3 - /xe4/x82/xa4 - /xe4/x82/xa5 - /xe4/x82/xa6 - /xe4/x82/xa7 - /xe4/x82/xa8 - /xe4/x82/xa9 - /xe4/x82/xaa - /xe4/x82/xab - /xe4/x82/xac - /xe4/x82/xad - /xe4/x82/xae - /xe4/x82/xaf - /xe4/x82/xb0 - /xe4/x82/xb1 - /xe4/x82/xb2 - /xe4/x82/xb3 - /xe4/x82/xb4 - /xe4/x82/xb5 - /xe4/x82/xb6 - /xe4/x82/xb7 - /xe4/x82/xb8 - /xe4/x82/xb9 - /xe4/x82/xba - /xe4/x82/xbb - /xe4/x82/xbc - /xe4/x82/xbd - /xe4/x82/xbe - /xe4/x82/xbf - /xe4/x83/x80 - /xe4/x83/x81 - /xe4/x83/x82 - /xe4/x83/x83 - /xe4/x83/x84 - /xe4/x83/x85 - /xe4/x83/x86 - /xe4/x83/x87 - /xe4/x83/x88 - /xe4/x83/x89 - /xe4/x83/x8a - /xe4/x83/x8b - /xe4/x83/x8c - /xe4/x83/x8d - /xe4/x83/x8e - /xe4/x83/x8f - /xe4/x83/x90 - /xe4/x83/x91 - /xe4/x83/x92 - /xe4/x83/x93 - /xe4/x83/x94 - /xe4/x83/x95 - /xe4/x83/x96 - /xe4/x83/x97 - /xe4/x83/x98 - /xe4/x83/x99 - /xe4/x83/x9a - /xe4/x83/x9b - /xe4/x83/x9c - /xe4/x83/x9d - /xe4/x83/x9e - /xe4/x83/x9f - /xe4/x83/xa0 - /xe4/x83/xa1 - /xe4/x83/xa2 - /xe4/x83/xa3 - /xe4/x83/xa4 - /xe4/x83/xa5 - /xe4/x83/xa6 - /xe4/x83/xa7 - /xe4/x83/xa8 - /xe4/x83/xa9 - /xe4/x83/xaa - /xe4/x83/xab - /xe4/x83/xac - /xe4/x83/xad - /xe4/x83/xae - /xe4/x83/xaf - /xe4/x83/xb0 - /xe4/x83/xb1 - /xe4/x83/xb2 - /xe4/x83/xb3 - /xe4/x83/xb4 - /xe4/x83/xb5 - /xe4/x83/xb6 - /xe4/x83/xb7 - /xe4/x83/xb8 - /xe4/x83/xb9 - /xe4/x83/xba - /xe4/x83/xbb - /xe4/x83/xbc - /xe4/x83/xbd - /xe4/x83/xbe - /xe4/x83/xbf - /xe4/x84/x80 - /xe4/x84/x81 - /xe4/x84/x82 - /xe4/x84/x83 - /xe4/x84/x84 - /xe4/x84/x85 - /xe4/x84/x86 - /xe4/x84/x87 - /xe4/x84/x88 - /xe4/x84/x89 - /xe4/x84/x8a - /xe4/x84/x8b - /xe4/x84/x8c - /xe4/x84/x8d - /xe4/x84/x8e - /xe4/x84/x8f - /xe4/x84/x90 - /xe4/x84/x91 - /xe4/x84/x92 - /xe4/x84/x93 - /xe4/x84/x94 - /xe4/x84/x95 - /xe4/x84/x96 - /xe4/x84/x97 - /xe4/x84/x98 - /xe4/x84/x99 - /xe4/x84/x9a - /xe4/x84/x9b - /xe4/x84/x9c - /xe4/x84/x9d - /xe4/x84/x9e - /xe4/x84/x9f - /xe4/x84/xa0 - /xe4/x84/xa1 - /xe4/x84/xa2 - /xe4/x84/xa3 - /xe4/x84/xa4 - /xe4/x84/xa5 - /xe4/x84/xa6 - /xe4/x84/xa7 - /xe4/x84/xa8 - /xe4/x84/xa9 - /xe4/x84/xaa - /xe4/x84/xab - /xe4/x84/xac - /xe4/x84/xad - /xe4/x84/xae - /xe4/x84/xaf - /xe4/x84/xb0 - /xe4/x84/xb1 - /xe4/x84/xb2 - /xe4/x84/xb3 - /xe4/x84/xb4 - /xe4/x84/xb5 - /xe4/x84/xb6 - /xe4/x84/xb7 - /xe4/x84/xb8 - /xe4/x84/xb9 - /xe4/x84/xba - /xe4/x84/xbb - /xe4/x84/xbc - /xe4/x84/xbd - /xe4/x84/xbe - /xe4/x84/xbf - /xe4/x85/x80 - /xe4/x85/x81 - /xe4/x85/x82 - /xe4/x85/x83 - /xe4/x85/x84 - /xe4/x85/x85 - /xe4/x85/x86 - /xe4/x85/x87 - /xe4/x85/x88 - /xe4/x85/x89 - /xe4/x85/x8a - /xe4/x85/x8b - /xe4/x85/x8c - /xe4/x85/x8d - /xe4/x85/x8e - /xe4/x85/x8f - /xe4/x85/x90 - /xe4/x85/x91 - /xe4/x85/x92 - /xe4/x85/x93 - /xe4/x85/x94 - /xe4/x85/x95 - /xe4/x85/x96 - /xe4/x85/x97 - /xe4/x85/x98 - /xe4/x85/x99 - /xe4/x85/x9a - /xe4/x85/x9b - /xe4/x85/x9c - /xe4/x85/x9d - /xe4/x85/x9e - /xe4/x85/x9f - /xe4/x85/xa0 - /xe4/x85/xa1 - /xe4/x85/xa2 - /xe4/x85/xa3 - /xe4/x85/xa4 - /xe4/x85/xa5 - /xe4/x85/xa6 - /xe4/x85/xa7 - /xe4/x85/xa8 - /xe4/x85/xa9 - /xe4/x85/xaa - /xe4/x85/xab - /xe4/x85/xac - /xe4/x85/xad - /xe4/x85/xae - /xe4/x85/xaf - /xe4/x85/xb0 - /xe4/x85/xb1 - /xe4/x85/xb2 - /xe4/x85/xb3 - /xe4/x85/xb4 - /xe4/x85/xb5 - /xe4/x85/xb6 - /xe4/x85/xb7 - /xe4/x85/xb8 - /xe4/x85/xb9 - /xe4/x85/xba - /xe4/x85/xbb - /xe4/x85/xbc - /xe4/x85/xbd - /xe4/x85/xbe - /xe4/x85/xbf - /xe4/x86/x80 - /xe4/x86/x81 - /xe4/x86/x82 - /xe4/x86/x83 - /xe4/x86/x84 - /xe4/x86/x85 - /xe4/x86/x86 - /xe4/x86/x87 - /xe4/x86/x88 - /xe4/x86/x89 - /xe4/x86/x8a - /xe4/x86/x8b - /xe4/x86/x8c - /xe4/x86/x8d - /xe4/x86/x8e - /xe4/x86/x8f - /xe4/x86/x90 - /xe4/x86/x91 - /xe4/x86/x92 - /xe4/x86/x93 - /xe4/x86/x94 - /xe4/x86/x95 - /xe4/x86/x96 - /xe4/x86/x97 - /xe4/x86/x98 - /xe4/x86/x99 - /xe4/x86/x9a - /xe4/x86/x9b - /xe4/x86/x9c - /xe4/x86/x9d - /xe4/x86/x9e - /xe4/x86/x9f - /xe4/x86/xa0 - /xe4/x86/xa1 - /xe4/x86/xa2 - /xe4/x86/xa3 - /xe4/x86/xa4 - /xe4/x86/xa5 - /xe4/x86/xa6 - /xe4/x86/xa7 - /xe4/x86/xa8 - /xe4/x86/xa9 - /xe4/x86/xaa - /xe4/x86/xab - /xe4/x86/xac - /xe4/x86/xad - /xe4/x86/xae - /xe4/x86/xaf - /xe4/x86/xb0 - /xe4/x86/xb1 - /xe4/x86/xb2 - /xe4/x86/xb3 - /xe4/x86/xb4 - /xe4/x86/xb5 - /xe4/x86/xb6 - /xe4/x86/xb7 - /xe4/x86/xb8 - /xe4/x86/xb9 - /xe4/x86/xba - /xe4/x86/xbb - /xe4/x86/xbc - /xe4/x86/xbd - /xe4/x86/xbe - /xe4/x86/xbf - /xe4/x87/x80 - /xe4/x87/x81 - /xe4/x87/x82 - /xe4/x87/x83 - /xe4/x87/x84 - /xe4/x87/x85 - /xe4/x87/x86 - /xe4/x87/x87 - /xe4/x87/x88 - /xe4/x87/x89 - /xe4/x87/x8a - /xe4/x87/x8b - /xe4/x87/x8c - /xe4/x87/x8d - /xe4/x87/x8e - /xe4/x87/x8f - /xe4/x87/x90 - /xe4/x87/x91 - /xe4/x87/x92 - /xe4/x87/x93 - /xe4/x87/x94 - /xe4/x87/x95 - /xe4/x87/x96 - /xe4/x87/x97 - /xe4/x87/x98 - /xe4/x87/x99 - /xe4/x87/x9a - /xe4/x87/x9b - /xe4/x87/x9c - /xe4/x87/x9d - /xe4/x87/x9e - /xe4/x87/x9f - /xe4/x87/xa0 - /xe4/x87/xa1 - /xe4/x87/xa2 - /xe4/x87/xa3 - /xe4/x87/xa4 - /xe4/x87/xa5 - /xe4/x87/xa6 - /xe4/x87/xa7 - /xe4/x87/xa8 - /xe4/x87/xa9 - /xe4/x87/xaa - /xe4/x87/xab - /xe4/x87/xac - /xe4/x87/xad - /xe4/x87/xae - /xe4/x87/xaf - /xe4/x87/xb0 - /xe4/x87/xb1 - /xe4/x87/xb2 - /xe4/x87/xb3 - /xe4/x87/xb4 - /xe4/x87/xb5 - /xe4/x87/xb6 - /xe4/x87/xb7 - /xe4/x87/xb8 - /xe4/x87/xb9 - /xe4/x87/xba - /xe4/x87/xbb - /xe4/x87/xbc - /xe4/x87/xbd - /xe4/x87/xbe - /xe4/x87/xbf - /xe4/x88/x80 - /xe4/x88/x81 - /xe4/x88/x82 - /xe4/x88/x83 - /xe4/x88/x84 - /xe4/x88/x85 - /xe4/x88/x86 - /xe4/x88/x87 - /xe4/x88/x88 - /xe4/x88/x89 - /xe4/x88/x8a - /xe4/x88/x8b - /xe4/x88/x8c - /xe4/x88/x8d - /xe4/x88/x8e - /xe4/x88/x8f - /xe4/x88/x90 - /xe4/x88/x91 - /xe4/x88/x92 - /xe4/x88/x93 - /xe4/x88/x94 - /xe4/x88/x95 - /xe4/x88/x96 - /xe4/x88/x97 - /xe4/x88/x98 - /xe4/x88/x99 - /xe4/x88/x9a - /xe4/x88/x9b - /xe4/x88/x9c - /xe4/x88/x9d - /xe4/x88/x9e - /xe4/x88/x9f - /xe4/x88/xa0 - /xe4/x88/xa1 - /xe4/x88/xa2 - /xe4/x88/xa3 - /xe4/x88/xa4 - /xe4/x88/xa5 - /xe4/x88/xa6 - /xe4/x88/xa7 - /xe4/x88/xa8 - /xe4/x88/xa9 - /xe4/x88/xaa - /xe4/x88/xab - /xe4/x88/xac - /xe4/x88/xad - /xe4/x88/xae - /xe4/x88/xaf - /xe4/x88/xb0 - /xe4/x88/xb1 - /xe4/x88/xb2 - /xe4/x88/xb3 - /xe4/x88/xb4 - /xe4/x88/xb5 - /xe4/x88/xb6 - /xe4/x88/xb7 - /xe4/x88/xb8 - /xe4/x88/xb9 - /xe4/x88/xba - /xe4/x88/xbb - /xe4/x88/xbc - /xe4/x88/xbd - /xe4/x88/xbe - /xe4/x88/xbf - /xe4/x89/x80 - /xe4/x89/x81 - /xe4/x89/x82 - /xe4/x89/x83 - /xe4/x89/x84 - /xe4/x89/x85 - /xe4/x89/x86 - /xe4/x89/x87 - /xe4/x89/x88 - /xe4/x89/x89 - /xe4/x89/x8a - /xe4/x89/x8b - /xe4/x89/x8c - /xe4/x89/x8d - /xe4/x89/x8e - /xe4/x89/x8f - /xe4/x89/x90 - /xe4/x89/x91 - /xe4/x89/x92 - /xe4/x89/x93 - /xe4/x89/x94 - /xe4/x89/x95 - /xe4/x89/x96 - /xe4/x89/x97 - /xe4/x89/x98 - /xe4/x89/x99 - /xe4/x89/x9a - /xe4/x89/x9b - /xe4/x89/x9c - /xe4/x89/x9d - /xe4/x89/x9e - /xe4/x89/x9f - /xe4/x89/xa0 - /xe4/x89/xa1 - /xe4/x89/xa2 - /xe4/x89/xa3 - /xe4/x89/xa4 - /xe4/x89/xa5 - /xe4/x89/xa6 - /xe4/x89/xa7 - /xe4/x89/xa8 - /xe4/x89/xa9 - /xe4/x89/xaa - /xe4/x89/xab - /xe4/x89/xac - /xe4/x89/xad - /xe4/x89/xae - /xe4/x89/xaf - /xe4/x89/xb0 - /xe4/x89/xb1 - /xe4/x89/xb2 - /xe4/x89/xb3 - /xe4/x89/xb4 - /xe4/x89/xb5 - /xe4/x89/xb6 - /xe4/x89/xb7 - /xe4/x89/xb8 - /xe4/x89/xb9 - /xe4/x89/xba - /xe4/x89/xbb - /xe4/x89/xbc - /xe4/x89/xbd - /xe4/x89/xbe - /xe4/x89/xbf - /xe4/x8a/x80 - /xe4/x8a/x81 - /xe4/x8a/x82 - /xe4/x8a/x83 - /xe4/x8a/x84 - /xe4/x8a/x85 - /xe4/x8a/x86 - /xe4/x8a/x87 - /xe4/x8a/x88 - /xe4/x8a/x89 - /xe4/x8a/x8a - /xe4/x8a/x8b - /xe4/x8a/x8c - /xe4/x8a/x8d - /xe4/x8a/x8e - /xe4/x8a/x8f - /xe4/x8a/x90 - /xe4/x8a/x91 - /xe4/x8a/x92 - /xe4/x8a/x93 - /xe4/x8a/x94 - /xe4/x8a/x95 - /xe4/x8a/x96 - /xe4/x8a/x97 - /xe4/x8a/x98 - /xe4/x8a/x99 - /xe4/x8a/x9a - /xe4/x8a/x9b - /xe4/x8a/x9c - /xe4/x8a/x9d - /xe4/x8a/x9e - /xe4/x8a/x9f - /xe4/x8a/xa0 - /xe4/x8a/xa1 - /xe4/x8a/xa2 - /xe4/x8a/xa3 - /xe4/x8a/xa4 - /xe4/x8a/xa5 - /xe4/x8a/xa6 - /xe4/x8a/xa7 - /xe4/x8a/xa8 - /xe4/x8a/xa9 - /xe4/x8a/xaa - /xe4/x8a/xab - /xe4/x8a/xac - /xe4/x8a/xad - /xe4/x8a/xae - /xe4/x8a/xaf - /xe4/x8a/xb0 - /xe4/x8a/xb1 - /xe4/x8a/xb2 - /xe4/x8a/xb3 - /xe4/x8a/xb4 - /xe4/x8a/xb5 - /xe4/x8a/xb6 - /xe4/x8a/xb7 - /xe4/x8a/xb8 - /xe4/x8a/xb9 - /xe4/x8a/xba - /xe4/x8a/xbb - /xe4/x8a/xbc - /xe4/x8a/xbd - /xe4/x8a/xbe - /xe4/x8a/xbf - /xe4/x8b/x80 - /xe4/x8b/x81 - /xe4/x8b/x82 - /xe4/x8b/x83 - /xe4/x8b/x84 - /xe4/x8b/x85 - /xe4/x8b/x86 - /xe4/x8b/x87 - /xe4/x8b/x88 - /xe4/x8b/x89 - /xe4/x8b/x8a - /xe4/x8b/x8b - /xe4/x8b/x8c - /xe4/x8b/x8d - /xe4/x8b/x8e - /xe4/x8b/x8f - /xe4/x8b/x90 - /xe4/x8b/x91 - /xe4/x8b/x92 - /xe4/x8b/x93 - /xe4/x8b/x94 - /xe4/x8b/x95 - /xe4/x8b/x96 - /xe4/x8b/x97 - /xe4/x8b/x98 - /xe4/x8b/x99 - /xe4/x8b/x9a - /xe4/x8b/x9b - /xe4/x8b/x9c - /xe4/x8b/x9d - /xe4/x8b/x9e - /xe4/x8b/x9f - /xe4/x8b/xa0 - /xe4/x8b/xa1 - /xe4/x8b/xa2 - /xe4/x8b/xa3 - /xe4/x8b/xa4 - /xe4/x8b/xa5 - /xe4/x8b/xa6 - /xe4/x8b/xa7 - /xe4/x8b/xa8 - /xe4/x8b/xa9 - /xe4/x8b/xaa - /xe4/x8b/xab - /xe4/x8b/xac - /xe4/x8b/xad - /xe4/x8b/xae - /xe4/x8b/xaf - /xe4/x8b/xb0 - /xe4/x8b/xb1 - /xe4/x8b/xb2 - /xe4/x8b/xb3 - /xe4/x8b/xb4 - /xe4/x8b/xb5 - /xe4/x8b/xb6 - /xe4/x8b/xb7 - /xe4/x8b/xb8 - /xe4/x8b/xb9 - /xe4/x8b/xba - /xe4/x8b/xbb - /xe4/x8b/xbc - /xe4/x8b/xbd - /xe4/x8b/xbe - /xe4/x8b/xbf - /xe4/x8c/x80 - /xe4/x8c/x81 - /xe4/x8c/x82 - /xe4/x8c/x83 - /xe4/x8c/x84 - /xe4/x8c/x85 - /xe4/x8c/x86 - /xe4/x8c/x87 - /xe4/x8c/x88 - /xe4/x8c/x89 - /xe4/x8c/x8a - /xe4/x8c/x8b - /xe4/x8c/x8c - /xe4/x8c/x8d - /xe4/x8c/x8e - /xe4/x8c/x8f - /xe4/x8c/x90 - /xe4/x8c/x91 - /xe4/x8c/x92 - /xe4/x8c/x93 - /xe4/x8c/x94 - /xe4/x8c/x95 - /xe4/x8c/x96 - /xe4/x8c/x97 - /xe4/x8c/x98 - /xe4/x8c/x99 - /xe4/x8c/x9a - /xe4/x8c/x9b - /xe4/x8c/x9c - /xe4/x8c/x9d - /xe4/x8c/x9e - /xe4/x8c/x9f - /xe4/x8c/xa0 - /xe4/x8c/xa1 - /xe4/x8c/xa2 - /xe4/x8c/xa3 - /xe4/x8c/xa4 - /xe4/x8c/xa5 - /xe4/x8c/xa6 - /xe4/x8c/xa7 - /xe4/x8c/xa8 - /xe4/x8c/xa9 - /xe4/x8c/xaa - /xe4/x8c/xab - /xe4/x8c/xac - /xe4/x8c/xad - /xe4/x8c/xae - /xe4/x8c/xaf - /xe4/x8c/xb0 - /xe4/x8c/xb1 - /xe4/x8c/xb2 - /xe4/x8c/xb3 - /xe4/x8c/xb4 - /xe4/x8c/xb5 - /xe4/x8c/xb6 - /xe4/x8c/xb7 - /xe4/x8c/xb8 - /xe4/x8c/xb9 - /xe4/x8c/xba - /xe4/x8c/xbb - /xe4/x8c/xbc - /xe4/x8c/xbd - /xe4/x8c/xbe - /xe4/x8c/xbf - /xe4/x8d/x80 - /xe4/x8d/x81 - /xe4/x8d/x82 - /xe4/x8d/x83 - /xe4/x8d/x84 - /xe4/x8d/x85 - /xe4/x8d/x86 - /xe4/x8d/x87 - /xe4/x8d/x88 - /xe4/x8d/x89 - /xe4/x8d/x8a - /xe4/x8d/x8b - /xe4/x8d/x8c - /xe4/x8d/x8d - /xe4/x8d/x8e - /xe4/x8d/x8f - /xe4/x8d/x90 - /xe4/x8d/x91 - /xe4/x8d/x92 - /xe4/x8d/x93 - /xe4/x8d/x94 - /xe4/x8d/x95 - /xe4/x8d/x96 - /xe4/x8d/x97 - /xe4/x8d/x98 - /xe4/x8d/x99 - /xe4/x8d/x9a - /xe4/x8d/x9b - /xe4/x8d/x9c - /xe4/x8d/x9d - /xe4/x8d/x9e - /xe4/x8d/x9f - /xe4/x8d/xa0 - /xe4/x8d/xa1 - /xe4/x8d/xa2 - /xe4/x8d/xa3 - /xe4/x8d/xa4 - /xe4/x8d/xa5 - /xe4/x8d/xa6 - /xe4/x8d/xa7 - /xe4/x8d/xa8 - /xe4/x8d/xa9 - /xe4/x8d/xaa - /xe4/x8d/xab - /xe4/x8d/xac - /xe4/x8d/xad - /xe4/x8d/xae - /xe4/x8d/xaf - /xe4/x8d/xb0 - /xe4/x8d/xb1 - /xe4/x8d/xb2 - /xe4/x8d/xb3 - /xe4/x8d/xb4 - /xe4/x8d/xb5 - /xe4/x8d/xb6 - /xe4/x8d/xb7 - /xe4/x8d/xb8 - /xe4/x8d/xb9 - /xe4/x8d/xba - /xe4/x8d/xbb - /xe4/x8d/xbc - /xe4/x8d/xbd - /xe4/x8d/xbe - /xe4/x8d/xbf - /xe4/x8e/x80 - /xe4/x8e/x81 - /xe4/x8e/x82 - /xe4/x8e/x83 - /xe4/x8e/x84 - /xe4/x8e/x85 - /xe4/x8e/x86 - /xe4/x8e/x87 - /xe4/x8e/x88 - /xe4/x8e/x89 - /xe4/x8e/x8a - /xe4/x8e/x8b - /xe4/x8e/x8c - /xe4/x8e/x8d - /xe4/x8e/x8e - /xe4/x8e/x8f - /xe4/x8e/x90 - /xe4/x8e/x91 - /xe4/x8e/x92 - /xe4/x8e/x93 - /xe4/x8e/x94 - /xe4/x8e/x95 - /xe4/x8e/x96 - /xe4/x8e/x97 - /xe4/x8e/x98 - /xe4/x8e/x99 - /xe4/x8e/x9a - /xe4/x8e/x9b - /xe4/x8e/x9c - /xe4/x8e/x9d - /xe4/x8e/x9e - /xe4/x8e/x9f - /xe4/x8e/xa0 - /xe4/x8e/xa1 - /xe4/x8e/xa2 - /xe4/x8e/xa3 - /xe4/x8e/xa4 - /xe4/x8e/xa5 - /xe4/x8e/xa6 - /xe4/x8e/xa7 - /xe4/x8e/xa8 - /xe4/x8e/xa9 - /xe4/x8e/xaa - /xe4/x8e/xab - /xe4/x8e/xac - /xe4/x8e/xad - /xe4/x8e/xae - /xe4/x8e/xaf - /xe4/x8e/xb0 - /xe4/x8e/xb1 - /xe4/x8e/xb2 - /xe4/x8e/xb3 - /xe4/x8e/xb4 - /xe4/x8e/xb5 - /xe4/x8e/xb6 - /xe4/x8e/xb7 - /xe4/x8e/xb8 - /xe4/x8e/xb9 - /xe4/x8e/xba - /xe4/x8e/xbb - /xe4/x8e/xbc - /xe4/x8e/xbd - /xe4/x8e/xbe - /xe4/x8e/xbf - /xe4/x8f/x80 - /xe4/x8f/x81 - /xe4/x8f/x82 - /xe4/x8f/x83 - /xe4/x8f/x84 - /xe4/x8f/x85 - /xe4/x8f/x86 - /xe4/x8f/x87 - /xe4/x8f/x88 - /xe4/x8f/x89 - /xe4/x8f/x8a - /xe4/x8f/x8b - /xe4/x8f/x8c - /xe4/x8f/x8d - /xe4/x8f/x8e - /xe4/x8f/x8f - /xe4/x8f/x90 - /xe4/x8f/x91 - /xe4/x8f/x92 - /xe4/x8f/x93 - /xe4/x8f/x94 - /xe4/x8f/x95 - /xe4/x8f/x96 - /xe4/x8f/x97 - /xe4/x8f/x98 - /xe4/x8f/x99 - /xe4/x8f/x9a - /xe4/x8f/x9b - /xe4/x8f/x9c - /xe4/x8f/x9d - /xe4/x8f/x9e - /xe4/x8f/x9f - /xe4/x8f/xa0 - /xe4/x8f/xa1 - /xe4/x8f/xa2 - /xe4/x8f/xa3 - /xe4/x8f/xa4 - /xe4/x8f/xa5 - /xe4/x8f/xa6 - /xe4/x8f/xa7 - /xe4/x8f/xa8 - /xe4/x8f/xa9 - /xe4/x8f/xaa - /xe4/x8f/xab - /xe4/x8f/xac - /xe4/x8f/xad - /xe4/x8f/xae - /xe4/x8f/xaf - /xe4/x8f/xb0 - /xe4/x8f/xb1 - /xe4/x8f/xb2 - /xe4/x8f/xb3 - /xe4/x8f/xb4 - /xe4/x8f/xb5 - /xe4/x8f/xb6 - /xe4/x8f/xb7 - /xe4/x8f/xb8 - /xe4/x8f/xb9 - /xe4/x8f/xba - /xe4/x8f/xbb - /xe4/x8f/xbc - /xe4/x8f/xbd - /xe4/x8f/xbe - /xe4/x8f/xbf - /xe4/x90/x80 - /xe4/x90/x81 - /xe4/x90/x82 - /xe4/x90/x83 - /xe4/x90/x84 - /xe4/x90/x85 - /xe4/x90/x86 - /xe4/x90/x87 - /xe4/x90/x88 - /xe4/x90/x89 - /xe4/x90/x8a - /xe4/x90/x8b - /xe4/x90/x8c - /xe4/x90/x8d - /xe4/x90/x8e - /xe4/x90/x8f - /xe4/x90/x90 - /xe4/x90/x91 - /xe4/x90/x92 - /xe4/x90/x93 - /xe4/x90/x94 - /xe4/x90/x95 - /xe4/x90/x96 - /xe4/x90/x97 - /xe4/x90/x98 - /xe4/x90/x99 - /xe4/x90/x9a - /xe4/x90/x9b - /xe4/x90/x9c - /xe4/x90/x9d - /xe4/x90/x9e - /xe4/x90/x9f - /xe4/x90/xa0 - /xe4/x90/xa1 - /xe4/x90/xa2 - /xe4/x90/xa3 - /xe4/x90/xa4 - /xe4/x90/xa5 - /xe4/x90/xa6 - /xe4/x90/xa7 - /xe4/x90/xa8 - /xe4/x90/xa9 - /xe4/x90/xaa - /xe4/x90/xab - /xe4/x90/xac - /xe4/x90/xad - /xe4/x90/xae - /xe4/x90/xaf - /xe4/x90/xb0 - /xe4/x90/xb1 - /xe4/x90/xb2 - /xe4/x90/xb3 - /xe4/x90/xb4 - /xe4/x90/xb5 - /xe4/x90/xb6 - /xe4/x90/xb7 - /xe4/x90/xb8 - /xe4/x90/xb9 - /xe4/x90/xba - /xe4/x90/xbb - /xe4/x90/xbc - /xe4/x90/xbd - /xe4/x90/xbe - /xe4/x90/xbf - /xe4/x91/x80 - /xe4/x91/x81 - /xe4/x91/x82 - /xe4/x91/x83 - /xe4/x91/x84 - /xe4/x91/x85 - /xe4/x91/x86 - /xe4/x91/x87 - /xe4/x91/x88 - /xe4/x91/x89 - /xe4/x91/x8a - /xe4/x91/x8b - /xe4/x91/x8c - /xe4/x91/x8d - /xe4/x91/x8e - /xe4/x91/x8f - /xe4/x91/x90 - /xe4/x91/x91 - /xe4/x91/x92 - /xe4/x91/x93 - /xe4/x91/x94 - /xe4/x91/x95 - /xe4/x91/x96 - /xe4/x91/x97 - /xe4/x91/x98 - /xe4/x91/x99 - /xe4/x91/x9a - /xe4/x91/x9b - /xe4/x91/x9c - /xe4/x91/x9d - /xe4/x91/x9e - /xe4/x91/x9f - /xe4/x91/xa0 - /xe4/x91/xa1 - /xe4/x91/xa2 - /xe4/x91/xa3 - /xe4/x91/xa4 - /xe4/x91/xa5 - /xe4/x91/xa6 - /xe4/x91/xa7 - /xe4/x91/xa8 - /xe4/x91/xa9 - /xe4/x91/xaa - /xe4/x91/xab - /xe4/x91/xac - /xe4/x91/xad - /xe4/x91/xae - /xe4/x91/xaf - /xe4/x91/xb0 - /xe4/x91/xb1 - /xe4/x91/xb2 - /xe4/x91/xb3 - /xe4/x91/xb4 - /xe4/x91/xb5 - /xe4/x91/xb6 - /xe4/x91/xb7 - /xe4/x91/xb8 - /xe4/x91/xb9 - /xe4/x91/xba - /xe4/x91/xbb - /xe4/x91/xbc - /xe4/x91/xbd - /xe4/x91/xbe - /xe4/x91/xbf - /xe4/x92/x80 - /xe4/x92/x81 - /xe4/x92/x82 - /xe4/x92/x83 - /xe4/x92/x84 - /xe4/x92/x85 - /xe4/x92/x86 - /xe4/x92/x87 - /xe4/x92/x88 - /xe4/x92/x89 - /xe4/x92/x8a - /xe4/x92/x8b - /xe4/x92/x8c - /xe4/x92/x8d - /xe4/x92/x8e - /xe4/x92/x8f - /xe4/x92/x90 - /xe4/x92/x91 - /xe4/x92/x92 - /xe4/x92/x93 - /xe4/x92/x94 - /xe4/x92/x95 - /xe4/x92/x96 - /xe4/x92/x97 - /xe4/x92/x98 - /xe4/x92/x99 - /xe4/x92/x9a - /xe4/x92/x9b - /xe4/x92/x9c - /xe4/x92/x9d - /xe4/x92/x9e - /xe4/x92/x9f - /xe4/x92/xa0 - /xe4/x92/xa1 - /xe4/x92/xa2 - /xe4/x92/xa3 - /xe4/x92/xa4 - /xe4/x92/xa5 - /xe4/x92/xa6 - /xe4/x92/xa7 - /xe4/x92/xa8 - /xe4/x92/xa9 - /xe4/x92/xaa - /xe4/x92/xab - /xe4/x92/xac - /xe4/x92/xad - /xe4/x92/xae - /xe4/x92/xaf - /xe4/x92/xb0 - /xe4/x92/xb1 - /xe4/x92/xb2 - /xe4/x92/xb3 - /xe4/x92/xb4 - /xe4/x92/xb5 - /xe4/x92/xb6 - /xe4/x92/xb7 - /xe4/x92/xb8 - /xe4/x92/xb9 - /xe4/x92/xba - /xe4/x92/xbb - /xe4/x92/xbc - /xe4/x92/xbd - /xe4/x92/xbe - /xe4/x92/xbf - /xe4/x93/x80 - /xe4/x93/x81 - /xe4/x93/x82 - /xe4/x93/x83 - /xe4/x93/x84 - /xe4/x93/x85 - /xe4/x93/x86 - /xe4/x93/x87 - /xe4/x93/x88 - /xe4/x93/x89 - /xe4/x93/x8a - /xe4/x93/x8b - /xe4/x93/x8c - /xe4/x93/x8d - /xe4/x93/x8e - /xe4/x93/x8f - /xe4/x93/x90 - /xe4/x93/x91 - /xe4/x93/x92 - /xe4/x93/x93 - /xe4/x93/x94 - /xe4/x93/x95 - /xe4/x93/x96 - /xe4/x93/x97 - /xe4/x93/x98 - /xe4/x93/x99 - /xe4/x93/x9a - /xe4/x93/x9b - /xe4/x93/x9c - /xe4/x93/x9d - /xe4/x93/x9e - /xe4/x93/x9f - /xe4/x93/xa0 - /xe4/x93/xa1 - /xe4/x93/xa2 - /xe4/x93/xa3 - /xe4/x93/xa4 - /xe4/x93/xa5 - /xe4/x93/xa6 - /xe4/x93/xa7 - /xe4/x93/xa8 - /xe4/x93/xa9 - /xe4/x93/xaa - /xe4/x93/xab - /xe4/x93/xac - /xe4/x93/xad - /xe4/x93/xae - /xe4/x93/xaf - /xe4/x93/xb0 - /xe4/x93/xb1 - /xe4/x93/xb2 - /xe4/x93/xb3 - /xe4/x93/xb4 - /xe4/x93/xb5 - /xe4/x93/xb6 - /xe4/x93/xb7 - /xe4/x93/xb8 - /xe4/x93/xb9 - /xe4/x93/xba - /xe4/x93/xbb - /xe4/x93/xbc - /xe4/x93/xbd - /xe4/x93/xbe - /xe4/x93/xbf - /xe4/x94/x80 - /xe4/x94/x81 - /xe4/x94/x82 - /xe4/x94/x83 - /xe4/x94/x84 - /xe4/x94/x85 - /xe4/x94/x86 - /xe4/x94/x87 - /xe4/x94/x88 - /xe4/x94/x89 - /xe4/x94/x8a - /xe4/x94/x8b - /xe4/x94/x8c - /xe4/x94/x8d - /xe4/x94/x8e - /xe4/x94/x8f - /xe4/x94/x90 - /xe4/x94/x91 - /xe4/x94/x92 - /xe4/x94/x93 - /xe4/x94/x94 - /xe4/x94/x95 - /xe4/x94/x96 - /xe4/x94/x97 - /xe4/x94/x98 - /xe4/x94/x99 - /xe4/x94/x9a - /xe4/x94/x9b - /xe4/x94/x9c - /xe4/x94/x9d - /xe4/x94/x9e - /xe4/x94/x9f - /xe4/x94/xa0 - /xe4/x94/xa1 - /xe4/x94/xa2 - /xe4/x94/xa3 - /xe4/x94/xa4 - /xe4/x94/xa5 - /xe4/x94/xa6 - /xe4/x94/xa7 - /xe4/x94/xa8 - /xe4/x94/xa9 - /xe4/x94/xaa - /xe4/x94/xab - /xe4/x94/xac - /xe4/x94/xad - /xe4/x94/xae - /xe4/x94/xaf - /xe4/x94/xb0 - /xe4/x94/xb1 - /xe4/x94/xb2 - /xe4/x94/xb3 - /xe4/x94/xb4 - /xe4/x94/xb5 - /xe4/x94/xb6 - /xe4/x94/xb7 - /xe4/x94/xb8 - /xe4/x94/xb9 - /xe4/x94/xba - /xe4/x94/xbb - /xe4/x94/xbc - /xe4/x94/xbd - /xe4/x94/xbe - /xe4/x94/xbf - /xe4/x95/x80 - /xe4/x95/x81 - /xe4/x95/x82 - /xe4/x95/x83 - /xe4/x95/x84 - /xe4/x95/x85 - /xe4/x95/x86 - /xe4/x95/x87 - /xe4/x95/x88 - /xe4/x95/x89 - /xe4/x95/x8a - /xe4/x95/x8b - /xe4/x95/x8c - /xe4/x95/x8d - /xe4/x95/x8e - /xe4/x95/x8f - /xe4/x95/x90 - /xe4/x95/x91 - /xe4/x95/x92 - /xe4/x95/x93 - /xe4/x95/x94 - /xe4/x95/x95 - /xe4/x95/x96 - /xe4/x95/x97 - /xe4/x95/x98 - /xe4/x95/x99 - /xe4/x95/x9a - /xe4/x95/x9b - /xe4/x95/x9c - /xe4/x95/x9d - /xe4/x95/x9e - /xe4/x95/x9f - /xe4/x95/xa0 - /xe4/x95/xa1 - /xe4/x95/xa2 - /xe4/x95/xa3 - /xe4/x95/xa4 - /xe4/x95/xa5 - /xe4/x95/xa6 - /xe4/x95/xa7 - /xe4/x95/xa8 - /xe4/x95/xa9 - /xe4/x95/xaa - /xe4/x95/xab - /xe4/x95/xac - /xe4/x95/xad - /xe4/x95/xae - /xe4/x95/xaf - /xe4/x95/xb0 - /xe4/x95/xb1 - /xe4/x95/xb2 - /xe4/x95/xb3 - /xe4/x95/xb4 - /xe4/x95/xb5 - /xe4/x95/xb6 - /xe4/x95/xb7 - /xe4/x95/xb8 - /xe4/x95/xb9 - /xe4/x95/xba - /xe4/x95/xbb - /xe4/x95/xbc - /xe4/x95/xbd - /xe4/x95/xbe - /xe4/x95/xbf - /xe4/x96/x80 - /xe4/x96/x81 - /xe4/x96/x82 - /xe4/x96/x83 - /xe4/x96/x84 - /xe4/x96/x85 - /xe4/x96/x86 - /xe4/x96/x87 - /xe4/x96/x88 - /xe4/x96/x89 - /xe4/x96/x8a - /xe4/x96/x8b - /xe4/x96/x8c - /xe4/x96/x8d - /xe4/x96/x8e - /xe4/x96/x8f - /xe4/x96/x90 - /xe4/x96/x91 - /xe4/x96/x92 - /xe4/x96/x93 - /xe4/x96/x94 - /xe4/x96/x95 - /xe4/x96/x96 - /xe4/x96/x97 - /xe4/x96/x98 - /xe4/x96/x99 - /xe4/x96/x9a - /xe4/x96/x9b - /xe4/x96/x9c - /xe4/x96/x9d - /xe4/x96/x9e - /xe4/x96/x9f - /xe4/x96/xa0 - /xe4/x96/xa1 - /xe4/x96/xa2 - /xe4/x96/xa3 - /xe4/x96/xa4 - /xe4/x96/xa5 - /xe4/x96/xa6 - /xe4/x96/xa7 - /xe4/x96/xa8 - /xe4/x96/xa9 - /xe4/x96/xaa - /xe4/x96/xab - /xe4/x96/xac - /xe4/x96/xad - /xe4/x96/xae - /xe4/x96/xaf - /xe4/x96/xb0 - /xe4/x96/xb1 - /xe4/x96/xb2 - /xe4/x96/xb3 - /xe4/x96/xb4 - /xe4/x96/xb5 - /xe4/x96/xb6 - /xe4/x96/xb7 - /xe4/x96/xb8 - /xe4/x96/xb9 - /xe4/x96/xba - /xe4/x96/xbb - /xe4/x96/xbc - /xe4/x96/xbd - /xe4/x96/xbe - /xe4/x96/xbf - /xe4/x97/x80 - /xe4/x97/x81 - /xe4/x97/x82 - /xe4/x97/x83 - /xe4/x97/x84 - /xe4/x97/x85 - /xe4/x97/x86 - /xe4/x97/x87 - /xe4/x97/x88 - /xe4/x97/x89 - /xe4/x97/x8a - /xe4/x97/x8b - /xe4/x97/x8c - /xe4/x97/x8d - /xe4/x97/x8e - /xe4/x97/x8f - /xe4/x97/x90 - /xe4/x97/x91 - /xe4/x97/x92 - /xe4/x97/x93 - /xe4/x97/x94 - /xe4/x97/x95 - /xe4/x97/x96 - /xe4/x97/x97 - /xe4/x97/x98 - /xe4/x97/x99 - /xe4/x97/x9a - /xe4/x97/x9b - /xe4/x97/x9c - /xe4/x97/x9d - /xe4/x97/x9e - /xe4/x97/x9f - /xe4/x97/xa0 - /xe4/x97/xa1 - /xe4/x97/xa2 - /xe4/x97/xa3 - /xe4/x97/xa4 - /xe4/x97/xa5 - /xe4/x97/xa6 - /xe4/x97/xa7 - /xe4/x97/xa8 - /xe4/x97/xa9 - /xe4/x97/xaa - /xe4/x97/xab - /xe4/x97/xac - /xe4/x97/xad - /xe4/x97/xae - /xe4/x97/xaf - /xe4/x97/xb0 - /xe4/x97/xb1 - /xe4/x97/xb2 - /xe4/x97/xb3 - /xe4/x97/xb4 - /xe4/x97/xb5 - /xe4/x97/xb6 - /xe4/x97/xb7 - /xe4/x97/xb8 - /xe4/x97/xb9 - /xe4/x97/xba - /xe4/x97/xbb - /xe4/x97/xbc - /xe4/x97/xbd - /xe4/x97/xbe - /xe4/x97/xbf - /xe4/x98/x80 - /xe4/x98/x81 - /xe4/x98/x82 - /xe4/x98/x83 - /xe4/x98/x84 - /xe4/x98/x85 - /xe4/x98/x86 - /xe4/x98/x87 - /xe4/x98/x88 - /xe4/x98/x89 - /xe4/x98/x8a - /xe4/x98/x8b - /xe4/x98/x8c - /xe4/x98/x8d - /xe4/x98/x8e - /xe4/x98/x8f - /xe4/x98/x90 - /xe4/x98/x91 - /xe4/x98/x92 - /xe4/x98/x93 - /xe4/x98/x94 - /xe4/x98/x95 - /xe4/x98/x96 - /xe4/x98/x97 - /xe4/x98/x98 - /xe4/x98/x99 - /xe4/x98/x9a - /xe4/x98/x9b - /xe4/x98/x9c - /xe4/x98/x9d - /xe4/x98/x9e - /xe4/x98/x9f - /xe4/x98/xa0 - /xe4/x98/xa1 - /xe4/x98/xa2 - /xe4/x98/xa3 - /xe4/x98/xa4 - /xe4/x98/xa5 - /xe4/x98/xa6 - /xe4/x98/xa7 - /xe4/x98/xa8 - /xe4/x98/xa9 - /xe4/x98/xaa - /xe4/x98/xab - /xe4/x98/xac - /xe4/x98/xad - /xe4/x98/xae - /xe4/x98/xaf - /xe4/x98/xb0 - /xe4/x98/xb1 - /xe4/x98/xb2 - /xe4/x98/xb3 - /xe4/x98/xb4 - /xe4/x98/xb5 - /xe4/x98/xb6 - /xe4/x98/xb7 - /xe4/x98/xb8 - /xe4/x98/xb9 - /xe4/x98/xba - /xe4/x98/xbb - /xe4/x98/xbc - /xe4/x98/xbd - /xe4/x98/xbe - /xe4/x98/xbf - /xe4/x99/x80 - /xe4/x99/x81 - /xe4/x99/x82 - /xe4/x99/x83 - /xe4/x99/x84 - /xe4/x99/x85 - /xe4/x99/x86 - /xe4/x99/x87 - /xe4/x99/x88 - /xe4/x99/x89 - /xe4/x99/x8a - /xe4/x99/x8b - /xe4/x99/x8c - /xe4/x99/x8d - /xe4/x99/x8e - /xe4/x99/x8f - /xe4/x99/x90 - /xe4/x99/x91 - /xe4/x99/x92 - /xe4/x99/x93 - /xe4/x99/x94 - /xe4/x99/x95 - /xe4/x99/x96 - /xe4/x99/x97 - /xe4/x99/x98 - /xe4/x99/x99 - /xe4/x99/x9a - /xe4/x99/x9b - /xe4/x99/x9c - /xe4/x99/x9d - /xe4/x99/x9e - /xe4/x99/x9f - /xe4/x99/xa0 - /xe4/x99/xa1 - /xe4/x99/xa2 - /xe4/x99/xa3 - /xe4/x99/xa4 - /xe4/x99/xa5 - /xe4/x99/xa6 - /xe4/x99/xa7 - /xe4/x99/xa8 - /xe4/x99/xa9 - /xe4/x99/xaa - /xe4/x99/xab - /xe4/x99/xac - /xe4/x99/xad - /xe4/x99/xae - /xe4/x99/xaf - /xe4/x99/xb0 - /xe4/x99/xb1 - /xe4/x99/xb2 - /xe4/x99/xb3 - /xe4/x99/xb4 - /xe4/x99/xb5 - /xe4/x99/xb6 - /xe4/x99/xb7 - /xe4/x99/xb8 - /xe4/x99/xb9 - /xe4/x99/xba - /xe4/x99/xbb - /xe4/x99/xbc - /xe4/x99/xbd - /xe4/x99/xbe - /xe4/x99/xbf - /xe4/x9a/x80 - /xe4/x9a/x81 - /xe4/x9a/x82 - /xe4/x9a/x83 - /xe4/x9a/x84 - /xe4/x9a/x85 - /xe4/x9a/x86 - /xe4/x9a/x87 - /xe4/x9a/x88 - /xe4/x9a/x89 - /xe4/x9a/x8a - /xe4/x9a/x8b - /xe4/x9a/x8c - /xe4/x9a/x8d - /xe4/x9a/x8e - /xe4/x9a/x8f - /xe4/x9a/x90 - /xe4/x9a/x91 - /xe4/x9a/x92 - /xe4/x9a/x93 - /xe4/x9a/x94 - /xe4/x9a/x95 - /xe4/x9a/x96 - /xe4/x9a/x97 - /xe4/x9a/x98 - /xe4/x9a/x99 - /xe4/x9a/x9a - /xe4/x9a/x9b - /xe4/x9a/x9c - /xe4/x9a/x9d - /xe4/x9a/x9e - /xe4/x9a/x9f - /xe4/x9a/xa0 - /xe4/x9a/xa1 - /xe4/x9a/xa2 - /xe4/x9a/xa3 - /xe4/x9a/xa4 - /xe4/x9a/xa5 - /xe4/x9a/xa6 - /xe4/x9a/xa7 - /xe4/x9a/xa8 - /xe4/x9a/xa9 - /xe4/x9a/xaa - /xe4/x9a/xab - /xe4/x9a/xac - /xe4/x9a/xad - /xe4/x9a/xae - /xe4/x9a/xaf - /xe4/x9a/xb0 - /xe4/x9a/xb1 - /xe4/x9a/xb2 - /xe4/x9a/xb3 - /xe4/x9a/xb4 - /xe4/x9a/xb5 - /xe4/x9a/xb6 - /xe4/x9a/xb7 - /xe4/x9a/xb8 - /xe4/x9a/xb9 - /xe4/x9a/xba - /xe4/x9a/xbb - /xe4/x9a/xbc - /xe4/x9a/xbd - /xe4/x9a/xbe - /xe4/x9a/xbf - /xe4/x9b/x80 - /xe4/x9b/x81 - /xe4/x9b/x82 - /xe4/x9b/x83 - /xe4/x9b/x84 - /xe4/x9b/x85 - /xe4/x9b/x86 - /xe4/x9b/x87 - /xe4/x9b/x88 - /xe4/x9b/x89 - /xe4/x9b/x8a - /xe4/x9b/x8b - /xe4/x9b/x8c - /xe4/x9b/x8d - /xe4/x9b/x8e - /xe4/x9b/x8f - /xe4/x9b/x90 - /xe4/x9b/x91 - /xe4/x9b/x92 - /xe4/x9b/x93 - /xe4/x9b/x94 - /xe4/x9b/x95 - /xe4/x9b/x96 - /xe4/x9b/x97 - /xe4/x9b/x98 - /xe4/x9b/x99 - /xe4/x9b/x9a - /xe4/x9b/x9b - /xe4/x9b/x9c - /xe4/x9b/x9d - /xe4/x9b/x9e - /xe4/x9b/x9f - /xe4/x9b/xa0 - /xe4/x9b/xa1 - /xe4/x9b/xa2 - /xe4/x9b/xa3 - /xe4/x9b/xa4 - /xe4/x9b/xa5 - /xe4/x9b/xa6 - /xe4/x9b/xa7 - /xe4/x9b/xa8 - /xe4/x9b/xa9 - /xe4/x9b/xaa - /xe4/x9b/xab - /xe4/x9b/xac - /xe4/x9b/xad - /xe4/x9b/xae - /xe4/x9b/xaf - /xe4/x9b/xb0 - /xe4/x9b/xb1 - /xe4/x9b/xb2 - /xe4/x9b/xb3 - /xe4/x9b/xb4 - /xe4/x9b/xb5 - /xe4/x9b/xb6 - /xe4/x9b/xb7 - /xe4/x9b/xb8 - /xe4/x9b/xb9 - /xe4/x9b/xba - /xe4/x9b/xbb - /xe4/x9b/xbc - /xe4/x9b/xbd - /xe4/x9b/xbe - /xe4/x9b/xbf - /xe4/x9c/x80 - /xe4/x9c/x81 - /xe4/x9c/x82 - /xe4/x9c/x83 - /xe4/x9c/x84 - /xe4/x9c/x85 - /xe4/x9c/x86 - /xe4/x9c/x87 - /xe4/x9c/x88 - /xe4/x9c/x89 - /xe4/x9c/x8a - /xe4/x9c/x8b - /xe4/x9c/x8c - /xe4/x9c/x8d - /xe4/x9c/x8e - /xe4/x9c/x8f - /xe4/x9c/x90 - /xe4/x9c/x91 - /xe4/x9c/x92 - /xe4/x9c/x93 - /xe4/x9c/x94 - /xe4/x9c/x95 - /xe4/x9c/x96 - /xe4/x9c/x97 - /xe4/x9c/x98 - /xe4/x9c/x99 - /xe4/x9c/x9a - /xe4/x9c/x9b - /xe4/x9c/x9c - /xe4/x9c/x9d - /xe4/x9c/x9e - /xe4/x9c/x9f - /xe4/x9c/xa0 - /xe4/x9c/xa1 - /xe4/x9c/xa2 - /xe4/x9c/xa3 - /xe4/x9c/xa4 - /xe4/x9c/xa5 - /xe4/x9c/xa6 - /xe4/x9c/xa7 - /xe4/x9c/xa8 - /xe4/x9c/xa9 - /xe4/x9c/xaa - /xe4/x9c/xab - /xe4/x9c/xac - /xe4/x9c/xad - /xe4/x9c/xae - /xe4/x9c/xaf - /xe4/x9c/xb0 - /xe4/x9c/xb1 - /xe4/x9c/xb2 - /xe4/x9c/xb3 - /xe4/x9c/xb4 - /xe4/x9c/xb5 - /xe4/x9c/xb6 - /xe4/x9c/xb7 - /xe4/x9c/xb8 - /xe4/x9c/xb9 - /xe4/x9c/xba - /xe4/x9c/xbb - /xe4/x9c/xbc - /xe4/x9c/xbd - /xe4/x9c/xbe - /xe4/x9c/xbf - /xe4/x9d/x80 - /xe4/x9d/x81 - /xe4/x9d/x82 - /xe4/x9d/x83 - /xe4/x9d/x84 - /xe4/x9d/x85 - /xe4/x9d/x86 - /xe4/x9d/x87 - /xe4/x9d/x88 - /xe4/x9d/x89 - /xe4/x9d/x8a - /xe4/x9d/x8b - /xe4/x9d/x8c - /xe4/x9d/x8d - /xe4/x9d/x8e - /xe4/x9d/x8f - /xe4/x9d/x90 - /xe4/x9d/x91 - /xe4/x9d/x92 - /xe4/x9d/x93 - /xe4/x9d/x94 - /xe4/x9d/x95 - /xe4/x9d/x96 - /xe4/x9d/x97 - /xe4/x9d/x98 - /xe4/x9d/x99 - /xe4/x9d/x9a - /xe4/x9d/x9b - /xe4/x9d/x9c - /xe4/x9d/x9d - /xe4/x9d/x9e - /xe4/x9d/x9f - /xe4/x9d/xa0 - /xe4/x9d/xa1 - /xe4/x9d/xa2 - /xe4/x9d/xa3 - /xe4/x9d/xa4 - /xe4/x9d/xa5 - /xe4/x9d/xa6 - /xe4/x9d/xa7 - /xe4/x9d/xa8 - /xe4/x9d/xa9 - /xe4/x9d/xaa - /xe4/x9d/xab - /xe4/x9d/xac - /xe4/x9d/xad - /xe4/x9d/xae - /xe4/x9d/xaf - /xe4/x9d/xb0 - /xe4/x9d/xb1 - /xe4/x9d/xb2 - /xe4/x9d/xb3 - /xe4/x9d/xb4 - /xe4/x9d/xb5 - /xe4/x9d/xb6 - /xe4/x9d/xb7 - /xe4/x9d/xb8 - /xe4/x9d/xb9 - /xe4/x9d/xba - /xe4/x9d/xbb - /xe4/x9d/xbc - /xe4/x9d/xbd - /xe4/x9d/xbe - /xe4/x9d/xbf - /xe4/x9e/x80 - /xe4/x9e/x81 - /xe4/x9e/x82 - /xe4/x9e/x83 - /xe4/x9e/x84 - /xe4/x9e/x85 - /xe4/x9e/x86 - /xe4/x9e/x87 - /xe4/x9e/x88 - /xe4/x9e/x89 - /xe4/x9e/x8a - /xe4/x9e/x8b - /xe4/x9e/x8c - /xe4/x9e/x8d - /xe4/x9e/x8e - /xe4/x9e/x8f - /xe4/x9e/x90 - /xe4/x9e/x91 - /xe4/x9e/x92 - /xe4/x9e/x93 - /xe4/x9e/x94 - /xe4/x9e/x95 - /xe4/x9e/x96 - /xe4/x9e/x97 - /xe4/x9e/x98 - /xe4/x9e/x99 - /xe4/x9e/x9a - /xe4/x9e/x9b - /xe4/x9e/x9c - /xe4/x9e/x9d - /xe4/x9e/x9e - /xe4/x9e/x9f - /xe4/x9e/xa0 - /xe4/x9e/xa1 - /xe4/x9e/xa2 - /xe4/x9e/xa3 - /xe4/x9e/xa4 - /xe4/x9e/xa5 - /xe4/x9e/xa6 - /xe4/x9e/xa7 - /xe4/x9e/xa8 - /xe4/x9e/xa9 - /xe4/x9e/xaa - /xe4/x9e/xab - /xe4/x9e/xac - /xe4/x9e/xad - /xe4/x9e/xae - /xe4/x9e/xaf - /xe4/x9e/xb0 - /xe4/x9e/xb1 - /xe4/x9e/xb2 - /xe4/x9e/xb3 - /xe4/x9e/xb4 - /xe4/x9e/xb5 - /xe4/x9e/xb6 - /xe4/x9e/xb7 - /xe4/x9e/xb8 - /xe4/x9e/xb9 - /xe4/x9e/xba - /xe4/x9e/xbb - /xe4/x9e/xbc - /xe4/x9e/xbd - /xe4/x9e/xbe - /xe4/x9e/xbf - /xe4/x9f/x80 - /xe4/x9f/x81 - /xe4/x9f/x82 - /xe4/x9f/x83 - /xe4/x9f/x84 - /xe4/x9f/x85 - /xe4/x9f/x86 - /xe4/x9f/x87 - /xe4/x9f/x88 - /xe4/x9f/x89 - /xe4/x9f/x8a - /xe4/x9f/x8b - /xe4/x9f/x8c - /xe4/x9f/x8d - /xe4/x9f/x8e - /xe4/x9f/x8f - /xe4/x9f/x90 - /xe4/x9f/x91 - /xe4/x9f/x92 - /xe4/x9f/x93 - /xe4/x9f/x94 - /xe4/x9f/x95 - /xe4/x9f/x96 - /xe4/x9f/x97 - /xe4/x9f/x98 - /xe4/x9f/x99 - /xe4/x9f/x9a - /xe4/x9f/x9b - /xe4/x9f/x9c - /xe4/x9f/x9d - /xe4/x9f/x9e - /xe4/x9f/x9f - /xe4/x9f/xa0 - /xe4/x9f/xa1 - /xe4/x9f/xa2 - /xe4/x9f/xa3 - /xe4/x9f/xa4 - /xe4/x9f/xa5 - /xe4/x9f/xa6 - /xe4/x9f/xa7 - /xe4/x9f/xa8 - /xe4/x9f/xa9 - /xe4/x9f/xaa - /xe4/x9f/xab - /xe4/x9f/xac - /xe4/x9f/xad - /xe4/x9f/xae - /xe4/x9f/xaf - /xe4/x9f/xb0 - /xe4/x9f/xb1 - /xe4/x9f/xb2 - /xe4/x9f/xb3 - /xe4/x9f/xb4 - /xe4/x9f/xb5 - /xe4/x9f/xb6 - /xe4/x9f/xb7 - /xe4/x9f/xb8 - /xe4/x9f/xb9 - /xe4/x9f/xba - /xe4/x9f/xbb - /xe4/x9f/xbc - /xe4/x9f/xbd - /xe4/x9f/xbe - /xe4/x9f/xbf - /xe4/xa0/x80 - /xe4/xa0/x81 - /xe4/xa0/x82 - /xe4/xa0/x83 - /xe4/xa0/x84 - /xe4/xa0/x85 - /xe4/xa0/x86 - /xe4/xa0/x87 - /xe4/xa0/x88 - /xe4/xa0/x89 - /xe4/xa0/x8a - /xe4/xa0/x8b - /xe4/xa0/x8c - /xe4/xa0/x8d - /xe4/xa0/x8e - /xe4/xa0/x8f - /xe4/xa0/x90 - /xe4/xa0/x91 - /xe4/xa0/x92 - /xe4/xa0/x93 - /xe4/xa0/x94 - /xe4/xa0/x95 - /xe4/xa0/x96 - /xe4/xa0/x97 - /xe4/xa0/x98 - /xe4/xa0/x99 - /xe4/xa0/x9a - /xe4/xa0/x9b - /xe4/xa0/x9c - /xe4/xa0/x9d - /xe4/xa0/x9e - /xe4/xa0/x9f - /xe4/xa0/xa0 - /xe4/xa0/xa1 - /xe4/xa0/xa2 - /xe4/xa0/xa3 - /xe4/xa0/xa4 - /xe4/xa0/xa5 - /xe4/xa0/xa6 - /xe4/xa0/xa7 - /xe4/xa0/xa8 - /xe4/xa0/xa9 - /xe4/xa0/xaa - /xe4/xa0/xab - /xe4/xa0/xac - /xe4/xa0/xad - /xe4/xa0/xae - /xe4/xa0/xaf - /xe4/xa0/xb0 - /xe4/xa0/xb1 - /xe4/xa0/xb2 - /xe4/xa0/xb3 - /xe4/xa0/xb4 - /xe4/xa0/xb5 - /xe4/xa0/xb6 - /xe4/xa0/xb7 - /xe4/xa0/xb8 - /xe4/xa0/xb9 - /xe4/xa0/xba - /xe4/xa0/xbb - /xe4/xa0/xbc - /xe4/xa0/xbd - /xe4/xa0/xbe - /xe4/xa0/xbf - /xe4/xa1/x80 - /xe4/xa1/x81 - /xe4/xa1/x82 - /xe4/xa1/x83 - /xe4/xa1/x84 - /xe4/xa1/x85 - /xe4/xa1/x86 - /xe4/xa1/x87 - /xe4/xa1/x88 - /xe4/xa1/x89 - /xe4/xa1/x8a - /xe4/xa1/x8b - /xe4/xa1/x8c - /xe4/xa1/x8d - /xe4/xa1/x8e - /xe4/xa1/x8f - /xe4/xa1/x90 - /xe4/xa1/x91 - /xe4/xa1/x92 - /xe4/xa1/x93 - /xe4/xa1/x94 - /xe4/xa1/x95 - /xe4/xa1/x96 - /xe4/xa1/x97 - /xe4/xa1/x98 - /xe4/xa1/x99 - /xe4/xa1/x9a - /xe4/xa1/x9b - /xe4/xa1/x9c - /xe4/xa1/x9d - /xe4/xa1/x9e - /xe4/xa1/x9f - /xe4/xa1/xa0 - /xe4/xa1/xa1 - /xe4/xa1/xa2 - /xe4/xa1/xa3 - /xe4/xa1/xa4 - /xe4/xa1/xa5 - /xe4/xa1/xa6 - /xe4/xa1/xa7 - /xe4/xa1/xa8 - /xe4/xa1/xa9 - /xe4/xa1/xaa - /xe4/xa1/xab - /xe4/xa1/xac - /xe4/xa1/xad - /xe4/xa1/xae - /xe4/xa1/xaf - /xe4/xa1/xb0 - /xe4/xa1/xb1 - /xe4/xa1/xb2 - /xe4/xa1/xb3 - /xe4/xa1/xb4 - /xe4/xa1/xb5 - /xe4/xa1/xb6 - /xe4/xa1/xb7 - /xe4/xa1/xb8 - /xe4/xa1/xb9 - /xe4/xa1/xba - /xe4/xa1/xbb - /xe4/xa1/xbc - /xe4/xa1/xbd - /xe4/xa1/xbe - /xe4/xa1/xbf - /xe4/xa2/x80 - /xe4/xa2/x81 - /xe4/xa2/x82 - /xe4/xa2/x83 - /xe4/xa2/x84 - /xe4/xa2/x85 - /xe4/xa2/x86 - /xe4/xa2/x87 - /xe4/xa2/x88 - /xe4/xa2/x89 - /xe4/xa2/x8a - /xe4/xa2/x8b - /xe4/xa2/x8c - /xe4/xa2/x8d - /xe4/xa2/x8e - /xe4/xa2/x8f - /xe4/xa2/x90 - /xe4/xa2/x91 - /xe4/xa2/x92 - /xe4/xa2/x93 - /xe4/xa2/x94 - /xe4/xa2/x95 - /xe4/xa2/x96 - /xe4/xa2/x97 - /xe4/xa2/x98 - /xe4/xa2/x99 - /xe4/xa2/x9a - /xe4/xa2/x9b - /xe4/xa2/x9c - /xe4/xa2/x9d - /xe4/xa2/x9e - /xe4/xa2/x9f - /xe4/xa2/xa0 - /xe4/xa2/xa1 - /xe4/xa2/xa2 - /xe4/xa2/xa3 - /xe4/xa2/xa4 - /xe4/xa2/xa5 - /xe4/xa2/xa6 - /xe4/xa2/xa7 - /xe4/xa2/xa8 - /xe4/xa2/xa9 - /xe4/xa2/xaa - /xe4/xa2/xab - /xe4/xa2/xac - /xe4/xa2/xad - /xe4/xa2/xae - /xe4/xa2/xaf - /xe4/xa2/xb0 - /xe4/xa2/xb1 - /xe4/xa2/xb2 - /xe4/xa2/xb3 - /xe4/xa2/xb4 - /xe4/xa2/xb5 - /xe4/xa2/xb6 - /xe4/xa2/xb7 - /xe4/xa2/xb8 - /xe4/xa2/xb9 - /xe4/xa2/xba - /xe4/xa2/xbb - /xe4/xa2/xbc - /xe4/xa2/xbd - /xe4/xa2/xbe - /xe4/xa2/xbf - /xe4/xa3/x80 - /xe4/xa3/x81 - /xe4/xa3/x82 - /xe4/xa3/x83 - /xe4/xa3/x84 - /xe4/xa3/x85 - /xe4/xa3/x86 - /xe4/xa3/x87 - /xe4/xa3/x88 - /xe4/xa3/x89 - /xe4/xa3/x8a - /xe4/xa3/x8b - /xe4/xa3/x8c - /xe4/xa3/x8d - /xe4/xa3/x8e - /xe4/xa3/x8f - /xe4/xa3/x90 - /xe4/xa3/x91 - /xe4/xa3/x92 - /xe4/xa3/x93 - /xe4/xa3/x94 - /xe4/xa3/x95 - /xe4/xa3/x96 - /xe4/xa3/x97 - /xe4/xa3/x98 - /xe4/xa3/x99 - /xe4/xa3/x9a - /xe4/xa3/x9b - /xe4/xa3/x9c - /xe4/xa3/x9d - /xe4/xa3/x9e - /xe4/xa3/x9f - /xe4/xa3/xa0 - /xe4/xa3/xa1 - /xe4/xa3/xa2 - /xe4/xa3/xa3 - /xe4/xa3/xa4 - /xe4/xa3/xa5 - /xe4/xa3/xa6 - /xe4/xa3/xa7 - /xe4/xa3/xa8 - /xe4/xa3/xa9 - /xe4/xa3/xaa - /xe4/xa3/xab - /xe4/xa3/xac - /xe4/xa3/xad - /xe4/xa3/xae - /xe4/xa3/xaf - /xe4/xa3/xb0 - /xe4/xa3/xb1 - /xe4/xa3/xb2 - /xe4/xa3/xb3 - /xe4/xa3/xb4 - /xe4/xa3/xb5 - /xe4/xa3/xb6 - /xe4/xa3/xb7 - /xe4/xa3/xb8 - /xe4/xa3/xb9 - /xe4/xa3/xba - /xe4/xa3/xbb - /xe4/xa3/xbc - /xe4/xa3/xbd - /xe4/xa3/xbe - /xe4/xa3/xbf - /xe4/xa4/x80 - /xe4/xa4/x81 - /xe4/xa4/x82 - /xe4/xa4/x83 - /xe4/xa4/x84 - /xe4/xa4/x85 - /xe4/xa4/x86 - /xe4/xa4/x87 - /xe4/xa4/x88 - /xe4/xa4/x89 - /xe4/xa4/x8a - /xe4/xa4/x8b - /xe4/xa4/x8c - /xe4/xa4/x8d - /xe4/xa4/x8e - /xe4/xa4/x8f - /xe4/xa4/x90 - /xe4/xa4/x91 - /xe4/xa4/x92 - /xe4/xa4/x93 - /xe4/xa4/x94 - /xe4/xa4/x95 - /xe4/xa4/x96 - /xe4/xa4/x97 - /xe4/xa4/x98 - /xe4/xa4/x99 - /xe4/xa4/x9a - /xe4/xa4/x9b - /xe4/xa4/x9c - /xe4/xa4/x9d - /xe4/xa4/x9e - /xe4/xa4/x9f - /xe4/xa4/xa0 - /xe4/xa4/xa1 - /xe4/xa4/xa2 - /xe4/xa4/xa3 - /xe4/xa4/xa4 - /xe4/xa4/xa5 - /xe4/xa4/xa6 - /xe4/xa4/xa7 - /xe4/xa4/xa8 - /xe4/xa4/xa9 - /xe4/xa4/xaa - /xe4/xa4/xab - /xe4/xa4/xac - /xe4/xa4/xad - /xe4/xa4/xae - /xe4/xa4/xaf - /xe4/xa4/xb0 - /xe4/xa4/xb1 - /xe4/xa4/xb2 - /xe4/xa4/xb3 - /xe4/xa4/xb4 - /xe4/xa4/xb5 - /xe4/xa4/xb6 - /xe4/xa4/xb7 - /xe4/xa4/xb8 - /xe4/xa4/xb9 - /xe4/xa4/xba - /xe4/xa4/xbb - /xe4/xa4/xbc - /xe4/xa4/xbd - /xe4/xa4/xbe - /xe4/xa4/xbf - /xe4/xa5/x80 - /xe4/xa5/x81 - /xe4/xa5/x82 - /xe4/xa5/x83 - /xe4/xa5/x84 - /xe4/xa5/x85 - /xe4/xa5/x86 - /xe4/xa5/x87 - /xe4/xa5/x88 - /xe4/xa5/x89 - /xe4/xa5/x8a - /xe4/xa5/x8b - /xe4/xa5/x8c - /xe4/xa5/x8d - /xe4/xa5/x8e - /xe4/xa5/x8f - /xe4/xa5/x90 - /xe4/xa5/x91 - /xe4/xa5/x92 - /xe4/xa5/x93 - /xe4/xa5/x94 - /xe4/xa5/x95 - /xe4/xa5/x96 - /xe4/xa5/x97 - /xe4/xa5/x98 - /xe4/xa5/x99 - /xe4/xa5/x9a - /xe4/xa5/x9b - /xe4/xa5/x9c - /xe4/xa5/x9d - /xe4/xa5/x9e - /xe4/xa5/x9f - /xe4/xa5/xa0 - /xe4/xa5/xa1 - /xe4/xa5/xa2 - /xe4/xa5/xa3 - /xe4/xa5/xa4 - /xe4/xa5/xa5 - /xe4/xa5/xa6 - /xe4/xa5/xa7 - /xe4/xa5/xa8 - /xe4/xa5/xa9 - /xe4/xa5/xaa - /xe4/xa5/xab - /xe4/xa5/xac - /xe4/xa5/xad - /xe4/xa5/xae - /xe4/xa5/xaf - /xe4/xa5/xb0 - /xe4/xa5/xb1 - /xe4/xa5/xb2 - /xe4/xa5/xb3 - /xe4/xa5/xb4 - /xe4/xa5/xb5 - /xe4/xa5/xb6 - /xe4/xa5/xb7 - /xe4/xa5/xb8 - /xe4/xa5/xb9 - /xe4/xa5/xba - /xe4/xa5/xbb - /xe4/xa5/xbc - /xe4/xa5/xbd - /xe4/xa5/xbe - /xe4/xa5/xbf - /xe4/xa6/x80 - /xe4/xa6/x81 - /xe4/xa6/x82 - /xe4/xa6/x83 - /xe4/xa6/x84 - /xe4/xa6/x85 - /xe4/xa6/x86 - /xe4/xa6/x87 - /xe4/xa6/x88 - /xe4/xa6/x89 - /xe4/xa6/x8a - /xe4/xa6/x8b - /xe4/xa6/x8c - /xe4/xa6/x8d - /xe4/xa6/x8e - /xe4/xa6/x8f - /xe4/xa6/x90 - /xe4/xa6/x91 - /xe4/xa6/x92 - /xe4/xa6/x93 - /xe4/xa6/x94 - /xe4/xa6/x95 - /xe4/xa6/x96 - /xe4/xa6/x97 - /xe4/xa6/x98 - /xe4/xa6/x99 - /xe4/xa6/x9a - /xe4/xa6/x9b - /xe4/xa6/x9c - /xe4/xa6/x9d - /xe4/xa6/x9e - /xe4/xa6/x9f - /xe4/xa6/xa0 - /xe4/xa6/xa1 - /xe4/xa6/xa2 - /xe4/xa6/xa3 - /xe4/xa6/xa4 - /xe4/xa6/xa5 - /xe4/xa6/xa6 - /xe4/xa6/xa7 - /xe4/xa6/xa8 - /xe4/xa6/xa9 - /xe4/xa6/xaa - /xe4/xa6/xab - /xe4/xa6/xac - /xe4/xa6/xad - /xe4/xa6/xae - /xe4/xa6/xaf - /xe4/xa6/xb0 - /xe4/xa6/xb1 - /xe4/xa6/xb2 - /xe4/xa6/xb3 - /xe4/xa6/xb4 - /xe4/xa6/xb5 - /xe4/xa6/xb6 - /xe4/xa6/xb7 - /xe4/xa6/xb8 - /xe4/xa6/xb9 - /xe4/xa6/xba - /xe4/xa6/xbb - /xe4/xa6/xbc - /xe4/xa6/xbd - /xe4/xa6/xbe - /xe4/xa6/xbf - /xe4/xa7/x80 - /xe4/xa7/x81 - /xe4/xa7/x82 - /xe4/xa7/x83 - /xe4/xa7/x84 - /xe4/xa7/x85 - /xe4/xa7/x86 - /xe4/xa7/x87 - /xe4/xa7/x88 - /xe4/xa7/x89 - /xe4/xa7/x8a - /xe4/xa7/x8b - /xe4/xa7/x8c - /xe4/xa7/x8d - /xe4/xa7/x8e - /xe4/xa7/x8f - /xe4/xa7/x90 - /xe4/xa7/x91 - /xe4/xa7/x92 - /xe4/xa7/x93 - /xe4/xa7/x94 - /xe4/xa7/x95 - /xe4/xa7/x96 - /xe4/xa7/x97 - /xe4/xa7/x98 - /xe4/xa7/x99 - /xe4/xa7/x9a - /xe4/xa7/x9b - /xe4/xa7/x9c - /xe4/xa7/x9d - /xe4/xa7/x9e - /xe4/xa7/x9f - /xe4/xa7/xa0 - /xe4/xa7/xa1 - /xe4/xa7/xa2 - /xe4/xa7/xa3 - /xe4/xa7/xa4 - /xe4/xa7/xa5 - /xe4/xa7/xa6 - /xe4/xa7/xa7 - /xe4/xa7/xa8 - /xe4/xa7/xa9 - /xe4/xa7/xaa - /xe4/xa7/xab - /xe4/xa7/xac - /xe4/xa7/xad - /xe4/xa7/xae - /xe4/xa7/xaf - /xe4/xa7/xb0 - /xe4/xa7/xb1 - /xe4/xa7/xb2 - /xe4/xa7/xb3 - /xe4/xa7/xb4 - /xe4/xa7/xb5 - /xe4/xa7/xb6 - /xe4/xa7/xb7 - /xe4/xa7/xb8 - /xe4/xa7/xb9 - /xe4/xa7/xba - /xe4/xa7/xbb - /xe4/xa7/xbc - /xe4/xa7/xbd - /xe4/xa7/xbe - /xe4/xa7/xbf - /xe4/xa8/x80 - /xe4/xa8/x81 - /xe4/xa8/x82 - /xe4/xa8/x83 - /xe4/xa8/x84 - /xe4/xa8/x85 - /xe4/xa8/x86 - /xe4/xa8/x87 - /xe4/xa8/x88 - /xe4/xa8/x89 - /xe4/xa8/x8a - /xe4/xa8/x8b - /xe4/xa8/x8c - /xe4/xa8/x8d - /xe4/xa8/x8e - /xe4/xa8/x8f - /xe4/xa8/x90 - /xe4/xa8/x91 - /xe4/xa8/x92 - /xe4/xa8/x93 - /xe4/xa8/x94 - /xe4/xa8/x95 - /xe4/xa8/x96 - /xe4/xa8/x97 - /xe4/xa8/x98 - /xe4/xa8/x99 - /xe4/xa8/x9a - /xe4/xa8/x9b - /xe4/xa8/x9c - /xe4/xa8/x9d - /xe4/xa8/x9e - /xe4/xa8/x9f - /xe4/xa8/xa0 - /xe4/xa8/xa1 - /xe4/xa8/xa2 - /xe4/xa8/xa3 - /xe4/xa8/xa4 - /xe4/xa8/xa5 - /xe4/xa8/xa6 - /xe4/xa8/xa7 - /xe4/xa8/xa8 - /xe4/xa8/xa9 - /xe4/xa8/xaa - /xe4/xa8/xab - /xe4/xa8/xac - /xe4/xa8/xad - /xe4/xa8/xae - /xe4/xa8/xaf - /xe4/xa8/xb0 - /xe4/xa8/xb1 - /xe4/xa8/xb2 - /xe4/xa8/xb3 - /xe4/xa8/xb4 - /xe4/xa8/xb5 - /xe4/xa8/xb6 - /xe4/xa8/xb7 - /xe4/xa8/xb8 - /xe4/xa8/xb9 - /xe4/xa8/xba - /xe4/xa8/xbb - /xe4/xa8/xbc - /xe4/xa8/xbd - /xe4/xa8/xbe - /xe4/xa8/xbf - /xe4/xa9/x80 - /xe4/xa9/x81 - /xe4/xa9/x82 - /xe4/xa9/x83 - /xe4/xa9/x84 - /xe4/xa9/x85 - /xe4/xa9/x86 - /xe4/xa9/x87 - /xe4/xa9/x88 - /xe4/xa9/x89 - /xe4/xa9/x8a - /xe4/xa9/x8b - /xe4/xa9/x8c - /xe4/xa9/x8d - /xe4/xa9/x8e - /xe4/xa9/x8f - /xe4/xa9/x90 - /xe4/xa9/x91 - /xe4/xa9/x92 - /xe4/xa9/x93 - /xe4/xa9/x94 - /xe4/xa9/x95 - /xe4/xa9/x96 - /xe4/xa9/x97 - /xe4/xa9/x98 - /xe4/xa9/x99 - /xe4/xa9/x9a - /xe4/xa9/x9b - /xe4/xa9/x9c - /xe4/xa9/x9d - /xe4/xa9/x9e - /xe4/xa9/x9f - /xe4/xa9/xa0 - /xe4/xa9/xa1 - /xe4/xa9/xa2 - /xe4/xa9/xa3 - /xe4/xa9/xa4 - /xe4/xa9/xa5 - /xe4/xa9/xa6 - /xe4/xa9/xa7 - /xe4/xa9/xa8 - /xe4/xa9/xa9 - /xe4/xa9/xaa - /xe4/xa9/xab - /xe4/xa9/xac - /xe4/xa9/xad - /xe4/xa9/xae - /xe4/xa9/xaf - /xe4/xa9/xb0 - /xe4/xa9/xb1 - /xe4/xa9/xb2 - /xe4/xa9/xb3 - /xe4/xa9/xb4 - /xe4/xa9/xb5 - /xe4/xa9/xb6 - /xe4/xa9/xb7 - /xe4/xa9/xb8 - /xe4/xa9/xb9 - /xe4/xa9/xba - /xe4/xa9/xbb - /xe4/xa9/xbc - /xe4/xa9/xbd - /xe4/xa9/xbe - /xe4/xa9/xbf - /xe4/xaa/x80 - /xe4/xaa/x81 - /xe4/xaa/x82 - /xe4/xaa/x83 - /xe4/xaa/x84 - /xe4/xaa/x85 - /xe4/xaa/x86 - /xe4/xaa/x87 - /xe4/xaa/x88 - /xe4/xaa/x89 - /xe4/xaa/x8a - /xe4/xaa/x8b - /xe4/xaa/x8c - /xe4/xaa/x8d - /xe4/xaa/x8e - /xe4/xaa/x8f - /xe4/xaa/x90 - /xe4/xaa/x91 - /xe4/xaa/x92 - /xe4/xaa/x93 - /xe4/xaa/x94 - /xe4/xaa/x95 - /xe4/xaa/x96 - /xe4/xaa/x97 - /xe4/xaa/x98 - /xe4/xaa/x99 - /xe4/xaa/x9a - /xe4/xaa/x9b - /xe4/xaa/x9c - /xe4/xaa/x9d - /xe4/xaa/x9e - /xe4/xaa/x9f - /xe4/xaa/xa0 - /xe4/xaa/xa1 - /xe4/xaa/xa2 - /xe4/xaa/xa3 - /xe4/xaa/xa4 - /xe4/xaa/xa5 - /xe4/xaa/xa6 - /xe4/xaa/xa7 - /xe4/xaa/xa8 - /xe4/xaa/xa9 - /xe4/xaa/xaa - /xe4/xaa/xab - /xe4/xaa/xac - /xe4/xaa/xad - /xe4/xaa/xae - /xe4/xaa/xaf - /xe4/xaa/xb0 - /xe4/xaa/xb1 - /xe4/xaa/xb2 - /xe4/xaa/xb3 - /xe4/xaa/xb4 - /xe4/xaa/xb5 - /xe4/xaa/xb6 - /xe4/xaa/xb7 - /xe4/xaa/xb8 - /xe4/xaa/xb9 - /xe4/xaa/xba - /xe4/xaa/xbb - /xe4/xaa/xbc - /xe4/xaa/xbd - /xe4/xaa/xbe - /xe4/xaa/xbf - /xe4/xab/x80 - /xe4/xab/x81 - /xe4/xab/x82 - /xe4/xab/x83 - /xe4/xab/x84 - /xe4/xab/x85 - /xe4/xab/x86 - /xe4/xab/x87 - /xe4/xab/x88 - /xe4/xab/x89 - /xe4/xab/x8a - /xe4/xab/x8b - /xe4/xab/x8c - /xe4/xab/x8d - /xe4/xab/x8e - /xe4/xab/x8f - /xe4/xab/x90 - /xe4/xab/x91 - /xe4/xab/x92 - /xe4/xab/x93 - /xe4/xab/x94 - /xe4/xab/x95 - /xe4/xab/x96 - /xe4/xab/x97 - /xe4/xab/x98 - /xe4/xab/x99 - /xe4/xab/x9a - /xe4/xab/x9b - /xe4/xab/x9c - /xe4/xab/x9d - /xe4/xab/x9e - /xe4/xab/x9f - /xe4/xab/xa0 - /xe4/xab/xa1 - /xe4/xab/xa2 - /xe4/xab/xa3 - /xe4/xab/xa4 - /xe4/xab/xa5 - /xe4/xab/xa6 - /xe4/xab/xa7 - /xe4/xab/xa8 - /xe4/xab/xa9 - /xe4/xab/xaa - /xe4/xab/xab - /xe4/xab/xac - /xe4/xab/xad - /xe4/xab/xae - /xe4/xab/xaf - /xe4/xab/xb0 - /xe4/xab/xb1 - /xe4/xab/xb2 - /xe4/xab/xb3 - /xe4/xab/xb4 - /xe4/xab/xb5 - /xe4/xab/xb6 - /xe4/xab/xb7 - /xe4/xab/xb8 - /xe4/xab/xb9 - /xe4/xab/xba - /xe4/xab/xbb - /xe4/xab/xbc - /xe4/xab/xbd - /xe4/xab/xbe - /xe4/xab/xbf - /xe4/xac/x80 - /xe4/xac/x81 - /xe4/xac/x82 - /xe4/xac/x83 - /xe4/xac/x84 - /xe4/xac/x85 - /xe4/xac/x86 - /xe4/xac/x87 - /xe4/xac/x88 - /xe4/xac/x89 - /xe4/xac/x8a - /xe4/xac/x8b - /xe4/xac/x8c - /xe4/xac/x8d - /xe4/xac/x8e - /xe4/xac/x8f - /xe4/xac/x90 - /xe4/xac/x91 - /xe4/xac/x92 - /xe4/xac/x93 - /xe4/xac/x94 - /xe4/xac/x95 - /xe4/xac/x96 - /xe4/xac/x97 - /xe4/xac/x98 - /xe4/xac/x99 - /xe4/xac/x9a - /xe4/xac/x9b - /xe4/xac/x9c - /xe4/xac/x9d - /xe4/xac/x9e - /xe4/xac/x9f - /xe4/xac/xa0 - /xe4/xac/xa1 - /xe4/xac/xa2 - /xe4/xac/xa3 - /xe4/xac/xa4 - /xe4/xac/xa5 - /xe4/xac/xa6 - /xe4/xac/xa7 - /xe4/xac/xa8 - /xe4/xac/xa9 - /xe4/xac/xaa - /xe4/xac/xab - /xe4/xac/xac - /xe4/xac/xad - /xe4/xac/xae - /xe4/xac/xaf - /xe4/xac/xb0 - /xe4/xac/xb1 - /xe4/xac/xb2 - /xe4/xac/xb3 - /xe4/xac/xb4 - /xe4/xac/xb5 - /xe4/xac/xb6 - /xe4/xac/xb7 - /xe4/xac/xb8 - /xe4/xac/xb9 - /xe4/xac/xba - /xe4/xac/xbb - /xe4/xac/xbc - /xe4/xac/xbd - /xe4/xac/xbe - /xe4/xac/xbf - /xe4/xad/x80 - /xe4/xad/x81 - /xe4/xad/x82 - /xe4/xad/x83 - /xe4/xad/x84 - /xe4/xad/x85 - /xe4/xad/x86 - /xe4/xad/x87 - /xe4/xad/x88 - /xe4/xad/x89 - /xe4/xad/x8a - /xe4/xad/x8b - /xe4/xad/x8c - /xe4/xad/x8d - /xe4/xad/x8e - /xe4/xad/x8f - /xe4/xad/x90 - /xe4/xad/x91 - /xe4/xad/x92 - /xe4/xad/x93 - /xe4/xad/x94 - /xe4/xad/x95 - /xe4/xad/x96 - /xe4/xad/x97 - /xe4/xad/x98 - /xe4/xad/x99 - /xe4/xad/x9a - /xe4/xad/x9b - /xe4/xad/x9c - /xe4/xad/x9d - /xe4/xad/x9e - /xe4/xad/x9f - /xe4/xad/xa0 - /xe4/xad/xa1 - /xe4/xad/xa2 - /xe4/xad/xa3 - /xe4/xad/xa4 - /xe4/xad/xa5 - /xe4/xad/xa6 - /xe4/xad/xa7 - /xe4/xad/xa8 - /xe4/xad/xa9 - /xe4/xad/xaa - /xe4/xad/xab - /xe4/xad/xac - /xe4/xad/xad - /xe4/xad/xae - /xe4/xad/xaf - /xe4/xad/xb0 - /xe4/xad/xb1 - /xe4/xad/xb2 - /xe4/xad/xb3 - /xe4/xad/xb4 - /xe4/xad/xb5 - /xe4/xad/xb6 - /xe4/xad/xb7 - /xe4/xad/xb8 - /xe4/xad/xb9 - /xe4/xad/xba - /xe4/xad/xbb - /xe4/xad/xbc - /xe4/xad/xbd - /xe4/xad/xbe - /xe4/xad/xbf - /xe4/xae/x80 - /xe4/xae/x81 - /xe4/xae/x82 - /xe4/xae/x83 - /xe4/xae/x84 - /xe4/xae/x85 - /xe4/xae/x86 - /xe4/xae/x87 - /xe4/xae/x88 - /xe4/xae/x89 - /xe4/xae/x8a - /xe4/xae/x8b - /xe4/xae/x8c - /xe4/xae/x8d - /xe4/xae/x8e - /xe4/xae/x8f - /xe4/xae/x90 - /xe4/xae/x91 - /xe4/xae/x92 - /xe4/xae/x93 - /xe4/xae/x94 - /xe4/xae/x95 - /xe4/xae/x96 - /xe4/xae/x97 - /xe4/xae/x98 - /xe4/xae/x99 - /xe4/xae/x9a - /xe4/xae/x9b - /xe4/xae/x9c - /xe4/xae/x9d - /xe4/xae/x9e - /xe4/xae/x9f - /xe4/xae/xa0 - /xe4/xae/xa1 - /xe4/xae/xa2 - /xe4/xae/xa3 - /xe4/xae/xa4 - /xe4/xae/xa5 - /xe4/xae/xa6 - /xe4/xae/xa7 - /xe4/xae/xa8 - /xe4/xae/xa9 - /xe4/xae/xaa - /xe4/xae/xab - /xe4/xae/xac - /xe4/xae/xad - /xe4/xae/xae - /xe4/xae/xaf - /xe4/xae/xb0 - /xe4/xae/xb1 - /xe4/xae/xb2 - /xe4/xae/xb3 - /xe4/xae/xb4 - /xe4/xae/xb5 - /xe4/xae/xb6 - /xe4/xae/xb7 - /xe4/xae/xb8 - /xe4/xae/xb9 - /xe4/xae/xba - /xe4/xae/xbb - /xe4/xae/xbc - /xe4/xae/xbd - /xe4/xae/xbe - /xe4/xae/xbf - /xe4/xaf/x80 - /xe4/xaf/x81 - /xe4/xaf/x82 - /xe4/xaf/x83 - /xe4/xaf/x84 - /xe4/xaf/x85 - /xe4/xaf/x86 - /xe4/xaf/x87 - /xe4/xaf/x88 - /xe4/xaf/x89 - /xe4/xaf/x8a - /xe4/xaf/x8b - /xe4/xaf/x8c - /xe4/xaf/x8d - /xe4/xaf/x8e - /xe4/xaf/x8f - /xe4/xaf/x90 - /xe4/xaf/x91 - /xe4/xaf/x92 - /xe4/xaf/x93 - /xe4/xaf/x94 - /xe4/xaf/x95 - /xe4/xaf/x96 - /xe4/xaf/x97 - /xe4/xaf/x98 - /xe4/xaf/x99 - /xe4/xaf/x9a - /xe4/xaf/x9b - /xe4/xaf/x9c - /xe4/xaf/x9d - /xe4/xaf/x9e - /xe4/xaf/x9f - /xe4/xaf/xa0 - /xe4/xaf/xa1 - /xe4/xaf/xa2 - /xe4/xaf/xa3 - /xe4/xaf/xa4 - /xe4/xaf/xa5 - /xe4/xaf/xa6 - /xe4/xaf/xa7 - /xe4/xaf/xa8 - /xe4/xaf/xa9 - /xe4/xaf/xaa - /xe4/xaf/xab - /xe4/xaf/xac - /xe4/xaf/xad - /xe4/xaf/xae - /xe4/xaf/xaf - /xe4/xaf/xb0 - /xe4/xaf/xb1 - /xe4/xaf/xb2 - /xe4/xaf/xb3 - /xe4/xaf/xb4 - /xe4/xaf/xb5 - /xe4/xaf/xb6 - /xe4/xaf/xb7 - /xe4/xaf/xb8 - /xe4/xaf/xb9 - /xe4/xaf/xba - /xe4/xaf/xbb - /xe4/xaf/xbc - /xe4/xaf/xbd - /xe4/xaf/xbe - /xe4/xaf/xbf - /xe4/xb0/x80 - /xe4/xb0/x81 - /xe4/xb0/x82 - /xe4/xb0/x83 - /xe4/xb0/x84 - /xe4/xb0/x85 - /xe4/xb0/x86 - /xe4/xb0/x87 - /xe4/xb0/x88 - /xe4/xb0/x89 - /xe4/xb0/x8a - /xe4/xb0/x8b - /xe4/xb0/x8c - /xe4/xb0/x8d - /xe4/xb0/x8e - /xe4/xb0/x8f - /xe4/xb0/x90 - /xe4/xb0/x91 - /xe4/xb0/x92 - /xe4/xb0/x93 - /xe4/xb0/x94 - /xe4/xb0/x95 - /xe4/xb0/x96 - /xe4/xb0/x97 - /xe4/xb0/x98 - /xe4/xb0/x99 - /xe4/xb0/x9a - /xe4/xb0/x9b - /xe4/xb0/x9c - /xe4/xb0/x9d - /xe4/xb0/x9e - /xe4/xb0/x9f - /xe4/xb0/xa0 - /xe4/xb0/xa1 - /xe4/xb0/xa2 - /xe4/xb0/xa3 - /xe4/xb0/xa4 - /xe4/xb0/xa5 - /xe4/xb0/xa6 - /xe4/xb0/xa7 - /xe4/xb0/xa8 - /xe4/xb0/xa9 - /xe4/xb0/xaa - /xe4/xb0/xab - /xe4/xb0/xac - /xe4/xb0/xad - /xe4/xb0/xae - /xe4/xb0/xaf - /xe4/xb0/xb0 - /xe4/xb0/xb1 - /xe4/xb0/xb2 - /xe4/xb0/xb3 - /xe4/xb0/xb4 - /xe4/xb0/xb5 - /xe4/xb0/xb6 - /xe4/xb0/xb7 - /xe4/xb0/xb8 - /xe4/xb0/xb9 - /xe4/xb0/xba - /xe4/xb0/xbb - /xe4/xb0/xbc - /xe4/xb0/xbd - /xe4/xb0/xbe - /xe4/xb0/xbf - /xe4/xb1/x80 - /xe4/xb1/x81 - /xe4/xb1/x82 - /xe4/xb1/x83 - /xe4/xb1/x84 - /xe4/xb1/x85 - /xe4/xb1/x86 - /xe4/xb1/x87 - /xe4/xb1/x88 - /xe4/xb1/x89 - /xe4/xb1/x8a - /xe4/xb1/x8b - /xe4/xb1/x8c - /xe4/xb1/x8d - /xe4/xb1/x8e - /xe4/xb1/x8f - /xe4/xb1/x90 - /xe4/xb1/x91 - /xe4/xb1/x92 - /xe4/xb1/x93 - /xe4/xb1/x94 - /xe4/xb1/x95 - /xe4/xb1/x96 - /xe4/xb1/x97 - /xe4/xb1/x98 - /xe4/xb1/x99 - /xe4/xb1/x9a - /xe4/xb1/x9b - /xe4/xb1/x9c - /xe4/xb1/x9d - /xe4/xb1/x9e - /xe4/xb1/x9f - /xe4/xb1/xa0 - /xe4/xb1/xa1 - /xe4/xb1/xa2 - /xe4/xb1/xa3 - /xe4/xb1/xa4 - /xe4/xb1/xa5 - /xe4/xb1/xa6 - /xe4/xb1/xa7 - /xe4/xb1/xa8 - /xe4/xb1/xa9 - /xe4/xb1/xaa - /xe4/xb1/xab - /xe4/xb1/xac - /xe4/xb1/xad - /xe4/xb1/xae - /xe4/xb1/xaf - /xe4/xb1/xb0 - /xe4/xb1/xb1 - /xe4/xb1/xb2 - /xe4/xb1/xb3 - /xe4/xb1/xb4 - /xe4/xb1/xb5 - /xe4/xb1/xb6 - /xe4/xb1/xb7 - /xe4/xb1/xb8 - /xe4/xb1/xb9 - /xe4/xb1/xba - /xe4/xb1/xbb - /xe4/xb1/xbc - /xe4/xb1/xbd - /xe4/xb1/xbe - /xe4/xb1/xbf - /xe4/xb2/x80 - /xe4/xb2/x81 - /xe4/xb2/x82 - /xe4/xb2/x83 - /xe4/xb2/x84 - /xe4/xb2/x85 - /xe4/xb2/x86 - /xe4/xb2/x87 - /xe4/xb2/x88 - /xe4/xb2/x89 - /xe4/xb2/x8a - /xe4/xb2/x8b - /xe4/xb2/x8c - /xe4/xb2/x8d - /xe4/xb2/x8e - /xe4/xb2/x8f - /xe4/xb2/x90 - /xe4/xb2/x91 - /xe4/xb2/x92 - /xe4/xb2/x93 - /xe4/xb2/x94 - /xe4/xb2/x95 - /xe4/xb2/x96 - /xe4/xb2/x97 - /xe4/xb2/x98 - /xe4/xb2/x99 - /xe4/xb2/x9a - /xe4/xb2/x9b - /xe4/xb2/x9c - /xe4/xb2/x9d - /xe4/xb2/x9e - /xe4/xb2/x9f - /xe4/xb2/xa0 - /xe4/xb2/xa1 - /xe4/xb2/xa2 - /xe4/xb2/xa3 - /xe4/xb2/xa4 - /xe4/xb2/xa5 - /xe4/xb2/xa6 - /xe4/xb2/xa7 - /xe4/xb2/xa8 - /xe4/xb2/xa9 - /xe4/xb2/xaa - /xe4/xb2/xab - /xe4/xb2/xac - /xe4/xb2/xad - /xe4/xb2/xae - /xe4/xb2/xaf - /xe4/xb2/xb0 - /xe4/xb2/xb1 - /xe4/xb2/xb2 - /xe4/xb2/xb3 - /xe4/xb2/xb4 - /xe4/xb2/xb5 - /xe4/xb2/xb6 - /xe4/xb2/xb7 - /xe4/xb2/xb8 - /xe4/xb2/xb9 - /xe4/xb2/xba - /xe4/xb2/xbb - /xe4/xb2/xbc - /xe4/xb2/xbd - /xe4/xb2/xbe - /xe4/xb2/xbf - /xe4/xb3/x80 - /xe4/xb3/x81 - /xe4/xb3/x82 - /xe4/xb3/x83 - /xe4/xb3/x84 - /xe4/xb3/x85 - /xe4/xb3/x86 - /xe4/xb3/x87 - /xe4/xb3/x88 - /xe4/xb3/x89 - /xe4/xb3/x8a - /xe4/xb3/x8b - /xe4/xb3/x8c - /xe4/xb3/x8d - /xe4/xb3/x8e - /xe4/xb3/x8f - /xe4/xb3/x90 - /xe4/xb3/x91 - /xe4/xb3/x92 - /xe4/xb3/x93 - /xe4/xb3/x94 - /xe4/xb3/x95 - /xe4/xb3/x96 - /xe4/xb3/x97 - /xe4/xb3/x98 - /xe4/xb3/x99 - /xe4/xb3/x9a - /xe4/xb3/x9b - /xe4/xb3/x9c - /xe4/xb3/x9d - /xe4/xb3/x9e - /xe4/xb3/x9f - /xe4/xb3/xa0 - /xe4/xb3/xa1 - /xe4/xb3/xa2 - /xe4/xb3/xa3 - /xe4/xb3/xa4 - /xe4/xb3/xa5 - /xe4/xb3/xa6 - /xe4/xb3/xa7 - /xe4/xb3/xa8 - /xe4/xb3/xa9 - /xe4/xb3/xaa - /xe4/xb3/xab - /xe4/xb3/xac - /xe4/xb3/xad - /xe4/xb3/xae - /xe4/xb3/xaf - /xe4/xb3/xb0 - /xe4/xb3/xb1 - /xe4/xb3/xb2 - /xe4/xb3/xb3 - /xe4/xb3/xb4 - /xe4/xb3/xb5 - /xe4/xb3/xb6 - /xe4/xb3/xb7 - /xe4/xb3/xb8 - /xe4/xb3/xb9 - /xe4/xb3/xba - /xe4/xb3/xbb - /xe4/xb3/xbc - /xe4/xb3/xbd - /xe4/xb3/xbe - /xe4/xb3/xbf - /xe4/xb4/x80 - /xe4/xb4/x81 - /xe4/xb4/x82 - /xe4/xb4/x83 - /xe4/xb4/x84 - /xe4/xb4/x85 - /xe4/xb4/x86 - /xe4/xb4/x87 - /xe4/xb4/x88 - /xe4/xb4/x89 - /xe4/xb4/x8a - /xe4/xb4/x8b - /xe4/xb4/x8c - /xe4/xb4/x8d - /xe4/xb4/x8e - /xe4/xb4/x8f - /xe4/xb4/x90 - /xe4/xb4/x91 - /xe4/xb4/x92 - /xe4/xb4/x93 - /xe4/xb4/x94 - /xe4/xb4/x95 - /xe4/xb4/x96 - /xe4/xb4/x97 - /xe4/xb4/x98 - /xe4/xb4/x99 - /xe4/xb4/x9a - /xe4/xb4/x9b - /xe4/xb4/x9c - /xe4/xb4/x9d - /xe4/xb4/x9e - /xe4/xb4/x9f - /xe4/xb4/xa0 - /xe4/xb4/xa1 - /xe4/xb4/xa2 - /xe4/xb4/xa3 - /xe4/xb4/xa4 - /xe4/xb4/xa5 - /xe4/xb4/xa6 - /xe4/xb4/xa7 - /xe4/xb4/xa8 - /xe4/xb4/xa9 - /xe4/xb4/xaa - /xe4/xb4/xab - /xe4/xb4/xac - /xe4/xb4/xad - /xe4/xb4/xae - /xe4/xb4/xaf - /xe4/xb4/xb0 - /xe4/xb4/xb1 - /xe4/xb4/xb2 - /xe4/xb4/xb3 - /xe4/xb4/xb4 - /xe4/xb4/xb5 - /xe4/xb4/xb6 - /xe4/xb4/xb7 - /xe4/xb4/xb8 - /xe4/xb4/xb9 - /xe4/xb4/xba - /xe4/xb4/xbb - /xe4/xb4/xbc - /xe4/xb4/xbd - /xe4/xb4/xbe - /xe4/xb4/xbf - /xe4/xb5/x80 - /xe4/xb5/x81 - /xe4/xb5/x82 - /xe4/xb5/x83 - /xe4/xb5/x84 - /xe4/xb5/x85 - /xe4/xb5/x86 - /xe4/xb5/x87 - /xe4/xb5/x88 - /xe4/xb5/x89 - /xe4/xb5/x8a - /xe4/xb5/x8b - /xe4/xb5/x8c - /xe4/xb5/x8d - /xe4/xb5/x8e - /xe4/xb5/x8f - /xe4/xb5/x90 - /xe4/xb5/x91 - /xe4/xb5/x92 - /xe4/xb5/x93 - /xe4/xb5/x94 - /xe4/xb5/x95 - /xe4/xb5/x96 - /xe4/xb5/x97 - /xe4/xb5/x98 - /xe4/xb5/x99 - /xe4/xb5/x9a - /xe4/xb5/x9b - /xe4/xb5/x9c - /xe4/xb5/x9d - /xe4/xb5/x9e - /xe4/xb5/x9f - /xe4/xb5/xa0 - /xe4/xb5/xa1 - /xe4/xb5/xa2 - /xe4/xb5/xa3 - /xe4/xb5/xa4 - /xe4/xb5/xa5 - /xe4/xb5/xa6 - /xe4/xb5/xa7 - /xe4/xb5/xa8 - /xe4/xb5/xa9 - /xe4/xb5/xaa - /xe4/xb5/xab - /xe4/xb5/xac - /xe4/xb5/xad - /xe4/xb5/xae - /xe4/xb5/xaf - /xe4/xb5/xb0 - /xe4/xb5/xb1 - /xe4/xb5/xb2 - /xe4/xb5/xb3 - /xe4/xb5/xb4 - /xe4/xb5/xb5 - /xe4/xb5/xb6 - /xe4/xb5/xb7 - /xe4/xb5/xb8 - /xe4/xb5/xb9 - /xe4/xb5/xba - /xe4/xb5/xbb - /xe4/xb5/xbc - /xe4/xb5/xbd - /xe4/xb5/xbe - /xe4/xb5/xbf - /xe4/xb6/x80 - /xe4/xb6/x81 - /xe4/xb6/x82 - /xe4/xb6/x83 - /xe4/xb6/x84 - /xe4/xb6/x85 - /xe4/xb6/x86 - /xe4/xb6/x87 - /xe4/xb6/x88 - /xe4/xb6/x89 - /xe4/xb6/x8a - /xe4/xb6/x8b - /xe4/xb6/x8c - /xe4/xb6/x8d - /xe4/xb6/x8e - /xe4/xb6/x8f - /xe4/xb6/x90 - /xe4/xb6/x91 - /xe4/xb6/x92 - /xe4/xb6/x93 - /xe4/xb6/x94 - /xe4/xb6/x95 - /xe4/xb6/x96 - /xe4/xb6/x97 - /xe4/xb6/x98 - /xe4/xb6/x99 - /xe4/xb6/x9a - /xe4/xb6/x9b - /xe4/xb6/x9c - /xe4/xb6/x9d - /xe4/xb6/x9e - /xe4/xb6/x9f - /xe4/xb6/xa0 - /xe4/xb6/xa1 - /xe4/xb6/xa2 - /xe4/xb6/xa3 - /xe4/xb6/xa4 - /xe4/xb6/xa5 - /xe4/xb6/xa6 - /xe4/xb6/xa7 - /xe4/xb6/xa8 - /xe4/xb6/xa9 - /xe4/xb6/xaa - /xe4/xb6/xab - /xe4/xb6/xac - /xe4/xb6/xad - /xe4/xb6/xae - /xe4/xb6/xaf - /xe4/xb6/xb0 - /xe4/xb6/xb1 - /xe4/xb6/xb2 - /xe4/xb6/xb3 - /xe4/xb6/xb4 - /xe4/xb6/xb5 - /xe4/xb8/x80 - /xe4/xb8/x81 - /xe4/xb8/x82 - /xe4/xb8/x83 - /xe4/xb8/x84 - /xe4/xb8/x85 - /xe4/xb8/x86 - /xe4/xb8/x87 - /xe4/xb8/x88 - /xe4/xb8/x89 - /xe4/xb8/x8a - /xe4/xb8/x8b - /xe4/xb8/x8c - /xe4/xb8/x8d - /xe4/xb8/x8e - /xe4/xb8/x8f - /xe4/xb8/x90 - /xe4/xb8/x91 - /xe4/xb8/x92 - /xe4/xb8/x93 - /xe4/xb8/x94 - /xe4/xb8/x95 - /xe4/xb8/x96 - /xe4/xb8/x97 - /xe4/xb8/x98 - /xe4/xb8/x99 - /xe4/xb8/x9a - /xe4/xb8/x9b - /xe4/xb8/x9c - /xe4/xb8/x9d - /xe4/xb8/x9e - /xe4/xb8/x9f - /xe4/xb8/xa0 - /xe4/xb8/xa1 - /xe4/xb8/xa2 - /xe4/xb8/xa3 - /xe4/xb8/xa4 - /xe4/xb8/xa5 - /xe4/xb8/xa6 - /xe4/xb8/xa7 - /xe4/xb8/xa8 - /xe4/xb8/xa9 - /xe4/xb8/xaa - /xe4/xb8/xab - /xe4/xb8/xac - /xe4/xb8/xad - /xe4/xb8/xae - /xe4/xb8/xaf - /xe4/xb8/xb0 - /xe4/xb8/xb1 - /xe4/xb8/xb2 - /xe4/xb8/xb3 - /xe4/xb8/xb4 - /xe4/xb8/xb5 - /xe4/xb8/xb6 - /xe4/xb8/xb7 - /xe4/xb8/xb8 - /xe4/xb8/xb9 - /xe4/xb8/xba - /xe4/xb8/xbb - /xe4/xb8/xbc - /xe4/xb8/xbd - /xe4/xb8/xbe - /xe4/xb8/xbf - /xe4/xb9/x80 - /xe4/xb9/x81 - /xe4/xb9/x82 - /xe4/xb9/x83 - /xe4/xb9/x84 - /xe4/xb9/x85 - /xe4/xb9/x86 - /xe4/xb9/x87 - /xe4/xb9/x88 - /xe4/xb9/x89 - /xe4/xb9/x8a - /xe4/xb9/x8b - /xe4/xb9/x8c - /xe4/xb9/x8d - /xe4/xb9/x8e - /xe4/xb9/x8f - /xe4/xb9/x90 - /xe4/xb9/x91 - /xe4/xb9/x92 - /xe4/xb9/x93 - /xe4/xb9/x94 - /xe4/xb9/x95 - /xe4/xb9/x96 - /xe4/xb9/x97 - /xe4/xb9/x98 - /xe4/xb9/x99 - /xe4/xb9/x9a - /xe4/xb9/x9b - /xe4/xb9/x9c - /xe4/xb9/x9d - /xe4/xb9/x9e - /xe4/xb9/x9f - /xe4/xb9/xa0 - /xe4/xb9/xa1 - /xe4/xb9/xa2 - /xe4/xb9/xa3 - /xe4/xb9/xa4 - /xe4/xb9/xa5 - /xe4/xb9/xa6 - /xe4/xb9/xa7 - /xe4/xb9/xa8 - /xe4/xb9/xa9 - /xe4/xb9/xaa - /xe4/xb9/xab - /xe4/xb9/xac - /xe4/xb9/xad - /xe4/xb9/xae - /xe4/xb9/xaf - /xe4/xb9/xb0 - /xe4/xb9/xb1 - /xe4/xb9/xb2 - /xe4/xb9/xb3 - /xe4/xb9/xb4 - /xe4/xb9/xb5 - /xe4/xb9/xb6 - /xe4/xb9/xb7 - /xe4/xb9/xb8 - /xe4/xb9/xb9 - /xe4/xb9/xba - /xe4/xb9/xbb - /xe4/xb9/xbc - /xe4/xb9/xbd - /xe4/xb9/xbe - /xe4/xb9/xbf - /xe4/xba/x80 - /xe4/xba/x81 - /xe4/xba/x82 - /xe4/xba/x83 - /xe4/xba/x84 - /xe4/xba/x85 - /xe4/xba/x86 - /xe4/xba/x87 - /xe4/xba/x88 - /xe4/xba/x89 - /xe4/xba/x8a - /xe4/xba/x8b - /xe4/xba/x8c - /xe4/xba/x8d - /xe4/xba/x8e - /xe4/xba/x8f - /xe4/xba/x90 - /xe4/xba/x91 - /xe4/xba/x92 - /xe4/xba/x93 - /xe4/xba/x94 - /xe4/xba/x95 - /xe4/xba/x96 - /xe4/xba/x97 - /xe4/xba/x98 - /xe4/xba/x99 - /xe4/xba/x9a - /xe4/xba/x9b - /xe4/xba/x9c - /xe4/xba/x9d - /xe4/xba/x9e - /xe4/xba/x9f - /xe4/xba/xa0 - /xe4/xba/xa1 - /xe4/xba/xa2 - /xe4/xba/xa3 - /xe4/xba/xa4 - /xe4/xba/xa5 - /xe4/xba/xa6 - /xe4/xba/xa7 - /xe4/xba/xa8 - /xe4/xba/xa9 - /xe4/xba/xaa - /xe4/xba/xab - /xe4/xba/xac - /xe4/xba/xad - /xe4/xba/xae - /xe4/xba/xaf - /xe4/xba/xb0 - /xe4/xba/xb1 - /xe4/xba/xb2 - /xe4/xba/xb3 - /xe4/xba/xb4 - /xe4/xba/xb5 - /xe4/xba/xb6 - /xe4/xba/xb7 - /xe4/xba/xb8 - /xe4/xba/xb9 - /xe4/xba/xba - /xe4/xba/xbb - /xe4/xba/xbc - /xe4/xba/xbd - /xe4/xba/xbe - /xe4/xba/xbf - /xe4/xbb/x80 - /xe4/xbb/x81 - /xe4/xbb/x82 - /xe4/xbb/x83 - /xe4/xbb/x84 - /xe4/xbb/x85 - /xe4/xbb/x86 - /xe4/xbb/x87 - /xe4/xbb/x88 - /xe4/xbb/x89 - /xe4/xbb/x8a - /xe4/xbb/x8b - /xe4/xbb/x8c - /xe4/xbb/x8d - /xe4/xbb/x8e - /xe4/xbb/x8f - /xe4/xbb/x90 - /xe4/xbb/x91 - /xe4/xbb/x92 - /xe4/xbb/x93 - /xe4/xbb/x94 - /xe4/xbb/x95 - /xe4/xbb/x96 - /xe4/xbb/x97 - /xe4/xbb/x98 - /xe4/xbb/x99 - /xe4/xbb/x9a - /xe4/xbb/x9b - /xe4/xbb/x9c - /xe4/xbb/x9d - /xe4/xbb/x9e - /xe4/xbb/x9f - /xe4/xbb/xa0 - /xe4/xbb/xa1 - /xe4/xbb/xa2 - /xe4/xbb/xa3 - /xe4/xbb/xa4 - /xe4/xbb/xa5 - /xe4/xbb/xa6 - /xe4/xbb/xa7 - /xe4/xbb/xa8 - /xe4/xbb/xa9 - /xe4/xbb/xaa - /xe4/xbb/xab - /xe4/xbb/xac - /xe4/xbb/xad - /xe4/xbb/xae - /xe4/xbb/xaf - /xe4/xbb/xb0 - /xe4/xbb/xb1 - /xe4/xbb/xb2 - /xe4/xbb/xb3 - /xe4/xbb/xb4 - /xe4/xbb/xb5 - /xe4/xbb/xb6 - /xe4/xbb/xb7 - /xe4/xbb/xb8 - /xe4/xbb/xb9 - /xe4/xbb/xba - /xe4/xbb/xbb - /xe4/xbb/xbc - /xe4/xbb/xbd - /xe4/xbb/xbe - /xe4/xbb/xbf - /xe4/xbc/x80 - /xe4/xbc/x81 - /xe4/xbc/x82 - /xe4/xbc/x83 - /xe4/xbc/x84 - /xe4/xbc/x85 - /xe4/xbc/x86 - /xe4/xbc/x87 - /xe4/xbc/x88 - /xe4/xbc/x89 - /xe4/xbc/x8a - /xe4/xbc/x8b - /xe4/xbc/x8c - /xe4/xbc/x8d - /xe4/xbc/x8e - /xe4/xbc/x8f - /xe4/xbc/x90 - /xe4/xbc/x91 - /xe4/xbc/x92 - /xe4/xbc/x93 - /xe4/xbc/x94 - /xe4/xbc/x95 - /xe4/xbc/x96 - /xe4/xbc/x97 - /xe4/xbc/x98 - /xe4/xbc/x99 - /xe4/xbc/x9a - /xe4/xbc/x9b - /xe4/xbc/x9c - /xe4/xbc/x9d - /xe4/xbc/x9e - /xe4/xbc/x9f - /xe4/xbc/xa0 - /xe4/xbc/xa1 - /xe4/xbc/xa2 - /xe4/xbc/xa3 - /xe4/xbc/xa4 - /xe4/xbc/xa5 - /xe4/xbc/xa6 - /xe4/xbc/xa7 - /xe4/xbc/xa8 - /xe4/xbc/xa9 - /xe4/xbc/xaa - /xe4/xbc/xab - /xe4/xbc/xac - /xe4/xbc/xad - /xe4/xbc/xae - /xe4/xbc/xaf - /xe4/xbc/xb0 - /xe4/xbc/xb1 - /xe4/xbc/xb2 - /xe4/xbc/xb3 - /xe4/xbc/xb4 - /xe4/xbc/xb5 - /xe4/xbc/xb6 - /xe4/xbc/xb7 - /xe4/xbc/xb8 - /xe4/xbc/xb9 - /xe4/xbc/xba - /xe4/xbc/xbb - /xe4/xbc/xbc - /xe4/xbc/xbd - /xe4/xbc/xbe - /xe4/xbc/xbf - /xe4/xbd/x80 - /xe4/xbd/x81 - /xe4/xbd/x82 - /xe4/xbd/x83 - /xe4/xbd/x84 - /xe4/xbd/x85 - /xe4/xbd/x86 - /xe4/xbd/x87 - /xe4/xbd/x88 - /xe4/xbd/x89 - /xe4/xbd/x8a - /xe4/xbd/x8b - /xe4/xbd/x8c - /xe4/xbd/x8d - /xe4/xbd/x8e - /xe4/xbd/x8f - /xe4/xbd/x90 - /xe4/xbd/x91 - /xe4/xbd/x92 - /xe4/xbd/x93 - /xe4/xbd/x94 - /xe4/xbd/x95 - /xe4/xbd/x96 - /xe4/xbd/x97 - /xe4/xbd/x98 - /xe4/xbd/x99 - /xe4/xbd/x9a - /xe4/xbd/x9b - /xe4/xbd/x9c - /xe4/xbd/x9d - /xe4/xbd/x9e - /xe4/xbd/x9f - /xe4/xbd/xa0 - /xe4/xbd/xa1 - /xe4/xbd/xa2 - /xe4/xbd/xa3 - /xe4/xbd/xa4 - /xe4/xbd/xa5 - /xe4/xbd/xa6 - /xe4/xbd/xa7 - /xe4/xbd/xa8 - /xe4/xbd/xa9 - /xe4/xbd/xaa - /xe4/xbd/xab - /xe4/xbd/xac - /xe4/xbd/xad - /xe4/xbd/xae - /xe4/xbd/xaf - /xe4/xbd/xb0 - /xe4/xbd/xb1 - /xe4/xbd/xb2 - /xe4/xbd/xb3 - /xe4/xbd/xb4 - /xe4/xbd/xb5 - /xe4/xbd/xb6 - /xe4/xbd/xb7 - /xe4/xbd/xb8 - /xe4/xbd/xb9 - /xe4/xbd/xba - /xe4/xbd/xbb - /xe4/xbd/xbc - /xe4/xbd/xbd - /xe4/xbd/xbe - /xe4/xbd/xbf - /xe4/xbe/x80 - /xe4/xbe/x81 - /xe4/xbe/x82 - /xe4/xbe/x83 - /xe4/xbe/x84 - /xe4/xbe/x85 - /xe4/xbe/x86 - /xe4/xbe/x87 - /xe4/xbe/x88 - /xe4/xbe/x89 - /xe4/xbe/x8a - /xe4/xbe/x8b - /xe4/xbe/x8c - /xe4/xbe/x8d - /xe4/xbe/x8e - /xe4/xbe/x8f - /xe4/xbe/x90 - /xe4/xbe/x91 - /xe4/xbe/x92 - /xe4/xbe/x93 - /xe4/xbe/x94 - /xe4/xbe/x95 - /xe4/xbe/x96 - /xe4/xbe/x97 - /xe4/xbe/x98 - /xe4/xbe/x99 - /xe4/xbe/x9a - /xe4/xbe/x9b - /xe4/xbe/x9c - /xe4/xbe/x9d - /xe4/xbe/x9e - /xe4/xbe/x9f - /xe4/xbe/xa0 - /xe4/xbe/xa1 - /xe4/xbe/xa2 - /xe4/xbe/xa3 - /xe4/xbe/xa4 - /xe4/xbe/xa5 - /xe4/xbe/xa6 - /xe4/xbe/xa7 - /xe4/xbe/xa8 - /xe4/xbe/xa9 - /xe4/xbe/xaa - /xe4/xbe/xab - /xe4/xbe/xac - /xe4/xbe/xad - /xe4/xbe/xae - /xe4/xbe/xaf - /xe4/xbe/xb0 - /xe4/xbe/xb1 - /xe4/xbe/xb2 - /xe4/xbe/xb3 - /xe4/xbe/xb4 - /xe4/xbe/xb5 - /xe4/xbe/xb6 - /xe4/xbe/xb7 - /xe4/xbe/xb8 - /xe4/xbe/xb9 - /xe4/xbe/xba - /xe4/xbe/xbb - /xe4/xbe/xbc - /xe4/xbe/xbd - /xe4/xbe/xbe - /xe4/xbe/xbf - /xe4/xbf/x80 - /xe4/xbf/x81 - /xe4/xbf/x82 - /xe4/xbf/x83 - /xe4/xbf/x84 - /xe4/xbf/x85 - /xe4/xbf/x86 - /xe4/xbf/x87 - /xe4/xbf/x88 - /xe4/xbf/x89 - /xe4/xbf/x8a - /xe4/xbf/x8b - /xe4/xbf/x8c - /xe4/xbf/x8d - /xe4/xbf/x8e - /xe4/xbf/x8f - /xe4/xbf/x90 - /xe4/xbf/x91 - /xe4/xbf/x92 - /xe4/xbf/x93 - /xe4/xbf/x94 - /xe4/xbf/x95 - /xe4/xbf/x96 - /xe4/xbf/x97 - /xe4/xbf/x98 - /xe4/xbf/x99 - /xe4/xbf/x9a - /xe4/xbf/x9b - /xe4/xbf/x9c - /xe4/xbf/x9d - /xe4/xbf/x9e - /xe4/xbf/x9f - /xe4/xbf/xa0 - /xe4/xbf/xa1 - /xe4/xbf/xa2 - /xe4/xbf/xa3 - /xe4/xbf/xa4 - /xe4/xbf/xa5 - /xe4/xbf/xa6 - /xe4/xbf/xa7 - /xe4/xbf/xa8 - /xe4/xbf/xa9 - /xe4/xbf/xaa - /xe4/xbf/xab - /xe4/xbf/xac - /xe4/xbf/xad - /xe4/xbf/xae - /xe4/xbf/xaf - /xe4/xbf/xb0 - /xe4/xbf/xb1 - /xe4/xbf/xb2 - /xe4/xbf/xb3 - /xe4/xbf/xb4 - /xe4/xbf/xb5 - /xe4/xbf/xb6 - /xe4/xbf/xb7 - /xe4/xbf/xb8 - /xe4/xbf/xb9 - /xe4/xbf/xba - /xe4/xbf/xbb - /xe4/xbf/xbc - /xe4/xbf/xbd - /xe4/xbf/xbe - /xe4/xbf/xbf - /xe5/x80/x80 - /xe5/x80/x81 - /xe5/x80/x82 - /xe5/x80/x83 - /xe5/x80/x84 - /xe5/x80/x85 - /xe5/x80/x86 - /xe5/x80/x87 - /xe5/x80/x88 - /xe5/x80/x89 - /xe5/x80/x8a - /xe5/x80/x8b - /xe5/x80/x8c - /xe5/x80/x8d - /xe5/x80/x8e - /xe5/x80/x8f - /xe5/x80/x90 - /xe5/x80/x91 - /xe5/x80/x92 - /xe5/x80/x93 - /xe5/x80/x94 - /xe5/x80/x95 - /xe5/x80/x96 - /xe5/x80/x97 - /xe5/x80/x98 - /xe5/x80/x99 - /xe5/x80/x9a - /xe5/x80/x9b - /xe5/x80/x9c - /xe5/x80/x9d - /xe5/x80/x9e - /xe5/x80/x9f - /xe5/x80/xa0 - /xe5/x80/xa1 - /xe5/x80/xa2 - /xe5/x80/xa3 - /xe5/x80/xa4 - /xe5/x80/xa5 - /xe5/x80/xa6 - /xe5/x80/xa7 - /xe5/x80/xa8 - /xe5/x80/xa9 - /xe5/x80/xaa - /xe5/x80/xab - /xe5/x80/xac - /xe5/x80/xad - /xe5/x80/xae - /xe5/x80/xaf - /xe5/x80/xb0 - /xe5/x80/xb1 - /xe5/x80/xb2 - /xe5/x80/xb3 - /xe5/x80/xb4 - /xe5/x80/xb5 - /xe5/x80/xb6 - /xe5/x80/xb7 - /xe5/x80/xb8 - /xe5/x80/xb9 - /xe5/x80/xba - /xe5/x80/xbb - /xe5/x80/xbc - /xe5/x80/xbd - /xe5/x80/xbe - /xe5/x80/xbf - /xe5/x81/x80 - /xe5/x81/x81 - /xe5/x81/x82 - /xe5/x81/x83 - /xe5/x81/x84 - /xe5/x81/x85 - /xe5/x81/x86 - /xe5/x81/x87 - /xe5/x81/x88 - /xe5/x81/x89 - /xe5/x81/x8a - /xe5/x81/x8b - /xe5/x81/x8c - /xe5/x81/x8d - /xe5/x81/x8e - /xe5/x81/x8f - /xe5/x81/x90 - /xe5/x81/x91 - /xe5/x81/x92 - /xe5/x81/x93 - /xe5/x81/x94 - /xe5/x81/x95 - /xe5/x81/x96 - /xe5/x81/x97 - /xe5/x81/x98 - /xe5/x81/x99 - /xe5/x81/x9a - /xe5/x81/x9b - /xe5/x81/x9c - /xe5/x81/x9d - /xe5/x81/x9e - /xe5/x81/x9f - /xe5/x81/xa0 - /xe5/x81/xa1 - /xe5/x81/xa2 - /xe5/x81/xa3 - /xe5/x81/xa4 - /xe5/x81/xa5 - /xe5/x81/xa6 - /xe5/x81/xa7 - /xe5/x81/xa8 - /xe5/x81/xa9 - /xe5/x81/xaa - /xe5/x81/xab - /xe5/x81/xac - /xe5/x81/xad - /xe5/x81/xae - /xe5/x81/xaf - /xe5/x81/xb0 - /xe5/x81/xb1 - /xe5/x81/xb2 - /xe5/x81/xb3 - /xe5/x81/xb4 - /xe5/x81/xb5 - /xe5/x81/xb6 - /xe5/x81/xb7 - /xe5/x81/xb8 - /xe5/x81/xb9 - /xe5/x81/xba - /xe5/x81/xbb - /xe5/x81/xbc - /xe5/x81/xbd - /xe5/x81/xbe - /xe5/x81/xbf - /xe5/x82/x80 - /xe5/x82/x81 - /xe5/x82/x82 - /xe5/x82/x83 - /xe5/x82/x84 - /xe5/x82/x85 - /xe5/x82/x86 - /xe5/x82/x87 - /xe5/x82/x88 - /xe5/x82/x89 - /xe5/x82/x8a - /xe5/x82/x8b - /xe5/x82/x8c - /xe5/x82/x8d - /xe5/x82/x8e - /xe5/x82/x8f - /xe5/x82/x90 - /xe5/x82/x91 - /xe5/x82/x92 - /xe5/x82/x93 - /xe5/x82/x94 - /xe5/x82/x95 - /xe5/x82/x96 - /xe5/x82/x97 - /xe5/x82/x98 - /xe5/x82/x99 - /xe5/x82/x9a - /xe5/x82/x9b - /xe5/x82/x9c - /xe5/x82/x9d - /xe5/x82/x9e - /xe5/x82/x9f - /xe5/x82/xa0 - /xe5/x82/xa1 - /xe5/x82/xa2 - /xe5/x82/xa3 - /xe5/x82/xa4 - /xe5/x82/xa5 - /xe5/x82/xa6 - /xe5/x82/xa7 - /xe5/x82/xa8 - /xe5/x82/xa9 - /xe5/x82/xaa - /xe5/x82/xab - /xe5/x82/xac - /xe5/x82/xad - /xe5/x82/xae - /xe5/x82/xaf - /xe5/x82/xb0 - /xe5/x82/xb1 - /xe5/x82/xb2 - /xe5/x82/xb3 - /xe5/x82/xb4 - /xe5/x82/xb5 - /xe5/x82/xb6 - /xe5/x82/xb7 - /xe5/x82/xb8 - /xe5/x82/xb9 - /xe5/x82/xba - /xe5/x82/xbb - /xe5/x82/xbc - /xe5/x82/xbd - /xe5/x82/xbe - /xe5/x82/xbf - /xe5/x83/x80 - /xe5/x83/x81 - /xe5/x83/x82 - /xe5/x83/x83 - /xe5/x83/x84 - /xe5/x83/x85 - /xe5/x83/x86 - /xe5/x83/x87 - /xe5/x83/x88 - /xe5/x83/x89 - /xe5/x83/x8a - /xe5/x83/x8b - /xe5/x83/x8c - /xe5/x83/x8d - /xe5/x83/x8e - /xe5/x83/x8f - /xe5/x83/x90 - /xe5/x83/x91 - /xe5/x83/x92 - /xe5/x83/x93 - /xe5/x83/x94 - /xe5/x83/x95 - /xe5/x83/x96 - /xe5/x83/x97 - /xe5/x83/x98 - /xe5/x83/x99 - /xe5/x83/x9a - /xe5/x83/x9b - /xe5/x83/x9c - /xe5/x83/x9d - /xe5/x83/x9e - /xe5/x83/x9f - /xe5/x83/xa0 - /xe5/x83/xa1 - /xe5/x83/xa2 - /xe5/x83/xa3 - /xe5/x83/xa4 - /xe5/x83/xa5 - /xe5/x83/xa6 - /xe5/x83/xa7 - /xe5/x83/xa8 - /xe5/x83/xa9 - /xe5/x83/xaa - /xe5/x83/xab - /xe5/x83/xac - /xe5/x83/xad - /xe5/x83/xae - /xe5/x83/xaf - /xe5/x83/xb0 - /xe5/x83/xb1 - /xe5/x83/xb2 - /xe5/x83/xb3 - /xe5/x83/xb4 - /xe5/x83/xb5 - /xe5/x83/xb6 - /xe5/x83/xb7 - /xe5/x83/xb8 - /xe5/x83/xb9 - /xe5/x83/xba - /xe5/x83/xbb - /xe5/x83/xbc - /xe5/x83/xbd - /xe5/x83/xbe - /xe5/x83/xbf - /xe5/x84/x80 - /xe5/x84/x81 - /xe5/x84/x82 - /xe5/x84/x83 - /xe5/x84/x84 - /xe5/x84/x85 - /xe5/x84/x86 - /xe5/x84/x87 - /xe5/x84/x88 - /xe5/x84/x89 - /xe5/x84/x8a - /xe5/x84/x8b - /xe5/x84/x8c - /xe5/x84/x8d - /xe5/x84/x8e - /xe5/x84/x8f - /xe5/x84/x90 - /xe5/x84/x91 - /xe5/x84/x92 - /xe5/x84/x93 - /xe5/x84/x94 - /xe5/x84/x95 - /xe5/x84/x96 - /xe5/x84/x97 - /xe5/x84/x98 - /xe5/x84/x99 - /xe5/x84/x9a - /xe5/x84/x9b - /xe5/x84/x9c - /xe5/x84/x9d - /xe5/x84/x9e - /xe5/x84/x9f - /xe5/x84/xa0 - /xe5/x84/xa1 - /xe5/x84/xa2 - /xe5/x84/xa3 - /xe5/x84/xa4 - /xe5/x84/xa5 - /xe5/x84/xa6 - /xe5/x84/xa7 - /xe5/x84/xa8 - /xe5/x84/xa9 - /xe5/x84/xaa - /xe5/x84/xab - /xe5/x84/xac - /xe5/x84/xad - /xe5/x84/xae - /xe5/x84/xaf - /xe5/x84/xb0 - /xe5/x84/xb1 - /xe5/x84/xb2 - /xe5/x84/xb3 - /xe5/x84/xb4 - /xe5/x84/xb5 - /xe5/x84/xb6 - /xe5/x84/xb7 - /xe5/x84/xb8 - /xe5/x84/xb9 - /xe5/x84/xba - /xe5/x84/xbb - /xe5/x84/xbc - /xe5/x84/xbd - /xe5/x84/xbe - /xe5/x84/xbf - /xe5/x85/x80 - /xe5/x85/x81 - /xe5/x85/x82 - /xe5/x85/x83 - /xe5/x85/x84 - /xe5/x85/x85 - /xe5/x85/x86 - /xe5/x85/x87 - /xe5/x85/x88 - /xe5/x85/x89 - /xe5/x85/x8a - /xe5/x85/x8b - /xe5/x85/x8c - /xe5/x85/x8d - /xe5/x85/x8e - /xe5/x85/x8f - /xe5/x85/x90 - /xe5/x85/x91 - /xe5/x85/x92 - /xe5/x85/x93 - /xe5/x85/x94 - /xe5/x85/x95 - /xe5/x85/x96 - /xe5/x85/x97 - /xe5/x85/x98 - /xe5/x85/x99 - /xe5/x85/x9a - /xe5/x85/x9b - /xe5/x85/x9c - /xe5/x85/x9d - /xe5/x85/x9e - /xe5/x85/x9f - /xe5/x85/xa0 - /xe5/x85/xa1 - /xe5/x85/xa2 - /xe5/x85/xa3 - /xe5/x85/xa4 - /xe5/x85/xa5 - /xe5/x85/xa6 - /xe5/x85/xa7 - /xe5/x85/xa8 - /xe5/x85/xa9 - /xe5/x85/xaa - /xe5/x85/xab - /xe5/x85/xac - /xe5/x85/xad - /xe5/x85/xae - /xe5/x85/xaf - /xe5/x85/xb0 - /xe5/x85/xb1 - /xe5/x85/xb2 - /xe5/x85/xb3 - /xe5/x85/xb4 - /xe5/x85/xb5 - /xe5/x85/xb6 - /xe5/x85/xb7 - /xe5/x85/xb8 - /xe5/x85/xb9 - /xe5/x85/xba - /xe5/x85/xbb - /xe5/x85/xbc - /xe5/x85/xbd - /xe5/x85/xbe - /xe5/x85/xbf - /xe5/x86/x80 - /xe5/x86/x81 - /xe5/x86/x82 - /xe5/x86/x83 - /xe5/x86/x84 - /xe5/x86/x85 - /xe5/x86/x86 - /xe5/x86/x87 - /xe5/x86/x88 - /xe5/x86/x89 - /xe5/x86/x8a - /xe5/x86/x8b - /xe5/x86/x8c - /xe5/x86/x8d - /xe5/x86/x8e - /xe5/x86/x8f - /xe5/x86/x90 - /xe5/x86/x91 - /xe5/x86/x92 - /xe5/x86/x93 - /xe5/x86/x94 - /xe5/x86/x95 - /xe5/x86/x96 - /xe5/x86/x97 - /xe5/x86/x98 - /xe5/x86/x99 - /xe5/x86/x9a - /xe5/x86/x9b - /xe5/x86/x9c - /xe5/x86/x9d - /xe5/x86/x9e - /xe5/x86/x9f - /xe5/x86/xa0 - /xe5/x86/xa1 - /xe5/x86/xa2 - /xe5/x86/xa3 - /xe5/x86/xa4 - /xe5/x86/xa5 - /xe5/x86/xa6 - /xe5/x86/xa7 - /xe5/x86/xa8 - /xe5/x86/xa9 - /xe5/x86/xaa - /xe5/x86/xab - /xe5/x86/xac - /xe5/x86/xad - /xe5/x86/xae - /xe5/x86/xaf - /xe5/x86/xb0 - /xe5/x86/xb1 - /xe5/x86/xb2 - /xe5/x86/xb3 - /xe5/x86/xb4 - /xe5/x86/xb5 - /xe5/x86/xb6 - /xe5/x86/xb7 - /xe5/x86/xb8 - /xe5/x86/xb9 - /xe5/x86/xba - /xe5/x86/xbb - /xe5/x86/xbc - /xe5/x86/xbd - /xe5/x86/xbe - /xe5/x86/xbf - /xe5/x87/x80 - /xe5/x87/x81 - /xe5/x87/x82 - /xe5/x87/x83 - /xe5/x87/x84 - /xe5/x87/x85 - /xe5/x87/x86 - /xe5/x87/x87 - /xe5/x87/x88 - /xe5/x87/x89 - /xe5/x87/x8a - /xe5/x87/x8b - /xe5/x87/x8c - /xe5/x87/x8d - /xe5/x87/x8e - /xe5/x87/x8f - /xe5/x87/x90 - /xe5/x87/x91 - /xe5/x87/x92 - /xe5/x87/x93 - /xe5/x87/x94 - /xe5/x87/x95 - /xe5/x87/x96 - /xe5/x87/x97 - /xe5/x87/x98 - /xe5/x87/x99 - /xe5/x87/x9a - /xe5/x87/x9b - /xe5/x87/x9c - /xe5/x87/x9d - /xe5/x87/x9e - /xe5/x87/x9f - /xe5/x87/xa0 - /xe5/x87/xa1 - /xe5/x87/xa2 - /xe5/x87/xa3 - /xe5/x87/xa4 - /xe5/x87/xa5 - /xe5/x87/xa6 - /xe5/x87/xa7 - /xe5/x87/xa8 - /xe5/x87/xa9 - /xe5/x87/xaa - /xe5/x87/xab - /xe5/x87/xac - /xe5/x87/xad - /xe5/x87/xae - /xe5/x87/xaf - /xe5/x87/xb0 - /xe5/x87/xb1 - /xe5/x87/xb2 - /xe5/x87/xb3 - /xe5/x87/xb4 - /xe5/x87/xb5 - /xe5/x87/xb6 - /xe5/x87/xb7 - /xe5/x87/xb8 - /xe5/x87/xb9 - /xe5/x87/xba - /xe5/x87/xbb - /xe5/x87/xbc - /xe5/x87/xbd - /xe5/x87/xbe - /xe5/x87/xbf - /xe5/x88/x80 - /xe5/x88/x81 - /xe5/x88/x82 - /xe5/x88/x83 - /xe5/x88/x84 - /xe5/x88/x85 - /xe5/x88/x86 - /xe5/x88/x87 - /xe5/x88/x88 - /xe5/x88/x89 - /xe5/x88/x8a - /xe5/x88/x8b - /xe5/x88/x8c - /xe5/x88/x8d - /xe5/x88/x8e - /xe5/x88/x8f - /xe5/x88/x90 - /xe5/x88/x91 - /xe5/x88/x92 - /xe5/x88/x93 - /xe5/x88/x94 - /xe5/x88/x95 - /xe5/x88/x96 - /xe5/x88/x97 - /xe5/x88/x98 - /xe5/x88/x99 - /xe5/x88/x9a - /xe5/x88/x9b - /xe5/x88/x9c - /xe5/x88/x9d - /xe5/x88/x9e - /xe5/x88/x9f - /xe5/x88/xa0 - /xe5/x88/xa1 - /xe5/x88/xa2 - /xe5/x88/xa3 - /xe5/x88/xa4 - /xe5/x88/xa5 - /xe5/x88/xa6 - /xe5/x88/xa7 - /xe5/x88/xa8 - /xe5/x88/xa9 - /xe5/x88/xaa - /xe5/x88/xab - /xe5/x88/xac - /xe5/x88/xad - /xe5/x88/xae - /xe5/x88/xaf - /xe5/x88/xb0 - /xe5/x88/xb1 - /xe5/x88/xb2 - /xe5/x88/xb3 - /xe5/x88/xb4 - /xe5/x88/xb5 - /xe5/x88/xb6 - /xe5/x88/xb7 - /xe5/x88/xb8 - /xe5/x88/xb9 - /xe5/x88/xba - /xe5/x88/xbb - /xe5/x88/xbc - /xe5/x88/xbd - /xe5/x88/xbe - /xe5/x88/xbf - /xe5/x89/x80 - /xe5/x89/x81 - /xe5/x89/x82 - /xe5/x89/x83 - /xe5/x89/x84 - /xe5/x89/x85 - /xe5/x89/x86 - /xe5/x89/x87 - /xe5/x89/x88 - /xe5/x89/x89 - /xe5/x89/x8a - /xe5/x89/x8b - /xe5/x89/x8c - /xe5/x89/x8d - /xe5/x89/x8e - /xe5/x89/x8f - /xe5/x89/x90 - /xe5/x89/x91 - /xe5/x89/x92 - /xe5/x89/x93 - /xe5/x89/x94 - /xe5/x89/x95 - /xe5/x89/x96 - /xe5/x89/x97 - /xe5/x89/x98 - /xe5/x89/x99 - /xe5/x89/x9a - /xe5/x89/x9b - /xe5/x89/x9c - /xe5/x89/x9d - /xe5/x89/x9e - /xe5/x89/x9f - /xe5/x89/xa0 - /xe5/x89/xa1 - /xe5/x89/xa2 - /xe5/x89/xa3 - /xe5/x89/xa4 - /xe5/x89/xa5 - /xe5/x89/xa6 - /xe5/x89/xa7 - /xe5/x89/xa8 - /xe5/x89/xa9 - /xe5/x89/xaa - /xe5/x89/xab - /xe5/x89/xac - /xe5/x89/xad - /xe5/x89/xae - /xe5/x89/xaf - /xe5/x89/xb0 - /xe5/x89/xb1 - /xe5/x89/xb2 - /xe5/x89/xb3 - /xe5/x89/xb4 - /xe5/x89/xb5 - /xe5/x89/xb6 - /xe5/x89/xb7 - /xe5/x89/xb8 - /xe5/x89/xb9 - /xe5/x89/xba - /xe5/x89/xbb - /xe5/x89/xbc - /xe5/x89/xbd - /xe5/x89/xbe - /xe5/x89/xbf - /xe5/x8a/x80 - /xe5/x8a/x81 - /xe5/x8a/x82 - /xe5/x8a/x83 - /xe5/x8a/x84 - /xe5/x8a/x85 - /xe5/x8a/x86 - /xe5/x8a/x87 - /xe5/x8a/x88 - /xe5/x8a/x89 - /xe5/x8a/x8a - /xe5/x8a/x8b - /xe5/x8a/x8c - /xe5/x8a/x8d - /xe5/x8a/x8e - /xe5/x8a/x8f - /xe5/x8a/x90 - /xe5/x8a/x91 - /xe5/x8a/x92 - /xe5/x8a/x93 - /xe5/x8a/x94 - /xe5/x8a/x95 - /xe5/x8a/x96 - /xe5/x8a/x97 - /xe5/x8a/x98 - /xe5/x8a/x99 - /xe5/x8a/x9a - /xe5/x8a/x9b - /xe5/x8a/x9c - /xe5/x8a/x9d - /xe5/x8a/x9e - /xe5/x8a/x9f - /xe5/x8a/xa0 - /xe5/x8a/xa1 - /xe5/x8a/xa2 - /xe5/x8a/xa3 - /xe5/x8a/xa4 - /xe5/x8a/xa5 - /xe5/x8a/xa6 - /xe5/x8a/xa7 - /xe5/x8a/xa8 - /xe5/x8a/xa9 - /xe5/x8a/xaa - /xe5/x8a/xab - /xe5/x8a/xac - /xe5/x8a/xad - /xe5/x8a/xae - /xe5/x8a/xaf - /xe5/x8a/xb0 - /xe5/x8a/xb1 - /xe5/x8a/xb2 - /xe5/x8a/xb3 - /xe5/x8a/xb4 - /xe5/x8a/xb5 - /xe5/x8a/xb6 - /xe5/x8a/xb7 - /xe5/x8a/xb8 - /xe5/x8a/xb9 - /xe5/x8a/xba - /xe5/x8a/xbb - /xe5/x8a/xbc - /xe5/x8a/xbd - /xe5/x8a/xbe - /xe5/x8a/xbf - /xe5/x8b/x80 - /xe5/x8b/x81 - /xe5/x8b/x82 - /xe5/x8b/x83 - /xe5/x8b/x84 - /xe5/x8b/x85 - /xe5/x8b/x86 - /xe5/x8b/x87 - /xe5/x8b/x88 - /xe5/x8b/x89 - /xe5/x8b/x8a - /xe5/x8b/x8b - /xe5/x8b/x8c - /xe5/x8b/x8d - /xe5/x8b/x8e - /xe5/x8b/x8f - /xe5/x8b/x90 - /xe5/x8b/x91 - /xe5/x8b/x92 - /xe5/x8b/x93 - /xe5/x8b/x94 - /xe5/x8b/x95 - /xe5/x8b/x96 - /xe5/x8b/x97 - /xe5/x8b/x98 - /xe5/x8b/x99 - /xe5/x8b/x9a - /xe5/x8b/x9b - /xe5/x8b/x9c - /xe5/x8b/x9d - /xe5/x8b/x9e - /xe5/x8b/x9f - /xe5/x8b/xa0 - /xe5/x8b/xa1 - /xe5/x8b/xa2 - /xe5/x8b/xa3 - /xe5/x8b/xa4 - /xe5/x8b/xa5 - /xe5/x8b/xa6 - /xe5/x8b/xa7 - /xe5/x8b/xa8 - /xe5/x8b/xa9 - /xe5/x8b/xaa - /xe5/x8b/xab - /xe5/x8b/xac - /xe5/x8b/xad - /xe5/x8b/xae - /xe5/x8b/xaf - /xe5/x8b/xb0 - /xe5/x8b/xb1 - /xe5/x8b/xb2 - /xe5/x8b/xb3 - /xe5/x8b/xb4 - /xe5/x8b/xb5 - /xe5/x8b/xb6 - /xe5/x8b/xb7 - /xe5/x8b/xb8 - /xe5/x8b/xb9 - /xe5/x8b/xba - /xe5/x8b/xbb - /xe5/x8b/xbc - /xe5/x8b/xbd - /xe5/x8b/xbe - /xe5/x8b/xbf - /xe5/x8c/x80 - /xe5/x8c/x81 - /xe5/x8c/x82 - /xe5/x8c/x83 - /xe5/x8c/x84 - /xe5/x8c/x85 - /xe5/x8c/x86 - /xe5/x8c/x87 - /xe5/x8c/x88 - /xe5/x8c/x89 - /xe5/x8c/x8a - /xe5/x8c/x8b - /xe5/x8c/x8c - /xe5/x8c/x8d - /xe5/x8c/x8e - /xe5/x8c/x8f - /xe5/x8c/x90 - /xe5/x8c/x91 - /xe5/x8c/x92 - /xe5/x8c/x93 - /xe5/x8c/x94 - /xe5/x8c/x95 - /xe5/x8c/x96 - /xe5/x8c/x97 - /xe5/x8c/x98 - /xe5/x8c/x99 - /xe5/x8c/x9a - /xe5/x8c/x9b - /xe5/x8c/x9c - /xe5/x8c/x9d - /xe5/x8c/x9e - /xe5/x8c/x9f - /xe5/x8c/xa0 - /xe5/x8c/xa1 - /xe5/x8c/xa2 - /xe5/x8c/xa3 - /xe5/x8c/xa4 - /xe5/x8c/xa5 - /xe5/x8c/xa6 - /xe5/x8c/xa7 - /xe5/x8c/xa8 - /xe5/x8c/xa9 - /xe5/x8c/xaa - /xe5/x8c/xab - /xe5/x8c/xac - /xe5/x8c/xad - /xe5/x8c/xae - /xe5/x8c/xaf - /xe5/x8c/xb0 - /xe5/x8c/xb1 - /xe5/x8c/xb2 - /xe5/x8c/xb3 - /xe5/x8c/xb4 - /xe5/x8c/xb5 - /xe5/x8c/xb6 - /xe5/x8c/xb7 - /xe5/x8c/xb8 - /xe5/x8c/xb9 - /xe5/x8c/xba - /xe5/x8c/xbb - /xe5/x8c/xbc - /xe5/x8c/xbd - /xe5/x8c/xbe - /xe5/x8c/xbf - /xe5/x8d/x80 - /xe5/x8d/x81 - /xe5/x8d/x82 - /xe5/x8d/x83 - /xe5/x8d/x84 - /xe5/x8d/x85 - /xe5/x8d/x86 - /xe5/x8d/x87 - /xe5/x8d/x88 - /xe5/x8d/x89 - /xe5/x8d/x8a - /xe5/x8d/x8b - /xe5/x8d/x8c - /xe5/x8d/x8d - /xe5/x8d/x8e - /xe5/x8d/x8f - /xe5/x8d/x90 - /xe5/x8d/x91 - /xe5/x8d/x92 - /xe5/x8d/x93 - /xe5/x8d/x94 - /xe5/x8d/x95 - /xe5/x8d/x96 - /xe5/x8d/x97 - /xe5/x8d/x98 - /xe5/x8d/x99 - /xe5/x8d/x9a - /xe5/x8d/x9b - /xe5/x8d/x9c - /xe5/x8d/x9d - /xe5/x8d/x9e - /xe5/x8d/x9f - /xe5/x8d/xa0 - /xe5/x8d/xa1 - /xe5/x8d/xa2 - /xe5/x8d/xa3 - /xe5/x8d/xa4 - /xe5/x8d/xa5 - /xe5/x8d/xa6 - /xe5/x8d/xa7 - /xe5/x8d/xa8 - /xe5/x8d/xa9 - /xe5/x8d/xaa - /xe5/x8d/xab - /xe5/x8d/xac - /xe5/x8d/xad - /xe5/x8d/xae - /xe5/x8d/xaf - /xe5/x8d/xb0 - /xe5/x8d/xb1 - /xe5/x8d/xb2 - /xe5/x8d/xb3 - /xe5/x8d/xb4 - /xe5/x8d/xb5 - /xe5/x8d/xb6 - /xe5/x8d/xb7 - /xe5/x8d/xb8 - /xe5/x8d/xb9 - /xe5/x8d/xba - /xe5/x8d/xbb - /xe5/x8d/xbc - /xe5/x8d/xbd - /xe5/x8d/xbe - /xe5/x8d/xbf - /xe5/x8e/x80 - /xe5/x8e/x81 - /xe5/x8e/x82 - /xe5/x8e/x83 - /xe5/x8e/x84 - /xe5/x8e/x85 - /xe5/x8e/x86 - /xe5/x8e/x87 - /xe5/x8e/x88 - /xe5/x8e/x89 - /xe5/x8e/x8a - /xe5/x8e/x8b - /xe5/x8e/x8c - /xe5/x8e/x8d - /xe5/x8e/x8e - /xe5/x8e/x8f - /xe5/x8e/x90 - /xe5/x8e/x91 - /xe5/x8e/x92 - /xe5/x8e/x93 - /xe5/x8e/x94 - /xe5/x8e/x95 - /xe5/x8e/x96 - /xe5/x8e/x97 - /xe5/x8e/x98 - /xe5/x8e/x99 - /xe5/x8e/x9a - /xe5/x8e/x9b - /xe5/x8e/x9c - /xe5/x8e/x9d - /xe5/x8e/x9e - /xe5/x8e/x9f - /xe5/x8e/xa0 - /xe5/x8e/xa1 - /xe5/x8e/xa2 - /xe5/x8e/xa3 - /xe5/x8e/xa4 - /xe5/x8e/xa5 - /xe5/x8e/xa6 - /xe5/x8e/xa7 - /xe5/x8e/xa8 - /xe5/x8e/xa9 - /xe5/x8e/xaa - /xe5/x8e/xab - /xe5/x8e/xac - /xe5/x8e/xad - /xe5/x8e/xae - /xe5/x8e/xaf - /xe5/x8e/xb0 - /xe5/x8e/xb1 - /xe5/x8e/xb2 - /xe5/x8e/xb3 - /xe5/x8e/xb4 - /xe5/x8e/xb5 - /xe5/x8e/xb6 - /xe5/x8e/xb7 - /xe5/x8e/xb8 - /xe5/x8e/xb9 - /xe5/x8e/xba - /xe5/x8e/xbb - /xe5/x8e/xbc - /xe5/x8e/xbd - /xe5/x8e/xbe - /xe5/x8e/xbf - /xe5/x8f/x80 - /xe5/x8f/x81 - /xe5/x8f/x82 - /xe5/x8f/x83 - /xe5/x8f/x84 - /xe5/x8f/x85 - /xe5/x8f/x86 - /xe5/x8f/x87 - /xe5/x8f/x88 - /xe5/x8f/x89 - /xe5/x8f/x8a - /xe5/x8f/x8b - /xe5/x8f/x8c - /xe5/x8f/x8d - /xe5/x8f/x8e - /xe5/x8f/x8f - /xe5/x8f/x90 - /xe5/x8f/x91 - /xe5/x8f/x92 - /xe5/x8f/x93 - /xe5/x8f/x94 - /xe5/x8f/x95 - /xe5/x8f/x96 - /xe5/x8f/x97 - /xe5/x8f/x98 - /xe5/x8f/x99 - /xe5/x8f/x9a - /xe5/x8f/x9b - /xe5/x8f/x9c - /xe5/x8f/x9d - /xe5/x8f/x9e - /xe5/x8f/x9f - /xe5/x8f/xa0 - /xe5/x8f/xa1 - /xe5/x8f/xa2 - /xe5/x8f/xa3 - /xe5/x8f/xa4 - /xe5/x8f/xa5 - /xe5/x8f/xa6 - /xe5/x8f/xa7 - /xe5/x8f/xa8 - /xe5/x8f/xa9 - /xe5/x8f/xaa - /xe5/x8f/xab - /xe5/x8f/xac - /xe5/x8f/xad - /xe5/x8f/xae - /xe5/x8f/xaf - /xe5/x8f/xb0 - /xe5/x8f/xb1 - /xe5/x8f/xb2 - /xe5/x8f/xb3 - /xe5/x8f/xb4 - /xe5/x8f/xb5 - /xe5/x8f/xb6 - /xe5/x8f/xb7 - /xe5/x8f/xb8 - /xe5/x8f/xb9 - /xe5/x8f/xba - /xe5/x8f/xbb - /xe5/x8f/xbc - /xe5/x8f/xbd - /xe5/x8f/xbe - /xe5/x8f/xbf - /xe5/x90/x80 - /xe5/x90/x81 - /xe5/x90/x82 - /xe5/x90/x83 - /xe5/x90/x84 - /xe5/x90/x85 - /xe5/x90/x86 - /xe5/x90/x87 - /xe5/x90/x88 - /xe5/x90/x89 - /xe5/x90/x8a - /xe5/x90/x8b - /xe5/x90/x8c - /xe5/x90/x8d - /xe5/x90/x8e - /xe5/x90/x8f - /xe5/x90/x90 - /xe5/x90/x91 - /xe5/x90/x92 - /xe5/x90/x93 - /xe5/x90/x94 - /xe5/x90/x95 - /xe5/x90/x96 - /xe5/x90/x97 - /xe5/x90/x98 - /xe5/x90/x99 - /xe5/x90/x9a - /xe5/x90/x9b - /xe5/x90/x9c - /xe5/x90/x9d - /xe5/x90/x9e - /xe5/x90/x9f - /xe5/x90/xa0 - /xe5/x90/xa1 - /xe5/x90/xa2 - /xe5/x90/xa3 - /xe5/x90/xa4 - /xe5/x90/xa5 - /xe5/x90/xa6 - /xe5/x90/xa7 - /xe5/x90/xa8 - /xe5/x90/xa9 - /xe5/x90/xaa - /xe5/x90/xab - /xe5/x90/xac - /xe5/x90/xad - /xe5/x90/xae - /xe5/x90/xaf - /xe5/x90/xb0 - /xe5/x90/xb1 - /xe5/x90/xb2 - /xe5/x90/xb3 - /xe5/x90/xb4 - /xe5/x90/xb5 - /xe5/x90/xb6 - /xe5/x90/xb7 - /xe5/x90/xb8 - /xe5/x90/xb9 - /xe5/x90/xba - /xe5/x90/xbb - /xe5/x90/xbc - /xe5/x90/xbd - /xe5/x90/xbe - /xe5/x90/xbf - /xe5/x91/x80 - /xe5/x91/x81 - /xe5/x91/x82 - /xe5/x91/x83 - /xe5/x91/x84 - /xe5/x91/x85 - /xe5/x91/x86 - /xe5/x91/x87 - /xe5/x91/x88 - /xe5/x91/x89 - /xe5/x91/x8a - /xe5/x91/x8b - /xe5/x91/x8c - /xe5/x91/x8d - /xe5/x91/x8e - /xe5/x91/x8f - /xe5/x91/x90 - /xe5/x91/x91 - /xe5/x91/x92 - /xe5/x91/x93 - /xe5/x91/x94 - /xe5/x91/x95 - /xe5/x91/x96 - /xe5/x91/x97 - /xe5/x91/x98 - /xe5/x91/x99 - /xe5/x91/x9a - /xe5/x91/x9b - /xe5/x91/x9c - /xe5/x91/x9d - /xe5/x91/x9e - /xe5/x91/x9f - /xe5/x91/xa0 - /xe5/x91/xa1 - /xe5/x91/xa2 - /xe5/x91/xa3 - /xe5/x91/xa4 - /xe5/x91/xa5 - /xe5/x91/xa6 - /xe5/x91/xa7 - /xe5/x91/xa8 - /xe5/x91/xa9 - /xe5/x91/xaa - /xe5/x91/xab - /xe5/x91/xac - /xe5/x91/xad - /xe5/x91/xae - /xe5/x91/xaf - /xe5/x91/xb0 - /xe5/x91/xb1 - /xe5/x91/xb2 - /xe5/x91/xb3 - /xe5/x91/xb4 - /xe5/x91/xb5 - /xe5/x91/xb6 - /xe5/x91/xb7 - /xe5/x91/xb8 - /xe5/x91/xb9 - /xe5/x91/xba - /xe5/x91/xbb - /xe5/x91/xbc - /xe5/x91/xbd - /xe5/x91/xbe - /xe5/x91/xbf - /xe5/x92/x80 - /xe5/x92/x81 - /xe5/x92/x82 - /xe5/x92/x83 - /xe5/x92/x84 - /xe5/x92/x85 - /xe5/x92/x86 - /xe5/x92/x87 - /xe5/x92/x88 - /xe5/x92/x89 - /xe5/x92/x8a - /xe5/x92/x8b - /xe5/x92/x8c - /xe5/x92/x8d - /xe5/x92/x8e - /xe5/x92/x8f - /xe5/x92/x90 - /xe5/x92/x91 - /xe5/x92/x92 - /xe5/x92/x93 - /xe5/x92/x94 - /xe5/x92/x95 - /xe5/x92/x96 - /xe5/x92/x97 - /xe5/x92/x98 - /xe5/x92/x99 - /xe5/x92/x9a - /xe5/x92/x9b - /xe5/x92/x9c - /xe5/x92/x9d - /xe5/x92/x9e - /xe5/x92/x9f - /xe5/x92/xa0 - /xe5/x92/xa1 - /xe5/x92/xa2 - /xe5/x92/xa3 - /xe5/x92/xa4 - /xe5/x92/xa5 - /xe5/x92/xa6 - /xe5/x92/xa7 - /xe5/x92/xa8 - /xe5/x92/xa9 - /xe5/x92/xaa - /xe5/x92/xab - /xe5/x92/xac - /xe5/x92/xad - /xe5/x92/xae - /xe5/x92/xaf - /xe5/x92/xb0 - /xe5/x92/xb1 - /xe5/x92/xb2 - /xe5/x92/xb3 - /xe5/x92/xb4 - /xe5/x92/xb5 - /xe5/x92/xb6 - /xe5/x92/xb7 - /xe5/x92/xb8 - /xe5/x92/xb9 - /xe5/x92/xba - /xe5/x92/xbb - /xe5/x92/xbc - /xe5/x92/xbd - /xe5/x92/xbe - /xe5/x92/xbf - /xe5/x93/x80 - /xe5/x93/x81 - /xe5/x93/x82 - /xe5/x93/x83 - /xe5/x93/x84 - /xe5/x93/x85 - /xe5/x93/x86 - /xe5/x93/x87 - /xe5/x93/x88 - /xe5/x93/x89 - /xe5/x93/x8a - /xe5/x93/x8b - /xe5/x93/x8c - /xe5/x93/x8d - /xe5/x93/x8e - /xe5/x93/x8f - /xe5/x93/x90 - /xe5/x93/x91 - /xe5/x93/x92 - /xe5/x93/x93 - /xe5/x93/x94 - /xe5/x93/x95 - /xe5/x93/x96 - /xe5/x93/x97 - /xe5/x93/x98 - /xe5/x93/x99 - /xe5/x93/x9a - /xe5/x93/x9b - /xe5/x93/x9c - /xe5/x93/x9d - /xe5/x93/x9e - /xe5/x93/x9f - /xe5/x93/xa0 - /xe5/x93/xa1 - /xe5/x93/xa2 - /xe5/x93/xa3 - /xe5/x93/xa4 - /xe5/x93/xa5 - /xe5/x93/xa6 - /xe5/x93/xa7 - /xe5/x93/xa8 - /xe5/x93/xa9 - /xe5/x93/xaa - /xe5/x93/xab - /xe5/x93/xac - /xe5/x93/xad - /xe5/x93/xae - /xe5/x93/xaf - /xe5/x93/xb0 - /xe5/x93/xb1 - /xe5/x93/xb2 - /xe5/x93/xb3 - /xe5/x93/xb4 - /xe5/x93/xb5 - /xe5/x93/xb6 - /xe5/x93/xb7 - /xe5/x93/xb8 - /xe5/x93/xb9 - /xe5/x93/xba - /xe5/x93/xbb - /xe5/x93/xbc - /xe5/x93/xbd - /xe5/x93/xbe - /xe5/x93/xbf - /xe5/x94/x80 - /xe5/x94/x81 - /xe5/x94/x82 - /xe5/x94/x83 - /xe5/x94/x84 - /xe5/x94/x85 - /xe5/x94/x86 - /xe5/x94/x87 - /xe5/x94/x88 - /xe5/x94/x89 - /xe5/x94/x8a - /xe5/x94/x8b - /xe5/x94/x8c - /xe5/x94/x8d - /xe5/x94/x8e - /xe5/x94/x8f - /xe5/x94/x90 - /xe5/x94/x91 - /xe5/x94/x92 - /xe5/x94/x93 - /xe5/x94/x94 - /xe5/x94/x95 - /xe5/x94/x96 - /xe5/x94/x97 - /xe5/x94/x98 - /xe5/x94/x99 - /xe5/x94/x9a - /xe5/x94/x9b - /xe5/x94/x9c - /xe5/x94/x9d - /xe5/x94/x9e - /xe5/x94/x9f - /xe5/x94/xa0 - /xe5/x94/xa1 - /xe5/x94/xa2 - /xe5/x94/xa3 - /xe5/x94/xa4 - /xe5/x94/xa5 - /xe5/x94/xa6 - /xe5/x94/xa7 - /xe5/x94/xa8 - /xe5/x94/xa9 - /xe5/x94/xaa - /xe5/x94/xab - /xe5/x94/xac - /xe5/x94/xad - /xe5/x94/xae - /xe5/x94/xaf - /xe5/x94/xb0 - /xe5/x94/xb1 - /xe5/x94/xb2 - /xe5/x94/xb3 - /xe5/x94/xb4 - /xe5/x94/xb5 - /xe5/x94/xb6 - /xe5/x94/xb7 - /xe5/x94/xb8 - /xe5/x94/xb9 - /xe5/x94/xba - /xe5/x94/xbb - /xe5/x94/xbc - /xe5/x94/xbd - /xe5/x94/xbe - /xe5/x94/xbf - /xe5/x95/x80 - /xe5/x95/x81 - /xe5/x95/x82 - /xe5/x95/x83 - /xe5/x95/x84 - /xe5/x95/x85 - /xe5/x95/x86 - /xe5/x95/x87 - /xe5/x95/x88 - /xe5/x95/x89 - /xe5/x95/x8a - /xe5/x95/x8b - /xe5/x95/x8c - /xe5/x95/x8d - /xe5/x95/x8e - /xe5/x95/x8f - /xe5/x95/x90 - /xe5/x95/x91 - /xe5/x95/x92 - /xe5/x95/x93 - /xe5/x95/x94 - /xe5/x95/x95 - /xe5/x95/x96 - /xe5/x95/x97 - /xe5/x95/x98 - /xe5/x95/x99 - /xe5/x95/x9a - /xe5/x95/x9b - /xe5/x95/x9c - /xe5/x95/x9d - /xe5/x95/x9e - /xe5/x95/x9f - /xe5/x95/xa0 - /xe5/x95/xa1 - /xe5/x95/xa2 - /xe5/x95/xa3 - /xe5/x95/xa4 - /xe5/x95/xa5 - /xe5/x95/xa6 - /xe5/x95/xa7 - /xe5/x95/xa8 - /xe5/x95/xa9 - /xe5/x95/xaa - /xe5/x95/xab - /xe5/x95/xac - /xe5/x95/xad - /xe5/x95/xae - /xe5/x95/xaf - /xe5/x95/xb0 - /xe5/x95/xb1 - /xe5/x95/xb2 - /xe5/x95/xb3 - /xe5/x95/xb4 - /xe5/x95/xb5 - /xe5/x95/xb6 - /xe5/x95/xb7 - /xe5/x95/xb8 - /xe5/x95/xb9 - /xe5/x95/xba - /xe5/x95/xbb - /xe5/x95/xbc - /xe5/x95/xbd - /xe5/x95/xbe - /xe5/x95/xbf - /xe5/x96/x80 - /xe5/x96/x81 - /xe5/x96/x82 - /xe5/x96/x83 - /xe5/x96/x84 - /xe5/x96/x85 - /xe5/x96/x86 - /xe5/x96/x87 - /xe5/x96/x88 - /xe5/x96/x89 - /xe5/x96/x8a - /xe5/x96/x8b - /xe5/x96/x8c - /xe5/x96/x8d - /xe5/x96/x8e - /xe5/x96/x8f - /xe5/x96/x90 - /xe5/x96/x91 - /xe5/x96/x92 - /xe5/x96/x93 - /xe5/x96/x94 - /xe5/x96/x95 - /xe5/x96/x96 - /xe5/x96/x97 - /xe5/x96/x98 - /xe5/x96/x99 - /xe5/x96/x9a - /xe5/x96/x9b - /xe5/x96/x9c - /xe5/x96/x9d - /xe5/x96/x9e - /xe5/x96/x9f - /xe5/x96/xa0 - /xe5/x96/xa1 - /xe5/x96/xa2 - /xe5/x96/xa3 - /xe5/x96/xa4 - /xe5/x96/xa5 - /xe5/x96/xa6 - /xe5/x96/xa7 - /xe5/x96/xa8 - /xe5/x96/xa9 - /xe5/x96/xaa - /xe5/x96/xab - /xe5/x96/xac - /xe5/x96/xad - /xe5/x96/xae - /xe5/x96/xaf - /xe5/x96/xb0 - /xe5/x96/xb1 - /xe5/x96/xb2 - /xe5/x96/xb3 - /xe5/x96/xb4 - /xe5/x96/xb5 - /xe5/x96/xb6 - /xe5/x96/xb7 - /xe5/x96/xb8 - /xe5/x96/xb9 - /xe5/x96/xba - /xe5/x96/xbb - /xe5/x96/xbc - /xe5/x96/xbd - /xe5/x96/xbe - /xe5/x96/xbf - /xe5/x97/x80 - /xe5/x97/x81 - /xe5/x97/x82 - /xe5/x97/x83 - /xe5/x97/x84 - /xe5/x97/x85 - /xe5/x97/x86 - /xe5/x97/x87 - /xe5/x97/x88 - /xe5/x97/x89 - /xe5/x97/x8a - /xe5/x97/x8b - /xe5/x97/x8c - /xe5/x97/x8d - /xe5/x97/x8e - /xe5/x97/x8f - /xe5/x97/x90 - /xe5/x97/x91 - /xe5/x97/x92 - /xe5/x97/x93 - /xe5/x97/x94 - /xe5/x97/x95 - /xe5/x97/x96 - /xe5/x97/x97 - /xe5/x97/x98 - /xe5/x97/x99 - /xe5/x97/x9a - /xe5/x97/x9b - /xe5/x97/x9c - /xe5/x97/x9d - /xe5/x97/x9e - /xe5/x97/x9f - /xe5/x97/xa0 - /xe5/x97/xa1 - /xe5/x97/xa2 - /xe5/x97/xa3 - /xe5/x97/xa4 - /xe5/x97/xa5 - /xe5/x97/xa6 - /xe5/x97/xa7 - /xe5/x97/xa8 - /xe5/x97/xa9 - /xe5/x97/xaa - /xe5/x97/xab - /xe5/x97/xac - /xe5/x97/xad - /xe5/x97/xae - /xe5/x97/xaf - /xe5/x97/xb0 - /xe5/x97/xb1 - /xe5/x97/xb2 - /xe5/x97/xb3 - /xe5/x97/xb4 - /xe5/x97/xb5 - /xe5/x97/xb6 - /xe5/x97/xb7 - /xe5/x97/xb8 - /xe5/x97/xb9 - /xe5/x97/xba - /xe5/x97/xbb - /xe5/x97/xbc - /xe5/x97/xbd - /xe5/x97/xbe - /xe5/x97/xbf - /xe5/x98/x80 - /xe5/x98/x81 - /xe5/x98/x82 - /xe5/x98/x83 - /xe5/x98/x84 - /xe5/x98/x85 - /xe5/x98/x86 - /xe5/x98/x87 - /xe5/x98/x88 - /xe5/x98/x89 - /xe5/x98/x8a - /xe5/x98/x8b - /xe5/x98/x8c - /xe5/x98/x8d - /xe5/x98/x8e - /xe5/x98/x8f - /xe5/x98/x90 - /xe5/x98/x91 - /xe5/x98/x92 - /xe5/x98/x93 - /xe5/x98/x94 - /xe5/x98/x95 - /xe5/x98/x96 - /xe5/x98/x97 - /xe5/x98/x98 - /xe5/x98/x99 - /xe5/x98/x9a - /xe5/x98/x9b - /xe5/x98/x9c - /xe5/x98/x9d - /xe5/x98/x9e - /xe5/x98/x9f - /xe5/x98/xa0 - /xe5/x98/xa1 - /xe5/x98/xa2 - /xe5/x98/xa3 - /xe5/x98/xa4 - /xe5/x98/xa5 - /xe5/x98/xa6 - /xe5/x98/xa7 - /xe5/x98/xa8 - /xe5/x98/xa9 - /xe5/x98/xaa - /xe5/x98/xab - /xe5/x98/xac - /xe5/x98/xad - /xe5/x98/xae - /xe5/x98/xaf - /xe5/x98/xb0 - /xe5/x98/xb1 - /xe5/x98/xb2 - /xe5/x98/xb3 - /xe5/x98/xb4 - /xe5/x98/xb5 - /xe5/x98/xb6 - /xe5/x98/xb7 - /xe5/x98/xb8 - /xe5/x98/xb9 - /xe5/x98/xba - /xe5/x98/xbb - /xe5/x98/xbc - /xe5/x98/xbd - /xe5/x98/xbe - /xe5/x98/xbf - /xe5/x99/x80 - /xe5/x99/x81 - /xe5/x99/x82 - /xe5/x99/x83 - /xe5/x99/x84 - /xe5/x99/x85 - /xe5/x99/x86 - /xe5/x99/x87 - /xe5/x99/x88 - /xe5/x99/x89 - /xe5/x99/x8a - /xe5/x99/x8b - /xe5/x99/x8c - /xe5/x99/x8d - /xe5/x99/x8e - /xe5/x99/x8f - /xe5/x99/x90 - /xe5/x99/x91 - /xe5/x99/x92 - /xe5/x99/x93 - /xe5/x99/x94 - /xe5/x99/x95 - /xe5/x99/x96 - /xe5/x99/x97 - /xe5/x99/x98 - /xe5/x99/x99 - /xe5/x99/x9a - /xe5/x99/x9b - /xe5/x99/x9c - /xe5/x99/x9d - /xe5/x99/x9e - /xe5/x99/x9f - /xe5/x99/xa0 - /xe5/x99/xa1 - /xe5/x99/xa2 - /xe5/x99/xa3 - /xe5/x99/xa4 - /xe5/x99/xa5 - /xe5/x99/xa6 - /xe5/x99/xa7 - /xe5/x99/xa8 - /xe5/x99/xa9 - /xe5/x99/xaa - /xe5/x99/xab - /xe5/x99/xac - /xe5/x99/xad - /xe5/x99/xae - /xe5/x99/xaf - /xe5/x99/xb0 - /xe5/x99/xb1 - /xe5/x99/xb2 - /xe5/x99/xb3 - /xe5/x99/xb4 - /xe5/x99/xb5 - /xe5/x99/xb6 - /xe5/x99/xb7 - /xe5/x99/xb8 - /xe5/x99/xb9 - /xe5/x99/xba - /xe5/x99/xbb - /xe5/x99/xbc - /xe5/x99/xbd - /xe5/x99/xbe - /xe5/x99/xbf - /xe5/x9a/x80 - /xe5/x9a/x81 - /xe5/x9a/x82 - /xe5/x9a/x83 - /xe5/x9a/x84 - /xe5/x9a/x85 - /xe5/x9a/x86 - /xe5/x9a/x87 - /xe5/x9a/x88 - /xe5/x9a/x89 - /xe5/x9a/x8a - /xe5/x9a/x8b - /xe5/x9a/x8c - /xe5/x9a/x8d - /xe5/x9a/x8e - /xe5/x9a/x8f - /xe5/x9a/x90 - /xe5/x9a/x91 - /xe5/x9a/x92 - /xe5/x9a/x93 - /xe5/x9a/x94 - /xe5/x9a/x95 - /xe5/x9a/x96 - /xe5/x9a/x97 - /xe5/x9a/x98 - /xe5/x9a/x99 - /xe5/x9a/x9a - /xe5/x9a/x9b - /xe5/x9a/x9c - /xe5/x9a/x9d - /xe5/x9a/x9e - /xe5/x9a/x9f - /xe5/x9a/xa0 - /xe5/x9a/xa1 - /xe5/x9a/xa2 - /xe5/x9a/xa3 - /xe5/x9a/xa4 - /xe5/x9a/xa5 - /xe5/x9a/xa6 - /xe5/x9a/xa7 - /xe5/x9a/xa8 - /xe5/x9a/xa9 - /xe5/x9a/xaa - /xe5/x9a/xab - /xe5/x9a/xac - /xe5/x9a/xad - /xe5/x9a/xae - /xe5/x9a/xaf - /xe5/x9a/xb0 - /xe5/x9a/xb1 - /xe5/x9a/xb2 - /xe5/x9a/xb3 - /xe5/x9a/xb4 - /xe5/x9a/xb5 - /xe5/x9a/xb6 - /xe5/x9a/xb7 - /xe5/x9a/xb8 - /xe5/x9a/xb9 - /xe5/x9a/xba - /xe5/x9a/xbb - /xe5/x9a/xbc - /xe5/x9a/xbd - /xe5/x9a/xbe - /xe5/x9a/xbf - /xe5/x9b/x80 - /xe5/x9b/x81 - /xe5/x9b/x82 - /xe5/x9b/x83 - /xe5/x9b/x84 - /xe5/x9b/x85 - /xe5/x9b/x86 - /xe5/x9b/x87 - /xe5/x9b/x88 - /xe5/x9b/x89 - /xe5/x9b/x8a - /xe5/x9b/x8b - /xe5/x9b/x8c - /xe5/x9b/x8d - /xe5/x9b/x8e - /xe5/x9b/x8f - /xe5/x9b/x90 - /xe5/x9b/x91 - /xe5/x9b/x92 - /xe5/x9b/x93 - /xe5/x9b/x94 - /xe5/x9b/x95 - /xe5/x9b/x96 - /xe5/x9b/x97 - /xe5/x9b/x98 - /xe5/x9b/x99 - /xe5/x9b/x9a - /xe5/x9b/x9b - /xe5/x9b/x9c - /xe5/x9b/x9d - /xe5/x9b/x9e - /xe5/x9b/x9f - /xe5/x9b/xa0 - /xe5/x9b/xa1 - /xe5/x9b/xa2 - /xe5/x9b/xa3 - /xe5/x9b/xa4 - /xe5/x9b/xa5 - /xe5/x9b/xa6 - /xe5/x9b/xa7 - /xe5/x9b/xa8 - /xe5/x9b/xa9 - /xe5/x9b/xaa - /xe5/x9b/xab - /xe5/x9b/xac - /xe5/x9b/xad - /xe5/x9b/xae - /xe5/x9b/xaf - /xe5/x9b/xb0 - /xe5/x9b/xb1 - /xe5/x9b/xb2 - /xe5/x9b/xb3 - /xe5/x9b/xb4 - /xe5/x9b/xb5 - /xe5/x9b/xb6 - /xe5/x9b/xb7 - /xe5/x9b/xb8 - /xe5/x9b/xb9 - /xe5/x9b/xba - /xe5/x9b/xbb - /xe5/x9b/xbc - /xe5/x9b/xbd - /xe5/x9b/xbe - /xe5/x9b/xbf - /xe5/x9c/x80 - /xe5/x9c/x81 - /xe5/x9c/x82 - /xe5/x9c/x83 - /xe5/x9c/x84 - /xe5/x9c/x85 - /xe5/x9c/x86 - /xe5/x9c/x87 - /xe5/x9c/x88 - /xe5/x9c/x89 - /xe5/x9c/x8a - /xe5/x9c/x8b - /xe5/x9c/x8c - /xe5/x9c/x8d - /xe5/x9c/x8e - /xe5/x9c/x8f - /xe5/x9c/x90 - /xe5/x9c/x91 - /xe5/x9c/x92 - /xe5/x9c/x93 - /xe5/x9c/x94 - /xe5/x9c/x95 - /xe5/x9c/x96 - /xe5/x9c/x97 - /xe5/x9c/x98 - /xe5/x9c/x99 - /xe5/x9c/x9a - /xe5/x9c/x9b - /xe5/x9c/x9c - /xe5/x9c/x9d - /xe5/x9c/x9e - /xe5/x9c/x9f - /xe5/x9c/xa0 - /xe5/x9c/xa1 - /xe5/x9c/xa2 - /xe5/x9c/xa3 - /xe5/x9c/xa4 - /xe5/x9c/xa5 - /xe5/x9c/xa6 - /xe5/x9c/xa7 - /xe5/x9c/xa8 - /xe5/x9c/xa9 - /xe5/x9c/xaa - /xe5/x9c/xab - /xe5/x9c/xac - /xe5/x9c/xad - /xe5/x9c/xae - /xe5/x9c/xaf - /xe5/x9c/xb0 - /xe5/x9c/xb1 - /xe5/x9c/xb2 - /xe5/x9c/xb3 - /xe5/x9c/xb4 - /xe5/x9c/xb5 - /xe5/x9c/xb6 - /xe5/x9c/xb7 - /xe5/x9c/xb8 - /xe5/x9c/xb9 - /xe5/x9c/xba - /xe5/x9c/xbb - /xe5/x9c/xbc - /xe5/x9c/xbd - /xe5/x9c/xbe - /xe5/x9c/xbf - /xe5/x9d/x80 - /xe5/x9d/x81 - /xe5/x9d/x82 - /xe5/x9d/x83 - /xe5/x9d/x84 - /xe5/x9d/x85 - /xe5/x9d/x86 - /xe5/x9d/x87 - /xe5/x9d/x88 - /xe5/x9d/x89 - /xe5/x9d/x8a - /xe5/x9d/x8b - /xe5/x9d/x8c - /xe5/x9d/x8d - /xe5/x9d/x8e - /xe5/x9d/x8f - /xe5/x9d/x90 - /xe5/x9d/x91 - /xe5/x9d/x92 - /xe5/x9d/x93 - /xe5/x9d/x94 - /xe5/x9d/x95 - /xe5/x9d/x96 - /xe5/x9d/x97 - /xe5/x9d/x98 - /xe5/x9d/x99 - /xe5/x9d/x9a - /xe5/x9d/x9b - /xe5/x9d/x9c - /xe5/x9d/x9d - /xe5/x9d/x9e - /xe5/x9d/x9f - /xe5/x9d/xa0 - /xe5/x9d/xa1 - /xe5/x9d/xa2 - /xe5/x9d/xa3 - /xe5/x9d/xa4 - /xe5/x9d/xa5 - /xe5/x9d/xa6 - /xe5/x9d/xa7 - /xe5/x9d/xa8 - /xe5/x9d/xa9 - /xe5/x9d/xaa - /xe5/x9d/xab - /xe5/x9d/xac - /xe5/x9d/xad - /xe5/x9d/xae - /xe5/x9d/xaf - /xe5/x9d/xb0 - /xe5/x9d/xb1 - /xe5/x9d/xb2 - /xe5/x9d/xb3 - /xe5/x9d/xb4 - /xe5/x9d/xb5 - /xe5/x9d/xb6 - /xe5/x9d/xb7 - /xe5/x9d/xb8 - /xe5/x9d/xb9 - /xe5/x9d/xba - /xe5/x9d/xbb - /xe5/x9d/xbc - /xe5/x9d/xbd - /xe5/x9d/xbe - /xe5/x9d/xbf - /xe5/x9e/x80 - /xe5/x9e/x81 - /xe5/x9e/x82 - /xe5/x9e/x83 - /xe5/x9e/x84 - /xe5/x9e/x85 - /xe5/x9e/x86 - /xe5/x9e/x87 - /xe5/x9e/x88 - /xe5/x9e/x89 - /xe5/x9e/x8a - /xe5/x9e/x8b - /xe5/x9e/x8c - /xe5/x9e/x8d - /xe5/x9e/x8e - /xe5/x9e/x8f - /xe5/x9e/x90 - /xe5/x9e/x91 - /xe5/x9e/x92 - /xe5/x9e/x93 - /xe5/x9e/x94 - /xe5/x9e/x95 - /xe5/x9e/x96 - /xe5/x9e/x97 - /xe5/x9e/x98 - /xe5/x9e/x99 - /xe5/x9e/x9a - /xe5/x9e/x9b - /xe5/x9e/x9c - /xe5/x9e/x9d - /xe5/x9e/x9e - /xe5/x9e/x9f - /xe5/x9e/xa0 - /xe5/x9e/xa1 - /xe5/x9e/xa2 - /xe5/x9e/xa3 - /xe5/x9e/xa4 - /xe5/x9e/xa5 - /xe5/x9e/xa6 - /xe5/x9e/xa7 - /xe5/x9e/xa8 - /xe5/x9e/xa9 - /xe5/x9e/xaa - /xe5/x9e/xab - /xe5/x9e/xac - /xe5/x9e/xad - /xe5/x9e/xae - /xe5/x9e/xaf - /xe5/x9e/xb0 - /xe5/x9e/xb1 - /xe5/x9e/xb2 - /xe5/x9e/xb3 - /xe5/x9e/xb4 - /xe5/x9e/xb5 - /xe5/x9e/xb6 - /xe5/x9e/xb7 - /xe5/x9e/xb8 - /xe5/x9e/xb9 - /xe5/x9e/xba - /xe5/x9e/xbb - /xe5/x9e/xbc - /xe5/x9e/xbd - /xe5/x9e/xbe - /xe5/x9e/xbf - /xe5/x9f/x80 - /xe5/x9f/x81 - /xe5/x9f/x82 - /xe5/x9f/x83 - /xe5/x9f/x84 - /xe5/x9f/x85 - /xe5/x9f/x86 - /xe5/x9f/x87 - /xe5/x9f/x88 - /xe5/x9f/x89 - /xe5/x9f/x8a - /xe5/x9f/x8b - /xe5/x9f/x8c - /xe5/x9f/x8d - /xe5/x9f/x8e - /xe5/x9f/x8f - /xe5/x9f/x90 - /xe5/x9f/x91 - /xe5/x9f/x92 - /xe5/x9f/x93 - /xe5/x9f/x94 - /xe5/x9f/x95 - /xe5/x9f/x96 - /xe5/x9f/x97 - /xe5/x9f/x98 - /xe5/x9f/x99 - /xe5/x9f/x9a - /xe5/x9f/x9b - /xe5/x9f/x9c - /xe5/x9f/x9d - /xe5/x9f/x9e - /xe5/x9f/x9f - /xe5/x9f/xa0 - /xe5/x9f/xa1 - /xe5/x9f/xa2 - /xe5/x9f/xa3 - /xe5/x9f/xa4 - /xe5/x9f/xa5 - /xe5/x9f/xa6 - /xe5/x9f/xa7 - /xe5/x9f/xa8 - /xe5/x9f/xa9 - /xe5/x9f/xaa - /xe5/x9f/xab - /xe5/x9f/xac - /xe5/x9f/xad - /xe5/x9f/xae - /xe5/x9f/xaf - /xe5/x9f/xb0 - /xe5/x9f/xb1 - /xe5/x9f/xb2 - /xe5/x9f/xb3 - /xe5/x9f/xb4 - /xe5/x9f/xb5 - /xe5/x9f/xb6 - /xe5/x9f/xb7 - /xe5/x9f/xb8 - /xe5/x9f/xb9 - /xe5/x9f/xba - /xe5/x9f/xbb - /xe5/x9f/xbc - /xe5/x9f/xbd - /xe5/x9f/xbe - /xe5/x9f/xbf - /xe5/xa0/x80 - /xe5/xa0/x81 - /xe5/xa0/x82 - /xe5/xa0/x83 - /xe5/xa0/x84 - /xe5/xa0/x85 - /xe5/xa0/x86 - /xe5/xa0/x87 - /xe5/xa0/x88 - /xe5/xa0/x89 - /xe5/xa0/x8a - /xe5/xa0/x8b - /xe5/xa0/x8c - /xe5/xa0/x8d - /xe5/xa0/x8e - /xe5/xa0/x8f - /xe5/xa0/x90 - /xe5/xa0/x91 - /xe5/xa0/x92 - /xe5/xa0/x93 - /xe5/xa0/x94 - /xe5/xa0/x95 - /xe5/xa0/x96 - /xe5/xa0/x97 - /xe5/xa0/x98 - /xe5/xa0/x99 - /xe5/xa0/x9a - /xe5/xa0/x9b - /xe5/xa0/x9c - /xe5/xa0/x9d - /xe5/xa0/x9e - /xe5/xa0/x9f - /xe5/xa0/xa0 - /xe5/xa0/xa1 - /xe5/xa0/xa2 - /xe5/xa0/xa3 - /xe5/xa0/xa4 - /xe5/xa0/xa5 - /xe5/xa0/xa6 - /xe5/xa0/xa7 - /xe5/xa0/xa8 - /xe5/xa0/xa9 - /xe5/xa0/xaa - /xe5/xa0/xab - /xe5/xa0/xac - /xe5/xa0/xad - /xe5/xa0/xae - /xe5/xa0/xaf - /xe5/xa0/xb0 - /xe5/xa0/xb1 - /xe5/xa0/xb2 - /xe5/xa0/xb3 - /xe5/xa0/xb4 - /xe5/xa0/xb5 - /xe5/xa0/xb6 - /xe5/xa0/xb7 - /xe5/xa0/xb8 - /xe5/xa0/xb9 - /xe5/xa0/xba - /xe5/xa0/xbb - /xe5/xa0/xbc - /xe5/xa0/xbd - /xe5/xa0/xbe - /xe5/xa0/xbf - /xe5/xa1/x80 - /xe5/xa1/x81 - /xe5/xa1/x82 - /xe5/xa1/x83 - /xe5/xa1/x84 - /xe5/xa1/x85 - /xe5/xa1/x86 - /xe5/xa1/x87 - /xe5/xa1/x88 - /xe5/xa1/x89 - /xe5/xa1/x8a - /xe5/xa1/x8b - /xe5/xa1/x8c - /xe5/xa1/x8d - /xe5/xa1/x8e - /xe5/xa1/x8f - /xe5/xa1/x90 - /xe5/xa1/x91 - /xe5/xa1/x92 - /xe5/xa1/x93 - /xe5/xa1/x94 - /xe5/xa1/x95 - /xe5/xa1/x96 - /xe5/xa1/x97 - /xe5/xa1/x98 - /xe5/xa1/x99 - /xe5/xa1/x9a - /xe5/xa1/x9b - /xe5/xa1/x9c - /xe5/xa1/x9d - /xe5/xa1/x9e - /xe5/xa1/x9f - /xe5/xa1/xa0 - /xe5/xa1/xa1 - /xe5/xa1/xa2 - /xe5/xa1/xa3 - /xe5/xa1/xa4 - /xe5/xa1/xa5 - /xe5/xa1/xa6 - /xe5/xa1/xa7 - /xe5/xa1/xa8 - /xe5/xa1/xa9 - /xe5/xa1/xaa - /xe5/xa1/xab - /xe5/xa1/xac - /xe5/xa1/xad - /xe5/xa1/xae - /xe5/xa1/xaf - /xe5/xa1/xb0 - /xe5/xa1/xb1 - /xe5/xa1/xb2 - /xe5/xa1/xb3 - /xe5/xa1/xb4 - /xe5/xa1/xb5 - /xe5/xa1/xb6 - /xe5/xa1/xb7 - /xe5/xa1/xb8 - /xe5/xa1/xb9 - /xe5/xa1/xba - /xe5/xa1/xbb - /xe5/xa1/xbc - /xe5/xa1/xbd - /xe5/xa1/xbe - /xe5/xa1/xbf - /xe5/xa2/x80 - /xe5/xa2/x81 - /xe5/xa2/x82 - /xe5/xa2/x83 - /xe5/xa2/x84 - /xe5/xa2/x85 - /xe5/xa2/x86 - /xe5/xa2/x87 - /xe5/xa2/x88 - /xe5/xa2/x89 - /xe5/xa2/x8a - /xe5/xa2/x8b - /xe5/xa2/x8c - /xe5/xa2/x8d - /xe5/xa2/x8e - /xe5/xa2/x8f - /xe5/xa2/x90 - /xe5/xa2/x91 - /xe5/xa2/x92 - /xe5/xa2/x93 - /xe5/xa2/x94 - /xe5/xa2/x95 - /xe5/xa2/x96 - /xe5/xa2/x97 - /xe5/xa2/x98 - /xe5/xa2/x99 - /xe5/xa2/x9a - /xe5/xa2/x9b - /xe5/xa2/x9c - /xe5/xa2/x9d - /xe5/xa2/x9e - /xe5/xa2/x9f - /xe5/xa2/xa0 - /xe5/xa2/xa1 - /xe5/xa2/xa2 - /xe5/xa2/xa3 - /xe5/xa2/xa4 - /xe5/xa2/xa5 - /xe5/xa2/xa6 - /xe5/xa2/xa7 - /xe5/xa2/xa8 - /xe5/xa2/xa9 - /xe5/xa2/xaa - /xe5/xa2/xab - /xe5/xa2/xac - /xe5/xa2/xad - /xe5/xa2/xae - /xe5/xa2/xaf - /xe5/xa2/xb0 - /xe5/xa2/xb1 - /xe5/xa2/xb2 - /xe5/xa2/xb3 - /xe5/xa2/xb4 - /xe5/xa2/xb5 - /xe5/xa2/xb6 - /xe5/xa2/xb7 - /xe5/xa2/xb8 - /xe5/xa2/xb9 - /xe5/xa2/xba - /xe5/xa2/xbb - /xe5/xa2/xbc - /xe5/xa2/xbd - /xe5/xa2/xbe - /xe5/xa2/xbf - /xe5/xa3/x80 - /xe5/xa3/x81 - /xe5/xa3/x82 - /xe5/xa3/x83 - /xe5/xa3/x84 - /xe5/xa3/x85 - /xe5/xa3/x86 - /xe5/xa3/x87 - /xe5/xa3/x88 - /xe5/xa3/x89 - /xe5/xa3/x8a - /xe5/xa3/x8b - /xe5/xa3/x8c - /xe5/xa3/x8d - /xe5/xa3/x8e - /xe5/xa3/x8f - /xe5/xa3/x90 - /xe5/xa3/x91 - /xe5/xa3/x92 - /xe5/xa3/x93 - /xe5/xa3/x94 - /xe5/xa3/x95 - /xe5/xa3/x96 - /xe5/xa3/x97 - /xe5/xa3/x98 - /xe5/xa3/x99 - /xe5/xa3/x9a - /xe5/xa3/x9b - /xe5/xa3/x9c - /xe5/xa3/x9d - /xe5/xa3/x9e - /xe5/xa3/x9f - /xe5/xa3/xa0 - /xe5/xa3/xa1 - /xe5/xa3/xa2 - /xe5/xa3/xa3 - /xe5/xa3/xa4 - /xe5/xa3/xa5 - /xe5/xa3/xa6 - /xe5/xa3/xa7 - /xe5/xa3/xa8 - /xe5/xa3/xa9 - /xe5/xa3/xaa - /xe5/xa3/xab - /xe5/xa3/xac - /xe5/xa3/xad - /xe5/xa3/xae - /xe5/xa3/xaf - /xe5/xa3/xb0 - /xe5/xa3/xb1 - /xe5/xa3/xb2 - /xe5/xa3/xb3 - /xe5/xa3/xb4 - /xe5/xa3/xb5 - /xe5/xa3/xb6 - /xe5/xa3/xb7 - /xe5/xa3/xb8 - /xe5/xa3/xb9 - /xe5/xa3/xba - /xe5/xa3/xbb - /xe5/xa3/xbc - /xe5/xa3/xbd - /xe5/xa3/xbe - /xe5/xa3/xbf - /xe5/xa4/x80 - /xe5/xa4/x81 - /xe5/xa4/x82 - /xe5/xa4/x83 - /xe5/xa4/x84 - /xe5/xa4/x85 - /xe5/xa4/x86 - /xe5/xa4/x87 - /xe5/xa4/x88 - /xe5/xa4/x89 - /xe5/xa4/x8a - /xe5/xa4/x8b - /xe5/xa4/x8c - /xe5/xa4/x8d - /xe5/xa4/x8e - /xe5/xa4/x8f - /xe5/xa4/x90 - /xe5/xa4/x91 - /xe5/xa4/x92 - /xe5/xa4/x93 - /xe5/xa4/x94 - /xe5/xa4/x95 - /xe5/xa4/x96 - /xe5/xa4/x97 - /xe5/xa4/x98 - /xe5/xa4/x99 - /xe5/xa4/x9a - /xe5/xa4/x9b - /xe5/xa4/x9c - /xe5/xa4/x9d - /xe5/xa4/x9e - /xe5/xa4/x9f - /xe5/xa4/xa0 - /xe5/xa4/xa1 - /xe5/xa4/xa2 - /xe5/xa4/xa3 - /xe5/xa4/xa4 - /xe5/xa4/xa5 - /xe5/xa4/xa6 - /xe5/xa4/xa7 - /xe5/xa4/xa8 - /xe5/xa4/xa9 - /xe5/xa4/xaa - /xe5/xa4/xab - /xe5/xa4/xac - /xe5/xa4/xad - /xe5/xa4/xae - /xe5/xa4/xaf - /xe5/xa4/xb0 - /xe5/xa4/xb1 - /xe5/xa4/xb2 - /xe5/xa4/xb3 - /xe5/xa4/xb4 - /xe5/xa4/xb5 - /xe5/xa4/xb6 - /xe5/xa4/xb7 - /xe5/xa4/xb8 - /xe5/xa4/xb9 - /xe5/xa4/xba - /xe5/xa4/xbb - /xe5/xa4/xbc - /xe5/xa4/xbd - /xe5/xa4/xbe - /xe5/xa4/xbf - /xe5/xa5/x80 - /xe5/xa5/x81 - /xe5/xa5/x82 - /xe5/xa5/x83 - /xe5/xa5/x84 - /xe5/xa5/x85 - /xe5/xa5/x86 - /xe5/xa5/x87 - /xe5/xa5/x88 - /xe5/xa5/x89 - /xe5/xa5/x8a - /xe5/xa5/x8b - /xe5/xa5/x8c - /xe5/xa5/x8d - /xe5/xa5/x8e - /xe5/xa5/x8f - /xe5/xa5/x90 - /xe5/xa5/x91 - /xe5/xa5/x92 - /xe5/xa5/x93 - /xe5/xa5/x94 - /xe5/xa5/x95 - /xe5/xa5/x96 - /xe5/xa5/x97 - /xe5/xa5/x98 - /xe5/xa5/x99 - /xe5/xa5/x9a - /xe5/xa5/x9b - /xe5/xa5/x9c - /xe5/xa5/x9d - /xe5/xa5/x9e - /xe5/xa5/x9f - /xe5/xa5/xa0 - /xe5/xa5/xa1 - /xe5/xa5/xa2 - /xe5/xa5/xa3 - /xe5/xa5/xa4 - /xe5/xa5/xa5 - /xe5/xa5/xa6 - /xe5/xa5/xa7 - /xe5/xa5/xa8 - /xe5/xa5/xa9 - /xe5/xa5/xaa - /xe5/xa5/xab - /xe5/xa5/xac - /xe5/xa5/xad - /xe5/xa5/xae - /xe5/xa5/xaf - /xe5/xa5/xb0 - /xe5/xa5/xb1 - /xe5/xa5/xb2 - /xe5/xa5/xb3 - /xe5/xa5/xb4 - /xe5/xa5/xb5 - /xe5/xa5/xb6 - /xe5/xa5/xb7 - /xe5/xa5/xb8 - /xe5/xa5/xb9 - /xe5/xa5/xba - /xe5/xa5/xbb - /xe5/xa5/xbc - /xe5/xa5/xbd - /xe5/xa5/xbe - /xe5/xa5/xbf - /xe5/xa6/x80 - /xe5/xa6/x81 - /xe5/xa6/x82 - /xe5/xa6/x83 - /xe5/xa6/x84 - /xe5/xa6/x85 - /xe5/xa6/x86 - /xe5/xa6/x87 - /xe5/xa6/x88 - /xe5/xa6/x89 - /xe5/xa6/x8a - /xe5/xa6/x8b - /xe5/xa6/x8c - /xe5/xa6/x8d - /xe5/xa6/x8e - /xe5/xa6/x8f - /xe5/xa6/x90 - /xe5/xa6/x91 - /xe5/xa6/x92 - /xe5/xa6/x93 - /xe5/xa6/x94 - /xe5/xa6/x95 - /xe5/xa6/x96 - /xe5/xa6/x97 - /xe5/xa6/x98 - /xe5/xa6/x99 - /xe5/xa6/x9a - /xe5/xa6/x9b - /xe5/xa6/x9c - /xe5/xa6/x9d - /xe5/xa6/x9e - /xe5/xa6/x9f - /xe5/xa6/xa0 - /xe5/xa6/xa1 - /xe5/xa6/xa2 - /xe5/xa6/xa3 - /xe5/xa6/xa4 - /xe5/xa6/xa5 - /xe5/xa6/xa6 - /xe5/xa6/xa7 - /xe5/xa6/xa8 - /xe5/xa6/xa9 - /xe5/xa6/xaa - /xe5/xa6/xab - /xe5/xa6/xac - /xe5/xa6/xad - /xe5/xa6/xae - /xe5/xa6/xaf - /xe5/xa6/xb0 - /xe5/xa6/xb1 - /xe5/xa6/xb2 - /xe5/xa6/xb3 - /xe5/xa6/xb4 - /xe5/xa6/xb5 - /xe5/xa6/xb6 - /xe5/xa6/xb7 - /xe5/xa6/xb8 - /xe5/xa6/xb9 - /xe5/xa6/xba - /xe5/xa6/xbb - /xe5/xa6/xbc - /xe5/xa6/xbd - /xe5/xa6/xbe - /xe5/xa6/xbf - /xe5/xa7/x80 - /xe5/xa7/x81 - /xe5/xa7/x82 - /xe5/xa7/x83 - /xe5/xa7/x84 - /xe5/xa7/x85 - /xe5/xa7/x86 - /xe5/xa7/x87 - /xe5/xa7/x88 - /xe5/xa7/x89 - /xe5/xa7/x8a - /xe5/xa7/x8b - /xe5/xa7/x8c - /xe5/xa7/x8d - /xe5/xa7/x8e - /xe5/xa7/x8f - /xe5/xa7/x90 - /xe5/xa7/x91 - /xe5/xa7/x92 - /xe5/xa7/x93 - /xe5/xa7/x94 - /xe5/xa7/x95 - /xe5/xa7/x96 - /xe5/xa7/x97 - /xe5/xa7/x98 - /xe5/xa7/x99 - /xe5/xa7/x9a - /xe5/xa7/x9b - /xe5/xa7/x9c - /xe5/xa7/x9d - /xe5/xa7/x9e - /xe5/xa7/x9f - /xe5/xa7/xa0 - /xe5/xa7/xa1 - /xe5/xa7/xa2 - /xe5/xa7/xa3 - /xe5/xa7/xa4 - /xe5/xa7/xa5 - /xe5/xa7/xa6 - /xe5/xa7/xa7 - /xe5/xa7/xa8 - /xe5/xa7/xa9 - /xe5/xa7/xaa - /xe5/xa7/xab - /xe5/xa7/xac - /xe5/xa7/xad - /xe5/xa7/xae - /xe5/xa7/xaf - /xe5/xa7/xb0 - /xe5/xa7/xb1 - /xe5/xa7/xb2 - /xe5/xa7/xb3 - /xe5/xa7/xb4 - /xe5/xa7/xb5 - /xe5/xa7/xb6 - /xe5/xa7/xb7 - /xe5/xa7/xb8 - /xe5/xa7/xb9 - /xe5/xa7/xba - /xe5/xa7/xbb - /xe5/xa7/xbc - /xe5/xa7/xbd - /xe5/xa7/xbe - /xe5/xa7/xbf - /xe5/xa8/x80 - /xe5/xa8/x81 - /xe5/xa8/x82 - /xe5/xa8/x83 - /xe5/xa8/x84 - /xe5/xa8/x85 - /xe5/xa8/x86 - /xe5/xa8/x87 - /xe5/xa8/x88 - /xe5/xa8/x89 - /xe5/xa8/x8a - /xe5/xa8/x8b - /xe5/xa8/x8c - /xe5/xa8/x8d - /xe5/xa8/x8e - /xe5/xa8/x8f - /xe5/xa8/x90 - /xe5/xa8/x91 - /xe5/xa8/x92 - /xe5/xa8/x93 - /xe5/xa8/x94 - /xe5/xa8/x95 - /xe5/xa8/x96 - /xe5/xa8/x97 - /xe5/xa8/x98 - /xe5/xa8/x99 - /xe5/xa8/x9a - /xe5/xa8/x9b - /xe5/xa8/x9c - /xe5/xa8/x9d - /xe5/xa8/x9e - /xe5/xa8/x9f - /xe5/xa8/xa0 - /xe5/xa8/xa1 - /xe5/xa8/xa2 - /xe5/xa8/xa3 - /xe5/xa8/xa4 - /xe5/xa8/xa5 - /xe5/xa8/xa6 - /xe5/xa8/xa7 - /xe5/xa8/xa8 - /xe5/xa8/xa9 - /xe5/xa8/xaa - /xe5/xa8/xab - /xe5/xa8/xac - /xe5/xa8/xad - /xe5/xa8/xae - /xe5/xa8/xaf - /xe5/xa8/xb0 - /xe5/xa8/xb1 - /xe5/xa8/xb2 - /xe5/xa8/xb3 - /xe5/xa8/xb4 - /xe5/xa8/xb5 - /xe5/xa8/xb6 - /xe5/xa8/xb7 - /xe5/xa8/xb8 - /xe5/xa8/xb9 - /xe5/xa8/xba - /xe5/xa8/xbb - /xe5/xa8/xbc - /xe5/xa8/xbd - /xe5/xa8/xbe - /xe5/xa8/xbf - /xe5/xa9/x80 - /xe5/xa9/x81 - /xe5/xa9/x82 - /xe5/xa9/x83 - /xe5/xa9/x84 - /xe5/xa9/x85 - /xe5/xa9/x86 - /xe5/xa9/x87 - /xe5/xa9/x88 - /xe5/xa9/x89 - /xe5/xa9/x8a - /xe5/xa9/x8b - /xe5/xa9/x8c - /xe5/xa9/x8d - /xe5/xa9/x8e - /xe5/xa9/x8f - /xe5/xa9/x90 - /xe5/xa9/x91 - /xe5/xa9/x92 - /xe5/xa9/x93 - /xe5/xa9/x94 - /xe5/xa9/x95 - /xe5/xa9/x96 - /xe5/xa9/x97 - /xe5/xa9/x98 - /xe5/xa9/x99 - /xe5/xa9/x9a - /xe5/xa9/x9b - /xe5/xa9/x9c - /xe5/xa9/x9d - /xe5/xa9/x9e - /xe5/xa9/x9f - /xe5/xa9/xa0 - /xe5/xa9/xa1 - /xe5/xa9/xa2 - /xe5/xa9/xa3 - /xe5/xa9/xa4 - /xe5/xa9/xa5 - /xe5/xa9/xa6 - /xe5/xa9/xa7 - /xe5/xa9/xa8 - /xe5/xa9/xa9 - /xe5/xa9/xaa - /xe5/xa9/xab - /xe5/xa9/xac - /xe5/xa9/xad - /xe5/xa9/xae - /xe5/xa9/xaf - /xe5/xa9/xb0 - /xe5/xa9/xb1 - /xe5/xa9/xb2 - /xe5/xa9/xb3 - /xe5/xa9/xb4 - /xe5/xa9/xb5 - /xe5/xa9/xb6 - /xe5/xa9/xb7 - /xe5/xa9/xb8 - /xe5/xa9/xb9 - /xe5/xa9/xba - /xe5/xa9/xbb - /xe5/xa9/xbc - /xe5/xa9/xbd - /xe5/xa9/xbe - /xe5/xa9/xbf - /xe5/xaa/x80 - /xe5/xaa/x81 - /xe5/xaa/x82 - /xe5/xaa/x83 - /xe5/xaa/x84 - /xe5/xaa/x85 - /xe5/xaa/x86 - /xe5/xaa/x87 - /xe5/xaa/x88 - /xe5/xaa/x89 - /xe5/xaa/x8a - /xe5/xaa/x8b - /xe5/xaa/x8c - /xe5/xaa/x8d - /xe5/xaa/x8e - /xe5/xaa/x8f - /xe5/xaa/x90 - /xe5/xaa/x91 - /xe5/xaa/x92 - /xe5/xaa/x93 - /xe5/xaa/x94 - /xe5/xaa/x95 - /xe5/xaa/x96 - /xe5/xaa/x97 - /xe5/xaa/x98 - /xe5/xaa/x99 - /xe5/xaa/x9a - /xe5/xaa/x9b - /xe5/xaa/x9c - /xe5/xaa/x9d - /xe5/xaa/x9e - /xe5/xaa/x9f - /xe5/xaa/xa0 - /xe5/xaa/xa1 - /xe5/xaa/xa2 - /xe5/xaa/xa3 - /xe5/xaa/xa4 - /xe5/xaa/xa5 - /xe5/xaa/xa6 - /xe5/xaa/xa7 - /xe5/xaa/xa8 - /xe5/xaa/xa9 - /xe5/xaa/xaa - /xe5/xaa/xab - /xe5/xaa/xac - /xe5/xaa/xad - /xe5/xaa/xae - /xe5/xaa/xaf - /xe5/xaa/xb0 - /xe5/xaa/xb1 - /xe5/xaa/xb2 - /xe5/xaa/xb3 - /xe5/xaa/xb4 - /xe5/xaa/xb5 - /xe5/xaa/xb6 - /xe5/xaa/xb7 - /xe5/xaa/xb8 - /xe5/xaa/xb9 - /xe5/xaa/xba - /xe5/xaa/xbb - /xe5/xaa/xbc - /xe5/xaa/xbd - /xe5/xaa/xbe - /xe5/xaa/xbf - /xe5/xab/x80 - /xe5/xab/x81 - /xe5/xab/x82 - /xe5/xab/x83 - /xe5/xab/x84 - /xe5/xab/x85 - /xe5/xab/x86 - /xe5/xab/x87 - /xe5/xab/x88 - /xe5/xab/x89 - /xe5/xab/x8a - /xe5/xab/x8b - /xe5/xab/x8c - /xe5/xab/x8d - /xe5/xab/x8e - /xe5/xab/x8f - /xe5/xab/x90 - /xe5/xab/x91 - /xe5/xab/x92 - /xe5/xab/x93 - /xe5/xab/x94 - /xe5/xab/x95 - /xe5/xab/x96 - /xe5/xab/x97 - /xe5/xab/x98 - /xe5/xab/x99 - /xe5/xab/x9a - /xe5/xab/x9b - /xe5/xab/x9c - /xe5/xab/x9d - /xe5/xab/x9e - /xe5/xab/x9f - /xe5/xab/xa0 - /xe5/xab/xa1 - /xe5/xab/xa2 - /xe5/xab/xa3 - /xe5/xab/xa4 - /xe5/xab/xa5 - /xe5/xab/xa6 - /xe5/xab/xa7 - /xe5/xab/xa8 - /xe5/xab/xa9 - /xe5/xab/xaa - /xe5/xab/xab - /xe5/xab/xac - /xe5/xab/xad - /xe5/xab/xae - /xe5/xab/xaf - /xe5/xab/xb0 - /xe5/xab/xb1 - /xe5/xab/xb2 - /xe5/xab/xb3 - /xe5/xab/xb4 - /xe5/xab/xb5 - /xe5/xab/xb6 - /xe5/xab/xb7 - /xe5/xab/xb8 - /xe5/xab/xb9 - /xe5/xab/xba - /xe5/xab/xbb - /xe5/xab/xbc - /xe5/xab/xbd - /xe5/xab/xbe - /xe5/xab/xbf - /xe5/xac/x80 - /xe5/xac/x81 - /xe5/xac/x82 - /xe5/xac/x83 - /xe5/xac/x84 - /xe5/xac/x85 - /xe5/xac/x86 - /xe5/xac/x87 - /xe5/xac/x88 - /xe5/xac/x89 - /xe5/xac/x8a - /xe5/xac/x8b - /xe5/xac/x8c - /xe5/xac/x8d - /xe5/xac/x8e - /xe5/xac/x8f - /xe5/xac/x90 - /xe5/xac/x91 - /xe5/xac/x92 - /xe5/xac/x93 - /xe5/xac/x94 - /xe5/xac/x95 - /xe5/xac/x96 - /xe5/xac/x97 - /xe5/xac/x98 - /xe5/xac/x99 - /xe5/xac/x9a - /xe5/xac/x9b - /xe5/xac/x9c - /xe5/xac/x9d - /xe5/xac/x9e - /xe5/xac/x9f - /xe5/xac/xa0 - /xe5/xac/xa1 - /xe5/xac/xa2 - /xe5/xac/xa3 - /xe5/xac/xa4 - /xe5/xac/xa5 - /xe5/xac/xa6 - /xe5/xac/xa7 - /xe5/xac/xa8 - /xe5/xac/xa9 - /xe5/xac/xaa - /xe5/xac/xab - /xe5/xac/xac - /xe5/xac/xad - /xe5/xac/xae - /xe5/xac/xaf - /xe5/xac/xb0 - /xe5/xac/xb1 - /xe5/xac/xb2 - /xe5/xac/xb3 - /xe5/xac/xb4 - /xe5/xac/xb5 - /xe5/xac/xb6 - /xe5/xac/xb7 - /xe5/xac/xb8 - /xe5/xac/xb9 - /xe5/xac/xba - /xe5/xac/xbb - /xe5/xac/xbc - /xe5/xac/xbd - /xe5/xac/xbe - /xe5/xac/xbf - /xe5/xad/x80 - /xe5/xad/x81 - /xe5/xad/x82 - /xe5/xad/x83 - /xe5/xad/x84 - /xe5/xad/x85 - /xe5/xad/x86 - /xe5/xad/x87 - /xe5/xad/x88 - /xe5/xad/x89 - /xe5/xad/x8a - /xe5/xad/x8b - /xe5/xad/x8c - /xe5/xad/x8d - /xe5/xad/x8e - /xe5/xad/x8f - /xe5/xad/x90 - /xe5/xad/x91 - /xe5/xad/x92 - /xe5/xad/x93 - /xe5/xad/x94 - /xe5/xad/x95 - /xe5/xad/x96 - /xe5/xad/x97 - /xe5/xad/x98 - /xe5/xad/x99 - /xe5/xad/x9a - /xe5/xad/x9b - /xe5/xad/x9c - /xe5/xad/x9d - /xe5/xad/x9e - /xe5/xad/x9f - /xe5/xad/xa0 - /xe5/xad/xa1 - /xe5/xad/xa2 - /xe5/xad/xa3 - /xe5/xad/xa4 - /xe5/xad/xa5 - /xe5/xad/xa6 - /xe5/xad/xa7 - /xe5/xad/xa8 - /xe5/xad/xa9 - /xe5/xad/xaa - /xe5/xad/xab - /xe5/xad/xac - /xe5/xad/xad - /xe5/xad/xae - /xe5/xad/xaf - /xe5/xad/xb0 - /xe5/xad/xb1 - /xe5/xad/xb2 - /xe5/xad/xb3 - /xe5/xad/xb4 - /xe5/xad/xb5 - /xe5/xad/xb6 - /xe5/xad/xb7 - /xe5/xad/xb8 - /xe5/xad/xb9 - /xe5/xad/xba - /xe5/xad/xbb - /xe5/xad/xbc - /xe5/xad/xbd - /xe5/xad/xbe - /xe5/xad/xbf - /xe5/xae/x80 - /xe5/xae/x81 - /xe5/xae/x82 - /xe5/xae/x83 - /xe5/xae/x84 - /xe5/xae/x85 - /xe5/xae/x86 - /xe5/xae/x87 - /xe5/xae/x88 - /xe5/xae/x89 - /xe5/xae/x8a - /xe5/xae/x8b - /xe5/xae/x8c - /xe5/xae/x8d - /xe5/xae/x8e - /xe5/xae/x8f - /xe5/xae/x90 - /xe5/xae/x91 - /xe5/xae/x92 - /xe5/xae/x93 - /xe5/xae/x94 - /xe5/xae/x95 - /xe5/xae/x96 - /xe5/xae/x97 - /xe5/xae/x98 - /xe5/xae/x99 - /xe5/xae/x9a - /xe5/xae/x9b - /xe5/xae/x9c - /xe5/xae/x9d - /xe5/xae/x9e - /xe5/xae/x9f - /xe5/xae/xa0 - /xe5/xae/xa1 - /xe5/xae/xa2 - /xe5/xae/xa3 - /xe5/xae/xa4 - /xe5/xae/xa5 - /xe5/xae/xa6 - /xe5/xae/xa7 - /xe5/xae/xa8 - /xe5/xae/xa9 - /xe5/xae/xaa - /xe5/xae/xab - /xe5/xae/xac - /xe5/xae/xad - /xe5/xae/xae - /xe5/xae/xaf - /xe5/xae/xb0 - /xe5/xae/xb1 - /xe5/xae/xb2 - /xe5/xae/xb3 - /xe5/xae/xb4 - /xe5/xae/xb5 - /xe5/xae/xb6 - /xe5/xae/xb7 - /xe5/xae/xb8 - /xe5/xae/xb9 - /xe5/xae/xba - /xe5/xae/xbb - /xe5/xae/xbc - /xe5/xae/xbd - /xe5/xae/xbe - /xe5/xae/xbf - /xe5/xaf/x80 - /xe5/xaf/x81 - /xe5/xaf/x82 - /xe5/xaf/x83 - /xe5/xaf/x84 - /xe5/xaf/x85 - /xe5/xaf/x86 - /xe5/xaf/x87 - /xe5/xaf/x88 - /xe5/xaf/x89 - /xe5/xaf/x8a - /xe5/xaf/x8b - /xe5/xaf/x8c - /xe5/xaf/x8d - /xe5/xaf/x8e - /xe5/xaf/x8f - /xe5/xaf/x90 - /xe5/xaf/x91 - /xe5/xaf/x92 - /xe5/xaf/x93 - /xe5/xaf/x94 - /xe5/xaf/x95 - /xe5/xaf/x96 - /xe5/xaf/x97 - /xe5/xaf/x98 - /xe5/xaf/x99 - /xe5/xaf/x9a - /xe5/xaf/x9b - /xe5/xaf/x9c - /xe5/xaf/x9d - /xe5/xaf/x9e - /xe5/xaf/x9f - /xe5/xaf/xa0 - /xe5/xaf/xa1 - /xe5/xaf/xa2 - /xe5/xaf/xa3 - /xe5/xaf/xa4 - /xe5/xaf/xa5 - /xe5/xaf/xa6 - /xe5/xaf/xa7 - /xe5/xaf/xa8 - /xe5/xaf/xa9 - /xe5/xaf/xaa - /xe5/xaf/xab - /xe5/xaf/xac - /xe5/xaf/xad - /xe5/xaf/xae - /xe5/xaf/xaf - /xe5/xaf/xb0 - /xe5/xaf/xb1 - /xe5/xaf/xb2 - /xe5/xaf/xb3 - /xe5/xaf/xb4 - /xe5/xaf/xb5 - /xe5/xaf/xb6 - /xe5/xaf/xb7 - /xe5/xaf/xb8 - /xe5/xaf/xb9 - /xe5/xaf/xba - /xe5/xaf/xbb - /xe5/xaf/xbc - /xe5/xaf/xbd - /xe5/xaf/xbe - /xe5/xaf/xbf - /xe5/xb0/x80 - /xe5/xb0/x81 - /xe5/xb0/x82 - /xe5/xb0/x83 - /xe5/xb0/x84 - /xe5/xb0/x85 - /xe5/xb0/x86 - /xe5/xb0/x87 - /xe5/xb0/x88 - /xe5/xb0/x89 - /xe5/xb0/x8a - /xe5/xb0/x8b - /xe5/xb0/x8c - /xe5/xb0/x8d - /xe5/xb0/x8e - /xe5/xb0/x8f - /xe5/xb0/x90 - /xe5/xb0/x91 - /xe5/xb0/x92 - /xe5/xb0/x93 - /xe5/xb0/x94 - /xe5/xb0/x95 - /xe5/xb0/x96 - /xe5/xb0/x97 - /xe5/xb0/x98 - /xe5/xb0/x99 - /xe5/xb0/x9a - /xe5/xb0/x9b - /xe5/xb0/x9c - /xe5/xb0/x9d - /xe5/xb0/x9e - /xe5/xb0/x9f - /xe5/xb0/xa0 - /xe5/xb0/xa1 - /xe5/xb0/xa2 - /xe5/xb0/xa3 - /xe5/xb0/xa4 - /xe5/xb0/xa5 - /xe5/xb0/xa6 - /xe5/xb0/xa7 - /xe5/xb0/xa8 - /xe5/xb0/xa9 - /xe5/xb0/xaa - /xe5/xb0/xab - /xe5/xb0/xac - /xe5/xb0/xad - /xe5/xb0/xae - /xe5/xb0/xaf - /xe5/xb0/xb0 - /xe5/xb0/xb1 - /xe5/xb0/xb2 - /xe5/xb0/xb3 - /xe5/xb0/xb4 - /xe5/xb0/xb5 - /xe5/xb0/xb6 - /xe5/xb0/xb7 - /xe5/xb0/xb8 - /xe5/xb0/xb9 - /xe5/xb0/xba - /xe5/xb0/xbb - /xe5/xb0/xbc - /xe5/xb0/xbd - /xe5/xb0/xbe - /xe5/xb0/xbf - /xe5/xb1/x80 - /xe5/xb1/x81 - /xe5/xb1/x82 - /xe5/xb1/x83 - /xe5/xb1/x84 - /xe5/xb1/x85 - /xe5/xb1/x86 - /xe5/xb1/x87 - /xe5/xb1/x88 - /xe5/xb1/x89 - /xe5/xb1/x8a - /xe5/xb1/x8b - /xe5/xb1/x8c - /xe5/xb1/x8d - /xe5/xb1/x8e - /xe5/xb1/x8f - /xe5/xb1/x90 - /xe5/xb1/x91 - /xe5/xb1/x92 - /xe5/xb1/x93 - /xe5/xb1/x94 - /xe5/xb1/x95 - /xe5/xb1/x96 - /xe5/xb1/x97 - /xe5/xb1/x98 - /xe5/xb1/x99 - /xe5/xb1/x9a - /xe5/xb1/x9b - /xe5/xb1/x9c - /xe5/xb1/x9d - /xe5/xb1/x9e - /xe5/xb1/x9f - /xe5/xb1/xa0 - /xe5/xb1/xa1 - /xe5/xb1/xa2 - /xe5/xb1/xa3 - /xe5/xb1/xa4 - /xe5/xb1/xa5 - /xe5/xb1/xa6 - /xe5/xb1/xa7 - /xe5/xb1/xa8 - /xe5/xb1/xa9 - /xe5/xb1/xaa - /xe5/xb1/xab - /xe5/xb1/xac - /xe5/xb1/xad - /xe5/xb1/xae - /xe5/xb1/xaf - /xe5/xb1/xb0 - /xe5/xb1/xb1 - /xe5/xb1/xb2 - /xe5/xb1/xb3 - /xe5/xb1/xb4 - /xe5/xb1/xb5 - /xe5/xb1/xb6 - /xe5/xb1/xb7 - /xe5/xb1/xb8 - /xe5/xb1/xb9 - /xe5/xb1/xba - /xe5/xb1/xbb - /xe5/xb1/xbc - /xe5/xb1/xbd - /xe5/xb1/xbe - /xe5/xb1/xbf - /xe5/xb2/x80 - /xe5/xb2/x81 - /xe5/xb2/x82 - /xe5/xb2/x83 - /xe5/xb2/x84 - /xe5/xb2/x85 - /xe5/xb2/x86 - /xe5/xb2/x87 - /xe5/xb2/x88 - /xe5/xb2/x89 - /xe5/xb2/x8a - /xe5/xb2/x8b - /xe5/xb2/x8c - /xe5/xb2/x8d - /xe5/xb2/x8e - /xe5/xb2/x8f - /xe5/xb2/x90 - /xe5/xb2/x91 - /xe5/xb2/x92 - /xe5/xb2/x93 - /xe5/xb2/x94 - /xe5/xb2/x95 - /xe5/xb2/x96 - /xe5/xb2/x97 - /xe5/xb2/x98 - /xe5/xb2/x99 - /xe5/xb2/x9a - /xe5/xb2/x9b - /xe5/xb2/x9c - /xe5/xb2/x9d - /xe5/xb2/x9e - /xe5/xb2/x9f - /xe5/xb2/xa0 - /xe5/xb2/xa1 - /xe5/xb2/xa2 - /xe5/xb2/xa3 - /xe5/xb2/xa4 - /xe5/xb2/xa5 - /xe5/xb2/xa6 - /xe5/xb2/xa7 - /xe5/xb2/xa8 - /xe5/xb2/xa9 - /xe5/xb2/xaa - /xe5/xb2/xab - /xe5/xb2/xac - /xe5/xb2/xad - /xe5/xb2/xae - /xe5/xb2/xaf - /xe5/xb2/xb0 - /xe5/xb2/xb1 - /xe5/xb2/xb2 - /xe5/xb2/xb3 - /xe5/xb2/xb4 - /xe5/xb2/xb5 - /xe5/xb2/xb6 - /xe5/xb2/xb7 - /xe5/xb2/xb8 - /xe5/xb2/xb9 - /xe5/xb2/xba - /xe5/xb2/xbb - /xe5/xb2/xbc - /xe5/xb2/xbd - /xe5/xb2/xbe - /xe5/xb2/xbf - /xe5/xb3/x80 - /xe5/xb3/x81 - /xe5/xb3/x82 - /xe5/xb3/x83 - /xe5/xb3/x84 - /xe5/xb3/x85 - /xe5/xb3/x86 - /xe5/xb3/x87 - /xe5/xb3/x88 - /xe5/xb3/x89 - /xe5/xb3/x8a - /xe5/xb3/x8b - /xe5/xb3/x8c - /xe5/xb3/x8d - /xe5/xb3/x8e - /xe5/xb3/x8f - /xe5/xb3/x90 - /xe5/xb3/x91 - /xe5/xb3/x92 - /xe5/xb3/x93 - /xe5/xb3/x94 - /xe5/xb3/x95 - /xe5/xb3/x96 - /xe5/xb3/x97 - /xe5/xb3/x98 - /xe5/xb3/x99 - /xe5/xb3/x9a - /xe5/xb3/x9b - /xe5/xb3/x9c - /xe5/xb3/x9d - /xe5/xb3/x9e - /xe5/xb3/x9f - /xe5/xb3/xa0 - /xe5/xb3/xa1 - /xe5/xb3/xa2 - /xe5/xb3/xa3 - /xe5/xb3/xa4 - /xe5/xb3/xa5 - /xe5/xb3/xa6 - /xe5/xb3/xa7 - /xe5/xb3/xa8 - /xe5/xb3/xa9 - /xe5/xb3/xaa - /xe5/xb3/xab - /xe5/xb3/xac - /xe5/xb3/xad - /xe5/xb3/xae - /xe5/xb3/xaf - /xe5/xb3/xb0 - /xe5/xb3/xb1 - /xe5/xb3/xb2 - /xe5/xb3/xb3 - /xe5/xb3/xb4 - /xe5/xb3/xb5 - /xe5/xb3/xb6 - /xe5/xb3/xb7 - /xe5/xb3/xb8 - /xe5/xb3/xb9 - /xe5/xb3/xba - /xe5/xb3/xbb - /xe5/xb3/xbc - /xe5/xb3/xbd - /xe5/xb3/xbe - /xe5/xb3/xbf - /xe5/xb4/x80 - /xe5/xb4/x81 - /xe5/xb4/x82 - /xe5/xb4/x83 - /xe5/xb4/x84 - /xe5/xb4/x85 - /xe5/xb4/x86 - /xe5/xb4/x87 - /xe5/xb4/x88 - /xe5/xb4/x89 - /xe5/xb4/x8a - /xe5/xb4/x8b - /xe5/xb4/x8c - /xe5/xb4/x8d - /xe5/xb4/x8e - /xe5/xb4/x8f - /xe5/xb4/x90 - /xe5/xb4/x91 - /xe5/xb4/x92 - /xe5/xb4/x93 - /xe5/xb4/x94 - /xe5/xb4/x95 - /xe5/xb4/x96 - /xe5/xb4/x97 - /xe5/xb4/x98 - /xe5/xb4/x99 - /xe5/xb4/x9a - /xe5/xb4/x9b - /xe5/xb4/x9c - /xe5/xb4/x9d - /xe5/xb4/x9e - /xe5/xb4/x9f - /xe5/xb4/xa0 - /xe5/xb4/xa1 - /xe5/xb4/xa2 - /xe5/xb4/xa3 - /xe5/xb4/xa4 - /xe5/xb4/xa5 - /xe5/xb4/xa6 - /xe5/xb4/xa7 - /xe5/xb4/xa8 - /xe5/xb4/xa9 - /xe5/xb4/xaa - /xe5/xb4/xab - /xe5/xb4/xac - /xe5/xb4/xad - /xe5/xb4/xae - /xe5/xb4/xaf - /xe5/xb4/xb0 - /xe5/xb4/xb1 - /xe5/xb4/xb2 - /xe5/xb4/xb3 - /xe5/xb4/xb4 - /xe5/xb4/xb5 - /xe5/xb4/xb6 - /xe5/xb4/xb7 - /xe5/xb4/xb8 - /xe5/xb4/xb9 - /xe5/xb4/xba - /xe5/xb4/xbb - /xe5/xb4/xbc - /xe5/xb4/xbd - /xe5/xb4/xbe - /xe5/xb4/xbf - /xe5/xb5/x80 - /xe5/xb5/x81 - /xe5/xb5/x82 - /xe5/xb5/x83 - /xe5/xb5/x84 - /xe5/xb5/x85 - /xe5/xb5/x86 - /xe5/xb5/x87 - /xe5/xb5/x88 - /xe5/xb5/x89 - /xe5/xb5/x8a - /xe5/xb5/x8b - /xe5/xb5/x8c - /xe5/xb5/x8d - /xe5/xb5/x8e - /xe5/xb5/x8f - /xe5/xb5/x90 - /xe5/xb5/x91 - /xe5/xb5/x92 - /xe5/xb5/x93 - /xe5/xb5/x94 - /xe5/xb5/x95 - /xe5/xb5/x96 - /xe5/xb5/x97 - /xe5/xb5/x98 - /xe5/xb5/x99 - /xe5/xb5/x9a - /xe5/xb5/x9b - /xe5/xb5/x9c - /xe5/xb5/x9d - /xe5/xb5/x9e - /xe5/xb5/x9f - /xe5/xb5/xa0 - /xe5/xb5/xa1 - /xe5/xb5/xa2 - /xe5/xb5/xa3 - /xe5/xb5/xa4 - /xe5/xb5/xa5 - /xe5/xb5/xa6 - /xe5/xb5/xa7 - /xe5/xb5/xa8 - /xe5/xb5/xa9 - /xe5/xb5/xaa - /xe5/xb5/xab - /xe5/xb5/xac - /xe5/xb5/xad - /xe5/xb5/xae - /xe5/xb5/xaf - /xe5/xb5/xb0 - /xe5/xb5/xb1 - /xe5/xb5/xb2 - /xe5/xb5/xb3 - /xe5/xb5/xb4 - /xe5/xb5/xb5 - /xe5/xb5/xb6 - /xe5/xb5/xb7 - /xe5/xb5/xb8 - /xe5/xb5/xb9 - /xe5/xb5/xba - /xe5/xb5/xbb - /xe5/xb5/xbc - /xe5/xb5/xbd - /xe5/xb5/xbe - /xe5/xb5/xbf - /xe5/xb6/x80 - /xe5/xb6/x81 - /xe5/xb6/x82 - /xe5/xb6/x83 - /xe5/xb6/x84 - /xe5/xb6/x85 - /xe5/xb6/x86 - /xe5/xb6/x87 - /xe5/xb6/x88 - /xe5/xb6/x89 - /xe5/xb6/x8a - /xe5/xb6/x8b - /xe5/xb6/x8c - /xe5/xb6/x8d - /xe5/xb6/x8e - /xe5/xb6/x8f - /xe5/xb6/x90 - /xe5/xb6/x91 - /xe5/xb6/x92 - /xe5/xb6/x93 - /xe5/xb6/x94 - /xe5/xb6/x95 - /xe5/xb6/x96 - /xe5/xb6/x97 - /xe5/xb6/x98 - /xe5/xb6/x99 - /xe5/xb6/x9a - /xe5/xb6/x9b - /xe5/xb6/x9c - /xe5/xb6/x9d - /xe5/xb6/x9e - /xe5/xb6/x9f - /xe5/xb6/xa0 - /xe5/xb6/xa1 - /xe5/xb6/xa2 - /xe5/xb6/xa3 - /xe5/xb6/xa4 - /xe5/xb6/xa5 - /xe5/xb6/xa6 - /xe5/xb6/xa7 - /xe5/xb6/xa8 - /xe5/xb6/xa9 - /xe5/xb6/xaa - /xe5/xb6/xab - /xe5/xb6/xac - /xe5/xb6/xad - /xe5/xb6/xae - /xe5/xb6/xaf - /xe5/xb6/xb0 - /xe5/xb6/xb1 - /xe5/xb6/xb2 - /xe5/xb6/xb3 - /xe5/xb6/xb4 - /xe5/xb6/xb5 - /xe5/xb6/xb6 - /xe5/xb6/xb7 - /xe5/xb6/xb8 - /xe5/xb6/xb9 - /xe5/xb6/xba - /xe5/xb6/xbb - /xe5/xb6/xbc - /xe5/xb6/xbd - /xe5/xb6/xbe - /xe5/xb6/xbf - /xe5/xb7/x80 - /xe5/xb7/x81 - /xe5/xb7/x82 - /xe5/xb7/x83 - /xe5/xb7/x84 - /xe5/xb7/x85 - /xe5/xb7/x86 - /xe5/xb7/x87 - /xe5/xb7/x88 - /xe5/xb7/x89 - /xe5/xb7/x8a - /xe5/xb7/x8b - /xe5/xb7/x8c - /xe5/xb7/x8d - /xe5/xb7/x8e - /xe5/xb7/x8f - /xe5/xb7/x90 - /xe5/xb7/x91 - /xe5/xb7/x92 - /xe5/xb7/x93 - /xe5/xb7/x94 - /xe5/xb7/x95 - /xe5/xb7/x96 - /xe5/xb7/x97 - /xe5/xb7/x98 - /xe5/xb7/x99 - /xe5/xb7/x9a - /xe5/xb7/x9b - /xe5/xb7/x9c - /xe5/xb7/x9d - /xe5/xb7/x9e - /xe5/xb7/x9f - /xe5/xb7/xa0 - /xe5/xb7/xa1 - /xe5/xb7/xa2 - /xe5/xb7/xa3 - /xe5/xb7/xa4 - /xe5/xb7/xa5 - /xe5/xb7/xa6 - /xe5/xb7/xa7 - /xe5/xb7/xa8 - /xe5/xb7/xa9 - /xe5/xb7/xaa - /xe5/xb7/xab - /xe5/xb7/xac - /xe5/xb7/xad - /xe5/xb7/xae - /xe5/xb7/xaf - /xe5/xb7/xb0 - /xe5/xb7/xb1 - /xe5/xb7/xb2 - /xe5/xb7/xb3 - /xe5/xb7/xb4 - /xe5/xb7/xb5 - /xe5/xb7/xb6 - /xe5/xb7/xb7 - /xe5/xb7/xb8 - /xe5/xb7/xb9 - /xe5/xb7/xba - /xe5/xb7/xbb - /xe5/xb7/xbc - /xe5/xb7/xbd - /xe5/xb7/xbe - /xe5/xb7/xbf - /xe5/xb8/x80 - /xe5/xb8/x81 - /xe5/xb8/x82 - /xe5/xb8/x83 - /xe5/xb8/x84 - /xe5/xb8/x85 - /xe5/xb8/x86 - /xe5/xb8/x87 - /xe5/xb8/x88 - /xe5/xb8/x89 - /xe5/xb8/x8a - /xe5/xb8/x8b - /xe5/xb8/x8c - /xe5/xb8/x8d - /xe5/xb8/x8e - /xe5/xb8/x8f - /xe5/xb8/x90 - /xe5/xb8/x91 - /xe5/xb8/x92 - /xe5/xb8/x93 - /xe5/xb8/x94 - /xe5/xb8/x95 - /xe5/xb8/x96 - /xe5/xb8/x97 - /xe5/xb8/x98 - /xe5/xb8/x99 - /xe5/xb8/x9a - /xe5/xb8/x9b - /xe5/xb8/x9c - /xe5/xb8/x9d - /xe5/xb8/x9e - /xe5/xb8/x9f - /xe5/xb8/xa0 - /xe5/xb8/xa1 - /xe5/xb8/xa2 - /xe5/xb8/xa3 - /xe5/xb8/xa4 - /xe5/xb8/xa5 - /xe5/xb8/xa6 - /xe5/xb8/xa7 - /xe5/xb8/xa8 - /xe5/xb8/xa9 - /xe5/xb8/xaa - /xe5/xb8/xab - /xe5/xb8/xac - /xe5/xb8/xad - /xe5/xb8/xae - /xe5/xb8/xaf - /xe5/xb8/xb0 - /xe5/xb8/xb1 - /xe5/xb8/xb2 - /xe5/xb8/xb3 - /xe5/xb8/xb4 - /xe5/xb8/xb5 - /xe5/xb8/xb6 - /xe5/xb8/xb7 - /xe5/xb8/xb8 - /xe5/xb8/xb9 - /xe5/xb8/xba - /xe5/xb8/xbb - /xe5/xb8/xbc - /xe5/xb8/xbd - /xe5/xb8/xbe - /xe5/xb8/xbf - /xe5/xb9/x80 - /xe5/xb9/x81 - /xe5/xb9/x82 - /xe5/xb9/x83 - /xe5/xb9/x84 - /xe5/xb9/x85 - /xe5/xb9/x86 - /xe5/xb9/x87 - /xe5/xb9/x88 - /xe5/xb9/x89 - /xe5/xb9/x8a - /xe5/xb9/x8b - /xe5/xb9/x8c - /xe5/xb9/x8d - /xe5/xb9/x8e - /xe5/xb9/x8f - /xe5/xb9/x90 - /xe5/xb9/x91 - /xe5/xb9/x92 - /xe5/xb9/x93 - /xe5/xb9/x94 - /xe5/xb9/x95 - /xe5/xb9/x96 - /xe5/xb9/x97 - /xe5/xb9/x98 - /xe5/xb9/x99 - /xe5/xb9/x9a - /xe5/xb9/x9b - /xe5/xb9/x9c - /xe5/xb9/x9d - /xe5/xb9/x9e - /xe5/xb9/x9f - /xe5/xb9/xa0 - /xe5/xb9/xa1 - /xe5/xb9/xa2 - /xe5/xb9/xa3 - /xe5/xb9/xa4 - /xe5/xb9/xa5 - /xe5/xb9/xa6 - /xe5/xb9/xa7 - /xe5/xb9/xa8 - /xe5/xb9/xa9 - /xe5/xb9/xaa - /xe5/xb9/xab - /xe5/xb9/xac - /xe5/xb9/xad - /xe5/xb9/xae - /xe5/xb9/xaf - /xe5/xb9/xb0 - /xe5/xb9/xb1 - /xe5/xb9/xb2 - /xe5/xb9/xb3 - /xe5/xb9/xb4 - /xe5/xb9/xb5 - /xe5/xb9/xb6 - /xe5/xb9/xb7 - /xe5/xb9/xb8 - /xe5/xb9/xb9 - /xe5/xb9/xba - /xe5/xb9/xbb - /xe5/xb9/xbc - /xe5/xb9/xbd - /xe5/xb9/xbe - /xe5/xb9/xbf - /xe5/xba/x80 - /xe5/xba/x81 - /xe5/xba/x82 - /xe5/xba/x83 - /xe5/xba/x84 - /xe5/xba/x85 - /xe5/xba/x86 - /xe5/xba/x87 - /xe5/xba/x88 - /xe5/xba/x89 - /xe5/xba/x8a - /xe5/xba/x8b - /xe5/xba/x8c - /xe5/xba/x8d - /xe5/xba/x8e - /xe5/xba/x8f - /xe5/xba/x90 - /xe5/xba/x91 - /xe5/xba/x92 - /xe5/xba/x93 - /xe5/xba/x94 - /xe5/xba/x95 - /xe5/xba/x96 - /xe5/xba/x97 - /xe5/xba/x98 - /xe5/xba/x99 - /xe5/xba/x9a - /xe5/xba/x9b - /xe5/xba/x9c - /xe5/xba/x9d - /xe5/xba/x9e - /xe5/xba/x9f - /xe5/xba/xa0 - /xe5/xba/xa1 - /xe5/xba/xa2 - /xe5/xba/xa3 - /xe5/xba/xa4 - /xe5/xba/xa5 - /xe5/xba/xa6 - /xe5/xba/xa7 - /xe5/xba/xa8 - /xe5/xba/xa9 - /xe5/xba/xaa - /xe5/xba/xab - /xe5/xba/xac - /xe5/xba/xad - /xe5/xba/xae - /xe5/xba/xaf - /xe5/xba/xb0 - /xe5/xba/xb1 - /xe5/xba/xb2 - /xe5/xba/xb3 - /xe5/xba/xb4 - /xe5/xba/xb5 - /xe5/xba/xb6 - /xe5/xba/xb7 - /xe5/xba/xb8 - /xe5/xba/xb9 - /xe5/xba/xba - /xe5/xba/xbb - /xe5/xba/xbc - /xe5/xba/xbd - /xe5/xba/xbe - /xe5/xba/xbf - /xe5/xbb/x80 - /xe5/xbb/x81 - /xe5/xbb/x82 - /xe5/xbb/x83 - /xe5/xbb/x84 - /xe5/xbb/x85 - /xe5/xbb/x86 - /xe5/xbb/x87 - /xe5/xbb/x88 - /xe5/xbb/x89 - /xe5/xbb/x8a - /xe5/xbb/x8b - /xe5/xbb/x8c - /xe5/xbb/x8d - /xe5/xbb/x8e - /xe5/xbb/x8f - /xe5/xbb/x90 - /xe5/xbb/x91 - /xe5/xbb/x92 - /xe5/xbb/x93 - /xe5/xbb/x94 - /xe5/xbb/x95 - /xe5/xbb/x96 - /xe5/xbb/x97 - /xe5/xbb/x98 - /xe5/xbb/x99 - /xe5/xbb/x9a - /xe5/xbb/x9b - /xe5/xbb/x9c - /xe5/xbb/x9d - /xe5/xbb/x9e - /xe5/xbb/x9f - /xe5/xbb/xa0 - /xe5/xbb/xa1 - /xe5/xbb/xa2 - /xe5/xbb/xa3 - /xe5/xbb/xa4 - /xe5/xbb/xa5 - /xe5/xbb/xa6 - /xe5/xbb/xa7 - /xe5/xbb/xa8 - /xe5/xbb/xa9 - /xe5/xbb/xaa - /xe5/xbb/xab - /xe5/xbb/xac - /xe5/xbb/xad - /xe5/xbb/xae - /xe5/xbb/xaf - /xe5/xbb/xb0 - /xe5/xbb/xb1 - /xe5/xbb/xb2 - /xe5/xbb/xb3 - /xe5/xbb/xb4 - /xe5/xbb/xb5 - /xe5/xbb/xb6 - /xe5/xbb/xb7 - /xe5/xbb/xb8 - /xe5/xbb/xb9 - /xe5/xbb/xba - /xe5/xbb/xbb - /xe5/xbb/xbc - /xe5/xbb/xbd - /xe5/xbb/xbe - /xe5/xbb/xbf - /xe5/xbc/x80 - /xe5/xbc/x81 - /xe5/xbc/x82 - /xe5/xbc/x83 - /xe5/xbc/x84 - /xe5/xbc/x85 - /xe5/xbc/x86 - /xe5/xbc/x87 - /xe5/xbc/x88 - /xe5/xbc/x89 - /xe5/xbc/x8a - /xe5/xbc/x8b - /xe5/xbc/x8c - /xe5/xbc/x8d - /xe5/xbc/x8e - /xe5/xbc/x8f - /xe5/xbc/x90 - /xe5/xbc/x91 - /xe5/xbc/x92 - /xe5/xbc/x93 - /xe5/xbc/x94 - /xe5/xbc/x95 - /xe5/xbc/x96 - /xe5/xbc/x97 - /xe5/xbc/x98 - /xe5/xbc/x99 - /xe5/xbc/x9a - /xe5/xbc/x9b - /xe5/xbc/x9c - /xe5/xbc/x9d - /xe5/xbc/x9e - /xe5/xbc/x9f - /xe5/xbc/xa0 - /xe5/xbc/xa1 - /xe5/xbc/xa2 - /xe5/xbc/xa3 - /xe5/xbc/xa4 - /xe5/xbc/xa5 - /xe5/xbc/xa6 - /xe5/xbc/xa7 - /xe5/xbc/xa8 - /xe5/xbc/xa9 - /xe5/xbc/xaa - /xe5/xbc/xab - /xe5/xbc/xac - /xe5/xbc/xad - /xe5/xbc/xae - /xe5/xbc/xaf - /xe5/xbc/xb0 - /xe5/xbc/xb1 - /xe5/xbc/xb2 - /xe5/xbc/xb3 - /xe5/xbc/xb4 - /xe5/xbc/xb5 - /xe5/xbc/xb6 - /xe5/xbc/xb7 - /xe5/xbc/xb8 - /xe5/xbc/xb9 - /xe5/xbc/xba - /xe5/xbc/xbb - /xe5/xbc/xbc - /xe5/xbc/xbd - /xe5/xbc/xbe - /xe5/xbc/xbf - /xe5/xbd/x80 - /xe5/xbd/x81 - /xe5/xbd/x82 - /xe5/xbd/x83 - /xe5/xbd/x84 - /xe5/xbd/x85 - /xe5/xbd/x86 - /xe5/xbd/x87 - /xe5/xbd/x88 - /xe5/xbd/x89 - /xe5/xbd/x8a - /xe5/xbd/x8b - /xe5/xbd/x8c - /xe5/xbd/x8d - /xe5/xbd/x8e - /xe5/xbd/x8f - /xe5/xbd/x90 - /xe5/xbd/x91 - /xe5/xbd/x92 - /xe5/xbd/x93 - /xe5/xbd/x94 - /xe5/xbd/x95 - /xe5/xbd/x96 - /xe5/xbd/x97 - /xe5/xbd/x98 - /xe5/xbd/x99 - /xe5/xbd/x9a - /xe5/xbd/x9b - /xe5/xbd/x9c - /xe5/xbd/x9d - /xe5/xbd/x9e - /xe5/xbd/x9f - /xe5/xbd/xa0 - /xe5/xbd/xa1 - /xe5/xbd/xa2 - /xe5/xbd/xa3 - /xe5/xbd/xa4 - /xe5/xbd/xa5 - /xe5/xbd/xa6 - /xe5/xbd/xa7 - /xe5/xbd/xa8 - /xe5/xbd/xa9 - /xe5/xbd/xaa - /xe5/xbd/xab - /xe5/xbd/xac - /xe5/xbd/xad - /xe5/xbd/xae - /xe5/xbd/xaf - /xe5/xbd/xb0 - /xe5/xbd/xb1 - /xe5/xbd/xb2 - /xe5/xbd/xb3 - /xe5/xbd/xb4 - /xe5/xbd/xb5 - /xe5/xbd/xb6 - /xe5/xbd/xb7 - /xe5/xbd/xb8 - /xe5/xbd/xb9 - /xe5/xbd/xba - /xe5/xbd/xbb - /xe5/xbd/xbc - /xe5/xbd/xbd - /xe5/xbd/xbe - /xe5/xbd/xbf - /xe5/xbe/x80 - /xe5/xbe/x81 - /xe5/xbe/x82 - /xe5/xbe/x83 - /xe5/xbe/x84 - /xe5/xbe/x85 - /xe5/xbe/x86 - /xe5/xbe/x87 - /xe5/xbe/x88 - /xe5/xbe/x89 - /xe5/xbe/x8a - /xe5/xbe/x8b - /xe5/xbe/x8c - /xe5/xbe/x8d - /xe5/xbe/x8e - /xe5/xbe/x8f - /xe5/xbe/x90 - /xe5/xbe/x91 - /xe5/xbe/x92 - /xe5/xbe/x93 - /xe5/xbe/x94 - /xe5/xbe/x95 - /xe5/xbe/x96 - /xe5/xbe/x97 - /xe5/xbe/x98 - /xe5/xbe/x99 - /xe5/xbe/x9a - /xe5/xbe/x9b - /xe5/xbe/x9c - /xe5/xbe/x9d - /xe5/xbe/x9e - /xe5/xbe/x9f - /xe5/xbe/xa0 - /xe5/xbe/xa1 - /xe5/xbe/xa2 - /xe5/xbe/xa3 - /xe5/xbe/xa4 - /xe5/xbe/xa5 - /xe5/xbe/xa6 - /xe5/xbe/xa7 - /xe5/xbe/xa8 - /xe5/xbe/xa9 - /xe5/xbe/xaa - /xe5/xbe/xab - /xe5/xbe/xac - /xe5/xbe/xad - /xe5/xbe/xae - /xe5/xbe/xaf - /xe5/xbe/xb0 - /xe5/xbe/xb1 - /xe5/xbe/xb2 - /xe5/xbe/xb3 - /xe5/xbe/xb4 - /xe5/xbe/xb5 - /xe5/xbe/xb6 - /xe5/xbe/xb7 - /xe5/xbe/xb8 - /xe5/xbe/xb9 - /xe5/xbe/xba - /xe5/xbe/xbb - /xe5/xbe/xbc - /xe5/xbe/xbd - /xe5/xbe/xbe - /xe5/xbe/xbf - /xe5/xbf/x80 - /xe5/xbf/x81 - /xe5/xbf/x82 - /xe5/xbf/x83 - /xe5/xbf/x84 - /xe5/xbf/x85 - /xe5/xbf/x86 - /xe5/xbf/x87 - /xe5/xbf/x88 - /xe5/xbf/x89 - /xe5/xbf/x8a - /xe5/xbf/x8b - /xe5/xbf/x8c - /xe5/xbf/x8d - /xe5/xbf/x8e - /xe5/xbf/x8f - /xe5/xbf/x90 - /xe5/xbf/x91 - /xe5/xbf/x92 - /xe5/xbf/x93 - /xe5/xbf/x94 - /xe5/xbf/x95 - /xe5/xbf/x96 - /xe5/xbf/x97 - /xe5/xbf/x98 - /xe5/xbf/x99 - /xe5/xbf/x9a - /xe5/xbf/x9b - /xe5/xbf/x9c - /xe5/xbf/x9d - /xe5/xbf/x9e - /xe5/xbf/x9f - /xe5/xbf/xa0 - /xe5/xbf/xa1 - /xe5/xbf/xa2 - /xe5/xbf/xa3 - /xe5/xbf/xa4 - /xe5/xbf/xa5 - /xe5/xbf/xa6 - /xe5/xbf/xa7 - /xe5/xbf/xa8 - /xe5/xbf/xa9 - /xe5/xbf/xaa - /xe5/xbf/xab - /xe5/xbf/xac - /xe5/xbf/xad - /xe5/xbf/xae - /xe5/xbf/xaf - /xe5/xbf/xb0 - /xe5/xbf/xb1 - /xe5/xbf/xb2 - /xe5/xbf/xb3 - /xe5/xbf/xb4 - /xe5/xbf/xb5 - /xe5/xbf/xb6 - /xe5/xbf/xb7 - /xe5/xbf/xb8 - /xe5/xbf/xb9 - /xe5/xbf/xba - /xe5/xbf/xbb - /xe5/xbf/xbc - /xe5/xbf/xbd - /xe5/xbf/xbe - /xe5/xbf/xbf - /xe6/x80/x80 - /xe6/x80/x81 - /xe6/x80/x82 - /xe6/x80/x83 - /xe6/x80/x84 - /xe6/x80/x85 - /xe6/x80/x86 - /xe6/x80/x87 - /xe6/x80/x88 - /xe6/x80/x89 - /xe6/x80/x8a - /xe6/x80/x8b - /xe6/x80/x8c - /xe6/x80/x8d - /xe6/x80/x8e - /xe6/x80/x8f - /xe6/x80/x90 - /xe6/x80/x91 - /xe6/x80/x92 - /xe6/x80/x93 - /xe6/x80/x94 - /xe6/x80/x95 - /xe6/x80/x96 - /xe6/x80/x97 - /xe6/x80/x98 - /xe6/x80/x99 - /xe6/x80/x9a - /xe6/x80/x9b - /xe6/x80/x9c - /xe6/x80/x9d - /xe6/x80/x9e - /xe6/x80/x9f - /xe6/x80/xa0 - /xe6/x80/xa1 - /xe6/x80/xa2 - /xe6/x80/xa3 - /xe6/x80/xa4 - /xe6/x80/xa5 - /xe6/x80/xa6 - /xe6/x80/xa7 - /xe6/x80/xa8 - /xe6/x80/xa9 - /xe6/x80/xaa - /xe6/x80/xab - /xe6/x80/xac - /xe6/x80/xad - /xe6/x80/xae - /xe6/x80/xaf - /xe6/x80/xb0 - /xe6/x80/xb1 - /xe6/x80/xb2 - /xe6/x80/xb3 - /xe6/x80/xb4 - /xe6/x80/xb5 - /xe6/x80/xb6 - /xe6/x80/xb7 - /xe6/x80/xb8 - /xe6/x80/xb9 - /xe6/x80/xba - /xe6/x80/xbb - /xe6/x80/xbc - /xe6/x80/xbd - /xe6/x80/xbe - /xe6/x80/xbf - /xe6/x81/x80 - /xe6/x81/x81 - /xe6/x81/x82 - /xe6/x81/x83 - /xe6/x81/x84 - /xe6/x81/x85 - /xe6/x81/x86 - /xe6/x81/x87 - /xe6/x81/x88 - /xe6/x81/x89 - /xe6/x81/x8a - /xe6/x81/x8b - /xe6/x81/x8c - /xe6/x81/x8d - /xe6/x81/x8e - /xe6/x81/x8f - /xe6/x81/x90 - /xe6/x81/x91 - /xe6/x81/x92 - /xe6/x81/x93 - /xe6/x81/x94 - /xe6/x81/x95 - /xe6/x81/x96 - /xe6/x81/x97 - /xe6/x81/x98 - /xe6/x81/x99 - /xe6/x81/x9a - /xe6/x81/x9b - /xe6/x81/x9c - /xe6/x81/x9d - /xe6/x81/x9e - /xe6/x81/x9f - /xe6/x81/xa0 - /xe6/x81/xa1 - /xe6/x81/xa2 - /xe6/x81/xa3 - /xe6/x81/xa4 - /xe6/x81/xa5 - /xe6/x81/xa6 - /xe6/x81/xa7 - /xe6/x81/xa8 - /xe6/x81/xa9 - /xe6/x81/xaa - /xe6/x81/xab - /xe6/x81/xac - /xe6/x81/xad - /xe6/x81/xae - /xe6/x81/xaf - /xe6/x81/xb0 - /xe6/x81/xb1 - /xe6/x81/xb2 - /xe6/x81/xb3 - /xe6/x81/xb4 - /xe6/x81/xb5 - /xe6/x81/xb6 - /xe6/x81/xb7 - /xe6/x81/xb8 - /xe6/x81/xb9 - /xe6/x81/xba - /xe6/x81/xbb - /xe6/x81/xbc - /xe6/x81/xbd - /xe6/x81/xbe - /xe6/x81/xbf - /xe6/x82/x80 - /xe6/x82/x81 - /xe6/x82/x82 - /xe6/x82/x83 - /xe6/x82/x84 - /xe6/x82/x85 - /xe6/x82/x86 - /xe6/x82/x87 - /xe6/x82/x88 - /xe6/x82/x89 - /xe6/x82/x8a - /xe6/x82/x8b - /xe6/x82/x8c - /xe6/x82/x8d - /xe6/x82/x8e - /xe6/x82/x8f - /xe6/x82/x90 - /xe6/x82/x91 - /xe6/x82/x92 - /xe6/x82/x93 - /xe6/x82/x94 - /xe6/x82/x95 - /xe6/x82/x96 - /xe6/x82/x97 - /xe6/x82/x98 - /xe6/x82/x99 - /xe6/x82/x9a - /xe6/x82/x9b - /xe6/x82/x9c - /xe6/x82/x9d - /xe6/x82/x9e - /xe6/x82/x9f - /xe6/x82/xa0 - /xe6/x82/xa1 - /xe6/x82/xa2 - /xe6/x82/xa3 - /xe6/x82/xa4 - /xe6/x82/xa5 - /xe6/x82/xa6 - /xe6/x82/xa7 - /xe6/x82/xa8 - /xe6/x82/xa9 - /xe6/x82/xaa - /xe6/x82/xab - /xe6/x82/xac - /xe6/x82/xad - /xe6/x82/xae - /xe6/x82/xaf - /xe6/x82/xb0 - /xe6/x82/xb1 - /xe6/x82/xb2 - /xe6/x82/xb3 - /xe6/x82/xb4 - /xe6/x82/xb5 - /xe6/x82/xb6 - /xe6/x82/xb7 - /xe6/x82/xb8 - /xe6/x82/xb9 - /xe6/x82/xba - /xe6/x82/xbb - /xe6/x82/xbc - /xe6/x82/xbd - /xe6/x82/xbe - /xe6/x82/xbf - /xe6/x83/x80 - /xe6/x83/x81 - /xe6/x83/x82 - /xe6/x83/x83 - /xe6/x83/x84 - /xe6/x83/x85 - /xe6/x83/x86 - /xe6/x83/x87 - /xe6/x83/x88 - /xe6/x83/x89 - /xe6/x83/x8a - /xe6/x83/x8b - /xe6/x83/x8c - /xe6/x83/x8d - /xe6/x83/x8e - /xe6/x83/x8f - /xe6/x83/x90 - /xe6/x83/x91 - /xe6/x83/x92 - /xe6/x83/x93 - /xe6/x83/x94 - /xe6/x83/x95 - /xe6/x83/x96 - /xe6/x83/x97 - /xe6/x83/x98 - /xe6/x83/x99 - /xe6/x83/x9a - /xe6/x83/x9b - /xe6/x83/x9c - /xe6/x83/x9d - /xe6/x83/x9e - /xe6/x83/x9f - /xe6/x83/xa0 - /xe6/x83/xa1 - /xe6/x83/xa2 - /xe6/x83/xa3 - /xe6/x83/xa4 - /xe6/x83/xa5 - /xe6/x83/xa6 - /xe6/x83/xa7 - /xe6/x83/xa8 - /xe6/x83/xa9 - /xe6/x83/xaa - /xe6/x83/xab - /xe6/x83/xac - /xe6/x83/xad - /xe6/x83/xae - /xe6/x83/xaf - /xe6/x83/xb0 - /xe6/x83/xb1 - /xe6/x83/xb2 - /xe6/x83/xb3 - /xe6/x83/xb4 - /xe6/x83/xb5 - /xe6/x83/xb6 - /xe6/x83/xb7 - /xe6/x83/xb8 - /xe6/x83/xb9 - /xe6/x83/xba - /xe6/x83/xbb - /xe6/x83/xbc - /xe6/x83/xbd - /xe6/x83/xbe - /xe6/x83/xbf - /xe6/x84/x80 - /xe6/x84/x81 - /xe6/x84/x82 - /xe6/x84/x83 - /xe6/x84/x84 - /xe6/x84/x85 - /xe6/x84/x86 - /xe6/x84/x87 - /xe6/x84/x88 - /xe6/x84/x89 - /xe6/x84/x8a - /xe6/x84/x8b - /xe6/x84/x8c - /xe6/x84/x8d - /xe6/x84/x8e - /xe6/x84/x8f - /xe6/x84/x90 - /xe6/x84/x91 - /xe6/x84/x92 - /xe6/x84/x93 - /xe6/x84/x94 - /xe6/x84/x95 - /xe6/x84/x96 - /xe6/x84/x97 - /xe6/x84/x98 - /xe6/x84/x99 - /xe6/x84/x9a - /xe6/x84/x9b - /xe6/x84/x9c - /xe6/x84/x9d - /xe6/x84/x9e - /xe6/x84/x9f - /xe6/x84/xa0 - /xe6/x84/xa1 - /xe6/x84/xa2 - /xe6/x84/xa3 - /xe6/x84/xa4 - /xe6/x84/xa5 - /xe6/x84/xa6 - /xe6/x84/xa7 - /xe6/x84/xa8 - /xe6/x84/xa9 - /xe6/x84/xaa - /xe6/x84/xab - /xe6/x84/xac - /xe6/x84/xad - /xe6/x84/xae - /xe6/x84/xaf - /xe6/x84/xb0 - /xe6/x84/xb1 - /xe6/x84/xb2 - /xe6/x84/xb3 - /xe6/x84/xb4 - /xe6/x84/xb5 - /xe6/x84/xb6 - /xe6/x84/xb7 - /xe6/x84/xb8 - /xe6/x84/xb9 - /xe6/x84/xba - /xe6/x84/xbb - /xe6/x84/xbc - /xe6/x84/xbd - /xe6/x84/xbe - /xe6/x84/xbf - /xe6/x85/x80 - /xe6/x85/x81 - /xe6/x85/x82 - /xe6/x85/x83 - /xe6/x85/x84 - /xe6/x85/x85 - /xe6/x85/x86 - /xe6/x85/x87 - /xe6/x85/x88 - /xe6/x85/x89 - /xe6/x85/x8a - /xe6/x85/x8b - /xe6/x85/x8c - /xe6/x85/x8d - /xe6/x85/x8e - /xe6/x85/x8f - /xe6/x85/x90 - /xe6/x85/x91 - /xe6/x85/x92 - /xe6/x85/x93 - /xe6/x85/x94 - /xe6/x85/x95 - /xe6/x85/x96 - /xe6/x85/x97 - /xe6/x85/x98 - /xe6/x85/x99 - /xe6/x85/x9a - /xe6/x85/x9b - /xe6/x85/x9c - /xe6/x85/x9d - /xe6/x85/x9e - /xe6/x85/x9f - /xe6/x85/xa0 - /xe6/x85/xa1 - /xe6/x85/xa2 - /xe6/x85/xa3 - /xe6/x85/xa4 - /xe6/x85/xa5 - /xe6/x85/xa6 - /xe6/x85/xa7 - /xe6/x85/xa8 - /xe6/x85/xa9 - /xe6/x85/xaa - /xe6/x85/xab - /xe6/x85/xac - /xe6/x85/xad - /xe6/x85/xae - /xe6/x85/xaf - /xe6/x85/xb0 - /xe6/x85/xb1 - /xe6/x85/xb2 - /xe6/x85/xb3 - /xe6/x85/xb4 - /xe6/x85/xb5 - /xe6/x85/xb6 - /xe6/x85/xb7 - /xe6/x85/xb8 - /xe6/x85/xb9 - /xe6/x85/xba - /xe6/x85/xbb - /xe6/x85/xbc - /xe6/x85/xbd - /xe6/x85/xbe - /xe6/x85/xbf - /xe6/x86/x80 - /xe6/x86/x81 - /xe6/x86/x82 - /xe6/x86/x83 - /xe6/x86/x84 - /xe6/x86/x85 - /xe6/x86/x86 - /xe6/x86/x87 - /xe6/x86/x88 - /xe6/x86/x89 - /xe6/x86/x8a - /xe6/x86/x8b - /xe6/x86/x8c - /xe6/x86/x8d - /xe6/x86/x8e - /xe6/x86/x8f - /xe6/x86/x90 - /xe6/x86/x91 - /xe6/x86/x92 - /xe6/x86/x93 - /xe6/x86/x94 - /xe6/x86/x95 - /xe6/x86/x96 - /xe6/x86/x97 - /xe6/x86/x98 - /xe6/x86/x99 - /xe6/x86/x9a - /xe6/x86/x9b - /xe6/x86/x9c - /xe6/x86/x9d - /xe6/x86/x9e - /xe6/x86/x9f - /xe6/x86/xa0 - /xe6/x86/xa1 - /xe6/x86/xa2 - /xe6/x86/xa3 - /xe6/x86/xa4 - /xe6/x86/xa5 - /xe6/x86/xa6 - /xe6/x86/xa7 - /xe6/x86/xa8 - /xe6/x86/xa9 - /xe6/x86/xaa - /xe6/x86/xab - /xe6/x86/xac - /xe6/x86/xad - /xe6/x86/xae - /xe6/x86/xaf - /xe6/x86/xb0 - /xe6/x86/xb1 - /xe6/x86/xb2 - /xe6/x86/xb3 - /xe6/x86/xb4 - /xe6/x86/xb5 - /xe6/x86/xb6 - /xe6/x86/xb7 - /xe6/x86/xb8 - /xe6/x86/xb9 - /xe6/x86/xba - /xe6/x86/xbb - /xe6/x86/xbc - /xe6/x86/xbd - /xe6/x86/xbe - /xe6/x86/xbf - /xe6/x87/x80 - /xe6/x87/x81 - /xe6/x87/x82 - /xe6/x87/x83 - /xe6/x87/x84 - /xe6/x87/x85 - /xe6/x87/x86 - /xe6/x87/x87 - /xe6/x87/x88 - /xe6/x87/x89 - /xe6/x87/x8a - /xe6/x87/x8b - /xe6/x87/x8c - /xe6/x87/x8d - /xe6/x87/x8e - /xe6/x87/x8f - /xe6/x87/x90 - /xe6/x87/x91 - /xe6/x87/x92 - /xe6/x87/x93 - /xe6/x87/x94 - /xe6/x87/x95 - /xe6/x87/x96 - /xe6/x87/x97 - /xe6/x87/x98 - /xe6/x87/x99 - /xe6/x87/x9a - /xe6/x87/x9b - /xe6/x87/x9c - /xe6/x87/x9d - /xe6/x87/x9e - /xe6/x87/x9f - /xe6/x87/xa0 - /xe6/x87/xa1 - /xe6/x87/xa2 - /xe6/x87/xa3 - /xe6/x87/xa4 - /xe6/x87/xa5 - /xe6/x87/xa6 - /xe6/x87/xa7 - /xe6/x87/xa8 - /xe6/x87/xa9 - /xe6/x87/xaa - /xe6/x87/xab - /xe6/x87/xac - /xe6/x87/xad - /xe6/x87/xae - /xe6/x87/xaf - /xe6/x87/xb0 - /xe6/x87/xb1 - /xe6/x87/xb2 - /xe6/x87/xb3 - /xe6/x87/xb4 - /xe6/x87/xb5 - /xe6/x87/xb6 - /xe6/x87/xb7 - /xe6/x87/xb8 - /xe6/x87/xb9 - /xe6/x87/xba - /xe6/x87/xbb - /xe6/x87/xbc - /xe6/x87/xbd - /xe6/x87/xbe - /xe6/x87/xbf - /xe6/x88/x80 - /xe6/x88/x81 - /xe6/x88/x82 - /xe6/x88/x83 - /xe6/x88/x84 - /xe6/x88/x85 - /xe6/x88/x86 - /xe6/x88/x87 - /xe6/x88/x88 - /xe6/x88/x89 - /xe6/x88/x8a - /xe6/x88/x8b - /xe6/x88/x8c - /xe6/x88/x8d - /xe6/x88/x8e - /xe6/x88/x8f - /xe6/x88/x90 - /xe6/x88/x91 - /xe6/x88/x92 - /xe6/x88/x93 - /xe6/x88/x94 - /xe6/x88/x95 - /xe6/x88/x96 - /xe6/x88/x97 - /xe6/x88/x98 - /xe6/x88/x99 - /xe6/x88/x9a - /xe6/x88/x9b - /xe6/x88/x9c - /xe6/x88/x9d - /xe6/x88/x9e - /xe6/x88/x9f - /xe6/x88/xa0 - /xe6/x88/xa1 - /xe6/x88/xa2 - /xe6/x88/xa3 - /xe6/x88/xa4 - /xe6/x88/xa5 - /xe6/x88/xa6 - /xe6/x88/xa7 - /xe6/x88/xa8 - /xe6/x88/xa9 - /xe6/x88/xaa - /xe6/x88/xab - /xe6/x88/xac - /xe6/x88/xad - /xe6/x88/xae - /xe6/x88/xaf - /xe6/x88/xb0 - /xe6/x88/xb1 - /xe6/x88/xb2 - /xe6/x88/xb3 - /xe6/x88/xb4 - /xe6/x88/xb5 - /xe6/x88/xb6 - /xe6/x88/xb7 - /xe6/x88/xb8 - /xe6/x88/xb9 - /xe6/x88/xba - /xe6/x88/xbb - /xe6/x88/xbc - /xe6/x88/xbd - /xe6/x88/xbe - /xe6/x88/xbf - /xe6/x89/x80 - /xe6/x89/x81 - /xe6/x89/x82 - /xe6/x89/x83 - /xe6/x89/x84 - /xe6/x89/x85 - /xe6/x89/x86 - /xe6/x89/x87 - /xe6/x89/x88 - /xe6/x89/x89 - /xe6/x89/x8a - /xe6/x89/x8b - /xe6/x89/x8c - /xe6/x89/x8d - /xe6/x89/x8e - /xe6/x89/x8f - /xe6/x89/x90 - /xe6/x89/x91 - /xe6/x89/x92 - /xe6/x89/x93 - /xe6/x89/x94 - /xe6/x89/x95 - /xe6/x89/x96 - /xe6/x89/x97 - /xe6/x89/x98 - /xe6/x89/x99 - /xe6/x89/x9a - /xe6/x89/x9b - /xe6/x89/x9c - /xe6/x89/x9d - /xe6/x89/x9e - /xe6/x89/x9f - /xe6/x89/xa0 - /xe6/x89/xa1 - /xe6/x89/xa2 - /xe6/x89/xa3 - /xe6/x89/xa4 - /xe6/x89/xa5 - /xe6/x89/xa6 - /xe6/x89/xa7 - /xe6/x89/xa8 - /xe6/x89/xa9 - /xe6/x89/xaa - /xe6/x89/xab - /xe6/x89/xac - /xe6/x89/xad - /xe6/x89/xae - /xe6/x89/xaf - /xe6/x89/xb0 - /xe6/x89/xb1 - /xe6/x89/xb2 - /xe6/x89/xb3 - /xe6/x89/xb4 - /xe6/x89/xb5 - /xe6/x89/xb6 - /xe6/x89/xb7 - /xe6/x89/xb8 - /xe6/x89/xb9 - /xe6/x89/xba - /xe6/x89/xbb - /xe6/x89/xbc - /xe6/x89/xbd - /xe6/x89/xbe - /xe6/x89/xbf - /xe6/x8a/x80 - /xe6/x8a/x81 - /xe6/x8a/x82 - /xe6/x8a/x83 - /xe6/x8a/x84 - /xe6/x8a/x85 - /xe6/x8a/x86 - /xe6/x8a/x87 - /xe6/x8a/x88 - /xe6/x8a/x89 - /xe6/x8a/x8a - /xe6/x8a/x8b - /xe6/x8a/x8c - /xe6/x8a/x8d - /xe6/x8a/x8e - /xe6/x8a/x8f - /xe6/x8a/x90 - /xe6/x8a/x91 - /xe6/x8a/x92 - /xe6/x8a/x93 - /xe6/x8a/x94 - /xe6/x8a/x95 - /xe6/x8a/x96 - /xe6/x8a/x97 - /xe6/x8a/x98 - /xe6/x8a/x99 - /xe6/x8a/x9a - /xe6/x8a/x9b - /xe6/x8a/x9c - /xe6/x8a/x9d - /xe6/x8a/x9e - /xe6/x8a/x9f - /xe6/x8a/xa0 - /xe6/x8a/xa1 - /xe6/x8a/xa2 - /xe6/x8a/xa3 - /xe6/x8a/xa4 - /xe6/x8a/xa5 - /xe6/x8a/xa6 - /xe6/x8a/xa7 - /xe6/x8a/xa8 - /xe6/x8a/xa9 - /xe6/x8a/xaa - /xe6/x8a/xab - /xe6/x8a/xac - /xe6/x8a/xad - /xe6/x8a/xae - /xe6/x8a/xaf - /xe6/x8a/xb0 - /xe6/x8a/xb1 - /xe6/x8a/xb2 - /xe6/x8a/xb3 - /xe6/x8a/xb4 - /xe6/x8a/xb5 - /xe6/x8a/xb6 - /xe6/x8a/xb7 - /xe6/x8a/xb8 - /xe6/x8a/xb9 - /xe6/x8a/xba - /xe6/x8a/xbb - /xe6/x8a/xbc - /xe6/x8a/xbd - /xe6/x8a/xbe - /xe6/x8a/xbf - /xe6/x8b/x80 - /xe6/x8b/x81 - /xe6/x8b/x82 - /xe6/x8b/x83 - /xe6/x8b/x84 - /xe6/x8b/x85 - /xe6/x8b/x86 - /xe6/x8b/x87 - /xe6/x8b/x88 - /xe6/x8b/x89 - /xe6/x8b/x8a - /xe6/x8b/x8b - /xe6/x8b/x8c - /xe6/x8b/x8d - /xe6/x8b/x8e - /xe6/x8b/x8f - /xe6/x8b/x90 - /xe6/x8b/x91 - /xe6/x8b/x92 - /xe6/x8b/x93 - /xe6/x8b/x94 - /xe6/x8b/x95 - /xe6/x8b/x96 - /xe6/x8b/x97 - /xe6/x8b/x98 - /xe6/x8b/x99 - /xe6/x8b/x9a - /xe6/x8b/x9b - /xe6/x8b/x9c - /xe6/x8b/x9d - /xe6/x8b/x9e - /xe6/x8b/x9f - /xe6/x8b/xa0 - /xe6/x8b/xa1 - /xe6/x8b/xa2 - /xe6/x8b/xa3 - /xe6/x8b/xa4 - /xe6/x8b/xa5 - /xe6/x8b/xa6 - /xe6/x8b/xa7 - /xe6/x8b/xa8 - /xe6/x8b/xa9 - /xe6/x8b/xaa - /xe6/x8b/xab - /xe6/x8b/xac - /xe6/x8b/xad - /xe6/x8b/xae - /xe6/x8b/xaf - /xe6/x8b/xb0 - /xe6/x8b/xb1 - /xe6/x8b/xb2 - /xe6/x8b/xb3 - /xe6/x8b/xb4 - /xe6/x8b/xb5 - /xe6/x8b/xb6 - /xe6/x8b/xb7 - /xe6/x8b/xb8 - /xe6/x8b/xb9 - /xe6/x8b/xba - /xe6/x8b/xbb - /xe6/x8b/xbc - /xe6/x8b/xbd - /xe6/x8b/xbe - /xe6/x8b/xbf - /xe6/x8c/x80 - /xe6/x8c/x81 - /xe6/x8c/x82 - /xe6/x8c/x83 - /xe6/x8c/x84 - /xe6/x8c/x85 - /xe6/x8c/x86 - /xe6/x8c/x87 - /xe6/x8c/x88 - /xe6/x8c/x89 - /xe6/x8c/x8a - /xe6/x8c/x8b - /xe6/x8c/x8c - /xe6/x8c/x8d - /xe6/x8c/x8e - /xe6/x8c/x8f - /xe6/x8c/x90 - /xe6/x8c/x91 - /xe6/x8c/x92 - /xe6/x8c/x93 - /xe6/x8c/x94 - /xe6/x8c/x95 - /xe6/x8c/x96 - /xe6/x8c/x97 - /xe6/x8c/x98 - /xe6/x8c/x99 - /xe6/x8c/x9a - /xe6/x8c/x9b - /xe6/x8c/x9c - /xe6/x8c/x9d - /xe6/x8c/x9e - /xe6/x8c/x9f - /xe6/x8c/xa0 - /xe6/x8c/xa1 - /xe6/x8c/xa2 - /xe6/x8c/xa3 - /xe6/x8c/xa4 - /xe6/x8c/xa5 - /xe6/x8c/xa6 - /xe6/x8c/xa7 - /xe6/x8c/xa8 - /xe6/x8c/xa9 - /xe6/x8c/xaa - /xe6/x8c/xab - /xe6/x8c/xac - /xe6/x8c/xad - /xe6/x8c/xae - /xe6/x8c/xaf - /xe6/x8c/xb0 - /xe6/x8c/xb1 - /xe6/x8c/xb2 - /xe6/x8c/xb3 - /xe6/x8c/xb4 - /xe6/x8c/xb5 - /xe6/x8c/xb6 - /xe6/x8c/xb7 - /xe6/x8c/xb8 - /xe6/x8c/xb9 - /xe6/x8c/xba - /xe6/x8c/xbb - /xe6/x8c/xbc - /xe6/x8c/xbd - /xe6/x8c/xbe - /xe6/x8c/xbf - /xe6/x8d/x80 - /xe6/x8d/x81 - /xe6/x8d/x82 - /xe6/x8d/x83 - /xe6/x8d/x84 - /xe6/x8d/x85 - /xe6/x8d/x86 - /xe6/x8d/x87 - /xe6/x8d/x88 - /xe6/x8d/x89 - /xe6/x8d/x8a - /xe6/x8d/x8b - /xe6/x8d/x8c - /xe6/x8d/x8d - /xe6/x8d/x8e - /xe6/x8d/x8f - /xe6/x8d/x90 - /xe6/x8d/x91 - /xe6/x8d/x92 - /xe6/x8d/x93 - /xe6/x8d/x94 - /xe6/x8d/x95 - /xe6/x8d/x96 - /xe6/x8d/x97 - /xe6/x8d/x98 - /xe6/x8d/x99 - /xe6/x8d/x9a - /xe6/x8d/x9b - /xe6/x8d/x9c - /xe6/x8d/x9d - /xe6/x8d/x9e - /xe6/x8d/x9f - /xe6/x8d/xa0 - /xe6/x8d/xa1 - /xe6/x8d/xa2 - /xe6/x8d/xa3 - /xe6/x8d/xa4 - /xe6/x8d/xa5 - /xe6/x8d/xa6 - /xe6/x8d/xa7 - /xe6/x8d/xa8 - /xe6/x8d/xa9 - /xe6/x8d/xaa - /xe6/x8d/xab - /xe6/x8d/xac - /xe6/x8d/xad - /xe6/x8d/xae - /xe6/x8d/xaf - /xe6/x8d/xb0 - /xe6/x8d/xb1 - /xe6/x8d/xb2 - /xe6/x8d/xb3 - /xe6/x8d/xb4 - /xe6/x8d/xb5 - /xe6/x8d/xb6 - /xe6/x8d/xb7 - /xe6/x8d/xb8 - /xe6/x8d/xb9 - /xe6/x8d/xba - /xe6/x8d/xbb - /xe6/x8d/xbc - /xe6/x8d/xbd - /xe6/x8d/xbe - /xe6/x8d/xbf - /xe6/x8e/x80 - /xe6/x8e/x81 - /xe6/x8e/x82 - /xe6/x8e/x83 - /xe6/x8e/x84 - /xe6/x8e/x85 - /xe6/x8e/x86 - /xe6/x8e/x87 - /xe6/x8e/x88 - /xe6/x8e/x89 - /xe6/x8e/x8a - /xe6/x8e/x8b - /xe6/x8e/x8c - /xe6/x8e/x8d - /xe6/x8e/x8e - /xe6/x8e/x8f - /xe6/x8e/x90 - /xe6/x8e/x91 - /xe6/x8e/x92 - /xe6/x8e/x93 - /xe6/x8e/x94 - /xe6/x8e/x95 - /xe6/x8e/x96 - /xe6/x8e/x97 - /xe6/x8e/x98 - /xe6/x8e/x99 - /xe6/x8e/x9a - /xe6/x8e/x9b - /xe6/x8e/x9c - /xe6/x8e/x9d - /xe6/x8e/x9e - /xe6/x8e/x9f - /xe6/x8e/xa0 - /xe6/x8e/xa1 - /xe6/x8e/xa2 - /xe6/x8e/xa3 - /xe6/x8e/xa4 - /xe6/x8e/xa5 - /xe6/x8e/xa6 - /xe6/x8e/xa7 - /xe6/x8e/xa8 - /xe6/x8e/xa9 - /xe6/x8e/xaa - /xe6/x8e/xab - /xe6/x8e/xac - /xe6/x8e/xad - /xe6/x8e/xae - /xe6/x8e/xaf - /xe6/x8e/xb0 - /xe6/x8e/xb1 - /xe6/x8e/xb2 - /xe6/x8e/xb3 - /xe6/x8e/xb4 - /xe6/x8e/xb5 - /xe6/x8e/xb6 - /xe6/x8e/xb7 - /xe6/x8e/xb8 - /xe6/x8e/xb9 - /xe6/x8e/xba - /xe6/x8e/xbb - /xe6/x8e/xbc - /xe6/x8e/xbd - /xe6/x8e/xbe - /xe6/x8e/xbf - /xe6/x8f/x80 - /xe6/x8f/x81 - /xe6/x8f/x82 - /xe6/x8f/x83 - /xe6/x8f/x84 - /xe6/x8f/x85 - /xe6/x8f/x86 - /xe6/x8f/x87 - /xe6/x8f/x88 - /xe6/x8f/x89 - /xe6/x8f/x8a - /xe6/x8f/x8b - /xe6/x8f/x8c - /xe6/x8f/x8d - /xe6/x8f/x8e - /xe6/x8f/x8f - /xe6/x8f/x90 - /xe6/x8f/x91 - /xe6/x8f/x92 - /xe6/x8f/x93 - /xe6/x8f/x94 - /xe6/x8f/x95 - /xe6/x8f/x96 - /xe6/x8f/x97 - /xe6/x8f/x98 - /xe6/x8f/x99 - /xe6/x8f/x9a - /xe6/x8f/x9b - /xe6/x8f/x9c - /xe6/x8f/x9d - /xe6/x8f/x9e - /xe6/x8f/x9f - /xe6/x8f/xa0 - /xe6/x8f/xa1 - /xe6/x8f/xa2 - /xe6/x8f/xa3 - /xe6/x8f/xa4 - /xe6/x8f/xa5 - /xe6/x8f/xa6 - /xe6/x8f/xa7 - /xe6/x8f/xa8 - /xe6/x8f/xa9 - /xe6/x8f/xaa - /xe6/x8f/xab - /xe6/x8f/xac - /xe6/x8f/xad - /xe6/x8f/xae - /xe6/x8f/xaf - /xe6/x8f/xb0 - /xe6/x8f/xb1 - /xe6/x8f/xb2 - /xe6/x8f/xb3 - /xe6/x8f/xb4 - /xe6/x8f/xb5 - /xe6/x8f/xb6 - /xe6/x8f/xb7 - /xe6/x8f/xb8 - /xe6/x8f/xb9 - /xe6/x8f/xba - /xe6/x8f/xbb - /xe6/x8f/xbc - /xe6/x8f/xbd - /xe6/x8f/xbe - /xe6/x8f/xbf - /xe6/x90/x80 - /xe6/x90/x81 - /xe6/x90/x82 - /xe6/x90/x83 - /xe6/x90/x84 - /xe6/x90/x85 - /xe6/x90/x86 - /xe6/x90/x87 - /xe6/x90/x88 - /xe6/x90/x89 - /xe6/x90/x8a - /xe6/x90/x8b - /xe6/x90/x8c - /xe6/x90/x8d - /xe6/x90/x8e - /xe6/x90/x8f - /xe6/x90/x90 - /xe6/x90/x91 - /xe6/x90/x92 - /xe6/x90/x93 - /xe6/x90/x94 - /xe6/x90/x95 - /xe6/x90/x96 - /xe6/x90/x97 - /xe6/x90/x98 - /xe6/x90/x99 - /xe6/x90/x9a - /xe6/x90/x9b - /xe6/x90/x9c - /xe6/x90/x9d - /xe6/x90/x9e - /xe6/x90/x9f - /xe6/x90/xa0 - /xe6/x90/xa1 - /xe6/x90/xa2 - /xe6/x90/xa3 - /xe6/x90/xa4 - /xe6/x90/xa5 - /xe6/x90/xa6 - /xe6/x90/xa7 - /xe6/x90/xa8 - /xe6/x90/xa9 - /xe6/x90/xaa - /xe6/x90/xab - /xe6/x90/xac - /xe6/x90/xad - /xe6/x90/xae - /xe6/x90/xaf - /xe6/x90/xb0 - /xe6/x90/xb1 - /xe6/x90/xb2 - /xe6/x90/xb3 - /xe6/x90/xb4 - /xe6/x90/xb5 - /xe6/x90/xb6 - /xe6/x90/xb7 - /xe6/x90/xb8 - /xe6/x90/xb9 - /xe6/x90/xba - /xe6/x90/xbb - /xe6/x90/xbc - /xe6/x90/xbd - /xe6/x90/xbe - /xe6/x90/xbf - /xe6/x91/x80 - /xe6/x91/x81 - /xe6/x91/x82 - /xe6/x91/x83 - /xe6/x91/x84 - /xe6/x91/x85 - /xe6/x91/x86 - /xe6/x91/x87 - /xe6/x91/x88 - /xe6/x91/x89 - /xe6/x91/x8a - /xe6/x91/x8b - /xe6/x91/x8c - /xe6/x91/x8d - /xe6/x91/x8e - /xe6/x91/x8f - /xe6/x91/x90 - /xe6/x91/x91 - /xe6/x91/x92 - /xe6/x91/x93 - /xe6/x91/x94 - /xe6/x91/x95 - /xe6/x91/x96 - /xe6/x91/x97 - /xe6/x91/x98 - /xe6/x91/x99 - /xe6/x91/x9a - /xe6/x91/x9b - /xe6/x91/x9c - /xe6/x91/x9d - /xe6/x91/x9e - /xe6/x91/x9f - /xe6/x91/xa0 - /xe6/x91/xa1 - /xe6/x91/xa2 - /xe6/x91/xa3 - /xe6/x91/xa4 - /xe6/x91/xa5 - /xe6/x91/xa6 - /xe6/x91/xa7 - /xe6/x91/xa8 - /xe6/x91/xa9 - /xe6/x91/xaa - /xe6/x91/xab - /xe6/x91/xac - /xe6/x91/xad - /xe6/x91/xae - /xe6/x91/xaf - /xe6/x91/xb0 - /xe6/x91/xb1 - /xe6/x91/xb2 - /xe6/x91/xb3 - /xe6/x91/xb4 - /xe6/x91/xb5 - /xe6/x91/xb6 - /xe6/x91/xb7 - /xe6/x91/xb8 - /xe6/x91/xb9 - /xe6/x91/xba - /xe6/x91/xbb - /xe6/x91/xbc - /xe6/x91/xbd - /xe6/x91/xbe - /xe6/x91/xbf - /xe6/x92/x80 - /xe6/x92/x81 - /xe6/x92/x82 - /xe6/x92/x83 - /xe6/x92/x84 - /xe6/x92/x85 - /xe6/x92/x86 - /xe6/x92/x87 - /xe6/x92/x88 - /xe6/x92/x89 - /xe6/x92/x8a - /xe6/x92/x8b - /xe6/x92/x8c - /xe6/x92/x8d - /xe6/x92/x8e - /xe6/x92/x8f - /xe6/x92/x90 - /xe6/x92/x91 - /xe6/x92/x92 - /xe6/x92/x93 - /xe6/x92/x94 - /xe6/x92/x95 - /xe6/x92/x96 - /xe6/x92/x97 - /xe6/x92/x98 - /xe6/x92/x99 - /xe6/x92/x9a - /xe6/x92/x9b - /xe6/x92/x9c - /xe6/x92/x9d - /xe6/x92/x9e - /xe6/x92/x9f - /xe6/x92/xa0 - /xe6/x92/xa1 - /xe6/x92/xa2 - /xe6/x92/xa3 - /xe6/x92/xa4 - /xe6/x92/xa5 - /xe6/x92/xa6 - /xe6/x92/xa7 - /xe6/x92/xa8 - /xe6/x92/xa9 - /xe6/x92/xaa - /xe6/x92/xab - /xe6/x92/xac - /xe6/x92/xad - /xe6/x92/xae - /xe6/x92/xaf - /xe6/x92/xb0 - /xe6/x92/xb1 - /xe6/x92/xb2 - /xe6/x92/xb3 - /xe6/x92/xb4 - /xe6/x92/xb5 - /xe6/x92/xb6 - /xe6/x92/xb7 - /xe6/x92/xb8 - /xe6/x92/xb9 - /xe6/x92/xba - /xe6/x92/xbb - /xe6/x92/xbc - /xe6/x92/xbd - /xe6/x92/xbe - /xe6/x92/xbf - /xe6/x93/x80 - /xe6/x93/x81 - /xe6/x93/x82 - /xe6/x93/x83 - /xe6/x93/x84 - /xe6/x93/x85 - /xe6/x93/x86 - /xe6/x93/x87 - /xe6/x93/x88 - /xe6/x93/x89 - /xe6/x93/x8a - /xe6/x93/x8b - /xe6/x93/x8c - /xe6/x93/x8d - /xe6/x93/x8e - /xe6/x93/x8f - /xe6/x93/x90 - /xe6/x93/x91 - /xe6/x93/x92 - /xe6/x93/x93 - /xe6/x93/x94 - /xe6/x93/x95 - /xe6/x93/x96 - /xe6/x93/x97 - /xe6/x93/x98 - /xe6/x93/x99 - /xe6/x93/x9a - /xe6/x93/x9b - /xe6/x93/x9c - /xe6/x93/x9d - /xe6/x93/x9e - /xe6/x93/x9f - /xe6/x93/xa0 - /xe6/x93/xa1 - /xe6/x93/xa2 - /xe6/x93/xa3 - /xe6/x93/xa4 - /xe6/x93/xa5 - /xe6/x93/xa6 - /xe6/x93/xa7 - /xe6/x93/xa8 - /xe6/x93/xa9 - /xe6/x93/xaa - /xe6/x93/xab - /xe6/x93/xac - /xe6/x93/xad - /xe6/x93/xae - /xe6/x93/xaf - /xe6/x93/xb0 - /xe6/x93/xb1 - /xe6/x93/xb2 - /xe6/x93/xb3 - /xe6/x93/xb4 - /xe6/x93/xb5 - /xe6/x93/xb6 - /xe6/x93/xb7 - /xe6/x93/xb8 - /xe6/x93/xb9 - /xe6/x93/xba - /xe6/x93/xbb - /xe6/x93/xbc - /xe6/x93/xbd - /xe6/x93/xbe - /xe6/x93/xbf - /xe6/x94/x80 - /xe6/x94/x81 - /xe6/x94/x82 - /xe6/x94/x83 - /xe6/x94/x84 - /xe6/x94/x85 - /xe6/x94/x86 - /xe6/x94/x87 - /xe6/x94/x88 - /xe6/x94/x89 - /xe6/x94/x8a - /xe6/x94/x8b - /xe6/x94/x8c - /xe6/x94/x8d - /xe6/x94/x8e - /xe6/x94/x8f - /xe6/x94/x90 - /xe6/x94/x91 - /xe6/x94/x92 - /xe6/x94/x93 - /xe6/x94/x94 - /xe6/x94/x95 - /xe6/x94/x96 - /xe6/x94/x97 - /xe6/x94/x98 - /xe6/x94/x99 - /xe6/x94/x9a - /xe6/x94/x9b - /xe6/x94/x9c - /xe6/x94/x9d - /xe6/x94/x9e - /xe6/x94/x9f - /xe6/x94/xa0 - /xe6/x94/xa1 - /xe6/x94/xa2 - /xe6/x94/xa3 - /xe6/x94/xa4 - /xe6/x94/xa5 - /xe6/x94/xa6 - /xe6/x94/xa7 - /xe6/x94/xa8 - /xe6/x94/xa9 - /xe6/x94/xaa - /xe6/x94/xab - /xe6/x94/xac - /xe6/x94/xad - /xe6/x94/xae - /xe6/x94/xaf - /xe6/x94/xb0 - /xe6/x94/xb1 - /xe6/x94/xb2 - /xe6/x94/xb3 - /xe6/x94/xb4 - /xe6/x94/xb5 - /xe6/x94/xb6 - /xe6/x94/xb7 - /xe6/x94/xb8 - /xe6/x94/xb9 - /xe6/x94/xba - /xe6/x94/xbb - /xe6/x94/xbc - /xe6/x94/xbd - /xe6/x94/xbe - /xe6/x94/xbf - /xe6/x95/x80 - /xe6/x95/x81 - /xe6/x95/x82 - /xe6/x95/x83 - /xe6/x95/x84 - /xe6/x95/x85 - /xe6/x95/x86 - /xe6/x95/x87 - /xe6/x95/x88 - /xe6/x95/x89 - /xe6/x95/x8a - /xe6/x95/x8b - /xe6/x95/x8c - /xe6/x95/x8d - /xe6/x95/x8e - /xe6/x95/x8f - /xe6/x95/x90 - /xe6/x95/x91 - /xe6/x95/x92 - /xe6/x95/x93 - /xe6/x95/x94 - /xe6/x95/x95 - /xe6/x95/x96 - /xe6/x95/x97 - /xe6/x95/x98 - /xe6/x95/x99 - /xe6/x95/x9a - /xe6/x95/x9b - /xe6/x95/x9c - /xe6/x95/x9d - /xe6/x95/x9e - /xe6/x95/x9f - /xe6/x95/xa0 - /xe6/x95/xa1 - /xe6/x95/xa2 - /xe6/x95/xa3 - /xe6/x95/xa4 - /xe6/x95/xa5 - /xe6/x95/xa6 - /xe6/x95/xa7 - /xe6/x95/xa8 - /xe6/x95/xa9 - /xe6/x95/xaa - /xe6/x95/xab - /xe6/x95/xac - /xe6/x95/xad - /xe6/x95/xae - /xe6/x95/xaf - /xe6/x95/xb0 - /xe6/x95/xb1 - /xe6/x95/xb2 - /xe6/x95/xb3 - /xe6/x95/xb4 - /xe6/x95/xb5 - /xe6/x95/xb6 - /xe6/x95/xb7 - /xe6/x95/xb8 - /xe6/x95/xb9 - /xe6/x95/xba - /xe6/x95/xbb - /xe6/x95/xbc - /xe6/x95/xbd - /xe6/x95/xbe - /xe6/x95/xbf - /xe6/x96/x80 - /xe6/x96/x81 - /xe6/x96/x82 - /xe6/x96/x83 - /xe6/x96/x84 - /xe6/x96/x85 - /xe6/x96/x86 - /xe6/x96/x87 - /xe6/x96/x88 - /xe6/x96/x89 - /xe6/x96/x8a - /xe6/x96/x8b - /xe6/x96/x8c - /xe6/x96/x8d - /xe6/x96/x8e - /xe6/x96/x8f - /xe6/x96/x90 - /xe6/x96/x91 - /xe6/x96/x92 - /xe6/x96/x93 - /xe6/x96/x94 - /xe6/x96/x95 - /xe6/x96/x96 - /xe6/x96/x97 - /xe6/x96/x98 - /xe6/x96/x99 - /xe6/x96/x9a - /xe6/x96/x9b - /xe6/x96/x9c - /xe6/x96/x9d - /xe6/x96/x9e - /xe6/x96/x9f - /xe6/x96/xa0 - /xe6/x96/xa1 - /xe6/x96/xa2 - /xe6/x96/xa3 - /xe6/x96/xa4 - /xe6/x96/xa5 - /xe6/x96/xa6 - /xe6/x96/xa7 - /xe6/x96/xa8 - /xe6/x96/xa9 - /xe6/x96/xaa - /xe6/x96/xab - /xe6/x96/xac - /xe6/x96/xad - /xe6/x96/xae - /xe6/x96/xaf - /xe6/x96/xb0 - /xe6/x96/xb1 - /xe6/x96/xb2 - /xe6/x96/xb3 - /xe6/x96/xb4 - /xe6/x96/xb5 - /xe6/x96/xb6 - /xe6/x96/xb7 - /xe6/x96/xb8 - /xe6/x96/xb9 - /xe6/x96/xba - /xe6/x96/xbb - /xe6/x96/xbc - /xe6/x96/xbd - /xe6/x96/xbe - /xe6/x96/xbf - /xe6/x97/x80 - /xe6/x97/x81 - /xe6/x97/x82 - /xe6/x97/x83 - /xe6/x97/x84 - /xe6/x97/x85 - /xe6/x97/x86 - /xe6/x97/x87 - /xe6/x97/x88 - /xe6/x97/x89 - /xe6/x97/x8a - /xe6/x97/x8b - /xe6/x97/x8c - /xe6/x97/x8d - /xe6/x97/x8e - /xe6/x97/x8f - /xe6/x97/x90 - /xe6/x97/x91 - /xe6/x97/x92 - /xe6/x97/x93 - /xe6/x97/x94 - /xe6/x97/x95 - /xe6/x97/x96 - /xe6/x97/x97 - /xe6/x97/x98 - /xe6/x97/x99 - /xe6/x97/x9a - /xe6/x97/x9b - /xe6/x97/x9c - /xe6/x97/x9d - /xe6/x97/x9e - /xe6/x97/x9f - /xe6/x97/xa0 - /xe6/x97/xa1 - /xe6/x97/xa2 - /xe6/x97/xa3 - /xe6/x97/xa4 - /xe6/x97/xa5 - /xe6/x97/xa6 - /xe6/x97/xa7 - /xe6/x97/xa8 - /xe6/x97/xa9 - /xe6/x97/xaa - /xe6/x97/xab - /xe6/x97/xac - /xe6/x97/xad - /xe6/x97/xae - /xe6/x97/xaf - /xe6/x97/xb0 - /xe6/x97/xb1 - /xe6/x97/xb2 - /xe6/x97/xb3 - /xe6/x97/xb4 - /xe6/x97/xb5 - /xe6/x97/xb6 - /xe6/x97/xb7 - /xe6/x97/xb8 - /xe6/x97/xb9 - /xe6/x97/xba - /xe6/x97/xbb - /xe6/x97/xbc - /xe6/x97/xbd - /xe6/x97/xbe - /xe6/x97/xbf - /xe6/x98/x80 - /xe6/x98/x81 - /xe6/x98/x82 - /xe6/x98/x83 - /xe6/x98/x84 - /xe6/x98/x85 - /xe6/x98/x86 - /xe6/x98/x87 - /xe6/x98/x88 - /xe6/x98/x89 - /xe6/x98/x8a - /xe6/x98/x8b - /xe6/x98/x8c - /xe6/x98/x8d - /xe6/x98/x8e - /xe6/x98/x8f - /xe6/x98/x90 - /xe6/x98/x91 - /xe6/x98/x92 - /xe6/x98/x93 - /xe6/x98/x94 - /xe6/x98/x95 - /xe6/x98/x96 - /xe6/x98/x97 - /xe6/x98/x98 - /xe6/x98/x99 - /xe6/x98/x9a - /xe6/x98/x9b - /xe6/x98/x9c - /xe6/x98/x9d - /xe6/x98/x9e - /xe6/x98/x9f - /xe6/x98/xa0 - /xe6/x98/xa1 - /xe6/x98/xa2 - /xe6/x98/xa3 - /xe6/x98/xa4 - /xe6/x98/xa5 - /xe6/x98/xa6 - /xe6/x98/xa7 - /xe6/x98/xa8 - /xe6/x98/xa9 - /xe6/x98/xaa - /xe6/x98/xab - /xe6/x98/xac - /xe6/x98/xad - /xe6/x98/xae - /xe6/x98/xaf - /xe6/x98/xb0 - /xe6/x98/xb1 - /xe6/x98/xb2 - /xe6/x98/xb3 - /xe6/x98/xb4 - /xe6/x98/xb5 - /xe6/x98/xb6 - /xe6/x98/xb7 - /xe6/x98/xb8 - /xe6/x98/xb9 - /xe6/x98/xba - /xe6/x98/xbb - /xe6/x98/xbc - /xe6/x98/xbd - /xe6/x98/xbe - /xe6/x98/xbf - /xe6/x99/x80 - /xe6/x99/x81 - /xe6/x99/x82 - /xe6/x99/x83 - /xe6/x99/x84 - /xe6/x99/x85 - /xe6/x99/x86 - /xe6/x99/x87 - /xe6/x99/x88 - /xe6/x99/x89 - /xe6/x99/x8a - /xe6/x99/x8b - /xe6/x99/x8c - /xe6/x99/x8d - /xe6/x99/x8e - /xe6/x99/x8f - /xe6/x99/x90 - /xe6/x99/x91 - /xe6/x99/x92 - /xe6/x99/x93 - /xe6/x99/x94 - /xe6/x99/x95 - /xe6/x99/x96 - /xe6/x99/x97 - /xe6/x99/x98 - /xe6/x99/x99 - /xe6/x99/x9a - /xe6/x99/x9b - /xe6/x99/x9c - /xe6/x99/x9d - /xe6/x99/x9e - /xe6/x99/x9f - /xe6/x99/xa0 - /xe6/x99/xa1 - /xe6/x99/xa2 - /xe6/x99/xa3 - /xe6/x99/xa4 - /xe6/x99/xa5 - /xe6/x99/xa6 - /xe6/x99/xa7 - /xe6/x99/xa8 - /xe6/x99/xa9 - /xe6/x99/xaa - /xe6/x99/xab - /xe6/x99/xac - /xe6/x99/xad - /xe6/x99/xae - /xe6/x99/xaf - /xe6/x99/xb0 - /xe6/x99/xb1 - /xe6/x99/xb2 - /xe6/x99/xb3 - /xe6/x99/xb4 - /xe6/x99/xb5 - /xe6/x99/xb6 - /xe6/x99/xb7 - /xe6/x99/xb8 - /xe6/x99/xb9 - /xe6/x99/xba - /xe6/x99/xbb - /xe6/x99/xbc - /xe6/x99/xbd - /xe6/x99/xbe - /xe6/x99/xbf - /xe6/x9a/x80 - /xe6/x9a/x81 - /xe6/x9a/x82 - /xe6/x9a/x83 - /xe6/x9a/x84 - /xe6/x9a/x85 - /xe6/x9a/x86 - /xe6/x9a/x87 - /xe6/x9a/x88 - /xe6/x9a/x89 - /xe6/x9a/x8a - /xe6/x9a/x8b - /xe6/x9a/x8c - /xe6/x9a/x8d - /xe6/x9a/x8e - /xe6/x9a/x8f - /xe6/x9a/x90 - /xe6/x9a/x91 - /xe6/x9a/x92 - /xe6/x9a/x93 - /xe6/x9a/x94 - /xe6/x9a/x95 - /xe6/x9a/x96 - /xe6/x9a/x97 - /xe6/x9a/x98 - /xe6/x9a/x99 - /xe6/x9a/x9a - /xe6/x9a/x9b - /xe6/x9a/x9c - /xe6/x9a/x9d - /xe6/x9a/x9e - /xe6/x9a/x9f - /xe6/x9a/xa0 - /xe6/x9a/xa1 - /xe6/x9a/xa2 - /xe6/x9a/xa3 - /xe6/x9a/xa4 - /xe6/x9a/xa5 - /xe6/x9a/xa6 - /xe6/x9a/xa7 - /xe6/x9a/xa8 - /xe6/x9a/xa9 - /xe6/x9a/xaa - /xe6/x9a/xab - /xe6/x9a/xac - /xe6/x9a/xad - /xe6/x9a/xae - /xe6/x9a/xaf - /xe6/x9a/xb0 - /xe6/x9a/xb1 - /xe6/x9a/xb2 - /xe6/x9a/xb3 - /xe6/x9a/xb4 - /xe6/x9a/xb5 - /xe6/x9a/xb6 - /xe6/x9a/xb7 - /xe6/x9a/xb8 - /xe6/x9a/xb9 - /xe6/x9a/xba - /xe6/x9a/xbb - /xe6/x9a/xbc - /xe6/x9a/xbd - /xe6/x9a/xbe - /xe6/x9a/xbf - /xe6/x9b/x80 - /xe6/x9b/x81 - /xe6/x9b/x82 - /xe6/x9b/x83 - /xe6/x9b/x84 - /xe6/x9b/x85 - /xe6/x9b/x86 - /xe6/x9b/x87 - /xe6/x9b/x88 - /xe6/x9b/x89 - /xe6/x9b/x8a - /xe6/x9b/x8b - /xe6/x9b/x8c - /xe6/x9b/x8d - /xe6/x9b/x8e - /xe6/x9b/x8f - /xe6/x9b/x90 - /xe6/x9b/x91 - /xe6/x9b/x92 - /xe6/x9b/x93 - /xe6/x9b/x94 - /xe6/x9b/x95 - /xe6/x9b/x96 - /xe6/x9b/x97 - /xe6/x9b/x98 - /xe6/x9b/x99 - /xe6/x9b/x9a - /xe6/x9b/x9b - /xe6/x9b/x9c - /xe6/x9b/x9d - /xe6/x9b/x9e - /xe6/x9b/x9f - /xe6/x9b/xa0 - /xe6/x9b/xa1 - /xe6/x9b/xa2 - /xe6/x9b/xa3 - /xe6/x9b/xa4 - /xe6/x9b/xa5 - /xe6/x9b/xa6 - /xe6/x9b/xa7 - /xe6/x9b/xa8 - /xe6/x9b/xa9 - /xe6/x9b/xaa - /xe6/x9b/xab - /xe6/x9b/xac - /xe6/x9b/xad - /xe6/x9b/xae - /xe6/x9b/xaf - /xe6/x9b/xb0 - /xe6/x9b/xb1 - /xe6/x9b/xb2 - /xe6/x9b/xb3 - /xe6/x9b/xb4 - /xe6/x9b/xb5 - /xe6/x9b/xb6 - /xe6/x9b/xb7 - /xe6/x9b/xb8 - /xe6/x9b/xb9 - /xe6/x9b/xba - /xe6/x9b/xbb - /xe6/x9b/xbc - /xe6/x9b/xbd - /xe6/x9b/xbe - /xe6/x9b/xbf - /xe6/x9c/x80 - /xe6/x9c/x81 - /xe6/x9c/x82 - /xe6/x9c/x83 - /xe6/x9c/x84 - /xe6/x9c/x85 - /xe6/x9c/x86 - /xe6/x9c/x87 - /xe6/x9c/x88 - /xe6/x9c/x89 - /xe6/x9c/x8a - /xe6/x9c/x8b - /xe6/x9c/x8c - /xe6/x9c/x8d - /xe6/x9c/x8e - /xe6/x9c/x8f - /xe6/x9c/x90 - /xe6/x9c/x91 - /xe6/x9c/x92 - /xe6/x9c/x93 - /xe6/x9c/x94 - /xe6/x9c/x95 - /xe6/x9c/x96 - /xe6/x9c/x97 - /xe6/x9c/x98 - /xe6/x9c/x99 - /xe6/x9c/x9a - /xe6/x9c/x9b - /xe6/x9c/x9c - /xe6/x9c/x9d - /xe6/x9c/x9e - /xe6/x9c/x9f - /xe6/x9c/xa0 - /xe6/x9c/xa1 - /xe6/x9c/xa2 - /xe6/x9c/xa3 - /xe6/x9c/xa4 - /xe6/x9c/xa5 - /xe6/x9c/xa6 - /xe6/x9c/xa7 - /xe6/x9c/xa8 - /xe6/x9c/xa9 - /xe6/x9c/xaa - /xe6/x9c/xab - /xe6/x9c/xac - /xe6/x9c/xad - /xe6/x9c/xae - /xe6/x9c/xaf - /xe6/x9c/xb0 - /xe6/x9c/xb1 - /xe6/x9c/xb2 - /xe6/x9c/xb3 - /xe6/x9c/xb4 - /xe6/x9c/xb5 - /xe6/x9c/xb6 - /xe6/x9c/xb7 - /xe6/x9c/xb8 - /xe6/x9c/xb9 - /xe6/x9c/xba - /xe6/x9c/xbb - /xe6/x9c/xbc - /xe6/x9c/xbd - /xe6/x9c/xbe - /xe6/x9c/xbf - /xe6/x9d/x80 - /xe6/x9d/x81 - /xe6/x9d/x82 - /xe6/x9d/x83 - /xe6/x9d/x84 - /xe6/x9d/x85 - /xe6/x9d/x86 - /xe6/x9d/x87 - /xe6/x9d/x88 - /xe6/x9d/x89 - /xe6/x9d/x8a - /xe6/x9d/x8b - /xe6/x9d/x8c - /xe6/x9d/x8d - /xe6/x9d/x8e - /xe6/x9d/x8f - /xe6/x9d/x90 - /xe6/x9d/x91 - /xe6/x9d/x92 - /xe6/x9d/x93 - /xe6/x9d/x94 - /xe6/x9d/x95 - /xe6/x9d/x96 - /xe6/x9d/x97 - /xe6/x9d/x98 - /xe6/x9d/x99 - /xe6/x9d/x9a - /xe6/x9d/x9b - /xe6/x9d/x9c - /xe6/x9d/x9d - /xe6/x9d/x9e - /xe6/x9d/x9f - /xe6/x9d/xa0 - /xe6/x9d/xa1 - /xe6/x9d/xa2 - /xe6/x9d/xa3 - /xe6/x9d/xa4 - /xe6/x9d/xa5 - /xe6/x9d/xa6 - /xe6/x9d/xa7 - /xe6/x9d/xa8 - /xe6/x9d/xa9 - /xe6/x9d/xaa - /xe6/x9d/xab - /xe6/x9d/xac - /xe6/x9d/xad - /xe6/x9d/xae - /xe6/x9d/xaf - /xe6/x9d/xb0 - /xe6/x9d/xb1 - /xe6/x9d/xb2 - /xe6/x9d/xb3 - /xe6/x9d/xb4 - /xe6/x9d/xb5 - /xe6/x9d/xb6 - /xe6/x9d/xb7 - /xe6/x9d/xb8 - /xe6/x9d/xb9 - /xe6/x9d/xba - /xe6/x9d/xbb - /xe6/x9d/xbc - /xe6/x9d/xbd - /xe6/x9d/xbe - /xe6/x9d/xbf - /xe6/x9e/x80 - /xe6/x9e/x81 - /xe6/x9e/x82 - /xe6/x9e/x83 - /xe6/x9e/x84 - /xe6/x9e/x85 - /xe6/x9e/x86 - /xe6/x9e/x87 - /xe6/x9e/x88 - /xe6/x9e/x89 - /xe6/x9e/x8a - /xe6/x9e/x8b - /xe6/x9e/x8c - /xe6/x9e/x8d - /xe6/x9e/x8e - /xe6/x9e/x8f - /xe6/x9e/x90 - /xe6/x9e/x91 - /xe6/x9e/x92 - /xe6/x9e/x93 - /xe6/x9e/x94 - /xe6/x9e/x95 - /xe6/x9e/x96 - /xe6/x9e/x97 - /xe6/x9e/x98 - /xe6/x9e/x99 - /xe6/x9e/x9a - /xe6/x9e/x9b - /xe6/x9e/x9c - /xe6/x9e/x9d - /xe6/x9e/x9e - /xe6/x9e/x9f - /xe6/x9e/xa0 - /xe6/x9e/xa1 - /xe6/x9e/xa2 - /xe6/x9e/xa3 - /xe6/x9e/xa4 - /xe6/x9e/xa5 - /xe6/x9e/xa6 - /xe6/x9e/xa7 - /xe6/x9e/xa8 - /xe6/x9e/xa9 - /xe6/x9e/xaa - /xe6/x9e/xab - /xe6/x9e/xac - /xe6/x9e/xad - /xe6/x9e/xae - /xe6/x9e/xaf - /xe6/x9e/xb0 - /xe6/x9e/xb1 - /xe6/x9e/xb2 - /xe6/x9e/xb3 - /xe6/x9e/xb4 - /xe6/x9e/xb5 - /xe6/x9e/xb6 - /xe6/x9e/xb7 - /xe6/x9e/xb8 - /xe6/x9e/xb9 - /xe6/x9e/xba - /xe6/x9e/xbb - /xe6/x9e/xbc - /xe6/x9e/xbd - /xe6/x9e/xbe - /xe6/x9e/xbf - /xe6/x9f/x80 - /xe6/x9f/x81 - /xe6/x9f/x82 - /xe6/x9f/x83 - /xe6/x9f/x84 - /xe6/x9f/x85 - /xe6/x9f/x86 - /xe6/x9f/x87 - /xe6/x9f/x88 - /xe6/x9f/x89 - /xe6/x9f/x8a - /xe6/x9f/x8b - /xe6/x9f/x8c - /xe6/x9f/x8d - /xe6/x9f/x8e - /xe6/x9f/x8f - /xe6/x9f/x90 - /xe6/x9f/x91 - /xe6/x9f/x92 - /xe6/x9f/x93 - /xe6/x9f/x94 - /xe6/x9f/x95 - /xe6/x9f/x96 - /xe6/x9f/x97 - /xe6/x9f/x98 - /xe6/x9f/x99 - /xe6/x9f/x9a - /xe6/x9f/x9b - /xe6/x9f/x9c - /xe6/x9f/x9d - /xe6/x9f/x9e - /xe6/x9f/x9f - /xe6/x9f/xa0 - /xe6/x9f/xa1 - /xe6/x9f/xa2 - /xe6/x9f/xa3 - /xe6/x9f/xa4 - /xe6/x9f/xa5 - /xe6/x9f/xa6 - /xe6/x9f/xa7 - /xe6/x9f/xa8 - /xe6/x9f/xa9 - /xe6/x9f/xaa - /xe6/x9f/xab - /xe6/x9f/xac - /xe6/x9f/xad - /xe6/x9f/xae - /xe6/x9f/xaf - /xe6/x9f/xb0 - /xe6/x9f/xb1 - /xe6/x9f/xb2 - /xe6/x9f/xb3 - /xe6/x9f/xb4 - /xe6/x9f/xb5 - /xe6/x9f/xb6 - /xe6/x9f/xb7 - /xe6/x9f/xb8 - /xe6/x9f/xb9 - /xe6/x9f/xba - /xe6/x9f/xbb - /xe6/x9f/xbc - /xe6/x9f/xbd - /xe6/x9f/xbe - /xe6/x9f/xbf - /xe6/xa0/x80 - /xe6/xa0/x81 - /xe6/xa0/x82 - /xe6/xa0/x83 - /xe6/xa0/x84 - /xe6/xa0/x85 - /xe6/xa0/x86 - /xe6/xa0/x87 - /xe6/xa0/x88 - /xe6/xa0/x89 - /xe6/xa0/x8a - /xe6/xa0/x8b - /xe6/xa0/x8c - /xe6/xa0/x8d - /xe6/xa0/x8e - /xe6/xa0/x8f - /xe6/xa0/x90 - /xe6/xa0/x91 - /xe6/xa0/x92 - /xe6/xa0/x93 - /xe6/xa0/x94 - /xe6/xa0/x95 - /xe6/xa0/x96 - /xe6/xa0/x97 - /xe6/xa0/x98 - /xe6/xa0/x99 - /xe6/xa0/x9a - /xe6/xa0/x9b - /xe6/xa0/x9c - /xe6/xa0/x9d - /xe6/xa0/x9e - /xe6/xa0/x9f - /xe6/xa0/xa0 - /xe6/xa0/xa1 - /xe6/xa0/xa2 - /xe6/xa0/xa3 - /xe6/xa0/xa4 - /xe6/xa0/xa5 - /xe6/xa0/xa6 - /xe6/xa0/xa7 - /xe6/xa0/xa8 - /xe6/xa0/xa9 - /xe6/xa0/xaa - /xe6/xa0/xab - /xe6/xa0/xac - /xe6/xa0/xad - /xe6/xa0/xae - /xe6/xa0/xaf - /xe6/xa0/xb0 - /xe6/xa0/xb1 - /xe6/xa0/xb2 - /xe6/xa0/xb3 - /xe6/xa0/xb4 - /xe6/xa0/xb5 - /xe6/xa0/xb6 - /xe6/xa0/xb7 - /xe6/xa0/xb8 - /xe6/xa0/xb9 - /xe6/xa0/xba - /xe6/xa0/xbb - /xe6/xa0/xbc - /xe6/xa0/xbd - /xe6/xa0/xbe - /xe6/xa0/xbf - /xe6/xa1/x80 - /xe6/xa1/x81 - /xe6/xa1/x82 - /xe6/xa1/x83 - /xe6/xa1/x84 - /xe6/xa1/x85 - /xe6/xa1/x86 - /xe6/xa1/x87 - /xe6/xa1/x88 - /xe6/xa1/x89 - /xe6/xa1/x8a - /xe6/xa1/x8b - /xe6/xa1/x8c - /xe6/xa1/x8d - /xe6/xa1/x8e - /xe6/xa1/x8f - /xe6/xa1/x90 - /xe6/xa1/x91 - /xe6/xa1/x92 - /xe6/xa1/x93 - /xe6/xa1/x94 - /xe6/xa1/x95 - /xe6/xa1/x96 - /xe6/xa1/x97 - /xe6/xa1/x98 - /xe6/xa1/x99 - /xe6/xa1/x9a - /xe6/xa1/x9b - /xe6/xa1/x9c - /xe6/xa1/x9d - /xe6/xa1/x9e - /xe6/xa1/x9f - /xe6/xa1/xa0 - /xe6/xa1/xa1 - /xe6/xa1/xa2 - /xe6/xa1/xa3 - /xe6/xa1/xa4 - /xe6/xa1/xa5 - /xe6/xa1/xa6 - /xe6/xa1/xa7 - /xe6/xa1/xa8 - /xe6/xa1/xa9 - /xe6/xa1/xaa - /xe6/xa1/xab - /xe6/xa1/xac - /xe6/xa1/xad - /xe6/xa1/xae - /xe6/xa1/xaf - /xe6/xa1/xb0 - /xe6/xa1/xb1 - /xe6/xa1/xb2 - /xe6/xa1/xb3 - /xe6/xa1/xb4 - /xe6/xa1/xb5 - /xe6/xa1/xb6 - /xe6/xa1/xb7 - /xe6/xa1/xb8 - /xe6/xa1/xb9 - /xe6/xa1/xba - /xe6/xa1/xbb - /xe6/xa1/xbc - /xe6/xa1/xbd - /xe6/xa1/xbe - /xe6/xa1/xbf - /xe6/xa2/x80 - /xe6/xa2/x81 - /xe6/xa2/x82 - /xe6/xa2/x83 - /xe6/xa2/x84 - /xe6/xa2/x85 - /xe6/xa2/x86 - /xe6/xa2/x87 - /xe6/xa2/x88 - /xe6/xa2/x89 - /xe6/xa2/x8a - /xe6/xa2/x8b - /xe6/xa2/x8c - /xe6/xa2/x8d - /xe6/xa2/x8e - /xe6/xa2/x8f - /xe6/xa2/x90 - /xe6/xa2/x91 - /xe6/xa2/x92 - /xe6/xa2/x93 - /xe6/xa2/x94 - /xe6/xa2/x95 - /xe6/xa2/x96 - /xe6/xa2/x97 - /xe6/xa2/x98 - /xe6/xa2/x99 - /xe6/xa2/x9a - /xe6/xa2/x9b - /xe6/xa2/x9c - /xe6/xa2/x9d - /xe6/xa2/x9e - /xe6/xa2/x9f - /xe6/xa2/xa0 - /xe6/xa2/xa1 - /xe6/xa2/xa2 - /xe6/xa2/xa3 - /xe6/xa2/xa4 - /xe6/xa2/xa5 - /xe6/xa2/xa6 - /xe6/xa2/xa7 - /xe6/xa2/xa8 - /xe6/xa2/xa9 - /xe6/xa2/xaa - /xe6/xa2/xab - /xe6/xa2/xac - /xe6/xa2/xad - /xe6/xa2/xae - /xe6/xa2/xaf - /xe6/xa2/xb0 - /xe6/xa2/xb1 - /xe6/xa2/xb2 - /xe6/xa2/xb3 - /xe6/xa2/xb4 - /xe6/xa2/xb5 - /xe6/xa2/xb6 - /xe6/xa2/xb7 - /xe6/xa2/xb8 - /xe6/xa2/xb9 - /xe6/xa2/xba - /xe6/xa2/xbb - /xe6/xa2/xbc - /xe6/xa2/xbd - /xe6/xa2/xbe - /xe6/xa2/xbf - /xe6/xa3/x80 - /xe6/xa3/x81 - /xe6/xa3/x82 - /xe6/xa3/x83 - /xe6/xa3/x84 - /xe6/xa3/x85 - /xe6/xa3/x86 - /xe6/xa3/x87 - /xe6/xa3/x88 - /xe6/xa3/x89 - /xe6/xa3/x8a - /xe6/xa3/x8b - /xe6/xa3/x8c - /xe6/xa3/x8d - /xe6/xa3/x8e - /xe6/xa3/x8f - /xe6/xa3/x90 - /xe6/xa3/x91 - /xe6/xa3/x92 - /xe6/xa3/x93 - /xe6/xa3/x94 - /xe6/xa3/x95 - /xe6/xa3/x96 - /xe6/xa3/x97 - /xe6/xa3/x98 - /xe6/xa3/x99 - /xe6/xa3/x9a - /xe6/xa3/x9b - /xe6/xa3/x9c - /xe6/xa3/x9d - /xe6/xa3/x9e - /xe6/xa3/x9f - /xe6/xa3/xa0 - /xe6/xa3/xa1 - /xe6/xa3/xa2 - /xe6/xa3/xa3 - /xe6/xa3/xa4 - /xe6/xa3/xa5 - /xe6/xa3/xa6 - /xe6/xa3/xa7 - /xe6/xa3/xa8 - /xe6/xa3/xa9 - /xe6/xa3/xaa - /xe6/xa3/xab - /xe6/xa3/xac - /xe6/xa3/xad - /xe6/xa3/xae - /xe6/xa3/xaf - /xe6/xa3/xb0 - /xe6/xa3/xb1 - /xe6/xa3/xb2 - /xe6/xa3/xb3 - /xe6/xa3/xb4 - /xe6/xa3/xb5 - /xe6/xa3/xb6 - /xe6/xa3/xb7 - /xe6/xa3/xb8 - /xe6/xa3/xb9 - /xe6/xa3/xba - /xe6/xa3/xbb - /xe6/xa3/xbc - /xe6/xa3/xbd - /xe6/xa3/xbe - /xe6/xa3/xbf - /xe6/xa4/x80 - /xe6/xa4/x81 - /xe6/xa4/x82 - /xe6/xa4/x83 - /xe6/xa4/x84 - /xe6/xa4/x85 - /xe6/xa4/x86 - /xe6/xa4/x87 - /xe6/xa4/x88 - /xe6/xa4/x89 - /xe6/xa4/x8a - /xe6/xa4/x8b - /xe6/xa4/x8c - /xe6/xa4/x8d - /xe6/xa4/x8e - /xe6/xa4/x8f - /xe6/xa4/x90 - /xe6/xa4/x91 - /xe6/xa4/x92 - /xe6/xa4/x93 - /xe6/xa4/x94 - /xe6/xa4/x95 - /xe6/xa4/x96 - /xe6/xa4/x97 - /xe6/xa4/x98 - /xe6/xa4/x99 - /xe6/xa4/x9a - /xe6/xa4/x9b - /xe6/xa4/x9c - /xe6/xa4/x9d - /xe6/xa4/x9e - /xe6/xa4/x9f - /xe6/xa4/xa0 - /xe6/xa4/xa1 - /xe6/xa4/xa2 - /xe6/xa4/xa3 - /xe6/xa4/xa4 - /xe6/xa4/xa5 - /xe6/xa4/xa6 - /xe6/xa4/xa7 - /xe6/xa4/xa8 - /xe6/xa4/xa9 - /xe6/xa4/xaa - /xe6/xa4/xab - /xe6/xa4/xac - /xe6/xa4/xad - /xe6/xa4/xae - /xe6/xa4/xaf - /xe6/xa4/xb0 - /xe6/xa4/xb1 - /xe6/xa4/xb2 - /xe6/xa4/xb3 - /xe6/xa4/xb4 - /xe6/xa4/xb5 - /xe6/xa4/xb6 - /xe6/xa4/xb7 - /xe6/xa4/xb8 - /xe6/xa4/xb9 - /xe6/xa4/xba - /xe6/xa4/xbb - /xe6/xa4/xbc - /xe6/xa4/xbd - /xe6/xa4/xbe - /xe6/xa4/xbf - /xe6/xa5/x80 - /xe6/xa5/x81 - /xe6/xa5/x82 - /xe6/xa5/x83 - /xe6/xa5/x84 - /xe6/xa5/x85 - /xe6/xa5/x86 - /xe6/xa5/x87 - /xe6/xa5/x88 - /xe6/xa5/x89 - /xe6/xa5/x8a - /xe6/xa5/x8b - /xe6/xa5/x8c - /xe6/xa5/x8d - /xe6/xa5/x8e - /xe6/xa5/x8f - /xe6/xa5/x90 - /xe6/xa5/x91 - /xe6/xa5/x92 - /xe6/xa5/x93 - /xe6/xa5/x94 - /xe6/xa5/x95 - /xe6/xa5/x96 - /xe6/xa5/x97 - /xe6/xa5/x98 - /xe6/xa5/x99 - /xe6/xa5/x9a - /xe6/xa5/x9b - /xe6/xa5/x9c - /xe6/xa5/x9d - /xe6/xa5/x9e - /xe6/xa5/x9f - /xe6/xa5/xa0 - /xe6/xa5/xa1 - /xe6/xa5/xa2 - /xe6/xa5/xa3 - /xe6/xa5/xa4 - /xe6/xa5/xa5 - /xe6/xa5/xa6 - /xe6/xa5/xa7 - /xe6/xa5/xa8 - /xe6/xa5/xa9 - /xe6/xa5/xaa - /xe6/xa5/xab - /xe6/xa5/xac - /xe6/xa5/xad - /xe6/xa5/xae - /xe6/xa5/xaf - /xe6/xa5/xb0 - /xe6/xa5/xb1 - /xe6/xa5/xb2 - /xe6/xa5/xb3 - /xe6/xa5/xb4 - /xe6/xa5/xb5 - /xe6/xa5/xb6 - /xe6/xa5/xb7 - /xe6/xa5/xb8 - /xe6/xa5/xb9 - /xe6/xa5/xba - /xe6/xa5/xbb - /xe6/xa5/xbc - /xe6/xa5/xbd - /xe6/xa5/xbe - /xe6/xa5/xbf - /xe6/xa6/x80 - /xe6/xa6/x81 - /xe6/xa6/x82 - /xe6/xa6/x83 - /xe6/xa6/x84 - /xe6/xa6/x85 - /xe6/xa6/x86 - /xe6/xa6/x87 - /xe6/xa6/x88 - /xe6/xa6/x89 - /xe6/xa6/x8a - /xe6/xa6/x8b - /xe6/xa6/x8c - /xe6/xa6/x8d - /xe6/xa6/x8e - /xe6/xa6/x8f - /xe6/xa6/x90 - /xe6/xa6/x91 - /xe6/xa6/x92 - /xe6/xa6/x93 - /xe6/xa6/x94 - /xe6/xa6/x95 - /xe6/xa6/x96 - /xe6/xa6/x97 - /xe6/xa6/x98 - /xe6/xa6/x99 - /xe6/xa6/x9a - /xe6/xa6/x9b - /xe6/xa6/x9c - /xe6/xa6/x9d - /xe6/xa6/x9e - /xe6/xa6/x9f - /xe6/xa6/xa0 - /xe6/xa6/xa1 - /xe6/xa6/xa2 - /xe6/xa6/xa3 - /xe6/xa6/xa4 - /xe6/xa6/xa5 - /xe6/xa6/xa6 - /xe6/xa6/xa7 - /xe6/xa6/xa8 - /xe6/xa6/xa9 - /xe6/xa6/xaa - /xe6/xa6/xab - /xe6/xa6/xac - /xe6/xa6/xad - /xe6/xa6/xae - /xe6/xa6/xaf - /xe6/xa6/xb0 - /xe6/xa6/xb1 - /xe6/xa6/xb2 - /xe6/xa6/xb3 - /xe6/xa6/xb4 - /xe6/xa6/xb5 - /xe6/xa6/xb6 - /xe6/xa6/xb7 - /xe6/xa6/xb8 - /xe6/xa6/xb9 - /xe6/xa6/xba - /xe6/xa6/xbb - /xe6/xa6/xbc - /xe6/xa6/xbd - /xe6/xa6/xbe - /xe6/xa6/xbf - /xe6/xa7/x80 - /xe6/xa7/x81 - /xe6/xa7/x82 - /xe6/xa7/x83 - /xe6/xa7/x84 - /xe6/xa7/x85 - /xe6/xa7/x86 - /xe6/xa7/x87 - /xe6/xa7/x88 - /xe6/xa7/x89 - /xe6/xa7/x8a - /xe6/xa7/x8b - /xe6/xa7/x8c - /xe6/xa7/x8d - /xe6/xa7/x8e - /xe6/xa7/x8f - /xe6/xa7/x90 - /xe6/xa7/x91 - /xe6/xa7/x92 - /xe6/xa7/x93 - /xe6/xa7/x94 - /xe6/xa7/x95 - /xe6/xa7/x96 - /xe6/xa7/x97 - /xe6/xa7/x98 - /xe6/xa7/x99 - /xe6/xa7/x9a - /xe6/xa7/x9b - /xe6/xa7/x9c - /xe6/xa7/x9d - /xe6/xa7/x9e - /xe6/xa7/x9f - /xe6/xa7/xa0 - /xe6/xa7/xa1 - /xe6/xa7/xa2 - /xe6/xa7/xa3 - /xe6/xa7/xa4 - /xe6/xa7/xa5 - /xe6/xa7/xa6 - /xe6/xa7/xa7 - /xe6/xa7/xa8 - /xe6/xa7/xa9 - /xe6/xa7/xaa - /xe6/xa7/xab - /xe6/xa7/xac - /xe6/xa7/xad - /xe6/xa7/xae - /xe6/xa7/xaf - /xe6/xa7/xb0 - /xe6/xa7/xb1 - /xe6/xa7/xb2 - /xe6/xa7/xb3 - /xe6/xa7/xb4 - /xe6/xa7/xb5 - /xe6/xa7/xb6 - /xe6/xa7/xb7 - /xe6/xa7/xb8 - /xe6/xa7/xb9 - /xe6/xa7/xba - /xe6/xa7/xbb - /xe6/xa7/xbc - /xe6/xa7/xbd - /xe6/xa7/xbe - /xe6/xa7/xbf - /xe6/xa8/x80 - /xe6/xa8/x81 - /xe6/xa8/x82 - /xe6/xa8/x83 - /xe6/xa8/x84 - /xe6/xa8/x85 - /xe6/xa8/x86 - /xe6/xa8/x87 - /xe6/xa8/x88 - /xe6/xa8/x89 - /xe6/xa8/x8a - /xe6/xa8/x8b - /xe6/xa8/x8c - /xe6/xa8/x8d - /xe6/xa8/x8e - /xe6/xa8/x8f - /xe6/xa8/x90 - /xe6/xa8/x91 - /xe6/xa8/x92 - /xe6/xa8/x93 - /xe6/xa8/x94 - /xe6/xa8/x95 - /xe6/xa8/x96 - /xe6/xa8/x97 - /xe6/xa8/x98 - /xe6/xa8/x99 - /xe6/xa8/x9a - /xe6/xa8/x9b - /xe6/xa8/x9c - /xe6/xa8/x9d - /xe6/xa8/x9e - /xe6/xa8/x9f - /xe6/xa8/xa0 - /xe6/xa8/xa1 - /xe6/xa8/xa2 - /xe6/xa8/xa3 - /xe6/xa8/xa4 - /xe6/xa8/xa5 - /xe6/xa8/xa6 - /xe6/xa8/xa7 - /xe6/xa8/xa8 - /xe6/xa8/xa9 - /xe6/xa8/xaa - /xe6/xa8/xab - /xe6/xa8/xac - /xe6/xa8/xad - /xe6/xa8/xae - /xe6/xa8/xaf - /xe6/xa8/xb0 - /xe6/xa8/xb1 - /xe6/xa8/xb2 - /xe6/xa8/xb3 - /xe6/xa8/xb4 - /xe6/xa8/xb5 - /xe6/xa8/xb6 - /xe6/xa8/xb7 - /xe6/xa8/xb8 - /xe6/xa8/xb9 - /xe6/xa8/xba - /xe6/xa8/xbb - /xe6/xa8/xbc - /xe6/xa8/xbd - /xe6/xa8/xbe - /xe6/xa8/xbf - /xe6/xa9/x80 - /xe6/xa9/x81 - /xe6/xa9/x82 - /xe6/xa9/x83 - /xe6/xa9/x84 - /xe6/xa9/x85 - /xe6/xa9/x86 - /xe6/xa9/x87 - /xe6/xa9/x88 - /xe6/xa9/x89 - /xe6/xa9/x8a - /xe6/xa9/x8b - /xe6/xa9/x8c - /xe6/xa9/x8d - /xe6/xa9/x8e - /xe6/xa9/x8f - /xe6/xa9/x90 - /xe6/xa9/x91 - /xe6/xa9/x92 - /xe6/xa9/x93 - /xe6/xa9/x94 - /xe6/xa9/x95 - /xe6/xa9/x96 - /xe6/xa9/x97 - /xe6/xa9/x98 - /xe6/xa9/x99 - /xe6/xa9/x9a - /xe6/xa9/x9b - /xe6/xa9/x9c - /xe6/xa9/x9d - /xe6/xa9/x9e - /xe6/xa9/x9f - /xe6/xa9/xa0 - /xe6/xa9/xa1 - /xe6/xa9/xa2 - /xe6/xa9/xa3 - /xe6/xa9/xa4 - /xe6/xa9/xa5 - /xe6/xa9/xa6 - /xe6/xa9/xa7 - /xe6/xa9/xa8 - /xe6/xa9/xa9 - /xe6/xa9/xaa - /xe6/xa9/xab - /xe6/xa9/xac - /xe6/xa9/xad - /xe6/xa9/xae - /xe6/xa9/xaf - /xe6/xa9/xb0 - /xe6/xa9/xb1 - /xe6/xa9/xb2 - /xe6/xa9/xb3 - /xe6/xa9/xb4 - /xe6/xa9/xb5 - /xe6/xa9/xb6 - /xe6/xa9/xb7 - /xe6/xa9/xb8 - /xe6/xa9/xb9 - /xe6/xa9/xba - /xe6/xa9/xbb - /xe6/xa9/xbc - /xe6/xa9/xbd - /xe6/xa9/xbe - /xe6/xa9/xbf - /xe6/xaa/x80 - /xe6/xaa/x81 - /xe6/xaa/x82 - /xe6/xaa/x83 - /xe6/xaa/x84 - /xe6/xaa/x85 - /xe6/xaa/x86 - /xe6/xaa/x87 - /xe6/xaa/x88 - /xe6/xaa/x89 - /xe6/xaa/x8a - /xe6/xaa/x8b - /xe6/xaa/x8c - /xe6/xaa/x8d - /xe6/xaa/x8e - /xe6/xaa/x8f - /xe6/xaa/x90 - /xe6/xaa/x91 - /xe6/xaa/x92 - /xe6/xaa/x93 - /xe6/xaa/x94 - /xe6/xaa/x95 - /xe6/xaa/x96 - /xe6/xaa/x97 - /xe6/xaa/x98 - /xe6/xaa/x99 - /xe6/xaa/x9a - /xe6/xaa/x9b - /xe6/xaa/x9c - /xe6/xaa/x9d - /xe6/xaa/x9e - /xe6/xaa/x9f - /xe6/xaa/xa0 - /xe6/xaa/xa1 - /xe6/xaa/xa2 - /xe6/xaa/xa3 - /xe6/xaa/xa4 - /xe6/xaa/xa5 - /xe6/xaa/xa6 - /xe6/xaa/xa7 - /xe6/xaa/xa8 - /xe6/xaa/xa9 - /xe6/xaa/xaa - /xe6/xaa/xab - /xe6/xaa/xac - /xe6/xaa/xad - /xe6/xaa/xae - /xe6/xaa/xaf - /xe6/xaa/xb0 - /xe6/xaa/xb1 - /xe6/xaa/xb2 - /xe6/xaa/xb3 - /xe6/xaa/xb4 - /xe6/xaa/xb5 - /xe6/xaa/xb6 - /xe6/xaa/xb7 - /xe6/xaa/xb8 - /xe6/xaa/xb9 - /xe6/xaa/xba - /xe6/xaa/xbb - /xe6/xaa/xbc - /xe6/xaa/xbd - /xe6/xaa/xbe - /xe6/xaa/xbf - /xe6/xab/x80 - /xe6/xab/x81 - /xe6/xab/x82 - /xe6/xab/x83 - /xe6/xab/x84 - /xe6/xab/x85 - /xe6/xab/x86 - /xe6/xab/x87 - /xe6/xab/x88 - /xe6/xab/x89 - /xe6/xab/x8a - /xe6/xab/x8b - /xe6/xab/x8c - /xe6/xab/x8d - /xe6/xab/x8e - /xe6/xab/x8f - /xe6/xab/x90 - /xe6/xab/x91 - /xe6/xab/x92 - /xe6/xab/x93 - /xe6/xab/x94 - /xe6/xab/x95 - /xe6/xab/x96 - /xe6/xab/x97 - /xe6/xab/x98 - /xe6/xab/x99 - /xe6/xab/x9a - /xe6/xab/x9b - /xe6/xab/x9c - /xe6/xab/x9d - /xe6/xab/x9e - /xe6/xab/x9f - /xe6/xab/xa0 - /xe6/xab/xa1 - /xe6/xab/xa2 - /xe6/xab/xa3 - /xe6/xab/xa4 - /xe6/xab/xa5 - /xe6/xab/xa6 - /xe6/xab/xa7 - /xe6/xab/xa8 - /xe6/xab/xa9 - /xe6/xab/xaa - /xe6/xab/xab - /xe6/xab/xac - /xe6/xab/xad - /xe6/xab/xae - /xe6/xab/xaf - /xe6/xab/xb0 - /xe6/xab/xb1 - /xe6/xab/xb2 - /xe6/xab/xb3 - /xe6/xab/xb4 - /xe6/xab/xb5 - /xe6/xab/xb6 - /xe6/xab/xb7 - /xe6/xab/xb8 - /xe6/xab/xb9 - /xe6/xab/xba - /xe6/xab/xbb - /xe6/xab/xbc - /xe6/xab/xbd - /xe6/xab/xbe - /xe6/xab/xbf - /xe6/xac/x80 - /xe6/xac/x81 - /xe6/xac/x82 - /xe6/xac/x83 - /xe6/xac/x84 - /xe6/xac/x85 - /xe6/xac/x86 - /xe6/xac/x87 - /xe6/xac/x88 - /xe6/xac/x89 - /xe6/xac/x8a - /xe6/xac/x8b - /xe6/xac/x8c - /xe6/xac/x8d - /xe6/xac/x8e - /xe6/xac/x8f - /xe6/xac/x90 - /xe6/xac/x91 - /xe6/xac/x92 - /xe6/xac/x93 - /xe6/xac/x94 - /xe6/xac/x95 - /xe6/xac/x96 - /xe6/xac/x97 - /xe6/xac/x98 - /xe6/xac/x99 - /xe6/xac/x9a - /xe6/xac/x9b - /xe6/xac/x9c - /xe6/xac/x9d - /xe6/xac/x9e - /xe6/xac/x9f - /xe6/xac/xa0 - /xe6/xac/xa1 - /xe6/xac/xa2 - /xe6/xac/xa3 - /xe6/xac/xa4 - /xe6/xac/xa5 - /xe6/xac/xa6 - /xe6/xac/xa7 - /xe6/xac/xa8 - /xe6/xac/xa9 - /xe6/xac/xaa - /xe6/xac/xab - /xe6/xac/xac - /xe6/xac/xad - /xe6/xac/xae - /xe6/xac/xaf - /xe6/xac/xb0 - /xe6/xac/xb1 - /xe6/xac/xb2 - /xe6/xac/xb3 - /xe6/xac/xb4 - /xe6/xac/xb5 - /xe6/xac/xb6 - /xe6/xac/xb7 - /xe6/xac/xb8 - /xe6/xac/xb9 - /xe6/xac/xba - /xe6/xac/xbb - /xe6/xac/xbc - /xe6/xac/xbd - /xe6/xac/xbe - /xe6/xac/xbf - /xe6/xad/x80 - /xe6/xad/x81 - /xe6/xad/x82 - /xe6/xad/x83 - /xe6/xad/x84 - /xe6/xad/x85 - /xe6/xad/x86 - /xe6/xad/x87 - /xe6/xad/x88 - /xe6/xad/x89 - /xe6/xad/x8a - /xe6/xad/x8b - /xe6/xad/x8c - /xe6/xad/x8d - /xe6/xad/x8e - /xe6/xad/x8f - /xe6/xad/x90 - /xe6/xad/x91 - /xe6/xad/x92 - /xe6/xad/x93 - /xe6/xad/x94 - /xe6/xad/x95 - /xe6/xad/x96 - /xe6/xad/x97 - /xe6/xad/x98 - /xe6/xad/x99 - /xe6/xad/x9a - /xe6/xad/x9b - /xe6/xad/x9c - /xe6/xad/x9d - /xe6/xad/x9e - /xe6/xad/x9f - /xe6/xad/xa0 - /xe6/xad/xa1 - /xe6/xad/xa2 - /xe6/xad/xa3 - /xe6/xad/xa4 - /xe6/xad/xa5 - /xe6/xad/xa6 - /xe6/xad/xa7 - /xe6/xad/xa8 - /xe6/xad/xa9 - /xe6/xad/xaa - /xe6/xad/xab - /xe6/xad/xac - /xe6/xad/xad - /xe6/xad/xae - /xe6/xad/xaf - /xe6/xad/xb0 - /xe6/xad/xb1 - /xe6/xad/xb2 - /xe6/xad/xb3 - /xe6/xad/xb4 - /xe6/xad/xb5 - /xe6/xad/xb6 - /xe6/xad/xb7 - /xe6/xad/xb8 - /xe6/xad/xb9 - /xe6/xad/xba - /xe6/xad/xbb - /xe6/xad/xbc - /xe6/xad/xbd - /xe6/xad/xbe - /xe6/xad/xbf - /xe6/xae/x80 - /xe6/xae/x81 - /xe6/xae/x82 - /xe6/xae/x83 - /xe6/xae/x84 - /xe6/xae/x85 - /xe6/xae/x86 - /xe6/xae/x87 - /xe6/xae/x88 - /xe6/xae/x89 - /xe6/xae/x8a - /xe6/xae/x8b - /xe6/xae/x8c - /xe6/xae/x8d - /xe6/xae/x8e - /xe6/xae/x8f - /xe6/xae/x90 - /xe6/xae/x91 - /xe6/xae/x92 - /xe6/xae/x93 - /xe6/xae/x94 - /xe6/xae/x95 - /xe6/xae/x96 - /xe6/xae/x97 - /xe6/xae/x98 - /xe6/xae/x99 - /xe6/xae/x9a - /xe6/xae/x9b - /xe6/xae/x9c - /xe6/xae/x9d - /xe6/xae/x9e - /xe6/xae/x9f - /xe6/xae/xa0 - /xe6/xae/xa1 - /xe6/xae/xa2 - /xe6/xae/xa3 - /xe6/xae/xa4 - /xe6/xae/xa5 - /xe6/xae/xa6 - /xe6/xae/xa7 - /xe6/xae/xa8 - /xe6/xae/xa9 - /xe6/xae/xaa - /xe6/xae/xab - /xe6/xae/xac - /xe6/xae/xad - /xe6/xae/xae - /xe6/xae/xaf - /xe6/xae/xb0 - /xe6/xae/xb1 - /xe6/xae/xb2 - /xe6/xae/xb3 - /xe6/xae/xb4 - /xe6/xae/xb5 - /xe6/xae/xb6 - /xe6/xae/xb7 - /xe6/xae/xb8 - /xe6/xae/xb9 - /xe6/xae/xba - /xe6/xae/xbb - /xe6/xae/xbc - /xe6/xae/xbd - /xe6/xae/xbe - /xe6/xae/xbf - /xe6/xaf/x80 - /xe6/xaf/x81 - /xe6/xaf/x82 - /xe6/xaf/x83 - /xe6/xaf/x84 - /xe6/xaf/x85 - /xe6/xaf/x86 - /xe6/xaf/x87 - /xe6/xaf/x88 - /xe6/xaf/x89 - /xe6/xaf/x8a - /xe6/xaf/x8b - /xe6/xaf/x8c - /xe6/xaf/x8d - /xe6/xaf/x8e - /xe6/xaf/x8f - /xe6/xaf/x90 - /xe6/xaf/x91 - /xe6/xaf/x92 - /xe6/xaf/x93 - /xe6/xaf/x94 - /xe6/xaf/x95 - /xe6/xaf/x96 - /xe6/xaf/x97 - /xe6/xaf/x98 - /xe6/xaf/x99 - /xe6/xaf/x9a - /xe6/xaf/x9b - /xe6/xaf/x9c - /xe6/xaf/x9d - /xe6/xaf/x9e - /xe6/xaf/x9f - /xe6/xaf/xa0 - /xe6/xaf/xa1 - /xe6/xaf/xa2 - /xe6/xaf/xa3 - /xe6/xaf/xa4 - /xe6/xaf/xa5 - /xe6/xaf/xa6 - /xe6/xaf/xa7 - /xe6/xaf/xa8 - /xe6/xaf/xa9 - /xe6/xaf/xaa - /xe6/xaf/xab - /xe6/xaf/xac - /xe6/xaf/xad - /xe6/xaf/xae - /xe6/xaf/xaf - /xe6/xaf/xb0 - /xe6/xaf/xb1 - /xe6/xaf/xb2 - /xe6/xaf/xb3 - /xe6/xaf/xb4 - /xe6/xaf/xb5 - /xe6/xaf/xb6 - /xe6/xaf/xb7 - /xe6/xaf/xb8 - /xe6/xaf/xb9 - /xe6/xaf/xba - /xe6/xaf/xbb - /xe6/xaf/xbc - /xe6/xaf/xbd - /xe6/xaf/xbe - /xe6/xaf/xbf - /xe6/xb0/x80 - /xe6/xb0/x81 - /xe6/xb0/x82 - /xe6/xb0/x83 - /xe6/xb0/x84 - /xe6/xb0/x85 - /xe6/xb0/x86 - /xe6/xb0/x87 - /xe6/xb0/x88 - /xe6/xb0/x89 - /xe6/xb0/x8a - /xe6/xb0/x8b - /xe6/xb0/x8c - /xe6/xb0/x8d - /xe6/xb0/x8e - /xe6/xb0/x8f - /xe6/xb0/x90 - /xe6/xb0/x91 - /xe6/xb0/x92 - /xe6/xb0/x93 - /xe6/xb0/x94 - /xe6/xb0/x95 - /xe6/xb0/x96 - /xe6/xb0/x97 - /xe6/xb0/x98 - /xe6/xb0/x99 - /xe6/xb0/x9a - /xe6/xb0/x9b - /xe6/xb0/x9c - /xe6/xb0/x9d - /xe6/xb0/x9e - /xe6/xb0/x9f - /xe6/xb0/xa0 - /xe6/xb0/xa1 - /xe6/xb0/xa2 - /xe6/xb0/xa3 - /xe6/xb0/xa4 - /xe6/xb0/xa5 - /xe6/xb0/xa6 - /xe6/xb0/xa7 - /xe6/xb0/xa8 - /xe6/xb0/xa9 - /xe6/xb0/xaa - /xe6/xb0/xab - /xe6/xb0/xac - /xe6/xb0/xad - /xe6/xb0/xae - /xe6/xb0/xaf - /xe6/xb0/xb0 - /xe6/xb0/xb1 - /xe6/xb0/xb2 - /xe6/xb0/xb3 - /xe6/xb0/xb4 - /xe6/xb0/xb5 - /xe6/xb0/xb6 - /xe6/xb0/xb7 - /xe6/xb0/xb8 - /xe6/xb0/xb9 - /xe6/xb0/xba - /xe6/xb0/xbb - /xe6/xb0/xbc - /xe6/xb0/xbd - /xe6/xb0/xbe - /xe6/xb0/xbf - /xe6/xb1/x80 - /xe6/xb1/x81 - /xe6/xb1/x82 - /xe6/xb1/x83 - /xe6/xb1/x84 - /xe6/xb1/x85 - /xe6/xb1/x86 - /xe6/xb1/x87 - /xe6/xb1/x88 - /xe6/xb1/x89 - /xe6/xb1/x8a - /xe6/xb1/x8b - /xe6/xb1/x8c - /xe6/xb1/x8d - /xe6/xb1/x8e - /xe6/xb1/x8f - /xe6/xb1/x90 - /xe6/xb1/x91 - /xe6/xb1/x92 - /xe6/xb1/x93 - /xe6/xb1/x94 - /xe6/xb1/x95 - /xe6/xb1/x96 - /xe6/xb1/x97 - /xe6/xb1/x98 - /xe6/xb1/x99 - /xe6/xb1/x9a - /xe6/xb1/x9b - /xe6/xb1/x9c - /xe6/xb1/x9d - /xe6/xb1/x9e - /xe6/xb1/x9f - /xe6/xb1/xa0 - /xe6/xb1/xa1 - /xe6/xb1/xa2 - /xe6/xb1/xa3 - /xe6/xb1/xa4 - /xe6/xb1/xa5 - /xe6/xb1/xa6 - /xe6/xb1/xa7 - /xe6/xb1/xa8 - /xe6/xb1/xa9 - /xe6/xb1/xaa - /xe6/xb1/xab - /xe6/xb1/xac - /xe6/xb1/xad - /xe6/xb1/xae - /xe6/xb1/xaf - /xe6/xb1/xb0 - /xe6/xb1/xb1 - /xe6/xb1/xb2 - /xe6/xb1/xb3 - /xe6/xb1/xb4 - /xe6/xb1/xb5 - /xe6/xb1/xb6 - /xe6/xb1/xb7 - /xe6/xb1/xb8 - /xe6/xb1/xb9 - /xe6/xb1/xba - /xe6/xb1/xbb - /xe6/xb1/xbc - /xe6/xb1/xbd - /xe6/xb1/xbe - /xe6/xb1/xbf - /xe6/xb2/x80 - /xe6/xb2/x81 - /xe6/xb2/x82 - /xe6/xb2/x83 - /xe6/xb2/x84 - /xe6/xb2/x85 - /xe6/xb2/x86 - /xe6/xb2/x87 - /xe6/xb2/x88 - /xe6/xb2/x89 - /xe6/xb2/x8a - /xe6/xb2/x8b - /xe6/xb2/x8c - /xe6/xb2/x8d - /xe6/xb2/x8e - /xe6/xb2/x8f - /xe6/xb2/x90 - /xe6/xb2/x91 - /xe6/xb2/x92 - /xe6/xb2/x93 - /xe6/xb2/x94 - /xe6/xb2/x95 - /xe6/xb2/x96 - /xe6/xb2/x97 - /xe6/xb2/x98 - /xe6/xb2/x99 - /xe6/xb2/x9a - /xe6/xb2/x9b - /xe6/xb2/x9c - /xe6/xb2/x9d - /xe6/xb2/x9e - /xe6/xb2/x9f - /xe6/xb2/xa0 - /xe6/xb2/xa1 - /xe6/xb2/xa2 - /xe6/xb2/xa3 - /xe6/xb2/xa4 - /xe6/xb2/xa5 - /xe6/xb2/xa6 - /xe6/xb2/xa7 - /xe6/xb2/xa8 - /xe6/xb2/xa9 - /xe6/xb2/xaa - /xe6/xb2/xab - /xe6/xb2/xac - /xe6/xb2/xad - /xe6/xb2/xae - /xe6/xb2/xaf - /xe6/xb2/xb0 - /xe6/xb2/xb1 - /xe6/xb2/xb2 - /xe6/xb2/xb3 - /xe6/xb2/xb4 - /xe6/xb2/xb5 - /xe6/xb2/xb6 - /xe6/xb2/xb7 - /xe6/xb2/xb8 - /xe6/xb2/xb9 - /xe6/xb2/xba - /xe6/xb2/xbb - /xe6/xb2/xbc - /xe6/xb2/xbd - /xe6/xb2/xbe - /xe6/xb2/xbf - /xe6/xb3/x80 - /xe6/xb3/x81 - /xe6/xb3/x82 - /xe6/xb3/x83 - /xe6/xb3/x84 - /xe6/xb3/x85 - /xe6/xb3/x86 - /xe6/xb3/x87 - /xe6/xb3/x88 - /xe6/xb3/x89 - /xe6/xb3/x8a - /xe6/xb3/x8b - /xe6/xb3/x8c - /xe6/xb3/x8d - /xe6/xb3/x8e - /xe6/xb3/x8f - /xe6/xb3/x90 - /xe6/xb3/x91 - /xe6/xb3/x92 - /xe6/xb3/x93 - /xe6/xb3/x94 - /xe6/xb3/x95 - /xe6/xb3/x96 - /xe6/xb3/x97 - /xe6/xb3/x98 - /xe6/xb3/x99 - /xe6/xb3/x9a - /xe6/xb3/x9b - /xe6/xb3/x9c - /xe6/xb3/x9d - /xe6/xb3/x9e - /xe6/xb3/x9f - /xe6/xb3/xa0 - /xe6/xb3/xa1 - /xe6/xb3/xa2 - /xe6/xb3/xa3 - /xe6/xb3/xa4 - /xe6/xb3/xa5 - /xe6/xb3/xa6 - /xe6/xb3/xa7 - /xe6/xb3/xa8 - /xe6/xb3/xa9 - /xe6/xb3/xaa - /xe6/xb3/xab - /xe6/xb3/xac - /xe6/xb3/xad - /xe6/xb3/xae - /xe6/xb3/xaf - /xe6/xb3/xb0 - /xe6/xb3/xb1 - /xe6/xb3/xb2 - /xe6/xb3/xb3 - /xe6/xb3/xb4 - /xe6/xb3/xb5 - /xe6/xb3/xb6 - /xe6/xb3/xb7 - /xe6/xb3/xb8 - /xe6/xb3/xb9 - /xe6/xb3/xba - /xe6/xb3/xbb - /xe6/xb3/xbc - /xe6/xb3/xbd - /xe6/xb3/xbe - /xe6/xb3/xbf - /xe6/xb4/x80 - /xe6/xb4/x81 - /xe6/xb4/x82 - /xe6/xb4/x83 - /xe6/xb4/x84 - /xe6/xb4/x85 - /xe6/xb4/x86 - /xe6/xb4/x87 - /xe6/xb4/x88 - /xe6/xb4/x89 - /xe6/xb4/x8a - /xe6/xb4/x8b - /xe6/xb4/x8c - /xe6/xb4/x8d - /xe6/xb4/x8e - /xe6/xb4/x8f - /xe6/xb4/x90 - /xe6/xb4/x91 - /xe6/xb4/x92 - /xe6/xb4/x93 - /xe6/xb4/x94 - /xe6/xb4/x95 - /xe6/xb4/x96 - /xe6/xb4/x97 - /xe6/xb4/x98 - /xe6/xb4/x99 - /xe6/xb4/x9a - /xe6/xb4/x9b - /xe6/xb4/x9c - /xe6/xb4/x9d - /xe6/xb4/x9e - /xe6/xb4/x9f - /xe6/xb4/xa0 - /xe6/xb4/xa1 - /xe6/xb4/xa2 - /xe6/xb4/xa3 - /xe6/xb4/xa4 - /xe6/xb4/xa5 - /xe6/xb4/xa6 - /xe6/xb4/xa7 - /xe6/xb4/xa8 - /xe6/xb4/xa9 - /xe6/xb4/xaa - /xe6/xb4/xab - /xe6/xb4/xac - /xe6/xb4/xad - /xe6/xb4/xae - /xe6/xb4/xaf - /xe6/xb4/xb0 - /xe6/xb4/xb1 - /xe6/xb4/xb2 - /xe6/xb4/xb3 - /xe6/xb4/xb4 - /xe6/xb4/xb5 - /xe6/xb4/xb6 - /xe6/xb4/xb7 - /xe6/xb4/xb8 - /xe6/xb4/xb9 - /xe6/xb4/xba - /xe6/xb4/xbb - /xe6/xb4/xbc - /xe6/xb4/xbd - /xe6/xb4/xbe - /xe6/xb4/xbf - /xe6/xb5/x80 - /xe6/xb5/x81 - /xe6/xb5/x82 - /xe6/xb5/x83 - /xe6/xb5/x84 - /xe6/xb5/x85 - /xe6/xb5/x86 - /xe6/xb5/x87 - /xe6/xb5/x88 - /xe6/xb5/x89 - /xe6/xb5/x8a - /xe6/xb5/x8b - /xe6/xb5/x8c - /xe6/xb5/x8d - /xe6/xb5/x8e - /xe6/xb5/x8f - /xe6/xb5/x90 - /xe6/xb5/x91 - /xe6/xb5/x92 - /xe6/xb5/x93 - /xe6/xb5/x94 - /xe6/xb5/x95 - /xe6/xb5/x96 - /xe6/xb5/x97 - /xe6/xb5/x98 - /xe6/xb5/x99 - /xe6/xb5/x9a - /xe6/xb5/x9b - /xe6/xb5/x9c - /xe6/xb5/x9d - /xe6/xb5/x9e - /xe6/xb5/x9f - /xe6/xb5/xa0 - /xe6/xb5/xa1 - /xe6/xb5/xa2 - /xe6/xb5/xa3 - /xe6/xb5/xa4 - /xe6/xb5/xa5 - /xe6/xb5/xa6 - /xe6/xb5/xa7 - /xe6/xb5/xa8 - /xe6/xb5/xa9 - /xe6/xb5/xaa - /xe6/xb5/xab - /xe6/xb5/xac - /xe6/xb5/xad - /xe6/xb5/xae - /xe6/xb5/xaf - /xe6/xb5/xb0 - /xe6/xb5/xb1 - /xe6/xb5/xb2 - /xe6/xb5/xb3 - /xe6/xb5/xb4 - /xe6/xb5/xb5 - /xe6/xb5/xb6 - /xe6/xb5/xb7 - /xe6/xb5/xb8 - /xe6/xb5/xb9 - /xe6/xb5/xba - /xe6/xb5/xbb - /xe6/xb5/xbc - /xe6/xb5/xbd - /xe6/xb5/xbe - /xe6/xb5/xbf - /xe6/xb6/x80 - /xe6/xb6/x81 - /xe6/xb6/x82 - /xe6/xb6/x83 - /xe6/xb6/x84 - /xe6/xb6/x85 - /xe6/xb6/x86 - /xe6/xb6/x87 - /xe6/xb6/x88 - /xe6/xb6/x89 - /xe6/xb6/x8a - /xe6/xb6/x8b - /xe6/xb6/x8c - /xe6/xb6/x8d - /xe6/xb6/x8e - /xe6/xb6/x8f - /xe6/xb6/x90 - /xe6/xb6/x91 - /xe6/xb6/x92 - /xe6/xb6/x93 - /xe6/xb6/x94 - /xe6/xb6/x95 - /xe6/xb6/x96 - /xe6/xb6/x97 - /xe6/xb6/x98 - /xe6/xb6/x99 - /xe6/xb6/x9a - /xe6/xb6/x9b - /xe6/xb6/x9c - /xe6/xb6/x9d - /xe6/xb6/x9e - /xe6/xb6/x9f - /xe6/xb6/xa0 - /xe6/xb6/xa1 - /xe6/xb6/xa2 - /xe6/xb6/xa3 - /xe6/xb6/xa4 - /xe6/xb6/xa5 - /xe6/xb6/xa6 - /xe6/xb6/xa7 - /xe6/xb6/xa8 - /xe6/xb6/xa9 - /xe6/xb6/xaa - /xe6/xb6/xab - /xe6/xb6/xac - /xe6/xb6/xad - /xe6/xb6/xae - /xe6/xb6/xaf - /xe6/xb6/xb0 - /xe6/xb6/xb1 - /xe6/xb6/xb2 - /xe6/xb6/xb3 - /xe6/xb6/xb4 - /xe6/xb6/xb5 - /xe6/xb6/xb6 - /xe6/xb6/xb7 - /xe6/xb6/xb8 - /xe6/xb6/xb9 - /xe6/xb6/xba - /xe6/xb6/xbb - /xe6/xb6/xbc - /xe6/xb6/xbd - /xe6/xb6/xbe - /xe6/xb6/xbf - /xe6/xb7/x80 - /xe6/xb7/x81 - /xe6/xb7/x82 - /xe6/xb7/x83 - /xe6/xb7/x84 - /xe6/xb7/x85 - /xe6/xb7/x86 - /xe6/xb7/x87 - /xe6/xb7/x88 - /xe6/xb7/x89 - /xe6/xb7/x8a - /xe6/xb7/x8b - /xe6/xb7/x8c - /xe6/xb7/x8d - /xe6/xb7/x8e - /xe6/xb7/x8f - /xe6/xb7/x90 - /xe6/xb7/x91 - /xe6/xb7/x92 - /xe6/xb7/x93 - /xe6/xb7/x94 - /xe6/xb7/x95 - /xe6/xb7/x96 - /xe6/xb7/x97 - /xe6/xb7/x98 - /xe6/xb7/x99 - /xe6/xb7/x9a - /xe6/xb7/x9b - /xe6/xb7/x9c - /xe6/xb7/x9d - /xe6/xb7/x9e - /xe6/xb7/x9f - /xe6/xb7/xa0 - /xe6/xb7/xa1 - /xe6/xb7/xa2 - /xe6/xb7/xa3 - /xe6/xb7/xa4 - /xe6/xb7/xa5 - /xe6/xb7/xa6 - /xe6/xb7/xa7 - /xe6/xb7/xa8 - /xe6/xb7/xa9 - /xe6/xb7/xaa - /xe6/xb7/xab - /xe6/xb7/xac - /xe6/xb7/xad - /xe6/xb7/xae - /xe6/xb7/xaf - /xe6/xb7/xb0 - /xe6/xb7/xb1 - /xe6/xb7/xb2 - /xe6/xb7/xb3 - /xe6/xb7/xb4 - /xe6/xb7/xb5 - /xe6/xb7/xb6 - /xe6/xb7/xb7 - /xe6/xb7/xb8 - /xe6/xb7/xb9 - /xe6/xb7/xba - /xe6/xb7/xbb - /xe6/xb7/xbc - /xe6/xb7/xbd - /xe6/xb7/xbe - /xe6/xb7/xbf - /xe6/xb8/x80 - /xe6/xb8/x81 - /xe6/xb8/x82 - /xe6/xb8/x83 - /xe6/xb8/x84 - /xe6/xb8/x85 - /xe6/xb8/x86 - /xe6/xb8/x87 - /xe6/xb8/x88 - /xe6/xb8/x89 - /xe6/xb8/x8a - /xe6/xb8/x8b - /xe6/xb8/x8c - /xe6/xb8/x8d - /xe6/xb8/x8e - /xe6/xb8/x8f - /xe6/xb8/x90 - /xe6/xb8/x91 - /xe6/xb8/x92 - /xe6/xb8/x93 - /xe6/xb8/x94 - /xe6/xb8/x95 - /xe6/xb8/x96 - /xe6/xb8/x97 - /xe6/xb8/x98 - /xe6/xb8/x99 - /xe6/xb8/x9a - /xe6/xb8/x9b - /xe6/xb8/x9c - /xe6/xb8/x9d - /xe6/xb8/x9e - /xe6/xb8/x9f - /xe6/xb8/xa0 - /xe6/xb8/xa1 - /xe6/xb8/xa2 - /xe6/xb8/xa3 - /xe6/xb8/xa4 - /xe6/xb8/xa5 - /xe6/xb8/xa6 - /xe6/xb8/xa7 - /xe6/xb8/xa8 - /xe6/xb8/xa9 - /xe6/xb8/xaa - /xe6/xb8/xab - /xe6/xb8/xac - /xe6/xb8/xad - /xe6/xb8/xae - /xe6/xb8/xaf - /xe6/xb8/xb0 - /xe6/xb8/xb1 - /xe6/xb8/xb2 - /xe6/xb8/xb3 - /xe6/xb8/xb4 - /xe6/xb8/xb5 - /xe6/xb8/xb6 - /xe6/xb8/xb7 - /xe6/xb8/xb8 - /xe6/xb8/xb9 - /xe6/xb8/xba - /xe6/xb8/xbb - /xe6/xb8/xbc - /xe6/xb8/xbd - /xe6/xb8/xbe - /xe6/xb8/xbf - /xe6/xb9/x80 - /xe6/xb9/x81 - /xe6/xb9/x82 - /xe6/xb9/x83 - /xe6/xb9/x84 - /xe6/xb9/x85 - /xe6/xb9/x86 - /xe6/xb9/x87 - /xe6/xb9/x88 - /xe6/xb9/x89 - /xe6/xb9/x8a - /xe6/xb9/x8b - /xe6/xb9/x8c - /xe6/xb9/x8d - /xe6/xb9/x8e - /xe6/xb9/x8f - /xe6/xb9/x90 - /xe6/xb9/x91 - /xe6/xb9/x92 - /xe6/xb9/x93 - /xe6/xb9/x94 - /xe6/xb9/x95 - /xe6/xb9/x96 - /xe6/xb9/x97 - /xe6/xb9/x98 - /xe6/xb9/x99 - /xe6/xb9/x9a - /xe6/xb9/x9b - /xe6/xb9/x9c - /xe6/xb9/x9d - /xe6/xb9/x9e - /xe6/xb9/x9f - /xe6/xb9/xa0 - /xe6/xb9/xa1 - /xe6/xb9/xa2 - /xe6/xb9/xa3 - /xe6/xb9/xa4 - /xe6/xb9/xa5 - /xe6/xb9/xa6 - /xe6/xb9/xa7 - /xe6/xb9/xa8 - /xe6/xb9/xa9 - /xe6/xb9/xaa - /xe6/xb9/xab - /xe6/xb9/xac - /xe6/xb9/xad - /xe6/xb9/xae - /xe6/xb9/xaf - /xe6/xb9/xb0 - /xe6/xb9/xb1 - /xe6/xb9/xb2 - /xe6/xb9/xb3 - /xe6/xb9/xb4 - /xe6/xb9/xb5 - /xe6/xb9/xb6 - /xe6/xb9/xb7 - /xe6/xb9/xb8 - /xe6/xb9/xb9 - /xe6/xb9/xba - /xe6/xb9/xbb - /xe6/xb9/xbc - /xe6/xb9/xbd - /xe6/xb9/xbe - /xe6/xb9/xbf - /xe6/xba/x80 - /xe6/xba/x81 - /xe6/xba/x82 - /xe6/xba/x83 - /xe6/xba/x84 - /xe6/xba/x85 - /xe6/xba/x86 - /xe6/xba/x87 - /xe6/xba/x88 - /xe6/xba/x89 - /xe6/xba/x8a - /xe6/xba/x8b - /xe6/xba/x8c - /xe6/xba/x8d - /xe6/xba/x8e - /xe6/xba/x8f - /xe6/xba/x90 - /xe6/xba/x91 - /xe6/xba/x92 - /xe6/xba/x93 - /xe6/xba/x94 - /xe6/xba/x95 - /xe6/xba/x96 - /xe6/xba/x97 - /xe6/xba/x98 - /xe6/xba/x99 - /xe6/xba/x9a - /xe6/xba/x9b - /xe6/xba/x9c - /xe6/xba/x9d - /xe6/xba/x9e - /xe6/xba/x9f - /xe6/xba/xa0 - /xe6/xba/xa1 - /xe6/xba/xa2 - /xe6/xba/xa3 - /xe6/xba/xa4 - /xe6/xba/xa5 - /xe6/xba/xa6 - /xe6/xba/xa7 - /xe6/xba/xa8 - /xe6/xba/xa9 - /xe6/xba/xaa - /xe6/xba/xab - /xe6/xba/xac - /xe6/xba/xad - /xe6/xba/xae - /xe6/xba/xaf - /xe6/xba/xb0 - /xe6/xba/xb1 - /xe6/xba/xb2 - /xe6/xba/xb3 - /xe6/xba/xb4 - /xe6/xba/xb5 - /xe6/xba/xb6 - /xe6/xba/xb7 - /xe6/xba/xb8 - /xe6/xba/xb9 - /xe6/xba/xba - /xe6/xba/xbb - /xe6/xba/xbc - /xe6/xba/xbd - /xe6/xba/xbe - /xe6/xba/xbf - /xe6/xbb/x80 - /xe6/xbb/x81 - /xe6/xbb/x82 - /xe6/xbb/x83 - /xe6/xbb/x84 - /xe6/xbb/x85 - /xe6/xbb/x86 - /xe6/xbb/x87 - /xe6/xbb/x88 - /xe6/xbb/x89 - /xe6/xbb/x8a - /xe6/xbb/x8b - /xe6/xbb/x8c - /xe6/xbb/x8d - /xe6/xbb/x8e - /xe6/xbb/x8f - /xe6/xbb/x90 - /xe6/xbb/x91 - /xe6/xbb/x92 - /xe6/xbb/x93 - /xe6/xbb/x94 - /xe6/xbb/x95 - /xe6/xbb/x96 - /xe6/xbb/x97 - /xe6/xbb/x98 - /xe6/xbb/x99 - /xe6/xbb/x9a - /xe6/xbb/x9b - /xe6/xbb/x9c - /xe6/xbb/x9d - /xe6/xbb/x9e - /xe6/xbb/x9f - /xe6/xbb/xa0 - /xe6/xbb/xa1 - /xe6/xbb/xa2 - /xe6/xbb/xa3 - /xe6/xbb/xa4 - /xe6/xbb/xa5 - /xe6/xbb/xa6 - /xe6/xbb/xa7 - /xe6/xbb/xa8 - /xe6/xbb/xa9 - /xe6/xbb/xaa - /xe6/xbb/xab - /xe6/xbb/xac - /xe6/xbb/xad - /xe6/xbb/xae - /xe6/xbb/xaf - /xe6/xbb/xb0 - /xe6/xbb/xb1 - /xe6/xbb/xb2 - /xe6/xbb/xb3 - /xe6/xbb/xb4 - /xe6/xbb/xb5 - /xe6/xbb/xb6 - /xe6/xbb/xb7 - /xe6/xbb/xb8 - /xe6/xbb/xb9 - /xe6/xbb/xba - /xe6/xbb/xbb - /xe6/xbb/xbc - /xe6/xbb/xbd - /xe6/xbb/xbe - /xe6/xbb/xbf - /xe6/xbc/x80 - /xe6/xbc/x81 - /xe6/xbc/x82 - /xe6/xbc/x83 - /xe6/xbc/x84 - /xe6/xbc/x85 - /xe6/xbc/x86 - /xe6/xbc/x87 - /xe6/xbc/x88 - /xe6/xbc/x89 - /xe6/xbc/x8a - /xe6/xbc/x8b - /xe6/xbc/x8c - /xe6/xbc/x8d - /xe6/xbc/x8e - /xe6/xbc/x8f - /xe6/xbc/x90 - /xe6/xbc/x91 - /xe6/xbc/x92 - /xe6/xbc/x93 - /xe6/xbc/x94 - /xe6/xbc/x95 - /xe6/xbc/x96 - /xe6/xbc/x97 - /xe6/xbc/x98 - /xe6/xbc/x99 - /xe6/xbc/x9a - /xe6/xbc/x9b - /xe6/xbc/x9c - /xe6/xbc/x9d - /xe6/xbc/x9e - /xe6/xbc/x9f - /xe6/xbc/xa0 - /xe6/xbc/xa1 - /xe6/xbc/xa2 - /xe6/xbc/xa3 - /xe6/xbc/xa4 - /xe6/xbc/xa5 - /xe6/xbc/xa6 - /xe6/xbc/xa7 - /xe6/xbc/xa8 - /xe6/xbc/xa9 - /xe6/xbc/xaa - /xe6/xbc/xab - /xe6/xbc/xac - /xe6/xbc/xad - /xe6/xbc/xae - /xe6/xbc/xaf - /xe6/xbc/xb0 - /xe6/xbc/xb1 - /xe6/xbc/xb2 - /xe6/xbc/xb3 - /xe6/xbc/xb4 - /xe6/xbc/xb5 - /xe6/xbc/xb6 - /xe6/xbc/xb7 - /xe6/xbc/xb8 - /xe6/xbc/xb9 - /xe6/xbc/xba - /xe6/xbc/xbb - /xe6/xbc/xbc - /xe6/xbc/xbd - /xe6/xbc/xbe - /xe6/xbc/xbf - /xe6/xbd/x80 - /xe6/xbd/x81 - /xe6/xbd/x82 - /xe6/xbd/x83 - /xe6/xbd/x84 - /xe6/xbd/x85 - /xe6/xbd/x86 - /xe6/xbd/x87 - /xe6/xbd/x88 - /xe6/xbd/x89 - /xe6/xbd/x8a - /xe6/xbd/x8b - /xe6/xbd/x8c - /xe6/xbd/x8d - /xe6/xbd/x8e - /xe6/xbd/x8f - /xe6/xbd/x90 - /xe6/xbd/x91 - /xe6/xbd/x92 - /xe6/xbd/x93 - /xe6/xbd/x94 - /xe6/xbd/x95 - /xe6/xbd/x96 - /xe6/xbd/x97 - /xe6/xbd/x98 - /xe6/xbd/x99 - /xe6/xbd/x9a - /xe6/xbd/x9b - /xe6/xbd/x9c - /xe6/xbd/x9d - /xe6/xbd/x9e - /xe6/xbd/x9f - /xe6/xbd/xa0 - /xe6/xbd/xa1 - /xe6/xbd/xa2 - /xe6/xbd/xa3 - /xe6/xbd/xa4 - /xe6/xbd/xa5 - /xe6/xbd/xa6 - /xe6/xbd/xa7 - /xe6/xbd/xa8 - /xe6/xbd/xa9 - /xe6/xbd/xaa - /xe6/xbd/xab - /xe6/xbd/xac - /xe6/xbd/xad - /xe6/xbd/xae - /xe6/xbd/xaf - /xe6/xbd/xb0 - /xe6/xbd/xb1 - /xe6/xbd/xb2 - /xe6/xbd/xb3 - /xe6/xbd/xb4 - /xe6/xbd/xb5 - /xe6/xbd/xb6 - /xe6/xbd/xb7 - /xe6/xbd/xb8 - /xe6/xbd/xb9 - /xe6/xbd/xba - /xe6/xbd/xbb - /xe6/xbd/xbc - /xe6/xbd/xbd - /xe6/xbd/xbe - /xe6/xbd/xbf - /xe6/xbe/x80 - /xe6/xbe/x81 - /xe6/xbe/x82 - /xe6/xbe/x83 - /xe6/xbe/x84 - /xe6/xbe/x85 - /xe6/xbe/x86 - /xe6/xbe/x87 - /xe6/xbe/x88 - /xe6/xbe/x89 - /xe6/xbe/x8a - /xe6/xbe/x8b - /xe6/xbe/x8c - /xe6/xbe/x8d - /xe6/xbe/x8e - /xe6/xbe/x8f - /xe6/xbe/x90 - /xe6/xbe/x91 - /xe6/xbe/x92 - /xe6/xbe/x93 - /xe6/xbe/x94 - /xe6/xbe/x95 - /xe6/xbe/x96 - /xe6/xbe/x97 - /xe6/xbe/x98 - /xe6/xbe/x99 - /xe6/xbe/x9a - /xe6/xbe/x9b - /xe6/xbe/x9c - /xe6/xbe/x9d - /xe6/xbe/x9e - /xe6/xbe/x9f - /xe6/xbe/xa0 - /xe6/xbe/xa1 - /xe6/xbe/xa2 - /xe6/xbe/xa3 - /xe6/xbe/xa4 - /xe6/xbe/xa5 - /xe6/xbe/xa6 - /xe6/xbe/xa7 - /xe6/xbe/xa8 - /xe6/xbe/xa9 - /xe6/xbe/xaa - /xe6/xbe/xab - /xe6/xbe/xac - /xe6/xbe/xad - /xe6/xbe/xae - /xe6/xbe/xaf - /xe6/xbe/xb0 - /xe6/xbe/xb1 - /xe6/xbe/xb2 - /xe6/xbe/xb3 - /xe6/xbe/xb4 - /xe6/xbe/xb5 - /xe6/xbe/xb6 - /xe6/xbe/xb7 - /xe6/xbe/xb8 - /xe6/xbe/xb9 - /xe6/xbe/xba - /xe6/xbe/xbb - /xe6/xbe/xbc - /xe6/xbe/xbd - /xe6/xbe/xbe - /xe6/xbe/xbf - /xe6/xbf/x80 - /xe6/xbf/x81 - /xe6/xbf/x82 - /xe6/xbf/x83 - /xe6/xbf/x84 - /xe6/xbf/x85 - /xe6/xbf/x86 - /xe6/xbf/x87 - /xe6/xbf/x88 - /xe6/xbf/x89 - /xe6/xbf/x8a - /xe6/xbf/x8b - /xe6/xbf/x8c - /xe6/xbf/x8d - /xe6/xbf/x8e - /xe6/xbf/x8f - /xe6/xbf/x90 - /xe6/xbf/x91 - /xe6/xbf/x92 - /xe6/xbf/x93 - /xe6/xbf/x94 - /xe6/xbf/x95 - /xe6/xbf/x96 - /xe6/xbf/x97 - /xe6/xbf/x98 - /xe6/xbf/x99 - /xe6/xbf/x9a - /xe6/xbf/x9b - /xe6/xbf/x9c - /xe6/xbf/x9d - /xe6/xbf/x9e - /xe6/xbf/x9f - /xe6/xbf/xa0 - /xe6/xbf/xa1 - /xe6/xbf/xa2 - /xe6/xbf/xa3 - /xe6/xbf/xa4 - /xe6/xbf/xa5 - /xe6/xbf/xa6 - /xe6/xbf/xa7 - /xe6/xbf/xa8 - /xe6/xbf/xa9 - /xe6/xbf/xaa - /xe6/xbf/xab - /xe6/xbf/xac - /xe6/xbf/xad - /xe6/xbf/xae - /xe6/xbf/xaf - /xe6/xbf/xb0 - /xe6/xbf/xb1 - /xe6/xbf/xb2 - /xe6/xbf/xb3 - /xe6/xbf/xb4 - /xe6/xbf/xb5 - /xe6/xbf/xb6 - /xe6/xbf/xb7 - /xe6/xbf/xb8 - /xe6/xbf/xb9 - /xe6/xbf/xba - /xe6/xbf/xbb - /xe6/xbf/xbc - /xe6/xbf/xbd - /xe6/xbf/xbe - /xe6/xbf/xbf - /xe7/x80/x80 - /xe7/x80/x81 - /xe7/x80/x82 - /xe7/x80/x83 - /xe7/x80/x84 - /xe7/x80/x85 - /xe7/x80/x86 - /xe7/x80/x87 - /xe7/x80/x88 - /xe7/x80/x89 - /xe7/x80/x8a - /xe7/x80/x8b - /xe7/x80/x8c - /xe7/x80/x8d - /xe7/x80/x8e - /xe7/x80/x8f - /xe7/x80/x90 - /xe7/x80/x91 - /xe7/x80/x92 - /xe7/x80/x93 - /xe7/x80/x94 - /xe7/x80/x95 - /xe7/x80/x96 - /xe7/x80/x97 - /xe7/x80/x98 - /xe7/x80/x99 - /xe7/x80/x9a - /xe7/x80/x9b - /xe7/x80/x9c - /xe7/x80/x9d - /xe7/x80/x9e - /xe7/x80/x9f - /xe7/x80/xa0 - /xe7/x80/xa1 - /xe7/x80/xa2 - /xe7/x80/xa3 - /xe7/x80/xa4 - /xe7/x80/xa5 - /xe7/x80/xa6 - /xe7/x80/xa7 - /xe7/x80/xa8 - /xe7/x80/xa9 - /xe7/x80/xaa - /xe7/x80/xab - /xe7/x80/xac - /xe7/x80/xad - /xe7/x80/xae - /xe7/x80/xaf - /xe7/x80/xb0 - /xe7/x80/xb1 - /xe7/x80/xb2 - /xe7/x80/xb3 - /xe7/x80/xb4 - /xe7/x80/xb5 - /xe7/x80/xb6 - /xe7/x80/xb7 - /xe7/x80/xb8 - /xe7/x80/xb9 - /xe7/x80/xba - /xe7/x80/xbb - /xe7/x80/xbc - /xe7/x80/xbd - /xe7/x80/xbe - /xe7/x80/xbf - /xe7/x81/x80 - /xe7/x81/x81 - /xe7/x81/x82 - /xe7/x81/x83 - /xe7/x81/x84 - /xe7/x81/x85 - /xe7/x81/x86 - /xe7/x81/x87 - /xe7/x81/x88 - /xe7/x81/x89 - /xe7/x81/x8a - /xe7/x81/x8b - /xe7/x81/x8c - /xe7/x81/x8d - /xe7/x81/x8e - /xe7/x81/x8f - /xe7/x81/x90 - /xe7/x81/x91 - /xe7/x81/x92 - /xe7/x81/x93 - /xe7/x81/x94 - /xe7/x81/x95 - /xe7/x81/x96 - /xe7/x81/x97 - /xe7/x81/x98 - /xe7/x81/x99 - /xe7/x81/x9a - /xe7/x81/x9b - /xe7/x81/x9c - /xe7/x81/x9d - /xe7/x81/x9e - /xe7/x81/x9f - /xe7/x81/xa0 - /xe7/x81/xa1 - /xe7/x81/xa2 - /xe7/x81/xa3 - /xe7/x81/xa4 - /xe7/x81/xa5 - /xe7/x81/xa6 - /xe7/x81/xa7 - /xe7/x81/xa8 - /xe7/x81/xa9 - /xe7/x81/xaa - /xe7/x81/xab - /xe7/x81/xac - /xe7/x81/xad - /xe7/x81/xae - /xe7/x81/xaf - /xe7/x81/xb0 - /xe7/x81/xb1 - /xe7/x81/xb2 - /xe7/x81/xb3 - /xe7/x81/xb4 - /xe7/x81/xb5 - /xe7/x81/xb6 - /xe7/x81/xb7 - /xe7/x81/xb8 - /xe7/x81/xb9 - /xe7/x81/xba - /xe7/x81/xbb - /xe7/x81/xbc - /xe7/x81/xbd - /xe7/x81/xbe - /xe7/x81/xbf - /xe7/x82/x80 - /xe7/x82/x81 - /xe7/x82/x82 - /xe7/x82/x83 - /xe7/x82/x84 - /xe7/x82/x85 - /xe7/x82/x86 - /xe7/x82/x87 - /xe7/x82/x88 - /xe7/x82/x89 - /xe7/x82/x8a - /xe7/x82/x8b - /xe7/x82/x8c - /xe7/x82/x8d - /xe7/x82/x8e - /xe7/x82/x8f - /xe7/x82/x90 - /xe7/x82/x91 - /xe7/x82/x92 - /xe7/x82/x93 - /xe7/x82/x94 - /xe7/x82/x95 - /xe7/x82/x96 - /xe7/x82/x97 - /xe7/x82/x98 - /xe7/x82/x99 - /xe7/x82/x9a - /xe7/x82/x9b - /xe7/x82/x9c - /xe7/x82/x9d - /xe7/x82/x9e - /xe7/x82/x9f - /xe7/x82/xa0 - /xe7/x82/xa1 - /xe7/x82/xa2 - /xe7/x82/xa3 - /xe7/x82/xa4 - /xe7/x82/xa5 - /xe7/x82/xa6 - /xe7/x82/xa7 - /xe7/x82/xa8 - /xe7/x82/xa9 - /xe7/x82/xaa - /xe7/x82/xab - /xe7/x82/xac - /xe7/x82/xad - /xe7/x82/xae - /xe7/x82/xaf - /xe7/x82/xb0 - /xe7/x82/xb1 - /xe7/x82/xb2 - /xe7/x82/xb3 - /xe7/x82/xb4 - /xe7/x82/xb5 - /xe7/x82/xb6 - /xe7/x82/xb7 - /xe7/x82/xb8 - /xe7/x82/xb9 - /xe7/x82/xba - /xe7/x82/xbb - /xe7/x82/xbc - /xe7/x82/xbd - /xe7/x82/xbe - /xe7/x82/xbf - /xe7/x83/x80 - /xe7/x83/x81 - /xe7/x83/x82 - /xe7/x83/x83 - /xe7/x83/x84 - /xe7/x83/x85 - /xe7/x83/x86 - /xe7/x83/x87 - /xe7/x83/x88 - /xe7/x83/x89 - /xe7/x83/x8a - /xe7/x83/x8b - /xe7/x83/x8c - /xe7/x83/x8d - /xe7/x83/x8e - /xe7/x83/x8f - /xe7/x83/x90 - /xe7/x83/x91 - /xe7/x83/x92 - /xe7/x83/x93 - /xe7/x83/x94 - /xe7/x83/x95 - /xe7/x83/x96 - /xe7/x83/x97 - /xe7/x83/x98 - /xe7/x83/x99 - /xe7/x83/x9a - /xe7/x83/x9b - /xe7/x83/x9c - /xe7/x83/x9d - /xe7/x83/x9e - /xe7/x83/x9f - /xe7/x83/xa0 - /xe7/x83/xa1 - /xe7/x83/xa2 - /xe7/x83/xa3 - /xe7/x83/xa4 - /xe7/x83/xa5 - /xe7/x83/xa6 - /xe7/x83/xa7 - /xe7/x83/xa8 - /xe7/x83/xa9 - /xe7/x83/xaa - /xe7/x83/xab - /xe7/x83/xac - /xe7/x83/xad - /xe7/x83/xae - /xe7/x83/xaf - /xe7/x83/xb0 - /xe7/x83/xb1 - /xe7/x83/xb2 - /xe7/x83/xb3 - /xe7/x83/xb4 - /xe7/x83/xb5 - /xe7/x83/xb6 - /xe7/x83/xb7 - /xe7/x83/xb8 - /xe7/x83/xb9 - /xe7/x83/xba - /xe7/x83/xbb - /xe7/x83/xbc - /xe7/x83/xbd - /xe7/x83/xbe - /xe7/x83/xbf - /xe7/x84/x80 - /xe7/x84/x81 - /xe7/x84/x82 - /xe7/x84/x83 - /xe7/x84/x84 - /xe7/x84/x85 - /xe7/x84/x86 - /xe7/x84/x87 - /xe7/x84/x88 - /xe7/x84/x89 - /xe7/x84/x8a - /xe7/x84/x8b - /xe7/x84/x8c - /xe7/x84/x8d - /xe7/x84/x8e - /xe7/x84/x8f - /xe7/x84/x90 - /xe7/x84/x91 - /xe7/x84/x92 - /xe7/x84/x93 - /xe7/x84/x94 - /xe7/x84/x95 - /xe7/x84/x96 - /xe7/x84/x97 - /xe7/x84/x98 - /xe7/x84/x99 - /xe7/x84/x9a - /xe7/x84/x9b - /xe7/x84/x9c - /xe7/x84/x9d - /xe7/x84/x9e - /xe7/x84/x9f - /xe7/x84/xa0 - /xe7/x84/xa1 - /xe7/x84/xa2 - /xe7/x84/xa3 - /xe7/x84/xa4 - /xe7/x84/xa5 - /xe7/x84/xa6 - /xe7/x84/xa7 - /xe7/x84/xa8 - /xe7/x84/xa9 - /xe7/x84/xaa - /xe7/x84/xab - /xe7/x84/xac - /xe7/x84/xad - /xe7/x84/xae - /xe7/x84/xaf - /xe7/x84/xb0 - /xe7/x84/xb1 - /xe7/x84/xb2 - /xe7/x84/xb3 - /xe7/x84/xb4 - /xe7/x84/xb5 - /xe7/x84/xb6 - /xe7/x84/xb7 - /xe7/x84/xb8 - /xe7/x84/xb9 - /xe7/x84/xba - /xe7/x84/xbb - /xe7/x84/xbc - /xe7/x84/xbd - /xe7/x84/xbe - /xe7/x84/xbf - /xe7/x85/x80 - /xe7/x85/x81 - /xe7/x85/x82 - /xe7/x85/x83 - /xe7/x85/x84 - /xe7/x85/x85 - /xe7/x85/x86 - /xe7/x85/x87 - /xe7/x85/x88 - /xe7/x85/x89 - /xe7/x85/x8a - /xe7/x85/x8b - /xe7/x85/x8c - /xe7/x85/x8d - /xe7/x85/x8e - /xe7/x85/x8f - /xe7/x85/x90 - /xe7/x85/x91 - /xe7/x85/x92 - /xe7/x85/x93 - /xe7/x85/x94 - /xe7/x85/x95 - /xe7/x85/x96 - /xe7/x85/x97 - /xe7/x85/x98 - /xe7/x85/x99 - /xe7/x85/x9a - /xe7/x85/x9b - /xe7/x85/x9c - /xe7/x85/x9d - /xe7/x85/x9e - /xe7/x85/x9f - /xe7/x85/xa0 - /xe7/x85/xa1 - /xe7/x85/xa2 - /xe7/x85/xa3 - /xe7/x85/xa4 - /xe7/x85/xa5 - /xe7/x85/xa6 - /xe7/x85/xa7 - /xe7/x85/xa8 - /xe7/x85/xa9 - /xe7/x85/xaa - /xe7/x85/xab - /xe7/x85/xac - /xe7/x85/xad - /xe7/x85/xae - /xe7/x85/xaf - /xe7/x85/xb0 - /xe7/x85/xb1 - /xe7/x85/xb2 - /xe7/x85/xb3 - /xe7/x85/xb4 - /xe7/x85/xb5 - /xe7/x85/xb6 - /xe7/x85/xb7 - /xe7/x85/xb8 - /xe7/x85/xb9 - /xe7/x85/xba - /xe7/x85/xbb - /xe7/x85/xbc - /xe7/x85/xbd - /xe7/x85/xbe - /xe7/x85/xbf - /xe7/x86/x80 - /xe7/x86/x81 - /xe7/x86/x82 - /xe7/x86/x83 - /xe7/x86/x84 - /xe7/x86/x85 - /xe7/x86/x86 - /xe7/x86/x87 - /xe7/x86/x88 - /xe7/x86/x89 - /xe7/x86/x8a - /xe7/x86/x8b - /xe7/x86/x8c - /xe7/x86/x8d - /xe7/x86/x8e - /xe7/x86/x8f - /xe7/x86/x90 - /xe7/x86/x91 - /xe7/x86/x92 - /xe7/x86/x93 - /xe7/x86/x94 - /xe7/x86/x95 - /xe7/x86/x96 - /xe7/x86/x97 - /xe7/x86/x98 - /xe7/x86/x99 - /xe7/x86/x9a - /xe7/x86/x9b - /xe7/x86/x9c - /xe7/x86/x9d - /xe7/x86/x9e - /xe7/x86/x9f - /xe7/x86/xa0 - /xe7/x86/xa1 - /xe7/x86/xa2 - /xe7/x86/xa3 - /xe7/x86/xa4 - /xe7/x86/xa5 - /xe7/x86/xa6 - /xe7/x86/xa7 - /xe7/x86/xa8 - /xe7/x86/xa9 - /xe7/x86/xaa - /xe7/x86/xab - /xe7/x86/xac - /xe7/x86/xad - /xe7/x86/xae - /xe7/x86/xaf - /xe7/x86/xb0 - /xe7/x86/xb1 - /xe7/x86/xb2 - /xe7/x86/xb3 - /xe7/x86/xb4 - /xe7/x86/xb5 - /xe7/x86/xb6 - /xe7/x86/xb7 - /xe7/x86/xb8 - /xe7/x86/xb9 - /xe7/x86/xba - /xe7/x86/xbb - /xe7/x86/xbc - /xe7/x86/xbd - /xe7/x86/xbe - /xe7/x86/xbf - /xe7/x87/x80 - /xe7/x87/x81 - /xe7/x87/x82 - /xe7/x87/x83 - /xe7/x87/x84 - /xe7/x87/x85 - /xe7/x87/x86 - /xe7/x87/x87 - /xe7/x87/x88 - /xe7/x87/x89 - /xe7/x87/x8a - /xe7/x87/x8b - /xe7/x87/x8c - /xe7/x87/x8d - /xe7/x87/x8e - /xe7/x87/x8f - /xe7/x87/x90 - /xe7/x87/x91 - /xe7/x87/x92 - /xe7/x87/x93 - /xe7/x87/x94 - /xe7/x87/x95 - /xe7/x87/x96 - /xe7/x87/x97 - /xe7/x87/x98 - /xe7/x87/x99 - /xe7/x87/x9a - /xe7/x87/x9b - /xe7/x87/x9c - /xe7/x87/x9d - /xe7/x87/x9e - /xe7/x87/x9f - /xe7/x87/xa0 - /xe7/x87/xa1 - /xe7/x87/xa2 - /xe7/x87/xa3 - /xe7/x87/xa4 - /xe7/x87/xa5 - /xe7/x87/xa6 - /xe7/x87/xa7 - /xe7/x87/xa8 - /xe7/x87/xa9 - /xe7/x87/xaa - /xe7/x87/xab - /xe7/x87/xac - /xe7/x87/xad - /xe7/x87/xae - /xe7/x87/xaf - /xe7/x87/xb0 - /xe7/x87/xb1 - /xe7/x87/xb2 - /xe7/x87/xb3 - /xe7/x87/xb4 - /xe7/x87/xb5 - /xe7/x87/xb6 - /xe7/x87/xb7 - /xe7/x87/xb8 - /xe7/x87/xb9 - /xe7/x87/xba - /xe7/x87/xbb - /xe7/x87/xbc - /xe7/x87/xbd - /xe7/x87/xbe - /xe7/x87/xbf - /xe7/x88/x80 - /xe7/x88/x81 - /xe7/x88/x82 - /xe7/x88/x83 - /xe7/x88/x84 - /xe7/x88/x85 - /xe7/x88/x86 - /xe7/x88/x87 - /xe7/x88/x88 - /xe7/x88/x89 - /xe7/x88/x8a - /xe7/x88/x8b - /xe7/x88/x8c - /xe7/x88/x8d - /xe7/x88/x8e - /xe7/x88/x8f - /xe7/x88/x90 - /xe7/x88/x91 - /xe7/x88/x92 - /xe7/x88/x93 - /xe7/x88/x94 - /xe7/x88/x95 - /xe7/x88/x96 - /xe7/x88/x97 - /xe7/x88/x98 - /xe7/x88/x99 - /xe7/x88/x9a - /xe7/x88/x9b - /xe7/x88/x9c - /xe7/x88/x9d - /xe7/x88/x9e - /xe7/x88/x9f - /xe7/x88/xa0 - /xe7/x88/xa1 - /xe7/x88/xa2 - /xe7/x88/xa3 - /xe7/x88/xa4 - /xe7/x88/xa5 - /xe7/x88/xa6 - /xe7/x88/xa7 - /xe7/x88/xa8 - /xe7/x88/xa9 - /xe7/x88/xaa - /xe7/x88/xab - /xe7/x88/xac - /xe7/x88/xad - /xe7/x88/xae - /xe7/x88/xaf - /xe7/x88/xb0 - /xe7/x88/xb1 - /xe7/x88/xb2 - /xe7/x88/xb3 - /xe7/x88/xb4 - /xe7/x88/xb5 - /xe7/x88/xb6 - /xe7/x88/xb7 - /xe7/x88/xb8 - /xe7/x88/xb9 - /xe7/x88/xba - /xe7/x88/xbb - /xe7/x88/xbc - /xe7/x88/xbd - /xe7/x88/xbe - /xe7/x88/xbf - /xe7/x89/x80 - /xe7/x89/x81 - /xe7/x89/x82 - /xe7/x89/x83 - /xe7/x89/x84 - /xe7/x89/x85 - /xe7/x89/x86 - /xe7/x89/x87 - /xe7/x89/x88 - /xe7/x89/x89 - /xe7/x89/x8a - /xe7/x89/x8b - /xe7/x89/x8c - /xe7/x89/x8d - /xe7/x89/x8e - /xe7/x89/x8f - /xe7/x89/x90 - /xe7/x89/x91 - /xe7/x89/x92 - /xe7/x89/x93 - /xe7/x89/x94 - /xe7/x89/x95 - /xe7/x89/x96 - /xe7/x89/x97 - /xe7/x89/x98 - /xe7/x89/x99 - /xe7/x89/x9a - /xe7/x89/x9b - /xe7/x89/x9c - /xe7/x89/x9d - /xe7/x89/x9e - /xe7/x89/x9f - /xe7/x89/xa0 - /xe7/x89/xa1 - /xe7/x89/xa2 - /xe7/x89/xa3 - /xe7/x89/xa4 - /xe7/x89/xa5 - /xe7/x89/xa6 - /xe7/x89/xa7 - /xe7/x89/xa8 - /xe7/x89/xa9 - /xe7/x89/xaa - /xe7/x89/xab - /xe7/x89/xac - /xe7/x89/xad - /xe7/x89/xae - /xe7/x89/xaf - /xe7/x89/xb0 - /xe7/x89/xb1 - /xe7/x89/xb2 - /xe7/x89/xb3 - /xe7/x89/xb4 - /xe7/x89/xb5 - /xe7/x89/xb6 - /xe7/x89/xb7 - /xe7/x89/xb8 - /xe7/x89/xb9 - /xe7/x89/xba - /xe7/x89/xbb - /xe7/x89/xbc - /xe7/x89/xbd - /xe7/x89/xbe - /xe7/x89/xbf - /xe7/x8a/x80 - /xe7/x8a/x81 - /xe7/x8a/x82 - /xe7/x8a/x83 - /xe7/x8a/x84 - /xe7/x8a/x85 - /xe7/x8a/x86 - /xe7/x8a/x87 - /xe7/x8a/x88 - /xe7/x8a/x89 - /xe7/x8a/x8a - /xe7/x8a/x8b - /xe7/x8a/x8c - /xe7/x8a/x8d - /xe7/x8a/x8e - /xe7/x8a/x8f - /xe7/x8a/x90 - /xe7/x8a/x91 - /xe7/x8a/x92 - /xe7/x8a/x93 - /xe7/x8a/x94 - /xe7/x8a/x95 - /xe7/x8a/x96 - /xe7/x8a/x97 - /xe7/x8a/x98 - /xe7/x8a/x99 - /xe7/x8a/x9a - /xe7/x8a/x9b - /xe7/x8a/x9c - /xe7/x8a/x9d - /xe7/x8a/x9e - /xe7/x8a/x9f - /xe7/x8a/xa0 - /xe7/x8a/xa1 - /xe7/x8a/xa2 - /xe7/x8a/xa3 - /xe7/x8a/xa4 - /xe7/x8a/xa5 - /xe7/x8a/xa6 - /xe7/x8a/xa7 - /xe7/x8a/xa8 - /xe7/x8a/xa9 - /xe7/x8a/xaa - /xe7/x8a/xab - /xe7/x8a/xac - /xe7/x8a/xad - /xe7/x8a/xae - /xe7/x8a/xaf - /xe7/x8a/xb0 - /xe7/x8a/xb1 - /xe7/x8a/xb2 - /xe7/x8a/xb3 - /xe7/x8a/xb4 - /xe7/x8a/xb5 - /xe7/x8a/xb6 - /xe7/x8a/xb7 - /xe7/x8a/xb8 - /xe7/x8a/xb9 - /xe7/x8a/xba - /xe7/x8a/xbb - /xe7/x8a/xbc - /xe7/x8a/xbd - /xe7/x8a/xbe - /xe7/x8a/xbf - /xe7/x8b/x80 - /xe7/x8b/x81 - /xe7/x8b/x82 - /xe7/x8b/x83 - /xe7/x8b/x84 - /xe7/x8b/x85 - /xe7/x8b/x86 - /xe7/x8b/x87 - /xe7/x8b/x88 - /xe7/x8b/x89 - /xe7/x8b/x8a - /xe7/x8b/x8b - /xe7/x8b/x8c - /xe7/x8b/x8d - /xe7/x8b/x8e - /xe7/x8b/x8f - /xe7/x8b/x90 - /xe7/x8b/x91 - /xe7/x8b/x92 - /xe7/x8b/x93 - /xe7/x8b/x94 - /xe7/x8b/x95 - /xe7/x8b/x96 - /xe7/x8b/x97 - /xe7/x8b/x98 - /xe7/x8b/x99 - /xe7/x8b/x9a - /xe7/x8b/x9b - /xe7/x8b/x9c - /xe7/x8b/x9d - /xe7/x8b/x9e - /xe7/x8b/x9f - /xe7/x8b/xa0 - /xe7/x8b/xa1 - /xe7/x8b/xa2 - /xe7/x8b/xa3 - /xe7/x8b/xa4 - /xe7/x8b/xa5 - /xe7/x8b/xa6 - /xe7/x8b/xa7 - /xe7/x8b/xa8 - /xe7/x8b/xa9 - /xe7/x8b/xaa - /xe7/x8b/xab - /xe7/x8b/xac - /xe7/x8b/xad - /xe7/x8b/xae - /xe7/x8b/xaf - /xe7/x8b/xb0 - /xe7/x8b/xb1 - /xe7/x8b/xb2 - /xe7/x8b/xb3 - /xe7/x8b/xb4 - /xe7/x8b/xb5 - /xe7/x8b/xb6 - /xe7/x8b/xb7 - /xe7/x8b/xb8 - /xe7/x8b/xb9 - /xe7/x8b/xba - /xe7/x8b/xbb - /xe7/x8b/xbc - /xe7/x8b/xbd - /xe7/x8b/xbe - /xe7/x8b/xbf - /xe7/x8c/x80 - /xe7/x8c/x81 - /xe7/x8c/x82 - /xe7/x8c/x83 - /xe7/x8c/x84 - /xe7/x8c/x85 - /xe7/x8c/x86 - /xe7/x8c/x87 - /xe7/x8c/x88 - /xe7/x8c/x89 - /xe7/x8c/x8a - /xe7/x8c/x8b - /xe7/x8c/x8c - /xe7/x8c/x8d - /xe7/x8c/x8e - /xe7/x8c/x8f - /xe7/x8c/x90 - /xe7/x8c/x91 - /xe7/x8c/x92 - /xe7/x8c/x93 - /xe7/x8c/x94 - /xe7/x8c/x95 - /xe7/x8c/x96 - /xe7/x8c/x97 - /xe7/x8c/x98 - /xe7/x8c/x99 - /xe7/x8c/x9a - /xe7/x8c/x9b - /xe7/x8c/x9c - /xe7/x8c/x9d - /xe7/x8c/x9e - /xe7/x8c/x9f - /xe7/x8c/xa0 - /xe7/x8c/xa1 - /xe7/x8c/xa2 - /xe7/x8c/xa3 - /xe7/x8c/xa4 - /xe7/x8c/xa5 - /xe7/x8c/xa6 - /xe7/x8c/xa7 - /xe7/x8c/xa8 - /xe7/x8c/xa9 - /xe7/x8c/xaa - /xe7/x8c/xab - /xe7/x8c/xac - /xe7/x8c/xad - /xe7/x8c/xae - /xe7/x8c/xaf - /xe7/x8c/xb0 - /xe7/x8c/xb1 - /xe7/x8c/xb2 - /xe7/x8c/xb3 - /xe7/x8c/xb4 - /xe7/x8c/xb5 - /xe7/x8c/xb6 - /xe7/x8c/xb7 - /xe7/x8c/xb8 - /xe7/x8c/xb9 - /xe7/x8c/xba - /xe7/x8c/xbb - /xe7/x8c/xbc - /xe7/x8c/xbd - /xe7/x8c/xbe - /xe7/x8c/xbf - /xe7/x8d/x80 - /xe7/x8d/x81 - /xe7/x8d/x82 - /xe7/x8d/x83 - /xe7/x8d/x84 - /xe7/x8d/x85 - /xe7/x8d/x86 - /xe7/x8d/x87 - /xe7/x8d/x88 - /xe7/x8d/x89 - /xe7/x8d/x8a - /xe7/x8d/x8b - /xe7/x8d/x8c - /xe7/x8d/x8d - /xe7/x8d/x8e - /xe7/x8d/x8f - /xe7/x8d/x90 - /xe7/x8d/x91 - /xe7/x8d/x92 - /xe7/x8d/x93 - /xe7/x8d/x94 - /xe7/x8d/x95 - /xe7/x8d/x96 - /xe7/x8d/x97 - /xe7/x8d/x98 - /xe7/x8d/x99 - /xe7/x8d/x9a - /xe7/x8d/x9b - /xe7/x8d/x9c - /xe7/x8d/x9d - /xe7/x8d/x9e - /xe7/x8d/x9f - /xe7/x8d/xa0 - /xe7/x8d/xa1 - /xe7/x8d/xa2 - /xe7/x8d/xa3 - /xe7/x8d/xa4 - /xe7/x8d/xa5 - /xe7/x8d/xa6 - /xe7/x8d/xa7 - /xe7/x8d/xa8 - /xe7/x8d/xa9 - /xe7/x8d/xaa - /xe7/x8d/xab - /xe7/x8d/xac - /xe7/x8d/xad - /xe7/x8d/xae - /xe7/x8d/xaf - /xe7/x8d/xb0 - /xe7/x8d/xb1 - /xe7/x8d/xb2 - /xe7/x8d/xb3 - /xe7/x8d/xb4 - /xe7/x8d/xb5 - /xe7/x8d/xb6 - /xe7/x8d/xb7 - /xe7/x8d/xb8 - /xe7/x8d/xb9 - /xe7/x8d/xba - /xe7/x8d/xbb - /xe7/x8d/xbc - /xe7/x8d/xbd - /xe7/x8d/xbe - /xe7/x8d/xbf - /xe7/x8e/x80 - /xe7/x8e/x81 - /xe7/x8e/x82 - /xe7/x8e/x83 - /xe7/x8e/x84 - /xe7/x8e/x85 - /xe7/x8e/x86 - /xe7/x8e/x87 - /xe7/x8e/x88 - /xe7/x8e/x89 - /xe7/x8e/x8a - /xe7/x8e/x8b - /xe7/x8e/x8c - /xe7/x8e/x8d - /xe7/x8e/x8e - /xe7/x8e/x8f - /xe7/x8e/x90 - /xe7/x8e/x91 - /xe7/x8e/x92 - /xe7/x8e/x93 - /xe7/x8e/x94 - /xe7/x8e/x95 - /xe7/x8e/x96 - /xe7/x8e/x97 - /xe7/x8e/x98 - /xe7/x8e/x99 - /xe7/x8e/x9a - /xe7/x8e/x9b - /xe7/x8e/x9c - /xe7/x8e/x9d - /xe7/x8e/x9e - /xe7/x8e/x9f - /xe7/x8e/xa0 - /xe7/x8e/xa1 - /xe7/x8e/xa2 - /xe7/x8e/xa3 - /xe7/x8e/xa4 - /xe7/x8e/xa5 - /xe7/x8e/xa6 - /xe7/x8e/xa7 - /xe7/x8e/xa8 - /xe7/x8e/xa9 - /xe7/x8e/xaa - /xe7/x8e/xab - /xe7/x8e/xac - /xe7/x8e/xad - /xe7/x8e/xae - /xe7/x8e/xaf - /xe7/x8e/xb0 - /xe7/x8e/xb1 - /xe7/x8e/xb2 - /xe7/x8e/xb3 - /xe7/x8e/xb4 - /xe7/x8e/xb5 - /xe7/x8e/xb6 - /xe7/x8e/xb7 - /xe7/x8e/xb8 - /xe7/x8e/xb9 - /xe7/x8e/xba - /xe7/x8e/xbb - /xe7/x8e/xbc - /xe7/x8e/xbd - /xe7/x8e/xbe - /xe7/x8e/xbf - /xe7/x8f/x80 - /xe7/x8f/x81 - /xe7/x8f/x82 - /xe7/x8f/x83 - /xe7/x8f/x84 - /xe7/x8f/x85 - /xe7/x8f/x86 - /xe7/x8f/x87 - /xe7/x8f/x88 - /xe7/x8f/x89 - /xe7/x8f/x8a - /xe7/x8f/x8b - /xe7/x8f/x8c - /xe7/x8f/x8d - /xe7/x8f/x8e - /xe7/x8f/x8f - /xe7/x8f/x90 - /xe7/x8f/x91 - /xe7/x8f/x92 - /xe7/x8f/x93 - /xe7/x8f/x94 - /xe7/x8f/x95 - /xe7/x8f/x96 - /xe7/x8f/x97 - /xe7/x8f/x98 - /xe7/x8f/x99 - /xe7/x8f/x9a - /xe7/x8f/x9b - /xe7/x8f/x9c - /xe7/x8f/x9d - /xe7/x8f/x9e - /xe7/x8f/x9f - /xe7/x8f/xa0 - /xe7/x8f/xa1 - /xe7/x8f/xa2 - /xe7/x8f/xa3 - /xe7/x8f/xa4 - /xe7/x8f/xa5 - /xe7/x8f/xa6 - /xe7/x8f/xa7 - /xe7/x8f/xa8 - /xe7/x8f/xa9 - /xe7/x8f/xaa - /xe7/x8f/xab - /xe7/x8f/xac - /xe7/x8f/xad - /xe7/x8f/xae - /xe7/x8f/xaf - /xe7/x8f/xb0 - /xe7/x8f/xb1 - /xe7/x8f/xb2 - /xe7/x8f/xb3 - /xe7/x8f/xb4 - /xe7/x8f/xb5 - /xe7/x8f/xb6 - /xe7/x8f/xb7 - /xe7/x8f/xb8 - /xe7/x8f/xb9 - /xe7/x8f/xba - /xe7/x8f/xbb - /xe7/x8f/xbc - /xe7/x8f/xbd - /xe7/x8f/xbe - /xe7/x8f/xbf - /xe7/x90/x80 - /xe7/x90/x81 - /xe7/x90/x82 - /xe7/x90/x83 - /xe7/x90/x84 - /xe7/x90/x85 - /xe7/x90/x86 - /xe7/x90/x87 - /xe7/x90/x88 - /xe7/x90/x89 - /xe7/x90/x8a - /xe7/x90/x8b - /xe7/x90/x8c - /xe7/x90/x8d - /xe7/x90/x8e - /xe7/x90/x8f - /xe7/x90/x90 - /xe7/x90/x91 - /xe7/x90/x92 - /xe7/x90/x93 - /xe7/x90/x94 - /xe7/x90/x95 - /xe7/x90/x96 - /xe7/x90/x97 - /xe7/x90/x98 - /xe7/x90/x99 - /xe7/x90/x9a - /xe7/x90/x9b - /xe7/x90/x9c - /xe7/x90/x9d - /xe7/x90/x9e - /xe7/x90/x9f - /xe7/x90/xa0 - /xe7/x90/xa1 - /xe7/x90/xa2 - /xe7/x90/xa3 - /xe7/x90/xa4 - /xe7/x90/xa5 - /xe7/x90/xa6 - /xe7/x90/xa7 - /xe7/x90/xa8 - /xe7/x90/xa9 - /xe7/x90/xaa - /xe7/x90/xab - /xe7/x90/xac - /xe7/x90/xad - /xe7/x90/xae - /xe7/x90/xaf - /xe7/x90/xb0 - /xe7/x90/xb1 - /xe7/x90/xb2 - /xe7/x90/xb3 - /xe7/x90/xb4 - /xe7/x90/xb5 - /xe7/x90/xb6 - /xe7/x90/xb7 - /xe7/x90/xb8 - /xe7/x90/xb9 - /xe7/x90/xba - /xe7/x90/xbb - /xe7/x90/xbc - /xe7/x90/xbd - /xe7/x90/xbe - /xe7/x90/xbf - /xe7/x91/x80 - /xe7/x91/x81 - /xe7/x91/x82 - /xe7/x91/x83 - /xe7/x91/x84 - /xe7/x91/x85 - /xe7/x91/x86 - /xe7/x91/x87 - /xe7/x91/x88 - /xe7/x91/x89 - /xe7/x91/x8a - /xe7/x91/x8b - /xe7/x91/x8c - /xe7/x91/x8d - /xe7/x91/x8e - /xe7/x91/x8f - /xe7/x91/x90 - /xe7/x91/x91 - /xe7/x91/x92 - /xe7/x91/x93 - /xe7/x91/x94 - /xe7/x91/x95 - /xe7/x91/x96 - /xe7/x91/x97 - /xe7/x91/x98 - /xe7/x91/x99 - /xe7/x91/x9a - /xe7/x91/x9b - /xe7/x91/x9c - /xe7/x91/x9d - /xe7/x91/x9e - /xe7/x91/x9f - /xe7/x91/xa0 - /xe7/x91/xa1 - /xe7/x91/xa2 - /xe7/x91/xa3 - /xe7/x91/xa4 - /xe7/x91/xa5 - /xe7/x91/xa6 - /xe7/x91/xa7 - /xe7/x91/xa8 - /xe7/x91/xa9 - /xe7/x91/xaa - /xe7/x91/xab - /xe7/x91/xac - /xe7/x91/xad - /xe7/x91/xae - /xe7/x91/xaf - /xe7/x91/xb0 - /xe7/x91/xb1 - /xe7/x91/xb2 - /xe7/x91/xb3 - /xe7/x91/xb4 - /xe7/x91/xb5 - /xe7/x91/xb6 - /xe7/x91/xb7 - /xe7/x91/xb8 - /xe7/x91/xb9 - /xe7/x91/xba - /xe7/x91/xbb - /xe7/x91/xbc - /xe7/x91/xbd - /xe7/x91/xbe - /xe7/x91/xbf - /xe7/x92/x80 - /xe7/x92/x81 - /xe7/x92/x82 - /xe7/x92/x83 - /xe7/x92/x84 - /xe7/x92/x85 - /xe7/x92/x86 - /xe7/x92/x87 - /xe7/x92/x88 - /xe7/x92/x89 - /xe7/x92/x8a - /xe7/x92/x8b - /xe7/x92/x8c - /xe7/x92/x8d - /xe7/x92/x8e - /xe7/x92/x8f - /xe7/x92/x90 - /xe7/x92/x91 - /xe7/x92/x92 - /xe7/x92/x93 - /xe7/x92/x94 - /xe7/x92/x95 - /xe7/x92/x96 - /xe7/x92/x97 - /xe7/x92/x98 - /xe7/x92/x99 - /xe7/x92/x9a - /xe7/x92/x9b - /xe7/x92/x9c - /xe7/x92/x9d - /xe7/x92/x9e - /xe7/x92/x9f - /xe7/x92/xa0 - /xe7/x92/xa1 - /xe7/x92/xa2 - /xe7/x92/xa3 - /xe7/x92/xa4 - /xe7/x92/xa5 - /xe7/x92/xa6 - /xe7/x92/xa7 - /xe7/x92/xa8 - /xe7/x92/xa9 - /xe7/x92/xaa - /xe7/x92/xab - /xe7/x92/xac - /xe7/x92/xad - /xe7/x92/xae - /xe7/x92/xaf - /xe7/x92/xb0 - /xe7/x92/xb1 - /xe7/x92/xb2 - /xe7/x92/xb3 - /xe7/x92/xb4 - /xe7/x92/xb5 - /xe7/x92/xb6 - /xe7/x92/xb7 - /xe7/x92/xb8 - /xe7/x92/xb9 - /xe7/x92/xba - /xe7/x92/xbb - /xe7/x92/xbc - /xe7/x92/xbd - /xe7/x92/xbe - /xe7/x92/xbf - /xe7/x93/x80 - /xe7/x93/x81 - /xe7/x93/x82 - /xe7/x93/x83 - /xe7/x93/x84 - /xe7/x93/x85 - /xe7/x93/x86 - /xe7/x93/x87 - /xe7/x93/x88 - /xe7/x93/x89 - /xe7/x93/x8a - /xe7/x93/x8b - /xe7/x93/x8c - /xe7/x93/x8d - /xe7/x93/x8e - /xe7/x93/x8f - /xe7/x93/x90 - /xe7/x93/x91 - /xe7/x93/x92 - /xe7/x93/x93 - /xe7/x93/x94 - /xe7/x93/x95 - /xe7/x93/x96 - /xe7/x93/x97 - /xe7/x93/x98 - /xe7/x93/x99 - /xe7/x93/x9a - /xe7/x93/x9b - /xe7/x93/x9c - /xe7/x93/x9d - /xe7/x93/x9e - /xe7/x93/x9f - /xe7/x93/xa0 - /xe7/x93/xa1 - /xe7/x93/xa2 - /xe7/x93/xa3 - /xe7/x93/xa4 - /xe7/x93/xa5 - /xe7/x93/xa6 - /xe7/x93/xa7 - /xe7/x93/xa8 - /xe7/x93/xa9 - /xe7/x93/xaa - /xe7/x93/xab - /xe7/x93/xac - /xe7/x93/xad - /xe7/x93/xae - /xe7/x93/xaf - /xe7/x93/xb0 - /xe7/x93/xb1 - /xe7/x93/xb2 - /xe7/x93/xb3 - /xe7/x93/xb4 - /xe7/x93/xb5 - /xe7/x93/xb6 - /xe7/x93/xb7 - /xe7/x93/xb8 - /xe7/x93/xb9 - /xe7/x93/xba - /xe7/x93/xbb - /xe7/x93/xbc - /xe7/x93/xbd - /xe7/x93/xbe - /xe7/x93/xbf - /xe7/x94/x80 - /xe7/x94/x81 - /xe7/x94/x82 - /xe7/x94/x83 - /xe7/x94/x84 - /xe7/x94/x85 - /xe7/x94/x86 - /xe7/x94/x87 - /xe7/x94/x88 - /xe7/x94/x89 - /xe7/x94/x8a - /xe7/x94/x8b - /xe7/x94/x8c - /xe7/x94/x8d - /xe7/x94/x8e - /xe7/x94/x8f - /xe7/x94/x90 - /xe7/x94/x91 - /xe7/x94/x92 - /xe7/x94/x93 - /xe7/x94/x94 - /xe7/x94/x95 - /xe7/x94/x96 - /xe7/x94/x97 - /xe7/x94/x98 - /xe7/x94/x99 - /xe7/x94/x9a - /xe7/x94/x9b - /xe7/x94/x9c - /xe7/x94/x9d - /xe7/x94/x9e - /xe7/x94/x9f - /xe7/x94/xa0 - /xe7/x94/xa1 - /xe7/x94/xa2 - /xe7/x94/xa3 - /xe7/x94/xa4 - /xe7/x94/xa5 - /xe7/x94/xa6 - /xe7/x94/xa7 - /xe7/x94/xa8 - /xe7/x94/xa9 - /xe7/x94/xaa - /xe7/x94/xab - /xe7/x94/xac - /xe7/x94/xad - /xe7/x94/xae - /xe7/x94/xaf - /xe7/x94/xb0 - /xe7/x94/xb1 - /xe7/x94/xb2 - /xe7/x94/xb3 - /xe7/x94/xb4 - /xe7/x94/xb5 - /xe7/x94/xb6 - /xe7/x94/xb7 - /xe7/x94/xb8 - /xe7/x94/xb9 - /xe7/x94/xba - /xe7/x94/xbb - /xe7/x94/xbc - /xe7/x94/xbd - /xe7/x94/xbe - /xe7/x94/xbf - /xe7/x95/x80 - /xe7/x95/x81 - /xe7/x95/x82 - /xe7/x95/x83 - /xe7/x95/x84 - /xe7/x95/x85 - /xe7/x95/x86 - /xe7/x95/x87 - /xe7/x95/x88 - /xe7/x95/x89 - /xe7/x95/x8a - /xe7/x95/x8b - /xe7/x95/x8c - /xe7/x95/x8d - /xe7/x95/x8e - /xe7/x95/x8f - /xe7/x95/x90 - /xe7/x95/x91 - /xe7/x95/x92 - /xe7/x95/x93 - /xe7/x95/x94 - /xe7/x95/x95 - /xe7/x95/x96 - /xe7/x95/x97 - /xe7/x95/x98 - /xe7/x95/x99 - /xe7/x95/x9a - /xe7/x95/x9b - /xe7/x95/x9c - /xe7/x95/x9d - /xe7/x95/x9e - /xe7/x95/x9f - /xe7/x95/xa0 - /xe7/x95/xa1 - /xe7/x95/xa2 - /xe7/x95/xa3 - /xe7/x95/xa4 - /xe7/x95/xa5 - /xe7/x95/xa6 - /xe7/x95/xa7 - /xe7/x95/xa8 - /xe7/x95/xa9 - /xe7/x95/xaa - /xe7/x95/xab - /xe7/x95/xac - /xe7/x95/xad - /xe7/x95/xae - /xe7/x95/xaf - /xe7/x95/xb0 - /xe7/x95/xb1 - /xe7/x95/xb2 - /xe7/x95/xb3 - /xe7/x95/xb4 - /xe7/x95/xb5 - /xe7/x95/xb6 - /xe7/x95/xb7 - /xe7/x95/xb8 - /xe7/x95/xb9 - /xe7/x95/xba - /xe7/x95/xbb - /xe7/x95/xbc - /xe7/x95/xbd - /xe7/x95/xbe - /xe7/x95/xbf - /xe7/x96/x80 - /xe7/x96/x81 - /xe7/x96/x82 - /xe7/x96/x83 - /xe7/x96/x84 - /xe7/x96/x85 - /xe7/x96/x86 - /xe7/x96/x87 - /xe7/x96/x88 - /xe7/x96/x89 - /xe7/x96/x8a - /xe7/x96/x8b - /xe7/x96/x8c - /xe7/x96/x8d - /xe7/x96/x8e - /xe7/x96/x8f - /xe7/x96/x90 - /xe7/x96/x91 - /xe7/x96/x92 - /xe7/x96/x93 - /xe7/x96/x94 - /xe7/x96/x95 - /xe7/x96/x96 - /xe7/x96/x97 - /xe7/x96/x98 - /xe7/x96/x99 - /xe7/x96/x9a - /xe7/x96/x9b - /xe7/x96/x9c - /xe7/x96/x9d - /xe7/x96/x9e - /xe7/x96/x9f - /xe7/x96/xa0 - /xe7/x96/xa1 - /xe7/x96/xa2 - /xe7/x96/xa3 - /xe7/x96/xa4 - /xe7/x96/xa5 - /xe7/x96/xa6 - /xe7/x96/xa7 - /xe7/x96/xa8 - /xe7/x96/xa9 - /xe7/x96/xaa - /xe7/x96/xab - /xe7/x96/xac - /xe7/x96/xad - /xe7/x96/xae - /xe7/x96/xaf - /xe7/x96/xb0 - /xe7/x96/xb1 - /xe7/x96/xb2 - /xe7/x96/xb3 - /xe7/x96/xb4 - /xe7/x96/xb5 - /xe7/x96/xb6 - /xe7/x96/xb7 - /xe7/x96/xb8 - /xe7/x96/xb9 - /xe7/x96/xba - /xe7/x96/xbb - /xe7/x96/xbc - /xe7/x96/xbd - /xe7/x96/xbe - /xe7/x96/xbf - /xe7/x97/x80 - /xe7/x97/x81 - /xe7/x97/x82 - /xe7/x97/x83 - /xe7/x97/x84 - /xe7/x97/x85 - /xe7/x97/x86 - /xe7/x97/x87 - /xe7/x97/x88 - /xe7/x97/x89 - /xe7/x97/x8a - /xe7/x97/x8b - /xe7/x97/x8c - /xe7/x97/x8d - /xe7/x97/x8e - /xe7/x97/x8f - /xe7/x97/x90 - /xe7/x97/x91 - /xe7/x97/x92 - /xe7/x97/x93 - /xe7/x97/x94 - /xe7/x97/x95 - /xe7/x97/x96 - /xe7/x97/x97 - /xe7/x97/x98 - /xe7/x97/x99 - /xe7/x97/x9a - /xe7/x97/x9b - /xe7/x97/x9c - /xe7/x97/x9d - /xe7/x97/x9e - /xe7/x97/x9f - /xe7/x97/xa0 - /xe7/x97/xa1 - /xe7/x97/xa2 - /xe7/x97/xa3 - /xe7/x97/xa4 - /xe7/x97/xa5 - /xe7/x97/xa6 - /xe7/x97/xa7 - /xe7/x97/xa8 - /xe7/x97/xa9 - /xe7/x97/xaa - /xe7/x97/xab - /xe7/x97/xac - /xe7/x97/xad - /xe7/x97/xae - /xe7/x97/xaf - /xe7/x97/xb0 - /xe7/x97/xb1 - /xe7/x97/xb2 - /xe7/x97/xb3 - /xe7/x97/xb4 - /xe7/x97/xb5 - /xe7/x97/xb6 - /xe7/x97/xb7 - /xe7/x97/xb8 - /xe7/x97/xb9 - /xe7/x97/xba - /xe7/x97/xbb - /xe7/x97/xbc - /xe7/x97/xbd - /xe7/x97/xbe - /xe7/x97/xbf - /xe7/x98/x80 - /xe7/x98/x81 - /xe7/x98/x82 - /xe7/x98/x83 - /xe7/x98/x84 - /xe7/x98/x85 - /xe7/x98/x86 - /xe7/x98/x87 - /xe7/x98/x88 - /xe7/x98/x89 - /xe7/x98/x8a - /xe7/x98/x8b - /xe7/x98/x8c - /xe7/x98/x8d - /xe7/x98/x8e - /xe7/x98/x8f - /xe7/x98/x90 - /xe7/x98/x91 - /xe7/x98/x92 - /xe7/x98/x93 - /xe7/x98/x94 - /xe7/x98/x95 - /xe7/x98/x96 - /xe7/x98/x97 - /xe7/x98/x98 - /xe7/x98/x99 - /xe7/x98/x9a - /xe7/x98/x9b - /xe7/x98/x9c - /xe7/x98/x9d - /xe7/x98/x9e - /xe7/x98/x9f - /xe7/x98/xa0 - /xe7/x98/xa1 - /xe7/x98/xa2 - /xe7/x98/xa3 - /xe7/x98/xa4 - /xe7/x98/xa5 - /xe7/x98/xa6 - /xe7/x98/xa7 - /xe7/x98/xa8 - /xe7/x98/xa9 - /xe7/x98/xaa - /xe7/x98/xab - /xe7/x98/xac - /xe7/x98/xad - /xe7/x98/xae - /xe7/x98/xaf - /xe7/x98/xb0 - /xe7/x98/xb1 - /xe7/x98/xb2 - /xe7/x98/xb3 - /xe7/x98/xb4 - /xe7/x98/xb5 - /xe7/x98/xb6 - /xe7/x98/xb7 - /xe7/x98/xb8 - /xe7/x98/xb9 - /xe7/x98/xba - /xe7/x98/xbb - /xe7/x98/xbc - /xe7/x98/xbd - /xe7/x98/xbe - /xe7/x98/xbf - /xe7/x99/x80 - /xe7/x99/x81 - /xe7/x99/x82 - /xe7/x99/x83 - /xe7/x99/x84 - /xe7/x99/x85 - /xe7/x99/x86 - /xe7/x99/x87 - /xe7/x99/x88 - /xe7/x99/x89 - /xe7/x99/x8a - /xe7/x99/x8b - /xe7/x99/x8c - /xe7/x99/x8d - /xe7/x99/x8e - /xe7/x99/x8f - /xe7/x99/x90 - /xe7/x99/x91 - /xe7/x99/x92 - /xe7/x99/x93 - /xe7/x99/x94 - /xe7/x99/x95 - /xe7/x99/x96 - /xe7/x99/x97 - /xe7/x99/x98 - /xe7/x99/x99 - /xe7/x99/x9a - /xe7/x99/x9b - /xe7/x99/x9c - /xe7/x99/x9d - /xe7/x99/x9e - /xe7/x99/x9f - /xe7/x99/xa0 - /xe7/x99/xa1 - /xe7/x99/xa2 - /xe7/x99/xa3 - /xe7/x99/xa4 - /xe7/x99/xa5 - /xe7/x99/xa6 - /xe7/x99/xa7 - /xe7/x99/xa8 - /xe7/x99/xa9 - /xe7/x99/xaa - /xe7/x99/xab - /xe7/x99/xac - /xe7/x99/xad - /xe7/x99/xae - /xe7/x99/xaf - /xe7/x99/xb0 - /xe7/x99/xb1 - /xe7/x99/xb2 - /xe7/x99/xb3 - /xe7/x99/xb4 - /xe7/x99/xb5 - /xe7/x99/xb6 - /xe7/x99/xb7 - /xe7/x99/xb8 - /xe7/x99/xb9 - /xe7/x99/xba - /xe7/x99/xbb - /xe7/x99/xbc - /xe7/x99/xbd - /xe7/x99/xbe - /xe7/x99/xbf - /xe7/x9a/x80 - /xe7/x9a/x81 - /xe7/x9a/x82 - /xe7/x9a/x83 - /xe7/x9a/x84 - /xe7/x9a/x85 - /xe7/x9a/x86 - /xe7/x9a/x87 - /xe7/x9a/x88 - /xe7/x9a/x89 - /xe7/x9a/x8a - /xe7/x9a/x8b - /xe7/x9a/x8c - /xe7/x9a/x8d - /xe7/x9a/x8e - /xe7/x9a/x8f - /xe7/x9a/x90 - /xe7/x9a/x91 - /xe7/x9a/x92 - /xe7/x9a/x93 - /xe7/x9a/x94 - /xe7/x9a/x95 - /xe7/x9a/x96 - /xe7/x9a/x97 - /xe7/x9a/x98 - /xe7/x9a/x99 - /xe7/x9a/x9a - /xe7/x9a/x9b - /xe7/x9a/x9c - /xe7/x9a/x9d - /xe7/x9a/x9e - /xe7/x9a/x9f - /xe7/x9a/xa0 - /xe7/x9a/xa1 - /xe7/x9a/xa2 - /xe7/x9a/xa3 - /xe7/x9a/xa4 - /xe7/x9a/xa5 - /xe7/x9a/xa6 - /xe7/x9a/xa7 - /xe7/x9a/xa8 - /xe7/x9a/xa9 - /xe7/x9a/xaa - /xe7/x9a/xab - /xe7/x9a/xac - /xe7/x9a/xad - /xe7/x9a/xae - /xe7/x9a/xaf - /xe7/x9a/xb0 - /xe7/x9a/xb1 - /xe7/x9a/xb2 - /xe7/x9a/xb3 - /xe7/x9a/xb4 - /xe7/x9a/xb5 - /xe7/x9a/xb6 - /xe7/x9a/xb7 - /xe7/x9a/xb8 - /xe7/x9a/xb9 - /xe7/x9a/xba - /xe7/x9a/xbb - /xe7/x9a/xbc - /xe7/x9a/xbd - /xe7/x9a/xbe - /xe7/x9a/xbf - /xe7/x9b/x80 - /xe7/x9b/x81 - /xe7/x9b/x82 - /xe7/x9b/x83 - /xe7/x9b/x84 - /xe7/x9b/x85 - /xe7/x9b/x86 - /xe7/x9b/x87 - /xe7/x9b/x88 - /xe7/x9b/x89 - /xe7/x9b/x8a - /xe7/x9b/x8b - /xe7/x9b/x8c - /xe7/x9b/x8d - /xe7/x9b/x8e - /xe7/x9b/x8f - /xe7/x9b/x90 - /xe7/x9b/x91 - /xe7/x9b/x92 - /xe7/x9b/x93 - /xe7/x9b/x94 - /xe7/x9b/x95 - /xe7/x9b/x96 - /xe7/x9b/x97 - /xe7/x9b/x98 - /xe7/x9b/x99 - /xe7/x9b/x9a - /xe7/x9b/x9b - /xe7/x9b/x9c - /xe7/x9b/x9d - /xe7/x9b/x9e - /xe7/x9b/x9f - /xe7/x9b/xa0 - /xe7/x9b/xa1 - /xe7/x9b/xa2 - /xe7/x9b/xa3 - /xe7/x9b/xa4 - /xe7/x9b/xa5 - /xe7/x9b/xa6 - /xe7/x9b/xa7 - /xe7/x9b/xa8 - /xe7/x9b/xa9 - /xe7/x9b/xaa - /xe7/x9b/xab - /xe7/x9b/xac - /xe7/x9b/xad - /xe7/x9b/xae - /xe7/x9b/xaf - /xe7/x9b/xb0 - /xe7/x9b/xb1 - /xe7/x9b/xb2 - /xe7/x9b/xb3 - /xe7/x9b/xb4 - /xe7/x9b/xb5 - /xe7/x9b/xb6 - /xe7/x9b/xb7 - /xe7/x9b/xb8 - /xe7/x9b/xb9 - /xe7/x9b/xba - /xe7/x9b/xbb - /xe7/x9b/xbc - /xe7/x9b/xbd - /xe7/x9b/xbe - /xe7/x9b/xbf - /xe7/x9c/x80 - /xe7/x9c/x81 - /xe7/x9c/x82 - /xe7/x9c/x83 - /xe7/x9c/x84 - /xe7/x9c/x85 - /xe7/x9c/x86 - /xe7/x9c/x87 - /xe7/x9c/x88 - /xe7/x9c/x89 - /xe7/x9c/x8a - /xe7/x9c/x8b - /xe7/x9c/x8c - /xe7/x9c/x8d - /xe7/x9c/x8e - /xe7/x9c/x8f - /xe7/x9c/x90 - /xe7/x9c/x91 - /xe7/x9c/x92 - /xe7/x9c/x93 - /xe7/x9c/x94 - /xe7/x9c/x95 - /xe7/x9c/x96 - /xe7/x9c/x97 - /xe7/x9c/x98 - /xe7/x9c/x99 - /xe7/x9c/x9a - /xe7/x9c/x9b - /xe7/x9c/x9c - /xe7/x9c/x9d - /xe7/x9c/x9e - /xe7/x9c/x9f - /xe7/x9c/xa0 - /xe7/x9c/xa1 - /xe7/x9c/xa2 - /xe7/x9c/xa3 - /xe7/x9c/xa4 - /xe7/x9c/xa5 - /xe7/x9c/xa6 - /xe7/x9c/xa7 - /xe7/x9c/xa8 - /xe7/x9c/xa9 - /xe7/x9c/xaa - /xe7/x9c/xab - /xe7/x9c/xac - /xe7/x9c/xad - /xe7/x9c/xae - /xe7/x9c/xaf - /xe7/x9c/xb0 - /xe7/x9c/xb1 - /xe7/x9c/xb2 - /xe7/x9c/xb3 - /xe7/x9c/xb4 - /xe7/x9c/xb5 - /xe7/x9c/xb6 - /xe7/x9c/xb7 - /xe7/x9c/xb8 - /xe7/x9c/xb9 - /xe7/x9c/xba - /xe7/x9c/xbb - /xe7/x9c/xbc - /xe7/x9c/xbd - /xe7/x9c/xbe - /xe7/x9c/xbf - /xe7/x9d/x80 - /xe7/x9d/x81 - /xe7/x9d/x82 - /xe7/x9d/x83 - /xe7/x9d/x84 - /xe7/x9d/x85 - /xe7/x9d/x86 - /xe7/x9d/x87 - /xe7/x9d/x88 - /xe7/x9d/x89 - /xe7/x9d/x8a - /xe7/x9d/x8b - /xe7/x9d/x8c - /xe7/x9d/x8d - /xe7/x9d/x8e - /xe7/x9d/x8f - /xe7/x9d/x90 - /xe7/x9d/x91 - /xe7/x9d/x92 - /xe7/x9d/x93 - /xe7/x9d/x94 - /xe7/x9d/x95 - /xe7/x9d/x96 - /xe7/x9d/x97 - /xe7/x9d/x98 - /xe7/x9d/x99 - /xe7/x9d/x9a - /xe7/x9d/x9b - /xe7/x9d/x9c - /xe7/x9d/x9d - /xe7/x9d/x9e - /xe7/x9d/x9f - /xe7/x9d/xa0 - /xe7/x9d/xa1 - /xe7/x9d/xa2 - /xe7/x9d/xa3 - /xe7/x9d/xa4 - /xe7/x9d/xa5 - /xe7/x9d/xa6 - /xe7/x9d/xa7 - /xe7/x9d/xa8 - /xe7/x9d/xa9 - /xe7/x9d/xaa - /xe7/x9d/xab - /xe7/x9d/xac - /xe7/x9d/xad - /xe7/x9d/xae - /xe7/x9d/xaf - /xe7/x9d/xb0 - /xe7/x9d/xb1 - /xe7/x9d/xb2 - /xe7/x9d/xb3 - /xe7/x9d/xb4 - /xe7/x9d/xb5 - /xe7/x9d/xb6 - /xe7/x9d/xb7 - /xe7/x9d/xb8 - /xe7/x9d/xb9 - /xe7/x9d/xba - /xe7/x9d/xbb - /xe7/x9d/xbc - /xe7/x9d/xbd - /xe7/x9d/xbe - /xe7/x9d/xbf - /xe7/x9e/x80 - /xe7/x9e/x81 - /xe7/x9e/x82 - /xe7/x9e/x83 - /xe7/x9e/x84 - /xe7/x9e/x85 - /xe7/x9e/x86 - /xe7/x9e/x87 - /xe7/x9e/x88 - /xe7/x9e/x89 - /xe7/x9e/x8a - /xe7/x9e/x8b - /xe7/x9e/x8c - /xe7/x9e/x8d - /xe7/x9e/x8e - /xe7/x9e/x8f - /xe7/x9e/x90 - /xe7/x9e/x91 - /xe7/x9e/x92 - /xe7/x9e/x93 - /xe7/x9e/x94 - /xe7/x9e/x95 - /xe7/x9e/x96 - /xe7/x9e/x97 - /xe7/x9e/x98 - /xe7/x9e/x99 - /xe7/x9e/x9a - /xe7/x9e/x9b - /xe7/x9e/x9c - /xe7/x9e/x9d - /xe7/x9e/x9e - /xe7/x9e/x9f - /xe7/x9e/xa0 - /xe7/x9e/xa1 - /xe7/x9e/xa2 - /xe7/x9e/xa3 - /xe7/x9e/xa4 - /xe7/x9e/xa5 - /xe7/x9e/xa6 - /xe7/x9e/xa7 - /xe7/x9e/xa8 - /xe7/x9e/xa9 - /xe7/x9e/xaa - /xe7/x9e/xab - /xe7/x9e/xac - /xe7/x9e/xad - /xe7/x9e/xae - /xe7/x9e/xaf - /xe7/x9e/xb0 - /xe7/x9e/xb1 - /xe7/x9e/xb2 - /xe7/x9e/xb3 - /xe7/x9e/xb4 - /xe7/x9e/xb5 - /xe7/x9e/xb6 - /xe7/x9e/xb7 - /xe7/x9e/xb8 - /xe7/x9e/xb9 - /xe7/x9e/xba - /xe7/x9e/xbb - /xe7/x9e/xbc - /xe7/x9e/xbd - /xe7/x9e/xbe - /xe7/x9e/xbf - /xe7/x9f/x80 - /xe7/x9f/x81 - /xe7/x9f/x82 - /xe7/x9f/x83 - /xe7/x9f/x84 - /xe7/x9f/x85 - /xe7/x9f/x86 - /xe7/x9f/x87 - /xe7/x9f/x88 - /xe7/x9f/x89 - /xe7/x9f/x8a - /xe7/x9f/x8b - /xe7/x9f/x8c - /xe7/x9f/x8d - /xe7/x9f/x8e - /xe7/x9f/x8f - /xe7/x9f/x90 - /xe7/x9f/x91 - /xe7/x9f/x92 - /xe7/x9f/x93 - /xe7/x9f/x94 - /xe7/x9f/x95 - /xe7/x9f/x96 - /xe7/x9f/x97 - /xe7/x9f/x98 - /xe7/x9f/x99 - /xe7/x9f/x9a - /xe7/x9f/x9b - /xe7/x9f/x9c - /xe7/x9f/x9d - /xe7/x9f/x9e - /xe7/x9f/x9f - /xe7/x9f/xa0 - /xe7/x9f/xa1 - /xe7/x9f/xa2 - /xe7/x9f/xa3 - /xe7/x9f/xa4 - /xe7/x9f/xa5 - /xe7/x9f/xa6 - /xe7/x9f/xa7 - /xe7/x9f/xa8 - /xe7/x9f/xa9 - /xe7/x9f/xaa - /xe7/x9f/xab - /xe7/x9f/xac - /xe7/x9f/xad - /xe7/x9f/xae - /xe7/x9f/xaf - /xe7/x9f/xb0 - /xe7/x9f/xb1 - /xe7/x9f/xb2 - /xe7/x9f/xb3 - /xe7/x9f/xb4 - /xe7/x9f/xb5 - /xe7/x9f/xb6 - /xe7/x9f/xb7 - /xe7/x9f/xb8 - /xe7/x9f/xb9 - /xe7/x9f/xba - /xe7/x9f/xbb - /xe7/x9f/xbc - /xe7/x9f/xbd - /xe7/x9f/xbe - /xe7/x9f/xbf - /xe7/xa0/x80 - /xe7/xa0/x81 - /xe7/xa0/x82 - /xe7/xa0/x83 - /xe7/xa0/x84 - /xe7/xa0/x85 - /xe7/xa0/x86 - /xe7/xa0/x87 - /xe7/xa0/x88 - /xe7/xa0/x89 - /xe7/xa0/x8a - /xe7/xa0/x8b - /xe7/xa0/x8c - /xe7/xa0/x8d - /xe7/xa0/x8e - /xe7/xa0/x8f - /xe7/xa0/x90 - /xe7/xa0/x91 - /xe7/xa0/x92 - /xe7/xa0/x93 - /xe7/xa0/x94 - /xe7/xa0/x95 - /xe7/xa0/x96 - /xe7/xa0/x97 - /xe7/xa0/x98 - /xe7/xa0/x99 - /xe7/xa0/x9a - /xe7/xa0/x9b - /xe7/xa0/x9c - /xe7/xa0/x9d - /xe7/xa0/x9e - /xe7/xa0/x9f - /xe7/xa0/xa0 - /xe7/xa0/xa1 - /xe7/xa0/xa2 - /xe7/xa0/xa3 - /xe7/xa0/xa4 - /xe7/xa0/xa5 - /xe7/xa0/xa6 - /xe7/xa0/xa7 - /xe7/xa0/xa8 - /xe7/xa0/xa9 - /xe7/xa0/xaa - /xe7/xa0/xab - /xe7/xa0/xac - /xe7/xa0/xad - /xe7/xa0/xae - /xe7/xa0/xaf - /xe7/xa0/xb0 - /xe7/xa0/xb1 - /xe7/xa0/xb2 - /xe7/xa0/xb3 - /xe7/xa0/xb4 - /xe7/xa0/xb5 - /xe7/xa0/xb6 - /xe7/xa0/xb7 - /xe7/xa0/xb8 - /xe7/xa0/xb9 - /xe7/xa0/xba - /xe7/xa0/xbb - /xe7/xa0/xbc - /xe7/xa0/xbd - /xe7/xa0/xbe - /xe7/xa0/xbf - /xe7/xa1/x80 - /xe7/xa1/x81 - /xe7/xa1/x82 - /xe7/xa1/x83 - /xe7/xa1/x84 - /xe7/xa1/x85 - /xe7/xa1/x86 - /xe7/xa1/x87 - /xe7/xa1/x88 - /xe7/xa1/x89 - /xe7/xa1/x8a - /xe7/xa1/x8b - /xe7/xa1/x8c - /xe7/xa1/x8d - /xe7/xa1/x8e - /xe7/xa1/x8f - /xe7/xa1/x90 - /xe7/xa1/x91 - /xe7/xa1/x92 - /xe7/xa1/x93 - /xe7/xa1/x94 - /xe7/xa1/x95 - /xe7/xa1/x96 - /xe7/xa1/x97 - /xe7/xa1/x98 - /xe7/xa1/x99 - /xe7/xa1/x9a - /xe7/xa1/x9b - /xe7/xa1/x9c - /xe7/xa1/x9d - /xe7/xa1/x9e - /xe7/xa1/x9f - /xe7/xa1/xa0 - /xe7/xa1/xa1 - /xe7/xa1/xa2 - /xe7/xa1/xa3 - /xe7/xa1/xa4 - /xe7/xa1/xa5 - /xe7/xa1/xa6 - /xe7/xa1/xa7 - /xe7/xa1/xa8 - /xe7/xa1/xa9 - /xe7/xa1/xaa - /xe7/xa1/xab - /xe7/xa1/xac - /xe7/xa1/xad - /xe7/xa1/xae - /xe7/xa1/xaf - /xe7/xa1/xb0 - /xe7/xa1/xb1 - /xe7/xa1/xb2 - /xe7/xa1/xb3 - /xe7/xa1/xb4 - /xe7/xa1/xb5 - /xe7/xa1/xb6 - /xe7/xa1/xb7 - /xe7/xa1/xb8 - /xe7/xa1/xb9 - /xe7/xa1/xba - /xe7/xa1/xbb - /xe7/xa1/xbc - /xe7/xa1/xbd - /xe7/xa1/xbe - /xe7/xa1/xbf - /xe7/xa2/x80 - /xe7/xa2/x81 - /xe7/xa2/x82 - /xe7/xa2/x83 - /xe7/xa2/x84 - /xe7/xa2/x85 - /xe7/xa2/x86 - /xe7/xa2/x87 - /xe7/xa2/x88 - /xe7/xa2/x89 - /xe7/xa2/x8a - /xe7/xa2/x8b - /xe7/xa2/x8c - /xe7/xa2/x8d - /xe7/xa2/x8e - /xe7/xa2/x8f - /xe7/xa2/x90 - /xe7/xa2/x91 - /xe7/xa2/x92 - /xe7/xa2/x93 - /xe7/xa2/x94 - /xe7/xa2/x95 - /xe7/xa2/x96 - /xe7/xa2/x97 - /xe7/xa2/x98 - /xe7/xa2/x99 - /xe7/xa2/x9a - /xe7/xa2/x9b - /xe7/xa2/x9c - /xe7/xa2/x9d - /xe7/xa2/x9e - /xe7/xa2/x9f - /xe7/xa2/xa0 - /xe7/xa2/xa1 - /xe7/xa2/xa2 - /xe7/xa2/xa3 - /xe7/xa2/xa4 - /xe7/xa2/xa5 - /xe7/xa2/xa6 - /xe7/xa2/xa7 - /xe7/xa2/xa8 - /xe7/xa2/xa9 - /xe7/xa2/xaa - /xe7/xa2/xab - /xe7/xa2/xac - /xe7/xa2/xad - /xe7/xa2/xae - /xe7/xa2/xaf - /xe7/xa2/xb0 - /xe7/xa2/xb1 - /xe7/xa2/xb2 - /xe7/xa2/xb3 - /xe7/xa2/xb4 - /xe7/xa2/xb5 - /xe7/xa2/xb6 - /xe7/xa2/xb7 - /xe7/xa2/xb8 - /xe7/xa2/xb9 - /xe7/xa2/xba - /xe7/xa2/xbb - /xe7/xa2/xbc - /xe7/xa2/xbd - /xe7/xa2/xbe - /xe7/xa2/xbf - /xe7/xa3/x80 - /xe7/xa3/x81 - /xe7/xa3/x82 - /xe7/xa3/x83 - /xe7/xa3/x84 - /xe7/xa3/x85 - /xe7/xa3/x86 - /xe7/xa3/x87 - /xe7/xa3/x88 - /xe7/xa3/x89 - /xe7/xa3/x8a - /xe7/xa3/x8b - /xe7/xa3/x8c - /xe7/xa3/x8d - /xe7/xa3/x8e - /xe7/xa3/x8f - /xe7/xa3/x90 - /xe7/xa3/x91 - /xe7/xa3/x92 - /xe7/xa3/x93 - /xe7/xa3/x94 - /xe7/xa3/x95 - /xe7/xa3/x96 - /xe7/xa3/x97 - /xe7/xa3/x98 - /xe7/xa3/x99 - /xe7/xa3/x9a - /xe7/xa3/x9b - /xe7/xa3/x9c - /xe7/xa3/x9d - /xe7/xa3/x9e - /xe7/xa3/x9f - /xe7/xa3/xa0 - /xe7/xa3/xa1 - /xe7/xa3/xa2 - /xe7/xa3/xa3 - /xe7/xa3/xa4 - /xe7/xa3/xa5 - /xe7/xa3/xa6 - /xe7/xa3/xa7 - /xe7/xa3/xa8 - /xe7/xa3/xa9 - /xe7/xa3/xaa - /xe7/xa3/xab - /xe7/xa3/xac - /xe7/xa3/xad - /xe7/xa3/xae - /xe7/xa3/xaf - /xe7/xa3/xb0 - /xe7/xa3/xb1 - /xe7/xa3/xb2 - /xe7/xa3/xb3 - /xe7/xa3/xb4 - /xe7/xa3/xb5 - /xe7/xa3/xb6 - /xe7/xa3/xb7 - /xe7/xa3/xb8 - /xe7/xa3/xb9 - /xe7/xa3/xba - /xe7/xa3/xbb - /xe7/xa3/xbc - /xe7/xa3/xbd - /xe7/xa3/xbe - /xe7/xa3/xbf - /xe7/xa4/x80 - /xe7/xa4/x81 - /xe7/xa4/x82 - /xe7/xa4/x83 - /xe7/xa4/x84 - /xe7/xa4/x85 - /xe7/xa4/x86 - /xe7/xa4/x87 - /xe7/xa4/x88 - /xe7/xa4/x89 - /xe7/xa4/x8a - /xe7/xa4/x8b - /xe7/xa4/x8c - /xe7/xa4/x8d - /xe7/xa4/x8e - /xe7/xa4/x8f - /xe7/xa4/x90 - /xe7/xa4/x91 - /xe7/xa4/x92 - /xe7/xa4/x93 - /xe7/xa4/x94 - /xe7/xa4/x95 - /xe7/xa4/x96 - /xe7/xa4/x97 - /xe7/xa4/x98 - /xe7/xa4/x99 - /xe7/xa4/x9a - /xe7/xa4/x9b - /xe7/xa4/x9c - /xe7/xa4/x9d - /xe7/xa4/x9e - /xe7/xa4/x9f - /xe7/xa4/xa0 - /xe7/xa4/xa1 - /xe7/xa4/xa2 - /xe7/xa4/xa3 - /xe7/xa4/xa4 - /xe7/xa4/xa5 - /xe7/xa4/xa6 - /xe7/xa4/xa7 - /xe7/xa4/xa8 - /xe7/xa4/xa9 - /xe7/xa4/xaa - /xe7/xa4/xab - /xe7/xa4/xac - /xe7/xa4/xad - /xe7/xa4/xae - /xe7/xa4/xaf - /xe7/xa4/xb0 - /xe7/xa4/xb1 - /xe7/xa4/xb2 - /xe7/xa4/xb3 - /xe7/xa4/xb4 - /xe7/xa4/xb5 - /xe7/xa4/xb6 - /xe7/xa4/xb7 - /xe7/xa4/xb8 - /xe7/xa4/xb9 - /xe7/xa4/xba - /xe7/xa4/xbb - /xe7/xa4/xbc - /xe7/xa4/xbd - /xe7/xa4/xbe - /xe7/xa4/xbf - /xe7/xa5/x80 - /xe7/xa5/x81 - /xe7/xa5/x82 - /xe7/xa5/x83 - /xe7/xa5/x84 - /xe7/xa5/x85 - /xe7/xa5/x86 - /xe7/xa5/x87 - /xe7/xa5/x88 - /xe7/xa5/x89 - /xe7/xa5/x8a - /xe7/xa5/x8b - /xe7/xa5/x8c - /xe7/xa5/x8d - /xe7/xa5/x8e - /xe7/xa5/x8f - /xe7/xa5/x90 - /xe7/xa5/x91 - /xe7/xa5/x92 - /xe7/xa5/x93 - /xe7/xa5/x94 - /xe7/xa5/x95 - /xe7/xa5/x96 - /xe7/xa5/x97 - /xe7/xa5/x98 - /xe7/xa5/x99 - /xe7/xa5/x9a - /xe7/xa5/x9b - /xe7/xa5/x9c - /xe7/xa5/x9d - /xe7/xa5/x9e - /xe7/xa5/x9f - /xe7/xa5/xa0 - /xe7/xa5/xa1 - /xe7/xa5/xa2 - /xe7/xa5/xa3 - /xe7/xa5/xa4 - /xe7/xa5/xa5 - /xe7/xa5/xa6 - /xe7/xa5/xa7 - /xe7/xa5/xa8 - /xe7/xa5/xa9 - /xe7/xa5/xaa - /xe7/xa5/xab - /xe7/xa5/xac - /xe7/xa5/xad - /xe7/xa5/xae - /xe7/xa5/xaf - /xe7/xa5/xb0 - /xe7/xa5/xb1 - /xe7/xa5/xb2 - /xe7/xa5/xb3 - /xe7/xa5/xb4 - /xe7/xa5/xb5 - /xe7/xa5/xb6 - /xe7/xa5/xb7 - /xe7/xa5/xb8 - /xe7/xa5/xb9 - /xe7/xa5/xba - /xe7/xa5/xbb - /xe7/xa5/xbc - /xe7/xa5/xbd - /xe7/xa5/xbe - /xe7/xa5/xbf - /xe7/xa6/x80 - /xe7/xa6/x81 - /xe7/xa6/x82 - /xe7/xa6/x83 - /xe7/xa6/x84 - /xe7/xa6/x85 - /xe7/xa6/x86 - /xe7/xa6/x87 - /xe7/xa6/x88 - /xe7/xa6/x89 - /xe7/xa6/x8a - /xe7/xa6/x8b - /xe7/xa6/x8c - /xe7/xa6/x8d - /xe7/xa6/x8e - /xe7/xa6/x8f - /xe7/xa6/x90 - /xe7/xa6/x91 - /xe7/xa6/x92 - /xe7/xa6/x93 - /xe7/xa6/x94 - /xe7/xa6/x95 - /xe7/xa6/x96 - /xe7/xa6/x97 - /xe7/xa6/x98 - /xe7/xa6/x99 - /xe7/xa6/x9a - /xe7/xa6/x9b - /xe7/xa6/x9c - /xe7/xa6/x9d - /xe7/xa6/x9e - /xe7/xa6/x9f - /xe7/xa6/xa0 - /xe7/xa6/xa1 - /xe7/xa6/xa2 - /xe7/xa6/xa3 - /xe7/xa6/xa4 - /xe7/xa6/xa5 - /xe7/xa6/xa6 - /xe7/xa6/xa7 - /xe7/xa6/xa8 - /xe7/xa6/xa9 - /xe7/xa6/xaa - /xe7/xa6/xab - /xe7/xa6/xac - /xe7/xa6/xad - /xe7/xa6/xae - /xe7/xa6/xaf - /xe7/xa6/xb0 - /xe7/xa6/xb1 - /xe7/xa6/xb2 - /xe7/xa6/xb3 - /xe7/xa6/xb4 - /xe7/xa6/xb5 - /xe7/xa6/xb6 - /xe7/xa6/xb7 - /xe7/xa6/xb8 - /xe7/xa6/xb9 - /xe7/xa6/xba - /xe7/xa6/xbb - /xe7/xa6/xbc - /xe7/xa6/xbd - /xe7/xa6/xbe - /xe7/xa6/xbf - /xe7/xa7/x80 - /xe7/xa7/x81 - /xe7/xa7/x82 - /xe7/xa7/x83 - /xe7/xa7/x84 - /xe7/xa7/x85 - /xe7/xa7/x86 - /xe7/xa7/x87 - /xe7/xa7/x88 - /xe7/xa7/x89 - /xe7/xa7/x8a - /xe7/xa7/x8b - /xe7/xa7/x8c - /xe7/xa7/x8d - /xe7/xa7/x8e - /xe7/xa7/x8f - /xe7/xa7/x90 - /xe7/xa7/x91 - /xe7/xa7/x92 - /xe7/xa7/x93 - /xe7/xa7/x94 - /xe7/xa7/x95 - /xe7/xa7/x96 - /xe7/xa7/x97 - /xe7/xa7/x98 - /xe7/xa7/x99 - /xe7/xa7/x9a - /xe7/xa7/x9b - /xe7/xa7/x9c - /xe7/xa7/x9d - /xe7/xa7/x9e - /xe7/xa7/x9f - /xe7/xa7/xa0 - /xe7/xa7/xa1 - /xe7/xa7/xa2 - /xe7/xa7/xa3 - /xe7/xa7/xa4 - /xe7/xa7/xa5 - /xe7/xa7/xa6 - /xe7/xa7/xa7 - /xe7/xa7/xa8 - /xe7/xa7/xa9 - /xe7/xa7/xaa - /xe7/xa7/xab - /xe7/xa7/xac - /xe7/xa7/xad - /xe7/xa7/xae - /xe7/xa7/xaf - /xe7/xa7/xb0 - /xe7/xa7/xb1 - /xe7/xa7/xb2 - /xe7/xa7/xb3 - /xe7/xa7/xb4 - /xe7/xa7/xb5 - /xe7/xa7/xb6 - /xe7/xa7/xb7 - /xe7/xa7/xb8 - /xe7/xa7/xb9 - /xe7/xa7/xba - /xe7/xa7/xbb - /xe7/xa7/xbc - /xe7/xa7/xbd - /xe7/xa7/xbe - /xe7/xa7/xbf - /xe7/xa8/x80 - /xe7/xa8/x81 - /xe7/xa8/x82 - /xe7/xa8/x83 - /xe7/xa8/x84 - /xe7/xa8/x85 - /xe7/xa8/x86 - /xe7/xa8/x87 - /xe7/xa8/x88 - /xe7/xa8/x89 - /xe7/xa8/x8a - /xe7/xa8/x8b - /xe7/xa8/x8c - /xe7/xa8/x8d - /xe7/xa8/x8e - /xe7/xa8/x8f - /xe7/xa8/x90 - /xe7/xa8/x91 - /xe7/xa8/x92 - /xe7/xa8/x93 - /xe7/xa8/x94 - /xe7/xa8/x95 - /xe7/xa8/x96 - /xe7/xa8/x97 - /xe7/xa8/x98 - /xe7/xa8/x99 - /xe7/xa8/x9a - /xe7/xa8/x9b - /xe7/xa8/x9c - /xe7/xa8/x9d - /xe7/xa8/x9e - /xe7/xa8/x9f - /xe7/xa8/xa0 - /xe7/xa8/xa1 - /xe7/xa8/xa2 - /xe7/xa8/xa3 - /xe7/xa8/xa4 - /xe7/xa8/xa5 - /xe7/xa8/xa6 - /xe7/xa8/xa7 - /xe7/xa8/xa8 - /xe7/xa8/xa9 - /xe7/xa8/xaa - /xe7/xa8/xab - /xe7/xa8/xac - /xe7/xa8/xad - /xe7/xa8/xae - /xe7/xa8/xaf - /xe7/xa8/xb0 - /xe7/xa8/xb1 - /xe7/xa8/xb2 - /xe7/xa8/xb3 - /xe7/xa8/xb4 - /xe7/xa8/xb5 - /xe7/xa8/xb6 - /xe7/xa8/xb7 - /xe7/xa8/xb8 - /xe7/xa8/xb9 - /xe7/xa8/xba - /xe7/xa8/xbb - /xe7/xa8/xbc - /xe7/xa8/xbd - /xe7/xa8/xbe - /xe7/xa8/xbf - /xe7/xa9/x80 - /xe7/xa9/x81 - /xe7/xa9/x82 - /xe7/xa9/x83 - /xe7/xa9/x84 - /xe7/xa9/x85 - /xe7/xa9/x86 - /xe7/xa9/x87 - /xe7/xa9/x88 - /xe7/xa9/x89 - /xe7/xa9/x8a - /xe7/xa9/x8b - /xe7/xa9/x8c - /xe7/xa9/x8d - /xe7/xa9/x8e - /xe7/xa9/x8f - /xe7/xa9/x90 - /xe7/xa9/x91 - /xe7/xa9/x92 - /xe7/xa9/x93 - /xe7/xa9/x94 - /xe7/xa9/x95 - /xe7/xa9/x96 - /xe7/xa9/x97 - /xe7/xa9/x98 - /xe7/xa9/x99 - /xe7/xa9/x9a - /xe7/xa9/x9b - /xe7/xa9/x9c - /xe7/xa9/x9d - /xe7/xa9/x9e - /xe7/xa9/x9f - /xe7/xa9/xa0 - /xe7/xa9/xa1 - /xe7/xa9/xa2 - /xe7/xa9/xa3 - /xe7/xa9/xa4 - /xe7/xa9/xa5 - /xe7/xa9/xa6 - /xe7/xa9/xa7 - /xe7/xa9/xa8 - /xe7/xa9/xa9 - /xe7/xa9/xaa - /xe7/xa9/xab - /xe7/xa9/xac - /xe7/xa9/xad - /xe7/xa9/xae - /xe7/xa9/xaf - /xe7/xa9/xb0 - /xe7/xa9/xb1 - /xe7/xa9/xb2 - /xe7/xa9/xb3 - /xe7/xa9/xb4 - /xe7/xa9/xb5 - /xe7/xa9/xb6 - /xe7/xa9/xb7 - /xe7/xa9/xb8 - /xe7/xa9/xb9 - /xe7/xa9/xba - /xe7/xa9/xbb - /xe7/xa9/xbc - /xe7/xa9/xbd - /xe7/xa9/xbe - /xe7/xa9/xbf - /xe7/xaa/x80 - /xe7/xaa/x81 - /xe7/xaa/x82 - /xe7/xaa/x83 - /xe7/xaa/x84 - /xe7/xaa/x85 - /xe7/xaa/x86 - /xe7/xaa/x87 - /xe7/xaa/x88 - /xe7/xaa/x89 - /xe7/xaa/x8a - /xe7/xaa/x8b - /xe7/xaa/x8c - /xe7/xaa/x8d - /xe7/xaa/x8e - /xe7/xaa/x8f - /xe7/xaa/x90 - /xe7/xaa/x91 - /xe7/xaa/x92 - /xe7/xaa/x93 - /xe7/xaa/x94 - /xe7/xaa/x95 - /xe7/xaa/x96 - /xe7/xaa/x97 - /xe7/xaa/x98 - /xe7/xaa/x99 - /xe7/xaa/x9a - /xe7/xaa/x9b - /xe7/xaa/x9c - /xe7/xaa/x9d - /xe7/xaa/x9e - /xe7/xaa/x9f - /xe7/xaa/xa0 - /xe7/xaa/xa1 - /xe7/xaa/xa2 - /xe7/xaa/xa3 - /xe7/xaa/xa4 - /xe7/xaa/xa5 - /xe7/xaa/xa6 - /xe7/xaa/xa7 - /xe7/xaa/xa8 - /xe7/xaa/xa9 - /xe7/xaa/xaa - /xe7/xaa/xab - /xe7/xaa/xac - /xe7/xaa/xad - /xe7/xaa/xae - /xe7/xaa/xaf - /xe7/xaa/xb0 - /xe7/xaa/xb1 - /xe7/xaa/xb2 - /xe7/xaa/xb3 - /xe7/xaa/xb4 - /xe7/xaa/xb5 - /xe7/xaa/xb6 - /xe7/xaa/xb7 - /xe7/xaa/xb8 - /xe7/xaa/xb9 - /xe7/xaa/xba - /xe7/xaa/xbb - /xe7/xaa/xbc - /xe7/xaa/xbd - /xe7/xaa/xbe - /xe7/xaa/xbf - /xe7/xab/x80 - /xe7/xab/x81 - /xe7/xab/x82 - /xe7/xab/x83 - /xe7/xab/x84 - /xe7/xab/x85 - /xe7/xab/x86 - /xe7/xab/x87 - /xe7/xab/x88 - /xe7/xab/x89 - /xe7/xab/x8a - /xe7/xab/x8b - /xe7/xab/x8c - /xe7/xab/x8d - /xe7/xab/x8e - /xe7/xab/x8f - /xe7/xab/x90 - /xe7/xab/x91 - /xe7/xab/x92 - /xe7/xab/x93 - /xe7/xab/x94 - /xe7/xab/x95 - /xe7/xab/x96 - /xe7/xab/x97 - /xe7/xab/x98 - /xe7/xab/x99 - /xe7/xab/x9a - /xe7/xab/x9b - /xe7/xab/x9c - /xe7/xab/x9d - /xe7/xab/x9e - /xe7/xab/x9f - /xe7/xab/xa0 - /xe7/xab/xa1 - /xe7/xab/xa2 - /xe7/xab/xa3 - /xe7/xab/xa4 - /xe7/xab/xa5 - /xe7/xab/xa6 - /xe7/xab/xa7 - /xe7/xab/xa8 - /xe7/xab/xa9 - /xe7/xab/xaa - /xe7/xab/xab - /xe7/xab/xac - /xe7/xab/xad - /xe7/xab/xae - /xe7/xab/xaf - /xe7/xab/xb0 - /xe7/xab/xb1 - /xe7/xab/xb2 - /xe7/xab/xb3 - /xe7/xab/xb4 - /xe7/xab/xb5 - /xe7/xab/xb6 - /xe7/xab/xb7 - /xe7/xab/xb8 - /xe7/xab/xb9 - /xe7/xab/xba - /xe7/xab/xbb - /xe7/xab/xbc - /xe7/xab/xbd - /xe7/xab/xbe - /xe7/xab/xbf - /xe7/xac/x80 - /xe7/xac/x81 - /xe7/xac/x82 - /xe7/xac/x83 - /xe7/xac/x84 - /xe7/xac/x85 - /xe7/xac/x86 - /xe7/xac/x87 - /xe7/xac/x88 - /xe7/xac/x89 - /xe7/xac/x8a - /xe7/xac/x8b - /xe7/xac/x8c - /xe7/xac/x8d - /xe7/xac/x8e - /xe7/xac/x8f - /xe7/xac/x90 - /xe7/xac/x91 - /xe7/xac/x92 - /xe7/xac/x93 - /xe7/xac/x94 - /xe7/xac/x95 - /xe7/xac/x96 - /xe7/xac/x97 - /xe7/xac/x98 - /xe7/xac/x99 - /xe7/xac/x9a - /xe7/xac/x9b - /xe7/xac/x9c - /xe7/xac/x9d - /xe7/xac/x9e - /xe7/xac/x9f - /xe7/xac/xa0 - /xe7/xac/xa1 - /xe7/xac/xa2 - /xe7/xac/xa3 - /xe7/xac/xa4 - /xe7/xac/xa5 - /xe7/xac/xa6 - /xe7/xac/xa7 - /xe7/xac/xa8 - /xe7/xac/xa9 - /xe7/xac/xaa - /xe7/xac/xab - /xe7/xac/xac - /xe7/xac/xad - /xe7/xac/xae - /xe7/xac/xaf - /xe7/xac/xb0 - /xe7/xac/xb1 - /xe7/xac/xb2 - /xe7/xac/xb3 - /xe7/xac/xb4 - /xe7/xac/xb5 - /xe7/xac/xb6 - /xe7/xac/xb7 - /xe7/xac/xb8 - /xe7/xac/xb9 - /xe7/xac/xba - /xe7/xac/xbb - /xe7/xac/xbc - /xe7/xac/xbd - /xe7/xac/xbe - /xe7/xac/xbf - /xe7/xad/x80 - /xe7/xad/x81 - /xe7/xad/x82 - /xe7/xad/x83 - /xe7/xad/x84 - /xe7/xad/x85 - /xe7/xad/x86 - /xe7/xad/x87 - /xe7/xad/x88 - /xe7/xad/x89 - /xe7/xad/x8a - /xe7/xad/x8b - /xe7/xad/x8c - /xe7/xad/x8d - /xe7/xad/x8e - /xe7/xad/x8f - /xe7/xad/x90 - /xe7/xad/x91 - /xe7/xad/x92 - /xe7/xad/x93 - /xe7/xad/x94 - /xe7/xad/x95 - /xe7/xad/x96 - /xe7/xad/x97 - /xe7/xad/x98 - /xe7/xad/x99 - /xe7/xad/x9a - /xe7/xad/x9b - /xe7/xad/x9c - /xe7/xad/x9d - /xe7/xad/x9e - /xe7/xad/x9f - /xe7/xad/xa0 - /xe7/xad/xa1 - /xe7/xad/xa2 - /xe7/xad/xa3 - /xe7/xad/xa4 - /xe7/xad/xa5 - /xe7/xad/xa6 - /xe7/xad/xa7 - /xe7/xad/xa8 - /xe7/xad/xa9 - /xe7/xad/xaa - /xe7/xad/xab - /xe7/xad/xac - /xe7/xad/xad - /xe7/xad/xae - /xe7/xad/xaf - /xe7/xad/xb0 - /xe7/xad/xb1 - /xe7/xad/xb2 - /xe7/xad/xb3 - /xe7/xad/xb4 - /xe7/xad/xb5 - /xe7/xad/xb6 - /xe7/xad/xb7 - /xe7/xad/xb8 - /xe7/xad/xb9 - /xe7/xad/xba - /xe7/xad/xbb - /xe7/xad/xbc - /xe7/xad/xbd - /xe7/xad/xbe - /xe7/xad/xbf - /xe7/xae/x80 - /xe7/xae/x81 - /xe7/xae/x82 - /xe7/xae/x83 - /xe7/xae/x84 - /xe7/xae/x85 - /xe7/xae/x86 - /xe7/xae/x87 - /xe7/xae/x88 - /xe7/xae/x89 - /xe7/xae/x8a - /xe7/xae/x8b - /xe7/xae/x8c - /xe7/xae/x8d - /xe7/xae/x8e - /xe7/xae/x8f - /xe7/xae/x90 - /xe7/xae/x91 - /xe7/xae/x92 - /xe7/xae/x93 - /xe7/xae/x94 - /xe7/xae/x95 - /xe7/xae/x96 - /xe7/xae/x97 - /xe7/xae/x98 - /xe7/xae/x99 - /xe7/xae/x9a - /xe7/xae/x9b - /xe7/xae/x9c - /xe7/xae/x9d - /xe7/xae/x9e - /xe7/xae/x9f - /xe7/xae/xa0 - /xe7/xae/xa1 - /xe7/xae/xa2 - /xe7/xae/xa3 - /xe7/xae/xa4 - /xe7/xae/xa5 - /xe7/xae/xa6 - /xe7/xae/xa7 - /xe7/xae/xa8 - /xe7/xae/xa9 - /xe7/xae/xaa - /xe7/xae/xab - /xe7/xae/xac - /xe7/xae/xad - /xe7/xae/xae - /xe7/xae/xaf - /xe7/xae/xb0 - /xe7/xae/xb1 - /xe7/xae/xb2 - /xe7/xae/xb3 - /xe7/xae/xb4 - /xe7/xae/xb5 - /xe7/xae/xb6 - /xe7/xae/xb7 - /xe7/xae/xb8 - /xe7/xae/xb9 - /xe7/xae/xba - /xe7/xae/xbb - /xe7/xae/xbc - /xe7/xae/xbd - /xe7/xae/xbe - /xe7/xae/xbf - /xe7/xaf/x80 - /xe7/xaf/x81 - /xe7/xaf/x82 - /xe7/xaf/x83 - /xe7/xaf/x84 - /xe7/xaf/x85 - /xe7/xaf/x86 - /xe7/xaf/x87 - /xe7/xaf/x88 - /xe7/xaf/x89 - /xe7/xaf/x8a - /xe7/xaf/x8b - /xe7/xaf/x8c - /xe7/xaf/x8d - /xe7/xaf/x8e - /xe7/xaf/x8f - /xe7/xaf/x90 - /xe7/xaf/x91 - /xe7/xaf/x92 - /xe7/xaf/x93 - /xe7/xaf/x94 - /xe7/xaf/x95 - /xe7/xaf/x96 - /xe7/xaf/x97 - /xe7/xaf/x98 - /xe7/xaf/x99 - /xe7/xaf/x9a - /xe7/xaf/x9b - /xe7/xaf/x9c - /xe7/xaf/x9d - /xe7/xaf/x9e - /xe7/xaf/x9f - /xe7/xaf/xa0 - /xe7/xaf/xa1 - /xe7/xaf/xa2 - /xe7/xaf/xa3 - /xe7/xaf/xa4 - /xe7/xaf/xa5 - /xe7/xaf/xa6 - /xe7/xaf/xa7 - /xe7/xaf/xa8 - /xe7/xaf/xa9 - /xe7/xaf/xaa - /xe7/xaf/xab - /xe7/xaf/xac - /xe7/xaf/xad - /xe7/xaf/xae - /xe7/xaf/xaf - /xe7/xaf/xb0 - /xe7/xaf/xb1 - /xe7/xaf/xb2 - /xe7/xaf/xb3 - /xe7/xaf/xb4 - /xe7/xaf/xb5 - /xe7/xaf/xb6 - /xe7/xaf/xb7 - /xe7/xaf/xb8 - /xe7/xaf/xb9 - /xe7/xaf/xba - /xe7/xaf/xbb - /xe7/xaf/xbc - /xe7/xaf/xbd - /xe7/xaf/xbe - /xe7/xaf/xbf - /xe7/xb0/x80 - /xe7/xb0/x81 - /xe7/xb0/x82 - /xe7/xb0/x83 - /xe7/xb0/x84 - /xe7/xb0/x85 - /xe7/xb0/x86 - /xe7/xb0/x87 - /xe7/xb0/x88 - /xe7/xb0/x89 - /xe7/xb0/x8a - /xe7/xb0/x8b - /xe7/xb0/x8c - /xe7/xb0/x8d - /xe7/xb0/x8e - /xe7/xb0/x8f - /xe7/xb0/x90 - /xe7/xb0/x91 - /xe7/xb0/x92 - /xe7/xb0/x93 - /xe7/xb0/x94 - /xe7/xb0/x95 - /xe7/xb0/x96 - /xe7/xb0/x97 - /xe7/xb0/x98 - /xe7/xb0/x99 - /xe7/xb0/x9a - /xe7/xb0/x9b - /xe7/xb0/x9c - /xe7/xb0/x9d - /xe7/xb0/x9e - /xe7/xb0/x9f - /xe7/xb0/xa0 - /xe7/xb0/xa1 - /xe7/xb0/xa2 - /xe7/xb0/xa3 - /xe7/xb0/xa4 - /xe7/xb0/xa5 - /xe7/xb0/xa6 - /xe7/xb0/xa7 - /xe7/xb0/xa8 - /xe7/xb0/xa9 - /xe7/xb0/xaa - /xe7/xb0/xab - /xe7/xb0/xac - /xe7/xb0/xad - /xe7/xb0/xae - /xe7/xb0/xaf - /xe7/xb0/xb0 - /xe7/xb0/xb1 - /xe7/xb0/xb2 - /xe7/xb0/xb3 - /xe7/xb0/xb4 - /xe7/xb0/xb5 - /xe7/xb0/xb6 - /xe7/xb0/xb7 - /xe7/xb0/xb8 - /xe7/xb0/xb9 - /xe7/xb0/xba - /xe7/xb0/xbb - /xe7/xb0/xbc - /xe7/xb0/xbd - /xe7/xb0/xbe - /xe7/xb0/xbf - /xe7/xb1/x80 - /xe7/xb1/x81 - /xe7/xb1/x82 - /xe7/xb1/x83 - /xe7/xb1/x84 - /xe7/xb1/x85 - /xe7/xb1/x86 - /xe7/xb1/x87 - /xe7/xb1/x88 - /xe7/xb1/x89 - /xe7/xb1/x8a - /xe7/xb1/x8b - /xe7/xb1/x8c - /xe7/xb1/x8d - /xe7/xb1/x8e - /xe7/xb1/x8f - /xe7/xb1/x90 - /xe7/xb1/x91 - /xe7/xb1/x92 - /xe7/xb1/x93 - /xe7/xb1/x94 - /xe7/xb1/x95 - /xe7/xb1/x96 - /xe7/xb1/x97 - /xe7/xb1/x98 - /xe7/xb1/x99 - /xe7/xb1/x9a - /xe7/xb1/x9b - /xe7/xb1/x9c - /xe7/xb1/x9d - /xe7/xb1/x9e - /xe7/xb1/x9f - /xe7/xb1/xa0 - /xe7/xb1/xa1 - /xe7/xb1/xa2 - /xe7/xb1/xa3 - /xe7/xb1/xa4 - /xe7/xb1/xa5 - /xe7/xb1/xa6 - /xe7/xb1/xa7 - /xe7/xb1/xa8 - /xe7/xb1/xa9 - /xe7/xb1/xaa - /xe7/xb1/xab - /xe7/xb1/xac - /xe7/xb1/xad - /xe7/xb1/xae - /xe7/xb1/xaf - /xe7/xb1/xb0 - /xe7/xb1/xb1 - /xe7/xb1/xb2 - /xe7/xb1/xb3 - /xe7/xb1/xb4 - /xe7/xb1/xb5 - /xe7/xb1/xb6 - /xe7/xb1/xb7 - /xe7/xb1/xb8 - /xe7/xb1/xb9 - /xe7/xb1/xba - /xe7/xb1/xbb - /xe7/xb1/xbc - /xe7/xb1/xbd - /xe7/xb1/xbe - /xe7/xb1/xbf - /xe7/xb2/x80 - /xe7/xb2/x81 - /xe7/xb2/x82 - /xe7/xb2/x83 - /xe7/xb2/x84 - /xe7/xb2/x85 - /xe7/xb2/x86 - /xe7/xb2/x87 - /xe7/xb2/x88 - /xe7/xb2/x89 - /xe7/xb2/x8a - /xe7/xb2/x8b - /xe7/xb2/x8c - /xe7/xb2/x8d - /xe7/xb2/x8e - /xe7/xb2/x8f - /xe7/xb2/x90 - /xe7/xb2/x91 - /xe7/xb2/x92 - /xe7/xb2/x93 - /xe7/xb2/x94 - /xe7/xb2/x95 - /xe7/xb2/x96 - /xe7/xb2/x97 - /xe7/xb2/x98 - /xe7/xb2/x99 - /xe7/xb2/x9a - /xe7/xb2/x9b - /xe7/xb2/x9c - /xe7/xb2/x9d - /xe7/xb2/x9e - /xe7/xb2/x9f - /xe7/xb2/xa0 - /xe7/xb2/xa1 - /xe7/xb2/xa2 - /xe7/xb2/xa3 - /xe7/xb2/xa4 - /xe7/xb2/xa5 - /xe7/xb2/xa6 - /xe7/xb2/xa7 - /xe7/xb2/xa8 - /xe7/xb2/xa9 - /xe7/xb2/xaa - /xe7/xb2/xab - /xe7/xb2/xac - /xe7/xb2/xad - /xe7/xb2/xae - /xe7/xb2/xaf - /xe7/xb2/xb0 - /xe7/xb2/xb1 - /xe7/xb2/xb2 - /xe7/xb2/xb3 - /xe7/xb2/xb4 - /xe7/xb2/xb5 - /xe7/xb2/xb6 - /xe7/xb2/xb7 - /xe7/xb2/xb8 - /xe7/xb2/xb9 - /xe7/xb2/xba - /xe7/xb2/xbb - /xe7/xb2/xbc - /xe7/xb2/xbd - /xe7/xb2/xbe - /xe7/xb2/xbf - /xe7/xb3/x80 - /xe7/xb3/x81 - /xe7/xb3/x82 - /xe7/xb3/x83 - /xe7/xb3/x84 - /xe7/xb3/x85 - /xe7/xb3/x86 - /xe7/xb3/x87 - /xe7/xb3/x88 - /xe7/xb3/x89 - /xe7/xb3/x8a - /xe7/xb3/x8b - /xe7/xb3/x8c - /xe7/xb3/x8d - /xe7/xb3/x8e - /xe7/xb3/x8f - /xe7/xb3/x90 - /xe7/xb3/x91 - /xe7/xb3/x92 - /xe7/xb3/x93 - /xe7/xb3/x94 - /xe7/xb3/x95 - /xe7/xb3/x96 - /xe7/xb3/x97 - /xe7/xb3/x98 - /xe7/xb3/x99 - /xe7/xb3/x9a - /xe7/xb3/x9b - /xe7/xb3/x9c - /xe7/xb3/x9d - /xe7/xb3/x9e - /xe7/xb3/x9f - /xe7/xb3/xa0 - /xe7/xb3/xa1 - /xe7/xb3/xa2 - /xe7/xb3/xa3 - /xe7/xb3/xa4 - /xe7/xb3/xa5 - /xe7/xb3/xa6 - /xe7/xb3/xa7 - /xe7/xb3/xa8 - /xe7/xb3/xa9 - /xe7/xb3/xaa - /xe7/xb3/xab - /xe7/xb3/xac - /xe7/xb3/xad - /xe7/xb3/xae - /xe7/xb3/xaf - /xe7/xb3/xb0 - /xe7/xb3/xb1 - /xe7/xb3/xb2 - /xe7/xb3/xb3 - /xe7/xb3/xb4 - /xe7/xb3/xb5 - /xe7/xb3/xb6 - /xe7/xb3/xb7 - /xe7/xb3/xb8 - /xe7/xb3/xb9 - /xe7/xb3/xba - /xe7/xb3/xbb - /xe7/xb3/xbc - /xe7/xb3/xbd - /xe7/xb3/xbe - /xe7/xb3/xbf - /xe7/xb4/x80 - /xe7/xb4/x81 - /xe7/xb4/x82 - /xe7/xb4/x83 - /xe7/xb4/x84 - /xe7/xb4/x85 - /xe7/xb4/x86 - /xe7/xb4/x87 - /xe7/xb4/x88 - /xe7/xb4/x89 - /xe7/xb4/x8a - /xe7/xb4/x8b - /xe7/xb4/x8c - /xe7/xb4/x8d - /xe7/xb4/x8e - /xe7/xb4/x8f - /xe7/xb4/x90 - /xe7/xb4/x91 - /xe7/xb4/x92 - /xe7/xb4/x93 - /xe7/xb4/x94 - /xe7/xb4/x95 - /xe7/xb4/x96 - /xe7/xb4/x97 - /xe7/xb4/x98 - /xe7/xb4/x99 - /xe7/xb4/x9a - /xe7/xb4/x9b - /xe7/xb4/x9c - /xe7/xb4/x9d - /xe7/xb4/x9e - /xe7/xb4/x9f - /xe7/xb4/xa0 - /xe7/xb4/xa1 - /xe7/xb4/xa2 - /xe7/xb4/xa3 - /xe7/xb4/xa4 - /xe7/xb4/xa5 - /xe7/xb4/xa6 - /xe7/xb4/xa7 - /xe7/xb4/xa8 - /xe7/xb4/xa9 - /xe7/xb4/xaa - /xe7/xb4/xab - /xe7/xb4/xac - /xe7/xb4/xad - /xe7/xb4/xae - /xe7/xb4/xaf - /xe7/xb4/xb0 - /xe7/xb4/xb1 - /xe7/xb4/xb2 - /xe7/xb4/xb3 - /xe7/xb4/xb4 - /xe7/xb4/xb5 - /xe7/xb4/xb6 - /xe7/xb4/xb7 - /xe7/xb4/xb8 - /xe7/xb4/xb9 - /xe7/xb4/xba - /xe7/xb4/xbb - /xe7/xb4/xbc - /xe7/xb4/xbd - /xe7/xb4/xbe - /xe7/xb4/xbf - /xe7/xb5/x80 - /xe7/xb5/x81 - /xe7/xb5/x82 - /xe7/xb5/x83 - /xe7/xb5/x84 - /xe7/xb5/x85 - /xe7/xb5/x86 - /xe7/xb5/x87 - /xe7/xb5/x88 - /xe7/xb5/x89 - /xe7/xb5/x8a - /xe7/xb5/x8b - /xe7/xb5/x8c - /xe7/xb5/x8d - /xe7/xb5/x8e - /xe7/xb5/x8f - /xe7/xb5/x90 - /xe7/xb5/x91 - /xe7/xb5/x92 - /xe7/xb5/x93 - /xe7/xb5/x94 - /xe7/xb5/x95 - /xe7/xb5/x96 - /xe7/xb5/x97 - /xe7/xb5/x98 - /xe7/xb5/x99 - /xe7/xb5/x9a - /xe7/xb5/x9b - /xe7/xb5/x9c - /xe7/xb5/x9d - /xe7/xb5/x9e - /xe7/xb5/x9f - /xe7/xb5/xa0 - /xe7/xb5/xa1 - /xe7/xb5/xa2 - /xe7/xb5/xa3 - /xe7/xb5/xa4 - /xe7/xb5/xa5 - /xe7/xb5/xa6 - /xe7/xb5/xa7 - /xe7/xb5/xa8 - /xe7/xb5/xa9 - /xe7/xb5/xaa - /xe7/xb5/xab - /xe7/xb5/xac - /xe7/xb5/xad - /xe7/xb5/xae - /xe7/xb5/xaf - /xe7/xb5/xb0 - /xe7/xb5/xb1 - /xe7/xb5/xb2 - /xe7/xb5/xb3 - /xe7/xb5/xb4 - /xe7/xb5/xb5 - /xe7/xb5/xb6 - /xe7/xb5/xb7 - /xe7/xb5/xb8 - /xe7/xb5/xb9 - /xe7/xb5/xba - /xe7/xb5/xbb - /xe7/xb5/xbc - /xe7/xb5/xbd - /xe7/xb5/xbe - /xe7/xb5/xbf - /xe7/xb6/x80 - /xe7/xb6/x81 - /xe7/xb6/x82 - /xe7/xb6/x83 - /xe7/xb6/x84 - /xe7/xb6/x85 - /xe7/xb6/x86 - /xe7/xb6/x87 - /xe7/xb6/x88 - /xe7/xb6/x89 - /xe7/xb6/x8a - /xe7/xb6/x8b - /xe7/xb6/x8c - /xe7/xb6/x8d - /xe7/xb6/x8e - /xe7/xb6/x8f - /xe7/xb6/x90 - /xe7/xb6/x91 - /xe7/xb6/x92 - /xe7/xb6/x93 - /xe7/xb6/x94 - /xe7/xb6/x95 - /xe7/xb6/x96 - /xe7/xb6/x97 - /xe7/xb6/x98 - /xe7/xb6/x99 - /xe7/xb6/x9a - /xe7/xb6/x9b - /xe7/xb6/x9c - /xe7/xb6/x9d - /xe7/xb6/x9e - /xe7/xb6/x9f - /xe7/xb6/xa0 - /xe7/xb6/xa1 - /xe7/xb6/xa2 - /xe7/xb6/xa3 - /xe7/xb6/xa4 - /xe7/xb6/xa5 - /xe7/xb6/xa6 - /xe7/xb6/xa7 - /xe7/xb6/xa8 - /xe7/xb6/xa9 - /xe7/xb6/xaa - /xe7/xb6/xab - /xe7/xb6/xac - /xe7/xb6/xad - /xe7/xb6/xae - /xe7/xb6/xaf - /xe7/xb6/xb0 - /xe7/xb6/xb1 - /xe7/xb6/xb2 - /xe7/xb6/xb3 - /xe7/xb6/xb4 - /xe7/xb6/xb5 - /xe7/xb6/xb6 - /xe7/xb6/xb7 - /xe7/xb6/xb8 - /xe7/xb6/xb9 - /xe7/xb6/xba - /xe7/xb6/xbb - /xe7/xb6/xbc - /xe7/xb6/xbd - /xe7/xb6/xbe - /xe7/xb6/xbf - /xe7/xb7/x80 - /xe7/xb7/x81 - /xe7/xb7/x82 - /xe7/xb7/x83 - /xe7/xb7/x84 - /xe7/xb7/x85 - /xe7/xb7/x86 - /xe7/xb7/x87 - /xe7/xb7/x88 - /xe7/xb7/x89 - /xe7/xb7/x8a - /xe7/xb7/x8b - /xe7/xb7/x8c - /xe7/xb7/x8d - /xe7/xb7/x8e - /xe7/xb7/x8f - /xe7/xb7/x90 - /xe7/xb7/x91 - /xe7/xb7/x92 - /xe7/xb7/x93 - /xe7/xb7/x94 - /xe7/xb7/x95 - /xe7/xb7/x96 - /xe7/xb7/x97 - /xe7/xb7/x98 - /xe7/xb7/x99 - /xe7/xb7/x9a - /xe7/xb7/x9b - /xe7/xb7/x9c - /xe7/xb7/x9d - /xe7/xb7/x9e - /xe7/xb7/x9f - /xe7/xb7/xa0 - /xe7/xb7/xa1 - /xe7/xb7/xa2 - /xe7/xb7/xa3 - /xe7/xb7/xa4 - /xe7/xb7/xa5 - /xe7/xb7/xa6 - /xe7/xb7/xa7 - /xe7/xb7/xa8 - /xe7/xb7/xa9 - /xe7/xb7/xaa - /xe7/xb7/xab - /xe7/xb7/xac - /xe7/xb7/xad - /xe7/xb7/xae - /xe7/xb7/xaf - /xe7/xb7/xb0 - /xe7/xb7/xb1 - /xe7/xb7/xb2 - /xe7/xb7/xb3 - /xe7/xb7/xb4 - /xe7/xb7/xb5 - /xe7/xb7/xb6 - /xe7/xb7/xb7 - /xe7/xb7/xb8 - /xe7/xb7/xb9 - /xe7/xb7/xba - /xe7/xb7/xbb - /xe7/xb7/xbc - /xe7/xb7/xbd - /xe7/xb7/xbe - /xe7/xb7/xbf - /xe7/xb8/x80 - /xe7/xb8/x81 - /xe7/xb8/x82 - /xe7/xb8/x83 - /xe7/xb8/x84 - /xe7/xb8/x85 - /xe7/xb8/x86 - /xe7/xb8/x87 - /xe7/xb8/x88 - /xe7/xb8/x89 - /xe7/xb8/x8a - /xe7/xb8/x8b - /xe7/xb8/x8c - /xe7/xb8/x8d - /xe7/xb8/x8e - /xe7/xb8/x8f - /xe7/xb8/x90 - /xe7/xb8/x91 - /xe7/xb8/x92 - /xe7/xb8/x93 - /xe7/xb8/x94 - /xe7/xb8/x95 - /xe7/xb8/x96 - /xe7/xb8/x97 - /xe7/xb8/x98 - /xe7/xb8/x99 - /xe7/xb8/x9a - /xe7/xb8/x9b - /xe7/xb8/x9c - /xe7/xb8/x9d - /xe7/xb8/x9e - /xe7/xb8/x9f - /xe7/xb8/xa0 - /xe7/xb8/xa1 - /xe7/xb8/xa2 - /xe7/xb8/xa3 - /xe7/xb8/xa4 - /xe7/xb8/xa5 - /xe7/xb8/xa6 - /xe7/xb8/xa7 - /xe7/xb8/xa8 - /xe7/xb8/xa9 - /xe7/xb8/xaa - /xe7/xb8/xab - /xe7/xb8/xac - /xe7/xb8/xad - /xe7/xb8/xae - /xe7/xb8/xaf - /xe7/xb8/xb0 - /xe7/xb8/xb1 - /xe7/xb8/xb2 - /xe7/xb8/xb3 - /xe7/xb8/xb4 - /xe7/xb8/xb5 - /xe7/xb8/xb6 - /xe7/xb8/xb7 - /xe7/xb8/xb8 - /xe7/xb8/xb9 - /xe7/xb8/xba - /xe7/xb8/xbb - /xe7/xb8/xbc - /xe7/xb8/xbd - /xe7/xb8/xbe - /xe7/xb8/xbf - /xe7/xb9/x80 - /xe7/xb9/x81 - /xe7/xb9/x82 - /xe7/xb9/x83 - /xe7/xb9/x84 - /xe7/xb9/x85 - /xe7/xb9/x86 - /xe7/xb9/x87 - /xe7/xb9/x88 - /xe7/xb9/x89 - /xe7/xb9/x8a - /xe7/xb9/x8b - /xe7/xb9/x8c - /xe7/xb9/x8d - /xe7/xb9/x8e - /xe7/xb9/x8f - /xe7/xb9/x90 - /xe7/xb9/x91 - /xe7/xb9/x92 - /xe7/xb9/x93 - /xe7/xb9/x94 - /xe7/xb9/x95 - /xe7/xb9/x96 - /xe7/xb9/x97 - /xe7/xb9/x98 - /xe7/xb9/x99 - /xe7/xb9/x9a - /xe7/xb9/x9b - /xe7/xb9/x9c - /xe7/xb9/x9d - /xe7/xb9/x9e - /xe7/xb9/x9f - /xe7/xb9/xa0 - /xe7/xb9/xa1 - /xe7/xb9/xa2 - /xe7/xb9/xa3 - /xe7/xb9/xa4 - /xe7/xb9/xa5 - /xe7/xb9/xa6 - /xe7/xb9/xa7 - /xe7/xb9/xa8 - /xe7/xb9/xa9 - /xe7/xb9/xaa - /xe7/xb9/xab - /xe7/xb9/xac - /xe7/xb9/xad - /xe7/xb9/xae - /xe7/xb9/xaf - /xe7/xb9/xb0 - /xe7/xb9/xb1 - /xe7/xb9/xb2 - /xe7/xb9/xb3 - /xe7/xb9/xb4 - /xe7/xb9/xb5 - /xe7/xb9/xb6 - /xe7/xb9/xb7 - /xe7/xb9/xb8 - /xe7/xb9/xb9 - /xe7/xb9/xba - /xe7/xb9/xbb - /xe7/xb9/xbc - /xe7/xb9/xbd - /xe7/xb9/xbe - /xe7/xb9/xbf - /xe7/xba/x80 - /xe7/xba/x81 - /xe7/xba/x82 - /xe7/xba/x83 - /xe7/xba/x84 - /xe7/xba/x85 - /xe7/xba/x86 - /xe7/xba/x87 - /xe7/xba/x88 - /xe7/xba/x89 - /xe7/xba/x8a - /xe7/xba/x8b - /xe7/xba/x8c - /xe7/xba/x8d - /xe7/xba/x8e - /xe7/xba/x8f - /xe7/xba/x90 - /xe7/xba/x91 - /xe7/xba/x92 - /xe7/xba/x93 - /xe7/xba/x94 - /xe7/xba/x95 - /xe7/xba/x96 - /xe7/xba/x97 - /xe7/xba/x98 - /xe7/xba/x99 - /xe7/xba/x9a - /xe7/xba/x9b - /xe7/xba/x9c - /xe7/xba/x9d - /xe7/xba/x9e - /xe7/xba/x9f - /xe7/xba/xa0 - /xe7/xba/xa1 - /xe7/xba/xa2 - /xe7/xba/xa3 - /xe7/xba/xa4 - /xe7/xba/xa5 - /xe7/xba/xa6 - /xe7/xba/xa7 - /xe7/xba/xa8 - /xe7/xba/xa9 - /xe7/xba/xaa - /xe7/xba/xab - /xe7/xba/xac - /xe7/xba/xad - /xe7/xba/xae - /xe7/xba/xaf - /xe7/xba/xb0 - /xe7/xba/xb1 - /xe7/xba/xb2 - /xe7/xba/xb3 - /xe7/xba/xb4 - /xe7/xba/xb5 - /xe7/xba/xb6 - /xe7/xba/xb7 - /xe7/xba/xb8 - /xe7/xba/xb9 - /xe7/xba/xba - /xe7/xba/xbb - /xe7/xba/xbc - /xe7/xba/xbd - /xe7/xba/xbe - /xe7/xba/xbf - /xe7/xbb/x80 - /xe7/xbb/x81 - /xe7/xbb/x82 - /xe7/xbb/x83 - /xe7/xbb/x84 - /xe7/xbb/x85 - /xe7/xbb/x86 - /xe7/xbb/x87 - /xe7/xbb/x88 - /xe7/xbb/x89 - /xe7/xbb/x8a - /xe7/xbb/x8b - /xe7/xbb/x8c - /xe7/xbb/x8d - /xe7/xbb/x8e - /xe7/xbb/x8f - /xe7/xbb/x90 - /xe7/xbb/x91 - /xe7/xbb/x92 - /xe7/xbb/x93 - /xe7/xbb/x94 - /xe7/xbb/x95 - /xe7/xbb/x96 - /xe7/xbb/x97 - /xe7/xbb/x98 - /xe7/xbb/x99 - /xe7/xbb/x9a - /xe7/xbb/x9b - /xe7/xbb/x9c - /xe7/xbb/x9d - /xe7/xbb/x9e - /xe7/xbb/x9f - /xe7/xbb/xa0 - /xe7/xbb/xa1 - /xe7/xbb/xa2 - /xe7/xbb/xa3 - /xe7/xbb/xa4 - /xe7/xbb/xa5 - /xe7/xbb/xa6 - /xe7/xbb/xa7 - /xe7/xbb/xa8 - /xe7/xbb/xa9 - /xe7/xbb/xaa - /xe7/xbb/xab - /xe7/xbb/xac - /xe7/xbb/xad - /xe7/xbb/xae - /xe7/xbb/xaf - /xe7/xbb/xb0 - /xe7/xbb/xb1 - /xe7/xbb/xb2 - /xe7/xbb/xb3 - /xe7/xbb/xb4 - /xe7/xbb/xb5 - /xe7/xbb/xb6 - /xe7/xbb/xb7 - /xe7/xbb/xb8 - /xe7/xbb/xb9 - /xe7/xbb/xba - /xe7/xbb/xbb - /xe7/xbb/xbc - /xe7/xbb/xbd - /xe7/xbb/xbe - /xe7/xbb/xbf - /xe7/xbc/x80 - /xe7/xbc/x81 - /xe7/xbc/x82 - /xe7/xbc/x83 - /xe7/xbc/x84 - /xe7/xbc/x85 - /xe7/xbc/x86 - /xe7/xbc/x87 - /xe7/xbc/x88 - /xe7/xbc/x89 - /xe7/xbc/x8a - /xe7/xbc/x8b - /xe7/xbc/x8c - /xe7/xbc/x8d - /xe7/xbc/x8e - /xe7/xbc/x8f - /xe7/xbc/x90 - /xe7/xbc/x91 - /xe7/xbc/x92 - /xe7/xbc/x93 - /xe7/xbc/x94 - /xe7/xbc/x95 - /xe7/xbc/x96 - /xe7/xbc/x97 - /xe7/xbc/x98 - /xe7/xbc/x99 - /xe7/xbc/x9a - /xe7/xbc/x9b - /xe7/xbc/x9c - /xe7/xbc/x9d - /xe7/xbc/x9e - /xe7/xbc/x9f - /xe7/xbc/xa0 - /xe7/xbc/xa1 - /xe7/xbc/xa2 - /xe7/xbc/xa3 - /xe7/xbc/xa4 - /xe7/xbc/xa5 - /xe7/xbc/xa6 - /xe7/xbc/xa7 - /xe7/xbc/xa8 - /xe7/xbc/xa9 - /xe7/xbc/xaa - /xe7/xbc/xab - /xe7/xbc/xac - /xe7/xbc/xad - /xe7/xbc/xae - /xe7/xbc/xaf - /xe7/xbc/xb0 - /xe7/xbc/xb1 - /xe7/xbc/xb2 - /xe7/xbc/xb3 - /xe7/xbc/xb4 - /xe7/xbc/xb5 - /xe7/xbc/xb6 - /xe7/xbc/xb7 - /xe7/xbc/xb8 - /xe7/xbc/xb9 - /xe7/xbc/xba - /xe7/xbc/xbb - /xe7/xbc/xbc - /xe7/xbc/xbd - /xe7/xbc/xbe - /xe7/xbc/xbf - /xe7/xbd/x80 - /xe7/xbd/x81 - /xe7/xbd/x82 - /xe7/xbd/x83 - /xe7/xbd/x84 - /xe7/xbd/x85 - /xe7/xbd/x86 - /xe7/xbd/x87 - /xe7/xbd/x88 - /xe7/xbd/x89 - /xe7/xbd/x8a - /xe7/xbd/x8b - /xe7/xbd/x8c - /xe7/xbd/x8d - /xe7/xbd/x8e - /xe7/xbd/x8f - /xe7/xbd/x90 - /xe7/xbd/x91 - /xe7/xbd/x92 - /xe7/xbd/x93 - /xe7/xbd/x94 - /xe7/xbd/x95 - /xe7/xbd/x96 - /xe7/xbd/x97 - /xe7/xbd/x98 - /xe7/xbd/x99 - /xe7/xbd/x9a - /xe7/xbd/x9b - /xe7/xbd/x9c - /xe7/xbd/x9d - /xe7/xbd/x9e - /xe7/xbd/x9f - /xe7/xbd/xa0 - /xe7/xbd/xa1 - /xe7/xbd/xa2 - /xe7/xbd/xa3 - /xe7/xbd/xa4 - /xe7/xbd/xa5 - /xe7/xbd/xa6 - /xe7/xbd/xa7 - /xe7/xbd/xa8 - /xe7/xbd/xa9 - /xe7/xbd/xaa - /xe7/xbd/xab - /xe7/xbd/xac - /xe7/xbd/xad - /xe7/xbd/xae - /xe7/xbd/xaf - /xe7/xbd/xb0 - /xe7/xbd/xb1 - /xe7/xbd/xb2 - /xe7/xbd/xb3 - /xe7/xbd/xb4 - /xe7/xbd/xb5 - /xe7/xbd/xb6 - /xe7/xbd/xb7 - /xe7/xbd/xb8 - /xe7/xbd/xb9 - /xe7/xbd/xba - /xe7/xbd/xbb - /xe7/xbd/xbc - /xe7/xbd/xbd - /xe7/xbd/xbe - /xe7/xbd/xbf - /xe7/xbe/x80 - /xe7/xbe/x81 - /xe7/xbe/x82 - /xe7/xbe/x83 - /xe7/xbe/x84 - /xe7/xbe/x85 - /xe7/xbe/x86 - /xe7/xbe/x87 - /xe7/xbe/x88 - /xe7/xbe/x89 - /xe7/xbe/x8a - /xe7/xbe/x8b - /xe7/xbe/x8c - /xe7/xbe/x8d - /xe7/xbe/x8e - /xe7/xbe/x8f - /xe7/xbe/x90 - /xe7/xbe/x91 - /xe7/xbe/x92 - /xe7/xbe/x93 - /xe7/xbe/x94 - /xe7/xbe/x95 - /xe7/xbe/x96 - /xe7/xbe/x97 - /xe7/xbe/x98 - /xe7/xbe/x99 - /xe7/xbe/x9a - /xe7/xbe/x9b - /xe7/xbe/x9c - /xe7/xbe/x9d - /xe7/xbe/x9e - /xe7/xbe/x9f - /xe7/xbe/xa0 - /xe7/xbe/xa1 - /xe7/xbe/xa2 - /xe7/xbe/xa3 - /xe7/xbe/xa4 - /xe7/xbe/xa5 - /xe7/xbe/xa6 - /xe7/xbe/xa7 - /xe7/xbe/xa8 - /xe7/xbe/xa9 - /xe7/xbe/xaa - /xe7/xbe/xab - /xe7/xbe/xac - /xe7/xbe/xad - /xe7/xbe/xae - /xe7/xbe/xaf - /xe7/xbe/xb0 - /xe7/xbe/xb1 - /xe7/xbe/xb2 - /xe7/xbe/xb3 - /xe7/xbe/xb4 - /xe7/xbe/xb5 - /xe7/xbe/xb6 - /xe7/xbe/xb7 - /xe7/xbe/xb8 - /xe7/xbe/xb9 - /xe7/xbe/xba - /xe7/xbe/xbb - /xe7/xbe/xbc - /xe7/xbe/xbd - /xe7/xbe/xbe - /xe7/xbe/xbf - /xe7/xbf/x80 - /xe7/xbf/x81 - /xe7/xbf/x82 - /xe7/xbf/x83 - /xe7/xbf/x84 - /xe7/xbf/x85 - /xe7/xbf/x86 - /xe7/xbf/x87 - /xe7/xbf/x88 - /xe7/xbf/x89 - /xe7/xbf/x8a - /xe7/xbf/x8b - /xe7/xbf/x8c - /xe7/xbf/x8d - /xe7/xbf/x8e - /xe7/xbf/x8f - /xe7/xbf/x90 - /xe7/xbf/x91 - /xe7/xbf/x92 - /xe7/xbf/x93 - /xe7/xbf/x94 - /xe7/xbf/x95 - /xe7/xbf/x96 - /xe7/xbf/x97 - /xe7/xbf/x98 - /xe7/xbf/x99 - /xe7/xbf/x9a - /xe7/xbf/x9b - /xe7/xbf/x9c - /xe7/xbf/x9d - /xe7/xbf/x9e - /xe7/xbf/x9f - /xe7/xbf/xa0 - /xe7/xbf/xa1 - /xe7/xbf/xa2 - /xe7/xbf/xa3 - /xe7/xbf/xa4 - /xe7/xbf/xa5 - /xe7/xbf/xa6 - /xe7/xbf/xa7 - /xe7/xbf/xa8 - /xe7/xbf/xa9 - /xe7/xbf/xaa - /xe7/xbf/xab - /xe7/xbf/xac - /xe7/xbf/xad - /xe7/xbf/xae - /xe7/xbf/xaf - /xe7/xbf/xb0 - /xe7/xbf/xb1 - /xe7/xbf/xb2 - /xe7/xbf/xb3 - /xe7/xbf/xb4 - /xe7/xbf/xb5 - /xe7/xbf/xb6 - /xe7/xbf/xb7 - /xe7/xbf/xb8 - /xe7/xbf/xb9 - /xe7/xbf/xba - /xe7/xbf/xbb - /xe7/xbf/xbc - /xe7/xbf/xbd - /xe7/xbf/xbe - /xe7/xbf/xbf - /xe8/x80/x80 - /xe8/x80/x81 - /xe8/x80/x82 - /xe8/x80/x83 - /xe8/x80/x84 - /xe8/x80/x85 - /xe8/x80/x86 - /xe8/x80/x87 - /xe8/x80/x88 - /xe8/x80/x89 - /xe8/x80/x8a - /xe8/x80/x8b - /xe8/x80/x8c - /xe8/x80/x8d - /xe8/x80/x8e - /xe8/x80/x8f - /xe8/x80/x90 - /xe8/x80/x91 - /xe8/x80/x92 - /xe8/x80/x93 - /xe8/x80/x94 - /xe8/x80/x95 - /xe8/x80/x96 - /xe8/x80/x97 - /xe8/x80/x98 - /xe8/x80/x99 - /xe8/x80/x9a - /xe8/x80/x9b - /xe8/x80/x9c - /xe8/x80/x9d - /xe8/x80/x9e - /xe8/x80/x9f - /xe8/x80/xa0 - /xe8/x80/xa1 - /xe8/x80/xa2 - /xe8/x80/xa3 - /xe8/x80/xa4 - /xe8/x80/xa5 - /xe8/x80/xa6 - /xe8/x80/xa7 - /xe8/x80/xa8 - /xe8/x80/xa9 - /xe8/x80/xaa - /xe8/x80/xab - /xe8/x80/xac - /xe8/x80/xad - /xe8/x80/xae - /xe8/x80/xaf - /xe8/x80/xb0 - /xe8/x80/xb1 - /xe8/x80/xb2 - /xe8/x80/xb3 - /xe8/x80/xb4 - /xe8/x80/xb5 - /xe8/x80/xb6 - /xe8/x80/xb7 - /xe8/x80/xb8 - /xe8/x80/xb9 - /xe8/x80/xba - /xe8/x80/xbb - /xe8/x80/xbc - /xe8/x80/xbd - /xe8/x80/xbe - /xe8/x80/xbf - /xe8/x81/x80 - /xe8/x81/x81 - /xe8/x81/x82 - /xe8/x81/x83 - /xe8/x81/x84 - /xe8/x81/x85 - /xe8/x81/x86 - /xe8/x81/x87 - /xe8/x81/x88 - /xe8/x81/x89 - /xe8/x81/x8a - /xe8/x81/x8b - /xe8/x81/x8c - /xe8/x81/x8d - /xe8/x81/x8e - /xe8/x81/x8f - /xe8/x81/x90 - /xe8/x81/x91 - /xe8/x81/x92 - /xe8/x81/x93 - /xe8/x81/x94 - /xe8/x81/x95 - /xe8/x81/x96 - /xe8/x81/x97 - /xe8/x81/x98 - /xe8/x81/x99 - /xe8/x81/x9a - /xe8/x81/x9b - /xe8/x81/x9c - /xe8/x81/x9d - /xe8/x81/x9e - /xe8/x81/x9f - /xe8/x81/xa0 - /xe8/x81/xa1 - /xe8/x81/xa2 - /xe8/x81/xa3 - /xe8/x81/xa4 - /xe8/x81/xa5 - /xe8/x81/xa6 - /xe8/x81/xa7 - /xe8/x81/xa8 - /xe8/x81/xa9 - /xe8/x81/xaa - /xe8/x81/xab - /xe8/x81/xac - /xe8/x81/xad - /xe8/x81/xae - /xe8/x81/xaf - /xe8/x81/xb0 - /xe8/x81/xb1 - /xe8/x81/xb2 - /xe8/x81/xb3 - /xe8/x81/xb4 - /xe8/x81/xb5 - /xe8/x81/xb6 - /xe8/x81/xb7 - /xe8/x81/xb8 - /xe8/x81/xb9 - /xe8/x81/xba - /xe8/x81/xbb - /xe8/x81/xbc - /xe8/x81/xbd - /xe8/x81/xbe - /xe8/x81/xbf - /xe8/x82/x80 - /xe8/x82/x81 - /xe8/x82/x82 - /xe8/x82/x83 - /xe8/x82/x84 - /xe8/x82/x85 - /xe8/x82/x86 - /xe8/x82/x87 - /xe8/x82/x88 - /xe8/x82/x89 - /xe8/x82/x8a - /xe8/x82/x8b - /xe8/x82/x8c - /xe8/x82/x8d - /xe8/x82/x8e - /xe8/x82/x8f - /xe8/x82/x90 - /xe8/x82/x91 - /xe8/x82/x92 - /xe8/x82/x93 - /xe8/x82/x94 - /xe8/x82/x95 - /xe8/x82/x96 - /xe8/x82/x97 - /xe8/x82/x98 - /xe8/x82/x99 - /xe8/x82/x9a - /xe8/x82/x9b - /xe8/x82/x9c - /xe8/x82/x9d - /xe8/x82/x9e - /xe8/x82/x9f - /xe8/x82/xa0 - /xe8/x82/xa1 - /xe8/x82/xa2 - /xe8/x82/xa3 - /xe8/x82/xa4 - /xe8/x82/xa5 - /xe8/x82/xa6 - /xe8/x82/xa7 - /xe8/x82/xa8 - /xe8/x82/xa9 - /xe8/x82/xaa - /xe8/x82/xab - /xe8/x82/xac - /xe8/x82/xad - /xe8/x82/xae - /xe8/x82/xaf - /xe8/x82/xb0 - /xe8/x82/xb1 - /xe8/x82/xb2 - /xe8/x82/xb3 - /xe8/x82/xb4 - /xe8/x82/xb5 - /xe8/x82/xb6 - /xe8/x82/xb7 - /xe8/x82/xb8 - /xe8/x82/xb9 - /xe8/x82/xba - /xe8/x82/xbb - /xe8/x82/xbc - /xe8/x82/xbd - /xe8/x82/xbe - /xe8/x82/xbf - /xe8/x83/x80 - /xe8/x83/x81 - /xe8/x83/x82 - /xe8/x83/x83 - /xe8/x83/x84 - /xe8/x83/x85 - /xe8/x83/x86 - /xe8/x83/x87 - /xe8/x83/x88 - /xe8/x83/x89 - /xe8/x83/x8a - /xe8/x83/x8b - /xe8/x83/x8c - /xe8/x83/x8d - /xe8/x83/x8e - /xe8/x83/x8f - /xe8/x83/x90 - /xe8/x83/x91 - /xe8/x83/x92 - /xe8/x83/x93 - /xe8/x83/x94 - /xe8/x83/x95 - /xe8/x83/x96 - /xe8/x83/x97 - /xe8/x83/x98 - /xe8/x83/x99 - /xe8/x83/x9a - /xe8/x83/x9b - /xe8/x83/x9c - /xe8/x83/x9d - /xe8/x83/x9e - /xe8/x83/x9f - /xe8/x83/xa0 - /xe8/x83/xa1 - /xe8/x83/xa2 - /xe8/x83/xa3 - /xe8/x83/xa4 - /xe8/x83/xa5 - /xe8/x83/xa6 - /xe8/x83/xa7 - /xe8/x83/xa8 - /xe8/x83/xa9 - /xe8/x83/xaa - /xe8/x83/xab - /xe8/x83/xac - /xe8/x83/xad - /xe8/x83/xae - /xe8/x83/xaf - /xe8/x83/xb0 - /xe8/x83/xb1 - /xe8/x83/xb2 - /xe8/x83/xb3 - /xe8/x83/xb4 - /xe8/x83/xb5 - /xe8/x83/xb6 - /xe8/x83/xb7 - /xe8/x83/xb8 - /xe8/x83/xb9 - /xe8/x83/xba - /xe8/x83/xbb - /xe8/x83/xbc - /xe8/x83/xbd - /xe8/x83/xbe - /xe8/x83/xbf - /xe8/x84/x80 - /xe8/x84/x81 - /xe8/x84/x82 - /xe8/x84/x83 - /xe8/x84/x84 - /xe8/x84/x85 - /xe8/x84/x86 - /xe8/x84/x87 - /xe8/x84/x88 - /xe8/x84/x89 - /xe8/x84/x8a - /xe8/x84/x8b - /xe8/x84/x8c - /xe8/x84/x8d - /xe8/x84/x8e - /xe8/x84/x8f - /xe8/x84/x90 - /xe8/x84/x91 - /xe8/x84/x92 - /xe8/x84/x93 - /xe8/x84/x94 - /xe8/x84/x95 - /xe8/x84/x96 - /xe8/x84/x97 - /xe8/x84/x98 - /xe8/x84/x99 - /xe8/x84/x9a - /xe8/x84/x9b - /xe8/x84/x9c - /xe8/x84/x9d - /xe8/x84/x9e - /xe8/x84/x9f - /xe8/x84/xa0 - /xe8/x84/xa1 - /xe8/x84/xa2 - /xe8/x84/xa3 - /xe8/x84/xa4 - /xe8/x84/xa5 - /xe8/x84/xa6 - /xe8/x84/xa7 - /xe8/x84/xa8 - /xe8/x84/xa9 - /xe8/x84/xaa - /xe8/x84/xab - /xe8/x84/xac - /xe8/x84/xad - /xe8/x84/xae - /xe8/x84/xaf - /xe8/x84/xb0 - /xe8/x84/xb1 - /xe8/x84/xb2 - /xe8/x84/xb3 - /xe8/x84/xb4 - /xe8/x84/xb5 - /xe8/x84/xb6 - /xe8/x84/xb7 - /xe8/x84/xb8 - /xe8/x84/xb9 - /xe8/x84/xba - /xe8/x84/xbb - /xe8/x84/xbc - /xe8/x84/xbd - /xe8/x84/xbe - /xe8/x84/xbf - /xe8/x85/x80 - /xe8/x85/x81 - /xe8/x85/x82 - /xe8/x85/x83 - /xe8/x85/x84 - /xe8/x85/x85 - /xe8/x85/x86 - /xe8/x85/x87 - /xe8/x85/x88 - /xe8/x85/x89 - /xe8/x85/x8a - /xe8/x85/x8b - /xe8/x85/x8c - /xe8/x85/x8d - /xe8/x85/x8e - /xe8/x85/x8f - /xe8/x85/x90 - /xe8/x85/x91 - /xe8/x85/x92 - /xe8/x85/x93 - /xe8/x85/x94 - /xe8/x85/x95 - /xe8/x85/x96 - /xe8/x85/x97 - /xe8/x85/x98 - /xe8/x85/x99 - /xe8/x85/x9a - /xe8/x85/x9b - /xe8/x85/x9c - /xe8/x85/x9d - /xe8/x85/x9e - /xe8/x85/x9f - /xe8/x85/xa0 - /xe8/x85/xa1 - /xe8/x85/xa2 - /xe8/x85/xa3 - /xe8/x85/xa4 - /xe8/x85/xa5 - /xe8/x85/xa6 - /xe8/x85/xa7 - /xe8/x85/xa8 - /xe8/x85/xa9 - /xe8/x85/xaa - /xe8/x85/xab - /xe8/x85/xac - /xe8/x85/xad - /xe8/x85/xae - /xe8/x85/xaf - /xe8/x85/xb0 - /xe8/x85/xb1 - /xe8/x85/xb2 - /xe8/x85/xb3 - /xe8/x85/xb4 - /xe8/x85/xb5 - /xe8/x85/xb6 - /xe8/x85/xb7 - /xe8/x85/xb8 - /xe8/x85/xb9 - /xe8/x85/xba - /xe8/x85/xbb - /xe8/x85/xbc - /xe8/x85/xbd - /xe8/x85/xbe - /xe8/x85/xbf - /xe8/x86/x80 - /xe8/x86/x81 - /xe8/x86/x82 - /xe8/x86/x83 - /xe8/x86/x84 - /xe8/x86/x85 - /xe8/x86/x86 - /xe8/x86/x87 - /xe8/x86/x88 - /xe8/x86/x89 - /xe8/x86/x8a - /xe8/x86/x8b - /xe8/x86/x8c - /xe8/x86/x8d - /xe8/x86/x8e - /xe8/x86/x8f - /xe8/x86/x90 - /xe8/x86/x91 - /xe8/x86/x92 - /xe8/x86/x93 - /xe8/x86/x94 - /xe8/x86/x95 - /xe8/x86/x96 - /xe8/x86/x97 - /xe8/x86/x98 - /xe8/x86/x99 - /xe8/x86/x9a - /xe8/x86/x9b - /xe8/x86/x9c - /xe8/x86/x9d - /xe8/x86/x9e - /xe8/x86/x9f - /xe8/x86/xa0 - /xe8/x86/xa1 - /xe8/x86/xa2 - /xe8/x86/xa3 - /xe8/x86/xa4 - /xe8/x86/xa5 - /xe8/x86/xa6 - /xe8/x86/xa7 - /xe8/x86/xa8 - /xe8/x86/xa9 - /xe8/x86/xaa - /xe8/x86/xab - /xe8/x86/xac - /xe8/x86/xad - /xe8/x86/xae - /xe8/x86/xaf - /xe8/x86/xb0 - /xe8/x86/xb1 - /xe8/x86/xb2 - /xe8/x86/xb3 - /xe8/x86/xb4 - /xe8/x86/xb5 - /xe8/x86/xb6 - /xe8/x86/xb7 - /xe8/x86/xb8 - /xe8/x86/xb9 - /xe8/x86/xba - /xe8/x86/xbb - /xe8/x86/xbc - /xe8/x86/xbd - /xe8/x86/xbe - /xe8/x86/xbf - /xe8/x87/x80 - /xe8/x87/x81 - /xe8/x87/x82 - /xe8/x87/x83 - /xe8/x87/x84 - /xe8/x87/x85 - /xe8/x87/x86 - /xe8/x87/x87 - /xe8/x87/x88 - /xe8/x87/x89 - /xe8/x87/x8a - /xe8/x87/x8b - /xe8/x87/x8c - /xe8/x87/x8d - /xe8/x87/x8e - /xe8/x87/x8f - /xe8/x87/x90 - /xe8/x87/x91 - /xe8/x87/x92 - /xe8/x87/x93 - /xe8/x87/x94 - /xe8/x87/x95 - /xe8/x87/x96 - /xe8/x87/x97 - /xe8/x87/x98 - /xe8/x87/x99 - /xe8/x87/x9a - /xe8/x87/x9b - /xe8/x87/x9c - /xe8/x87/x9d - /xe8/x87/x9e - /xe8/x87/x9f - /xe8/x87/xa0 - /xe8/x87/xa1 - /xe8/x87/xa2 - /xe8/x87/xa3 - /xe8/x87/xa4 - /xe8/x87/xa5 - /xe8/x87/xa6 - /xe8/x87/xa7 - /xe8/x87/xa8 - /xe8/x87/xa9 - /xe8/x87/xaa - /xe8/x87/xab - /xe8/x87/xac - /xe8/x87/xad - /xe8/x87/xae - /xe8/x87/xaf - /xe8/x87/xb0 - /xe8/x87/xb1 - /xe8/x87/xb2 - /xe8/x87/xb3 - /xe8/x87/xb4 - /xe8/x87/xb5 - /xe8/x87/xb6 - /xe8/x87/xb7 - /xe8/x87/xb8 - /xe8/x87/xb9 - /xe8/x87/xba - /xe8/x87/xbb - /xe8/x87/xbc - /xe8/x87/xbd - /xe8/x87/xbe - /xe8/x87/xbf - /xe8/x88/x80 - /xe8/x88/x81 - /xe8/x88/x82 - /xe8/x88/x83 - /xe8/x88/x84 - /xe8/x88/x85 - /xe8/x88/x86 - /xe8/x88/x87 - /xe8/x88/x88 - /xe8/x88/x89 - /xe8/x88/x8a - /xe8/x88/x8b - /xe8/x88/x8c - /xe8/x88/x8d - /xe8/x88/x8e - /xe8/x88/x8f - /xe8/x88/x90 - /xe8/x88/x91 - /xe8/x88/x92 - /xe8/x88/x93 - /xe8/x88/x94 - /xe8/x88/x95 - /xe8/x88/x96 - /xe8/x88/x97 - /xe8/x88/x98 - /xe8/x88/x99 - /xe8/x88/x9a - /xe8/x88/x9b - /xe8/x88/x9c - /xe8/x88/x9d - /xe8/x88/x9e - /xe8/x88/x9f - /xe8/x88/xa0 - /xe8/x88/xa1 - /xe8/x88/xa2 - /xe8/x88/xa3 - /xe8/x88/xa4 - /xe8/x88/xa5 - /xe8/x88/xa6 - /xe8/x88/xa7 - /xe8/x88/xa8 - /xe8/x88/xa9 - /xe8/x88/xaa - /xe8/x88/xab - /xe8/x88/xac - /xe8/x88/xad - /xe8/x88/xae - /xe8/x88/xaf - /xe8/x88/xb0 - /xe8/x88/xb1 - /xe8/x88/xb2 - /xe8/x88/xb3 - /xe8/x88/xb4 - /xe8/x88/xb5 - /xe8/x88/xb6 - /xe8/x88/xb7 - /xe8/x88/xb8 - /xe8/x88/xb9 - /xe8/x88/xba - /xe8/x88/xbb - /xe8/x88/xbc - /xe8/x88/xbd - /xe8/x88/xbe - /xe8/x88/xbf - /xe8/x89/x80 - /xe8/x89/x81 - /xe8/x89/x82 - /xe8/x89/x83 - /xe8/x89/x84 - /xe8/x89/x85 - /xe8/x89/x86 - /xe8/x89/x87 - /xe8/x89/x88 - /xe8/x89/x89 - /xe8/x89/x8a - /xe8/x89/x8b - /xe8/x89/x8c - /xe8/x89/x8d - /xe8/x89/x8e - /xe8/x89/x8f - /xe8/x89/x90 - /xe8/x89/x91 - /xe8/x89/x92 - /xe8/x89/x93 - /xe8/x89/x94 - /xe8/x89/x95 - /xe8/x89/x96 - /xe8/x89/x97 - /xe8/x89/x98 - /xe8/x89/x99 - /xe8/x89/x9a - /xe8/x89/x9b - /xe8/x89/x9c - /xe8/x89/x9d - /xe8/x89/x9e - /xe8/x89/x9f - /xe8/x89/xa0 - /xe8/x89/xa1 - /xe8/x89/xa2 - /xe8/x89/xa3 - /xe8/x89/xa4 - /xe8/x89/xa5 - /xe8/x89/xa6 - /xe8/x89/xa7 - /xe8/x89/xa8 - /xe8/x89/xa9 - /xe8/x89/xaa - /xe8/x89/xab - /xe8/x89/xac - /xe8/x89/xad - /xe8/x89/xae - /xe8/x89/xaf - /xe8/x89/xb0 - /xe8/x89/xb1 - /xe8/x89/xb2 - /xe8/x89/xb3 - /xe8/x89/xb4 - /xe8/x89/xb5 - /xe8/x89/xb6 - /xe8/x89/xb7 - /xe8/x89/xb8 - /xe8/x89/xb9 - /xe8/x89/xba - /xe8/x89/xbb - /xe8/x89/xbc - /xe8/x89/xbd - /xe8/x89/xbe - /xe8/x89/xbf - /xe8/x8a/x80 - /xe8/x8a/x81 - /xe8/x8a/x82 - /xe8/x8a/x83 - /xe8/x8a/x84 - /xe8/x8a/x85 - /xe8/x8a/x86 - /xe8/x8a/x87 - /xe8/x8a/x88 - /xe8/x8a/x89 - /xe8/x8a/x8a - /xe8/x8a/x8b - /xe8/x8a/x8c - /xe8/x8a/x8d - /xe8/x8a/x8e - /xe8/x8a/x8f - /xe8/x8a/x90 - /xe8/x8a/x91 - /xe8/x8a/x92 - /xe8/x8a/x93 - /xe8/x8a/x94 - /xe8/x8a/x95 - /xe8/x8a/x96 - /xe8/x8a/x97 - /xe8/x8a/x98 - /xe8/x8a/x99 - /xe8/x8a/x9a - /xe8/x8a/x9b - /xe8/x8a/x9c - /xe8/x8a/x9d - /xe8/x8a/x9e - /xe8/x8a/x9f - /xe8/x8a/xa0 - /xe8/x8a/xa1 - /xe8/x8a/xa2 - /xe8/x8a/xa3 - /xe8/x8a/xa4 - /xe8/x8a/xa5 - /xe8/x8a/xa6 - /xe8/x8a/xa7 - /xe8/x8a/xa8 - /xe8/x8a/xa9 - /xe8/x8a/xaa - /xe8/x8a/xab - /xe8/x8a/xac - /xe8/x8a/xad - /xe8/x8a/xae - /xe8/x8a/xaf - /xe8/x8a/xb0 - /xe8/x8a/xb1 - /xe8/x8a/xb2 - /xe8/x8a/xb3 - /xe8/x8a/xb4 - /xe8/x8a/xb5 - /xe8/x8a/xb6 - /xe8/x8a/xb7 - /xe8/x8a/xb8 - /xe8/x8a/xb9 - /xe8/x8a/xba - /xe8/x8a/xbb - /xe8/x8a/xbc - /xe8/x8a/xbd - /xe8/x8a/xbe - /xe8/x8a/xbf - /xe8/x8b/x80 - /xe8/x8b/x81 - /xe8/x8b/x82 - /xe8/x8b/x83 - /xe8/x8b/x84 - /xe8/x8b/x85 - /xe8/x8b/x86 - /xe8/x8b/x87 - /xe8/x8b/x88 - /xe8/x8b/x89 - /xe8/x8b/x8a - /xe8/x8b/x8b - /xe8/x8b/x8c - /xe8/x8b/x8d - /xe8/x8b/x8e - /xe8/x8b/x8f - /xe8/x8b/x90 - /xe8/x8b/x91 - /xe8/x8b/x92 - /xe8/x8b/x93 - /xe8/x8b/x94 - /xe8/x8b/x95 - /xe8/x8b/x96 - /xe8/x8b/x97 - /xe8/x8b/x98 - /xe8/x8b/x99 - /xe8/x8b/x9a - /xe8/x8b/x9b - /xe8/x8b/x9c - /xe8/x8b/x9d - /xe8/x8b/x9e - /xe8/x8b/x9f - /xe8/x8b/xa0 - /xe8/x8b/xa1 - /xe8/x8b/xa2 - /xe8/x8b/xa3 - /xe8/x8b/xa4 - /xe8/x8b/xa5 - /xe8/x8b/xa6 - /xe8/x8b/xa7 - /xe8/x8b/xa8 - /xe8/x8b/xa9 - /xe8/x8b/xaa - /xe8/x8b/xab - /xe8/x8b/xac - /xe8/x8b/xad - /xe8/x8b/xae - /xe8/x8b/xaf - /xe8/x8b/xb0 - /xe8/x8b/xb1 - /xe8/x8b/xb2 - /xe8/x8b/xb3 - /xe8/x8b/xb4 - /xe8/x8b/xb5 - /xe8/x8b/xb6 - /xe8/x8b/xb7 - /xe8/x8b/xb8 - /xe8/x8b/xb9 - /xe8/x8b/xba - /xe8/x8b/xbb - /xe8/x8b/xbc - /xe8/x8b/xbd - /xe8/x8b/xbe - /xe8/x8b/xbf - /xe8/x8c/x80 - /xe8/x8c/x81 - /xe8/x8c/x82 - /xe8/x8c/x83 - /xe8/x8c/x84 - /xe8/x8c/x85 - /xe8/x8c/x86 - /xe8/x8c/x87 - /xe8/x8c/x88 - /xe8/x8c/x89 - /xe8/x8c/x8a - /xe8/x8c/x8b - /xe8/x8c/x8c - /xe8/x8c/x8d - /xe8/x8c/x8e - /xe8/x8c/x8f - /xe8/x8c/x90 - /xe8/x8c/x91 - /xe8/x8c/x92 - /xe8/x8c/x93 - /xe8/x8c/x94 - /xe8/x8c/x95 - /xe8/x8c/x96 - /xe8/x8c/x97 - /xe8/x8c/x98 - /xe8/x8c/x99 - /xe8/x8c/x9a - /xe8/x8c/x9b - /xe8/x8c/x9c - /xe8/x8c/x9d - /xe8/x8c/x9e - /xe8/x8c/x9f - /xe8/x8c/xa0 - /xe8/x8c/xa1 - /xe8/x8c/xa2 - /xe8/x8c/xa3 - /xe8/x8c/xa4 - /xe8/x8c/xa5 - /xe8/x8c/xa6 - /xe8/x8c/xa7 - /xe8/x8c/xa8 - /xe8/x8c/xa9 - /xe8/x8c/xaa - /xe8/x8c/xab - /xe8/x8c/xac - /xe8/x8c/xad - /xe8/x8c/xae - /xe8/x8c/xaf - /xe8/x8c/xb0 - /xe8/x8c/xb1 - /xe8/x8c/xb2 - /xe8/x8c/xb3 - /xe8/x8c/xb4 - /xe8/x8c/xb5 - /xe8/x8c/xb6 - /xe8/x8c/xb7 - /xe8/x8c/xb8 - /xe8/x8c/xb9 - /xe8/x8c/xba - /xe8/x8c/xbb - /xe8/x8c/xbc - /xe8/x8c/xbd - /xe8/x8c/xbe - /xe8/x8c/xbf - /xe8/x8d/x80 - /xe8/x8d/x81 - /xe8/x8d/x82 - /xe8/x8d/x83 - /xe8/x8d/x84 - /xe8/x8d/x85 - /xe8/x8d/x86 - /xe8/x8d/x87 - /xe8/x8d/x88 - /xe8/x8d/x89 - /xe8/x8d/x8a - /xe8/x8d/x8b - /xe8/x8d/x8c - /xe8/x8d/x8d - /xe8/x8d/x8e - /xe8/x8d/x8f - /xe8/x8d/x90 - /xe8/x8d/x91 - /xe8/x8d/x92 - /xe8/x8d/x93 - /xe8/x8d/x94 - /xe8/x8d/x95 - /xe8/x8d/x96 - /xe8/x8d/x97 - /xe8/x8d/x98 - /xe8/x8d/x99 - /xe8/x8d/x9a - /xe8/x8d/x9b - /xe8/x8d/x9c - /xe8/x8d/x9d - /xe8/x8d/x9e - /xe8/x8d/x9f - /xe8/x8d/xa0 - /xe8/x8d/xa1 - /xe8/x8d/xa2 - /xe8/x8d/xa3 - /xe8/x8d/xa4 - /xe8/x8d/xa5 - /xe8/x8d/xa6 - /xe8/x8d/xa7 - /xe8/x8d/xa8 - /xe8/x8d/xa9 - /xe8/x8d/xaa - /xe8/x8d/xab - /xe8/x8d/xac - /xe8/x8d/xad - /xe8/x8d/xae - /xe8/x8d/xaf - /xe8/x8d/xb0 - /xe8/x8d/xb1 - /xe8/x8d/xb2 - /xe8/x8d/xb3 - /xe8/x8d/xb4 - /xe8/x8d/xb5 - /xe8/x8d/xb6 - /xe8/x8d/xb7 - /xe8/x8d/xb8 - /xe8/x8d/xb9 - /xe8/x8d/xba - /xe8/x8d/xbb - /xe8/x8d/xbc - /xe8/x8d/xbd - /xe8/x8d/xbe - /xe8/x8d/xbf - /xe8/x8e/x80 - /xe8/x8e/x81 - /xe8/x8e/x82 - /xe8/x8e/x83 - /xe8/x8e/x84 - /xe8/x8e/x85 - /xe8/x8e/x86 - /xe8/x8e/x87 - /xe8/x8e/x88 - /xe8/x8e/x89 - /xe8/x8e/x8a - /xe8/x8e/x8b - /xe8/x8e/x8c - /xe8/x8e/x8d - /xe8/x8e/x8e - /xe8/x8e/x8f - /xe8/x8e/x90 - /xe8/x8e/x91 - /xe8/x8e/x92 - /xe8/x8e/x93 - /xe8/x8e/x94 - /xe8/x8e/x95 - /xe8/x8e/x96 - /xe8/x8e/x97 - /xe8/x8e/x98 - /xe8/x8e/x99 - /xe8/x8e/x9a - /xe8/x8e/x9b - /xe8/x8e/x9c - /xe8/x8e/x9d - /xe8/x8e/x9e - /xe8/x8e/x9f - /xe8/x8e/xa0 - /xe8/x8e/xa1 - /xe8/x8e/xa2 - /xe8/x8e/xa3 - /xe8/x8e/xa4 - /xe8/x8e/xa5 - /xe8/x8e/xa6 - /xe8/x8e/xa7 - /xe8/x8e/xa8 - /xe8/x8e/xa9 - /xe8/x8e/xaa - /xe8/x8e/xab - /xe8/x8e/xac - /xe8/x8e/xad - /xe8/x8e/xae - /xe8/x8e/xaf - /xe8/x8e/xb0 - /xe8/x8e/xb1 - /xe8/x8e/xb2 - /xe8/x8e/xb3 - /xe8/x8e/xb4 - /xe8/x8e/xb5 - /xe8/x8e/xb6 - /xe8/x8e/xb7 - /xe8/x8e/xb8 - /xe8/x8e/xb9 - /xe8/x8e/xba - /xe8/x8e/xbb - /xe8/x8e/xbc - /xe8/x8e/xbd - /xe8/x8e/xbe - /xe8/x8e/xbf - /xe8/x8f/x80 - /xe8/x8f/x81 - /xe8/x8f/x82 - /xe8/x8f/x83 - /xe8/x8f/x84 - /xe8/x8f/x85 - /xe8/x8f/x86 - /xe8/x8f/x87 - /xe8/x8f/x88 - /xe8/x8f/x89 - /xe8/x8f/x8a - /xe8/x8f/x8b - /xe8/x8f/x8c - /xe8/x8f/x8d - /xe8/x8f/x8e - /xe8/x8f/x8f - /xe8/x8f/x90 - /xe8/x8f/x91 - /xe8/x8f/x92 - /xe8/x8f/x93 - /xe8/x8f/x94 - /xe8/x8f/x95 - /xe8/x8f/x96 - /xe8/x8f/x97 - /xe8/x8f/x98 - /xe8/x8f/x99 - /xe8/x8f/x9a - /xe8/x8f/x9b - /xe8/x8f/x9c - /xe8/x8f/x9d - /xe8/x8f/x9e - /xe8/x8f/x9f - /xe8/x8f/xa0 - /xe8/x8f/xa1 - /xe8/x8f/xa2 - /xe8/x8f/xa3 - /xe8/x8f/xa4 - /xe8/x8f/xa5 - /xe8/x8f/xa6 - /xe8/x8f/xa7 - /xe8/x8f/xa8 - /xe8/x8f/xa9 - /xe8/x8f/xaa - /xe8/x8f/xab - /xe8/x8f/xac - /xe8/x8f/xad - /xe8/x8f/xae - /xe8/x8f/xaf - /xe8/x8f/xb0 - /xe8/x8f/xb1 - /xe8/x8f/xb2 - /xe8/x8f/xb3 - /xe8/x8f/xb4 - /xe8/x8f/xb5 - /xe8/x8f/xb6 - /xe8/x8f/xb7 - /xe8/x8f/xb8 - /xe8/x8f/xb9 - /xe8/x8f/xba - /xe8/x8f/xbb - /xe8/x8f/xbc - /xe8/x8f/xbd - /xe8/x8f/xbe - /xe8/x8f/xbf - /xe8/x90/x80 - /xe8/x90/x81 - /xe8/x90/x82 - /xe8/x90/x83 - /xe8/x90/x84 - /xe8/x90/x85 - /xe8/x90/x86 - /xe8/x90/x87 - /xe8/x90/x88 - /xe8/x90/x89 - /xe8/x90/x8a - /xe8/x90/x8b - /xe8/x90/x8c - /xe8/x90/x8d - /xe8/x90/x8e - /xe8/x90/x8f - /xe8/x90/x90 - /xe8/x90/x91 - /xe8/x90/x92 - /xe8/x90/x93 - /xe8/x90/x94 - /xe8/x90/x95 - /xe8/x90/x96 - /xe8/x90/x97 - /xe8/x90/x98 - /xe8/x90/x99 - /xe8/x90/x9a - /xe8/x90/x9b - /xe8/x90/x9c - /xe8/x90/x9d - /xe8/x90/x9e - /xe8/x90/x9f - /xe8/x90/xa0 - /xe8/x90/xa1 - /xe8/x90/xa2 - /xe8/x90/xa3 - /xe8/x90/xa4 - /xe8/x90/xa5 - /xe8/x90/xa6 - /xe8/x90/xa7 - /xe8/x90/xa8 - /xe8/x90/xa9 - /xe8/x90/xaa - /xe8/x90/xab - /xe8/x90/xac - /xe8/x90/xad - /xe8/x90/xae - /xe8/x90/xaf - /xe8/x90/xb0 - /xe8/x90/xb1 - /xe8/x90/xb2 - /xe8/x90/xb3 - /xe8/x90/xb4 - /xe8/x90/xb5 - /xe8/x90/xb6 - /xe8/x90/xb7 - /xe8/x90/xb8 - /xe8/x90/xb9 - /xe8/x90/xba - /xe8/x90/xbb - /xe8/x90/xbc - /xe8/x90/xbd - /xe8/x90/xbe - /xe8/x90/xbf - /xe8/x91/x80 - /xe8/x91/x81 - /xe8/x91/x82 - /xe8/x91/x83 - /xe8/x91/x84 - /xe8/x91/x85 - /xe8/x91/x86 - /xe8/x91/x87 - /xe8/x91/x88 - /xe8/x91/x89 - /xe8/x91/x8a - /xe8/x91/x8b - /xe8/x91/x8c - /xe8/x91/x8d - /xe8/x91/x8e - /xe8/x91/x8f - /xe8/x91/x90 - /xe8/x91/x91 - /xe8/x91/x92 - /xe8/x91/x93 - /xe8/x91/x94 - /xe8/x91/x95 - /xe8/x91/x96 - /xe8/x91/x97 - /xe8/x91/x98 - /xe8/x91/x99 - /xe8/x91/x9a - /xe8/x91/x9b - /xe8/x91/x9c - /xe8/x91/x9d - /xe8/x91/x9e - /xe8/x91/x9f - /xe8/x91/xa0 - /xe8/x91/xa1 - /xe8/x91/xa2 - /xe8/x91/xa3 - /xe8/x91/xa4 - /xe8/x91/xa5 - /xe8/x91/xa6 - /xe8/x91/xa7 - /xe8/x91/xa8 - /xe8/x91/xa9 - /xe8/x91/xaa - /xe8/x91/xab - /xe8/x91/xac - /xe8/x91/xad - /xe8/x91/xae - /xe8/x91/xaf - /xe8/x91/xb0 - /xe8/x91/xb1 - /xe8/x91/xb2 - /xe8/x91/xb3 - /xe8/x91/xb4 - /xe8/x91/xb5 - /xe8/x91/xb6 - /xe8/x91/xb7 - /xe8/x91/xb8 - /xe8/x91/xb9 - /xe8/x91/xba - /xe8/x91/xbb - /xe8/x91/xbc - /xe8/x91/xbd - /xe8/x91/xbe - /xe8/x91/xbf - /xe8/x92/x80 - /xe8/x92/x81 - /xe8/x92/x82 - /xe8/x92/x83 - /xe8/x92/x84 - /xe8/x92/x85 - /xe8/x92/x86 - /xe8/x92/x87 - /xe8/x92/x88 - /xe8/x92/x89 - /xe8/x92/x8a - /xe8/x92/x8b - /xe8/x92/x8c - /xe8/x92/x8d - /xe8/x92/x8e - /xe8/x92/x8f - /xe8/x92/x90 - /xe8/x92/x91 - /xe8/x92/x92 - /xe8/x92/x93 - /xe8/x92/x94 - /xe8/x92/x95 - /xe8/x92/x96 - /xe8/x92/x97 - /xe8/x92/x98 - /xe8/x92/x99 - /xe8/x92/x9a - /xe8/x92/x9b - /xe8/x92/x9c - /xe8/x92/x9d - /xe8/x92/x9e - /xe8/x92/x9f - /xe8/x92/xa0 - /xe8/x92/xa1 - /xe8/x92/xa2 - /xe8/x92/xa3 - /xe8/x92/xa4 - /xe8/x92/xa5 - /xe8/x92/xa6 - /xe8/x92/xa7 - /xe8/x92/xa8 - /xe8/x92/xa9 - /xe8/x92/xaa - /xe8/x92/xab - /xe8/x92/xac - /xe8/x92/xad - /xe8/x92/xae - /xe8/x92/xaf - /xe8/x92/xb0 - /xe8/x92/xb1 - /xe8/x92/xb2 - /xe8/x92/xb3 - /xe8/x92/xb4 - /xe8/x92/xb5 - /xe8/x92/xb6 - /xe8/x92/xb7 - /xe8/x92/xb8 - /xe8/x92/xb9 - /xe8/x92/xba - /xe8/x92/xbb - /xe8/x92/xbc - /xe8/x92/xbd - /xe8/x92/xbe - /xe8/x92/xbf - /xe8/x93/x80 - /xe8/x93/x81 - /xe8/x93/x82 - /xe8/x93/x83 - /xe8/x93/x84 - /xe8/x93/x85 - /xe8/x93/x86 - /xe8/x93/x87 - /xe8/x93/x88 - /xe8/x93/x89 - /xe8/x93/x8a - /xe8/x93/x8b - /xe8/x93/x8c - /xe8/x93/x8d - /xe8/x93/x8e - /xe8/x93/x8f - /xe8/x93/x90 - /xe8/x93/x91 - /xe8/x93/x92 - /xe8/x93/x93 - /xe8/x93/x94 - /xe8/x93/x95 - /xe8/x93/x96 - /xe8/x93/x97 - /xe8/x93/x98 - /xe8/x93/x99 - /xe8/x93/x9a - /xe8/x93/x9b - /xe8/x93/x9c - /xe8/x93/x9d - /xe8/x93/x9e - /xe8/x93/x9f - /xe8/x93/xa0 - /xe8/x93/xa1 - /xe8/x93/xa2 - /xe8/x93/xa3 - /xe8/x93/xa4 - /xe8/x93/xa5 - /xe8/x93/xa6 - /xe8/x93/xa7 - /xe8/x93/xa8 - /xe8/x93/xa9 - /xe8/x93/xaa - /xe8/x93/xab - /xe8/x93/xac - /xe8/x93/xad - /xe8/x93/xae - /xe8/x93/xaf - /xe8/x93/xb0 - /xe8/x93/xb1 - /xe8/x93/xb2 - /xe8/x93/xb3 - /xe8/x93/xb4 - /xe8/x93/xb5 - /xe8/x93/xb6 - /xe8/x93/xb7 - /xe8/x93/xb8 - /xe8/x93/xb9 - /xe8/x93/xba - /xe8/x93/xbb - /xe8/x93/xbc - /xe8/x93/xbd - /xe8/x93/xbe - /xe8/x93/xbf - /xe8/x94/x80 - /xe8/x94/x81 - /xe8/x94/x82 - /xe8/x94/x83 - /xe8/x94/x84 - /xe8/x94/x85 - /xe8/x94/x86 - /xe8/x94/x87 - /xe8/x94/x88 - /xe8/x94/x89 - /xe8/x94/x8a - /xe8/x94/x8b - /xe8/x94/x8c - /xe8/x94/x8d - /xe8/x94/x8e - /xe8/x94/x8f - /xe8/x94/x90 - /xe8/x94/x91 - /xe8/x94/x92 - /xe8/x94/x93 - /xe8/x94/x94 - /xe8/x94/x95 - /xe8/x94/x96 - /xe8/x94/x97 - /xe8/x94/x98 - /xe8/x94/x99 - /xe8/x94/x9a - /xe8/x94/x9b - /xe8/x94/x9c - /xe8/x94/x9d - /xe8/x94/x9e - /xe8/x94/x9f - /xe8/x94/xa0 - /xe8/x94/xa1 - /xe8/x94/xa2 - /xe8/x94/xa3 - /xe8/x94/xa4 - /xe8/x94/xa5 - /xe8/x94/xa6 - /xe8/x94/xa7 - /xe8/x94/xa8 - /xe8/x94/xa9 - /xe8/x94/xaa - /xe8/x94/xab - /xe8/x94/xac - /xe8/x94/xad - /xe8/x94/xae - /xe8/x94/xaf - /xe8/x94/xb0 - /xe8/x94/xb1 - /xe8/x94/xb2 - /xe8/x94/xb3 - /xe8/x94/xb4 - /xe8/x94/xb5 - /xe8/x94/xb6 - /xe8/x94/xb7 - /xe8/x94/xb8 - /xe8/x94/xb9 - /xe8/x94/xba - /xe8/x94/xbb - /xe8/x94/xbc - /xe8/x94/xbd - /xe8/x94/xbe - /xe8/x94/xbf - /xe8/x95/x80 - /xe8/x95/x81 - /xe8/x95/x82 - /xe8/x95/x83 - /xe8/x95/x84 - /xe8/x95/x85 - /xe8/x95/x86 - /xe8/x95/x87 - /xe8/x95/x88 - /xe8/x95/x89 - /xe8/x95/x8a - /xe8/x95/x8b - /xe8/x95/x8c - /xe8/x95/x8d - /xe8/x95/x8e - /xe8/x95/x8f - /xe8/x95/x90 - /xe8/x95/x91 - /xe8/x95/x92 - /xe8/x95/x93 - /xe8/x95/x94 - /xe8/x95/x95 - /xe8/x95/x96 - /xe8/x95/x97 - /xe8/x95/x98 - /xe8/x95/x99 - /xe8/x95/x9a - /xe8/x95/x9b - /xe8/x95/x9c - /xe8/x95/x9d - /xe8/x95/x9e - /xe8/x95/x9f - /xe8/x95/xa0 - /xe8/x95/xa1 - /xe8/x95/xa2 - /xe8/x95/xa3 - /xe8/x95/xa4 - /xe8/x95/xa5 - /xe8/x95/xa6 - /xe8/x95/xa7 - /xe8/x95/xa8 - /xe8/x95/xa9 - /xe8/x95/xaa - /xe8/x95/xab - /xe8/x95/xac - /xe8/x95/xad - /xe8/x95/xae - /xe8/x95/xaf - /xe8/x95/xb0 - /xe8/x95/xb1 - /xe8/x95/xb2 - /xe8/x95/xb3 - /xe8/x95/xb4 - /xe8/x95/xb5 - /xe8/x95/xb6 - /xe8/x95/xb7 - /xe8/x95/xb8 - /xe8/x95/xb9 - /xe8/x95/xba - /xe8/x95/xbb - /xe8/x95/xbc - /xe8/x95/xbd - /xe8/x95/xbe - /xe8/x95/xbf - /xe8/x96/x80 - /xe8/x96/x81 - /xe8/x96/x82 - /xe8/x96/x83 - /xe8/x96/x84 - /xe8/x96/x85 - /xe8/x96/x86 - /xe8/x96/x87 - /xe8/x96/x88 - /xe8/x96/x89 - /xe8/x96/x8a - /xe8/x96/x8b - /xe8/x96/x8c - /xe8/x96/x8d - /xe8/x96/x8e - /xe8/x96/x8f - /xe8/x96/x90 - /xe8/x96/x91 - /xe8/x96/x92 - /xe8/x96/x93 - /xe8/x96/x94 - /xe8/x96/x95 - /xe8/x96/x96 - /xe8/x96/x97 - /xe8/x96/x98 - /xe8/x96/x99 - /xe8/x96/x9a - /xe8/x96/x9b - /xe8/x96/x9c - /xe8/x96/x9d - /xe8/x96/x9e - /xe8/x96/x9f - /xe8/x96/xa0 - /xe8/x96/xa1 - /xe8/x96/xa2 - /xe8/x96/xa3 - /xe8/x96/xa4 - /xe8/x96/xa5 - /xe8/x96/xa6 - /xe8/x96/xa7 - /xe8/x96/xa8 - /xe8/x96/xa9 - /xe8/x96/xaa - /xe8/x96/xab - /xe8/x96/xac - /xe8/x96/xad - /xe8/x96/xae - /xe8/x96/xaf - /xe8/x96/xb0 - /xe8/x96/xb1 - /xe8/x96/xb2 - /xe8/x96/xb3 - /xe8/x96/xb4 - /xe8/x96/xb5 - /xe8/x96/xb6 - /xe8/x96/xb7 - /xe8/x96/xb8 - /xe8/x96/xb9 - /xe8/x96/xba - /xe8/x96/xbb - /xe8/x96/xbc - /xe8/x96/xbd - /xe8/x96/xbe - /xe8/x96/xbf - /xe8/x97/x80 - /xe8/x97/x81 - /xe8/x97/x82 - /xe8/x97/x83 - /xe8/x97/x84 - /xe8/x97/x85 - /xe8/x97/x86 - /xe8/x97/x87 - /xe8/x97/x88 - /xe8/x97/x89 - /xe8/x97/x8a - /xe8/x97/x8b - /xe8/x97/x8c - /xe8/x97/x8d - /xe8/x97/x8e - /xe8/x97/x8f - /xe8/x97/x90 - /xe8/x97/x91 - /xe8/x97/x92 - /xe8/x97/x93 - /xe8/x97/x94 - /xe8/x97/x95 - /xe8/x97/x96 - /xe8/x97/x97 - /xe8/x97/x98 - /xe8/x97/x99 - /xe8/x97/x9a - /xe8/x97/x9b - /xe8/x97/x9c - /xe8/x97/x9d - /xe8/x97/x9e - /xe8/x97/x9f - /xe8/x97/xa0 - /xe8/x97/xa1 - /xe8/x97/xa2 - /xe8/x97/xa3 - /xe8/x97/xa4 - /xe8/x97/xa5 - /xe8/x97/xa6 - /xe8/x97/xa7 - /xe8/x97/xa8 - /xe8/x97/xa9 - /xe8/x97/xaa - /xe8/x97/xab - /xe8/x97/xac - /xe8/x97/xad - /xe8/x97/xae - /xe8/x97/xaf - /xe8/x97/xb0 - /xe8/x97/xb1 - /xe8/x97/xb2 - /xe8/x97/xb3 - /xe8/x97/xb4 - /xe8/x97/xb5 - /xe8/x97/xb6 - /xe8/x97/xb7 - /xe8/x97/xb8 - /xe8/x97/xb9 - /xe8/x97/xba - /xe8/x97/xbb - /xe8/x97/xbc - /xe8/x97/xbd - /xe8/x97/xbe - /xe8/x97/xbf - /xe8/x98/x80 - /xe8/x98/x81 - /xe8/x98/x82 - /xe8/x98/x83 - /xe8/x98/x84 - /xe8/x98/x85 - /xe8/x98/x86 - /xe8/x98/x87 - /xe8/x98/x88 - /xe8/x98/x89 - /xe8/x98/x8a - /xe8/x98/x8b - /xe8/x98/x8c - /xe8/x98/x8d - /xe8/x98/x8e - /xe8/x98/x8f - /xe8/x98/x90 - /xe8/x98/x91 - /xe8/x98/x92 - /xe8/x98/x93 - /xe8/x98/x94 - /xe8/x98/x95 - /xe8/x98/x96 - /xe8/x98/x97 - /xe8/x98/x98 - /xe8/x98/x99 - /xe8/x98/x9a - /xe8/x98/x9b - /xe8/x98/x9c - /xe8/x98/x9d - /xe8/x98/x9e - /xe8/x98/x9f - /xe8/x98/xa0 - /xe8/x98/xa1 - /xe8/x98/xa2 - /xe8/x98/xa3 - /xe8/x98/xa4 - /xe8/x98/xa5 - /xe8/x98/xa6 - /xe8/x98/xa7 - /xe8/x98/xa8 - /xe8/x98/xa9 - /xe8/x98/xaa - /xe8/x98/xab - /xe8/x98/xac - /xe8/x98/xad - /xe8/x98/xae - /xe8/x98/xaf - /xe8/x98/xb0 - /xe8/x98/xb1 - /xe8/x98/xb2 - /xe8/x98/xb3 - /xe8/x98/xb4 - /xe8/x98/xb5 - /xe8/x98/xb6 - /xe8/x98/xb7 - /xe8/x98/xb8 - /xe8/x98/xb9 - /xe8/x98/xba - /xe8/x98/xbb - /xe8/x98/xbc - /xe8/x98/xbd - /xe8/x98/xbe - /xe8/x98/xbf - /xe8/x99/x80 - /xe8/x99/x81 - /xe8/x99/x82 - /xe8/x99/x83 - /xe8/x99/x84 - /xe8/x99/x85 - /xe8/x99/x86 - /xe8/x99/x87 - /xe8/x99/x88 - /xe8/x99/x89 - /xe8/x99/x8a - /xe8/x99/x8b - /xe8/x99/x8c - /xe8/x99/x8d - /xe8/x99/x8e - /xe8/x99/x8f - /xe8/x99/x90 - /xe8/x99/x91 - /xe8/x99/x92 - /xe8/x99/x93 - /xe8/x99/x94 - /xe8/x99/x95 - /xe8/x99/x96 - /xe8/x99/x97 - /xe8/x99/x98 - /xe8/x99/x99 - /xe8/x99/x9a - /xe8/x99/x9b - /xe8/x99/x9c - /xe8/x99/x9d - /xe8/x99/x9e - /xe8/x99/x9f - /xe8/x99/xa0 - /xe8/x99/xa1 - /xe8/x99/xa2 - /xe8/x99/xa3 - /xe8/x99/xa4 - /xe8/x99/xa5 - /xe8/x99/xa6 - /xe8/x99/xa7 - /xe8/x99/xa8 - /xe8/x99/xa9 - /xe8/x99/xaa - /xe8/x99/xab - /xe8/x99/xac - /xe8/x99/xad - /xe8/x99/xae - /xe8/x99/xaf - /xe8/x99/xb0 - /xe8/x99/xb1 - /xe8/x99/xb2 - /xe8/x99/xb3 - /xe8/x99/xb4 - /xe8/x99/xb5 - /xe8/x99/xb6 - /xe8/x99/xb7 - /xe8/x99/xb8 - /xe8/x99/xb9 - /xe8/x99/xba - /xe8/x99/xbb - /xe8/x99/xbc - /xe8/x99/xbd - /xe8/x99/xbe - /xe8/x99/xbf - /xe8/x9a/x80 - /xe8/x9a/x81 - /xe8/x9a/x82 - /xe8/x9a/x83 - /xe8/x9a/x84 - /xe8/x9a/x85 - /xe8/x9a/x86 - /xe8/x9a/x87 - /xe8/x9a/x88 - /xe8/x9a/x89 - /xe8/x9a/x8a - /xe8/x9a/x8b - /xe8/x9a/x8c - /xe8/x9a/x8d - /xe8/x9a/x8e - /xe8/x9a/x8f - /xe8/x9a/x90 - /xe8/x9a/x91 - /xe8/x9a/x92 - /xe8/x9a/x93 - /xe8/x9a/x94 - /xe8/x9a/x95 - /xe8/x9a/x96 - /xe8/x9a/x97 - /xe8/x9a/x98 - /xe8/x9a/x99 - /xe8/x9a/x9a - /xe8/x9a/x9b - /xe8/x9a/x9c - /xe8/x9a/x9d - /xe8/x9a/x9e - /xe8/x9a/x9f - /xe8/x9a/xa0 - /xe8/x9a/xa1 - /xe8/x9a/xa2 - /xe8/x9a/xa3 - /xe8/x9a/xa4 - /xe8/x9a/xa5 - /xe8/x9a/xa6 - /xe8/x9a/xa7 - /xe8/x9a/xa8 - /xe8/x9a/xa9 - /xe8/x9a/xaa - /xe8/x9a/xab - /xe8/x9a/xac - /xe8/x9a/xad - /xe8/x9a/xae - /xe8/x9a/xaf - /xe8/x9a/xb0 - /xe8/x9a/xb1 - /xe8/x9a/xb2 - /xe8/x9a/xb3 - /xe8/x9a/xb4 - /xe8/x9a/xb5 - /xe8/x9a/xb6 - /xe8/x9a/xb7 - /xe8/x9a/xb8 - /xe8/x9a/xb9 - /xe8/x9a/xba - /xe8/x9a/xbb - /xe8/x9a/xbc - /xe8/x9a/xbd - /xe8/x9a/xbe - /xe8/x9a/xbf - /xe8/x9b/x80 - /xe8/x9b/x81 - /xe8/x9b/x82 - /xe8/x9b/x83 - /xe8/x9b/x84 - /xe8/x9b/x85 - /xe8/x9b/x86 - /xe8/x9b/x87 - /xe8/x9b/x88 - /xe8/x9b/x89 - /xe8/x9b/x8a - /xe8/x9b/x8b - /xe8/x9b/x8c - /xe8/x9b/x8d - /xe8/x9b/x8e - /xe8/x9b/x8f - /xe8/x9b/x90 - /xe8/x9b/x91 - /xe8/x9b/x92 - /xe8/x9b/x93 - /xe8/x9b/x94 - /xe8/x9b/x95 - /xe8/x9b/x96 - /xe8/x9b/x97 - /xe8/x9b/x98 - /xe8/x9b/x99 - /xe8/x9b/x9a - /xe8/x9b/x9b - /xe8/x9b/x9c - /xe8/x9b/x9d - /xe8/x9b/x9e - /xe8/x9b/x9f - /xe8/x9b/xa0 - /xe8/x9b/xa1 - /xe8/x9b/xa2 - /xe8/x9b/xa3 - /xe8/x9b/xa4 - /xe8/x9b/xa5 - /xe8/x9b/xa6 - /xe8/x9b/xa7 - /xe8/x9b/xa8 - /xe8/x9b/xa9 - /xe8/x9b/xaa - /xe8/x9b/xab - /xe8/x9b/xac - /xe8/x9b/xad - /xe8/x9b/xae - /xe8/x9b/xaf - /xe8/x9b/xb0 - /xe8/x9b/xb1 - /xe8/x9b/xb2 - /xe8/x9b/xb3 - /xe8/x9b/xb4 - /xe8/x9b/xb5 - /xe8/x9b/xb6 - /xe8/x9b/xb7 - /xe8/x9b/xb8 - /xe8/x9b/xb9 - /xe8/x9b/xba - /xe8/x9b/xbb - /xe8/x9b/xbc - /xe8/x9b/xbd - /xe8/x9b/xbe - /xe8/x9b/xbf - /xe8/x9c/x80 - /xe8/x9c/x81 - /xe8/x9c/x82 - /xe8/x9c/x83 - /xe8/x9c/x84 - /xe8/x9c/x85 - /xe8/x9c/x86 - /xe8/x9c/x87 - /xe8/x9c/x88 - /xe8/x9c/x89 - /xe8/x9c/x8a - /xe8/x9c/x8b - /xe8/x9c/x8c - /xe8/x9c/x8d - /xe8/x9c/x8e - /xe8/x9c/x8f - /xe8/x9c/x90 - /xe8/x9c/x91 - /xe8/x9c/x92 - /xe8/x9c/x93 - /xe8/x9c/x94 - /xe8/x9c/x95 - /xe8/x9c/x96 - /xe8/x9c/x97 - /xe8/x9c/x98 - /xe8/x9c/x99 - /xe8/x9c/x9a - /xe8/x9c/x9b - /xe8/x9c/x9c - /xe8/x9c/x9d - /xe8/x9c/x9e - /xe8/x9c/x9f - /xe8/x9c/xa0 - /xe8/x9c/xa1 - /xe8/x9c/xa2 - /xe8/x9c/xa3 - /xe8/x9c/xa4 - /xe8/x9c/xa5 - /xe8/x9c/xa6 - /xe8/x9c/xa7 - /xe8/x9c/xa8 - /xe8/x9c/xa9 - /xe8/x9c/xaa - /xe8/x9c/xab - /xe8/x9c/xac - /xe8/x9c/xad - /xe8/x9c/xae - /xe8/x9c/xaf - /xe8/x9c/xb0 - /xe8/x9c/xb1 - /xe8/x9c/xb2 - /xe8/x9c/xb3 - /xe8/x9c/xb4 - /xe8/x9c/xb5 - /xe8/x9c/xb6 - /xe8/x9c/xb7 - /xe8/x9c/xb8 - /xe8/x9c/xb9 - /xe8/x9c/xba - /xe8/x9c/xbb - /xe8/x9c/xbc - /xe8/x9c/xbd - /xe8/x9c/xbe - /xe8/x9c/xbf - /xe8/x9d/x80 - /xe8/x9d/x81 - /xe8/x9d/x82 - /xe8/x9d/x83 - /xe8/x9d/x84 - /xe8/x9d/x85 - /xe8/x9d/x86 - /xe8/x9d/x87 - /xe8/x9d/x88 - /xe8/x9d/x89 - /xe8/x9d/x8a - /xe8/x9d/x8b - /xe8/x9d/x8c - /xe8/x9d/x8d - /xe8/x9d/x8e - /xe8/x9d/x8f - /xe8/x9d/x90 - /xe8/x9d/x91 - /xe8/x9d/x92 - /xe8/x9d/x93 - /xe8/x9d/x94 - /xe8/x9d/x95 - /xe8/x9d/x96 - /xe8/x9d/x97 - /xe8/x9d/x98 - /xe8/x9d/x99 - /xe8/x9d/x9a - /xe8/x9d/x9b - /xe8/x9d/x9c - /xe8/x9d/x9d - /xe8/x9d/x9e - /xe8/x9d/x9f - /xe8/x9d/xa0 - /xe8/x9d/xa1 - /xe8/x9d/xa2 - /xe8/x9d/xa3 - /xe8/x9d/xa4 - /xe8/x9d/xa5 - /xe8/x9d/xa6 - /xe8/x9d/xa7 - /xe8/x9d/xa8 - /xe8/x9d/xa9 - /xe8/x9d/xaa - /xe8/x9d/xab - /xe8/x9d/xac - /xe8/x9d/xad - /xe8/x9d/xae - /xe8/x9d/xaf - /xe8/x9d/xb0 - /xe8/x9d/xb1 - /xe8/x9d/xb2 - /xe8/x9d/xb3 - /xe8/x9d/xb4 - /xe8/x9d/xb5 - /xe8/x9d/xb6 - /xe8/x9d/xb7 - /xe8/x9d/xb8 - /xe8/x9d/xb9 - /xe8/x9d/xba - /xe8/x9d/xbb - /xe8/x9d/xbc - /xe8/x9d/xbd - /xe8/x9d/xbe - /xe8/x9d/xbf - /xe8/x9e/x80 - /xe8/x9e/x81 - /xe8/x9e/x82 - /xe8/x9e/x83 - /xe8/x9e/x84 - /xe8/x9e/x85 - /xe8/x9e/x86 - /xe8/x9e/x87 - /xe8/x9e/x88 - /xe8/x9e/x89 - /xe8/x9e/x8a - /xe8/x9e/x8b - /xe8/x9e/x8c - /xe8/x9e/x8d - /xe8/x9e/x8e - /xe8/x9e/x8f - /xe8/x9e/x90 - /xe8/x9e/x91 - /xe8/x9e/x92 - /xe8/x9e/x93 - /xe8/x9e/x94 - /xe8/x9e/x95 - /xe8/x9e/x96 - /xe8/x9e/x97 - /xe8/x9e/x98 - /xe8/x9e/x99 - /xe8/x9e/x9a - /xe8/x9e/x9b - /xe8/x9e/x9c - /xe8/x9e/x9d - /xe8/x9e/x9e - /xe8/x9e/x9f - /xe8/x9e/xa0 - /xe8/x9e/xa1 - /xe8/x9e/xa2 - /xe8/x9e/xa3 - /xe8/x9e/xa4 - /xe8/x9e/xa5 - /xe8/x9e/xa6 - /xe8/x9e/xa7 - /xe8/x9e/xa8 - /xe8/x9e/xa9 - /xe8/x9e/xaa - /xe8/x9e/xab - /xe8/x9e/xac - /xe8/x9e/xad - /xe8/x9e/xae - /xe8/x9e/xaf - /xe8/x9e/xb0 - /xe8/x9e/xb1 - /xe8/x9e/xb2 - /xe8/x9e/xb3 - /xe8/x9e/xb4 - /xe8/x9e/xb5 - /xe8/x9e/xb6 - /xe8/x9e/xb7 - /xe8/x9e/xb8 - /xe8/x9e/xb9 - /xe8/x9e/xba - /xe8/x9e/xbb - /xe8/x9e/xbc - /xe8/x9e/xbd - /xe8/x9e/xbe - /xe8/x9e/xbf - /xe8/x9f/x80 - /xe8/x9f/x81 - /xe8/x9f/x82 - /xe8/x9f/x83 - /xe8/x9f/x84 - /xe8/x9f/x85 - /xe8/x9f/x86 - /xe8/x9f/x87 - /xe8/x9f/x88 - /xe8/x9f/x89 - /xe8/x9f/x8a - /xe8/x9f/x8b - /xe8/x9f/x8c - /xe8/x9f/x8d - /xe8/x9f/x8e - /xe8/x9f/x8f - /xe8/x9f/x90 - /xe8/x9f/x91 - /xe8/x9f/x92 - /xe8/x9f/x93 - /xe8/x9f/x94 - /xe8/x9f/x95 - /xe8/x9f/x96 - /xe8/x9f/x97 - /xe8/x9f/x98 - /xe8/x9f/x99 - /xe8/x9f/x9a - /xe8/x9f/x9b - /xe8/x9f/x9c - /xe8/x9f/x9d - /xe8/x9f/x9e - /xe8/x9f/x9f - /xe8/x9f/xa0 - /xe8/x9f/xa1 - /xe8/x9f/xa2 - /xe8/x9f/xa3 - /xe8/x9f/xa4 - /xe8/x9f/xa5 - /xe8/x9f/xa6 - /xe8/x9f/xa7 - /xe8/x9f/xa8 - /xe8/x9f/xa9 - /xe8/x9f/xaa - /xe8/x9f/xab - /xe8/x9f/xac - /xe8/x9f/xad - /xe8/x9f/xae - /xe8/x9f/xaf - /xe8/x9f/xb0 - /xe8/x9f/xb1 - /xe8/x9f/xb2 - /xe8/x9f/xb3 - /xe8/x9f/xb4 - /xe8/x9f/xb5 - /xe8/x9f/xb6 - /xe8/x9f/xb7 - /xe8/x9f/xb8 - /xe8/x9f/xb9 - /xe8/x9f/xba - /xe8/x9f/xbb - /xe8/x9f/xbc - /xe8/x9f/xbd - /xe8/x9f/xbe - /xe8/x9f/xbf - /xe8/xa0/x80 - /xe8/xa0/x81 - /xe8/xa0/x82 - /xe8/xa0/x83 - /xe8/xa0/x84 - /xe8/xa0/x85 - /xe8/xa0/x86 - /xe8/xa0/x87 - /xe8/xa0/x88 - /xe8/xa0/x89 - /xe8/xa0/x8a - /xe8/xa0/x8b - /xe8/xa0/x8c - /xe8/xa0/x8d - /xe8/xa0/x8e - /xe8/xa0/x8f - /xe8/xa0/x90 - /xe8/xa0/x91 - /xe8/xa0/x92 - /xe8/xa0/x93 - /xe8/xa0/x94 - /xe8/xa0/x95 - /xe8/xa0/x96 - /xe8/xa0/x97 - /xe8/xa0/x98 - /xe8/xa0/x99 - /xe8/xa0/x9a - /xe8/xa0/x9b - /xe8/xa0/x9c - /xe8/xa0/x9d - /xe8/xa0/x9e - /xe8/xa0/x9f - /xe8/xa0/xa0 - /xe8/xa0/xa1 - /xe8/xa0/xa2 - /xe8/xa0/xa3 - /xe8/xa0/xa4 - /xe8/xa0/xa5 - /xe8/xa0/xa6 - /xe8/xa0/xa7 - /xe8/xa0/xa8 - /xe8/xa0/xa9 - /xe8/xa0/xaa - /xe8/xa0/xab - /xe8/xa0/xac - /xe8/xa0/xad - /xe8/xa0/xae - /xe8/xa0/xaf - /xe8/xa0/xb0 - /xe8/xa0/xb1 - /xe8/xa0/xb2 - /xe8/xa0/xb3 - /xe8/xa0/xb4 - /xe8/xa0/xb5 - /xe8/xa0/xb6 - /xe8/xa0/xb7 - /xe8/xa0/xb8 - /xe8/xa0/xb9 - /xe8/xa0/xba - /xe8/xa0/xbb - /xe8/xa0/xbc - /xe8/xa0/xbd - /xe8/xa0/xbe - /xe8/xa0/xbf - /xe8/xa1/x80 - /xe8/xa1/x81 - /xe8/xa1/x82 - /xe8/xa1/x83 - /xe8/xa1/x84 - /xe8/xa1/x85 - /xe8/xa1/x86 - /xe8/xa1/x87 - /xe8/xa1/x88 - /xe8/xa1/x89 - /xe8/xa1/x8a - /xe8/xa1/x8b - /xe8/xa1/x8c - /xe8/xa1/x8d - /xe8/xa1/x8e - /xe8/xa1/x8f - /xe8/xa1/x90 - /xe8/xa1/x91 - /xe8/xa1/x92 - /xe8/xa1/x93 - /xe8/xa1/x94 - /xe8/xa1/x95 - /xe8/xa1/x96 - /xe8/xa1/x97 - /xe8/xa1/x98 - /xe8/xa1/x99 - /xe8/xa1/x9a - /xe8/xa1/x9b - /xe8/xa1/x9c - /xe8/xa1/x9d - /xe8/xa1/x9e - /xe8/xa1/x9f - /xe8/xa1/xa0 - /xe8/xa1/xa1 - /xe8/xa1/xa2 - /xe8/xa1/xa3 - /xe8/xa1/xa4 - /xe8/xa1/xa5 - /xe8/xa1/xa6 - /xe8/xa1/xa7 - /xe8/xa1/xa8 - /xe8/xa1/xa9 - /xe8/xa1/xaa - /xe8/xa1/xab - /xe8/xa1/xac - /xe8/xa1/xad - /xe8/xa1/xae - /xe8/xa1/xaf - /xe8/xa1/xb0 - /xe8/xa1/xb1 - /xe8/xa1/xb2 - /xe8/xa1/xb3 - /xe8/xa1/xb4 - /xe8/xa1/xb5 - /xe8/xa1/xb6 - /xe8/xa1/xb7 - /xe8/xa1/xb8 - /xe8/xa1/xb9 - /xe8/xa1/xba - /xe8/xa1/xbb - /xe8/xa1/xbc - /xe8/xa1/xbd - /xe8/xa1/xbe - /xe8/xa1/xbf - /xe8/xa2/x80 - /xe8/xa2/x81 - /xe8/xa2/x82 - /xe8/xa2/x83 - /xe8/xa2/x84 - /xe8/xa2/x85 - /xe8/xa2/x86 - /xe8/xa2/x87 - /xe8/xa2/x88 - /xe8/xa2/x89 - /xe8/xa2/x8a - /xe8/xa2/x8b - /xe8/xa2/x8c - /xe8/xa2/x8d - /xe8/xa2/x8e - /xe8/xa2/x8f - /xe8/xa2/x90 - /xe8/xa2/x91 - /xe8/xa2/x92 - /xe8/xa2/x93 - /xe8/xa2/x94 - /xe8/xa2/x95 - /xe8/xa2/x96 - /xe8/xa2/x97 - /xe8/xa2/x98 - /xe8/xa2/x99 - /xe8/xa2/x9a - /xe8/xa2/x9b - /xe8/xa2/x9c - /xe8/xa2/x9d - /xe8/xa2/x9e - /xe8/xa2/x9f - /xe8/xa2/xa0 - /xe8/xa2/xa1 - /xe8/xa2/xa2 - /xe8/xa2/xa3 - /xe8/xa2/xa4 - /xe8/xa2/xa5 - /xe8/xa2/xa6 - /xe8/xa2/xa7 - /xe8/xa2/xa8 - /xe8/xa2/xa9 - /xe8/xa2/xaa - /xe8/xa2/xab - /xe8/xa2/xac - /xe8/xa2/xad - /xe8/xa2/xae - /xe8/xa2/xaf - /xe8/xa2/xb0 - /xe8/xa2/xb1 - /xe8/xa2/xb2 - /xe8/xa2/xb3 - /xe8/xa2/xb4 - /xe8/xa2/xb5 - /xe8/xa2/xb6 - /xe8/xa2/xb7 - /xe8/xa2/xb8 - /xe8/xa2/xb9 - /xe8/xa2/xba - /xe8/xa2/xbb - /xe8/xa2/xbc - /xe8/xa2/xbd - /xe8/xa2/xbe - /xe8/xa2/xbf - /xe8/xa3/x80 - /xe8/xa3/x81 - /xe8/xa3/x82 - /xe8/xa3/x83 - /xe8/xa3/x84 - /xe8/xa3/x85 - /xe8/xa3/x86 - /xe8/xa3/x87 - /xe8/xa3/x88 - /xe8/xa3/x89 - /xe8/xa3/x8a - /xe8/xa3/x8b - /xe8/xa3/x8c - /xe8/xa3/x8d - /xe8/xa3/x8e - /xe8/xa3/x8f - /xe8/xa3/x90 - /xe8/xa3/x91 - /xe8/xa3/x92 - /xe8/xa3/x93 - /xe8/xa3/x94 - /xe8/xa3/x95 - /xe8/xa3/x96 - /xe8/xa3/x97 - /xe8/xa3/x98 - /xe8/xa3/x99 - /xe8/xa3/x9a - /xe8/xa3/x9b - /xe8/xa3/x9c - /xe8/xa3/x9d - /xe8/xa3/x9e - /xe8/xa3/x9f - /xe8/xa3/xa0 - /xe8/xa3/xa1 - /xe8/xa3/xa2 - /xe8/xa3/xa3 - /xe8/xa3/xa4 - /xe8/xa3/xa5 - /xe8/xa3/xa6 - /xe8/xa3/xa7 - /xe8/xa3/xa8 - /xe8/xa3/xa9 - /xe8/xa3/xaa - /xe8/xa3/xab - /xe8/xa3/xac - /xe8/xa3/xad - /xe8/xa3/xae - /xe8/xa3/xaf - /xe8/xa3/xb0 - /xe8/xa3/xb1 - /xe8/xa3/xb2 - /xe8/xa3/xb3 - /xe8/xa3/xb4 - /xe8/xa3/xb5 - /xe8/xa3/xb6 - /xe8/xa3/xb7 - /xe8/xa3/xb8 - /xe8/xa3/xb9 - /xe8/xa3/xba - /xe8/xa3/xbb - /xe8/xa3/xbc - /xe8/xa3/xbd - /xe8/xa3/xbe - /xe8/xa3/xbf - /xe8/xa4/x80 - /xe8/xa4/x81 - /xe8/xa4/x82 - /xe8/xa4/x83 - /xe8/xa4/x84 - /xe8/xa4/x85 - /xe8/xa4/x86 - /xe8/xa4/x87 - /xe8/xa4/x88 - /xe8/xa4/x89 - /xe8/xa4/x8a - /xe8/xa4/x8b - /xe8/xa4/x8c - /xe8/xa4/x8d - /xe8/xa4/x8e - /xe8/xa4/x8f - /xe8/xa4/x90 - /xe8/xa4/x91 - /xe8/xa4/x92 - /xe8/xa4/x93 - /xe8/xa4/x94 - /xe8/xa4/x95 - /xe8/xa4/x96 - /xe8/xa4/x97 - /xe8/xa4/x98 - /xe8/xa4/x99 - /xe8/xa4/x9a - /xe8/xa4/x9b - /xe8/xa4/x9c - /xe8/xa4/x9d - /xe8/xa4/x9e - /xe8/xa4/x9f - /xe8/xa4/xa0 - /xe8/xa4/xa1 - /xe8/xa4/xa2 - /xe8/xa4/xa3 - /xe8/xa4/xa4 - /xe8/xa4/xa5 - /xe8/xa4/xa6 - /xe8/xa4/xa7 - /xe8/xa4/xa8 - /xe8/xa4/xa9 - /xe8/xa4/xaa - /xe8/xa4/xab - /xe8/xa4/xac - /xe8/xa4/xad - /xe8/xa4/xae - /xe8/xa4/xaf - /xe8/xa4/xb0 - /xe8/xa4/xb1 - /xe8/xa4/xb2 - /xe8/xa4/xb3 - /xe8/xa4/xb4 - /xe8/xa4/xb5 - /xe8/xa4/xb6 - /xe8/xa4/xb7 - /xe8/xa4/xb8 - /xe8/xa4/xb9 - /xe8/xa4/xba - /xe8/xa4/xbb - /xe8/xa4/xbc - /xe8/xa4/xbd - /xe8/xa4/xbe - /xe8/xa4/xbf - /xe8/xa5/x80 - /xe8/xa5/x81 - /xe8/xa5/x82 - /xe8/xa5/x83 - /xe8/xa5/x84 - /xe8/xa5/x85 - /xe8/xa5/x86 - /xe8/xa5/x87 - /xe8/xa5/x88 - /xe8/xa5/x89 - /xe8/xa5/x8a - /xe8/xa5/x8b - /xe8/xa5/x8c - /xe8/xa5/x8d - /xe8/xa5/x8e - /xe8/xa5/x8f - /xe8/xa5/x90 - /xe8/xa5/x91 - /xe8/xa5/x92 - /xe8/xa5/x93 - /xe8/xa5/x94 - /xe8/xa5/x95 - /xe8/xa5/x96 - /xe8/xa5/x97 - /xe8/xa5/x98 - /xe8/xa5/x99 - /xe8/xa5/x9a - /xe8/xa5/x9b - /xe8/xa5/x9c - /xe8/xa5/x9d - /xe8/xa5/x9e - /xe8/xa5/x9f - /xe8/xa5/xa0 - /xe8/xa5/xa1 - /xe8/xa5/xa2 - /xe8/xa5/xa3 - /xe8/xa5/xa4 - /xe8/xa5/xa5 - /xe8/xa5/xa6 - /xe8/xa5/xa7 - /xe8/xa5/xa8 - /xe8/xa5/xa9 - /xe8/xa5/xaa - /xe8/xa5/xab - /xe8/xa5/xac - /xe8/xa5/xad - /xe8/xa5/xae - /xe8/xa5/xaf - /xe8/xa5/xb0 - /xe8/xa5/xb1 - /xe8/xa5/xb2 - /xe8/xa5/xb3 - /xe8/xa5/xb4 - /xe8/xa5/xb5 - /xe8/xa5/xb6 - /xe8/xa5/xb7 - /xe8/xa5/xb8 - /xe8/xa5/xb9 - /xe8/xa5/xba - /xe8/xa5/xbb - /xe8/xa5/xbc - /xe8/xa5/xbd - /xe8/xa5/xbe - /xe8/xa5/xbf - /xe8/xa6/x80 - /xe8/xa6/x81 - /xe8/xa6/x82 - /xe8/xa6/x83 - /xe8/xa6/x84 - /xe8/xa6/x85 - /xe8/xa6/x86 - /xe8/xa6/x87 - /xe8/xa6/x88 - /xe8/xa6/x89 - /xe8/xa6/x8a - /xe8/xa6/x8b - /xe8/xa6/x8c - /xe8/xa6/x8d - /xe8/xa6/x8e - /xe8/xa6/x8f - /xe8/xa6/x90 - /xe8/xa6/x91 - /xe8/xa6/x92 - /xe8/xa6/x93 - /xe8/xa6/x94 - /xe8/xa6/x95 - /xe8/xa6/x96 - /xe8/xa6/x97 - /xe8/xa6/x98 - /xe8/xa6/x99 - /xe8/xa6/x9a - /xe8/xa6/x9b - /xe8/xa6/x9c - /xe8/xa6/x9d - /xe8/xa6/x9e - /xe8/xa6/x9f - /xe8/xa6/xa0 - /xe8/xa6/xa1 - /xe8/xa6/xa2 - /xe8/xa6/xa3 - /xe8/xa6/xa4 - /xe8/xa6/xa5 - /xe8/xa6/xa6 - /xe8/xa6/xa7 - /xe8/xa6/xa8 - /xe8/xa6/xa9 - /xe8/xa6/xaa - /xe8/xa6/xab - /xe8/xa6/xac - /xe8/xa6/xad - /xe8/xa6/xae - /xe8/xa6/xaf - /xe8/xa6/xb0 - /xe8/xa6/xb1 - /xe8/xa6/xb2 - /xe8/xa6/xb3 - /xe8/xa6/xb4 - /xe8/xa6/xb5 - /xe8/xa6/xb6 - /xe8/xa6/xb7 - /xe8/xa6/xb8 - /xe8/xa6/xb9 - /xe8/xa6/xba - /xe8/xa6/xbb - /xe8/xa6/xbc - /xe8/xa6/xbd - /xe8/xa6/xbe - /xe8/xa6/xbf - /xe8/xa7/x80 - /xe8/xa7/x81 - /xe8/xa7/x82 - /xe8/xa7/x83 - /xe8/xa7/x84 - /xe8/xa7/x85 - /xe8/xa7/x86 - /xe8/xa7/x87 - /xe8/xa7/x88 - /xe8/xa7/x89 - /xe8/xa7/x8a - /xe8/xa7/x8b - /xe8/xa7/x8c - /xe8/xa7/x8d - /xe8/xa7/x8e - /xe8/xa7/x8f - /xe8/xa7/x90 - /xe8/xa7/x91 - /xe8/xa7/x92 - /xe8/xa7/x93 - /xe8/xa7/x94 - /xe8/xa7/x95 - /xe8/xa7/x96 - /xe8/xa7/x97 - /xe8/xa7/x98 - /xe8/xa7/x99 - /xe8/xa7/x9a - /xe8/xa7/x9b - /xe8/xa7/x9c - /xe8/xa7/x9d - /xe8/xa7/x9e - /xe8/xa7/x9f - /xe8/xa7/xa0 - /xe8/xa7/xa1 - /xe8/xa7/xa2 - /xe8/xa7/xa3 - /xe8/xa7/xa4 - /xe8/xa7/xa5 - /xe8/xa7/xa6 - /xe8/xa7/xa7 - /xe8/xa7/xa8 - /xe8/xa7/xa9 - /xe8/xa7/xaa - /xe8/xa7/xab - /xe8/xa7/xac - /xe8/xa7/xad - /xe8/xa7/xae - /xe8/xa7/xaf - /xe8/xa7/xb0 - /xe8/xa7/xb1 - /xe8/xa7/xb2 - /xe8/xa7/xb3 - /xe8/xa7/xb4 - /xe8/xa7/xb5 - /xe8/xa7/xb6 - /xe8/xa7/xb7 - /xe8/xa7/xb8 - /xe8/xa7/xb9 - /xe8/xa7/xba - /xe8/xa7/xbb - /xe8/xa7/xbc - /xe8/xa7/xbd - /xe8/xa7/xbe - /xe8/xa7/xbf - /xe8/xa8/x80 - /xe8/xa8/x81 - /xe8/xa8/x82 - /xe8/xa8/x83 - /xe8/xa8/x84 - /xe8/xa8/x85 - /xe8/xa8/x86 - /xe8/xa8/x87 - /xe8/xa8/x88 - /xe8/xa8/x89 - /xe8/xa8/x8a - /xe8/xa8/x8b - /xe8/xa8/x8c - /xe8/xa8/x8d - /xe8/xa8/x8e - /xe8/xa8/x8f - /xe8/xa8/x90 - /xe8/xa8/x91 - /xe8/xa8/x92 - /xe8/xa8/x93 - /xe8/xa8/x94 - /xe8/xa8/x95 - /xe8/xa8/x96 - /xe8/xa8/x97 - /xe8/xa8/x98 - /xe8/xa8/x99 - /xe8/xa8/x9a - /xe8/xa8/x9b - /xe8/xa8/x9c - /xe8/xa8/x9d - /xe8/xa8/x9e - /xe8/xa8/x9f - /xe8/xa8/xa0 - /xe8/xa8/xa1 - /xe8/xa8/xa2 - /xe8/xa8/xa3 - /xe8/xa8/xa4 - /xe8/xa8/xa5 - /xe8/xa8/xa6 - /xe8/xa8/xa7 - /xe8/xa8/xa8 - /xe8/xa8/xa9 - /xe8/xa8/xaa - /xe8/xa8/xab - /xe8/xa8/xac - /xe8/xa8/xad - /xe8/xa8/xae - /xe8/xa8/xaf - /xe8/xa8/xb0 - /xe8/xa8/xb1 - /xe8/xa8/xb2 - /xe8/xa8/xb3 - /xe8/xa8/xb4 - /xe8/xa8/xb5 - /xe8/xa8/xb6 - /xe8/xa8/xb7 - /xe8/xa8/xb8 - /xe8/xa8/xb9 - /xe8/xa8/xba - /xe8/xa8/xbb - /xe8/xa8/xbc - /xe8/xa8/xbd - /xe8/xa8/xbe - /xe8/xa8/xbf - /xe8/xa9/x80 - /xe8/xa9/x81 - /xe8/xa9/x82 - /xe8/xa9/x83 - /xe8/xa9/x84 - /xe8/xa9/x85 - /xe8/xa9/x86 - /xe8/xa9/x87 - /xe8/xa9/x88 - /xe8/xa9/x89 - /xe8/xa9/x8a - /xe8/xa9/x8b - /xe8/xa9/x8c - /xe8/xa9/x8d - /xe8/xa9/x8e - /xe8/xa9/x8f - /xe8/xa9/x90 - /xe8/xa9/x91 - /xe8/xa9/x92 - /xe8/xa9/x93 - /xe8/xa9/x94 - /xe8/xa9/x95 - /xe8/xa9/x96 - /xe8/xa9/x97 - /xe8/xa9/x98 - /xe8/xa9/x99 - /xe8/xa9/x9a - /xe8/xa9/x9b - /xe8/xa9/x9c - /xe8/xa9/x9d - /xe8/xa9/x9e - /xe8/xa9/x9f - /xe8/xa9/xa0 - /xe8/xa9/xa1 - /xe8/xa9/xa2 - /xe8/xa9/xa3 - /xe8/xa9/xa4 - /xe8/xa9/xa5 - /xe8/xa9/xa6 - /xe8/xa9/xa7 - /xe8/xa9/xa8 - /xe8/xa9/xa9 - /xe8/xa9/xaa - /xe8/xa9/xab - /xe8/xa9/xac - /xe8/xa9/xad - /xe8/xa9/xae - /xe8/xa9/xaf - /xe8/xa9/xb0 - /xe8/xa9/xb1 - /xe8/xa9/xb2 - /xe8/xa9/xb3 - /xe8/xa9/xb4 - /xe8/xa9/xb5 - /xe8/xa9/xb6 - /xe8/xa9/xb7 - /xe8/xa9/xb8 - /xe8/xa9/xb9 - /xe8/xa9/xba - /xe8/xa9/xbb - /xe8/xa9/xbc - /xe8/xa9/xbd - /xe8/xa9/xbe - /xe8/xa9/xbf - /xe8/xaa/x80 - /xe8/xaa/x81 - /xe8/xaa/x82 - /xe8/xaa/x83 - /xe8/xaa/x84 - /xe8/xaa/x85 - /xe8/xaa/x86 - /xe8/xaa/x87 - /xe8/xaa/x88 - /xe8/xaa/x89 - /xe8/xaa/x8a - /xe8/xaa/x8b - /xe8/xaa/x8c - /xe8/xaa/x8d - /xe8/xaa/x8e - /xe8/xaa/x8f - /xe8/xaa/x90 - /xe8/xaa/x91 - /xe8/xaa/x92 - /xe8/xaa/x93 - /xe8/xaa/x94 - /xe8/xaa/x95 - /xe8/xaa/x96 - /xe8/xaa/x97 - /xe8/xaa/x98 - /xe8/xaa/x99 - /xe8/xaa/x9a - /xe8/xaa/x9b - /xe8/xaa/x9c - /xe8/xaa/x9d - /xe8/xaa/x9e - /xe8/xaa/x9f - /xe8/xaa/xa0 - /xe8/xaa/xa1 - /xe8/xaa/xa2 - /xe8/xaa/xa3 - /xe8/xaa/xa4 - /xe8/xaa/xa5 - /xe8/xaa/xa6 - /xe8/xaa/xa7 - /xe8/xaa/xa8 - /xe8/xaa/xa9 - /xe8/xaa/xaa - /xe8/xaa/xab - /xe8/xaa/xac - /xe8/xaa/xad - /xe8/xaa/xae - /xe8/xaa/xaf - /xe8/xaa/xb0 - /xe8/xaa/xb1 - /xe8/xaa/xb2 - /xe8/xaa/xb3 - /xe8/xaa/xb4 - /xe8/xaa/xb5 - /xe8/xaa/xb6 - /xe8/xaa/xb7 - /xe8/xaa/xb8 - /xe8/xaa/xb9 - /xe8/xaa/xba - /xe8/xaa/xbb - /xe8/xaa/xbc - /xe8/xaa/xbd - /xe8/xaa/xbe - /xe8/xaa/xbf - /xe8/xab/x80 - /xe8/xab/x81 - /xe8/xab/x82 - /xe8/xab/x83 - /xe8/xab/x84 - /xe8/xab/x85 - /xe8/xab/x86 - /xe8/xab/x87 - /xe8/xab/x88 - /xe8/xab/x89 - /xe8/xab/x8a - /xe8/xab/x8b - /xe8/xab/x8c - /xe8/xab/x8d - /xe8/xab/x8e - /xe8/xab/x8f - /xe8/xab/x90 - /xe8/xab/x91 - /xe8/xab/x92 - /xe8/xab/x93 - /xe8/xab/x94 - /xe8/xab/x95 - /xe8/xab/x96 - /xe8/xab/x97 - /xe8/xab/x98 - /xe8/xab/x99 - /xe8/xab/x9a - /xe8/xab/x9b - /xe8/xab/x9c - /xe8/xab/x9d - /xe8/xab/x9e - /xe8/xab/x9f - /xe8/xab/xa0 - /xe8/xab/xa1 - /xe8/xab/xa2 - /xe8/xab/xa3 - /xe8/xab/xa4 - /xe8/xab/xa5 - /xe8/xab/xa6 - /xe8/xab/xa7 - /xe8/xab/xa8 - /xe8/xab/xa9 - /xe8/xab/xaa - /xe8/xab/xab - /xe8/xab/xac - /xe8/xab/xad - /xe8/xab/xae - /xe8/xab/xaf - /xe8/xab/xb0 - /xe8/xab/xb1 - /xe8/xab/xb2 - /xe8/xab/xb3 - /xe8/xab/xb4 - /xe8/xab/xb5 - /xe8/xab/xb6 - /xe8/xab/xb7 - /xe8/xab/xb8 - /xe8/xab/xb9 - /xe8/xab/xba - /xe8/xab/xbb - /xe8/xab/xbc - /xe8/xab/xbd - /xe8/xab/xbe - /xe8/xab/xbf - /xe8/xac/x80 - /xe8/xac/x81 - /xe8/xac/x82 - /xe8/xac/x83 - /xe8/xac/x84 - /xe8/xac/x85 - /xe8/xac/x86 - /xe8/xac/x87 - /xe8/xac/x88 - /xe8/xac/x89 - /xe8/xac/x8a - /xe8/xac/x8b - /xe8/xac/x8c - /xe8/xac/x8d - /xe8/xac/x8e - /xe8/xac/x8f - /xe8/xac/x90 - /xe8/xac/x91 - /xe8/xac/x92 - /xe8/xac/x93 - /xe8/xac/x94 - /xe8/xac/x95 - /xe8/xac/x96 - /xe8/xac/x97 - /xe8/xac/x98 - /xe8/xac/x99 - /xe8/xac/x9a - /xe8/xac/x9b - /xe8/xac/x9c - /xe8/xac/x9d - /xe8/xac/x9e - /xe8/xac/x9f - /xe8/xac/xa0 - /xe8/xac/xa1 - /xe8/xac/xa2 - /xe8/xac/xa3 - /xe8/xac/xa4 - /xe8/xac/xa5 - /xe8/xac/xa6 - /xe8/xac/xa7 - /xe8/xac/xa8 - /xe8/xac/xa9 - /xe8/xac/xaa - /xe8/xac/xab - /xe8/xac/xac - /xe8/xac/xad - /xe8/xac/xae - /xe8/xac/xaf - /xe8/xac/xb0 - /xe8/xac/xb1 - /xe8/xac/xb2 - /xe8/xac/xb3 - /xe8/xac/xb4 - /xe8/xac/xb5 - /xe8/xac/xb6 - /xe8/xac/xb7 - /xe8/xac/xb8 - /xe8/xac/xb9 - /xe8/xac/xba - /xe8/xac/xbb - /xe8/xac/xbc - /xe8/xac/xbd - /xe8/xac/xbe - /xe8/xac/xbf - /xe8/xad/x80 - /xe8/xad/x81 - /xe8/xad/x82 - /xe8/xad/x83 - /xe8/xad/x84 - /xe8/xad/x85 - /xe8/xad/x86 - /xe8/xad/x87 - /xe8/xad/x88 - /xe8/xad/x89 - /xe8/xad/x8a - /xe8/xad/x8b - /xe8/xad/x8c - /xe8/xad/x8d - /xe8/xad/x8e - /xe8/xad/x8f - /xe8/xad/x90 - /xe8/xad/x91 - /xe8/xad/x92 - /xe8/xad/x93 - /xe8/xad/x94 - /xe8/xad/x95 - /xe8/xad/x96 - /xe8/xad/x97 - /xe8/xad/x98 - /xe8/xad/x99 - /xe8/xad/x9a - /xe8/xad/x9b - /xe8/xad/x9c - /xe8/xad/x9d - /xe8/xad/x9e - /xe8/xad/x9f - /xe8/xad/xa0 - /xe8/xad/xa1 - /xe8/xad/xa2 - /xe8/xad/xa3 - /xe8/xad/xa4 - /xe8/xad/xa5 - /xe8/xad/xa6 - /xe8/xad/xa7 - /xe8/xad/xa8 - /xe8/xad/xa9 - /xe8/xad/xaa - /xe8/xad/xab - /xe8/xad/xac - /xe8/xad/xad - /xe8/xad/xae - /xe8/xad/xaf - /xe8/xad/xb0 - /xe8/xad/xb1 - /xe8/xad/xb2 - /xe8/xad/xb3 - /xe8/xad/xb4 - /xe8/xad/xb5 - /xe8/xad/xb6 - /xe8/xad/xb7 - /xe8/xad/xb8 - /xe8/xad/xb9 - /xe8/xad/xba - /xe8/xad/xbb - /xe8/xad/xbc - /xe8/xad/xbd - /xe8/xad/xbe - /xe8/xad/xbf - /xe8/xae/x80 - /xe8/xae/x81 - /xe8/xae/x82 - /xe8/xae/x83 - /xe8/xae/x84 - /xe8/xae/x85 - /xe8/xae/x86 - /xe8/xae/x87 - /xe8/xae/x88 - /xe8/xae/x89 - /xe8/xae/x8a - /xe8/xae/x8b - /xe8/xae/x8c - /xe8/xae/x8d - /xe8/xae/x8e - /xe8/xae/x8f - /xe8/xae/x90 - /xe8/xae/x91 - /xe8/xae/x92 - /xe8/xae/x93 - /xe8/xae/x94 - /xe8/xae/x95 - /xe8/xae/x96 - /xe8/xae/x97 - /xe8/xae/x98 - /xe8/xae/x99 - /xe8/xae/x9a - /xe8/xae/x9b - /xe8/xae/x9c - /xe8/xae/x9d - /xe8/xae/x9e - /xe8/xae/x9f - /xe8/xae/xa0 - /xe8/xae/xa1 - /xe8/xae/xa2 - /xe8/xae/xa3 - /xe8/xae/xa4 - /xe8/xae/xa5 - /xe8/xae/xa6 - /xe8/xae/xa7 - /xe8/xae/xa8 - /xe8/xae/xa9 - /xe8/xae/xaa - /xe8/xae/xab - /xe8/xae/xac - /xe8/xae/xad - /xe8/xae/xae - /xe8/xae/xaf - /xe8/xae/xb0 - /xe8/xae/xb1 - /xe8/xae/xb2 - /xe8/xae/xb3 - /xe8/xae/xb4 - /xe8/xae/xb5 - /xe8/xae/xb6 - /xe8/xae/xb7 - /xe8/xae/xb8 - /xe8/xae/xb9 - /xe8/xae/xba - /xe8/xae/xbb - /xe8/xae/xbc - /xe8/xae/xbd - /xe8/xae/xbe - /xe8/xae/xbf - /xe8/xaf/x80 - /xe8/xaf/x81 - /xe8/xaf/x82 - /xe8/xaf/x83 - /xe8/xaf/x84 - /xe8/xaf/x85 - /xe8/xaf/x86 - /xe8/xaf/x87 - /xe8/xaf/x88 - /xe8/xaf/x89 - /xe8/xaf/x8a - /xe8/xaf/x8b - /xe8/xaf/x8c - /xe8/xaf/x8d - /xe8/xaf/x8e - /xe8/xaf/x8f - /xe8/xaf/x90 - /xe8/xaf/x91 - /xe8/xaf/x92 - /xe8/xaf/x93 - /xe8/xaf/x94 - /xe8/xaf/x95 - /xe8/xaf/x96 - /xe8/xaf/x97 - /xe8/xaf/x98 - /xe8/xaf/x99 - /xe8/xaf/x9a - /xe8/xaf/x9b - /xe8/xaf/x9c - /xe8/xaf/x9d - /xe8/xaf/x9e - /xe8/xaf/x9f - /xe8/xaf/xa0 - /xe8/xaf/xa1 - /xe8/xaf/xa2 - /xe8/xaf/xa3 - /xe8/xaf/xa4 - /xe8/xaf/xa5 - /xe8/xaf/xa6 - /xe8/xaf/xa7 - /xe8/xaf/xa8 - /xe8/xaf/xa9 - /xe8/xaf/xaa - /xe8/xaf/xab - /xe8/xaf/xac - /xe8/xaf/xad - /xe8/xaf/xae - /xe8/xaf/xaf - /xe8/xaf/xb0 - /xe8/xaf/xb1 - /xe8/xaf/xb2 - /xe8/xaf/xb3 - /xe8/xaf/xb4 - /xe8/xaf/xb5 - /xe8/xaf/xb6 - /xe8/xaf/xb7 - /xe8/xaf/xb8 - /xe8/xaf/xb9 - /xe8/xaf/xba - /xe8/xaf/xbb - /xe8/xaf/xbc - /xe8/xaf/xbd - /xe8/xaf/xbe - /xe8/xaf/xbf - /xe8/xb0/x80 - /xe8/xb0/x81 - /xe8/xb0/x82 - /xe8/xb0/x83 - /xe8/xb0/x84 - /xe8/xb0/x85 - /xe8/xb0/x86 - /xe8/xb0/x87 - /xe8/xb0/x88 - /xe8/xb0/x89 - /xe8/xb0/x8a - /xe8/xb0/x8b - /xe8/xb0/x8c - /xe8/xb0/x8d - /xe8/xb0/x8e - /xe8/xb0/x8f - /xe8/xb0/x90 - /xe8/xb0/x91 - /xe8/xb0/x92 - /xe8/xb0/x93 - /xe8/xb0/x94 - /xe8/xb0/x95 - /xe8/xb0/x96 - /xe8/xb0/x97 - /xe8/xb0/x98 - /xe8/xb0/x99 - /xe8/xb0/x9a - /xe8/xb0/x9b - /xe8/xb0/x9c - /xe8/xb0/x9d - /xe8/xb0/x9e - /xe8/xb0/x9f - /xe8/xb0/xa0 - /xe8/xb0/xa1 - /xe8/xb0/xa2 - /xe8/xb0/xa3 - /xe8/xb0/xa4 - /xe8/xb0/xa5 - /xe8/xb0/xa6 - /xe8/xb0/xa7 - /xe8/xb0/xa8 - /xe8/xb0/xa9 - /xe8/xb0/xaa - /xe8/xb0/xab - /xe8/xb0/xac - /xe8/xb0/xad - /xe8/xb0/xae - /xe8/xb0/xaf - /xe8/xb0/xb0 - /xe8/xb0/xb1 - /xe8/xb0/xb2 - /xe8/xb0/xb3 - /xe8/xb0/xb4 - /xe8/xb0/xb5 - /xe8/xb0/xb6 - /xe8/xb0/xb7 - /xe8/xb0/xb8 - /xe8/xb0/xb9 - /xe8/xb0/xba - /xe8/xb0/xbb - /xe8/xb0/xbc - /xe8/xb0/xbd - /xe8/xb0/xbe - /xe8/xb0/xbf - /xe8/xb1/x80 - /xe8/xb1/x81 - /xe8/xb1/x82 - /xe8/xb1/x83 - /xe8/xb1/x84 - /xe8/xb1/x85 - /xe8/xb1/x86 - /xe8/xb1/x87 - /xe8/xb1/x88 - /xe8/xb1/x89 - /xe8/xb1/x8a - /xe8/xb1/x8b - /xe8/xb1/x8c - /xe8/xb1/x8d - /xe8/xb1/x8e - /xe8/xb1/x8f - /xe8/xb1/x90 - /xe8/xb1/x91 - /xe8/xb1/x92 - /xe8/xb1/x93 - /xe8/xb1/x94 - /xe8/xb1/x95 - /xe8/xb1/x96 - /xe8/xb1/x97 - /xe8/xb1/x98 - /xe8/xb1/x99 - /xe8/xb1/x9a - /xe8/xb1/x9b - /xe8/xb1/x9c - /xe8/xb1/x9d - /xe8/xb1/x9e - /xe8/xb1/x9f - /xe8/xb1/xa0 - /xe8/xb1/xa1 - /xe8/xb1/xa2 - /xe8/xb1/xa3 - /xe8/xb1/xa4 - /xe8/xb1/xa5 - /xe8/xb1/xa6 - /xe8/xb1/xa7 - /xe8/xb1/xa8 - /xe8/xb1/xa9 - /xe8/xb1/xaa - /xe8/xb1/xab - /xe8/xb1/xac - /xe8/xb1/xad - /xe8/xb1/xae - /xe8/xb1/xaf - /xe8/xb1/xb0 - /xe8/xb1/xb1 - /xe8/xb1/xb2 - /xe8/xb1/xb3 - /xe8/xb1/xb4 - /xe8/xb1/xb5 - /xe8/xb1/xb6 - /xe8/xb1/xb7 - /xe8/xb1/xb8 - /xe8/xb1/xb9 - /xe8/xb1/xba - /xe8/xb1/xbb - /xe8/xb1/xbc - /xe8/xb1/xbd - /xe8/xb1/xbe - /xe8/xb1/xbf - /xe8/xb2/x80 - /xe8/xb2/x81 - /xe8/xb2/x82 - /xe8/xb2/x83 - /xe8/xb2/x84 - /xe8/xb2/x85 - /xe8/xb2/x86 - /xe8/xb2/x87 - /xe8/xb2/x88 - /xe8/xb2/x89 - /xe8/xb2/x8a - /xe8/xb2/x8b - /xe8/xb2/x8c - /xe8/xb2/x8d - /xe8/xb2/x8e - /xe8/xb2/x8f - /xe8/xb2/x90 - /xe8/xb2/x91 - /xe8/xb2/x92 - /xe8/xb2/x93 - /xe8/xb2/x94 - /xe8/xb2/x95 - /xe8/xb2/x96 - /xe8/xb2/x97 - /xe8/xb2/x98 - /xe8/xb2/x99 - /xe8/xb2/x9a - /xe8/xb2/x9b - /xe8/xb2/x9c - /xe8/xb2/x9d - /xe8/xb2/x9e - /xe8/xb2/x9f - /xe8/xb2/xa0 - /xe8/xb2/xa1 - /xe8/xb2/xa2 - /xe8/xb2/xa3 - /xe8/xb2/xa4 - /xe8/xb2/xa5 - /xe8/xb2/xa6 - /xe8/xb2/xa7 - /xe8/xb2/xa8 - /xe8/xb2/xa9 - /xe8/xb2/xaa - /xe8/xb2/xab - /xe8/xb2/xac - /xe8/xb2/xad - /xe8/xb2/xae - /xe8/xb2/xaf - /xe8/xb2/xb0 - /xe8/xb2/xb1 - /xe8/xb2/xb2 - /xe8/xb2/xb3 - /xe8/xb2/xb4 - /xe8/xb2/xb5 - /xe8/xb2/xb6 - /xe8/xb2/xb7 - /xe8/xb2/xb8 - /xe8/xb2/xb9 - /xe8/xb2/xba - /xe8/xb2/xbb - /xe8/xb2/xbc - /xe8/xb2/xbd - /xe8/xb2/xbe - /xe8/xb2/xbf - /xe8/xb3/x80 - /xe8/xb3/x81 - /xe8/xb3/x82 - /xe8/xb3/x83 - /xe8/xb3/x84 - /xe8/xb3/x85 - /xe8/xb3/x86 - /xe8/xb3/x87 - /xe8/xb3/x88 - /xe8/xb3/x89 - /xe8/xb3/x8a - /xe8/xb3/x8b - /xe8/xb3/x8c - /xe8/xb3/x8d - /xe8/xb3/x8e - /xe8/xb3/x8f - /xe8/xb3/x90 - /xe8/xb3/x91 - /xe8/xb3/x92 - /xe8/xb3/x93 - /xe8/xb3/x94 - /xe8/xb3/x95 - /xe8/xb3/x96 - /xe8/xb3/x97 - /xe8/xb3/x98 - /xe8/xb3/x99 - /xe8/xb3/x9a - /xe8/xb3/x9b - /xe8/xb3/x9c - /xe8/xb3/x9d - /xe8/xb3/x9e - /xe8/xb3/x9f - /xe8/xb3/xa0 - /xe8/xb3/xa1 - /xe8/xb3/xa2 - /xe8/xb3/xa3 - /xe8/xb3/xa4 - /xe8/xb3/xa5 - /xe8/xb3/xa6 - /xe8/xb3/xa7 - /xe8/xb3/xa8 - /xe8/xb3/xa9 - /xe8/xb3/xaa - /xe8/xb3/xab - /xe8/xb3/xac - /xe8/xb3/xad - /xe8/xb3/xae - /xe8/xb3/xaf - /xe8/xb3/xb0 - /xe8/xb3/xb1 - /xe8/xb3/xb2 - /xe8/xb3/xb3 - /xe8/xb3/xb4 - /xe8/xb3/xb5 - /xe8/xb3/xb6 - /xe8/xb3/xb7 - /xe8/xb3/xb8 - /xe8/xb3/xb9 - /xe8/xb3/xba - /xe8/xb3/xbb - /xe8/xb3/xbc - /xe8/xb3/xbd - /xe8/xb3/xbe - /xe8/xb3/xbf - /xe8/xb4/x80 - /xe8/xb4/x81 - /xe8/xb4/x82 - /xe8/xb4/x83 - /xe8/xb4/x84 - /xe8/xb4/x85 - /xe8/xb4/x86 - /xe8/xb4/x87 - /xe8/xb4/x88 - /xe8/xb4/x89 - /xe8/xb4/x8a - /xe8/xb4/x8b - /xe8/xb4/x8c - /xe8/xb4/x8d - /xe8/xb4/x8e - /xe8/xb4/x8f - /xe8/xb4/x90 - /xe8/xb4/x91 - /xe8/xb4/x92 - /xe8/xb4/x93 - /xe8/xb4/x94 - /xe8/xb4/x95 - /xe8/xb4/x96 - /xe8/xb4/x97 - /xe8/xb4/x98 - /xe8/xb4/x99 - /xe8/xb4/x9a - /xe8/xb4/x9b - /xe8/xb4/x9c - /xe8/xb4/x9d - /xe8/xb4/x9e - /xe8/xb4/x9f - /xe8/xb4/xa0 - /xe8/xb4/xa1 - /xe8/xb4/xa2 - /xe8/xb4/xa3 - /xe8/xb4/xa4 - /xe8/xb4/xa5 - /xe8/xb4/xa6 - /xe8/xb4/xa7 - /xe8/xb4/xa8 - /xe8/xb4/xa9 - /xe8/xb4/xaa - /xe8/xb4/xab - /xe8/xb4/xac - /xe8/xb4/xad - /xe8/xb4/xae - /xe8/xb4/xaf - /xe8/xb4/xb0 - /xe8/xb4/xb1 - /xe8/xb4/xb2 - /xe8/xb4/xb3 - /xe8/xb4/xb4 - /xe8/xb4/xb5 - /xe8/xb4/xb6 - /xe8/xb4/xb7 - /xe8/xb4/xb8 - /xe8/xb4/xb9 - /xe8/xb4/xba - /xe8/xb4/xbb - /xe8/xb4/xbc - /xe8/xb4/xbd - /xe8/xb4/xbe - /xe8/xb4/xbf - /xe8/xb5/x80 - /xe8/xb5/x81 - /xe8/xb5/x82 - /xe8/xb5/x83 - /xe8/xb5/x84 - /xe8/xb5/x85 - /xe8/xb5/x86 - /xe8/xb5/x87 - /xe8/xb5/x88 - /xe8/xb5/x89 - /xe8/xb5/x8a - /xe8/xb5/x8b - /xe8/xb5/x8c - /xe8/xb5/x8d - /xe8/xb5/x8e - /xe8/xb5/x8f - /xe8/xb5/x90 - /xe8/xb5/x91 - /xe8/xb5/x92 - /xe8/xb5/x93 - /xe8/xb5/x94 - /xe8/xb5/x95 - /xe8/xb5/x96 - /xe8/xb5/x97 - /xe8/xb5/x98 - /xe8/xb5/x99 - /xe8/xb5/x9a - /xe8/xb5/x9b - /xe8/xb5/x9c - /xe8/xb5/x9d - /xe8/xb5/x9e - /xe8/xb5/x9f - /xe8/xb5/xa0 - /xe8/xb5/xa1 - /xe8/xb5/xa2 - /xe8/xb5/xa3 - /xe8/xb5/xa4 - /xe8/xb5/xa5 - /xe8/xb5/xa6 - /xe8/xb5/xa7 - /xe8/xb5/xa8 - /xe8/xb5/xa9 - /xe8/xb5/xaa - /xe8/xb5/xab - /xe8/xb5/xac - /xe8/xb5/xad - /xe8/xb5/xae - /xe8/xb5/xaf - /xe8/xb5/xb0 - /xe8/xb5/xb1 - /xe8/xb5/xb2 - /xe8/xb5/xb3 - /xe8/xb5/xb4 - /xe8/xb5/xb5 - /xe8/xb5/xb6 - /xe8/xb5/xb7 - /xe8/xb5/xb8 - /xe8/xb5/xb9 - /xe8/xb5/xba - /xe8/xb5/xbb - /xe8/xb5/xbc - /xe8/xb5/xbd - /xe8/xb5/xbe - /xe8/xb5/xbf - /xe8/xb6/x80 - /xe8/xb6/x81 - /xe8/xb6/x82 - /xe8/xb6/x83 - /xe8/xb6/x84 - /xe8/xb6/x85 - /xe8/xb6/x86 - /xe8/xb6/x87 - /xe8/xb6/x88 - /xe8/xb6/x89 - /xe8/xb6/x8a - /xe8/xb6/x8b - /xe8/xb6/x8c - /xe8/xb6/x8d - /xe8/xb6/x8e - /xe8/xb6/x8f - /xe8/xb6/x90 - /xe8/xb6/x91 - /xe8/xb6/x92 - /xe8/xb6/x93 - /xe8/xb6/x94 - /xe8/xb6/x95 - /xe8/xb6/x96 - /xe8/xb6/x97 - /xe8/xb6/x98 - /xe8/xb6/x99 - /xe8/xb6/x9a - /xe8/xb6/x9b - /xe8/xb6/x9c - /xe8/xb6/x9d - /xe8/xb6/x9e - /xe8/xb6/x9f - /xe8/xb6/xa0 - /xe8/xb6/xa1 - /xe8/xb6/xa2 - /xe8/xb6/xa3 - /xe8/xb6/xa4 - /xe8/xb6/xa5 - /xe8/xb6/xa6 - /xe8/xb6/xa7 - /xe8/xb6/xa8 - /xe8/xb6/xa9 - /xe8/xb6/xaa - /xe8/xb6/xab - /xe8/xb6/xac - /xe8/xb6/xad - /xe8/xb6/xae - /xe8/xb6/xaf - /xe8/xb6/xb0 - /xe8/xb6/xb1 - /xe8/xb6/xb2 - /xe8/xb6/xb3 - /xe8/xb6/xb4 - /xe8/xb6/xb5 - /xe8/xb6/xb6 - /xe8/xb6/xb7 - /xe8/xb6/xb8 - /xe8/xb6/xb9 - /xe8/xb6/xba - /xe8/xb6/xbb - /xe8/xb6/xbc - /xe8/xb6/xbd - /xe8/xb6/xbe - /xe8/xb6/xbf - /xe8/xb7/x80 - /xe8/xb7/x81 - /xe8/xb7/x82 - /xe8/xb7/x83 - /xe8/xb7/x84 - /xe8/xb7/x85 - /xe8/xb7/x86 - /xe8/xb7/x87 - /xe8/xb7/x88 - /xe8/xb7/x89 - /xe8/xb7/x8a - /xe8/xb7/x8b - /xe8/xb7/x8c - /xe8/xb7/x8d - /xe8/xb7/x8e - /xe8/xb7/x8f - /xe8/xb7/x90 - /xe8/xb7/x91 - /xe8/xb7/x92 - /xe8/xb7/x93 - /xe8/xb7/x94 - /xe8/xb7/x95 - /xe8/xb7/x96 - /xe8/xb7/x97 - /xe8/xb7/x98 - /xe8/xb7/x99 - /xe8/xb7/x9a - /xe8/xb7/x9b - /xe8/xb7/x9c - /xe8/xb7/x9d - /xe8/xb7/x9e - /xe8/xb7/x9f - /xe8/xb7/xa0 - /xe8/xb7/xa1 - /xe8/xb7/xa2 - /xe8/xb7/xa3 - /xe8/xb7/xa4 - /xe8/xb7/xa5 - /xe8/xb7/xa6 - /xe8/xb7/xa7 - /xe8/xb7/xa8 - /xe8/xb7/xa9 - /xe8/xb7/xaa - /xe8/xb7/xab - /xe8/xb7/xac - /xe8/xb7/xad - /xe8/xb7/xae - /xe8/xb7/xaf - /xe8/xb7/xb0 - /xe8/xb7/xb1 - /xe8/xb7/xb2 - /xe8/xb7/xb3 - /xe8/xb7/xb4 - /xe8/xb7/xb5 - /xe8/xb7/xb6 - /xe8/xb7/xb7 - /xe8/xb7/xb8 - /xe8/xb7/xb9 - /xe8/xb7/xba - /xe8/xb7/xbb - /xe8/xb7/xbc - /xe8/xb7/xbd - /xe8/xb7/xbe - /xe8/xb7/xbf - /xe8/xb8/x80 - /xe8/xb8/x81 - /xe8/xb8/x82 - /xe8/xb8/x83 - /xe8/xb8/x84 - /xe8/xb8/x85 - /xe8/xb8/x86 - /xe8/xb8/x87 - /xe8/xb8/x88 - /xe8/xb8/x89 - /xe8/xb8/x8a - /xe8/xb8/x8b - /xe8/xb8/x8c - /xe8/xb8/x8d - /xe8/xb8/x8e - /xe8/xb8/x8f - /xe8/xb8/x90 - /xe8/xb8/x91 - /xe8/xb8/x92 - /xe8/xb8/x93 - /xe8/xb8/x94 - /xe8/xb8/x95 - /xe8/xb8/x96 - /xe8/xb8/x97 - /xe8/xb8/x98 - /xe8/xb8/x99 - /xe8/xb8/x9a - /xe8/xb8/x9b - /xe8/xb8/x9c - /xe8/xb8/x9d - /xe8/xb8/x9e - /xe8/xb8/x9f - /xe8/xb8/xa0 - /xe8/xb8/xa1 - /xe8/xb8/xa2 - /xe8/xb8/xa3 - /xe8/xb8/xa4 - /xe8/xb8/xa5 - /xe8/xb8/xa6 - /xe8/xb8/xa7 - /xe8/xb8/xa8 - /xe8/xb8/xa9 - /xe8/xb8/xaa - /xe8/xb8/xab - /xe8/xb8/xac - /xe8/xb8/xad - /xe8/xb8/xae - /xe8/xb8/xaf - /xe8/xb8/xb0 - /xe8/xb8/xb1 - /xe8/xb8/xb2 - /xe8/xb8/xb3 - /xe8/xb8/xb4 - /xe8/xb8/xb5 - /xe8/xb8/xb6 - /xe8/xb8/xb7 - /xe8/xb8/xb8 - /xe8/xb8/xb9 - /xe8/xb8/xba - /xe8/xb8/xbb - /xe8/xb8/xbc - /xe8/xb8/xbd - /xe8/xb8/xbe - /xe8/xb8/xbf - /xe8/xb9/x80 - /xe8/xb9/x81 - /xe8/xb9/x82 - /xe8/xb9/x83 - /xe8/xb9/x84 - /xe8/xb9/x85 - /xe8/xb9/x86 - /xe8/xb9/x87 - /xe8/xb9/x88 - /xe8/xb9/x89 - /xe8/xb9/x8a - /xe8/xb9/x8b - /xe8/xb9/x8c - /xe8/xb9/x8d - /xe8/xb9/x8e - /xe8/xb9/x8f - /xe8/xb9/x90 - /xe8/xb9/x91 - /xe8/xb9/x92 - /xe8/xb9/x93 - /xe8/xb9/x94 - /xe8/xb9/x95 - /xe8/xb9/x96 - /xe8/xb9/x97 - /xe8/xb9/x98 - /xe8/xb9/x99 - /xe8/xb9/x9a - /xe8/xb9/x9b - /xe8/xb9/x9c - /xe8/xb9/x9d - /xe8/xb9/x9e - /xe8/xb9/x9f - /xe8/xb9/xa0 - /xe8/xb9/xa1 - /xe8/xb9/xa2 - /xe8/xb9/xa3 - /xe8/xb9/xa4 - /xe8/xb9/xa5 - /xe8/xb9/xa6 - /xe8/xb9/xa7 - /xe8/xb9/xa8 - /xe8/xb9/xa9 - /xe8/xb9/xaa - /xe8/xb9/xab - /xe8/xb9/xac - /xe8/xb9/xad - /xe8/xb9/xae - /xe8/xb9/xaf - /xe8/xb9/xb0 - /xe8/xb9/xb1 - /xe8/xb9/xb2 - /xe8/xb9/xb3 - /xe8/xb9/xb4 - /xe8/xb9/xb5 - /xe8/xb9/xb6 - /xe8/xb9/xb7 - /xe8/xb9/xb8 - /xe8/xb9/xb9 - /xe8/xb9/xba - /xe8/xb9/xbb - /xe8/xb9/xbc - /xe8/xb9/xbd - /xe8/xb9/xbe - /xe8/xb9/xbf - /xe8/xba/x80 - /xe8/xba/x81 - /xe8/xba/x82 - /xe8/xba/x83 - /xe8/xba/x84 - /xe8/xba/x85 - /xe8/xba/x86 - /xe8/xba/x87 - /xe8/xba/x88 - /xe8/xba/x89 - /xe8/xba/x8a - /xe8/xba/x8b - /xe8/xba/x8c - /xe8/xba/x8d - /xe8/xba/x8e - /xe8/xba/x8f - /xe8/xba/x90 - /xe8/xba/x91 - /xe8/xba/x92 - /xe8/xba/x93 - /xe8/xba/x94 - /xe8/xba/x95 - /xe8/xba/x96 - /xe8/xba/x97 - /xe8/xba/x98 - /xe8/xba/x99 - /xe8/xba/x9a - /xe8/xba/x9b - /xe8/xba/x9c - /xe8/xba/x9d - /xe8/xba/x9e - /xe8/xba/x9f - /xe8/xba/xa0 - /xe8/xba/xa1 - /xe8/xba/xa2 - /xe8/xba/xa3 - /xe8/xba/xa4 - /xe8/xba/xa5 - /xe8/xba/xa6 - /xe8/xba/xa7 - /xe8/xba/xa8 - /xe8/xba/xa9 - /xe8/xba/xaa - /xe8/xba/xab - /xe8/xba/xac - /xe8/xba/xad - /xe8/xba/xae - /xe8/xba/xaf - /xe8/xba/xb0 - /xe8/xba/xb1 - /xe8/xba/xb2 - /xe8/xba/xb3 - /xe8/xba/xb4 - /xe8/xba/xb5 - /xe8/xba/xb6 - /xe8/xba/xb7 - /xe8/xba/xb8 - /xe8/xba/xb9 - /xe8/xba/xba - /xe8/xba/xbb - /xe8/xba/xbc - /xe8/xba/xbd - /xe8/xba/xbe - /xe8/xba/xbf - /xe8/xbb/x80 - /xe8/xbb/x81 - /xe8/xbb/x82 - /xe8/xbb/x83 - /xe8/xbb/x84 - /xe8/xbb/x85 - /xe8/xbb/x86 - /xe8/xbb/x87 - /xe8/xbb/x88 - /xe8/xbb/x89 - /xe8/xbb/x8a - /xe8/xbb/x8b - /xe8/xbb/x8c - /xe8/xbb/x8d - /xe8/xbb/x8e - /xe8/xbb/x8f - /xe8/xbb/x90 - /xe8/xbb/x91 - /xe8/xbb/x92 - /xe8/xbb/x93 - /xe8/xbb/x94 - /xe8/xbb/x95 - /xe8/xbb/x96 - /xe8/xbb/x97 - /xe8/xbb/x98 - /xe8/xbb/x99 - /xe8/xbb/x9a - /xe8/xbb/x9b - /xe8/xbb/x9c - /xe8/xbb/x9d - /xe8/xbb/x9e - /xe8/xbb/x9f - /xe8/xbb/xa0 - /xe8/xbb/xa1 - /xe8/xbb/xa2 - /xe8/xbb/xa3 - /xe8/xbb/xa4 - /xe8/xbb/xa5 - /xe8/xbb/xa6 - /xe8/xbb/xa7 - /xe8/xbb/xa8 - /xe8/xbb/xa9 - /xe8/xbb/xaa - /xe8/xbb/xab - /xe8/xbb/xac - /xe8/xbb/xad - /xe8/xbb/xae - /xe8/xbb/xaf - /xe8/xbb/xb0 - /xe8/xbb/xb1 - /xe8/xbb/xb2 - /xe8/xbb/xb3 - /xe8/xbb/xb4 - /xe8/xbb/xb5 - /xe8/xbb/xb6 - /xe8/xbb/xb7 - /xe8/xbb/xb8 - /xe8/xbb/xb9 - /xe8/xbb/xba - /xe8/xbb/xbb - /xe8/xbb/xbc - /xe8/xbb/xbd - /xe8/xbb/xbe - /xe8/xbb/xbf - /xe8/xbc/x80 - /xe8/xbc/x81 - /xe8/xbc/x82 - /xe8/xbc/x83 - /xe8/xbc/x84 - /xe8/xbc/x85 - /xe8/xbc/x86 - /xe8/xbc/x87 - /xe8/xbc/x88 - /xe8/xbc/x89 - /xe8/xbc/x8a - /xe8/xbc/x8b - /xe8/xbc/x8c - /xe8/xbc/x8d - /xe8/xbc/x8e - /xe8/xbc/x8f - /xe8/xbc/x90 - /xe8/xbc/x91 - /xe8/xbc/x92 - /xe8/xbc/x93 - /xe8/xbc/x94 - /xe8/xbc/x95 - /xe8/xbc/x96 - /xe8/xbc/x97 - /xe8/xbc/x98 - /xe8/xbc/x99 - /xe8/xbc/x9a - /xe8/xbc/x9b - /xe8/xbc/x9c - /xe8/xbc/x9d - /xe8/xbc/x9e - /xe8/xbc/x9f - /xe8/xbc/xa0 - /xe8/xbc/xa1 - /xe8/xbc/xa2 - /xe8/xbc/xa3 - /xe8/xbc/xa4 - /xe8/xbc/xa5 - /xe8/xbc/xa6 - /xe8/xbc/xa7 - /xe8/xbc/xa8 - /xe8/xbc/xa9 - /xe8/xbc/xaa - /xe8/xbc/xab - /xe8/xbc/xac - /xe8/xbc/xad - /xe8/xbc/xae - /xe8/xbc/xaf - /xe8/xbc/xb0 - /xe8/xbc/xb1 - /xe8/xbc/xb2 - /xe8/xbc/xb3 - /xe8/xbc/xb4 - /xe8/xbc/xb5 - /xe8/xbc/xb6 - /xe8/xbc/xb7 - /xe8/xbc/xb8 - /xe8/xbc/xb9 - /xe8/xbc/xba - /xe8/xbc/xbb - /xe8/xbc/xbc - /xe8/xbc/xbd - /xe8/xbc/xbe - /xe8/xbc/xbf - /xe8/xbd/x80 - /xe8/xbd/x81 - /xe8/xbd/x82 - /xe8/xbd/x83 - /xe8/xbd/x84 - /xe8/xbd/x85 - /xe8/xbd/x86 - /xe8/xbd/x87 - /xe8/xbd/x88 - /xe8/xbd/x89 - /xe8/xbd/x8a - /xe8/xbd/x8b - /xe8/xbd/x8c - /xe8/xbd/x8d - /xe8/xbd/x8e - /xe8/xbd/x8f - /xe8/xbd/x90 - /xe8/xbd/x91 - /xe8/xbd/x92 - /xe8/xbd/x93 - /xe8/xbd/x94 - /xe8/xbd/x95 - /xe8/xbd/x96 - /xe8/xbd/x97 - /xe8/xbd/x98 - /xe8/xbd/x99 - /xe8/xbd/x9a - /xe8/xbd/x9b - /xe8/xbd/x9c - /xe8/xbd/x9d - /xe8/xbd/x9e - /xe8/xbd/x9f - /xe8/xbd/xa0 - /xe8/xbd/xa1 - /xe8/xbd/xa2 - /xe8/xbd/xa3 - /xe8/xbd/xa4 - /xe8/xbd/xa5 - /xe8/xbd/xa6 - /xe8/xbd/xa7 - /xe8/xbd/xa8 - /xe8/xbd/xa9 - /xe8/xbd/xaa - /xe8/xbd/xab - /xe8/xbd/xac - /xe8/xbd/xad - /xe8/xbd/xae - /xe8/xbd/xaf - /xe8/xbd/xb0 - /xe8/xbd/xb1 - /xe8/xbd/xb2 - /xe8/xbd/xb3 - /xe8/xbd/xb4 - /xe8/xbd/xb5 - /xe8/xbd/xb6 - /xe8/xbd/xb7 - /xe8/xbd/xb8 - /xe8/xbd/xb9 - /xe8/xbd/xba - /xe8/xbd/xbb - /xe8/xbd/xbc - /xe8/xbd/xbd - /xe8/xbd/xbe - /xe8/xbd/xbf - /xe8/xbe/x80 - /xe8/xbe/x81 - /xe8/xbe/x82 - /xe8/xbe/x83 - /xe8/xbe/x84 - /xe8/xbe/x85 - /xe8/xbe/x86 - /xe8/xbe/x87 - /xe8/xbe/x88 - /xe8/xbe/x89 - /xe8/xbe/x8a - /xe8/xbe/x8b - /xe8/xbe/x8c - /xe8/xbe/x8d - /xe8/xbe/x8e - /xe8/xbe/x8f - /xe8/xbe/x90 - /xe8/xbe/x91 - /xe8/xbe/x92 - /xe8/xbe/x93 - /xe8/xbe/x94 - /xe8/xbe/x95 - /xe8/xbe/x96 - /xe8/xbe/x97 - /xe8/xbe/x98 - /xe8/xbe/x99 - /xe8/xbe/x9a - /xe8/xbe/x9b - /xe8/xbe/x9c - /xe8/xbe/x9d - /xe8/xbe/x9e - /xe8/xbe/x9f - /xe8/xbe/xa0 - /xe8/xbe/xa1 - /xe8/xbe/xa2 - /xe8/xbe/xa3 - /xe8/xbe/xa4 - /xe8/xbe/xa5 - /xe8/xbe/xa6 - /xe8/xbe/xa7 - /xe8/xbe/xa8 - /xe8/xbe/xa9 - /xe8/xbe/xaa - /xe8/xbe/xab - /xe8/xbe/xac - /xe8/xbe/xad - /xe8/xbe/xae - /xe8/xbe/xaf - /xe8/xbe/xb0 - /xe8/xbe/xb1 - /xe8/xbe/xb2 - /xe8/xbe/xb3 - /xe8/xbe/xb4 - /xe8/xbe/xb5 - /xe8/xbe/xb6 - /xe8/xbe/xb7 - /xe8/xbe/xb8 - /xe8/xbe/xb9 - /xe8/xbe/xba - /xe8/xbe/xbb - /xe8/xbe/xbc - /xe8/xbe/xbd - /xe8/xbe/xbe - /xe8/xbe/xbf - /xe8/xbf/x80 - /xe8/xbf/x81 - /xe8/xbf/x82 - /xe8/xbf/x83 - /xe8/xbf/x84 - /xe8/xbf/x85 - /xe8/xbf/x86 - /xe8/xbf/x87 - /xe8/xbf/x88 - /xe8/xbf/x89 - /xe8/xbf/x8a - /xe8/xbf/x8b - /xe8/xbf/x8c - /xe8/xbf/x8d - /xe8/xbf/x8e - /xe8/xbf/x8f - /xe8/xbf/x90 - /xe8/xbf/x91 - /xe8/xbf/x92 - /xe8/xbf/x93 - /xe8/xbf/x94 - /xe8/xbf/x95 - /xe8/xbf/x96 - /xe8/xbf/x97 - /xe8/xbf/x98 - /xe8/xbf/x99 - /xe8/xbf/x9a - /xe8/xbf/x9b - /xe8/xbf/x9c - /xe8/xbf/x9d - /xe8/xbf/x9e - /xe8/xbf/x9f - /xe8/xbf/xa0 - /xe8/xbf/xa1 - /xe8/xbf/xa2 - /xe8/xbf/xa3 - /xe8/xbf/xa4 - /xe8/xbf/xa5 - /xe8/xbf/xa6 - /xe8/xbf/xa7 - /xe8/xbf/xa8 - /xe8/xbf/xa9 - /xe8/xbf/xaa - /xe8/xbf/xab - /xe8/xbf/xac - /xe8/xbf/xad - /xe8/xbf/xae - /xe8/xbf/xaf - /xe8/xbf/xb0 - /xe8/xbf/xb1 - /xe8/xbf/xb2 - /xe8/xbf/xb3 - /xe8/xbf/xb4 - /xe8/xbf/xb5 - /xe8/xbf/xb6 - /xe8/xbf/xb7 - /xe8/xbf/xb8 - /xe8/xbf/xb9 - /xe8/xbf/xba - /xe8/xbf/xbb - /xe8/xbf/xbc - /xe8/xbf/xbd - /xe8/xbf/xbe - /xe8/xbf/xbf - /xe9/x80/x80 - /xe9/x80/x81 - /xe9/x80/x82 - /xe9/x80/x83 - /xe9/x80/x84 - /xe9/x80/x85 - /xe9/x80/x86 - /xe9/x80/x87 - /xe9/x80/x88 - /xe9/x80/x89 - /xe9/x80/x8a - /xe9/x80/x8b - /xe9/x80/x8c - /xe9/x80/x8d - /xe9/x80/x8e - /xe9/x80/x8f - /xe9/x80/x90 - /xe9/x80/x91 - /xe9/x80/x92 - /xe9/x80/x93 - /xe9/x80/x94 - /xe9/x80/x95 - /xe9/x80/x96 - /xe9/x80/x97 - /xe9/x80/x98 - /xe9/x80/x99 - /xe9/x80/x9a - /xe9/x80/x9b - /xe9/x80/x9c - /xe9/x80/x9d - /xe9/x80/x9e - /xe9/x80/x9f - /xe9/x80/xa0 - /xe9/x80/xa1 - /xe9/x80/xa2 - /xe9/x80/xa3 - /xe9/x80/xa4 - /xe9/x80/xa5 - /xe9/x80/xa6 - /xe9/x80/xa7 - /xe9/x80/xa8 - /xe9/x80/xa9 - /xe9/x80/xaa - /xe9/x80/xab - /xe9/x80/xac - /xe9/x80/xad - /xe9/x80/xae - /xe9/x80/xaf - /xe9/x80/xb0 - /xe9/x80/xb1 - /xe9/x80/xb2 - /xe9/x80/xb3 - /xe9/x80/xb4 - /xe9/x80/xb5 - /xe9/x80/xb6 - /xe9/x80/xb7 - /xe9/x80/xb8 - /xe9/x80/xb9 - /xe9/x80/xba - /xe9/x80/xbb - /xe9/x80/xbc - /xe9/x80/xbd - /xe9/x80/xbe - /xe9/x80/xbf - /xe9/x81/x80 - /xe9/x81/x81 - /xe9/x81/x82 - /xe9/x81/x83 - /xe9/x81/x84 - /xe9/x81/x85 - /xe9/x81/x86 - /xe9/x81/x87 - /xe9/x81/x88 - /xe9/x81/x89 - /xe9/x81/x8a - /xe9/x81/x8b - /xe9/x81/x8c - /xe9/x81/x8d - /xe9/x81/x8e - /xe9/x81/x8f - /xe9/x81/x90 - /xe9/x81/x91 - /xe9/x81/x92 - /xe9/x81/x93 - /xe9/x81/x94 - /xe9/x81/x95 - /xe9/x81/x96 - /xe9/x81/x97 - /xe9/x81/x98 - /xe9/x81/x99 - /xe9/x81/x9a - /xe9/x81/x9b - /xe9/x81/x9c - /xe9/x81/x9d - /xe9/x81/x9e - /xe9/x81/x9f - /xe9/x81/xa0 - /xe9/x81/xa1 - /xe9/x81/xa2 - /xe9/x81/xa3 - /xe9/x81/xa4 - /xe9/x81/xa5 - /xe9/x81/xa6 - /xe9/x81/xa7 - /xe9/x81/xa8 - /xe9/x81/xa9 - /xe9/x81/xaa - /xe9/x81/xab - /xe9/x81/xac - /xe9/x81/xad - /xe9/x81/xae - /xe9/x81/xaf - /xe9/x81/xb0 - /xe9/x81/xb1 - /xe9/x81/xb2 - /xe9/x81/xb3 - /xe9/x81/xb4 - /xe9/x81/xb5 - /xe9/x81/xb6 - /xe9/x81/xb7 - /xe9/x81/xb8 - /xe9/x81/xb9 - /xe9/x81/xba - /xe9/x81/xbb - /xe9/x81/xbc - /xe9/x81/xbd - /xe9/x81/xbe - /xe9/x81/xbf - /xe9/x82/x80 - /xe9/x82/x81 - /xe9/x82/x82 - /xe9/x82/x83 - /xe9/x82/x84 - /xe9/x82/x85 - /xe9/x82/x86 - /xe9/x82/x87 - /xe9/x82/x88 - /xe9/x82/x89 - /xe9/x82/x8a - /xe9/x82/x8b - /xe9/x82/x8c - /xe9/x82/x8d - /xe9/x82/x8e - /xe9/x82/x8f - /xe9/x82/x90 - /xe9/x82/x91 - /xe9/x82/x92 - /xe9/x82/x93 - /xe9/x82/x94 - /xe9/x82/x95 - /xe9/x82/x96 - /xe9/x82/x97 - /xe9/x82/x98 - /xe9/x82/x99 - /xe9/x82/x9a - /xe9/x82/x9b - /xe9/x82/x9c - /xe9/x82/x9d - /xe9/x82/x9e - /xe9/x82/x9f - /xe9/x82/xa0 - /xe9/x82/xa1 - /xe9/x82/xa2 - /xe9/x82/xa3 - /xe9/x82/xa4 - /xe9/x82/xa5 - /xe9/x82/xa6 - /xe9/x82/xa7 - /xe9/x82/xa8 - /xe9/x82/xa9 - /xe9/x82/xaa - /xe9/x82/xab - /xe9/x82/xac - /xe9/x82/xad - /xe9/x82/xae - /xe9/x82/xaf - /xe9/x82/xb0 - /xe9/x82/xb1 - /xe9/x82/xb2 - /xe9/x82/xb3 - /xe9/x82/xb4 - /xe9/x82/xb5 - /xe9/x82/xb6 - /xe9/x82/xb7 - /xe9/x82/xb8 - /xe9/x82/xb9 - /xe9/x82/xba - /xe9/x82/xbb - /xe9/x82/xbc - /xe9/x82/xbd - /xe9/x82/xbe - /xe9/x82/xbf - /xe9/x83/x80 - /xe9/x83/x81 - /xe9/x83/x82 - /xe9/x83/x83 - /xe9/x83/x84 - /xe9/x83/x85 - /xe9/x83/x86 - /xe9/x83/x87 - /xe9/x83/x88 - /xe9/x83/x89 - /xe9/x83/x8a - /xe9/x83/x8b - /xe9/x83/x8c - /xe9/x83/x8d - /xe9/x83/x8e - /xe9/x83/x8f - /xe9/x83/x90 - /xe9/x83/x91 - /xe9/x83/x92 - /xe9/x83/x93 - /xe9/x83/x94 - /xe9/x83/x95 - /xe9/x83/x96 - /xe9/x83/x97 - /xe9/x83/x98 - /xe9/x83/x99 - /xe9/x83/x9a - /xe9/x83/x9b - /xe9/x83/x9c - /xe9/x83/x9d - /xe9/x83/x9e - /xe9/x83/x9f - /xe9/x83/xa0 - /xe9/x83/xa1 - /xe9/x83/xa2 - /xe9/x83/xa3 - /xe9/x83/xa4 - /xe9/x83/xa5 - /xe9/x83/xa6 - /xe9/x83/xa7 - /xe9/x83/xa8 - /xe9/x83/xa9 - /xe9/x83/xaa - /xe9/x83/xab - /xe9/x83/xac - /xe9/x83/xad - /xe9/x83/xae - /xe9/x83/xaf - /xe9/x83/xb0 - /xe9/x83/xb1 - /xe9/x83/xb2 - /xe9/x83/xb3 - /xe9/x83/xb4 - /xe9/x83/xb5 - /xe9/x83/xb6 - /xe9/x83/xb7 - /xe9/x83/xb8 - /xe9/x83/xb9 - /xe9/x83/xba - /xe9/x83/xbb - /xe9/x83/xbc - /xe9/x83/xbd - /xe9/x83/xbe - /xe9/x83/xbf - /xe9/x84/x80 - /xe9/x84/x81 - /xe9/x84/x82 - /xe9/x84/x83 - /xe9/x84/x84 - /xe9/x84/x85 - /xe9/x84/x86 - /xe9/x84/x87 - /xe9/x84/x88 - /xe9/x84/x89 - /xe9/x84/x8a - /xe9/x84/x8b - /xe9/x84/x8c - /xe9/x84/x8d - /xe9/x84/x8e - /xe9/x84/x8f - /xe9/x84/x90 - /xe9/x84/x91 - /xe9/x84/x92 - /xe9/x84/x93 - /xe9/x84/x94 - /xe9/x84/x95 - /xe9/x84/x96 - /xe9/x84/x97 - /xe9/x84/x98 - /xe9/x84/x99 - /xe9/x84/x9a - /xe9/x84/x9b - /xe9/x84/x9c - /xe9/x84/x9d - /xe9/x84/x9e - /xe9/x84/x9f - /xe9/x84/xa0 - /xe9/x84/xa1 - /xe9/x84/xa2 - /xe9/x84/xa3 - /xe9/x84/xa4 - /xe9/x84/xa5 - /xe9/x84/xa6 - /xe9/x84/xa7 - /xe9/x84/xa8 - /xe9/x84/xa9 - /xe9/x84/xaa - /xe9/x84/xab - /xe9/x84/xac - /xe9/x84/xad - /xe9/x84/xae - /xe9/x84/xaf - /xe9/x84/xb0 - /xe9/x84/xb1 - /xe9/x84/xb2 - /xe9/x84/xb3 - /xe9/x84/xb4 - /xe9/x84/xb5 - /xe9/x84/xb6 - /xe9/x84/xb7 - /xe9/x84/xb8 - /xe9/x84/xb9 - /xe9/x84/xba - /xe9/x84/xbb - /xe9/x84/xbc - /xe9/x84/xbd - /xe9/x84/xbe - /xe9/x84/xbf - /xe9/x85/x80 - /xe9/x85/x81 - /xe9/x85/x82 - /xe9/x85/x83 - /xe9/x85/x84 - /xe9/x85/x85 - /xe9/x85/x86 - /xe9/x85/x87 - /xe9/x85/x88 - /xe9/x85/x89 - /xe9/x85/x8a - /xe9/x85/x8b - /xe9/x85/x8c - /xe9/x85/x8d - /xe9/x85/x8e - /xe9/x85/x8f - /xe9/x85/x90 - /xe9/x85/x91 - /xe9/x85/x92 - /xe9/x85/x93 - /xe9/x85/x94 - /xe9/x85/x95 - /xe9/x85/x96 - /xe9/x85/x97 - /xe9/x85/x98 - /xe9/x85/x99 - /xe9/x85/x9a - /xe9/x85/x9b - /xe9/x85/x9c - /xe9/x85/x9d - /xe9/x85/x9e - /xe9/x85/x9f - /xe9/x85/xa0 - /xe9/x85/xa1 - /xe9/x85/xa2 - /xe9/x85/xa3 - /xe9/x85/xa4 - /xe9/x85/xa5 - /xe9/x85/xa6 - /xe9/x85/xa7 - /xe9/x85/xa8 - /xe9/x85/xa9 - /xe9/x85/xaa - /xe9/x85/xab - /xe9/x85/xac - /xe9/x85/xad - /xe9/x85/xae - /xe9/x85/xaf - /xe9/x85/xb0 - /xe9/x85/xb1 - /xe9/x85/xb2 - /xe9/x85/xb3 - /xe9/x85/xb4 - /xe9/x85/xb5 - /xe9/x85/xb6 - /xe9/x85/xb7 - /xe9/x85/xb8 - /xe9/x85/xb9 - /xe9/x85/xba - /xe9/x85/xbb - /xe9/x85/xbc - /xe9/x85/xbd - /xe9/x85/xbe - /xe9/x85/xbf - /xe9/x86/x80 - /xe9/x86/x81 - /xe9/x86/x82 - /xe9/x86/x83 - /xe9/x86/x84 - /xe9/x86/x85 - /xe9/x86/x86 - /xe9/x86/x87 - /xe9/x86/x88 - /xe9/x86/x89 - /xe9/x86/x8a - /xe9/x86/x8b - /xe9/x86/x8c - /xe9/x86/x8d - /xe9/x86/x8e - /xe9/x86/x8f - /xe9/x86/x90 - /xe9/x86/x91 - /xe9/x86/x92 - /xe9/x86/x93 - /xe9/x86/x94 - /xe9/x86/x95 - /xe9/x86/x96 - /xe9/x86/x97 - /xe9/x86/x98 - /xe9/x86/x99 - /xe9/x86/x9a - /xe9/x86/x9b - /xe9/x86/x9c - /xe9/x86/x9d - /xe9/x86/x9e - /xe9/x86/x9f - /xe9/x86/xa0 - /xe9/x86/xa1 - /xe9/x86/xa2 - /xe9/x86/xa3 - /xe9/x86/xa4 - /xe9/x86/xa5 - /xe9/x86/xa6 - /xe9/x86/xa7 - /xe9/x86/xa8 - /xe9/x86/xa9 - /xe9/x86/xaa - /xe9/x86/xab - /xe9/x86/xac - /xe9/x86/xad - /xe9/x86/xae - /xe9/x86/xaf - /xe9/x86/xb0 - /xe9/x86/xb1 - /xe9/x86/xb2 - /xe9/x86/xb3 - /xe9/x86/xb4 - /xe9/x86/xb5 - /xe9/x86/xb6 - /xe9/x86/xb7 - /xe9/x86/xb8 - /xe9/x86/xb9 - /xe9/x86/xba - /xe9/x86/xbb - /xe9/x86/xbc - /xe9/x86/xbd - /xe9/x86/xbe - /xe9/x86/xbf - /xe9/x87/x80 - /xe9/x87/x81 - /xe9/x87/x82 - /xe9/x87/x83 - /xe9/x87/x84 - /xe9/x87/x85 - /xe9/x87/x86 - /xe9/x87/x87 - /xe9/x87/x88 - /xe9/x87/x89 - /xe9/x87/x8a - /xe9/x87/x8b - /xe9/x87/x8c - /xe9/x87/x8d - /xe9/x87/x8e - /xe9/x87/x8f - /xe9/x87/x90 - /xe9/x87/x91 - /xe9/x87/x92 - /xe9/x87/x93 - /xe9/x87/x94 - /xe9/x87/x95 - /xe9/x87/x96 - /xe9/x87/x97 - /xe9/x87/x98 - /xe9/x87/x99 - /xe9/x87/x9a - /xe9/x87/x9b - /xe9/x87/x9c - /xe9/x87/x9d - /xe9/x87/x9e - /xe9/x87/x9f - /xe9/x87/xa0 - /xe9/x87/xa1 - /xe9/x87/xa2 - /xe9/x87/xa3 - /xe9/x87/xa4 - /xe9/x87/xa5 - /xe9/x87/xa6 - /xe9/x87/xa7 - /xe9/x87/xa8 - /xe9/x87/xa9 - /xe9/x87/xaa - /xe9/x87/xab - /xe9/x87/xac - /xe9/x87/xad - /xe9/x87/xae - /xe9/x87/xaf - /xe9/x87/xb0 - /xe9/x87/xb1 - /xe9/x87/xb2 - /xe9/x87/xb3 - /xe9/x87/xb4 - /xe9/x87/xb5 - /xe9/x87/xb6 - /xe9/x87/xb7 - /xe9/x87/xb8 - /xe9/x87/xb9 - /xe9/x87/xba - /xe9/x87/xbb - /xe9/x87/xbc - /xe9/x87/xbd - /xe9/x87/xbe - /xe9/x87/xbf - /xe9/x88/x80 - /xe9/x88/x81 - /xe9/x88/x82 - /xe9/x88/x83 - /xe9/x88/x84 - /xe9/x88/x85 - /xe9/x88/x86 - /xe9/x88/x87 - /xe9/x88/x88 - /xe9/x88/x89 - /xe9/x88/x8a - /xe9/x88/x8b - /xe9/x88/x8c - /xe9/x88/x8d - /xe9/x88/x8e - /xe9/x88/x8f - /xe9/x88/x90 - /xe9/x88/x91 - /xe9/x88/x92 - /xe9/x88/x93 - /xe9/x88/x94 - /xe9/x88/x95 - /xe9/x88/x96 - /xe9/x88/x97 - /xe9/x88/x98 - /xe9/x88/x99 - /xe9/x88/x9a - /xe9/x88/x9b - /xe9/x88/x9c - /xe9/x88/x9d - /xe9/x88/x9e - /xe9/x88/x9f - /xe9/x88/xa0 - /xe9/x88/xa1 - /xe9/x88/xa2 - /xe9/x88/xa3 - /xe9/x88/xa4 - /xe9/x88/xa5 - /xe9/x88/xa6 - /xe9/x88/xa7 - /xe9/x88/xa8 - /xe9/x88/xa9 - /xe9/x88/xaa - /xe9/x88/xab - /xe9/x88/xac - /xe9/x88/xad - /xe9/x88/xae - /xe9/x88/xaf - /xe9/x88/xb0 - /xe9/x88/xb1 - /xe9/x88/xb2 - /xe9/x88/xb3 - /xe9/x88/xb4 - /xe9/x88/xb5 - /xe9/x88/xb6 - /xe9/x88/xb7 - /xe9/x88/xb8 - /xe9/x88/xb9 - /xe9/x88/xba - /xe9/x88/xbb - /xe9/x88/xbc - /xe9/x88/xbd - /xe9/x88/xbe - /xe9/x88/xbf - /xe9/x89/x80 - /xe9/x89/x81 - /xe9/x89/x82 - /xe9/x89/x83 - /xe9/x89/x84 - /xe9/x89/x85 - /xe9/x89/x86 - /xe9/x89/x87 - /xe9/x89/x88 - /xe9/x89/x89 - /xe9/x89/x8a - /xe9/x89/x8b - /xe9/x89/x8c - /xe9/x89/x8d - /xe9/x89/x8e - /xe9/x89/x8f - /xe9/x89/x90 - /xe9/x89/x91 - /xe9/x89/x92 - /xe9/x89/x93 - /xe9/x89/x94 - /xe9/x89/x95 - /xe9/x89/x96 - /xe9/x89/x97 - /xe9/x89/x98 - /xe9/x89/x99 - /xe9/x89/x9a - /xe9/x89/x9b - /xe9/x89/x9c - /xe9/x89/x9d - /xe9/x89/x9e - /xe9/x89/x9f - /xe9/x89/xa0 - /xe9/x89/xa1 - /xe9/x89/xa2 - /xe9/x89/xa3 - /xe9/x89/xa4 - /xe9/x89/xa5 - /xe9/x89/xa6 - /xe9/x89/xa7 - /xe9/x89/xa8 - /xe9/x89/xa9 - /xe9/x89/xaa - /xe9/x89/xab - /xe9/x89/xac - /xe9/x89/xad - /xe9/x89/xae - /xe9/x89/xaf - /xe9/x89/xb0 - /xe9/x89/xb1 - /xe9/x89/xb2 - /xe9/x89/xb3 - /xe9/x89/xb4 - /xe9/x89/xb5 - /xe9/x89/xb6 - /xe9/x89/xb7 - /xe9/x89/xb8 - /xe9/x89/xb9 - /xe9/x89/xba - /xe9/x89/xbb - /xe9/x89/xbc - /xe9/x89/xbd - /xe9/x89/xbe - /xe9/x89/xbf - /xe9/x8a/x80 - /xe9/x8a/x81 - /xe9/x8a/x82 - /xe9/x8a/x83 - /xe9/x8a/x84 - /xe9/x8a/x85 - /xe9/x8a/x86 - /xe9/x8a/x87 - /xe9/x8a/x88 - /xe9/x8a/x89 - /xe9/x8a/x8a - /xe9/x8a/x8b - /xe9/x8a/x8c - /xe9/x8a/x8d - /xe9/x8a/x8e - /xe9/x8a/x8f - /xe9/x8a/x90 - /xe9/x8a/x91 - /xe9/x8a/x92 - /xe9/x8a/x93 - /xe9/x8a/x94 - /xe9/x8a/x95 - /xe9/x8a/x96 - /xe9/x8a/x97 - /xe9/x8a/x98 - /xe9/x8a/x99 - /xe9/x8a/x9a - /xe9/x8a/x9b - /xe9/x8a/x9c - /xe9/x8a/x9d - /xe9/x8a/x9e - /xe9/x8a/x9f - /xe9/x8a/xa0 - /xe9/x8a/xa1 - /xe9/x8a/xa2 - /xe9/x8a/xa3 - /xe9/x8a/xa4 - /xe9/x8a/xa5 - /xe9/x8a/xa6 - /xe9/x8a/xa7 - /xe9/x8a/xa8 - /xe9/x8a/xa9 - /xe9/x8a/xaa - /xe9/x8a/xab - /xe9/x8a/xac - /xe9/x8a/xad - /xe9/x8a/xae - /xe9/x8a/xaf - /xe9/x8a/xb0 - /xe9/x8a/xb1 - /xe9/x8a/xb2 - /xe9/x8a/xb3 - /xe9/x8a/xb4 - /xe9/x8a/xb5 - /xe9/x8a/xb6 - /xe9/x8a/xb7 - /xe9/x8a/xb8 - /xe9/x8a/xb9 - /xe9/x8a/xba - /xe9/x8a/xbb - /xe9/x8a/xbc - /xe9/x8a/xbd - /xe9/x8a/xbe - /xe9/x8a/xbf - /xe9/x8b/x80 - /xe9/x8b/x81 - /xe9/x8b/x82 - /xe9/x8b/x83 - /xe9/x8b/x84 - /xe9/x8b/x85 - /xe9/x8b/x86 - /xe9/x8b/x87 - /xe9/x8b/x88 - /xe9/x8b/x89 - /xe9/x8b/x8a - /xe9/x8b/x8b - /xe9/x8b/x8c - /xe9/x8b/x8d - /xe9/x8b/x8e - /xe9/x8b/x8f - /xe9/x8b/x90 - /xe9/x8b/x91 - /xe9/x8b/x92 - /xe9/x8b/x93 - /xe9/x8b/x94 - /xe9/x8b/x95 - /xe9/x8b/x96 - /xe9/x8b/x97 - /xe9/x8b/x98 - /xe9/x8b/x99 - /xe9/x8b/x9a - /xe9/x8b/x9b - /xe9/x8b/x9c - /xe9/x8b/x9d - /xe9/x8b/x9e - /xe9/x8b/x9f - /xe9/x8b/xa0 - /xe9/x8b/xa1 - /xe9/x8b/xa2 - /xe9/x8b/xa3 - /xe9/x8b/xa4 - /xe9/x8b/xa5 - /xe9/x8b/xa6 - /xe9/x8b/xa7 - /xe9/x8b/xa8 - /xe9/x8b/xa9 - /xe9/x8b/xaa - /xe9/x8b/xab - /xe9/x8b/xac - /xe9/x8b/xad - /xe9/x8b/xae - /xe9/x8b/xaf - /xe9/x8b/xb0 - /xe9/x8b/xb1 - /xe9/x8b/xb2 - /xe9/x8b/xb3 - /xe9/x8b/xb4 - /xe9/x8b/xb5 - /xe9/x8b/xb6 - /xe9/x8b/xb7 - /xe9/x8b/xb8 - /xe9/x8b/xb9 - /xe9/x8b/xba - /xe9/x8b/xbb - /xe9/x8b/xbc - /xe9/x8b/xbd - /xe9/x8b/xbe - /xe9/x8b/xbf - /xe9/x8c/x80 - /xe9/x8c/x81 - /xe9/x8c/x82 - /xe9/x8c/x83 - /xe9/x8c/x84 - /xe9/x8c/x85 - /xe9/x8c/x86 - /xe9/x8c/x87 - /xe9/x8c/x88 - /xe9/x8c/x89 - /xe9/x8c/x8a - /xe9/x8c/x8b - /xe9/x8c/x8c - /xe9/x8c/x8d - /xe9/x8c/x8e - /xe9/x8c/x8f - /xe9/x8c/x90 - /xe9/x8c/x91 - /xe9/x8c/x92 - /xe9/x8c/x93 - /xe9/x8c/x94 - /xe9/x8c/x95 - /xe9/x8c/x96 - /xe9/x8c/x97 - /xe9/x8c/x98 - /xe9/x8c/x99 - /xe9/x8c/x9a - /xe9/x8c/x9b - /xe9/x8c/x9c - /xe9/x8c/x9d - /xe9/x8c/x9e - /xe9/x8c/x9f - /xe9/x8c/xa0 - /xe9/x8c/xa1 - /xe9/x8c/xa2 - /xe9/x8c/xa3 - /xe9/x8c/xa4 - /xe9/x8c/xa5 - /xe9/x8c/xa6 - /xe9/x8c/xa7 - /xe9/x8c/xa8 - /xe9/x8c/xa9 - /xe9/x8c/xaa - /xe9/x8c/xab - /xe9/x8c/xac - /xe9/x8c/xad - /xe9/x8c/xae - /xe9/x8c/xaf - /xe9/x8c/xb0 - /xe9/x8c/xb1 - /xe9/x8c/xb2 - /xe9/x8c/xb3 - /xe9/x8c/xb4 - /xe9/x8c/xb5 - /xe9/x8c/xb6 - /xe9/x8c/xb7 - /xe9/x8c/xb8 - /xe9/x8c/xb9 - /xe9/x8c/xba - /xe9/x8c/xbb - /xe9/x8c/xbc - /xe9/x8c/xbd - /xe9/x8c/xbe - /xe9/x8c/xbf - /xe9/x8d/x80 - /xe9/x8d/x81 - /xe9/x8d/x82 - /xe9/x8d/x83 - /xe9/x8d/x84 - /xe9/x8d/x85 - /xe9/x8d/x86 - /xe9/x8d/x87 - /xe9/x8d/x88 - /xe9/x8d/x89 - /xe9/x8d/x8a - /xe9/x8d/x8b - /xe9/x8d/x8c - /xe9/x8d/x8d - /xe9/x8d/x8e - /xe9/x8d/x8f - /xe9/x8d/x90 - /xe9/x8d/x91 - /xe9/x8d/x92 - /xe9/x8d/x93 - /xe9/x8d/x94 - /xe9/x8d/x95 - /xe9/x8d/x96 - /xe9/x8d/x97 - /xe9/x8d/x98 - /xe9/x8d/x99 - /xe9/x8d/x9a - /xe9/x8d/x9b - /xe9/x8d/x9c - /xe9/x8d/x9d - /xe9/x8d/x9e - /xe9/x8d/x9f - /xe9/x8d/xa0 - /xe9/x8d/xa1 - /xe9/x8d/xa2 - /xe9/x8d/xa3 - /xe9/x8d/xa4 - /xe9/x8d/xa5 - /xe9/x8d/xa6 - /xe9/x8d/xa7 - /xe9/x8d/xa8 - /xe9/x8d/xa9 - /xe9/x8d/xaa - /xe9/x8d/xab - /xe9/x8d/xac - /xe9/x8d/xad - /xe9/x8d/xae - /xe9/x8d/xaf - /xe9/x8d/xb0 - /xe9/x8d/xb1 - /xe9/x8d/xb2 - /xe9/x8d/xb3 - /xe9/x8d/xb4 - /xe9/x8d/xb5 - /xe9/x8d/xb6 - /xe9/x8d/xb7 - /xe9/x8d/xb8 - /xe9/x8d/xb9 - /xe9/x8d/xba - /xe9/x8d/xbb - /xe9/x8d/xbc - /xe9/x8d/xbd - /xe9/x8d/xbe - /xe9/x8d/xbf - /xe9/x8e/x80 - /xe9/x8e/x81 - /xe9/x8e/x82 - /xe9/x8e/x83 - /xe9/x8e/x84 - /xe9/x8e/x85 - /xe9/x8e/x86 - /xe9/x8e/x87 - /xe9/x8e/x88 - /xe9/x8e/x89 - /xe9/x8e/x8a - /xe9/x8e/x8b - /xe9/x8e/x8c - /xe9/x8e/x8d - /xe9/x8e/x8e - /xe9/x8e/x8f - /xe9/x8e/x90 - /xe9/x8e/x91 - /xe9/x8e/x92 - /xe9/x8e/x93 - /xe9/x8e/x94 - /xe9/x8e/x95 - /xe9/x8e/x96 - /xe9/x8e/x97 - /xe9/x8e/x98 - /xe9/x8e/x99 - /xe9/x8e/x9a - /xe9/x8e/x9b - /xe9/x8e/x9c - /xe9/x8e/x9d - /xe9/x8e/x9e - /xe9/x8e/x9f - /xe9/x8e/xa0 - /xe9/x8e/xa1 - /xe9/x8e/xa2 - /xe9/x8e/xa3 - /xe9/x8e/xa4 - /xe9/x8e/xa5 - /xe9/x8e/xa6 - /xe9/x8e/xa7 - /xe9/x8e/xa8 - /xe9/x8e/xa9 - /xe9/x8e/xaa - /xe9/x8e/xab - /xe9/x8e/xac - /xe9/x8e/xad - /xe9/x8e/xae - /xe9/x8e/xaf - /xe9/x8e/xb0 - /xe9/x8e/xb1 - /xe9/x8e/xb2 - /xe9/x8e/xb3 - /xe9/x8e/xb4 - /xe9/x8e/xb5 - /xe9/x8e/xb6 - /xe9/x8e/xb7 - /xe9/x8e/xb8 - /xe9/x8e/xb9 - /xe9/x8e/xba - /xe9/x8e/xbb - /xe9/x8e/xbc - /xe9/x8e/xbd - /xe9/x8e/xbe - /xe9/x8e/xbf - /xe9/x8f/x80 - /xe9/x8f/x81 - /xe9/x8f/x82 - /xe9/x8f/x83 - /xe9/x8f/x84 - /xe9/x8f/x85 - /xe9/x8f/x86 - /xe9/x8f/x87 - /xe9/x8f/x88 - /xe9/x8f/x89 - /xe9/x8f/x8a - /xe9/x8f/x8b - /xe9/x8f/x8c - /xe9/x8f/x8d - /xe9/x8f/x8e - /xe9/x8f/x8f - /xe9/x8f/x90 - /xe9/x8f/x91 - /xe9/x8f/x92 - /xe9/x8f/x93 - /xe9/x8f/x94 - /xe9/x8f/x95 - /xe9/x8f/x96 - /xe9/x8f/x97 - /xe9/x8f/x98 - /xe9/x8f/x99 - /xe9/x8f/x9a - /xe9/x8f/x9b - /xe9/x8f/x9c - /xe9/x8f/x9d - /xe9/x8f/x9e - /xe9/x8f/x9f - /xe9/x8f/xa0 - /xe9/x8f/xa1 - /xe9/x8f/xa2 - /xe9/x8f/xa3 - /xe9/x8f/xa4 - /xe9/x8f/xa5 - /xe9/x8f/xa6 - /xe9/x8f/xa7 - /xe9/x8f/xa8 - /xe9/x8f/xa9 - /xe9/x8f/xaa - /xe9/x8f/xab - /xe9/x8f/xac - /xe9/x8f/xad - /xe9/x8f/xae - /xe9/x8f/xaf - /xe9/x8f/xb0 - /xe9/x8f/xb1 - /xe9/x8f/xb2 - /xe9/x8f/xb3 - /xe9/x8f/xb4 - /xe9/x8f/xb5 - /xe9/x8f/xb6 - /xe9/x8f/xb7 - /xe9/x8f/xb8 - /xe9/x8f/xb9 - /xe9/x8f/xba - /xe9/x8f/xbb - /xe9/x8f/xbc - /xe9/x8f/xbd - /xe9/x8f/xbe - /xe9/x8f/xbf - /xe9/x90/x80 - /xe9/x90/x81 - /xe9/x90/x82 - /xe9/x90/x83 - /xe9/x90/x84 - /xe9/x90/x85 - /xe9/x90/x86 - /xe9/x90/x87 - /xe9/x90/x88 - /xe9/x90/x89 - /xe9/x90/x8a - /xe9/x90/x8b - /xe9/x90/x8c - /xe9/x90/x8d - /xe9/x90/x8e - /xe9/x90/x8f - /xe9/x90/x90 - /xe9/x90/x91 - /xe9/x90/x92 - /xe9/x90/x93 - /xe9/x90/x94 - /xe9/x90/x95 - /xe9/x90/x96 - /xe9/x90/x97 - /xe9/x90/x98 - /xe9/x90/x99 - /xe9/x90/x9a - /xe9/x90/x9b - /xe9/x90/x9c - /xe9/x90/x9d - /xe9/x90/x9e - /xe9/x90/x9f - /xe9/x90/xa0 - /xe9/x90/xa1 - /xe9/x90/xa2 - /xe9/x90/xa3 - /xe9/x90/xa4 - /xe9/x90/xa5 - /xe9/x90/xa6 - /xe9/x90/xa7 - /xe9/x90/xa8 - /xe9/x90/xa9 - /xe9/x90/xaa - /xe9/x90/xab - /xe9/x90/xac - /xe9/x90/xad - /xe9/x90/xae - /xe9/x90/xaf - /xe9/x90/xb0 - /xe9/x90/xb1 - /xe9/x90/xb2 - /xe9/x90/xb3 - /xe9/x90/xb4 - /xe9/x90/xb5 - /xe9/x90/xb6 - /xe9/x90/xb7 - /xe9/x90/xb8 - /xe9/x90/xb9 - /xe9/x90/xba - /xe9/x90/xbb - /xe9/x90/xbc - /xe9/x90/xbd - /xe9/x90/xbe - /xe9/x90/xbf - /xe9/x91/x80 - /xe9/x91/x81 - /xe9/x91/x82 - /xe9/x91/x83 - /xe9/x91/x84 - /xe9/x91/x85 - /xe9/x91/x86 - /xe9/x91/x87 - /xe9/x91/x88 - /xe9/x91/x89 - /xe9/x91/x8a - /xe9/x91/x8b - /xe9/x91/x8c - /xe9/x91/x8d - /xe9/x91/x8e - /xe9/x91/x8f - /xe9/x91/x90 - /xe9/x91/x91 - /xe9/x91/x92 - /xe9/x91/x93 - /xe9/x91/x94 - /xe9/x91/x95 - /xe9/x91/x96 - /xe9/x91/x97 - /xe9/x91/x98 - /xe9/x91/x99 - /xe9/x91/x9a - /xe9/x91/x9b - /xe9/x91/x9c - /xe9/x91/x9d - /xe9/x91/x9e - /xe9/x91/x9f - /xe9/x91/xa0 - /xe9/x91/xa1 - /xe9/x91/xa2 - /xe9/x91/xa3 - /xe9/x91/xa4 - /xe9/x91/xa5 - /xe9/x91/xa6 - /xe9/x91/xa7 - /xe9/x91/xa8 - /xe9/x91/xa9 - /xe9/x91/xaa - /xe9/x91/xab - /xe9/x91/xac - /xe9/x91/xad - /xe9/x91/xae - /xe9/x91/xaf - /xe9/x91/xb0 - /xe9/x91/xb1 - /xe9/x91/xb2 - /xe9/x91/xb3 - /xe9/x91/xb4 - /xe9/x91/xb5 - /xe9/x91/xb6 - /xe9/x91/xb7 - /xe9/x91/xb8 - /xe9/x91/xb9 - /xe9/x91/xba - /xe9/x91/xbb - /xe9/x91/xbc - /xe9/x91/xbd - /xe9/x91/xbe - /xe9/x91/xbf - /xe9/x92/x80 - /xe9/x92/x81 - /xe9/x92/x82 - /xe9/x92/x83 - /xe9/x92/x84 - /xe9/x92/x85 - /xe9/x92/x86 - /xe9/x92/x87 - /xe9/x92/x88 - /xe9/x92/x89 - /xe9/x92/x8a - /xe9/x92/x8b - /xe9/x92/x8c - /xe9/x92/x8d - /xe9/x92/x8e - /xe9/x92/x8f - /xe9/x92/x90 - /xe9/x92/x91 - /xe9/x92/x92 - /xe9/x92/x93 - /xe9/x92/x94 - /xe9/x92/x95 - /xe9/x92/x96 - /xe9/x92/x97 - /xe9/x92/x98 - /xe9/x92/x99 - /xe9/x92/x9a - /xe9/x92/x9b - /xe9/x92/x9c - /xe9/x92/x9d - /xe9/x92/x9e - /xe9/x92/x9f - /xe9/x92/xa0 - /xe9/x92/xa1 - /xe9/x92/xa2 - /xe9/x92/xa3 - /xe9/x92/xa4 - /xe9/x92/xa5 - /xe9/x92/xa6 - /xe9/x92/xa7 - /xe9/x92/xa8 - /xe9/x92/xa9 - /xe9/x92/xaa - /xe9/x92/xab - /xe9/x92/xac - /xe9/x92/xad - /xe9/x92/xae - /xe9/x92/xaf - /xe9/x92/xb0 - /xe9/x92/xb1 - /xe9/x92/xb2 - /xe9/x92/xb3 - /xe9/x92/xb4 - /xe9/x92/xb5 - /xe9/x92/xb6 - /xe9/x92/xb7 - /xe9/x92/xb8 - /xe9/x92/xb9 - /xe9/x92/xba - /xe9/x92/xbb - /xe9/x92/xbc - /xe9/x92/xbd - /xe9/x92/xbe - /xe9/x92/xbf - /xe9/x93/x80 - /xe9/x93/x81 - /xe9/x93/x82 - /xe9/x93/x83 - /xe9/x93/x84 - /xe9/x93/x85 - /xe9/x93/x86 - /xe9/x93/x87 - /xe9/x93/x88 - /xe9/x93/x89 - /xe9/x93/x8a - /xe9/x93/x8b - /xe9/x93/x8c - /xe9/x93/x8d - /xe9/x93/x8e - /xe9/x93/x8f - /xe9/x93/x90 - /xe9/x93/x91 - /xe9/x93/x92 - /xe9/x93/x93 - /xe9/x93/x94 - /xe9/x93/x95 - /xe9/x93/x96 - /xe9/x93/x97 - /xe9/x93/x98 - /xe9/x93/x99 - /xe9/x93/x9a - /xe9/x93/x9b - /xe9/x93/x9c - /xe9/x93/x9d - /xe9/x93/x9e - /xe9/x93/x9f - /xe9/x93/xa0 - /xe9/x93/xa1 - /xe9/x93/xa2 - /xe9/x93/xa3 - /xe9/x93/xa4 - /xe9/x93/xa5 - /xe9/x93/xa6 - /xe9/x93/xa7 - /xe9/x93/xa8 - /xe9/x93/xa9 - /xe9/x93/xaa - /xe9/x93/xab - /xe9/x93/xac - /xe9/x93/xad - /xe9/x93/xae - /xe9/x93/xaf - /xe9/x93/xb0 - /xe9/x93/xb1 - /xe9/x93/xb2 - /xe9/x93/xb3 - /xe9/x93/xb4 - /xe9/x93/xb5 - /xe9/x93/xb6 - /xe9/x93/xb7 - /xe9/x93/xb8 - /xe9/x93/xb9 - /xe9/x93/xba - /xe9/x93/xbb - /xe9/x93/xbc - /xe9/x93/xbd - /xe9/x93/xbe - /xe9/x93/xbf - /xe9/x94/x80 - /xe9/x94/x81 - /xe9/x94/x82 - /xe9/x94/x83 - /xe9/x94/x84 - /xe9/x94/x85 - /xe9/x94/x86 - /xe9/x94/x87 - /xe9/x94/x88 - /xe9/x94/x89 - /xe9/x94/x8a - /xe9/x94/x8b - /xe9/x94/x8c - /xe9/x94/x8d - /xe9/x94/x8e - /xe9/x94/x8f - /xe9/x94/x90 - /xe9/x94/x91 - /xe9/x94/x92 - /xe9/x94/x93 - /xe9/x94/x94 - /xe9/x94/x95 - /xe9/x94/x96 - /xe9/x94/x97 - /xe9/x94/x98 - /xe9/x94/x99 - /xe9/x94/x9a - /xe9/x94/x9b - /xe9/x94/x9c - /xe9/x94/x9d - /xe9/x94/x9e - /xe9/x94/x9f - /xe9/x94/xa0 - /xe9/x94/xa1 - /xe9/x94/xa2 - /xe9/x94/xa3 - /xe9/x94/xa4 - /xe9/x94/xa5 - /xe9/x94/xa6 - /xe9/x94/xa7 - /xe9/x94/xa8 - /xe9/x94/xa9 - /xe9/x94/xaa - /xe9/x94/xab - /xe9/x94/xac - /xe9/x94/xad - /xe9/x94/xae - /xe9/x94/xaf - /xe9/x94/xb0 - /xe9/x94/xb1 - /xe9/x94/xb2 - /xe9/x94/xb3 - /xe9/x94/xb4 - /xe9/x94/xb5 - /xe9/x94/xb6 - /xe9/x94/xb7 - /xe9/x94/xb8 - /xe9/x94/xb9 - /xe9/x94/xba - /xe9/x94/xbb - /xe9/x94/xbc - /xe9/x94/xbd - /xe9/x94/xbe - /xe9/x94/xbf - /xe9/x95/x80 - /xe9/x95/x81 - /xe9/x95/x82 - /xe9/x95/x83 - /xe9/x95/x84 - /xe9/x95/x85 - /xe9/x95/x86 - /xe9/x95/x87 - /xe9/x95/x88 - /xe9/x95/x89 - /xe9/x95/x8a - /xe9/x95/x8b - /xe9/x95/x8c - /xe9/x95/x8d - /xe9/x95/x8e - /xe9/x95/x8f - /xe9/x95/x90 - /xe9/x95/x91 - /xe9/x95/x92 - /xe9/x95/x93 - /xe9/x95/x94 - /xe9/x95/x95 - /xe9/x95/x96 - /xe9/x95/x97 - /xe9/x95/x98 - /xe9/x95/x99 - /xe9/x95/x9a - /xe9/x95/x9b - /xe9/x95/x9c - /xe9/x95/x9d - /xe9/x95/x9e - /xe9/x95/x9f - /xe9/x95/xa0 - /xe9/x95/xa1 - /xe9/x95/xa2 - /xe9/x95/xa3 - /xe9/x95/xa4 - /xe9/x95/xa5 - /xe9/x95/xa6 - /xe9/x95/xa7 - /xe9/x95/xa8 - /xe9/x95/xa9 - /xe9/x95/xaa - /xe9/x95/xab - /xe9/x95/xac - /xe9/x95/xad - /xe9/x95/xae - /xe9/x95/xaf - /xe9/x95/xb0 - /xe9/x95/xb1 - /xe9/x95/xb2 - /xe9/x95/xb3 - /xe9/x95/xb4 - /xe9/x95/xb5 - /xe9/x95/xb6 - /xe9/x95/xb7 - /xe9/x95/xb8 - /xe9/x95/xb9 - /xe9/x95/xba - /xe9/x95/xbb - /xe9/x95/xbc - /xe9/x95/xbd - /xe9/x95/xbe - /xe9/x95/xbf - /xe9/x96/x80 - /xe9/x96/x81 - /xe9/x96/x82 - /xe9/x96/x83 - /xe9/x96/x84 - /xe9/x96/x85 - /xe9/x96/x86 - /xe9/x96/x87 - /xe9/x96/x88 - /xe9/x96/x89 - /xe9/x96/x8a - /xe9/x96/x8b - /xe9/x96/x8c - /xe9/x96/x8d - /xe9/x96/x8e - /xe9/x96/x8f - /xe9/x96/x90 - /xe9/x96/x91 - /xe9/x96/x92 - /xe9/x96/x93 - /xe9/x96/x94 - /xe9/x96/x95 - /xe9/x96/x96 - /xe9/x96/x97 - /xe9/x96/x98 - /xe9/x96/x99 - /xe9/x96/x9a - /xe9/x96/x9b - /xe9/x96/x9c - /xe9/x96/x9d - /xe9/x96/x9e - /xe9/x96/x9f - /xe9/x96/xa0 - /xe9/x96/xa1 - /xe9/x96/xa2 - /xe9/x96/xa3 - /xe9/x96/xa4 - /xe9/x96/xa5 - /xe9/x96/xa6 - /xe9/x96/xa7 - /xe9/x96/xa8 - /xe9/x96/xa9 - /xe9/x96/xaa - /xe9/x96/xab - /xe9/x96/xac - /xe9/x96/xad - /xe9/x96/xae - /xe9/x96/xaf - /xe9/x96/xb0 - /xe9/x96/xb1 - /xe9/x96/xb2 - /xe9/x96/xb3 - /xe9/x96/xb4 - /xe9/x96/xb5 - /xe9/x96/xb6 - /xe9/x96/xb7 - /xe9/x96/xb8 - /xe9/x96/xb9 - /xe9/x96/xba - /xe9/x96/xbb - /xe9/x96/xbc - /xe9/x96/xbd - /xe9/x96/xbe - /xe9/x96/xbf - /xe9/x97/x80 - /xe9/x97/x81 - /xe9/x97/x82 - /xe9/x97/x83 - /xe9/x97/x84 - /xe9/x97/x85 - /xe9/x97/x86 - /xe9/x97/x87 - /xe9/x97/x88 - /xe9/x97/x89 - /xe9/x97/x8a - /xe9/x97/x8b - /xe9/x97/x8c - /xe9/x97/x8d - /xe9/x97/x8e - /xe9/x97/x8f - /xe9/x97/x90 - /xe9/x97/x91 - /xe9/x97/x92 - /xe9/x97/x93 - /xe9/x97/x94 - /xe9/x97/x95 - /xe9/x97/x96 - /xe9/x97/x97 - /xe9/x97/x98 - /xe9/x97/x99 - /xe9/x97/x9a - /xe9/x97/x9b - /xe9/x97/x9c - /xe9/x97/x9d - /xe9/x97/x9e - /xe9/x97/x9f - /xe9/x97/xa0 - /xe9/x97/xa1 - /xe9/x97/xa2 - /xe9/x97/xa3 - /xe9/x97/xa4 - /xe9/x97/xa5 - /xe9/x97/xa6 - /xe9/x97/xa7 - /xe9/x97/xa8 - /xe9/x97/xa9 - /xe9/x97/xaa - /xe9/x97/xab - /xe9/x97/xac - /xe9/x97/xad - /xe9/x97/xae - /xe9/x97/xaf - /xe9/x97/xb0 - /xe9/x97/xb1 - /xe9/x97/xb2 - /xe9/x97/xb3 - /xe9/x97/xb4 - /xe9/x97/xb5 - /xe9/x97/xb6 - /xe9/x97/xb7 - /xe9/x97/xb8 - /xe9/x97/xb9 - /xe9/x97/xba - /xe9/x97/xbb - /xe9/x97/xbc - /xe9/x97/xbd - /xe9/x97/xbe - /xe9/x97/xbf - /xe9/x98/x80 - /xe9/x98/x81 - /xe9/x98/x82 - /xe9/x98/x83 - /xe9/x98/x84 - /xe9/x98/x85 - /xe9/x98/x86 - /xe9/x98/x87 - /xe9/x98/x88 - /xe9/x98/x89 - /xe9/x98/x8a - /xe9/x98/x8b - /xe9/x98/x8c - /xe9/x98/x8d - /xe9/x98/x8e - /xe9/x98/x8f - /xe9/x98/x90 - /xe9/x98/x91 - /xe9/x98/x92 - /xe9/x98/x93 - /xe9/x98/x94 - /xe9/x98/x95 - /xe9/x98/x96 - /xe9/x98/x97 - /xe9/x98/x98 - /xe9/x98/x99 - /xe9/x98/x9a - /xe9/x98/x9b - /xe9/x98/x9c - /xe9/x98/x9d - /xe9/x98/x9e - /xe9/x98/x9f - /xe9/x98/xa0 - /xe9/x98/xa1 - /xe9/x98/xa2 - /xe9/x98/xa3 - /xe9/x98/xa4 - /xe9/x98/xa5 - /xe9/x98/xa6 - /xe9/x98/xa7 - /xe9/x98/xa8 - /xe9/x98/xa9 - /xe9/x98/xaa - /xe9/x98/xab - /xe9/x98/xac - /xe9/x98/xad - /xe9/x98/xae - /xe9/x98/xaf - /xe9/x98/xb0 - /xe9/x98/xb1 - /xe9/x98/xb2 - /xe9/x98/xb3 - /xe9/x98/xb4 - /xe9/x98/xb5 - /xe9/x98/xb6 - /xe9/x98/xb7 - /xe9/x98/xb8 - /xe9/x98/xb9 - /xe9/x98/xba - /xe9/x98/xbb - /xe9/x98/xbc - /xe9/x98/xbd - /xe9/x98/xbe - /xe9/x98/xbf - /xe9/x99/x80 - /xe9/x99/x81 - /xe9/x99/x82 - /xe9/x99/x83 - /xe9/x99/x84 - /xe9/x99/x85 - /xe9/x99/x86 - /xe9/x99/x87 - /xe9/x99/x88 - /xe9/x99/x89 - /xe9/x99/x8a - /xe9/x99/x8b - /xe9/x99/x8c - /xe9/x99/x8d - /xe9/x99/x8e - /xe9/x99/x8f - /xe9/x99/x90 - /xe9/x99/x91 - /xe9/x99/x92 - /xe9/x99/x93 - /xe9/x99/x94 - /xe9/x99/x95 - /xe9/x99/x96 - /xe9/x99/x97 - /xe9/x99/x98 - /xe9/x99/x99 - /xe9/x99/x9a - /xe9/x99/x9b - /xe9/x99/x9c - /xe9/x99/x9d - /xe9/x99/x9e - /xe9/x99/x9f - /xe9/x99/xa0 - /xe9/x99/xa1 - /xe9/x99/xa2 - /xe9/x99/xa3 - /xe9/x99/xa4 - /xe9/x99/xa5 - /xe9/x99/xa6 - /xe9/x99/xa7 - /xe9/x99/xa8 - /xe9/x99/xa9 - /xe9/x99/xaa - /xe9/x99/xab - /xe9/x99/xac - /xe9/x99/xad - /xe9/x99/xae - /xe9/x99/xaf - /xe9/x99/xb0 - /xe9/x99/xb1 - /xe9/x99/xb2 - /xe9/x99/xb3 - /xe9/x99/xb4 - /xe9/x99/xb5 - /xe9/x99/xb6 - /xe9/x99/xb7 - /xe9/x99/xb8 - /xe9/x99/xb9 - /xe9/x99/xba - /xe9/x99/xbb - /xe9/x99/xbc - /xe9/x99/xbd - /xe9/x99/xbe - /xe9/x99/xbf - /xe9/x9a/x80 - /xe9/x9a/x81 - /xe9/x9a/x82 - /xe9/x9a/x83 - /xe9/x9a/x84 - /xe9/x9a/x85 - /xe9/x9a/x86 - /xe9/x9a/x87 - /xe9/x9a/x88 - /xe9/x9a/x89 - /xe9/x9a/x8a - /xe9/x9a/x8b - /xe9/x9a/x8c - /xe9/x9a/x8d - /xe9/x9a/x8e - /xe9/x9a/x8f - /xe9/x9a/x90 - /xe9/x9a/x91 - /xe9/x9a/x92 - /xe9/x9a/x93 - /xe9/x9a/x94 - /xe9/x9a/x95 - /xe9/x9a/x96 - /xe9/x9a/x97 - /xe9/x9a/x98 - /xe9/x9a/x99 - /xe9/x9a/x9a - /xe9/x9a/x9b - /xe9/x9a/x9c - /xe9/x9a/x9d - /xe9/x9a/x9e - /xe9/x9a/x9f - /xe9/x9a/xa0 - /xe9/x9a/xa1 - /xe9/x9a/xa2 - /xe9/x9a/xa3 - /xe9/x9a/xa4 - /xe9/x9a/xa5 - /xe9/x9a/xa6 - /xe9/x9a/xa7 - /xe9/x9a/xa8 - /xe9/x9a/xa9 - /xe9/x9a/xaa - /xe9/x9a/xab - /xe9/x9a/xac - /xe9/x9a/xad - /xe9/x9a/xae - /xe9/x9a/xaf - /xe9/x9a/xb0 - /xe9/x9a/xb1 - /xe9/x9a/xb2 - /xe9/x9a/xb3 - /xe9/x9a/xb4 - /xe9/x9a/xb5 - /xe9/x9a/xb6 - /xe9/x9a/xb7 - /xe9/x9a/xb8 - /xe9/x9a/xb9 - /xe9/x9a/xba - /xe9/x9a/xbb - /xe9/x9a/xbc - /xe9/x9a/xbd - /xe9/x9a/xbe - /xe9/x9a/xbf - /xe9/x9b/x80 - /xe9/x9b/x81 - /xe9/x9b/x82 - /xe9/x9b/x83 - /xe9/x9b/x84 - /xe9/x9b/x85 - /xe9/x9b/x86 - /xe9/x9b/x87 - /xe9/x9b/x88 - /xe9/x9b/x89 - /xe9/x9b/x8a - /xe9/x9b/x8b - /xe9/x9b/x8c - /xe9/x9b/x8d - /xe9/x9b/x8e - /xe9/x9b/x8f - /xe9/x9b/x90 - /xe9/x9b/x91 - /xe9/x9b/x92 - /xe9/x9b/x93 - /xe9/x9b/x94 - /xe9/x9b/x95 - /xe9/x9b/x96 - /xe9/x9b/x97 - /xe9/x9b/x98 - /xe9/x9b/x99 - /xe9/x9b/x9a - /xe9/x9b/x9b - /xe9/x9b/x9c - /xe9/x9b/x9d - /xe9/x9b/x9e - /xe9/x9b/x9f - /xe9/x9b/xa0 - /xe9/x9b/xa1 - /xe9/x9b/xa2 - /xe9/x9b/xa3 - /xe9/x9b/xa4 - /xe9/x9b/xa5 - /xe9/x9b/xa6 - /xe9/x9b/xa7 - /xe9/x9b/xa8 - /xe9/x9b/xa9 - /xe9/x9b/xaa - /xe9/x9b/xab - /xe9/x9b/xac - /xe9/x9b/xad - /xe9/x9b/xae - /xe9/x9b/xaf - /xe9/x9b/xb0 - /xe9/x9b/xb1 - /xe9/x9b/xb2 - /xe9/x9b/xb3 - /xe9/x9b/xb4 - /xe9/x9b/xb5 - /xe9/x9b/xb6 - /xe9/x9b/xb7 - /xe9/x9b/xb8 - /xe9/x9b/xb9 - /xe9/x9b/xba - /xe9/x9b/xbb - /xe9/x9b/xbc - /xe9/x9b/xbd - /xe9/x9b/xbe - /xe9/x9b/xbf - /xe9/x9c/x80 - /xe9/x9c/x81 - /xe9/x9c/x82 - /xe9/x9c/x83 - /xe9/x9c/x84 - /xe9/x9c/x85 - /xe9/x9c/x86 - /xe9/x9c/x87 - /xe9/x9c/x88 - /xe9/x9c/x89 - /xe9/x9c/x8a - /xe9/x9c/x8b - /xe9/x9c/x8c - /xe9/x9c/x8d - /xe9/x9c/x8e - /xe9/x9c/x8f - /xe9/x9c/x90 - /xe9/x9c/x91 - /xe9/x9c/x92 - /xe9/x9c/x93 - /xe9/x9c/x94 - /xe9/x9c/x95 - /xe9/x9c/x96 - /xe9/x9c/x97 - /xe9/x9c/x98 - /xe9/x9c/x99 - /xe9/x9c/x9a - /xe9/x9c/x9b - /xe9/x9c/x9c - /xe9/x9c/x9d - /xe9/x9c/x9e - /xe9/x9c/x9f - /xe9/x9c/xa0 - /xe9/x9c/xa1 - /xe9/x9c/xa2 - /xe9/x9c/xa3 - /xe9/x9c/xa4 - /xe9/x9c/xa5 - /xe9/x9c/xa6 - /xe9/x9c/xa7 - /xe9/x9c/xa8 - /xe9/x9c/xa9 - /xe9/x9c/xaa - /xe9/x9c/xab - /xe9/x9c/xac - /xe9/x9c/xad - /xe9/x9c/xae - /xe9/x9c/xaf - /xe9/x9c/xb0 - /xe9/x9c/xb1 - /xe9/x9c/xb2 - /xe9/x9c/xb3 - /xe9/x9c/xb4 - /xe9/x9c/xb5 - /xe9/x9c/xb6 - /xe9/x9c/xb7 - /xe9/x9c/xb8 - /xe9/x9c/xb9 - /xe9/x9c/xba - /xe9/x9c/xbb - /xe9/x9c/xbc - /xe9/x9c/xbd - /xe9/x9c/xbe - /xe9/x9c/xbf - /xe9/x9d/x80 - /xe9/x9d/x81 - /xe9/x9d/x82 - /xe9/x9d/x83 - /xe9/x9d/x84 - /xe9/x9d/x85 - /xe9/x9d/x86 - /xe9/x9d/x87 - /xe9/x9d/x88 - /xe9/x9d/x89 - /xe9/x9d/x8a - /xe9/x9d/x8b - /xe9/x9d/x8c - /xe9/x9d/x8d - /xe9/x9d/x8e - /xe9/x9d/x8f - /xe9/x9d/x90 - /xe9/x9d/x91 - /xe9/x9d/x92 - /xe9/x9d/x93 - /xe9/x9d/x94 - /xe9/x9d/x95 - /xe9/x9d/x96 - /xe9/x9d/x97 - /xe9/x9d/x98 - /xe9/x9d/x99 - /xe9/x9d/x9a - /xe9/x9d/x9b - /xe9/x9d/x9c - /xe9/x9d/x9d - /xe9/x9d/x9e - /xe9/x9d/x9f - /xe9/x9d/xa0 - /xe9/x9d/xa1 - /xe9/x9d/xa2 - /xe9/x9d/xa3 - /xe9/x9d/xa4 - /xe9/x9d/xa5 - /xe9/x9d/xa6 - /xe9/x9d/xa7 - /xe9/x9d/xa8 - /xe9/x9d/xa9 - /xe9/x9d/xaa - /xe9/x9d/xab - /xe9/x9d/xac - /xe9/x9d/xad - /xe9/x9d/xae - /xe9/x9d/xaf - /xe9/x9d/xb0 - /xe9/x9d/xb1 - /xe9/x9d/xb2 - /xe9/x9d/xb3 - /xe9/x9d/xb4 - /xe9/x9d/xb5 - /xe9/x9d/xb6 - /xe9/x9d/xb7 - /xe9/x9d/xb8 - /xe9/x9d/xb9 - /xe9/x9d/xba - /xe9/x9d/xbb - /xe9/x9d/xbc - /xe9/x9d/xbd - /xe9/x9d/xbe - /xe9/x9d/xbf - /xe9/x9e/x80 - /xe9/x9e/x81 - /xe9/x9e/x82 - /xe9/x9e/x83 - /xe9/x9e/x84 - /xe9/x9e/x85 - /xe9/x9e/x86 - /xe9/x9e/x87 - /xe9/x9e/x88 - /xe9/x9e/x89 - /xe9/x9e/x8a - /xe9/x9e/x8b - /xe9/x9e/x8c - /xe9/x9e/x8d - /xe9/x9e/x8e - /xe9/x9e/x8f - /xe9/x9e/x90 - /xe9/x9e/x91 - /xe9/x9e/x92 - /xe9/x9e/x93 - /xe9/x9e/x94 - /xe9/x9e/x95 - /xe9/x9e/x96 - /xe9/x9e/x97 - /xe9/x9e/x98 - /xe9/x9e/x99 - /xe9/x9e/x9a - /xe9/x9e/x9b - /xe9/x9e/x9c - /xe9/x9e/x9d - /xe9/x9e/x9e - /xe9/x9e/x9f - /xe9/x9e/xa0 - /xe9/x9e/xa1 - /xe9/x9e/xa2 - /xe9/x9e/xa3 - /xe9/x9e/xa4 - /xe9/x9e/xa5 - /xe9/x9e/xa6 - /xe9/x9e/xa7 - /xe9/x9e/xa8 - /xe9/x9e/xa9 - /xe9/x9e/xaa - /xe9/x9e/xab - /xe9/x9e/xac - /xe9/x9e/xad - /xe9/x9e/xae - /xe9/x9e/xaf - /xe9/x9e/xb0 - /xe9/x9e/xb1 - /xe9/x9e/xb2 - /xe9/x9e/xb3 - /xe9/x9e/xb4 - /xe9/x9e/xb5 - /xe9/x9e/xb6 - /xe9/x9e/xb7 - /xe9/x9e/xb8 - /xe9/x9e/xb9 - /xe9/x9e/xba - /xe9/x9e/xbb - /xe9/x9e/xbc - /xe9/x9e/xbd - /xe9/x9e/xbe - /xe9/x9e/xbf - /xe9/x9f/x80 - /xe9/x9f/x81 - /xe9/x9f/x82 - /xe9/x9f/x83 - /xe9/x9f/x84 - /xe9/x9f/x85 - /xe9/x9f/x86 - /xe9/x9f/x87 - /xe9/x9f/x88 - /xe9/x9f/x89 - /xe9/x9f/x8a - /xe9/x9f/x8b - /xe9/x9f/x8c - /xe9/x9f/x8d - /xe9/x9f/x8e - /xe9/x9f/x8f - /xe9/x9f/x90 - /xe9/x9f/x91 - /xe9/x9f/x92 - /xe9/x9f/x93 - /xe9/x9f/x94 - /xe9/x9f/x95 - /xe9/x9f/x96 - /xe9/x9f/x97 - /xe9/x9f/x98 - /xe9/x9f/x99 - /xe9/x9f/x9a - /xe9/x9f/x9b - /xe9/x9f/x9c - /xe9/x9f/x9d - /xe9/x9f/x9e - /xe9/x9f/x9f - /xe9/x9f/xa0 - /xe9/x9f/xa1 - /xe9/x9f/xa2 - /xe9/x9f/xa3 - /xe9/x9f/xa4 - /xe9/x9f/xa5 - /xe9/x9f/xa6 - /xe9/x9f/xa7 - /xe9/x9f/xa8 - /xe9/x9f/xa9 - /xe9/x9f/xaa - /xe9/x9f/xab - /xe9/x9f/xac - /xe9/x9f/xad - /xe9/x9f/xae - /xe9/x9f/xaf - /xe9/x9f/xb0 - /xe9/x9f/xb1 - /xe9/x9f/xb2 - /xe9/x9f/xb3 - /xe9/x9f/xb4 - /xe9/x9f/xb5 - /xe9/x9f/xb6 - /xe9/x9f/xb7 - /xe9/x9f/xb8 - /xe9/x9f/xb9 - /xe9/x9f/xba - /xe9/x9f/xbb - /xe9/x9f/xbc - /xe9/x9f/xbd - /xe9/x9f/xbe - /xe9/x9f/xbf - /xe9/xa0/x80 - /xe9/xa0/x81 - /xe9/xa0/x82 - /xe9/xa0/x83 - /xe9/xa0/x84 - /xe9/xa0/x85 - /xe9/xa0/x86 - /xe9/xa0/x87 - /xe9/xa0/x88 - /xe9/xa0/x89 - /xe9/xa0/x8a - /xe9/xa0/x8b - /xe9/xa0/x8c - /xe9/xa0/x8d - /xe9/xa0/x8e - /xe9/xa0/x8f - /xe9/xa0/x90 - /xe9/xa0/x91 - /xe9/xa0/x92 - /xe9/xa0/x93 - /xe9/xa0/x94 - /xe9/xa0/x95 - /xe9/xa0/x96 - /xe9/xa0/x97 - /xe9/xa0/x98 - /xe9/xa0/x99 - /xe9/xa0/x9a - /xe9/xa0/x9b - /xe9/xa0/x9c - /xe9/xa0/x9d - /xe9/xa0/x9e - /xe9/xa0/x9f - /xe9/xa0/xa0 - /xe9/xa0/xa1 - /xe9/xa0/xa2 - /xe9/xa0/xa3 - /xe9/xa0/xa4 - /xe9/xa0/xa5 - /xe9/xa0/xa6 - /xe9/xa0/xa7 - /xe9/xa0/xa8 - /xe9/xa0/xa9 - /xe9/xa0/xaa - /xe9/xa0/xab - /xe9/xa0/xac - /xe9/xa0/xad - /xe9/xa0/xae - /xe9/xa0/xaf - /xe9/xa0/xb0 - /xe9/xa0/xb1 - /xe9/xa0/xb2 - /xe9/xa0/xb3 - /xe9/xa0/xb4 - /xe9/xa0/xb5 - /xe9/xa0/xb6 - /xe9/xa0/xb7 - /xe9/xa0/xb8 - /xe9/xa0/xb9 - /xe9/xa0/xba - /xe9/xa0/xbb - /xe9/xa0/xbc - /xe9/xa0/xbd - /xe9/xa0/xbe - /xe9/xa0/xbf - /xe9/xa1/x80 - /xe9/xa1/x81 - /xe9/xa1/x82 - /xe9/xa1/x83 - /xe9/xa1/x84 - /xe9/xa1/x85 - /xe9/xa1/x86 - /xe9/xa1/x87 - /xe9/xa1/x88 - /xe9/xa1/x89 - /xe9/xa1/x8a - /xe9/xa1/x8b - /xe9/xa1/x8c - /xe9/xa1/x8d - /xe9/xa1/x8e - /xe9/xa1/x8f - /xe9/xa1/x90 - /xe9/xa1/x91 - /xe9/xa1/x92 - /xe9/xa1/x93 - /xe9/xa1/x94 - /xe9/xa1/x95 - /xe9/xa1/x96 - /xe9/xa1/x97 - /xe9/xa1/x98 - /xe9/xa1/x99 - /xe9/xa1/x9a - /xe9/xa1/x9b - /xe9/xa1/x9c - /xe9/xa1/x9d - /xe9/xa1/x9e - /xe9/xa1/x9f - /xe9/xa1/xa0 - /xe9/xa1/xa1 - /xe9/xa1/xa2 - /xe9/xa1/xa3 - /xe9/xa1/xa4 - /xe9/xa1/xa5 - /xe9/xa1/xa6 - /xe9/xa1/xa7 - /xe9/xa1/xa8 - /xe9/xa1/xa9 - /xe9/xa1/xaa - /xe9/xa1/xab - /xe9/xa1/xac - /xe9/xa1/xad - /xe9/xa1/xae - /xe9/xa1/xaf - /xe9/xa1/xb0 - /xe9/xa1/xb1 - /xe9/xa1/xb2 - /xe9/xa1/xb3 - /xe9/xa1/xb4 - /xe9/xa1/xb5 - /xe9/xa1/xb6 - /xe9/xa1/xb7 - /xe9/xa1/xb8 - /xe9/xa1/xb9 - /xe9/xa1/xba - /xe9/xa1/xbb - /xe9/xa1/xbc - /xe9/xa1/xbd - /xe9/xa1/xbe - /xe9/xa1/xbf - /xe9/xa2/x80 - /xe9/xa2/x81 - /xe9/xa2/x82 - /xe9/xa2/x83 - /xe9/xa2/x84 - /xe9/xa2/x85 - /xe9/xa2/x86 - /xe9/xa2/x87 - /xe9/xa2/x88 - /xe9/xa2/x89 - /xe9/xa2/x8a - /xe9/xa2/x8b - /xe9/xa2/x8c - /xe9/xa2/x8d - /xe9/xa2/x8e - /xe9/xa2/x8f - /xe9/xa2/x90 - /xe9/xa2/x91 - /xe9/xa2/x92 - /xe9/xa2/x93 - /xe9/xa2/x94 - /xe9/xa2/x95 - /xe9/xa2/x96 - /xe9/xa2/x97 - /xe9/xa2/x98 - /xe9/xa2/x99 - /xe9/xa2/x9a - /xe9/xa2/x9b - /xe9/xa2/x9c - /xe9/xa2/x9d - /xe9/xa2/x9e - /xe9/xa2/x9f - /xe9/xa2/xa0 - /xe9/xa2/xa1 - /xe9/xa2/xa2 - /xe9/xa2/xa3 - /xe9/xa2/xa4 - /xe9/xa2/xa5 - /xe9/xa2/xa6 - /xe9/xa2/xa7 - /xe9/xa2/xa8 - /xe9/xa2/xa9 - /xe9/xa2/xaa - /xe9/xa2/xab - /xe9/xa2/xac - /xe9/xa2/xad - /xe9/xa2/xae - /xe9/xa2/xaf - /xe9/xa2/xb0 - /xe9/xa2/xb1 - /xe9/xa2/xb2 - /xe9/xa2/xb3 - /xe9/xa2/xb4 - /xe9/xa2/xb5 - /xe9/xa2/xb6 - /xe9/xa2/xb7 - /xe9/xa2/xb8 - /xe9/xa2/xb9 - /xe9/xa2/xba - /xe9/xa2/xbb - /xe9/xa2/xbc - /xe9/xa2/xbd - /xe9/xa2/xbe - /xe9/xa2/xbf - /xe9/xa3/x80 - /xe9/xa3/x81 - /xe9/xa3/x82 - /xe9/xa3/x83 - /xe9/xa3/x84 - /xe9/xa3/x85 - /xe9/xa3/x86 - /xe9/xa3/x87 - /xe9/xa3/x88 - /xe9/xa3/x89 - /xe9/xa3/x8a - /xe9/xa3/x8b - /xe9/xa3/x8c - /xe9/xa3/x8d - /xe9/xa3/x8e - /xe9/xa3/x8f - /xe9/xa3/x90 - /xe9/xa3/x91 - /xe9/xa3/x92 - /xe9/xa3/x93 - /xe9/xa3/x94 - /xe9/xa3/x95 - /xe9/xa3/x96 - /xe9/xa3/x97 - /xe9/xa3/x98 - /xe9/xa3/x99 - /xe9/xa3/x9a - /xe9/xa3/x9b - /xe9/xa3/x9c - /xe9/xa3/x9d - /xe9/xa3/x9e - /xe9/xa3/x9f - /xe9/xa3/xa0 - /xe9/xa3/xa1 - /xe9/xa3/xa2 - /xe9/xa3/xa3 - /xe9/xa3/xa4 - /xe9/xa3/xa5 - /xe9/xa3/xa6 - /xe9/xa3/xa7 - /xe9/xa3/xa8 - /xe9/xa3/xa9 - /xe9/xa3/xaa - /xe9/xa3/xab - /xe9/xa3/xac - /xe9/xa3/xad - /xe9/xa3/xae - /xe9/xa3/xaf - /xe9/xa3/xb0 - /xe9/xa3/xb1 - /xe9/xa3/xb2 - /xe9/xa3/xb3 - /xe9/xa3/xb4 - /xe9/xa3/xb5 - /xe9/xa3/xb6 - /xe9/xa3/xb7 - /xe9/xa3/xb8 - /xe9/xa3/xb9 - /xe9/xa3/xba - /xe9/xa3/xbb - /xe9/xa3/xbc - /xe9/xa3/xbd - /xe9/xa3/xbe - /xe9/xa3/xbf - /xe9/xa4/x80 - /xe9/xa4/x81 - /xe9/xa4/x82 - /xe9/xa4/x83 - /xe9/xa4/x84 - /xe9/xa4/x85 - /xe9/xa4/x86 - /xe9/xa4/x87 - /xe9/xa4/x88 - /xe9/xa4/x89 - /xe9/xa4/x8a - /xe9/xa4/x8b - /xe9/xa4/x8c - /xe9/xa4/x8d - /xe9/xa4/x8e - /xe9/xa4/x8f - /xe9/xa4/x90 - /xe9/xa4/x91 - /xe9/xa4/x92 - /xe9/xa4/x93 - /xe9/xa4/x94 - /xe9/xa4/x95 - /xe9/xa4/x96 - /xe9/xa4/x97 - /xe9/xa4/x98 - /xe9/xa4/x99 - /xe9/xa4/x9a - /xe9/xa4/x9b - /xe9/xa4/x9c - /xe9/xa4/x9d - /xe9/xa4/x9e - /xe9/xa4/x9f - /xe9/xa4/xa0 - /xe9/xa4/xa1 - /xe9/xa4/xa2 - /xe9/xa4/xa3 - /xe9/xa4/xa4 - /xe9/xa4/xa5 - /xe9/xa4/xa6 - /xe9/xa4/xa7 - /xe9/xa4/xa8 - /xe9/xa4/xa9 - /xe9/xa4/xaa - /xe9/xa4/xab - /xe9/xa4/xac - /xe9/xa4/xad - /xe9/xa4/xae - /xe9/xa4/xaf - /xe9/xa4/xb0 - /xe9/xa4/xb1 - /xe9/xa4/xb2 - /xe9/xa4/xb3 - /xe9/xa4/xb4 - /xe9/xa4/xb5 - /xe9/xa4/xb6 - /xe9/xa4/xb7 - /xe9/xa4/xb8 - /xe9/xa4/xb9 - /xe9/xa4/xba - /xe9/xa4/xbb - /xe9/xa4/xbc - /xe9/xa4/xbd - /xe9/xa4/xbe - /xe9/xa4/xbf - /xe9/xa5/x80 - /xe9/xa5/x81 - /xe9/xa5/x82 - /xe9/xa5/x83 - /xe9/xa5/x84 - /xe9/xa5/x85 - /xe9/xa5/x86 - /xe9/xa5/x87 - /xe9/xa5/x88 - /xe9/xa5/x89 - /xe9/xa5/x8a - /xe9/xa5/x8b - /xe9/xa5/x8c - /xe9/xa5/x8d - /xe9/xa5/x8e - /xe9/xa5/x8f - /xe9/xa5/x90 - /xe9/xa5/x91 - /xe9/xa5/x92 - /xe9/xa5/x93 - /xe9/xa5/x94 - /xe9/xa5/x95 - /xe9/xa5/x96 - /xe9/xa5/x97 - /xe9/xa5/x98 - /xe9/xa5/x99 - /xe9/xa5/x9a - /xe9/xa5/x9b - /xe9/xa5/x9c - /xe9/xa5/x9d - /xe9/xa5/x9e - /xe9/xa5/x9f - /xe9/xa5/xa0 - /xe9/xa5/xa1 - /xe9/xa5/xa2 - /xe9/xa5/xa3 - /xe9/xa5/xa4 - /xe9/xa5/xa5 - /xe9/xa5/xa6 - /xe9/xa5/xa7 - /xe9/xa5/xa8 - /xe9/xa5/xa9 - /xe9/xa5/xaa - /xe9/xa5/xab - /xe9/xa5/xac - /xe9/xa5/xad - /xe9/xa5/xae - /xe9/xa5/xaf - /xe9/xa5/xb0 - /xe9/xa5/xb1 - /xe9/xa5/xb2 - /xe9/xa5/xb3 - /xe9/xa5/xb4 - /xe9/xa5/xb5 - /xe9/xa5/xb6 - /xe9/xa5/xb7 - /xe9/xa5/xb8 - /xe9/xa5/xb9 - /xe9/xa5/xba - /xe9/xa5/xbb - /xe9/xa5/xbc - /xe9/xa5/xbd - /xe9/xa5/xbe - /xe9/xa5/xbf - /xe9/xa6/x80 - /xe9/xa6/x81 - /xe9/xa6/x82 - /xe9/xa6/x83 - /xe9/xa6/x84 - /xe9/xa6/x85 - /xe9/xa6/x86 - /xe9/xa6/x87 - /xe9/xa6/x88 - /xe9/xa6/x89 - /xe9/xa6/x8a - /xe9/xa6/x8b - /xe9/xa6/x8c - /xe9/xa6/x8d - /xe9/xa6/x8e - /xe9/xa6/x8f - /xe9/xa6/x90 - /xe9/xa6/x91 - /xe9/xa6/x92 - /xe9/xa6/x93 - /xe9/xa6/x94 - /xe9/xa6/x95 - /xe9/xa6/x96 - /xe9/xa6/x97 - /xe9/xa6/x98 - /xe9/xa6/x99 - /xe9/xa6/x9a - /xe9/xa6/x9b - /xe9/xa6/x9c - /xe9/xa6/x9d - /xe9/xa6/x9e - /xe9/xa6/x9f - /xe9/xa6/xa0 - /xe9/xa6/xa1 - /xe9/xa6/xa2 - /xe9/xa6/xa3 - /xe9/xa6/xa4 - /xe9/xa6/xa5 - /xe9/xa6/xa6 - /xe9/xa6/xa7 - /xe9/xa6/xa8 - /xe9/xa6/xa9 - /xe9/xa6/xaa - /xe9/xa6/xab - /xe9/xa6/xac - /xe9/xa6/xad - /xe9/xa6/xae - /xe9/xa6/xaf - /xe9/xa6/xb0 - /xe9/xa6/xb1 - /xe9/xa6/xb2 - /xe9/xa6/xb3 - /xe9/xa6/xb4 - /xe9/xa6/xb5 - /xe9/xa6/xb6 - /xe9/xa6/xb7 - /xe9/xa6/xb8 - /xe9/xa6/xb9 - /xe9/xa6/xba - /xe9/xa6/xbb - /xe9/xa6/xbc - /xe9/xa6/xbd - /xe9/xa6/xbe - /xe9/xa6/xbf - /xe9/xa7/x80 - /xe9/xa7/x81 - /xe9/xa7/x82 - /xe9/xa7/x83 - /xe9/xa7/x84 - /xe9/xa7/x85 - /xe9/xa7/x86 - /xe9/xa7/x87 - /xe9/xa7/x88 - /xe9/xa7/x89 - /xe9/xa7/x8a - /xe9/xa7/x8b - /xe9/xa7/x8c - /xe9/xa7/x8d - /xe9/xa7/x8e - /xe9/xa7/x8f - /xe9/xa7/x90 - /xe9/xa7/x91 - /xe9/xa7/x92 - /xe9/xa7/x93 - /xe9/xa7/x94 - /xe9/xa7/x95 - /xe9/xa7/x96 - /xe9/xa7/x97 - /xe9/xa7/x98 - /xe9/xa7/x99 - /xe9/xa7/x9a - /xe9/xa7/x9b - /xe9/xa7/x9c - /xe9/xa7/x9d - /xe9/xa7/x9e - /xe9/xa7/x9f - /xe9/xa7/xa0 - /xe9/xa7/xa1 - /xe9/xa7/xa2 - /xe9/xa7/xa3 - /xe9/xa7/xa4 - /xe9/xa7/xa5 - /xe9/xa7/xa6 - /xe9/xa7/xa7 - /xe9/xa7/xa8 - /xe9/xa7/xa9 - /xe9/xa7/xaa - /xe9/xa7/xab - /xe9/xa7/xac - /xe9/xa7/xad - /xe9/xa7/xae - /xe9/xa7/xaf - /xe9/xa7/xb0 - /xe9/xa7/xb1 - /xe9/xa7/xb2 - /xe9/xa7/xb3 - /xe9/xa7/xb4 - /xe9/xa7/xb5 - /xe9/xa7/xb6 - /xe9/xa7/xb7 - /xe9/xa7/xb8 - /xe9/xa7/xb9 - /xe9/xa7/xba - /xe9/xa7/xbb - /xe9/xa7/xbc - /xe9/xa7/xbd - /xe9/xa7/xbe - /xe9/xa7/xbf - /xe9/xa8/x80 - /xe9/xa8/x81 - /xe9/xa8/x82 - /xe9/xa8/x83 - /xe9/xa8/x84 - /xe9/xa8/x85 - /xe9/xa8/x86 - /xe9/xa8/x87 - /xe9/xa8/x88 - /xe9/xa8/x89 - /xe9/xa8/x8a - /xe9/xa8/x8b - /xe9/xa8/x8c - /xe9/xa8/x8d - /xe9/xa8/x8e - /xe9/xa8/x8f - /xe9/xa8/x90 - /xe9/xa8/x91 - /xe9/xa8/x92 - /xe9/xa8/x93 - /xe9/xa8/x94 - /xe9/xa8/x95 - /xe9/xa8/x96 - /xe9/xa8/x97 - /xe9/xa8/x98 - /xe9/xa8/x99 - /xe9/xa8/x9a - /xe9/xa8/x9b - /xe9/xa8/x9c - /xe9/xa8/x9d - /xe9/xa8/x9e - /xe9/xa8/x9f - /xe9/xa8/xa0 - /xe9/xa8/xa1 - /xe9/xa8/xa2 - /xe9/xa8/xa3 - /xe9/xa8/xa4 - /xe9/xa8/xa5 - /xe9/xa8/xa6 - /xe9/xa8/xa7 - /xe9/xa8/xa8 - /xe9/xa8/xa9 - /xe9/xa8/xaa - /xe9/xa8/xab - /xe9/xa8/xac - /xe9/xa8/xad - /xe9/xa8/xae - /xe9/xa8/xaf - /xe9/xa8/xb0 - /xe9/xa8/xb1 - /xe9/xa8/xb2 - /xe9/xa8/xb3 - /xe9/xa8/xb4 - /xe9/xa8/xb5 - /xe9/xa8/xb6 - /xe9/xa8/xb7 - /xe9/xa8/xb8 - /xe9/xa8/xb9 - /xe9/xa8/xba - /xe9/xa8/xbb - /xe9/xa8/xbc - /xe9/xa8/xbd - /xe9/xa8/xbe - /xe9/xa8/xbf - /xe9/xa9/x80 - /xe9/xa9/x81 - /xe9/xa9/x82 - /xe9/xa9/x83 - /xe9/xa9/x84 - /xe9/xa9/x85 - /xe9/xa9/x86 - /xe9/xa9/x87 - /xe9/xa9/x88 - /xe9/xa9/x89 - /xe9/xa9/x8a - /xe9/xa9/x8b - /xe9/xa9/x8c - /xe9/xa9/x8d - /xe9/xa9/x8e - /xe9/xa9/x8f - /xe9/xa9/x90 - /xe9/xa9/x91 - /xe9/xa9/x92 - /xe9/xa9/x93 - /xe9/xa9/x94 - /xe9/xa9/x95 - /xe9/xa9/x96 - /xe9/xa9/x97 - /xe9/xa9/x98 - /xe9/xa9/x99 - /xe9/xa9/x9a - /xe9/xa9/x9b - /xe9/xa9/x9c - /xe9/xa9/x9d - /xe9/xa9/x9e - /xe9/xa9/x9f - /xe9/xa9/xa0 - /xe9/xa9/xa1 - /xe9/xa9/xa2 - /xe9/xa9/xa3 - /xe9/xa9/xa4 - /xe9/xa9/xa5 - /xe9/xa9/xa6 - /xe9/xa9/xa7 - /xe9/xa9/xa8 - /xe9/xa9/xa9 - /xe9/xa9/xaa - /xe9/xa9/xab - /xe9/xa9/xac - /xe9/xa9/xad - /xe9/xa9/xae - /xe9/xa9/xaf - /xe9/xa9/xb0 - /xe9/xa9/xb1 - /xe9/xa9/xb2 - /xe9/xa9/xb3 - /xe9/xa9/xb4 - /xe9/xa9/xb5 - /xe9/xa9/xb6 - /xe9/xa9/xb7 - /xe9/xa9/xb8 - /xe9/xa9/xb9 - /xe9/xa9/xba - /xe9/xa9/xbb - /xe9/xa9/xbc - /xe9/xa9/xbd - /xe9/xa9/xbe - /xe9/xa9/xbf - /xe9/xaa/x80 - /xe9/xaa/x81 - /xe9/xaa/x82 - /xe9/xaa/x83 - /xe9/xaa/x84 - /xe9/xaa/x85 - /xe9/xaa/x86 - /xe9/xaa/x87 - /xe9/xaa/x88 - /xe9/xaa/x89 - /xe9/xaa/x8a - /xe9/xaa/x8b - /xe9/xaa/x8c - /xe9/xaa/x8d - /xe9/xaa/x8e - /xe9/xaa/x8f - /xe9/xaa/x90 - /xe9/xaa/x91 - /xe9/xaa/x92 - /xe9/xaa/x93 - /xe9/xaa/x94 - /xe9/xaa/x95 - /xe9/xaa/x96 - /xe9/xaa/x97 - /xe9/xaa/x98 - /xe9/xaa/x99 - /xe9/xaa/x9a - /xe9/xaa/x9b - /xe9/xaa/x9c - /xe9/xaa/x9d - /xe9/xaa/x9e - /xe9/xaa/x9f - /xe9/xaa/xa0 - /xe9/xaa/xa1 - /xe9/xaa/xa2 - /xe9/xaa/xa3 - /xe9/xaa/xa4 - /xe9/xaa/xa5 - /xe9/xaa/xa6 - /xe9/xaa/xa7 - /xe9/xaa/xa8 - /xe9/xaa/xa9 - /xe9/xaa/xaa - /xe9/xaa/xab - /xe9/xaa/xac - /xe9/xaa/xad - /xe9/xaa/xae - /xe9/xaa/xaf - /xe9/xaa/xb0 - /xe9/xaa/xb1 - /xe9/xaa/xb2 - /xe9/xaa/xb3 - /xe9/xaa/xb4 - /xe9/xaa/xb5 - /xe9/xaa/xb6 - /xe9/xaa/xb7 - /xe9/xaa/xb8 - /xe9/xaa/xb9 - /xe9/xaa/xba - /xe9/xaa/xbb - /xe9/xaa/xbc - /xe9/xaa/xbd - /xe9/xaa/xbe - /xe9/xaa/xbf - /xe9/xab/x80 - /xe9/xab/x81 - /xe9/xab/x82 - /xe9/xab/x83 - /xe9/xab/x84 - /xe9/xab/x85 - /xe9/xab/x86 - /xe9/xab/x87 - /xe9/xab/x88 - /xe9/xab/x89 - /xe9/xab/x8a - /xe9/xab/x8b - /xe9/xab/x8c - /xe9/xab/x8d - /xe9/xab/x8e - /xe9/xab/x8f - /xe9/xab/x90 - /xe9/xab/x91 - /xe9/xab/x92 - /xe9/xab/x93 - /xe9/xab/x94 - /xe9/xab/x95 - /xe9/xab/x96 - /xe9/xab/x97 - /xe9/xab/x98 - /xe9/xab/x99 - /xe9/xab/x9a - /xe9/xab/x9b - /xe9/xab/x9c - /xe9/xab/x9d - /xe9/xab/x9e - /xe9/xab/x9f - /xe9/xab/xa0 - /xe9/xab/xa1 - /xe9/xab/xa2 - /xe9/xab/xa3 - /xe9/xab/xa4 - /xe9/xab/xa5 - /xe9/xab/xa6 - /xe9/xab/xa7 - /xe9/xab/xa8 - /xe9/xab/xa9 - /xe9/xab/xaa - /xe9/xab/xab - /xe9/xab/xac - /xe9/xab/xad - /xe9/xab/xae - /xe9/xab/xaf - /xe9/xab/xb0 - /xe9/xab/xb1 - /xe9/xab/xb2 - /xe9/xab/xb3 - /xe9/xab/xb4 - /xe9/xab/xb5 - /xe9/xab/xb6 - /xe9/xab/xb7 - /xe9/xab/xb8 - /xe9/xab/xb9 - /xe9/xab/xba - /xe9/xab/xbb - /xe9/xab/xbc - /xe9/xab/xbd - /xe9/xab/xbe - /xe9/xab/xbf - /xe9/xac/x80 - /xe9/xac/x81 - /xe9/xac/x82 - /xe9/xac/x83 - /xe9/xac/x84 - /xe9/xac/x85 - /xe9/xac/x86 - /xe9/xac/x87 - /xe9/xac/x88 - /xe9/xac/x89 - /xe9/xac/x8a - /xe9/xac/x8b - /xe9/xac/x8c - /xe9/xac/x8d - /xe9/xac/x8e - /xe9/xac/x8f - /xe9/xac/x90 - /xe9/xac/x91 - /xe9/xac/x92 - /xe9/xac/x93 - /xe9/xac/x94 - /xe9/xac/x95 - /xe9/xac/x96 - /xe9/xac/x97 - /xe9/xac/x98 - /xe9/xac/x99 - /xe9/xac/x9a - /xe9/xac/x9b - /xe9/xac/x9c - /xe9/xac/x9d - /xe9/xac/x9e - /xe9/xac/x9f - /xe9/xac/xa0 - /xe9/xac/xa1 - /xe9/xac/xa2 - /xe9/xac/xa3 - /xe9/xac/xa4 - /xe9/xac/xa5 - /xe9/xac/xa6 - /xe9/xac/xa7 - /xe9/xac/xa8 - /xe9/xac/xa9 - /xe9/xac/xaa - /xe9/xac/xab - /xe9/xac/xac - /xe9/xac/xad - /xe9/xac/xae - /xe9/xac/xaf - /xe9/xac/xb0 - /xe9/xac/xb1 - /xe9/xac/xb2 - /xe9/xac/xb3 - /xe9/xac/xb4 - /xe9/xac/xb5 - /xe9/xac/xb6 - /xe9/xac/xb7 - /xe9/xac/xb8 - /xe9/xac/xb9 - /xe9/xac/xba - /xe9/xac/xbb - /xe9/xac/xbc - /xe9/xac/xbd - /xe9/xac/xbe - /xe9/xac/xbf - /xe9/xad/x80 - /xe9/xad/x81 - /xe9/xad/x82 - /xe9/xad/x83 - /xe9/xad/x84 - /xe9/xad/x85 - /xe9/xad/x86 - /xe9/xad/x87 - /xe9/xad/x88 - /xe9/xad/x89 - /xe9/xad/x8a - /xe9/xad/x8b - /xe9/xad/x8c - /xe9/xad/x8d - /xe9/xad/x8e - /xe9/xad/x8f - /xe9/xad/x90 - /xe9/xad/x91 - /xe9/xad/x92 - /xe9/xad/x93 - /xe9/xad/x94 - /xe9/xad/x95 - /xe9/xad/x96 - /xe9/xad/x97 - /xe9/xad/x98 - /xe9/xad/x99 - /xe9/xad/x9a - /xe9/xad/x9b - /xe9/xad/x9c - /xe9/xad/x9d - /xe9/xad/x9e - /xe9/xad/x9f - /xe9/xad/xa0 - /xe9/xad/xa1 - /xe9/xad/xa2 - /xe9/xad/xa3 - /xe9/xad/xa4 - /xe9/xad/xa5 - /xe9/xad/xa6 - /xe9/xad/xa7 - /xe9/xad/xa8 - /xe9/xad/xa9 - /xe9/xad/xaa - /xe9/xad/xab - /xe9/xad/xac - /xe9/xad/xad - /xe9/xad/xae - /xe9/xad/xaf - /xe9/xad/xb0 - /xe9/xad/xb1 - /xe9/xad/xb2 - /xe9/xad/xb3 - /xe9/xad/xb4 - /xe9/xad/xb5 - /xe9/xad/xb6 - /xe9/xad/xb7 - /xe9/xad/xb8 - /xe9/xad/xb9 - /xe9/xad/xba - /xe9/xad/xbb - /xe9/xad/xbc - /xe9/xad/xbd - /xe9/xad/xbe - /xe9/xad/xbf - /xe9/xae/x80 - /xe9/xae/x81 - /xe9/xae/x82 - /xe9/xae/x83 - /xe9/xae/x84 - /xe9/xae/x85 - /xe9/xae/x86 - /xe9/xae/x87 - /xe9/xae/x88 - /xe9/xae/x89 - /xe9/xae/x8a - /xe9/xae/x8b - /xe9/xae/x8c - /xe9/xae/x8d - /xe9/xae/x8e - /xe9/xae/x8f - /xe9/xae/x90 - /xe9/xae/x91 - /xe9/xae/x92 - /xe9/xae/x93 - /xe9/xae/x94 - /xe9/xae/x95 - /xe9/xae/x96 - /xe9/xae/x97 - /xe9/xae/x98 - /xe9/xae/x99 - /xe9/xae/x9a - /xe9/xae/x9b - /xe9/xae/x9c - /xe9/xae/x9d - /xe9/xae/x9e - /xe9/xae/x9f - /xe9/xae/xa0 - /xe9/xae/xa1 - /xe9/xae/xa2 - /xe9/xae/xa3 - /xe9/xae/xa4 - /xe9/xae/xa5 - /xe9/xae/xa6 - /xe9/xae/xa7 - /xe9/xae/xa8 - /xe9/xae/xa9 - /xe9/xae/xaa - /xe9/xae/xab - /xe9/xae/xac - /xe9/xae/xad - /xe9/xae/xae - /xe9/xae/xaf - /xe9/xae/xb0 - /xe9/xae/xb1 - /xe9/xae/xb2 - /xe9/xae/xb3 - /xe9/xae/xb4 - /xe9/xae/xb5 - /xe9/xae/xb6 - /xe9/xae/xb7 - /xe9/xae/xb8 - /xe9/xae/xb9 - /xe9/xae/xba - /xe9/xae/xbb - /xe9/xae/xbc - /xe9/xae/xbd - /xe9/xae/xbe - /xe9/xae/xbf - /xe9/xaf/x80 - /xe9/xaf/x81 - /xe9/xaf/x82 - /xe9/xaf/x83 - /xe9/xaf/x84 - /xe9/xaf/x85 - /xe9/xaf/x86 - /xe9/xaf/x87 - /xe9/xaf/x88 - /xe9/xaf/x89 - /xe9/xaf/x8a - /xe9/xaf/x8b - /xe9/xaf/x8c - /xe9/xaf/x8d - /xe9/xaf/x8e - /xe9/xaf/x8f - /xe9/xaf/x90 - /xe9/xaf/x91 - /xe9/xaf/x92 - /xe9/xaf/x93 - /xe9/xaf/x94 - /xe9/xaf/x95 - /xe9/xaf/x96 - /xe9/xaf/x97 - /xe9/xaf/x98 - /xe9/xaf/x99 - /xe9/xaf/x9a - /xe9/xaf/x9b - /xe9/xaf/x9c - /xe9/xaf/x9d - /xe9/xaf/x9e - /xe9/xaf/x9f - /xe9/xaf/xa0 - /xe9/xaf/xa1 - /xe9/xaf/xa2 - /xe9/xaf/xa3 - /xe9/xaf/xa4 - /xe9/xaf/xa5 - /xe9/xaf/xa6 - /xe9/xaf/xa7 - /xe9/xaf/xa8 - /xe9/xaf/xa9 - /xe9/xaf/xaa - /xe9/xaf/xab - /xe9/xaf/xac - /xe9/xaf/xad - /xe9/xaf/xae - /xe9/xaf/xaf - /xe9/xaf/xb0 - /xe9/xaf/xb1 - /xe9/xaf/xb2 - /xe9/xaf/xb3 - /xe9/xaf/xb4 - /xe9/xaf/xb5 - /xe9/xaf/xb6 - /xe9/xaf/xb7 - /xe9/xaf/xb8 - /xe9/xaf/xb9 - /xe9/xaf/xba - /xe9/xaf/xbb - /xe9/xaf/xbc - /xe9/xaf/xbd - /xe9/xaf/xbe - /xe9/xaf/xbf - /xe9/xb0/x80 - /xe9/xb0/x81 - /xe9/xb0/x82 - /xe9/xb0/x83 - /xe9/xb0/x84 - /xe9/xb0/x85 - /xe9/xb0/x86 - /xe9/xb0/x87 - /xe9/xb0/x88 - /xe9/xb0/x89 - /xe9/xb0/x8a - /xe9/xb0/x8b - /xe9/xb0/x8c - /xe9/xb0/x8d - /xe9/xb0/x8e - /xe9/xb0/x8f - /xe9/xb0/x90 - /xe9/xb0/x91 - /xe9/xb0/x92 - /xe9/xb0/x93 - /xe9/xb0/x94 - /xe9/xb0/x95 - /xe9/xb0/x96 - /xe9/xb0/x97 - /xe9/xb0/x98 - /xe9/xb0/x99 - /xe9/xb0/x9a - /xe9/xb0/x9b - /xe9/xb0/x9c - /xe9/xb0/x9d - /xe9/xb0/x9e - /xe9/xb0/x9f - /xe9/xb0/xa0 - /xe9/xb0/xa1 - /xe9/xb0/xa2 - /xe9/xb0/xa3 - /xe9/xb0/xa4 - /xe9/xb0/xa5 - /xe9/xb0/xa6 - /xe9/xb0/xa7 - /xe9/xb0/xa8 - /xe9/xb0/xa9 - /xe9/xb0/xaa - /xe9/xb0/xab - /xe9/xb0/xac - /xe9/xb0/xad - /xe9/xb0/xae - /xe9/xb0/xaf - /xe9/xb0/xb0 - /xe9/xb0/xb1 - /xe9/xb0/xb2 - /xe9/xb0/xb3 - /xe9/xb0/xb4 - /xe9/xb0/xb5 - /xe9/xb0/xb6 - /xe9/xb0/xb7 - /xe9/xb0/xb8 - /xe9/xb0/xb9 - /xe9/xb0/xba - /xe9/xb0/xbb - /xe9/xb0/xbc - /xe9/xb0/xbd - /xe9/xb0/xbe - /xe9/xb0/xbf - /xe9/xb1/x80 - /xe9/xb1/x81 - /xe9/xb1/x82 - /xe9/xb1/x83 - /xe9/xb1/x84 - /xe9/xb1/x85 - /xe9/xb1/x86 - /xe9/xb1/x87 - /xe9/xb1/x88 - /xe9/xb1/x89 - /xe9/xb1/x8a - /xe9/xb1/x8b - /xe9/xb1/x8c - /xe9/xb1/x8d - /xe9/xb1/x8e - /xe9/xb1/x8f - /xe9/xb1/x90 - /xe9/xb1/x91 - /xe9/xb1/x92 - /xe9/xb1/x93 - /xe9/xb1/x94 - /xe9/xb1/x95 - /xe9/xb1/x96 - /xe9/xb1/x97 - /xe9/xb1/x98 - /xe9/xb1/x99 - /xe9/xb1/x9a - /xe9/xb1/x9b - /xe9/xb1/x9c - /xe9/xb1/x9d - /xe9/xb1/x9e - /xe9/xb1/x9f - /xe9/xb1/xa0 - /xe9/xb1/xa1 - /xe9/xb1/xa2 - /xe9/xb1/xa3 - /xe9/xb1/xa4 - /xe9/xb1/xa5 - /xe9/xb1/xa6 - /xe9/xb1/xa7 - /xe9/xb1/xa8 - /xe9/xb1/xa9 - /xe9/xb1/xaa - /xe9/xb1/xab - /xe9/xb1/xac - /xe9/xb1/xad - /xe9/xb1/xae - /xe9/xb1/xaf - /xe9/xb1/xb0 - /xe9/xb1/xb1 - /xe9/xb1/xb2 - /xe9/xb1/xb3 - /xe9/xb1/xb4 - /xe9/xb1/xb5 - /xe9/xb1/xb6 - /xe9/xb1/xb7 - /xe9/xb1/xb8 - /xe9/xb1/xb9 - /xe9/xb1/xba - /xe9/xb1/xbb - /xe9/xb1/xbc - /xe9/xb1/xbd - /xe9/xb1/xbe - /xe9/xb1/xbf - /xe9/xb2/x80 - /xe9/xb2/x81 - /xe9/xb2/x82 - /xe9/xb2/x83 - /xe9/xb2/x84 - /xe9/xb2/x85 - /xe9/xb2/x86 - /xe9/xb2/x87 - /xe9/xb2/x88 - /xe9/xb2/x89 - /xe9/xb2/x8a - /xe9/xb2/x8b - /xe9/xb2/x8c - /xe9/xb2/x8d - /xe9/xb2/x8e - /xe9/xb2/x8f - /xe9/xb2/x90 - /xe9/xb2/x91 - /xe9/xb2/x92 - /xe9/xb2/x93 - /xe9/xb2/x94 - /xe9/xb2/x95 - /xe9/xb2/x96 - /xe9/xb2/x97 - /xe9/xb2/x98 - /xe9/xb2/x99 - /xe9/xb2/x9a - /xe9/xb2/x9b - /xe9/xb2/x9c - /xe9/xb2/x9d - /xe9/xb2/x9e - /xe9/xb2/x9f - /xe9/xb2/xa0 - /xe9/xb2/xa1 - /xe9/xb2/xa2 - /xe9/xb2/xa3 - /xe9/xb2/xa4 - /xe9/xb2/xa5 - /xe9/xb2/xa6 - /xe9/xb2/xa7 - /xe9/xb2/xa8 - /xe9/xb2/xa9 - /xe9/xb2/xaa - /xe9/xb2/xab - /xe9/xb2/xac - /xe9/xb2/xad - /xe9/xb2/xae - /xe9/xb2/xaf - /xe9/xb2/xb0 - /xe9/xb2/xb1 - /xe9/xb2/xb2 - /xe9/xb2/xb3 - /xe9/xb2/xb4 - /xe9/xb2/xb5 - /xe9/xb2/xb6 - /xe9/xb2/xb7 - /xe9/xb2/xb8 - /xe9/xb2/xb9 - /xe9/xb2/xba - /xe9/xb2/xbb - /xe9/xb2/xbc - /xe9/xb2/xbd - /xe9/xb2/xbe - /xe9/xb2/xbf - /xe9/xb3/x80 - /xe9/xb3/x81 - /xe9/xb3/x82 - /xe9/xb3/x83 - /xe9/xb3/x84 - /xe9/xb3/x85 - /xe9/xb3/x86 - /xe9/xb3/x87 - /xe9/xb3/x88 - /xe9/xb3/x89 - /xe9/xb3/x8a - /xe9/xb3/x8b - /xe9/xb3/x8c - /xe9/xb3/x8d - /xe9/xb3/x8e - /xe9/xb3/x8f - /xe9/xb3/x90 - /xe9/xb3/x91 - /xe9/xb3/x92 - /xe9/xb3/x93 - /xe9/xb3/x94 - /xe9/xb3/x95 - /xe9/xb3/x96 - /xe9/xb3/x97 - /xe9/xb3/x98 - /xe9/xb3/x99 - /xe9/xb3/x9a - /xe9/xb3/x9b - /xe9/xb3/x9c - /xe9/xb3/x9d - /xe9/xb3/x9e - /xe9/xb3/x9f - /xe9/xb3/xa0 - /xe9/xb3/xa1 - /xe9/xb3/xa2 - /xe9/xb3/xa3 - /xe9/xb3/xa4 - /xe9/xb3/xa5 - /xe9/xb3/xa6 - /xe9/xb3/xa7 - /xe9/xb3/xa8 - /xe9/xb3/xa9 - /xe9/xb3/xaa - /xe9/xb3/xab - /xe9/xb3/xac - /xe9/xb3/xad - /xe9/xb3/xae - /xe9/xb3/xaf - /xe9/xb3/xb0 - /xe9/xb3/xb1 - /xe9/xb3/xb2 - /xe9/xb3/xb3 - /xe9/xb3/xb4 - /xe9/xb3/xb5 - /xe9/xb3/xb6 - /xe9/xb3/xb7 - /xe9/xb3/xb8 - /xe9/xb3/xb9 - /xe9/xb3/xba - /xe9/xb3/xbb - /xe9/xb3/xbc - /xe9/xb3/xbd - /xe9/xb3/xbe - /xe9/xb3/xbf - /xe9/xb4/x80 - /xe9/xb4/x81 - /xe9/xb4/x82 - /xe9/xb4/x83 - /xe9/xb4/x84 - /xe9/xb4/x85 - /xe9/xb4/x86 - /xe9/xb4/x87 - /xe9/xb4/x88 - /xe9/xb4/x89 - /xe9/xb4/x8a - /xe9/xb4/x8b - /xe9/xb4/x8c - /xe9/xb4/x8d - /xe9/xb4/x8e - /xe9/xb4/x8f - /xe9/xb4/x90 - /xe9/xb4/x91 - /xe9/xb4/x92 - /xe9/xb4/x93 - /xe9/xb4/x94 - /xe9/xb4/x95 - /xe9/xb4/x96 - /xe9/xb4/x97 - /xe9/xb4/x98 - /xe9/xb4/x99 - /xe9/xb4/x9a - /xe9/xb4/x9b - /xe9/xb4/x9c - /xe9/xb4/x9d - /xe9/xb4/x9e - /xe9/xb4/x9f - /xe9/xb4/xa0 - /xe9/xb4/xa1 - /xe9/xb4/xa2 - /xe9/xb4/xa3 - /xe9/xb4/xa4 - /xe9/xb4/xa5 - /xe9/xb4/xa6 - /xe9/xb4/xa7 - /xe9/xb4/xa8 - /xe9/xb4/xa9 - /xe9/xb4/xaa - /xe9/xb4/xab - /xe9/xb4/xac - /xe9/xb4/xad - /xe9/xb4/xae - /xe9/xb4/xaf - /xe9/xb4/xb0 - /xe9/xb4/xb1 - /xe9/xb4/xb2 - /xe9/xb4/xb3 - /xe9/xb4/xb4 - /xe9/xb4/xb5 - /xe9/xb4/xb6 - /xe9/xb4/xb7 - /xe9/xb4/xb8 - /xe9/xb4/xb9 - /xe9/xb4/xba - /xe9/xb4/xbb - /xe9/xb4/xbc - /xe9/xb4/xbd - /xe9/xb4/xbe - /xe9/xb4/xbf - /xe9/xb5/x80 - /xe9/xb5/x81 - /xe9/xb5/x82 - /xe9/xb5/x83 - /xe9/xb5/x84 - /xe9/xb5/x85 - /xe9/xb5/x86 - /xe9/xb5/x87 - /xe9/xb5/x88 - /xe9/xb5/x89 - /xe9/xb5/x8a - /xe9/xb5/x8b - /xe9/xb5/x8c - /xe9/xb5/x8d - /xe9/xb5/x8e - /xe9/xb5/x8f - /xe9/xb5/x90 - /xe9/xb5/x91 - /xe9/xb5/x92 - /xe9/xb5/x93 - /xe9/xb5/x94 - /xe9/xb5/x95 - /xe9/xb5/x96 - /xe9/xb5/x97 - /xe9/xb5/x98 - /xe9/xb5/x99 - /xe9/xb5/x9a - /xe9/xb5/x9b - /xe9/xb5/x9c - /xe9/xb5/x9d - /xe9/xb5/x9e - /xe9/xb5/x9f - /xe9/xb5/xa0 - /xe9/xb5/xa1 - /xe9/xb5/xa2 - /xe9/xb5/xa3 - /xe9/xb5/xa4 - /xe9/xb5/xa5 - /xe9/xb5/xa6 - /xe9/xb5/xa7 - /xe9/xb5/xa8 - /xe9/xb5/xa9 - /xe9/xb5/xaa - /xe9/xb5/xab - /xe9/xb5/xac - /xe9/xb5/xad - /xe9/xb5/xae - /xe9/xb5/xaf - /xe9/xb5/xb0 - /xe9/xb5/xb1 - /xe9/xb5/xb2 - /xe9/xb5/xb3 - /xe9/xb5/xb4 - /xe9/xb5/xb5 - /xe9/xb5/xb6 - /xe9/xb5/xb7 - /xe9/xb5/xb8 - /xe9/xb5/xb9 - /xe9/xb5/xba - /xe9/xb5/xbb - /xe9/xb5/xbc - /xe9/xb5/xbd - /xe9/xb5/xbe - /xe9/xb5/xbf - /xe9/xb6/x80 - /xe9/xb6/x81 - /xe9/xb6/x82 - /xe9/xb6/x83 - /xe9/xb6/x84 - /xe9/xb6/x85 - /xe9/xb6/x86 - /xe9/xb6/x87 - /xe9/xb6/x88 - /xe9/xb6/x89 - /xe9/xb6/x8a - /xe9/xb6/x8b - /xe9/xb6/x8c - /xe9/xb6/x8d - /xe9/xb6/x8e - /xe9/xb6/x8f - /xe9/xb6/x90 - /xe9/xb6/x91 - /xe9/xb6/x92 - /xe9/xb6/x93 - /xe9/xb6/x94 - /xe9/xb6/x95 - /xe9/xb6/x96 - /xe9/xb6/x97 - /xe9/xb6/x98 - /xe9/xb6/x99 - /xe9/xb6/x9a - /xe9/xb6/x9b - /xe9/xb6/x9c - /xe9/xb6/x9d - /xe9/xb6/x9e - /xe9/xb6/x9f - /xe9/xb6/xa0 - /xe9/xb6/xa1 - /xe9/xb6/xa2 - /xe9/xb6/xa3 - /xe9/xb6/xa4 - /xe9/xb6/xa5 - /xe9/xb6/xa6 - /xe9/xb6/xa7 - /xe9/xb6/xa8 - /xe9/xb6/xa9 - /xe9/xb6/xaa - /xe9/xb6/xab - /xe9/xb6/xac - /xe9/xb6/xad - /xe9/xb6/xae - /xe9/xb6/xaf - /xe9/xb6/xb0 - /xe9/xb6/xb1 - /xe9/xb6/xb2 - /xe9/xb6/xb3 - /xe9/xb6/xb4 - /xe9/xb6/xb5 - /xe9/xb6/xb6 - /xe9/xb6/xb7 - /xe9/xb6/xb8 - /xe9/xb6/xb9 - /xe9/xb6/xba - /xe9/xb6/xbb - /xe9/xb6/xbc - /xe9/xb6/xbd - /xe9/xb6/xbe - /xe9/xb6/xbf - /xe9/xb7/x80 - /xe9/xb7/x81 - /xe9/xb7/x82 - /xe9/xb7/x83 - /xe9/xb7/x84 - /xe9/xb7/x85 - /xe9/xb7/x86 - /xe9/xb7/x87 - /xe9/xb7/x88 - /xe9/xb7/x89 - /xe9/xb7/x8a - /xe9/xb7/x8b - /xe9/xb7/x8c - /xe9/xb7/x8d - /xe9/xb7/x8e - /xe9/xb7/x8f - /xe9/xb7/x90 - /xe9/xb7/x91 - /xe9/xb7/x92 - /xe9/xb7/x93 - /xe9/xb7/x94 - /xe9/xb7/x95 - /xe9/xb7/x96 - /xe9/xb7/x97 - /xe9/xb7/x98 - /xe9/xb7/x99 - /xe9/xb7/x9a - /xe9/xb7/x9b - /xe9/xb7/x9c - /xe9/xb7/x9d - /xe9/xb7/x9e - /xe9/xb7/x9f - /xe9/xb7/xa0 - /xe9/xb7/xa1 - /xe9/xb7/xa2 - /xe9/xb7/xa3 - /xe9/xb7/xa4 - /xe9/xb7/xa5 - /xe9/xb7/xa6 - /xe9/xb7/xa7 - /xe9/xb7/xa8 - /xe9/xb7/xa9 - /xe9/xb7/xaa - /xe9/xb7/xab - /xe9/xb7/xac - /xe9/xb7/xad - /xe9/xb7/xae - /xe9/xb7/xaf - /xe9/xb7/xb0 - /xe9/xb7/xb1 - /xe9/xb7/xb2 - /xe9/xb7/xb3 - /xe9/xb7/xb4 - /xe9/xb7/xb5 - /xe9/xb7/xb6 - /xe9/xb7/xb7 - /xe9/xb7/xb8 - /xe9/xb7/xb9 - /xe9/xb7/xba - /xe9/xb7/xbb - /xe9/xb7/xbc - /xe9/xb7/xbd - /xe9/xb7/xbe - /xe9/xb7/xbf - /xe9/xb8/x80 - /xe9/xb8/x81 - /xe9/xb8/x82 - /xe9/xb8/x83 - /xe9/xb8/x84 - /xe9/xb8/x85 - /xe9/xb8/x86 - /xe9/xb8/x87 - /xe9/xb8/x88 - /xe9/xb8/x89 - /xe9/xb8/x8a - /xe9/xb8/x8b - /xe9/xb8/x8c - /xe9/xb8/x8d - /xe9/xb8/x8e - /xe9/xb8/x8f - /xe9/xb8/x90 - /xe9/xb8/x91 - /xe9/xb8/x92 - /xe9/xb8/x93 - /xe9/xb8/x94 - /xe9/xb8/x95 - /xe9/xb8/x96 - /xe9/xb8/x97 - /xe9/xb8/x98 - /xe9/xb8/x99 - /xe9/xb8/x9a - /xe9/xb8/x9b - /xe9/xb8/x9c - /xe9/xb8/x9d - /xe9/xb8/x9e - /xe9/xb8/x9f - /xe9/xb8/xa0 - /xe9/xb8/xa1 - /xe9/xb8/xa2 - /xe9/xb8/xa3 - /xe9/xb8/xa4 - /xe9/xb8/xa5 - /xe9/xb8/xa6 - /xe9/xb8/xa7 - /xe9/xb8/xa8 - /xe9/xb8/xa9 - /xe9/xb8/xaa - /xe9/xb8/xab - /xe9/xb8/xac - /xe9/xb8/xad - /xe9/xb8/xae - /xe9/xb8/xaf - /xe9/xb8/xb0 - /xe9/xb8/xb1 - /xe9/xb8/xb2 - /xe9/xb8/xb3 - /xe9/xb8/xb4 - /xe9/xb8/xb5 - /xe9/xb8/xb6 - /xe9/xb8/xb7 - /xe9/xb8/xb8 - /xe9/xb8/xb9 - /xe9/xb8/xba - /xe9/xb8/xbb - /xe9/xb8/xbc - /xe9/xb8/xbd - /xe9/xb8/xbe - /xe9/xb8/xbf - /xe9/xb9/x80 - /xe9/xb9/x81 - /xe9/xb9/x82 - /xe9/xb9/x83 - /xe9/xb9/x84 - /xe9/xb9/x85 - /xe9/xb9/x86 - /xe9/xb9/x87 - /xe9/xb9/x88 - /xe9/xb9/x89 - /xe9/xb9/x8a - /xe9/xb9/x8b - /xe9/xb9/x8c - /xe9/xb9/x8d - /xe9/xb9/x8e - /xe9/xb9/x8f - /xe9/xb9/x90 - /xe9/xb9/x91 - /xe9/xb9/x92 - /xe9/xb9/x93 - /xe9/xb9/x94 - /xe9/xb9/x95 - /xe9/xb9/x96 - /xe9/xb9/x97 - /xe9/xb9/x98 - /xe9/xb9/x99 - /xe9/xb9/x9a - /xe9/xb9/x9b - /xe9/xb9/x9c - /xe9/xb9/x9d - /xe9/xb9/x9e - /xe9/xb9/x9f - /xe9/xb9/xa0 - /xe9/xb9/xa1 - /xe9/xb9/xa2 - /xe9/xb9/xa3 - /xe9/xb9/xa4 - /xe9/xb9/xa5 - /xe9/xb9/xa6 - /xe9/xb9/xa7 - /xe9/xb9/xa8 - /xe9/xb9/xa9 - /xe9/xb9/xaa - /xe9/xb9/xab - /xe9/xb9/xac - /xe9/xb9/xad - /xe9/xb9/xae - /xe9/xb9/xaf - /xe9/xb9/xb0 - /xe9/xb9/xb1 - /xe9/xb9/xb2 - /xe9/xb9/xb3 - /xe9/xb9/xb4 - /xe9/xb9/xb5 - /xe9/xb9/xb6 - /xe9/xb9/xb7 - /xe9/xb9/xb8 - /xe9/xb9/xb9 - /xe9/xb9/xba - /xe9/xb9/xbb - /xe9/xb9/xbc - /xe9/xb9/xbd - /xe9/xb9/xbe - /xe9/xb9/xbf - /xe9/xba/x80 - /xe9/xba/x81 - /xe9/xba/x82 - /xe9/xba/x83 - /xe9/xba/x84 - /xe9/xba/x85 - /xe9/xba/x86 - /xe9/xba/x87 - /xe9/xba/x88 - /xe9/xba/x89 - /xe9/xba/x8a - /xe9/xba/x8b - /xe9/xba/x8c - /xe9/xba/x8d - /xe9/xba/x8e - /xe9/xba/x8f - /xe9/xba/x90 - /xe9/xba/x91 - /xe9/xba/x92 - /xe9/xba/x93 - /xe9/xba/x94 - /xe9/xba/x95 - /xe9/xba/x96 - /xe9/xba/x97 - /xe9/xba/x98 - /xe9/xba/x99 - /xe9/xba/x9a - /xe9/xba/x9b - /xe9/xba/x9c - /xe9/xba/x9d - /xe9/xba/x9e - /xe9/xba/x9f - /xe9/xba/xa0 - /xe9/xba/xa1 - /xe9/xba/xa2 - /xe9/xba/xa3 - /xe9/xba/xa4 - /xe9/xba/xa5 - /xe9/xba/xa6 - /xe9/xba/xa7 - /xe9/xba/xa8 - /xe9/xba/xa9 - /xe9/xba/xaa - /xe9/xba/xab - /xe9/xba/xac - /xe9/xba/xad - /xe9/xba/xae - /xe9/xba/xaf - /xe9/xba/xb0 - /xe9/xba/xb1 - /xe9/xba/xb2 - /xe9/xba/xb3 - /xe9/xba/xb4 - /xe9/xba/xb5 - /xe9/xba/xb6 - /xe9/xba/xb7 - /xe9/xba/xb8 - /xe9/xba/xb9 - /xe9/xba/xba - /xe9/xba/xbb - /xe9/xba/xbc - /xe9/xba/xbd - /xe9/xba/xbe - /xe9/xba/xbf - /xe9/xbb/x80 - /xe9/xbb/x81 - /xe9/xbb/x82 - /xe9/xbb/x83 - /xe9/xbb/x84 - /xe9/xbb/x85 - /xe9/xbb/x86 - /xe9/xbb/x87 - /xe9/xbb/x88 - /xe9/xbb/x89 - /xe9/xbb/x8a - /xe9/xbb/x8b - /xe9/xbb/x8c - /xe9/xbb/x8d - /xe9/xbb/x8e - /xe9/xbb/x8f - /xe9/xbb/x90 - /xe9/xbb/x91 - /xe9/xbb/x92 - /xe9/xbb/x93 - /xe9/xbb/x94 - /xe9/xbb/x95 - /xe9/xbb/x96 - /xe9/xbb/x97 - /xe9/xbb/x98 - /xe9/xbb/x99 - /xe9/xbb/x9a - /xe9/xbb/x9b - /xe9/xbb/x9c - /xe9/xbb/x9d - /xe9/xbb/x9e - /xe9/xbb/x9f - /xe9/xbb/xa0 - /xe9/xbb/xa1 - /xe9/xbb/xa2 - /xe9/xbb/xa3 - /xe9/xbb/xa4 - /xe9/xbb/xa5 - /xe9/xbb/xa6 - /xe9/xbb/xa7 - /xe9/xbb/xa8 - /xe9/xbb/xa9 - /xe9/xbb/xaa - /xe9/xbb/xab - /xe9/xbb/xac - /xe9/xbb/xad - /xe9/xbb/xae - /xe9/xbb/xaf - /xe9/xbb/xb0 - /xe9/xbb/xb1 - /xe9/xbb/xb2 - /xe9/xbb/xb3 - /xe9/xbb/xb4 - /xe9/xbb/xb5 - /xe9/xbb/xb6 - /xe9/xbb/xb7 - /xe9/xbb/xb8 - /xe9/xbb/xb9 - /xe9/xbb/xba - /xe9/xbb/xbb - /xe9/xbb/xbc - /xe9/xbb/xbd - /xe9/xbb/xbe - /xe9/xbb/xbf - /xe9/xbc/x80 - /xe9/xbc/x81 - /xe9/xbc/x82 - /xe9/xbc/x83 - /xe9/xbc/x84 - /xe9/xbc/x85 - /xe9/xbc/x86 - /xe9/xbc/x87 - /xe9/xbc/x88 - /xe9/xbc/x89 - /xe9/xbc/x8a - /xe9/xbc/x8b - /xe9/xbc/x8c - /xe9/xbc/x8d - /xe9/xbc/x8e - /xe9/xbc/x8f - /xe9/xbc/x90 - /xe9/xbc/x91 - /xe9/xbc/x92 - /xe9/xbc/x93 - /xe9/xbc/x94 - /xe9/xbc/x95 - /xe9/xbc/x96 - /xe9/xbc/x97 - /xe9/xbc/x98 - /xe9/xbc/x99 - /xe9/xbc/x9a - /xe9/xbc/x9b - /xe9/xbc/x9c - /xe9/xbc/x9d - /xe9/xbc/x9e - /xe9/xbc/x9f - /xe9/xbc/xa0 - /xe9/xbc/xa1 - /xe9/xbc/xa2 - /xe9/xbc/xa3 - /xe9/xbc/xa4 - /xe9/xbc/xa5 - /xe9/xbc/xa6 - /xe9/xbc/xa7 - /xe9/xbc/xa8 - /xe9/xbc/xa9 - /xe9/xbc/xaa - /xe9/xbc/xab - /xe9/xbc/xac - /xe9/xbc/xad - /xe9/xbc/xae - /xe9/xbc/xaf - /xe9/xbc/xb0 - /xe9/xbc/xb1 - /xe9/xbc/xb2 - /xe9/xbc/xb3 - /xe9/xbc/xb4 - /xe9/xbc/xb5 - /xe9/xbc/xb6 - /xe9/xbc/xb7 - /xe9/xbc/xb8 - /xe9/xbc/xb9 - /xe9/xbc/xba - /xe9/xbc/xbb - /xe9/xbc/xbc - /xe9/xbc/xbd - /xe9/xbc/xbe - /xe9/xbc/xbf - /xe9/xbd/x80 - /xe9/xbd/x81 - /xe9/xbd/x82 - /xe9/xbd/x83 - /xe9/xbd/x84 - /xe9/xbd/x85 - /xe9/xbd/x86 - /xe9/xbd/x87 - /xe9/xbd/x88 - /xe9/xbd/x89 - /xe9/xbd/x8a - /xe9/xbd/x8b - /xe9/xbd/x8c - /xe9/xbd/x8d - /xe9/xbd/x8e - /xe9/xbd/x8f - /xe9/xbd/x90 - /xe9/xbd/x91 - /xe9/xbd/x92 - /xe9/xbd/x93 - /xe9/xbd/x94 - /xe9/xbd/x95 - /xe9/xbd/x96 - /xe9/xbd/x97 - /xe9/xbd/x98 - /xe9/xbd/x99 - /xe9/xbd/x9a - /xe9/xbd/x9b - /xe9/xbd/x9c - /xe9/xbd/x9d - /xe9/xbd/x9e - /xe9/xbd/x9f - /xe9/xbd/xa0 - /xe9/xbd/xa1 - /xe9/xbd/xa2 - /xe9/xbd/xa3 - /xe9/xbd/xa4 - /xe9/xbd/xa5 - /xe9/xbd/xa6 - /xe9/xbd/xa7 - /xe9/xbd/xa8 - /xe9/xbd/xa9 - /xe9/xbd/xaa - /xe9/xbd/xab - /xe9/xbd/xac - /xe9/xbd/xad - /xe9/xbd/xae - /xe9/xbd/xaf - /xe9/xbd/xb0 - /xe9/xbd/xb1 - /xe9/xbd/xb2 - /xe9/xbd/xb3 - /xe9/xbd/xb4 - /xe9/xbd/xb5 - /xe9/xbd/xb6 - /xe9/xbd/xb7 - /xe9/xbd/xb8 - /xe9/xbd/xb9 - /xe9/xbd/xba - /xe9/xbd/xbb - /xe9/xbd/xbc - /xe9/xbd/xbd - /xe9/xbd/xbe - /xe9/xbd/xbf - /xe9/xbe/x80 - /xe9/xbe/x81 - /xe9/xbe/x82 - /xe9/xbe/x83 - /xe9/xbe/x84 - /xe9/xbe/x85 - /xe9/xbe/x86 - /xe9/xbe/x87 - /xe9/xbe/x88 - /xe9/xbe/x89 - /xe9/xbe/x8a - /xe9/xbe/x8b - /xe9/xbe/x8c - /xe9/xbe/x8d - /xe9/xbe/x8e - /xe9/xbe/x8f - /xe9/xbe/x90 - /xe9/xbe/x91 - /xe9/xbe/x92 - /xe9/xbe/x93 - /xe9/xbe/x94 - /xe9/xbe/x95 - /xe9/xbe/x96 - /xe9/xbe/x97 - /xe9/xbe/x98 - /xe9/xbe/x99 - /xe9/xbe/x9a - /xe9/xbe/x9b - /xe9/xbe/x9c - /xe9/xbe/x9d - /xe9/xbe/x9e - /xe9/xbe/x9f - /xe9/xbe/xa0 - /xe9/xbe/xa1 - /xe9/xbe/xa2 - /xe9/xbe/xa3 - /xe9/xbe/xa4 - /xe9/xbe/xa5 +.. /xe3/x90/x80 +.. /xe3/x91/x80 +.. /xe3/x92/x80 +.. /xe3/x93/x80 +.. /xe3/x94/x80 +.. /xe3/x95/x80 +.. /xe3/x96/x80 +.. /xe3/x97/x80 +.. /xe3/x98/x80 +.. /xe3/x99/x80 +.. /xe3/x9a/x80 +.. /xe3/x9b/x80 +.. /xe3/x9c/x80 +.. /xe3/x9d/x80 +.. /xe3/x9e/x80 +.. /xe3/x9f/x80 +.. /xe3/xa0/x80 +.. /xe3/xa1/x80 +.. /xe3/xa2/x80 +.. /xe3/xa3/x80 +.. /xe3/xa4/x80 +.. /xe3/xa5/x80 +.. /xe3/xa6/x80 +.. /xe3/xa7/x80 +.. /xe3/xa8/x80 +.. /xe3/xa9/x80 +.. /xe3/xaa/x80 +.. /xe3/xab/x80 +.. /xe3/xac/x80 +.. /xe3/xad/x80 +.. /xe3/xae/x80 +.. /xe3/xaf/x80 +.. /xe3/xb0/x80 +.. /xe3/xb1/x80 +.. /xe3/xb2/x80 +.. /xe3/xb3/x80 +.. /xe3/xb4/x80 +.. /xe3/xb5/x80 +.. /xe3/xb6/x80 +.. /xe3/xb7/x80 +.. /xe3/xb8/x80 +.. /xe3/xb9/x80 +.. /xe3/xba/x80 +.. /xe3/xbb/x80 +.. /xe3/xbc/x80 +.. /xe3/xbd/x80 +.. /xe3/xbe/x80 +.. /xe3/xbf/x80 +.. /xe4/x80/x80 +.. /xe4/x81/x80 +.. /xe4/x82/x80 +.. /xe4/x83/x80 +.. /xe4/x84/x80 +.. /xe4/x85/x80 +.. /xe4/x86/x80 +.. /xe4/x87/x80 +.. /xe4/x88/x80 +.. /xe4/x89/x80 +.. /xe4/x8a/x80 +.. /xe4/x8b/x80 +.. /xe4/x8c/x80 +.. /xe4/x8d/x80 +.. /xe4/x8e/x80 +.. /xe4/x8f/x80 +.. /xe4/x90/x80 +.. /xe4/x91/x80 +.. /xe4/x92/x80 +.. /xe4/x93/x80 +.. /xe4/x94/x80 +.. /xe4/x95/x80 +.. /xe4/x96/x80 +.. /xe4/x97/x80 +.. /xe4/x98/x80 +.. /xe4/x99/x80 +.. /xe4/x9a/x80 +.. /xe4/x9b/x80 +.. /xe4/x9c/x80 +.. /xe4/x9d/x80 +.. /xe4/x9e/x80 +.. /xe4/x9f/x80 +.. /xe4/xa0/x80 +.. /xe4/xa1/x80 +.. /xe4/xa2/x80 +.. /xe4/xa3/x80 +.. /xe4/xa4/x80 +.. /xe4/xa5/x80 +.. /xe4/xa6/x80 +.. /xe4/xa7/x80 +.. /xe4/xa8/x80 +.. /xe4/xa9/x80 +.. /xe4/xaa/x80 +.. /xe4/xab/x80 +.. /xe4/xac/x80 +.. /xe4/xad/x80 +.. /xe4/xae/x80 +.. /xe4/xaf/x80 +.. /xe4/xb0/x80 +.. /xe4/xb1/x80 +.. /xe4/xb2/x80 +.. /xe4/xb3/x80 +.. /xe4/xb4/x80 +.. /xe4/xb5/x80 +.. /xe4/xb6/x80 +.. /xe4/xb8/x80 +.. /xe4/xb9/x80 +.. /xe4/xba/x80 +.. /xe4/xbb/x80 +.. /xe4/xbc/x80 +.. /xe4/xbd/x80 +.. /xe4/xbe/x80 +.. /xe4/xbf/x80 +.. /xe5/x80/x80 +.. /xe5/x81/x80 +.. /xe5/x82/x80 +.. /xe5/x83/x80 +.. /xe5/x84/x80 +.. /xe5/x85/x80 +.. /xe5/x86/x80 +.. /xe5/x87/x80 +.. /xe5/x88/x80 +.. /xe5/x89/x80 +.. /xe5/x8a/x80 +.. /xe5/x8b/x80 +.. /xe5/x8c/x80 +.. /xe5/x8d/x80 +.. /xe5/x8e/x80 +.. /xe5/x8f/x80 +.. /xe5/x90/x80 +.. /xe5/x91/x80 +.. /xe5/x92/x80 +.. /xe5/x93/x80 +.. /xe5/x94/x80 +.. /xe5/x95/x80 +.. /xe5/x96/x80 +.. /xe5/x97/x80 +.. /xe5/x98/x80 +.. /xe5/x99/x80 +.. /xe5/x9a/x80 +.. /xe5/x9b/x80 +.. /xe5/x9c/x80 +.. /xe5/x9d/x80 +.. /xe5/x9e/x80 +.. /xe5/x9f/x80 +.. /xe5/xa0/x80 +.. /xe5/xa1/x80 +.. /xe5/xa2/x80 +.. /xe5/xa3/x80 +.. /xe5/xa4/x80 +.. /xe5/xa5/x80 +.. /xe5/xa6/x80 +.. /xe5/xa7/x80 +.. /xe5/xa8/x80 +.. /xe5/xa9/x80 +.. /xe5/xaa/x80 +.. /xe5/xab/x80 +.. /xe5/xac/x80 +.. /xe5/xad/x80 +.. /xe5/xae/x80 +.. /xe5/xaf/x80 +.. /xe5/xb0/x80 +.. /xe5/xb1/x80 +.. /xe5/xb2/x80 +.. /xe5/xb3/x80 +.. /xe5/xb4/x80 +.. /xe5/xb5/x80 +.. /xe5/xb6/x80 +.. /xe5/xb7/x80 +.. /xe5/xb8/x80 +.. /xe5/xb9/x80 +.. /xe5/xba/x80 +.. /xe5/xbb/x80 +.. /xe5/xbc/x80 +.. /xe5/xbd/x80 +.. /xe5/xbe/x80 +.. /xe5/xbf/x80 +.. /xe6/x80/x80 +.. /xe6/x81/x80 +.. /xe6/x82/x80 +.. /xe6/x83/x80 +.. /xe6/x84/x80 +.. /xe6/x85/x80 +.. /xe6/x86/x80 +.. /xe6/x87/x80 +.. /xe6/x88/x80 +.. /xe6/x89/x80 +.. /xe6/x8a/x80 +.. /xe6/x8b/x80 +.. /xe6/x8c/x80 +.. /xe6/x8d/x80 +.. /xe6/x8e/x80 +.. /xe6/x8f/x80 +.. /xe6/x90/x80 +.. /xe6/x91/x80 +.. /xe6/x92/x80 +.. /xe6/x93/x80 +.. /xe6/x94/x80 +.. /xe6/x95/x80 +.. /xe6/x96/x80 +.. /xe6/x97/x80 +.. /xe6/x98/x80 +.. /xe6/x99/x80 +.. /xe6/x9a/x80 +.. /xe6/x9b/x80 +.. /xe6/x9c/x80 +.. /xe6/x9d/x80 +.. /xe6/x9e/x80 +.. /xe6/x9f/x80 +.. /xe6/xa0/x80 +.. /xe6/xa1/x80 +.. /xe6/xa2/x80 +.. /xe6/xa3/x80 +.. /xe6/xa4/x80 +.. /xe6/xa5/x80 +.. /xe6/xa6/x80 +.. /xe6/xa7/x80 +.. /xe6/xa8/x80 +.. /xe6/xa9/x80 +.. /xe6/xaa/x80 +.. /xe6/xab/x80 +.. /xe6/xac/x80 +.. /xe6/xad/x80 +.. /xe6/xae/x80 +.. /xe6/xaf/x80 +.. /xe6/xb0/x80 +.. /xe6/xb1/x80 +.. /xe6/xb2/x80 +.. /xe6/xb3/x80 +.. /xe6/xb4/x80 +.. /xe6/xb5/x80 +.. /xe6/xb6/x80 +.. /xe6/xb7/x80 +.. /xe6/xb8/x80 +.. /xe6/xb9/x80 +.. /xe6/xba/x80 +.. /xe6/xbb/x80 +.. /xe6/xbc/x80 +.. /xe6/xbd/x80 +.. /xe6/xbe/x80 +.. /xe6/xbf/x80 +.. /xe7/x80/x80 +.. /xe7/x81/x80 +.. /xe7/x82/x80 +.. /xe7/x83/x80 +.. /xe7/x84/x80 +.. /xe7/x85/x80 +.. /xe7/x86/x80 +.. /xe7/x87/x80 +.. /xe7/x88/x80 +.. /xe7/x89/x80 +.. /xe7/x8a/x80 +.. /xe7/x8b/x80 +.. /xe7/x8c/x80 +.. /xe7/x8d/x80 +.. /xe7/x8e/x80 +.. /xe7/x8f/x80 +.. /xe7/x90/x80 +.. /xe7/x91/x80 +.. /xe7/x92/x80 +.. /xe7/x93/x80 +.. /xe7/x94/x80 +.. /xe7/x95/x80 +.. /xe7/x96/x80 +.. /xe7/x97/x80 +.. /xe7/x98/x80 +.. /xe7/x99/x80 +.. /xe7/x9a/x80 +.. /xe7/x9b/x80 +.. /xe7/x9c/x80 +.. /xe7/x9d/x80 +.. /xe7/x9e/x80 +.. /xe7/x9f/x80 +.. /xe7/xa0/x80 +.. /xe7/xa1/x80 +.. /xe7/xa2/x80 +.. /xe7/xa3/x80 +.. /xe7/xa4/x80 +.. /xe7/xa5/x80 +.. /xe7/xa6/x80 +.. /xe7/xa7/x80 +.. /xe7/xa8/x80 +.. /xe7/xa9/x80 +.. /xe7/xaa/x80 +.. /xe7/xab/x80 +.. /xe7/xac/x80 +.. /xe7/xad/x80 +.. /xe7/xae/x80 +.. /xe7/xaf/x80 +.. /xe7/xb0/x80 +.. /xe7/xb1/x80 +.. /xe7/xb2/x80 +.. /xe7/xb3/x80 +.. /xe7/xb4/x80 +.. /xe7/xb5/x80 +.. /xe7/xb6/x80 +.. /xe7/xb7/x80 +.. /xe7/xb8/x80 +.. /xe7/xb9/x80 +.. /xe7/xba/x80 +.. /xe7/xbb/x80 +.. /xe7/xbc/x80 +.. /xe7/xbd/x80 +.. /xe7/xbe/x80 +.. /xe7/xbf/x80 +.. /xe8/x80/x80 +.. /xe8/x81/x80 +.. /xe8/x82/x80 +.. /xe8/x83/x80 +.. /xe8/x84/x80 +.. /xe8/x85/x80 +.. /xe8/x86/x80 +.. /xe8/x87/x80 +.. /xe8/x88/x80 +.. /xe8/x89/x80 +.. /xe8/x8a/x80 +.. /xe8/x8b/x80 +.. /xe8/x8c/x80 +.. /xe8/x8d/x80 +.. /xe8/x8e/x80 +.. /xe8/x8f/x80 +.. /xe8/x90/x80 +.. /xe8/x91/x80 +.. /xe8/x92/x80 +.. /xe8/x93/x80 +.. /xe8/x94/x80 +.. /xe8/x95/x80 +.. /xe8/x96/x80 +.. /xe8/x97/x80 +.. /xe8/x98/x80 +.. /xe8/x99/x80 +.. /xe8/x9a/x80 +.. /xe8/x9b/x80 +.. /xe8/x9c/x80 +.. /xe8/x9d/x80 +.. /xe8/x9e/x80 +.. /xe8/x9f/x80 +.. /xe8/xa0/x80 +.. /xe8/xa1/x80 +.. /xe8/xa2/x80 +.. /xe8/xa3/x80 +.. /xe8/xa4/x80 +.. /xe8/xa5/x80 +.. /xe8/xa6/x80 +.. /xe8/xa7/x80 +.. /xe8/xa8/x80 +.. /xe8/xa9/x80 +.. /xe8/xaa/x80 +.. /xe8/xab/x80 +.. /xe8/xac/x80 +.. /xe8/xad/x80 +.. /xe8/xae/x80 +.. /xe8/xaf/x80 +.. /xe8/xb0/x80 +.. /xe8/xb1/x80 +.. /xe8/xb2/x80 +.. /xe8/xb3/x80 +.. /xe8/xb4/x80 +.. /xe8/xb5/x80 +.. /xe8/xb6/x80 +.. /xe8/xb7/x80 +.. /xe8/xb8/x80 +.. /xe8/xb9/x80 +.. /xe8/xba/x80 +.. /xe8/xbb/x80 +.. /xe8/xbc/x80 +.. /xe8/xbd/x80 +.. /xe8/xbe/x80 +.. /xe8/xbf/x80 +.. /xe9/x80/x80 +.. /xe9/x81/x80 +.. /xe9/x82/x80 +.. /xe9/x83/x80 +.. /xe9/x84/x80 +.. /xe9/x85/x80 +.. /xe9/x86/x80 +.. /xe9/x87/x80 +.. /xe9/x88/x80 +.. /xe9/x89/x80 +.. /xe9/x8a/x80 +.. /xe9/x8b/x80 +.. /xe9/x8c/x80 +.. /xe9/x8d/x80 +.. /xe9/x8e/x80 +.. /xe9/x8f/x80 +.. /xe9/x90/x80 +.. /xe9/x91/x80 +.. /xe9/x92/x80 +.. /xe9/x93/x80 +.. /xe9/x94/x80 +.. /xe9/x95/x80 +.. /xe9/x96/x80 +.. /xe9/x97/x80 +.. /xe9/x98/x80 +.. /xe9/x99/x80 +.. /xe9/x9a/x80 +.. /xe9/x9b/x80 +.. /xe9/x9c/x80 +.. /xe9/x9d/x80 +.. /xe9/x9e/x80 +.. /xe9/x9f/x80 +.. /xe9/xa0/x80 +.. /xe9/xa1/x80 +.. /xe9/xa2/x80 +.. /xe9/xa3/x80 +.. /xe9/xa4/x80 +.. /xe9/xa5/x80 +.. /xe9/xa6/x80 +.. /xe9/xa7/x80 +.. /xe9/xa8/x80 +.. /xe9/xa9/x80 +.. /xe9/xaa/x80 +.. /xe9/xab/x80 +.. /xe9/xac/x80 +.. /xe9/xad/x80 +.. /xe9/xae/x80 +.. /xe9/xaf/x80 +.. /xe9/xb0/x80 +.. /xe9/xb1/x80 +.. /xe9/xb2/x80 +.. /xe9/xb3/x80 +.. /xe9/xb4/x80 +.. /xe9/xb5/x80 +.. /xe9/xb6/x80 +.. /xe9/xb7/x80 +.. /xe9/xb8/x80 +.. /xe9/xb9/x80 +.. /xe9/xba/x80 +.. /xe9/xbb/x80 +.. /xe9/xbc/x80 +.. /xe9/xbd/x80 +.. /xe9/xbe/x80 /xea/x80/x80 YI SYLLABLE IT /xea/x80/x81 YI SYLLABLE IX /xea/x80/x82 YI SYLLABLE I @@ -47892,6406 +20840,106 @@ CHARMAP % /xed/xaf/xbf % /xed/xb0/x80 % /xed/xbf/xbf - /xee/x80/x80 - /xee/x80/x81 - /xee/x80/x82 - /xee/x80/x83 - /xee/x80/x84 - /xee/x80/x85 - /xee/x80/x86 - /xee/x80/x87 - /xee/x80/x88 - /xee/x80/x89 - /xee/x80/x8a - /xee/x80/x8b - /xee/x80/x8c - /xee/x80/x8d - /xee/x80/x8e - /xee/x80/x8f - /xee/x80/x90 - /xee/x80/x91 - /xee/x80/x92 - /xee/x80/x93 - /xee/x80/x94 - /xee/x80/x95 - /xee/x80/x96 - /xee/x80/x97 - /xee/x80/x98 - /xee/x80/x99 - /xee/x80/x9a - /xee/x80/x9b - /xee/x80/x9c - /xee/x80/x9d - /xee/x80/x9e - /xee/x80/x9f - /xee/x80/xa0 - /xee/x80/xa1 - /xee/x80/xa2 - /xee/x80/xa3 - /xee/x80/xa4 - /xee/x80/xa5 - /xee/x80/xa6 - /xee/x80/xa7 - /xee/x80/xa8 - /xee/x80/xa9 - /xee/x80/xaa - /xee/x80/xab - /xee/x80/xac - /xee/x80/xad - /xee/x80/xae - /xee/x80/xaf - /xee/x80/xb0 - /xee/x80/xb1 - /xee/x80/xb2 - /xee/x80/xb3 - /xee/x80/xb4 - /xee/x80/xb5 - /xee/x80/xb6 - /xee/x80/xb7 - /xee/x80/xb8 - /xee/x80/xb9 - /xee/x80/xba - /xee/x80/xbb - /xee/x80/xbc - /xee/x80/xbd - /xee/x80/xbe - /xee/x80/xbf - /xee/x81/x80 - /xee/x81/x81 - /xee/x81/x82 - /xee/x81/x83 - /xee/x81/x84 - /xee/x81/x85 - /xee/x81/x86 - /xee/x81/x87 - /xee/x81/x88 - /xee/x81/x89 - /xee/x81/x8a - /xee/x81/x8b - /xee/x81/x8c - /xee/x81/x8d - /xee/x81/x8e - /xee/x81/x8f - /xee/x81/x90 - /xee/x81/x91 - /xee/x81/x92 - /xee/x81/x93 - /xee/x81/x94 - /xee/x81/x95 - /xee/x81/x96 - /xee/x81/x97 - /xee/x81/x98 - /xee/x81/x99 - /xee/x81/x9a - /xee/x81/x9b - /xee/x81/x9c - /xee/x81/x9d - /xee/x81/x9e - /xee/x81/x9f - /xee/x81/xa0 - /xee/x81/xa1 - /xee/x81/xa2 - /xee/x81/xa3 - /xee/x81/xa4 - /xee/x81/xa5 - /xee/x81/xa6 - /xee/x81/xa7 - /xee/x81/xa8 - /xee/x81/xa9 - /xee/x81/xaa - /xee/x81/xab - /xee/x81/xac - /xee/x81/xad - /xee/x81/xae - /xee/x81/xaf - /xee/x81/xb0 - /xee/x81/xb1 - /xee/x81/xb2 - /xee/x81/xb3 - /xee/x81/xb4 - /xee/x81/xb5 - /xee/x81/xb6 - /xee/x81/xb7 - /xee/x81/xb8 - /xee/x81/xb9 - /xee/x81/xba - /xee/x81/xbb - /xee/x81/xbc - /xee/x81/xbd - /xee/x81/xbe - /xee/x81/xbf - /xee/x82/x80 - /xee/x82/x81 - /xee/x82/x82 - /xee/x82/x83 - /xee/x82/x84 - /xee/x82/x85 - /xee/x82/x86 - /xee/x82/x87 - /xee/x82/x88 - /xee/x82/x89 - /xee/x82/x8a - /xee/x82/x8b - /xee/x82/x8c - /xee/x82/x8d - /xee/x82/x8e - /xee/x82/x8f - /xee/x82/x90 - /xee/x82/x91 - /xee/x82/x92 - /xee/x82/x93 - /xee/x82/x94 - /xee/x82/x95 - /xee/x82/x96 - /xee/x82/x97 - /xee/x82/x98 - /xee/x82/x99 - /xee/x82/x9a - /xee/x82/x9b - /xee/x82/x9c - /xee/x82/x9d - /xee/x82/x9e - /xee/x82/x9f - /xee/x82/xa0 - /xee/x82/xa1 - /xee/x82/xa2 - /xee/x82/xa3 - /xee/x82/xa4 - /xee/x82/xa5 - /xee/x82/xa6 - /xee/x82/xa7 - /xee/x82/xa8 - /xee/x82/xa9 - /xee/x82/xaa - /xee/x82/xab - /xee/x82/xac - /xee/x82/xad - /xee/x82/xae - /xee/x82/xaf - /xee/x82/xb0 - /xee/x82/xb1 - /xee/x82/xb2 - /xee/x82/xb3 - /xee/x82/xb4 - /xee/x82/xb5 - /xee/x82/xb6 - /xee/x82/xb7 - /xee/x82/xb8 - /xee/x82/xb9 - /xee/x82/xba - /xee/x82/xbb - /xee/x82/xbc - /xee/x82/xbd - /xee/x82/xbe - /xee/x82/xbf - /xee/x83/x80 - /xee/x83/x81 - /xee/x83/x82 - /xee/x83/x83 - /xee/x83/x84 - /xee/x83/x85 - /xee/x83/x86 - /xee/x83/x87 - /xee/x83/x88 - /xee/x83/x89 - /xee/x83/x8a - /xee/x83/x8b - /xee/x83/x8c - /xee/x83/x8d - /xee/x83/x8e - /xee/x83/x8f - /xee/x83/x90 - /xee/x83/x91 - /xee/x83/x92 - /xee/x83/x93 - /xee/x83/x94 - /xee/x83/x95 - /xee/x83/x96 - /xee/x83/x97 - /xee/x83/x98 - /xee/x83/x99 - /xee/x83/x9a - /xee/x83/x9b - /xee/x83/x9c - /xee/x83/x9d - /xee/x83/x9e - /xee/x83/x9f - /xee/x83/xa0 - /xee/x83/xa1 - /xee/x83/xa2 - /xee/x83/xa3 - /xee/x83/xa4 - /xee/x83/xa5 - /xee/x83/xa6 - /xee/x83/xa7 - /xee/x83/xa8 - /xee/x83/xa9 - /xee/x83/xaa - /xee/x83/xab - /xee/x83/xac - /xee/x83/xad - /xee/x83/xae - /xee/x83/xaf - /xee/x83/xb0 - /xee/x83/xb1 - /xee/x83/xb2 - /xee/x83/xb3 - /xee/x83/xb4 - /xee/x83/xb5 - /xee/x83/xb6 - /xee/x83/xb7 - /xee/x83/xb8 - /xee/x83/xb9 - /xee/x83/xba - /xee/x83/xbb - /xee/x83/xbc - /xee/x83/xbd - /xee/x83/xbe - /xee/x83/xbf - /xee/x84/x80 - /xee/x84/x81 - /xee/x84/x82 - /xee/x84/x83 - /xee/x84/x84 - /xee/x84/x85 - /xee/x84/x86 - /xee/x84/x87 - /xee/x84/x88 - /xee/x84/x89 - /xee/x84/x8a - /xee/x84/x8b - /xee/x84/x8c - /xee/x84/x8d - /xee/x84/x8e - /xee/x84/x8f - /xee/x84/x90 - /xee/x84/x91 - /xee/x84/x92 - /xee/x84/x93 - /xee/x84/x94 - /xee/x84/x95 - /xee/x84/x96 - /xee/x84/x97 - /xee/x84/x98 - /xee/x84/x99 - /xee/x84/x9a - /xee/x84/x9b - /xee/x84/x9c - /xee/x84/x9d - /xee/x84/x9e - /xee/x84/x9f - /xee/x84/xa0 - /xee/x84/xa1 - /xee/x84/xa2 - /xee/x84/xa3 - /xee/x84/xa4 - /xee/x84/xa5 - /xee/x84/xa6 - /xee/x84/xa7 - /xee/x84/xa8 - /xee/x84/xa9 - /xee/x84/xaa - /xee/x84/xab - /xee/x84/xac - /xee/x84/xad - /xee/x84/xae - /xee/x84/xaf - /xee/x84/xb0 - /xee/x84/xb1 - /xee/x84/xb2 - /xee/x84/xb3 - /xee/x84/xb4 - /xee/x84/xb5 - /xee/x84/xb6 - /xee/x84/xb7 - /xee/x84/xb8 - /xee/x84/xb9 - /xee/x84/xba - /xee/x84/xbb - /xee/x84/xbc - /xee/x84/xbd - /xee/x84/xbe - /xee/x84/xbf - /xee/x85/x80 - /xee/x85/x81 - /xee/x85/x82 - /xee/x85/x83 - /xee/x85/x84 - /xee/x85/x85 - /xee/x85/x86 - /xee/x85/x87 - /xee/x85/x88 - /xee/x85/x89 - /xee/x85/x8a - /xee/x85/x8b - /xee/x85/x8c - /xee/x85/x8d - /xee/x85/x8e - /xee/x85/x8f - /xee/x85/x90 - /xee/x85/x91 - /xee/x85/x92 - /xee/x85/x93 - /xee/x85/x94 - /xee/x85/x95 - /xee/x85/x96 - /xee/x85/x97 - /xee/x85/x98 - /xee/x85/x99 - /xee/x85/x9a - /xee/x85/x9b - /xee/x85/x9c - /xee/x85/x9d - /xee/x85/x9e - /xee/x85/x9f - /xee/x85/xa0 - /xee/x85/xa1 - /xee/x85/xa2 - /xee/x85/xa3 - /xee/x85/xa4 - /xee/x85/xa5 - /xee/x85/xa6 - /xee/x85/xa7 - /xee/x85/xa8 - /xee/x85/xa9 - /xee/x85/xaa - /xee/x85/xab - /xee/x85/xac - /xee/x85/xad - /xee/x85/xae - /xee/x85/xaf - /xee/x85/xb0 - /xee/x85/xb1 - /xee/x85/xb2 - /xee/x85/xb3 - /xee/x85/xb4 - /xee/x85/xb5 - /xee/x85/xb6 - /xee/x85/xb7 - /xee/x85/xb8 - /xee/x85/xb9 - /xee/x85/xba - /xee/x85/xbb - /xee/x85/xbc - /xee/x85/xbd - /xee/x85/xbe - /xee/x85/xbf - /xee/x86/x80 - /xee/x86/x81 - /xee/x86/x82 - /xee/x86/x83 - /xee/x86/x84 - /xee/x86/x85 - /xee/x86/x86 - /xee/x86/x87 - /xee/x86/x88 - /xee/x86/x89 - /xee/x86/x8a - /xee/x86/x8b - /xee/x86/x8c - /xee/x86/x8d - /xee/x86/x8e - /xee/x86/x8f - /xee/x86/x90 - /xee/x86/x91 - /xee/x86/x92 - /xee/x86/x93 - /xee/x86/x94 - /xee/x86/x95 - /xee/x86/x96 - /xee/x86/x97 - /xee/x86/x98 - /xee/x86/x99 - /xee/x86/x9a - /xee/x86/x9b - /xee/x86/x9c - /xee/x86/x9d - /xee/x86/x9e - /xee/x86/x9f - /xee/x86/xa0 - /xee/x86/xa1 - /xee/x86/xa2 - /xee/x86/xa3 - /xee/x86/xa4 - /xee/x86/xa5 - /xee/x86/xa6 - /xee/x86/xa7 - /xee/x86/xa8 - /xee/x86/xa9 - /xee/x86/xaa - /xee/x86/xab - /xee/x86/xac - /xee/x86/xad - /xee/x86/xae - /xee/x86/xaf - /xee/x86/xb0 - /xee/x86/xb1 - /xee/x86/xb2 - /xee/x86/xb3 - /xee/x86/xb4 - /xee/x86/xb5 - /xee/x86/xb6 - /xee/x86/xb7 - /xee/x86/xb8 - /xee/x86/xb9 - /xee/x86/xba - /xee/x86/xbb - /xee/x86/xbc - /xee/x86/xbd - /xee/x86/xbe - /xee/x86/xbf - /xee/x87/x80 - /xee/x87/x81 - /xee/x87/x82 - /xee/x87/x83 - /xee/x87/x84 - /xee/x87/x85 - /xee/x87/x86 - /xee/x87/x87 - /xee/x87/x88 - /xee/x87/x89 - /xee/x87/x8a - /xee/x87/x8b - /xee/x87/x8c - /xee/x87/x8d - /xee/x87/x8e - /xee/x87/x8f - /xee/x87/x90 - /xee/x87/x91 - /xee/x87/x92 - /xee/x87/x93 - /xee/x87/x94 - /xee/x87/x95 - /xee/x87/x96 - /xee/x87/x97 - /xee/x87/x98 - /xee/x87/x99 - /xee/x87/x9a - /xee/x87/x9b - /xee/x87/x9c - /xee/x87/x9d - /xee/x87/x9e - /xee/x87/x9f - /xee/x87/xa0 - /xee/x87/xa1 - /xee/x87/xa2 - /xee/x87/xa3 - /xee/x87/xa4 - /xee/x87/xa5 - /xee/x87/xa6 - /xee/x87/xa7 - /xee/x87/xa8 - /xee/x87/xa9 - /xee/x87/xaa - /xee/x87/xab - /xee/x87/xac - /xee/x87/xad - /xee/x87/xae - /xee/x87/xaf - /xee/x87/xb0 - /xee/x87/xb1 - /xee/x87/xb2 - /xee/x87/xb3 - /xee/x87/xb4 - /xee/x87/xb5 - /xee/x87/xb6 - /xee/x87/xb7 - /xee/x87/xb8 - /xee/x87/xb9 - /xee/x87/xba - /xee/x87/xbb - /xee/x87/xbc - /xee/x87/xbd - /xee/x87/xbe - /xee/x87/xbf - /xee/x88/x80 - /xee/x88/x81 - /xee/x88/x82 - /xee/x88/x83 - /xee/x88/x84 - /xee/x88/x85 - /xee/x88/x86 - /xee/x88/x87 - /xee/x88/x88 - /xee/x88/x89 - /xee/x88/x8a - /xee/x88/x8b - /xee/x88/x8c - /xee/x88/x8d - /xee/x88/x8e - /xee/x88/x8f - /xee/x88/x90 - /xee/x88/x91 - /xee/x88/x92 - /xee/x88/x93 - /xee/x88/x94 - /xee/x88/x95 - /xee/x88/x96 - /xee/x88/x97 - /xee/x88/x98 - /xee/x88/x99 - /xee/x88/x9a - /xee/x88/x9b - /xee/x88/x9c - /xee/x88/x9d - /xee/x88/x9e - /xee/x88/x9f - /xee/x88/xa0 - /xee/x88/xa1 - /xee/x88/xa2 - /xee/x88/xa3 - /xee/x88/xa4 - /xee/x88/xa5 - /xee/x88/xa6 - /xee/x88/xa7 - /xee/x88/xa8 - /xee/x88/xa9 - /xee/x88/xaa - /xee/x88/xab - /xee/x88/xac - /xee/x88/xad - /xee/x88/xae - /xee/x88/xaf - /xee/x88/xb0 - /xee/x88/xb1 - /xee/x88/xb2 - /xee/x88/xb3 - /xee/x88/xb4 - /xee/x88/xb5 - /xee/x88/xb6 - /xee/x88/xb7 - /xee/x88/xb8 - /xee/x88/xb9 - /xee/x88/xba - /xee/x88/xbb - /xee/x88/xbc - /xee/x88/xbd - /xee/x88/xbe - /xee/x88/xbf - /xee/x89/x80 - /xee/x89/x81 - /xee/x89/x82 - /xee/x89/x83 - /xee/x89/x84 - /xee/x89/x85 - /xee/x89/x86 - /xee/x89/x87 - /xee/x89/x88 - /xee/x89/x89 - /xee/x89/x8a - /xee/x89/x8b - /xee/x89/x8c - /xee/x89/x8d - /xee/x89/x8e - /xee/x89/x8f - /xee/x89/x90 - /xee/x89/x91 - /xee/x89/x92 - /xee/x89/x93 - /xee/x89/x94 - /xee/x89/x95 - /xee/x89/x96 - /xee/x89/x97 - /xee/x89/x98 - /xee/x89/x99 - /xee/x89/x9a - /xee/x89/x9b - /xee/x89/x9c - /xee/x89/x9d - /xee/x89/x9e - /xee/x89/x9f - /xee/x89/xa0 - /xee/x89/xa1 - /xee/x89/xa2 - /xee/x89/xa3 - /xee/x89/xa4 - /xee/x89/xa5 - /xee/x89/xa6 - /xee/x89/xa7 - /xee/x89/xa8 - /xee/x89/xa9 - /xee/x89/xaa - /xee/x89/xab - /xee/x89/xac - /xee/x89/xad - /xee/x89/xae - /xee/x89/xaf - /xee/x89/xb0 - /xee/x89/xb1 - /xee/x89/xb2 - /xee/x89/xb3 - /xee/x89/xb4 - /xee/x89/xb5 - /xee/x89/xb6 - /xee/x89/xb7 - /xee/x89/xb8 - /xee/x89/xb9 - /xee/x89/xba - /xee/x89/xbb - /xee/x89/xbc - /xee/x89/xbd - /xee/x89/xbe - /xee/x89/xbf - /xee/x8a/x80 - /xee/x8a/x81 - /xee/x8a/x82 - /xee/x8a/x83 - /xee/x8a/x84 - /xee/x8a/x85 - /xee/x8a/x86 - /xee/x8a/x87 - /xee/x8a/x88 - /xee/x8a/x89 - /xee/x8a/x8a - /xee/x8a/x8b - /xee/x8a/x8c - /xee/x8a/x8d - /xee/x8a/x8e - /xee/x8a/x8f - /xee/x8a/x90 - /xee/x8a/x91 - /xee/x8a/x92 - /xee/x8a/x93 - /xee/x8a/x94 - /xee/x8a/x95 - /xee/x8a/x96 - /xee/x8a/x97 - /xee/x8a/x98 - /xee/x8a/x99 - /xee/x8a/x9a - /xee/x8a/x9b - /xee/x8a/x9c - /xee/x8a/x9d - /xee/x8a/x9e - /xee/x8a/x9f - /xee/x8a/xa0 - /xee/x8a/xa1 - /xee/x8a/xa2 - /xee/x8a/xa3 - /xee/x8a/xa4 - /xee/x8a/xa5 - /xee/x8a/xa6 - /xee/x8a/xa7 - /xee/x8a/xa8 - /xee/x8a/xa9 - /xee/x8a/xaa - /xee/x8a/xab - /xee/x8a/xac - /xee/x8a/xad - /xee/x8a/xae - /xee/x8a/xaf - /xee/x8a/xb0 - /xee/x8a/xb1 - /xee/x8a/xb2 - /xee/x8a/xb3 - /xee/x8a/xb4 - /xee/x8a/xb5 - /xee/x8a/xb6 - /xee/x8a/xb7 - /xee/x8a/xb8 - /xee/x8a/xb9 - /xee/x8a/xba - /xee/x8a/xbb - /xee/x8a/xbc - /xee/x8a/xbd - /xee/x8a/xbe - /xee/x8a/xbf - /xee/x8b/x80 - /xee/x8b/x81 - /xee/x8b/x82 - /xee/x8b/x83 - /xee/x8b/x84 - /xee/x8b/x85 - /xee/x8b/x86 - /xee/x8b/x87 - /xee/x8b/x88 - /xee/x8b/x89 - /xee/x8b/x8a - /xee/x8b/x8b - /xee/x8b/x8c - /xee/x8b/x8d - /xee/x8b/x8e - /xee/x8b/x8f - /xee/x8b/x90 - /xee/x8b/x91 - /xee/x8b/x92 - /xee/x8b/x93 - /xee/x8b/x94 - /xee/x8b/x95 - /xee/x8b/x96 - /xee/x8b/x97 - /xee/x8b/x98 - /xee/x8b/x99 - /xee/x8b/x9a - /xee/x8b/x9b - /xee/x8b/x9c - /xee/x8b/x9d - /xee/x8b/x9e - /xee/x8b/x9f - /xee/x8b/xa0 - /xee/x8b/xa1 - /xee/x8b/xa2 - /xee/x8b/xa3 - /xee/x8b/xa4 - /xee/x8b/xa5 - /xee/x8b/xa6 - /xee/x8b/xa7 - /xee/x8b/xa8 - /xee/x8b/xa9 - /xee/x8b/xaa - /xee/x8b/xab - /xee/x8b/xac - /xee/x8b/xad - /xee/x8b/xae - /xee/x8b/xaf - /xee/x8b/xb0 - /xee/x8b/xb1 - /xee/x8b/xb2 - /xee/x8b/xb3 - /xee/x8b/xb4 - /xee/x8b/xb5 - /xee/x8b/xb6 - /xee/x8b/xb7 - /xee/x8b/xb8 - /xee/x8b/xb9 - /xee/x8b/xba - /xee/x8b/xbb - /xee/x8b/xbc - /xee/x8b/xbd - /xee/x8b/xbe - /xee/x8b/xbf - /xee/x8c/x80 - /xee/x8c/x81 - /xee/x8c/x82 - /xee/x8c/x83 - /xee/x8c/x84 - /xee/x8c/x85 - /xee/x8c/x86 - /xee/x8c/x87 - /xee/x8c/x88 - /xee/x8c/x89 - /xee/x8c/x8a - /xee/x8c/x8b - /xee/x8c/x8c - /xee/x8c/x8d - /xee/x8c/x8e - /xee/x8c/x8f - /xee/x8c/x90 - /xee/x8c/x91 - /xee/x8c/x92 - /xee/x8c/x93 - /xee/x8c/x94 - /xee/x8c/x95 - /xee/x8c/x96 - /xee/x8c/x97 - /xee/x8c/x98 - /xee/x8c/x99 - /xee/x8c/x9a - /xee/x8c/x9b - /xee/x8c/x9c - /xee/x8c/x9d - /xee/x8c/x9e - /xee/x8c/x9f - /xee/x8c/xa0 - /xee/x8c/xa1 - /xee/x8c/xa2 - /xee/x8c/xa3 - /xee/x8c/xa4 - /xee/x8c/xa5 - /xee/x8c/xa6 - /xee/x8c/xa7 - /xee/x8c/xa8 - /xee/x8c/xa9 - /xee/x8c/xaa - /xee/x8c/xab - /xee/x8c/xac - /xee/x8c/xad - /xee/x8c/xae - /xee/x8c/xaf - /xee/x8c/xb0 - /xee/x8c/xb1 - /xee/x8c/xb2 - /xee/x8c/xb3 - /xee/x8c/xb4 - /xee/x8c/xb5 - /xee/x8c/xb6 - /xee/x8c/xb7 - /xee/x8c/xb8 - /xee/x8c/xb9 - /xee/x8c/xba - /xee/x8c/xbb - /xee/x8c/xbc - /xee/x8c/xbd - /xee/x8c/xbe - /xee/x8c/xbf - /xee/x8d/x80 - /xee/x8d/x81 - /xee/x8d/x82 - /xee/x8d/x83 - /xee/x8d/x84 - /xee/x8d/x85 - /xee/x8d/x86 - /xee/x8d/x87 - /xee/x8d/x88 - /xee/x8d/x89 - /xee/x8d/x8a - /xee/x8d/x8b - /xee/x8d/x8c - /xee/x8d/x8d - /xee/x8d/x8e - /xee/x8d/x8f - /xee/x8d/x90 - /xee/x8d/x91 - /xee/x8d/x92 - /xee/x8d/x93 - /xee/x8d/x94 - /xee/x8d/x95 - /xee/x8d/x96 - /xee/x8d/x97 - /xee/x8d/x98 - /xee/x8d/x99 - /xee/x8d/x9a - /xee/x8d/x9b - /xee/x8d/x9c - /xee/x8d/x9d - /xee/x8d/x9e - /xee/x8d/x9f - /xee/x8d/xa0 - /xee/x8d/xa1 - /xee/x8d/xa2 - /xee/x8d/xa3 - /xee/x8d/xa4 - /xee/x8d/xa5 - /xee/x8d/xa6 - /xee/x8d/xa7 - /xee/x8d/xa8 - /xee/x8d/xa9 - /xee/x8d/xaa - /xee/x8d/xab - /xee/x8d/xac - /xee/x8d/xad - /xee/x8d/xae - /xee/x8d/xaf - /xee/x8d/xb0 - /xee/x8d/xb1 - /xee/x8d/xb2 - /xee/x8d/xb3 - /xee/x8d/xb4 - /xee/x8d/xb5 - /xee/x8d/xb6 - /xee/x8d/xb7 - /xee/x8d/xb8 - /xee/x8d/xb9 - /xee/x8d/xba - /xee/x8d/xbb - /xee/x8d/xbc - /xee/x8d/xbd - /xee/x8d/xbe - /xee/x8d/xbf - /xee/x8e/x80 - /xee/x8e/x81 - /xee/x8e/x82 - /xee/x8e/x83 - /xee/x8e/x84 - /xee/x8e/x85 - /xee/x8e/x86 - /xee/x8e/x87 - /xee/x8e/x88 - /xee/x8e/x89 - /xee/x8e/x8a - /xee/x8e/x8b - /xee/x8e/x8c - /xee/x8e/x8d - /xee/x8e/x8e - /xee/x8e/x8f - /xee/x8e/x90 - /xee/x8e/x91 - /xee/x8e/x92 - /xee/x8e/x93 - /xee/x8e/x94 - /xee/x8e/x95 - /xee/x8e/x96 - /xee/x8e/x97 - /xee/x8e/x98 - /xee/x8e/x99 - /xee/x8e/x9a - /xee/x8e/x9b - /xee/x8e/x9c - /xee/x8e/x9d - /xee/x8e/x9e - /xee/x8e/x9f - /xee/x8e/xa0 - /xee/x8e/xa1 - /xee/x8e/xa2 - /xee/x8e/xa3 - /xee/x8e/xa4 - /xee/x8e/xa5 - /xee/x8e/xa6 - /xee/x8e/xa7 - /xee/x8e/xa8 - /xee/x8e/xa9 - /xee/x8e/xaa - /xee/x8e/xab - /xee/x8e/xac - /xee/x8e/xad - /xee/x8e/xae - /xee/x8e/xaf - /xee/x8e/xb0 - /xee/x8e/xb1 - /xee/x8e/xb2 - /xee/x8e/xb3 - /xee/x8e/xb4 - /xee/x8e/xb5 - /xee/x8e/xb6 - /xee/x8e/xb7 - /xee/x8e/xb8 - /xee/x8e/xb9 - /xee/x8e/xba - /xee/x8e/xbb - /xee/x8e/xbc - /xee/x8e/xbd - /xee/x8e/xbe - /xee/x8e/xbf - /xee/x8f/x80 - /xee/x8f/x81 - /xee/x8f/x82 - /xee/x8f/x83 - /xee/x8f/x84 - /xee/x8f/x85 - /xee/x8f/x86 - /xee/x8f/x87 - /xee/x8f/x88 - /xee/x8f/x89 - /xee/x8f/x8a - /xee/x8f/x8b - /xee/x8f/x8c - /xee/x8f/x8d - /xee/x8f/x8e - /xee/x8f/x8f - /xee/x8f/x90 - /xee/x8f/x91 - /xee/x8f/x92 - /xee/x8f/x93 - /xee/x8f/x94 - /xee/x8f/x95 - /xee/x8f/x96 - /xee/x8f/x97 - /xee/x8f/x98 - /xee/x8f/x99 - /xee/x8f/x9a - /xee/x8f/x9b - /xee/x8f/x9c - /xee/x8f/x9d - /xee/x8f/x9e - /xee/x8f/x9f - /xee/x8f/xa0 - /xee/x8f/xa1 - /xee/x8f/xa2 - /xee/x8f/xa3 - /xee/x8f/xa4 - /xee/x8f/xa5 - /xee/x8f/xa6 - /xee/x8f/xa7 - /xee/x8f/xa8 - /xee/x8f/xa9 - /xee/x8f/xaa - /xee/x8f/xab - /xee/x8f/xac - /xee/x8f/xad - /xee/x8f/xae - /xee/x8f/xaf - /xee/x8f/xb0 - /xee/x8f/xb1 - /xee/x8f/xb2 - /xee/x8f/xb3 - /xee/x8f/xb4 - /xee/x8f/xb5 - /xee/x8f/xb6 - /xee/x8f/xb7 - /xee/x8f/xb8 - /xee/x8f/xb9 - /xee/x8f/xba - /xee/x8f/xbb - /xee/x8f/xbc - /xee/x8f/xbd - /xee/x8f/xbe - /xee/x8f/xbf - /xee/x90/x80 - /xee/x90/x81 - /xee/x90/x82 - /xee/x90/x83 - /xee/x90/x84 - /xee/x90/x85 - /xee/x90/x86 - /xee/x90/x87 - /xee/x90/x88 - /xee/x90/x89 - /xee/x90/x8a - /xee/x90/x8b - /xee/x90/x8c - /xee/x90/x8d - /xee/x90/x8e - /xee/x90/x8f - /xee/x90/x90 - /xee/x90/x91 - /xee/x90/x92 - /xee/x90/x93 - /xee/x90/x94 - /xee/x90/x95 - /xee/x90/x96 - /xee/x90/x97 - /xee/x90/x98 - /xee/x90/x99 - /xee/x90/x9a - /xee/x90/x9b - /xee/x90/x9c - /xee/x90/x9d - /xee/x90/x9e - /xee/x90/x9f - /xee/x90/xa0 - /xee/x90/xa1 - /xee/x90/xa2 - /xee/x90/xa3 - /xee/x90/xa4 - /xee/x90/xa5 - /xee/x90/xa6 - /xee/x90/xa7 - /xee/x90/xa8 - /xee/x90/xa9 - /xee/x90/xaa - /xee/x90/xab - /xee/x90/xac - /xee/x90/xad - /xee/x90/xae - /xee/x90/xaf - /xee/x90/xb0 - /xee/x90/xb1 - /xee/x90/xb2 - /xee/x90/xb3 - /xee/x90/xb4 - /xee/x90/xb5 - /xee/x90/xb6 - /xee/x90/xb7 - /xee/x90/xb8 - /xee/x90/xb9 - /xee/x90/xba - /xee/x90/xbb - /xee/x90/xbc - /xee/x90/xbd - /xee/x90/xbe - /xee/x90/xbf - /xee/x91/x80 - /xee/x91/x81 - /xee/x91/x82 - /xee/x91/x83 - /xee/x91/x84 - /xee/x91/x85 - /xee/x91/x86 - /xee/x91/x87 - /xee/x91/x88 - /xee/x91/x89 - /xee/x91/x8a - /xee/x91/x8b - /xee/x91/x8c - /xee/x91/x8d - /xee/x91/x8e - /xee/x91/x8f - /xee/x91/x90 - /xee/x91/x91 - /xee/x91/x92 - /xee/x91/x93 - /xee/x91/x94 - /xee/x91/x95 - /xee/x91/x96 - /xee/x91/x97 - /xee/x91/x98 - /xee/x91/x99 - /xee/x91/x9a - /xee/x91/x9b - /xee/x91/x9c - /xee/x91/x9d - /xee/x91/x9e - /xee/x91/x9f - /xee/x91/xa0 - /xee/x91/xa1 - /xee/x91/xa2 - /xee/x91/xa3 - /xee/x91/xa4 - /xee/x91/xa5 - /xee/x91/xa6 - /xee/x91/xa7 - /xee/x91/xa8 - /xee/x91/xa9 - /xee/x91/xaa - /xee/x91/xab - /xee/x91/xac - /xee/x91/xad - /xee/x91/xae - /xee/x91/xaf - /xee/x91/xb0 - /xee/x91/xb1 - /xee/x91/xb2 - /xee/x91/xb3 - /xee/x91/xb4 - /xee/x91/xb5 - /xee/x91/xb6 - /xee/x91/xb7 - /xee/x91/xb8 - /xee/x91/xb9 - /xee/x91/xba - /xee/x91/xbb - /xee/x91/xbc - /xee/x91/xbd - /xee/x91/xbe - /xee/x91/xbf - /xee/x92/x80 - /xee/x92/x81 - /xee/x92/x82 - /xee/x92/x83 - /xee/x92/x84 - /xee/x92/x85 - /xee/x92/x86 - /xee/x92/x87 - /xee/x92/x88 - /xee/x92/x89 - /xee/x92/x8a - /xee/x92/x8b - /xee/x92/x8c - /xee/x92/x8d - /xee/x92/x8e - /xee/x92/x8f - /xee/x92/x90 - /xee/x92/x91 - /xee/x92/x92 - /xee/x92/x93 - /xee/x92/x94 - /xee/x92/x95 - /xee/x92/x96 - /xee/x92/x97 - /xee/x92/x98 - /xee/x92/x99 - /xee/x92/x9a - /xee/x92/x9b - /xee/x92/x9c - /xee/x92/x9d - /xee/x92/x9e - /xee/x92/x9f - /xee/x92/xa0 - /xee/x92/xa1 - /xee/x92/xa2 - /xee/x92/xa3 - /xee/x92/xa4 - /xee/x92/xa5 - /xee/x92/xa6 - /xee/x92/xa7 - /xee/x92/xa8 - /xee/x92/xa9 - /xee/x92/xaa - /xee/x92/xab - /xee/x92/xac - /xee/x92/xad - /xee/x92/xae - /xee/x92/xaf - /xee/x92/xb0 - /xee/x92/xb1 - /xee/x92/xb2 - /xee/x92/xb3 - /xee/x92/xb4 - /xee/x92/xb5 - /xee/x92/xb6 - /xee/x92/xb7 - /xee/x92/xb8 - /xee/x92/xb9 - /xee/x92/xba - /xee/x92/xbb - /xee/x92/xbc - /xee/x92/xbd - /xee/x92/xbe - /xee/x92/xbf - /xee/x93/x80 - /xee/x93/x81 - /xee/x93/x82 - /xee/x93/x83 - /xee/x93/x84 - /xee/x93/x85 - /xee/x93/x86 - /xee/x93/x87 - /xee/x93/x88 - /xee/x93/x89 - /xee/x93/x8a - /xee/x93/x8b - /xee/x93/x8c - /xee/x93/x8d - /xee/x93/x8e - /xee/x93/x8f - /xee/x93/x90 - /xee/x93/x91 - /xee/x93/x92 - /xee/x93/x93 - /xee/x93/x94 - /xee/x93/x95 - /xee/x93/x96 - /xee/x93/x97 - /xee/x93/x98 - /xee/x93/x99 - /xee/x93/x9a - /xee/x93/x9b - /xee/x93/x9c - /xee/x93/x9d - /xee/x93/x9e - /xee/x93/x9f - /xee/x93/xa0 - /xee/x93/xa1 - /xee/x93/xa2 - /xee/x93/xa3 - /xee/x93/xa4 - /xee/x93/xa5 - /xee/x93/xa6 - /xee/x93/xa7 - /xee/x93/xa8 - /xee/x93/xa9 - /xee/x93/xaa - /xee/x93/xab - /xee/x93/xac - /xee/x93/xad - /xee/x93/xae - /xee/x93/xaf - /xee/x93/xb0 - /xee/x93/xb1 - /xee/x93/xb2 - /xee/x93/xb3 - /xee/x93/xb4 - /xee/x93/xb5 - /xee/x93/xb6 - /xee/x93/xb7 - /xee/x93/xb8 - /xee/x93/xb9 - /xee/x93/xba - /xee/x93/xbb - /xee/x93/xbc - /xee/x93/xbd - /xee/x93/xbe - /xee/x93/xbf - /xee/x94/x80 - /xee/x94/x81 - /xee/x94/x82 - /xee/x94/x83 - /xee/x94/x84 - /xee/x94/x85 - /xee/x94/x86 - /xee/x94/x87 - /xee/x94/x88 - /xee/x94/x89 - /xee/x94/x8a - /xee/x94/x8b - /xee/x94/x8c - /xee/x94/x8d - /xee/x94/x8e - /xee/x94/x8f - /xee/x94/x90 - /xee/x94/x91 - /xee/x94/x92 - /xee/x94/x93 - /xee/x94/x94 - /xee/x94/x95 - /xee/x94/x96 - /xee/x94/x97 - /xee/x94/x98 - /xee/x94/x99 - /xee/x94/x9a - /xee/x94/x9b - /xee/x94/x9c - /xee/x94/x9d - /xee/x94/x9e - /xee/x94/x9f - /xee/x94/xa0 - /xee/x94/xa1 - /xee/x94/xa2 - /xee/x94/xa3 - /xee/x94/xa4 - /xee/x94/xa5 - /xee/x94/xa6 - /xee/x94/xa7 - /xee/x94/xa8 - /xee/x94/xa9 - /xee/x94/xaa - /xee/x94/xab - /xee/x94/xac - /xee/x94/xad - /xee/x94/xae - /xee/x94/xaf - /xee/x94/xb0 - /xee/x94/xb1 - /xee/x94/xb2 - /xee/x94/xb3 - /xee/x94/xb4 - /xee/x94/xb5 - /xee/x94/xb6 - /xee/x94/xb7 - /xee/x94/xb8 - /xee/x94/xb9 - /xee/x94/xba - /xee/x94/xbb - /xee/x94/xbc - /xee/x94/xbd - /xee/x94/xbe - /xee/x94/xbf - /xee/x95/x80 - /xee/x95/x81 - /xee/x95/x82 - /xee/x95/x83 - /xee/x95/x84 - /xee/x95/x85 - /xee/x95/x86 - /xee/x95/x87 - /xee/x95/x88 - /xee/x95/x89 - /xee/x95/x8a - /xee/x95/x8b - /xee/x95/x8c - /xee/x95/x8d - /xee/x95/x8e - /xee/x95/x8f - /xee/x95/x90 - /xee/x95/x91 - /xee/x95/x92 - /xee/x95/x93 - /xee/x95/x94 - /xee/x95/x95 - /xee/x95/x96 - /xee/x95/x97 - /xee/x95/x98 - /xee/x95/x99 - /xee/x95/x9a - /xee/x95/x9b - /xee/x95/x9c - /xee/x95/x9d - /xee/x95/x9e - /xee/x95/x9f - /xee/x95/xa0 - /xee/x95/xa1 - /xee/x95/xa2 - /xee/x95/xa3 - /xee/x95/xa4 - /xee/x95/xa5 - /xee/x95/xa6 - /xee/x95/xa7 - /xee/x95/xa8 - /xee/x95/xa9 - /xee/x95/xaa - /xee/x95/xab - /xee/x95/xac - /xee/x95/xad - /xee/x95/xae - /xee/x95/xaf - /xee/x95/xb0 - /xee/x95/xb1 - /xee/x95/xb2 - /xee/x95/xb3 - /xee/x95/xb4 - /xee/x95/xb5 - /xee/x95/xb6 - /xee/x95/xb7 - /xee/x95/xb8 - /xee/x95/xb9 - /xee/x95/xba - /xee/x95/xbb - /xee/x95/xbc - /xee/x95/xbd - /xee/x95/xbe - /xee/x95/xbf - /xee/x96/x80 - /xee/x96/x81 - /xee/x96/x82 - /xee/x96/x83 - /xee/x96/x84 - /xee/x96/x85 - /xee/x96/x86 - /xee/x96/x87 - /xee/x96/x88 - /xee/x96/x89 - /xee/x96/x8a - /xee/x96/x8b - /xee/x96/x8c - /xee/x96/x8d - /xee/x96/x8e - /xee/x96/x8f - /xee/x96/x90 - /xee/x96/x91 - /xee/x96/x92 - /xee/x96/x93 - /xee/x96/x94 - /xee/x96/x95 - /xee/x96/x96 - /xee/x96/x97 - /xee/x96/x98 - /xee/x96/x99 - /xee/x96/x9a - /xee/x96/x9b - /xee/x96/x9c - /xee/x96/x9d - /xee/x96/x9e - /xee/x96/x9f - /xee/x96/xa0 - /xee/x96/xa1 - /xee/x96/xa2 - /xee/x96/xa3 - /xee/x96/xa4 - /xee/x96/xa5 - /xee/x96/xa6 - /xee/x96/xa7 - /xee/x96/xa8 - /xee/x96/xa9 - /xee/x96/xaa - /xee/x96/xab - /xee/x96/xac - /xee/x96/xad - /xee/x96/xae - /xee/x96/xaf - /xee/x96/xb0 - /xee/x96/xb1 - /xee/x96/xb2 - /xee/x96/xb3 - /xee/x96/xb4 - /xee/x96/xb5 - /xee/x96/xb6 - /xee/x96/xb7 - /xee/x96/xb8 - /xee/x96/xb9 - /xee/x96/xba - /xee/x96/xbb - /xee/x96/xbc - /xee/x96/xbd - /xee/x96/xbe - /xee/x96/xbf - /xee/x97/x80 - /xee/x97/x81 - /xee/x97/x82 - /xee/x97/x83 - /xee/x97/x84 - /xee/x97/x85 - /xee/x97/x86 - /xee/x97/x87 - /xee/x97/x88 - /xee/x97/x89 - /xee/x97/x8a - /xee/x97/x8b - /xee/x97/x8c - /xee/x97/x8d - /xee/x97/x8e - /xee/x97/x8f - /xee/x97/x90 - /xee/x97/x91 - /xee/x97/x92 - /xee/x97/x93 - /xee/x97/x94 - /xee/x97/x95 - /xee/x97/x96 - /xee/x97/x97 - /xee/x97/x98 - /xee/x97/x99 - /xee/x97/x9a - /xee/x97/x9b - /xee/x97/x9c - /xee/x97/x9d - /xee/x97/x9e - /xee/x97/x9f - /xee/x97/xa0 - /xee/x97/xa1 - /xee/x97/xa2 - /xee/x97/xa3 - /xee/x97/xa4 - /xee/x97/xa5 - /xee/x97/xa6 - /xee/x97/xa7 - /xee/x97/xa8 - /xee/x97/xa9 - /xee/x97/xaa - /xee/x97/xab - /xee/x97/xac - /xee/x97/xad - /xee/x97/xae - /xee/x97/xaf - /xee/x97/xb0 - /xee/x97/xb1 - /xee/x97/xb2 - /xee/x97/xb3 - /xee/x97/xb4 - /xee/x97/xb5 - /xee/x97/xb6 - /xee/x97/xb7 - /xee/x97/xb8 - /xee/x97/xb9 - /xee/x97/xba - /xee/x97/xbb - /xee/x97/xbc - /xee/x97/xbd - /xee/x97/xbe - /xee/x97/xbf - /xee/x98/x80 - /xee/x98/x81 - /xee/x98/x82 - /xee/x98/x83 - /xee/x98/x84 - /xee/x98/x85 - /xee/x98/x86 - /xee/x98/x87 - /xee/x98/x88 - /xee/x98/x89 - /xee/x98/x8a - /xee/x98/x8b - /xee/x98/x8c - /xee/x98/x8d - /xee/x98/x8e - /xee/x98/x8f - /xee/x98/x90 - /xee/x98/x91 - /xee/x98/x92 - /xee/x98/x93 - /xee/x98/x94 - /xee/x98/x95 - /xee/x98/x96 - /xee/x98/x97 - /xee/x98/x98 - /xee/x98/x99 - /xee/x98/x9a - /xee/x98/x9b - /xee/x98/x9c - /xee/x98/x9d - /xee/x98/x9e - /xee/x98/x9f - /xee/x98/xa0 - /xee/x98/xa1 - /xee/x98/xa2 - /xee/x98/xa3 - /xee/x98/xa4 - /xee/x98/xa5 - /xee/x98/xa6 - /xee/x98/xa7 - /xee/x98/xa8 - /xee/x98/xa9 - /xee/x98/xaa - /xee/x98/xab - /xee/x98/xac - /xee/x98/xad - /xee/x98/xae - /xee/x98/xaf - /xee/x98/xb0 - /xee/x98/xb1 - /xee/x98/xb2 - /xee/x98/xb3 - /xee/x98/xb4 - /xee/x98/xb5 - /xee/x98/xb6 - /xee/x98/xb7 - /xee/x98/xb8 - /xee/x98/xb9 - /xee/x98/xba - /xee/x98/xbb - /xee/x98/xbc - /xee/x98/xbd - /xee/x98/xbe - /xee/x98/xbf - /xee/x99/x80 - /xee/x99/x81 - /xee/x99/x82 - /xee/x99/x83 - /xee/x99/x84 - /xee/x99/x85 - /xee/x99/x86 - /xee/x99/x87 - /xee/x99/x88 - /xee/x99/x89 - /xee/x99/x8a - /xee/x99/x8b - /xee/x99/x8c - /xee/x99/x8d - /xee/x99/x8e - /xee/x99/x8f - /xee/x99/x90 - /xee/x99/x91 - /xee/x99/x92 - /xee/x99/x93 - /xee/x99/x94 - /xee/x99/x95 - /xee/x99/x96 - /xee/x99/x97 - /xee/x99/x98 - /xee/x99/x99 - /xee/x99/x9a - /xee/x99/x9b - /xee/x99/x9c - /xee/x99/x9d - /xee/x99/x9e - /xee/x99/x9f - /xee/x99/xa0 - /xee/x99/xa1 - /xee/x99/xa2 - /xee/x99/xa3 - /xee/x99/xa4 - /xee/x99/xa5 - /xee/x99/xa6 - /xee/x99/xa7 - /xee/x99/xa8 - /xee/x99/xa9 - /xee/x99/xaa - /xee/x99/xab - /xee/x99/xac - /xee/x99/xad - /xee/x99/xae - /xee/x99/xaf - /xee/x99/xb0 - /xee/x99/xb1 - /xee/x99/xb2 - /xee/x99/xb3 - /xee/x99/xb4 - /xee/x99/xb5 - /xee/x99/xb6 - /xee/x99/xb7 - /xee/x99/xb8 - /xee/x99/xb9 - /xee/x99/xba - /xee/x99/xbb - /xee/x99/xbc - /xee/x99/xbd - /xee/x99/xbe - /xee/x99/xbf - /xee/x9a/x80 - /xee/x9a/x81 - /xee/x9a/x82 - /xee/x9a/x83 - /xee/x9a/x84 - /xee/x9a/x85 - /xee/x9a/x86 - /xee/x9a/x87 - /xee/x9a/x88 - /xee/x9a/x89 - /xee/x9a/x8a - /xee/x9a/x8b - /xee/x9a/x8c - /xee/x9a/x8d - /xee/x9a/x8e - /xee/x9a/x8f - /xee/x9a/x90 - /xee/x9a/x91 - /xee/x9a/x92 - /xee/x9a/x93 - /xee/x9a/x94 - /xee/x9a/x95 - /xee/x9a/x96 - /xee/x9a/x97 - /xee/x9a/x98 - /xee/x9a/x99 - /xee/x9a/x9a - /xee/x9a/x9b - /xee/x9a/x9c - /xee/x9a/x9d - /xee/x9a/x9e - /xee/x9a/x9f - /xee/x9a/xa0 - /xee/x9a/xa1 - /xee/x9a/xa2 - /xee/x9a/xa3 - /xee/x9a/xa4 - /xee/x9a/xa5 - /xee/x9a/xa6 - /xee/x9a/xa7 - /xee/x9a/xa8 - /xee/x9a/xa9 - /xee/x9a/xaa - /xee/x9a/xab - /xee/x9a/xac - /xee/x9a/xad - /xee/x9a/xae - /xee/x9a/xaf - /xee/x9a/xb0 - /xee/x9a/xb1 - /xee/x9a/xb2 - /xee/x9a/xb3 - /xee/x9a/xb4 - /xee/x9a/xb5 - /xee/x9a/xb6 - /xee/x9a/xb7 - /xee/x9a/xb8 - /xee/x9a/xb9 - /xee/x9a/xba - /xee/x9a/xbb - /xee/x9a/xbc - /xee/x9a/xbd - /xee/x9a/xbe - /xee/x9a/xbf - /xee/x9b/x80 - /xee/x9b/x81 - /xee/x9b/x82 - /xee/x9b/x83 - /xee/x9b/x84 - /xee/x9b/x85 - /xee/x9b/x86 - /xee/x9b/x87 - /xee/x9b/x88 - /xee/x9b/x89 - /xee/x9b/x8a - /xee/x9b/x8b - /xee/x9b/x8c - /xee/x9b/x8d - /xee/x9b/x8e - /xee/x9b/x8f - /xee/x9b/x90 - /xee/x9b/x91 - /xee/x9b/x92 - /xee/x9b/x93 - /xee/x9b/x94 - /xee/x9b/x95 - /xee/x9b/x96 - /xee/x9b/x97 - /xee/x9b/x98 - /xee/x9b/x99 - /xee/x9b/x9a - /xee/x9b/x9b - /xee/x9b/x9c - /xee/x9b/x9d - /xee/x9b/x9e - /xee/x9b/x9f - /xee/x9b/xa0 - /xee/x9b/xa1 - /xee/x9b/xa2 - /xee/x9b/xa3 - /xee/x9b/xa4 - /xee/x9b/xa5 - /xee/x9b/xa6 - /xee/x9b/xa7 - /xee/x9b/xa8 - /xee/x9b/xa9 - /xee/x9b/xaa - /xee/x9b/xab - /xee/x9b/xac - /xee/x9b/xad - /xee/x9b/xae - /xee/x9b/xaf - /xee/x9b/xb0 - /xee/x9b/xb1 - /xee/x9b/xb2 - /xee/x9b/xb3 - /xee/x9b/xb4 - /xee/x9b/xb5 - /xee/x9b/xb6 - /xee/x9b/xb7 - /xee/x9b/xb8 - /xee/x9b/xb9 - /xee/x9b/xba - /xee/x9b/xbb - /xee/x9b/xbc - /xee/x9b/xbd - /xee/x9b/xbe - /xee/x9b/xbf - /xee/x9c/x80 - /xee/x9c/x81 - /xee/x9c/x82 - /xee/x9c/x83 - /xee/x9c/x84 - /xee/x9c/x85 - /xee/x9c/x86 - /xee/x9c/x87 - /xee/x9c/x88 - /xee/x9c/x89 - /xee/x9c/x8a - /xee/x9c/x8b - /xee/x9c/x8c - /xee/x9c/x8d - /xee/x9c/x8e - /xee/x9c/x8f - /xee/x9c/x90 - /xee/x9c/x91 - /xee/x9c/x92 - /xee/x9c/x93 - /xee/x9c/x94 - /xee/x9c/x95 - /xee/x9c/x96 - /xee/x9c/x97 - /xee/x9c/x98 - /xee/x9c/x99 - /xee/x9c/x9a - /xee/x9c/x9b - /xee/x9c/x9c - /xee/x9c/x9d - /xee/x9c/x9e - /xee/x9c/x9f - /xee/x9c/xa0 - /xee/x9c/xa1 - /xee/x9c/xa2 - /xee/x9c/xa3 - /xee/x9c/xa4 - /xee/x9c/xa5 - /xee/x9c/xa6 - /xee/x9c/xa7 - /xee/x9c/xa8 - /xee/x9c/xa9 - /xee/x9c/xaa - /xee/x9c/xab - /xee/x9c/xac - /xee/x9c/xad - /xee/x9c/xae - /xee/x9c/xaf - /xee/x9c/xb0 - /xee/x9c/xb1 - /xee/x9c/xb2 - /xee/x9c/xb3 - /xee/x9c/xb4 - /xee/x9c/xb5 - /xee/x9c/xb6 - /xee/x9c/xb7 - /xee/x9c/xb8 - /xee/x9c/xb9 - /xee/x9c/xba - /xee/x9c/xbb - /xee/x9c/xbc - /xee/x9c/xbd - /xee/x9c/xbe - /xee/x9c/xbf - /xee/x9d/x80 - /xee/x9d/x81 - /xee/x9d/x82 - /xee/x9d/x83 - /xee/x9d/x84 - /xee/x9d/x85 - /xee/x9d/x86 - /xee/x9d/x87 - /xee/x9d/x88 - /xee/x9d/x89 - /xee/x9d/x8a - /xee/x9d/x8b - /xee/x9d/x8c - /xee/x9d/x8d - /xee/x9d/x8e - /xee/x9d/x8f - /xee/x9d/x90 - /xee/x9d/x91 - /xee/x9d/x92 - /xee/x9d/x93 - /xee/x9d/x94 - /xee/x9d/x95 - /xee/x9d/x96 - /xee/x9d/x97 - /xee/x9d/x98 - /xee/x9d/x99 - /xee/x9d/x9a - /xee/x9d/x9b - /xee/x9d/x9c - /xee/x9d/x9d - /xee/x9d/x9e - /xee/x9d/x9f - /xee/x9d/xa0 - /xee/x9d/xa1 - /xee/x9d/xa2 - /xee/x9d/xa3 - /xee/x9d/xa4 - /xee/x9d/xa5 - /xee/x9d/xa6 - /xee/x9d/xa7 - /xee/x9d/xa8 - /xee/x9d/xa9 - /xee/x9d/xaa - /xee/x9d/xab - /xee/x9d/xac - /xee/x9d/xad - /xee/x9d/xae - /xee/x9d/xaf - /xee/x9d/xb0 - /xee/x9d/xb1 - /xee/x9d/xb2 - /xee/x9d/xb3 - /xee/x9d/xb4 - /xee/x9d/xb5 - /xee/x9d/xb6 - /xee/x9d/xb7 - /xee/x9d/xb8 - /xee/x9d/xb9 - /xee/x9d/xba - /xee/x9d/xbb - /xee/x9d/xbc - /xee/x9d/xbd - /xee/x9d/xbe - /xee/x9d/xbf - /xee/x9e/x80 - /xee/x9e/x81 - /xee/x9e/x82 - /xee/x9e/x83 - /xee/x9e/x84 - /xee/x9e/x85 - /xee/x9e/x86 - /xee/x9e/x87 - /xee/x9e/x88 - /xee/x9e/x89 - /xee/x9e/x8a - /xee/x9e/x8b - /xee/x9e/x8c - /xee/x9e/x8d - /xee/x9e/x8e - /xee/x9e/x8f - /xee/x9e/x90 - /xee/x9e/x91 - /xee/x9e/x92 - /xee/x9e/x93 - /xee/x9e/x94 - /xee/x9e/x95 - /xee/x9e/x96 - /xee/x9e/x97 - /xee/x9e/x98 - /xee/x9e/x99 - /xee/x9e/x9a - /xee/x9e/x9b - /xee/x9e/x9c - /xee/x9e/x9d - /xee/x9e/x9e - /xee/x9e/x9f - /xee/x9e/xa0 - /xee/x9e/xa1 - /xee/x9e/xa2 - /xee/x9e/xa3 - /xee/x9e/xa4 - /xee/x9e/xa5 - /xee/x9e/xa6 - /xee/x9e/xa7 - /xee/x9e/xa8 - /xee/x9e/xa9 - /xee/x9e/xaa - /xee/x9e/xab - /xee/x9e/xac - /xee/x9e/xad - /xee/x9e/xae - /xee/x9e/xaf - /xee/x9e/xb0 - /xee/x9e/xb1 - /xee/x9e/xb2 - /xee/x9e/xb3 - /xee/x9e/xb4 - /xee/x9e/xb5 - /xee/x9e/xb6 - /xee/x9e/xb7 - /xee/x9e/xb8 - /xee/x9e/xb9 - /xee/x9e/xba - /xee/x9e/xbb - /xee/x9e/xbc - /xee/x9e/xbd - /xee/x9e/xbe - /xee/x9e/xbf - /xee/x9f/x80 - /xee/x9f/x81 - /xee/x9f/x82 - /xee/x9f/x83 - /xee/x9f/x84 - /xee/x9f/x85 - /xee/x9f/x86 - /xee/x9f/x87 - /xee/x9f/x88 - /xee/x9f/x89 - /xee/x9f/x8a - /xee/x9f/x8b - /xee/x9f/x8c - /xee/x9f/x8d - /xee/x9f/x8e - /xee/x9f/x8f - /xee/x9f/x90 - /xee/x9f/x91 - /xee/x9f/x92 - /xee/x9f/x93 - /xee/x9f/x94 - /xee/x9f/x95 - /xee/x9f/x96 - /xee/x9f/x97 - /xee/x9f/x98 - /xee/x9f/x99 - /xee/x9f/x9a - /xee/x9f/x9b - /xee/x9f/x9c - /xee/x9f/x9d - /xee/x9f/x9e - /xee/x9f/x9f - /xee/x9f/xa0 - /xee/x9f/xa1 - /xee/x9f/xa2 - /xee/x9f/xa3 - /xee/x9f/xa4 - /xee/x9f/xa5 - /xee/x9f/xa6 - /xee/x9f/xa7 - /xee/x9f/xa8 - /xee/x9f/xa9 - /xee/x9f/xaa - /xee/x9f/xab - /xee/x9f/xac - /xee/x9f/xad - /xee/x9f/xae - /xee/x9f/xaf - /xee/x9f/xb0 - /xee/x9f/xb1 - /xee/x9f/xb2 - /xee/x9f/xb3 - /xee/x9f/xb4 - /xee/x9f/xb5 - /xee/x9f/xb6 - /xee/x9f/xb7 - /xee/x9f/xb8 - /xee/x9f/xb9 - /xee/x9f/xba - /xee/x9f/xbb - /xee/x9f/xbc - /xee/x9f/xbd - /xee/x9f/xbe - /xee/x9f/xbf - /xee/xa0/x80 - /xee/xa0/x81 - /xee/xa0/x82 - /xee/xa0/x83 - /xee/xa0/x84 - /xee/xa0/x85 - /xee/xa0/x86 - /xee/xa0/x87 - /xee/xa0/x88 - /xee/xa0/x89 - /xee/xa0/x8a - /xee/xa0/x8b - /xee/xa0/x8c - /xee/xa0/x8d - /xee/xa0/x8e - /xee/xa0/x8f - /xee/xa0/x90 - /xee/xa0/x91 - /xee/xa0/x92 - /xee/xa0/x93 - /xee/xa0/x94 - /xee/xa0/x95 - /xee/xa0/x96 - /xee/xa0/x97 - /xee/xa0/x98 - /xee/xa0/x99 - /xee/xa0/x9a - /xee/xa0/x9b - /xee/xa0/x9c - /xee/xa0/x9d - /xee/xa0/x9e - /xee/xa0/x9f - /xee/xa0/xa0 - /xee/xa0/xa1 - /xee/xa0/xa2 - /xee/xa0/xa3 - /xee/xa0/xa4 - /xee/xa0/xa5 - /xee/xa0/xa6 - /xee/xa0/xa7 - /xee/xa0/xa8 - /xee/xa0/xa9 - /xee/xa0/xaa - /xee/xa0/xab - /xee/xa0/xac - /xee/xa0/xad - /xee/xa0/xae - /xee/xa0/xaf - /xee/xa0/xb0 - /xee/xa0/xb1 - /xee/xa0/xb2 - /xee/xa0/xb3 - /xee/xa0/xb4 - /xee/xa0/xb5 - /xee/xa0/xb6 - /xee/xa0/xb7 - /xee/xa0/xb8 - /xee/xa0/xb9 - /xee/xa0/xba - /xee/xa0/xbb - /xee/xa0/xbc - /xee/xa0/xbd - /xee/xa0/xbe - /xee/xa0/xbf - /xee/xa1/x80 - /xee/xa1/x81 - /xee/xa1/x82 - /xee/xa1/x83 - /xee/xa1/x84 - /xee/xa1/x85 - /xee/xa1/x86 - /xee/xa1/x87 - /xee/xa1/x88 - /xee/xa1/x89 - /xee/xa1/x8a - /xee/xa1/x8b - /xee/xa1/x8c - /xee/xa1/x8d - /xee/xa1/x8e - /xee/xa1/x8f - /xee/xa1/x90 - /xee/xa1/x91 - /xee/xa1/x92 - /xee/xa1/x93 - /xee/xa1/x94 - /xee/xa1/x95 - /xee/xa1/x96 - /xee/xa1/x97 - /xee/xa1/x98 - /xee/xa1/x99 - /xee/xa1/x9a - /xee/xa1/x9b - /xee/xa1/x9c - /xee/xa1/x9d - /xee/xa1/x9e - /xee/xa1/x9f - /xee/xa1/xa0 - /xee/xa1/xa1 - /xee/xa1/xa2 - /xee/xa1/xa3 - /xee/xa1/xa4 - /xee/xa1/xa5 - /xee/xa1/xa6 - /xee/xa1/xa7 - /xee/xa1/xa8 - /xee/xa1/xa9 - /xee/xa1/xaa - /xee/xa1/xab - /xee/xa1/xac - /xee/xa1/xad - /xee/xa1/xae - /xee/xa1/xaf - /xee/xa1/xb0 - /xee/xa1/xb1 - /xee/xa1/xb2 - /xee/xa1/xb3 - /xee/xa1/xb4 - /xee/xa1/xb5 - /xee/xa1/xb6 - /xee/xa1/xb7 - /xee/xa1/xb8 - /xee/xa1/xb9 - /xee/xa1/xba - /xee/xa1/xbb - /xee/xa1/xbc - /xee/xa1/xbd - /xee/xa1/xbe - /xee/xa1/xbf - /xee/xa2/x80 - /xee/xa2/x81 - /xee/xa2/x82 - /xee/xa2/x83 - /xee/xa2/x84 - /xee/xa2/x85 - /xee/xa2/x86 - /xee/xa2/x87 - /xee/xa2/x88 - /xee/xa2/x89 - /xee/xa2/x8a - /xee/xa2/x8b - /xee/xa2/x8c - /xee/xa2/x8d - /xee/xa2/x8e - /xee/xa2/x8f - /xee/xa2/x90 - /xee/xa2/x91 - /xee/xa2/x92 - /xee/xa2/x93 - /xee/xa2/x94 - /xee/xa2/x95 - /xee/xa2/x96 - /xee/xa2/x97 - /xee/xa2/x98 - /xee/xa2/x99 - /xee/xa2/x9a - /xee/xa2/x9b - /xee/xa2/x9c - /xee/xa2/x9d - /xee/xa2/x9e - /xee/xa2/x9f - /xee/xa2/xa0 - /xee/xa2/xa1 - /xee/xa2/xa2 - /xee/xa2/xa3 - /xee/xa2/xa4 - /xee/xa2/xa5 - /xee/xa2/xa6 - /xee/xa2/xa7 - /xee/xa2/xa8 - /xee/xa2/xa9 - /xee/xa2/xaa - /xee/xa2/xab - /xee/xa2/xac - /xee/xa2/xad - /xee/xa2/xae - /xee/xa2/xaf - /xee/xa2/xb0 - /xee/xa2/xb1 - /xee/xa2/xb2 - /xee/xa2/xb3 - /xee/xa2/xb4 - /xee/xa2/xb5 - /xee/xa2/xb6 - /xee/xa2/xb7 - /xee/xa2/xb8 - /xee/xa2/xb9 - /xee/xa2/xba - /xee/xa2/xbb - /xee/xa2/xbc - /xee/xa2/xbd - /xee/xa2/xbe - /xee/xa2/xbf - /xee/xa3/x80 - /xee/xa3/x81 - /xee/xa3/x82 - /xee/xa3/x83 - /xee/xa3/x84 - /xee/xa3/x85 - /xee/xa3/x86 - /xee/xa3/x87 - /xee/xa3/x88 - /xee/xa3/x89 - /xee/xa3/x8a - /xee/xa3/x8b - /xee/xa3/x8c - /xee/xa3/x8d - /xee/xa3/x8e - /xee/xa3/x8f - /xee/xa3/x90 - /xee/xa3/x91 - /xee/xa3/x92 - /xee/xa3/x93 - /xee/xa3/x94 - /xee/xa3/x95 - /xee/xa3/x96 - /xee/xa3/x97 - /xee/xa3/x98 - /xee/xa3/x99 - /xee/xa3/x9a - /xee/xa3/x9b - /xee/xa3/x9c - /xee/xa3/x9d - /xee/xa3/x9e - /xee/xa3/x9f - /xee/xa3/xa0 - /xee/xa3/xa1 - /xee/xa3/xa2 - /xee/xa3/xa3 - /xee/xa3/xa4 - /xee/xa3/xa5 - /xee/xa3/xa6 - /xee/xa3/xa7 - /xee/xa3/xa8 - /xee/xa3/xa9 - /xee/xa3/xaa - /xee/xa3/xab - /xee/xa3/xac - /xee/xa3/xad - /xee/xa3/xae - /xee/xa3/xaf - /xee/xa3/xb0 - /xee/xa3/xb1 - /xee/xa3/xb2 - /xee/xa3/xb3 - /xee/xa3/xb4 - /xee/xa3/xb5 - /xee/xa3/xb6 - /xee/xa3/xb7 - /xee/xa3/xb8 - /xee/xa3/xb9 - /xee/xa3/xba - /xee/xa3/xbb - /xee/xa3/xbc - /xee/xa3/xbd - /xee/xa3/xbe - /xee/xa3/xbf - /xee/xa4/x80 - /xee/xa4/x81 - /xee/xa4/x82 - /xee/xa4/x83 - /xee/xa4/x84 - /xee/xa4/x85 - /xee/xa4/x86 - /xee/xa4/x87 - /xee/xa4/x88 - /xee/xa4/x89 - /xee/xa4/x8a - /xee/xa4/x8b - /xee/xa4/x8c - /xee/xa4/x8d - /xee/xa4/x8e - /xee/xa4/x8f - /xee/xa4/x90 - /xee/xa4/x91 - /xee/xa4/x92 - /xee/xa4/x93 - /xee/xa4/x94 - /xee/xa4/x95 - /xee/xa4/x96 - /xee/xa4/x97 - /xee/xa4/x98 - /xee/xa4/x99 - /xee/xa4/x9a - /xee/xa4/x9b - /xee/xa4/x9c - /xee/xa4/x9d - /xee/xa4/x9e - /xee/xa4/x9f - /xee/xa4/xa0 - /xee/xa4/xa1 - /xee/xa4/xa2 - /xee/xa4/xa3 - /xee/xa4/xa4 - /xee/xa4/xa5 - /xee/xa4/xa6 - /xee/xa4/xa7 - /xee/xa4/xa8 - /xee/xa4/xa9 - /xee/xa4/xaa - /xee/xa4/xab - /xee/xa4/xac - /xee/xa4/xad - /xee/xa4/xae - /xee/xa4/xaf - /xee/xa4/xb0 - /xee/xa4/xb1 - /xee/xa4/xb2 - /xee/xa4/xb3 - /xee/xa4/xb4 - /xee/xa4/xb5 - /xee/xa4/xb6 - /xee/xa4/xb7 - /xee/xa4/xb8 - /xee/xa4/xb9 - /xee/xa4/xba - /xee/xa4/xbb - /xee/xa4/xbc - /xee/xa4/xbd - /xee/xa4/xbe - /xee/xa4/xbf - /xee/xa5/x80 - /xee/xa5/x81 - /xee/xa5/x82 - /xee/xa5/x83 - /xee/xa5/x84 - /xee/xa5/x85 - /xee/xa5/x86 - /xee/xa5/x87 - /xee/xa5/x88 - /xee/xa5/x89 - /xee/xa5/x8a - /xee/xa5/x8b - /xee/xa5/x8c - /xee/xa5/x8d - /xee/xa5/x8e - /xee/xa5/x8f - /xee/xa5/x90 - /xee/xa5/x91 - /xee/xa5/x92 - /xee/xa5/x93 - /xee/xa5/x94 - /xee/xa5/x95 - /xee/xa5/x96 - /xee/xa5/x97 - /xee/xa5/x98 - /xee/xa5/x99 - /xee/xa5/x9a - /xee/xa5/x9b - /xee/xa5/x9c - /xee/xa5/x9d - /xee/xa5/x9e - /xee/xa5/x9f - /xee/xa5/xa0 - /xee/xa5/xa1 - /xee/xa5/xa2 - /xee/xa5/xa3 - /xee/xa5/xa4 - /xee/xa5/xa5 - /xee/xa5/xa6 - /xee/xa5/xa7 - /xee/xa5/xa8 - /xee/xa5/xa9 - /xee/xa5/xaa - /xee/xa5/xab - /xee/xa5/xac - /xee/xa5/xad - /xee/xa5/xae - /xee/xa5/xaf - /xee/xa5/xb0 - /xee/xa5/xb1 - /xee/xa5/xb2 - /xee/xa5/xb3 - /xee/xa5/xb4 - /xee/xa5/xb5 - /xee/xa5/xb6 - /xee/xa5/xb7 - /xee/xa5/xb8 - /xee/xa5/xb9 - /xee/xa5/xba - /xee/xa5/xbb - /xee/xa5/xbc - /xee/xa5/xbd - /xee/xa5/xbe - /xee/xa5/xbf - /xee/xa6/x80 - /xee/xa6/x81 - /xee/xa6/x82 - /xee/xa6/x83 - /xee/xa6/x84 - /xee/xa6/x85 - /xee/xa6/x86 - /xee/xa6/x87 - /xee/xa6/x88 - /xee/xa6/x89 - /xee/xa6/x8a - /xee/xa6/x8b - /xee/xa6/x8c - /xee/xa6/x8d - /xee/xa6/x8e - /xee/xa6/x8f - /xee/xa6/x90 - /xee/xa6/x91 - /xee/xa6/x92 - /xee/xa6/x93 - /xee/xa6/x94 - /xee/xa6/x95 - /xee/xa6/x96 - /xee/xa6/x97 - /xee/xa6/x98 - /xee/xa6/x99 - /xee/xa6/x9a - /xee/xa6/x9b - /xee/xa6/x9c - /xee/xa6/x9d - /xee/xa6/x9e - /xee/xa6/x9f - /xee/xa6/xa0 - /xee/xa6/xa1 - /xee/xa6/xa2 - /xee/xa6/xa3 - /xee/xa6/xa4 - /xee/xa6/xa5 - /xee/xa6/xa6 - /xee/xa6/xa7 - /xee/xa6/xa8 - /xee/xa6/xa9 - /xee/xa6/xaa - /xee/xa6/xab - /xee/xa6/xac - /xee/xa6/xad - /xee/xa6/xae - /xee/xa6/xaf - /xee/xa6/xb0 - /xee/xa6/xb1 - /xee/xa6/xb2 - /xee/xa6/xb3 - /xee/xa6/xb4 - /xee/xa6/xb5 - /xee/xa6/xb6 - /xee/xa6/xb7 - /xee/xa6/xb8 - /xee/xa6/xb9 - /xee/xa6/xba - /xee/xa6/xbb - /xee/xa6/xbc - /xee/xa6/xbd - /xee/xa6/xbe - /xee/xa6/xbf - /xee/xa7/x80 - /xee/xa7/x81 - /xee/xa7/x82 - /xee/xa7/x83 - /xee/xa7/x84 - /xee/xa7/x85 - /xee/xa7/x86 - /xee/xa7/x87 - /xee/xa7/x88 - /xee/xa7/x89 - /xee/xa7/x8a - /xee/xa7/x8b - /xee/xa7/x8c - /xee/xa7/x8d - /xee/xa7/x8e - /xee/xa7/x8f - /xee/xa7/x90 - /xee/xa7/x91 - /xee/xa7/x92 - /xee/xa7/x93 - /xee/xa7/x94 - /xee/xa7/x95 - /xee/xa7/x96 - /xee/xa7/x97 - /xee/xa7/x98 - /xee/xa7/x99 - /xee/xa7/x9a - /xee/xa7/x9b - /xee/xa7/x9c - /xee/xa7/x9d - /xee/xa7/x9e - /xee/xa7/x9f - /xee/xa7/xa0 - /xee/xa7/xa1 - /xee/xa7/xa2 - /xee/xa7/xa3 - /xee/xa7/xa4 - /xee/xa7/xa5 - /xee/xa7/xa6 - /xee/xa7/xa7 - /xee/xa7/xa8 - /xee/xa7/xa9 - /xee/xa7/xaa - /xee/xa7/xab - /xee/xa7/xac - /xee/xa7/xad - /xee/xa7/xae - /xee/xa7/xaf - /xee/xa7/xb0 - /xee/xa7/xb1 - /xee/xa7/xb2 - /xee/xa7/xb3 - /xee/xa7/xb4 - /xee/xa7/xb5 - /xee/xa7/xb6 - /xee/xa7/xb7 - /xee/xa7/xb8 - /xee/xa7/xb9 - /xee/xa7/xba - /xee/xa7/xbb - /xee/xa7/xbc - /xee/xa7/xbd - /xee/xa7/xbe - /xee/xa7/xbf - /xee/xa8/x80 - /xee/xa8/x81 - /xee/xa8/x82 - /xee/xa8/x83 - /xee/xa8/x84 - /xee/xa8/x85 - /xee/xa8/x86 - /xee/xa8/x87 - /xee/xa8/x88 - /xee/xa8/x89 - /xee/xa8/x8a - /xee/xa8/x8b - /xee/xa8/x8c - /xee/xa8/x8d - /xee/xa8/x8e - /xee/xa8/x8f - /xee/xa8/x90 - /xee/xa8/x91 - /xee/xa8/x92 - /xee/xa8/x93 - /xee/xa8/x94 - /xee/xa8/x95 - /xee/xa8/x96 - /xee/xa8/x97 - /xee/xa8/x98 - /xee/xa8/x99 - /xee/xa8/x9a - /xee/xa8/x9b - /xee/xa8/x9c - /xee/xa8/x9d - /xee/xa8/x9e - /xee/xa8/x9f - /xee/xa8/xa0 - /xee/xa8/xa1 - /xee/xa8/xa2 - /xee/xa8/xa3 - /xee/xa8/xa4 - /xee/xa8/xa5 - /xee/xa8/xa6 - /xee/xa8/xa7 - /xee/xa8/xa8 - /xee/xa8/xa9 - /xee/xa8/xaa - /xee/xa8/xab - /xee/xa8/xac - /xee/xa8/xad - /xee/xa8/xae - /xee/xa8/xaf - /xee/xa8/xb0 - /xee/xa8/xb1 - /xee/xa8/xb2 - /xee/xa8/xb3 - /xee/xa8/xb4 - /xee/xa8/xb5 - /xee/xa8/xb6 - /xee/xa8/xb7 - /xee/xa8/xb8 - /xee/xa8/xb9 - /xee/xa8/xba - /xee/xa8/xbb - /xee/xa8/xbc - /xee/xa8/xbd - /xee/xa8/xbe - /xee/xa8/xbf - /xee/xa9/x80 - /xee/xa9/x81 - /xee/xa9/x82 - /xee/xa9/x83 - /xee/xa9/x84 - /xee/xa9/x85 - /xee/xa9/x86 - /xee/xa9/x87 - /xee/xa9/x88 - /xee/xa9/x89 - /xee/xa9/x8a - /xee/xa9/x8b - /xee/xa9/x8c - /xee/xa9/x8d - /xee/xa9/x8e - /xee/xa9/x8f - /xee/xa9/x90 - /xee/xa9/x91 - /xee/xa9/x92 - /xee/xa9/x93 - /xee/xa9/x94 - /xee/xa9/x95 - /xee/xa9/x96 - /xee/xa9/x97 - /xee/xa9/x98 - /xee/xa9/x99 - /xee/xa9/x9a - /xee/xa9/x9b - /xee/xa9/x9c - /xee/xa9/x9d - /xee/xa9/x9e - /xee/xa9/x9f - /xee/xa9/xa0 - /xee/xa9/xa1 - /xee/xa9/xa2 - /xee/xa9/xa3 - /xee/xa9/xa4 - /xee/xa9/xa5 - /xee/xa9/xa6 - /xee/xa9/xa7 - /xee/xa9/xa8 - /xee/xa9/xa9 - /xee/xa9/xaa - /xee/xa9/xab - /xee/xa9/xac - /xee/xa9/xad - /xee/xa9/xae - /xee/xa9/xaf - /xee/xa9/xb0 - /xee/xa9/xb1 - /xee/xa9/xb2 - /xee/xa9/xb3 - /xee/xa9/xb4 - /xee/xa9/xb5 - /xee/xa9/xb6 - /xee/xa9/xb7 - /xee/xa9/xb8 - /xee/xa9/xb9 - /xee/xa9/xba - /xee/xa9/xbb - /xee/xa9/xbc - /xee/xa9/xbd - /xee/xa9/xbe - /xee/xa9/xbf - /xee/xaa/x80 - /xee/xaa/x81 - /xee/xaa/x82 - /xee/xaa/x83 - /xee/xaa/x84 - /xee/xaa/x85 - /xee/xaa/x86 - /xee/xaa/x87 - /xee/xaa/x88 - /xee/xaa/x89 - /xee/xaa/x8a - /xee/xaa/x8b - /xee/xaa/x8c - /xee/xaa/x8d - /xee/xaa/x8e - /xee/xaa/x8f - /xee/xaa/x90 - /xee/xaa/x91 - /xee/xaa/x92 - /xee/xaa/x93 - /xee/xaa/x94 - /xee/xaa/x95 - /xee/xaa/x96 - /xee/xaa/x97 - /xee/xaa/x98 - /xee/xaa/x99 - /xee/xaa/x9a - /xee/xaa/x9b - /xee/xaa/x9c - /xee/xaa/x9d - /xee/xaa/x9e - /xee/xaa/x9f - /xee/xaa/xa0 - /xee/xaa/xa1 - /xee/xaa/xa2 - /xee/xaa/xa3 - /xee/xaa/xa4 - /xee/xaa/xa5 - /xee/xaa/xa6 - /xee/xaa/xa7 - /xee/xaa/xa8 - /xee/xaa/xa9 - /xee/xaa/xaa - /xee/xaa/xab - /xee/xaa/xac - /xee/xaa/xad - /xee/xaa/xae - /xee/xaa/xaf - /xee/xaa/xb0 - /xee/xaa/xb1 - /xee/xaa/xb2 - /xee/xaa/xb3 - /xee/xaa/xb4 - /xee/xaa/xb5 - /xee/xaa/xb6 - /xee/xaa/xb7 - /xee/xaa/xb8 - /xee/xaa/xb9 - /xee/xaa/xba - /xee/xaa/xbb - /xee/xaa/xbc - /xee/xaa/xbd - /xee/xaa/xbe - /xee/xaa/xbf - /xee/xab/x80 - /xee/xab/x81 - /xee/xab/x82 - /xee/xab/x83 - /xee/xab/x84 - /xee/xab/x85 - /xee/xab/x86 - /xee/xab/x87 - /xee/xab/x88 - /xee/xab/x89 - /xee/xab/x8a - /xee/xab/x8b - /xee/xab/x8c - /xee/xab/x8d - /xee/xab/x8e - /xee/xab/x8f - /xee/xab/x90 - /xee/xab/x91 - /xee/xab/x92 - /xee/xab/x93 - /xee/xab/x94 - /xee/xab/x95 - /xee/xab/x96 - /xee/xab/x97 - /xee/xab/x98 - /xee/xab/x99 - /xee/xab/x9a - /xee/xab/x9b - /xee/xab/x9c - /xee/xab/x9d - /xee/xab/x9e - /xee/xab/x9f - /xee/xab/xa0 - /xee/xab/xa1 - /xee/xab/xa2 - /xee/xab/xa3 - /xee/xab/xa4 - /xee/xab/xa5 - /xee/xab/xa6 - /xee/xab/xa7 - /xee/xab/xa8 - /xee/xab/xa9 - /xee/xab/xaa - /xee/xab/xab - /xee/xab/xac - /xee/xab/xad - /xee/xab/xae - /xee/xab/xaf - /xee/xab/xb0 - /xee/xab/xb1 - /xee/xab/xb2 - /xee/xab/xb3 - /xee/xab/xb4 - /xee/xab/xb5 - /xee/xab/xb6 - /xee/xab/xb7 - /xee/xab/xb8 - /xee/xab/xb9 - /xee/xab/xba - /xee/xab/xbb - /xee/xab/xbc - /xee/xab/xbd - /xee/xab/xbe - /xee/xab/xbf - /xee/xac/x80 - /xee/xac/x81 - /xee/xac/x82 - /xee/xac/x83 - /xee/xac/x84 - /xee/xac/x85 - /xee/xac/x86 - /xee/xac/x87 - /xee/xac/x88 - /xee/xac/x89 - /xee/xac/x8a - /xee/xac/x8b - /xee/xac/x8c - /xee/xac/x8d - /xee/xac/x8e - /xee/xac/x8f - /xee/xac/x90 - /xee/xac/x91 - /xee/xac/x92 - /xee/xac/x93 - /xee/xac/x94 - /xee/xac/x95 - /xee/xac/x96 - /xee/xac/x97 - /xee/xac/x98 - /xee/xac/x99 - /xee/xac/x9a - /xee/xac/x9b - /xee/xac/x9c - /xee/xac/x9d - /xee/xac/x9e - /xee/xac/x9f - /xee/xac/xa0 - /xee/xac/xa1 - /xee/xac/xa2 - /xee/xac/xa3 - /xee/xac/xa4 - /xee/xac/xa5 - /xee/xac/xa6 - /xee/xac/xa7 - /xee/xac/xa8 - /xee/xac/xa9 - /xee/xac/xaa - /xee/xac/xab - /xee/xac/xac - /xee/xac/xad - /xee/xac/xae - /xee/xac/xaf - /xee/xac/xb0 - /xee/xac/xb1 - /xee/xac/xb2 - /xee/xac/xb3 - /xee/xac/xb4 - /xee/xac/xb5 - /xee/xac/xb6 - /xee/xac/xb7 - /xee/xac/xb8 - /xee/xac/xb9 - /xee/xac/xba - /xee/xac/xbb - /xee/xac/xbc - /xee/xac/xbd - /xee/xac/xbe - /xee/xac/xbf - /xee/xad/x80 - /xee/xad/x81 - /xee/xad/x82 - /xee/xad/x83 - /xee/xad/x84 - /xee/xad/x85 - /xee/xad/x86 - /xee/xad/x87 - /xee/xad/x88 - /xee/xad/x89 - /xee/xad/x8a - /xee/xad/x8b - /xee/xad/x8c - /xee/xad/x8d - /xee/xad/x8e - /xee/xad/x8f - /xee/xad/x90 - /xee/xad/x91 - /xee/xad/x92 - /xee/xad/x93 - /xee/xad/x94 - /xee/xad/x95 - /xee/xad/x96 - /xee/xad/x97 - /xee/xad/x98 - /xee/xad/x99 - /xee/xad/x9a - /xee/xad/x9b - /xee/xad/x9c - /xee/xad/x9d - /xee/xad/x9e - /xee/xad/x9f - /xee/xad/xa0 - /xee/xad/xa1 - /xee/xad/xa2 - /xee/xad/xa3 - /xee/xad/xa4 - /xee/xad/xa5 - /xee/xad/xa6 - /xee/xad/xa7 - /xee/xad/xa8 - /xee/xad/xa9 - /xee/xad/xaa - /xee/xad/xab - /xee/xad/xac - /xee/xad/xad - /xee/xad/xae - /xee/xad/xaf - /xee/xad/xb0 - /xee/xad/xb1 - /xee/xad/xb2 - /xee/xad/xb3 - /xee/xad/xb4 - /xee/xad/xb5 - /xee/xad/xb6 - /xee/xad/xb7 - /xee/xad/xb8 - /xee/xad/xb9 - /xee/xad/xba - /xee/xad/xbb - /xee/xad/xbc - /xee/xad/xbd - /xee/xad/xbe - /xee/xad/xbf - /xee/xae/x80 - /xee/xae/x81 - /xee/xae/x82 - /xee/xae/x83 - /xee/xae/x84 - /xee/xae/x85 - /xee/xae/x86 - /xee/xae/x87 - /xee/xae/x88 - /xee/xae/x89 - /xee/xae/x8a - /xee/xae/x8b - /xee/xae/x8c - /xee/xae/x8d - /xee/xae/x8e - /xee/xae/x8f - /xee/xae/x90 - /xee/xae/x91 - /xee/xae/x92 - /xee/xae/x93 - /xee/xae/x94 - /xee/xae/x95 - /xee/xae/x96 - /xee/xae/x97 - /xee/xae/x98 - /xee/xae/x99 - /xee/xae/x9a - /xee/xae/x9b - /xee/xae/x9c - /xee/xae/x9d - /xee/xae/x9e - /xee/xae/x9f - /xee/xae/xa0 - /xee/xae/xa1 - /xee/xae/xa2 - /xee/xae/xa3 - /xee/xae/xa4 - /xee/xae/xa5 - /xee/xae/xa6 - /xee/xae/xa7 - /xee/xae/xa8 - /xee/xae/xa9 - /xee/xae/xaa - /xee/xae/xab - /xee/xae/xac - /xee/xae/xad - /xee/xae/xae - /xee/xae/xaf - /xee/xae/xb0 - /xee/xae/xb1 - /xee/xae/xb2 - /xee/xae/xb3 - /xee/xae/xb4 - /xee/xae/xb5 - /xee/xae/xb6 - /xee/xae/xb7 - /xee/xae/xb8 - /xee/xae/xb9 - /xee/xae/xba - /xee/xae/xbb - /xee/xae/xbc - /xee/xae/xbd - /xee/xae/xbe - /xee/xae/xbf - /xee/xaf/x80 - /xee/xaf/x81 - /xee/xaf/x82 - /xee/xaf/x83 - /xee/xaf/x84 - /xee/xaf/x85 - /xee/xaf/x86 - /xee/xaf/x87 - /xee/xaf/x88 - /xee/xaf/x89 - /xee/xaf/x8a - /xee/xaf/x8b - /xee/xaf/x8c - /xee/xaf/x8d - /xee/xaf/x8e - /xee/xaf/x8f - /xee/xaf/x90 - /xee/xaf/x91 - /xee/xaf/x92 - /xee/xaf/x93 - /xee/xaf/x94 - /xee/xaf/x95 - /xee/xaf/x96 - /xee/xaf/x97 - /xee/xaf/x98 - /xee/xaf/x99 - /xee/xaf/x9a - /xee/xaf/x9b - /xee/xaf/x9c - /xee/xaf/x9d - /xee/xaf/x9e - /xee/xaf/x9f - /xee/xaf/xa0 - /xee/xaf/xa1 - /xee/xaf/xa2 - /xee/xaf/xa3 - /xee/xaf/xa4 - /xee/xaf/xa5 - /xee/xaf/xa6 - /xee/xaf/xa7 - /xee/xaf/xa8 - /xee/xaf/xa9 - /xee/xaf/xaa - /xee/xaf/xab - /xee/xaf/xac - /xee/xaf/xad - /xee/xaf/xae - /xee/xaf/xaf - /xee/xaf/xb0 - /xee/xaf/xb1 - /xee/xaf/xb2 - /xee/xaf/xb3 - /xee/xaf/xb4 - /xee/xaf/xb5 - /xee/xaf/xb6 - /xee/xaf/xb7 - /xee/xaf/xb8 - /xee/xaf/xb9 - /xee/xaf/xba - /xee/xaf/xbb - /xee/xaf/xbc - /xee/xaf/xbd - /xee/xaf/xbe - /xee/xaf/xbf - /xee/xb0/x80 - /xee/xb0/x81 - /xee/xb0/x82 - /xee/xb0/x83 - /xee/xb0/x84 - /xee/xb0/x85 - /xee/xb0/x86 - /xee/xb0/x87 - /xee/xb0/x88 - /xee/xb0/x89 - /xee/xb0/x8a - /xee/xb0/x8b - /xee/xb0/x8c - /xee/xb0/x8d - /xee/xb0/x8e - /xee/xb0/x8f - /xee/xb0/x90 - /xee/xb0/x91 - /xee/xb0/x92 - /xee/xb0/x93 - /xee/xb0/x94 - /xee/xb0/x95 - /xee/xb0/x96 - /xee/xb0/x97 - /xee/xb0/x98 - /xee/xb0/x99 - /xee/xb0/x9a - /xee/xb0/x9b - /xee/xb0/x9c - /xee/xb0/x9d - /xee/xb0/x9e - /xee/xb0/x9f - /xee/xb0/xa0 - /xee/xb0/xa1 - /xee/xb0/xa2 - /xee/xb0/xa3 - /xee/xb0/xa4 - /xee/xb0/xa5 - /xee/xb0/xa6 - /xee/xb0/xa7 - /xee/xb0/xa8 - /xee/xb0/xa9 - /xee/xb0/xaa - /xee/xb0/xab - /xee/xb0/xac - /xee/xb0/xad - /xee/xb0/xae - /xee/xb0/xaf - /xee/xb0/xb0 - /xee/xb0/xb1 - /xee/xb0/xb2 - /xee/xb0/xb3 - /xee/xb0/xb4 - /xee/xb0/xb5 - /xee/xb0/xb6 - /xee/xb0/xb7 - /xee/xb0/xb8 - /xee/xb0/xb9 - /xee/xb0/xba - /xee/xb0/xbb - /xee/xb0/xbc - /xee/xb0/xbd - /xee/xb0/xbe - /xee/xb0/xbf - /xee/xb1/x80 - /xee/xb1/x81 - /xee/xb1/x82 - /xee/xb1/x83 - /xee/xb1/x84 - /xee/xb1/x85 - /xee/xb1/x86 - /xee/xb1/x87 - /xee/xb1/x88 - /xee/xb1/x89 - /xee/xb1/x8a - /xee/xb1/x8b - /xee/xb1/x8c - /xee/xb1/x8d - /xee/xb1/x8e - /xee/xb1/x8f - /xee/xb1/x90 - /xee/xb1/x91 - /xee/xb1/x92 - /xee/xb1/x93 - /xee/xb1/x94 - /xee/xb1/x95 - /xee/xb1/x96 - /xee/xb1/x97 - /xee/xb1/x98 - /xee/xb1/x99 - /xee/xb1/x9a - /xee/xb1/x9b - /xee/xb1/x9c - /xee/xb1/x9d - /xee/xb1/x9e - /xee/xb1/x9f - /xee/xb1/xa0 - /xee/xb1/xa1 - /xee/xb1/xa2 - /xee/xb1/xa3 - /xee/xb1/xa4 - /xee/xb1/xa5 - /xee/xb1/xa6 - /xee/xb1/xa7 - /xee/xb1/xa8 - /xee/xb1/xa9 - /xee/xb1/xaa - /xee/xb1/xab - /xee/xb1/xac - /xee/xb1/xad - /xee/xb1/xae - /xee/xb1/xaf - /xee/xb1/xb0 - /xee/xb1/xb1 - /xee/xb1/xb2 - /xee/xb1/xb3 - /xee/xb1/xb4 - /xee/xb1/xb5 - /xee/xb1/xb6 - /xee/xb1/xb7 - /xee/xb1/xb8 - /xee/xb1/xb9 - /xee/xb1/xba - /xee/xb1/xbb - /xee/xb1/xbc - /xee/xb1/xbd - /xee/xb1/xbe - /xee/xb1/xbf - /xee/xb2/x80 - /xee/xb2/x81 - /xee/xb2/x82 - /xee/xb2/x83 - /xee/xb2/x84 - /xee/xb2/x85 - /xee/xb2/x86 - /xee/xb2/x87 - /xee/xb2/x88 - /xee/xb2/x89 - /xee/xb2/x8a - /xee/xb2/x8b - /xee/xb2/x8c - /xee/xb2/x8d - /xee/xb2/x8e - /xee/xb2/x8f - /xee/xb2/x90 - /xee/xb2/x91 - /xee/xb2/x92 - /xee/xb2/x93 - /xee/xb2/x94 - /xee/xb2/x95 - /xee/xb2/x96 - /xee/xb2/x97 - /xee/xb2/x98 - /xee/xb2/x99 - /xee/xb2/x9a - /xee/xb2/x9b - /xee/xb2/x9c - /xee/xb2/x9d - /xee/xb2/x9e - /xee/xb2/x9f - /xee/xb2/xa0 - /xee/xb2/xa1 - /xee/xb2/xa2 - /xee/xb2/xa3 - /xee/xb2/xa4 - /xee/xb2/xa5 - /xee/xb2/xa6 - /xee/xb2/xa7 - /xee/xb2/xa8 - /xee/xb2/xa9 - /xee/xb2/xaa - /xee/xb2/xab - /xee/xb2/xac - /xee/xb2/xad - /xee/xb2/xae - /xee/xb2/xaf - /xee/xb2/xb0 - /xee/xb2/xb1 - /xee/xb2/xb2 - /xee/xb2/xb3 - /xee/xb2/xb4 - /xee/xb2/xb5 - /xee/xb2/xb6 - /xee/xb2/xb7 - /xee/xb2/xb8 - /xee/xb2/xb9 - /xee/xb2/xba - /xee/xb2/xbb - /xee/xb2/xbc - /xee/xb2/xbd - /xee/xb2/xbe - /xee/xb2/xbf - /xee/xb3/x80 - /xee/xb3/x81 - /xee/xb3/x82 - /xee/xb3/x83 - /xee/xb3/x84 - /xee/xb3/x85 - /xee/xb3/x86 - /xee/xb3/x87 - /xee/xb3/x88 - /xee/xb3/x89 - /xee/xb3/x8a - /xee/xb3/x8b - /xee/xb3/x8c - /xee/xb3/x8d - /xee/xb3/x8e - /xee/xb3/x8f - /xee/xb3/x90 - /xee/xb3/x91 - /xee/xb3/x92 - /xee/xb3/x93 - /xee/xb3/x94 - /xee/xb3/x95 - /xee/xb3/x96 - /xee/xb3/x97 - /xee/xb3/x98 - /xee/xb3/x99 - /xee/xb3/x9a - /xee/xb3/x9b - /xee/xb3/x9c - /xee/xb3/x9d - /xee/xb3/x9e - /xee/xb3/x9f - /xee/xb3/xa0 - /xee/xb3/xa1 - /xee/xb3/xa2 - /xee/xb3/xa3 - /xee/xb3/xa4 - /xee/xb3/xa5 - /xee/xb3/xa6 - /xee/xb3/xa7 - /xee/xb3/xa8 - /xee/xb3/xa9 - /xee/xb3/xaa - /xee/xb3/xab - /xee/xb3/xac - /xee/xb3/xad - /xee/xb3/xae - /xee/xb3/xaf - /xee/xb3/xb0 - /xee/xb3/xb1 - /xee/xb3/xb2 - /xee/xb3/xb3 - /xee/xb3/xb4 - /xee/xb3/xb5 - /xee/xb3/xb6 - /xee/xb3/xb7 - /xee/xb3/xb8 - /xee/xb3/xb9 - /xee/xb3/xba - /xee/xb3/xbb - /xee/xb3/xbc - /xee/xb3/xbd - /xee/xb3/xbe - /xee/xb3/xbf - /xee/xb4/x80 - /xee/xb4/x81 - /xee/xb4/x82 - /xee/xb4/x83 - /xee/xb4/x84 - /xee/xb4/x85 - /xee/xb4/x86 - /xee/xb4/x87 - /xee/xb4/x88 - /xee/xb4/x89 - /xee/xb4/x8a - /xee/xb4/x8b - /xee/xb4/x8c - /xee/xb4/x8d - /xee/xb4/x8e - /xee/xb4/x8f - /xee/xb4/x90 - /xee/xb4/x91 - /xee/xb4/x92 - /xee/xb4/x93 - /xee/xb4/x94 - /xee/xb4/x95 - /xee/xb4/x96 - /xee/xb4/x97 - /xee/xb4/x98 - /xee/xb4/x99 - /xee/xb4/x9a - /xee/xb4/x9b - /xee/xb4/x9c - /xee/xb4/x9d - /xee/xb4/x9e - /xee/xb4/x9f - /xee/xb4/xa0 - /xee/xb4/xa1 - /xee/xb4/xa2 - /xee/xb4/xa3 - /xee/xb4/xa4 - /xee/xb4/xa5 - /xee/xb4/xa6 - /xee/xb4/xa7 - /xee/xb4/xa8 - /xee/xb4/xa9 - /xee/xb4/xaa - /xee/xb4/xab - /xee/xb4/xac - /xee/xb4/xad - /xee/xb4/xae - /xee/xb4/xaf - /xee/xb4/xb0 - /xee/xb4/xb1 - /xee/xb4/xb2 - /xee/xb4/xb3 - /xee/xb4/xb4 - /xee/xb4/xb5 - /xee/xb4/xb6 - /xee/xb4/xb7 - /xee/xb4/xb8 - /xee/xb4/xb9 - /xee/xb4/xba - /xee/xb4/xbb - /xee/xb4/xbc - /xee/xb4/xbd - /xee/xb4/xbe - /xee/xb4/xbf - /xee/xb5/x80 - /xee/xb5/x81 - /xee/xb5/x82 - /xee/xb5/x83 - /xee/xb5/x84 - /xee/xb5/x85 - /xee/xb5/x86 - /xee/xb5/x87 - /xee/xb5/x88 - /xee/xb5/x89 - /xee/xb5/x8a - /xee/xb5/x8b - /xee/xb5/x8c - /xee/xb5/x8d - /xee/xb5/x8e - /xee/xb5/x8f - /xee/xb5/x90 - /xee/xb5/x91 - /xee/xb5/x92 - /xee/xb5/x93 - /xee/xb5/x94 - /xee/xb5/x95 - /xee/xb5/x96 - /xee/xb5/x97 - /xee/xb5/x98 - /xee/xb5/x99 - /xee/xb5/x9a - /xee/xb5/x9b - /xee/xb5/x9c - /xee/xb5/x9d - /xee/xb5/x9e - /xee/xb5/x9f - /xee/xb5/xa0 - /xee/xb5/xa1 - /xee/xb5/xa2 - /xee/xb5/xa3 - /xee/xb5/xa4 - /xee/xb5/xa5 - /xee/xb5/xa6 - /xee/xb5/xa7 - /xee/xb5/xa8 - /xee/xb5/xa9 - /xee/xb5/xaa - /xee/xb5/xab - /xee/xb5/xac - /xee/xb5/xad - /xee/xb5/xae - /xee/xb5/xaf - /xee/xb5/xb0 - /xee/xb5/xb1 - /xee/xb5/xb2 - /xee/xb5/xb3 - /xee/xb5/xb4 - /xee/xb5/xb5 - /xee/xb5/xb6 - /xee/xb5/xb7 - /xee/xb5/xb8 - /xee/xb5/xb9 - /xee/xb5/xba - /xee/xb5/xbb - /xee/xb5/xbc - /xee/xb5/xbd - /xee/xb5/xbe - /xee/xb5/xbf - /xee/xb6/x80 - /xee/xb6/x81 - /xee/xb6/x82 - /xee/xb6/x83 - /xee/xb6/x84 - /xee/xb6/x85 - /xee/xb6/x86 - /xee/xb6/x87 - /xee/xb6/x88 - /xee/xb6/x89 - /xee/xb6/x8a - /xee/xb6/x8b - /xee/xb6/x8c - /xee/xb6/x8d - /xee/xb6/x8e - /xee/xb6/x8f - /xee/xb6/x90 - /xee/xb6/x91 - /xee/xb6/x92 - /xee/xb6/x93 - /xee/xb6/x94 - /xee/xb6/x95 - /xee/xb6/x96 - /xee/xb6/x97 - /xee/xb6/x98 - /xee/xb6/x99 - /xee/xb6/x9a - /xee/xb6/x9b - /xee/xb6/x9c - /xee/xb6/x9d - /xee/xb6/x9e - /xee/xb6/x9f - /xee/xb6/xa0 - /xee/xb6/xa1 - /xee/xb6/xa2 - /xee/xb6/xa3 - /xee/xb6/xa4 - /xee/xb6/xa5 - /xee/xb6/xa6 - /xee/xb6/xa7 - /xee/xb6/xa8 - /xee/xb6/xa9 - /xee/xb6/xaa - /xee/xb6/xab - /xee/xb6/xac - /xee/xb6/xad - /xee/xb6/xae - /xee/xb6/xaf - /xee/xb6/xb0 - /xee/xb6/xb1 - /xee/xb6/xb2 - /xee/xb6/xb3 - /xee/xb6/xb4 - /xee/xb6/xb5 - /xee/xb6/xb6 - /xee/xb6/xb7 - /xee/xb6/xb8 - /xee/xb6/xb9 - /xee/xb6/xba - /xee/xb6/xbb - /xee/xb6/xbc - /xee/xb6/xbd - /xee/xb6/xbe - /xee/xb6/xbf - /xee/xb7/x80 - /xee/xb7/x81 - /xee/xb7/x82 - /xee/xb7/x83 - /xee/xb7/x84 - /xee/xb7/x85 - /xee/xb7/x86 - /xee/xb7/x87 - /xee/xb7/x88 - /xee/xb7/x89 - /xee/xb7/x8a - /xee/xb7/x8b - /xee/xb7/x8c - /xee/xb7/x8d - /xee/xb7/x8e - /xee/xb7/x8f - /xee/xb7/x90 - /xee/xb7/x91 - /xee/xb7/x92 - /xee/xb7/x93 - /xee/xb7/x94 - /xee/xb7/x95 - /xee/xb7/x96 - /xee/xb7/x97 - /xee/xb7/x98 - /xee/xb7/x99 - /xee/xb7/x9a - /xee/xb7/x9b - /xee/xb7/x9c - /xee/xb7/x9d - /xee/xb7/x9e - /xee/xb7/x9f - /xee/xb7/xa0 - /xee/xb7/xa1 - /xee/xb7/xa2 - /xee/xb7/xa3 - /xee/xb7/xa4 - /xee/xb7/xa5 - /xee/xb7/xa6 - /xee/xb7/xa7 - /xee/xb7/xa8 - /xee/xb7/xa9 - /xee/xb7/xaa - /xee/xb7/xab - /xee/xb7/xac - /xee/xb7/xad - /xee/xb7/xae - /xee/xb7/xaf - /xee/xb7/xb0 - /xee/xb7/xb1 - /xee/xb7/xb2 - /xee/xb7/xb3 - /xee/xb7/xb4 - /xee/xb7/xb5 - /xee/xb7/xb6 - /xee/xb7/xb7 - /xee/xb7/xb8 - /xee/xb7/xb9 - /xee/xb7/xba - /xee/xb7/xbb - /xee/xb7/xbc - /xee/xb7/xbd - /xee/xb7/xbe - /xee/xb7/xbf - /xee/xb8/x80 - /xee/xb8/x81 - /xee/xb8/x82 - /xee/xb8/x83 - /xee/xb8/x84 - /xee/xb8/x85 - /xee/xb8/x86 - /xee/xb8/x87 - /xee/xb8/x88 - /xee/xb8/x89 - /xee/xb8/x8a - /xee/xb8/x8b - /xee/xb8/x8c - /xee/xb8/x8d - /xee/xb8/x8e - /xee/xb8/x8f - /xee/xb8/x90 - /xee/xb8/x91 - /xee/xb8/x92 - /xee/xb8/x93 - /xee/xb8/x94 - /xee/xb8/x95 - /xee/xb8/x96 - /xee/xb8/x97 - /xee/xb8/x98 - /xee/xb8/x99 - /xee/xb8/x9a - /xee/xb8/x9b - /xee/xb8/x9c - /xee/xb8/x9d - /xee/xb8/x9e - /xee/xb8/x9f - /xee/xb8/xa0 - /xee/xb8/xa1 - /xee/xb8/xa2 - /xee/xb8/xa3 - /xee/xb8/xa4 - /xee/xb8/xa5 - /xee/xb8/xa6 - /xee/xb8/xa7 - /xee/xb8/xa8 - /xee/xb8/xa9 - /xee/xb8/xaa - /xee/xb8/xab - /xee/xb8/xac - /xee/xb8/xad - /xee/xb8/xae - /xee/xb8/xaf - /xee/xb8/xb0 - /xee/xb8/xb1 - /xee/xb8/xb2 - /xee/xb8/xb3 - /xee/xb8/xb4 - /xee/xb8/xb5 - /xee/xb8/xb6 - /xee/xb8/xb7 - /xee/xb8/xb8 - /xee/xb8/xb9 - /xee/xb8/xba - /xee/xb8/xbb - /xee/xb8/xbc - /xee/xb8/xbd - /xee/xb8/xbe - /xee/xb8/xbf - /xee/xb9/x80 - /xee/xb9/x81 - /xee/xb9/x82 - /xee/xb9/x83 - /xee/xb9/x84 - /xee/xb9/x85 - /xee/xb9/x86 - /xee/xb9/x87 - /xee/xb9/x88 - /xee/xb9/x89 - /xee/xb9/x8a - /xee/xb9/x8b - /xee/xb9/x8c - /xee/xb9/x8d - /xee/xb9/x8e - /xee/xb9/x8f - /xee/xb9/x90 - /xee/xb9/x91 - /xee/xb9/x92 - /xee/xb9/x93 - /xee/xb9/x94 - /xee/xb9/x95 - /xee/xb9/x96 - /xee/xb9/x97 - /xee/xb9/x98 - /xee/xb9/x99 - /xee/xb9/x9a - /xee/xb9/x9b - /xee/xb9/x9c - /xee/xb9/x9d - /xee/xb9/x9e - /xee/xb9/x9f - /xee/xb9/xa0 - /xee/xb9/xa1 - /xee/xb9/xa2 - /xee/xb9/xa3 - /xee/xb9/xa4 - /xee/xb9/xa5 - /xee/xb9/xa6 - /xee/xb9/xa7 - /xee/xb9/xa8 - /xee/xb9/xa9 - /xee/xb9/xaa - /xee/xb9/xab - /xee/xb9/xac - /xee/xb9/xad - /xee/xb9/xae - /xee/xb9/xaf - /xee/xb9/xb0 - /xee/xb9/xb1 - /xee/xb9/xb2 - /xee/xb9/xb3 - /xee/xb9/xb4 - /xee/xb9/xb5 - /xee/xb9/xb6 - /xee/xb9/xb7 - /xee/xb9/xb8 - /xee/xb9/xb9 - /xee/xb9/xba - /xee/xb9/xbb - /xee/xb9/xbc - /xee/xb9/xbd - /xee/xb9/xbe - /xee/xb9/xbf - /xee/xba/x80 - /xee/xba/x81 - /xee/xba/x82 - /xee/xba/x83 - /xee/xba/x84 - /xee/xba/x85 - /xee/xba/x86 - /xee/xba/x87 - /xee/xba/x88 - /xee/xba/x89 - /xee/xba/x8a - /xee/xba/x8b - /xee/xba/x8c - /xee/xba/x8d - /xee/xba/x8e - /xee/xba/x8f - /xee/xba/x90 - /xee/xba/x91 - /xee/xba/x92 - /xee/xba/x93 - /xee/xba/x94 - /xee/xba/x95 - /xee/xba/x96 - /xee/xba/x97 - /xee/xba/x98 - /xee/xba/x99 - /xee/xba/x9a - /xee/xba/x9b - /xee/xba/x9c - /xee/xba/x9d - /xee/xba/x9e - /xee/xba/x9f - /xee/xba/xa0 - /xee/xba/xa1 - /xee/xba/xa2 - /xee/xba/xa3 - /xee/xba/xa4 - /xee/xba/xa5 - /xee/xba/xa6 - /xee/xba/xa7 - /xee/xba/xa8 - /xee/xba/xa9 - /xee/xba/xaa - /xee/xba/xab - /xee/xba/xac - /xee/xba/xad - /xee/xba/xae - /xee/xba/xaf - /xee/xba/xb0 - /xee/xba/xb1 - /xee/xba/xb2 - /xee/xba/xb3 - /xee/xba/xb4 - /xee/xba/xb5 - /xee/xba/xb6 - /xee/xba/xb7 - /xee/xba/xb8 - /xee/xba/xb9 - /xee/xba/xba - /xee/xba/xbb - /xee/xba/xbc - /xee/xba/xbd - /xee/xba/xbe - /xee/xba/xbf - /xee/xbb/x80 - /xee/xbb/x81 - /xee/xbb/x82 - /xee/xbb/x83 - /xee/xbb/x84 - /xee/xbb/x85 - /xee/xbb/x86 - /xee/xbb/x87 - /xee/xbb/x88 - /xee/xbb/x89 - /xee/xbb/x8a - /xee/xbb/x8b - /xee/xbb/x8c - /xee/xbb/x8d - /xee/xbb/x8e - /xee/xbb/x8f - /xee/xbb/x90 - /xee/xbb/x91 - /xee/xbb/x92 - /xee/xbb/x93 - /xee/xbb/x94 - /xee/xbb/x95 - /xee/xbb/x96 - /xee/xbb/x97 - /xee/xbb/x98 - /xee/xbb/x99 - /xee/xbb/x9a - /xee/xbb/x9b - /xee/xbb/x9c - /xee/xbb/x9d - /xee/xbb/x9e - /xee/xbb/x9f - /xee/xbb/xa0 - /xee/xbb/xa1 - /xee/xbb/xa2 - /xee/xbb/xa3 - /xee/xbb/xa4 - /xee/xbb/xa5 - /xee/xbb/xa6 - /xee/xbb/xa7 - /xee/xbb/xa8 - /xee/xbb/xa9 - /xee/xbb/xaa - /xee/xbb/xab - /xee/xbb/xac - /xee/xbb/xad - /xee/xbb/xae - /xee/xbb/xaf - /xee/xbb/xb0 - /xee/xbb/xb1 - /xee/xbb/xb2 - /xee/xbb/xb3 - /xee/xbb/xb4 - /xee/xbb/xb5 - /xee/xbb/xb6 - /xee/xbb/xb7 - /xee/xbb/xb8 - /xee/xbb/xb9 - /xee/xbb/xba - /xee/xbb/xbb - /xee/xbb/xbc - /xee/xbb/xbd - /xee/xbb/xbe - /xee/xbb/xbf - /xee/xbc/x80 - /xee/xbc/x81 - /xee/xbc/x82 - /xee/xbc/x83 - /xee/xbc/x84 - /xee/xbc/x85 - /xee/xbc/x86 - /xee/xbc/x87 - /xee/xbc/x88 - /xee/xbc/x89 - /xee/xbc/x8a - /xee/xbc/x8b - /xee/xbc/x8c - /xee/xbc/x8d - /xee/xbc/x8e - /xee/xbc/x8f - /xee/xbc/x90 - /xee/xbc/x91 - /xee/xbc/x92 - /xee/xbc/x93 - /xee/xbc/x94 - /xee/xbc/x95 - /xee/xbc/x96 - /xee/xbc/x97 - /xee/xbc/x98 - /xee/xbc/x99 - /xee/xbc/x9a - /xee/xbc/x9b - /xee/xbc/x9c - /xee/xbc/x9d - /xee/xbc/x9e - /xee/xbc/x9f - /xee/xbc/xa0 - /xee/xbc/xa1 - /xee/xbc/xa2 - /xee/xbc/xa3 - /xee/xbc/xa4 - /xee/xbc/xa5 - /xee/xbc/xa6 - /xee/xbc/xa7 - /xee/xbc/xa8 - /xee/xbc/xa9 - /xee/xbc/xaa - /xee/xbc/xab - /xee/xbc/xac - /xee/xbc/xad - /xee/xbc/xae - /xee/xbc/xaf - /xee/xbc/xb0 - /xee/xbc/xb1 - /xee/xbc/xb2 - /xee/xbc/xb3 - /xee/xbc/xb4 - /xee/xbc/xb5 - /xee/xbc/xb6 - /xee/xbc/xb7 - /xee/xbc/xb8 - /xee/xbc/xb9 - /xee/xbc/xba - /xee/xbc/xbb - /xee/xbc/xbc - /xee/xbc/xbd - /xee/xbc/xbe - /xee/xbc/xbf - /xee/xbd/x80 - /xee/xbd/x81 - /xee/xbd/x82 - /xee/xbd/x83 - /xee/xbd/x84 - /xee/xbd/x85 - /xee/xbd/x86 - /xee/xbd/x87 - /xee/xbd/x88 - /xee/xbd/x89 - /xee/xbd/x8a - /xee/xbd/x8b - /xee/xbd/x8c - /xee/xbd/x8d - /xee/xbd/x8e - /xee/xbd/x8f - /xee/xbd/x90 - /xee/xbd/x91 - /xee/xbd/x92 - /xee/xbd/x93 - /xee/xbd/x94 - /xee/xbd/x95 - /xee/xbd/x96 - /xee/xbd/x97 - /xee/xbd/x98 - /xee/xbd/x99 - /xee/xbd/x9a - /xee/xbd/x9b - /xee/xbd/x9c - /xee/xbd/x9d - /xee/xbd/x9e - /xee/xbd/x9f - /xee/xbd/xa0 - /xee/xbd/xa1 - /xee/xbd/xa2 - /xee/xbd/xa3 - /xee/xbd/xa4 - /xee/xbd/xa5 - /xee/xbd/xa6 - /xee/xbd/xa7 - /xee/xbd/xa8 - /xee/xbd/xa9 - /xee/xbd/xaa - /xee/xbd/xab - /xee/xbd/xac - /xee/xbd/xad - /xee/xbd/xae - /xee/xbd/xaf - /xee/xbd/xb0 - /xee/xbd/xb1 - /xee/xbd/xb2 - /xee/xbd/xb3 - /xee/xbd/xb4 - /xee/xbd/xb5 - /xee/xbd/xb6 - /xee/xbd/xb7 - /xee/xbd/xb8 - /xee/xbd/xb9 - /xee/xbd/xba - /xee/xbd/xbb - /xee/xbd/xbc - /xee/xbd/xbd - /xee/xbd/xbe - /xee/xbd/xbf - /xee/xbe/x80 - /xee/xbe/x81 - /xee/xbe/x82 - /xee/xbe/x83 - /xee/xbe/x84 - /xee/xbe/x85 - /xee/xbe/x86 - /xee/xbe/x87 - /xee/xbe/x88 - /xee/xbe/x89 - /xee/xbe/x8a - /xee/xbe/x8b - /xee/xbe/x8c - /xee/xbe/x8d - /xee/xbe/x8e - /xee/xbe/x8f - /xee/xbe/x90 - /xee/xbe/x91 - /xee/xbe/x92 - /xee/xbe/x93 - /xee/xbe/x94 - /xee/xbe/x95 - /xee/xbe/x96 - /xee/xbe/x97 - /xee/xbe/x98 - /xee/xbe/x99 - /xee/xbe/x9a - /xee/xbe/x9b - /xee/xbe/x9c - /xee/xbe/x9d - /xee/xbe/x9e - /xee/xbe/x9f - /xee/xbe/xa0 - /xee/xbe/xa1 - /xee/xbe/xa2 - /xee/xbe/xa3 - /xee/xbe/xa4 - /xee/xbe/xa5 - /xee/xbe/xa6 - /xee/xbe/xa7 - /xee/xbe/xa8 - /xee/xbe/xa9 - /xee/xbe/xaa - /xee/xbe/xab - /xee/xbe/xac - /xee/xbe/xad - /xee/xbe/xae - /xee/xbe/xaf - /xee/xbe/xb0 - /xee/xbe/xb1 - /xee/xbe/xb2 - /xee/xbe/xb3 - /xee/xbe/xb4 - /xee/xbe/xb5 - /xee/xbe/xb6 - /xee/xbe/xb7 - /xee/xbe/xb8 - /xee/xbe/xb9 - /xee/xbe/xba - /xee/xbe/xbb - /xee/xbe/xbc - /xee/xbe/xbd - /xee/xbe/xbe - /xee/xbe/xbf - /xee/xbf/x80 - /xee/xbf/x81 - /xee/xbf/x82 - /xee/xbf/x83 - /xee/xbf/x84 - /xee/xbf/x85 - /xee/xbf/x86 - /xee/xbf/x87 - /xee/xbf/x88 - /xee/xbf/x89 - /xee/xbf/x8a - /xee/xbf/x8b - /xee/xbf/x8c - /xee/xbf/x8d - /xee/xbf/x8e - /xee/xbf/x8f - /xee/xbf/x90 - /xee/xbf/x91 - /xee/xbf/x92 - /xee/xbf/x93 - /xee/xbf/x94 - /xee/xbf/x95 - /xee/xbf/x96 - /xee/xbf/x97 - /xee/xbf/x98 - /xee/xbf/x99 - /xee/xbf/x9a - /xee/xbf/x9b - /xee/xbf/x9c - /xee/xbf/x9d - /xee/xbf/x9e - /xee/xbf/x9f - /xee/xbf/xa0 - /xee/xbf/xa1 - /xee/xbf/xa2 - /xee/xbf/xa3 - /xee/xbf/xa4 - /xee/xbf/xa5 - /xee/xbf/xa6 - /xee/xbf/xa7 - /xee/xbf/xa8 - /xee/xbf/xa9 - /xee/xbf/xaa - /xee/xbf/xab - /xee/xbf/xac - /xee/xbf/xad - /xee/xbf/xae - /xee/xbf/xaf - /xee/xbf/xb0 - /xee/xbf/xb1 - /xee/xbf/xb2 - /xee/xbf/xb3 - /xee/xbf/xb4 - /xee/xbf/xb5 - /xee/xbf/xb6 - /xee/xbf/xb7 - /xee/xbf/xb8 - /xee/xbf/xb9 - /xee/xbf/xba - /xee/xbf/xbb - /xee/xbf/xbc - /xee/xbf/xbd - /xee/xbf/xbe - /xee/xbf/xbf - /xef/x80/x80 - /xef/x80/x81 - /xef/x80/x82 - /xef/x80/x83 - /xef/x80/x84 - /xef/x80/x85 - /xef/x80/x86 - /xef/x80/x87 - /xef/x80/x88 - /xef/x80/x89 - /xef/x80/x8a - /xef/x80/x8b - /xef/x80/x8c - /xef/x80/x8d - /xef/x80/x8e - /xef/x80/x8f - /xef/x80/x90 - /xef/x80/x91 - /xef/x80/x92 - /xef/x80/x93 - /xef/x80/x94 - /xef/x80/x95 - /xef/x80/x96 - /xef/x80/x97 - /xef/x80/x98 - /xef/x80/x99 - /xef/x80/x9a - /xef/x80/x9b - /xef/x80/x9c - /xef/x80/x9d - /xef/x80/x9e - /xef/x80/x9f - /xef/x80/xa0 - /xef/x80/xa1 - /xef/x80/xa2 - /xef/x80/xa3 - /xef/x80/xa4 - /xef/x80/xa5 - /xef/x80/xa6 - /xef/x80/xa7 - /xef/x80/xa8 - /xef/x80/xa9 - /xef/x80/xaa - /xef/x80/xab - /xef/x80/xac - /xef/x80/xad - /xef/x80/xae - /xef/x80/xaf - /xef/x80/xb0 - /xef/x80/xb1 - /xef/x80/xb2 - /xef/x80/xb3 - /xef/x80/xb4 - /xef/x80/xb5 - /xef/x80/xb6 - /xef/x80/xb7 - /xef/x80/xb8 - /xef/x80/xb9 - /xef/x80/xba - /xef/x80/xbb - /xef/x80/xbc - /xef/x80/xbd - /xef/x80/xbe - /xef/x80/xbf - /xef/x81/x80 - /xef/x81/x81 - /xef/x81/x82 - /xef/x81/x83 - /xef/x81/x84 - /xef/x81/x85 - /xef/x81/x86 - /xef/x81/x87 - /xef/x81/x88 - /xef/x81/x89 - /xef/x81/x8a - /xef/x81/x8b - /xef/x81/x8c - /xef/x81/x8d - /xef/x81/x8e - /xef/x81/x8f - /xef/x81/x90 - /xef/x81/x91 - /xef/x81/x92 - /xef/x81/x93 - /xef/x81/x94 - /xef/x81/x95 - /xef/x81/x96 - /xef/x81/x97 - /xef/x81/x98 - /xef/x81/x99 - /xef/x81/x9a - /xef/x81/x9b - /xef/x81/x9c - /xef/x81/x9d - /xef/x81/x9e - /xef/x81/x9f - /xef/x81/xa0 - /xef/x81/xa1 - /xef/x81/xa2 - /xef/x81/xa3 - /xef/x81/xa4 - /xef/x81/xa5 - /xef/x81/xa6 - /xef/x81/xa7 - /xef/x81/xa8 - /xef/x81/xa9 - /xef/x81/xaa - /xef/x81/xab - /xef/x81/xac - /xef/x81/xad - /xef/x81/xae - /xef/x81/xaf - /xef/x81/xb0 - /xef/x81/xb1 - /xef/x81/xb2 - /xef/x81/xb3 - /xef/x81/xb4 - /xef/x81/xb5 - /xef/x81/xb6 - /xef/x81/xb7 - /xef/x81/xb8 - /xef/x81/xb9 - /xef/x81/xba - /xef/x81/xbb - /xef/x81/xbc - /xef/x81/xbd - /xef/x81/xbe - /xef/x81/xbf - /xef/x82/x80 - /xef/x82/x81 - /xef/x82/x82 - /xef/x82/x83 - /xef/x82/x84 - /xef/x82/x85 - /xef/x82/x86 - /xef/x82/x87 - /xef/x82/x88 - /xef/x82/x89 - /xef/x82/x8a - /xef/x82/x8b - /xef/x82/x8c - /xef/x82/x8d - /xef/x82/x8e - /xef/x82/x8f - /xef/x82/x90 - /xef/x82/x91 - /xef/x82/x92 - /xef/x82/x93 - /xef/x82/x94 - /xef/x82/x95 - /xef/x82/x96 - /xef/x82/x97 - /xef/x82/x98 - /xef/x82/x99 - /xef/x82/x9a - /xef/x82/x9b - /xef/x82/x9c - /xef/x82/x9d - /xef/x82/x9e - /xef/x82/x9f - /xef/x82/xa0 - /xef/x82/xa1 - /xef/x82/xa2 - /xef/x82/xa3 - /xef/x82/xa4 - /xef/x82/xa5 - /xef/x82/xa6 - /xef/x82/xa7 - /xef/x82/xa8 - /xef/x82/xa9 - /xef/x82/xaa - /xef/x82/xab - /xef/x82/xac - /xef/x82/xad - /xef/x82/xae - /xef/x82/xaf - /xef/x82/xb0 - /xef/x82/xb1 - /xef/x82/xb2 - /xef/x82/xb3 - /xef/x82/xb4 - /xef/x82/xb5 - /xef/x82/xb6 - /xef/x82/xb7 - /xef/x82/xb8 - /xef/x82/xb9 - /xef/x82/xba - /xef/x82/xbb - /xef/x82/xbc - /xef/x82/xbd - /xef/x82/xbe - /xef/x82/xbf - /xef/x83/x80 - /xef/x83/x81 - /xef/x83/x82 - /xef/x83/x83 - /xef/x83/x84 - /xef/x83/x85 - /xef/x83/x86 - /xef/x83/x87 - /xef/x83/x88 - /xef/x83/x89 - /xef/x83/x8a - /xef/x83/x8b - /xef/x83/x8c - /xef/x83/x8d - /xef/x83/x8e - /xef/x83/x8f - /xef/x83/x90 - /xef/x83/x91 - /xef/x83/x92 - /xef/x83/x93 - /xef/x83/x94 - /xef/x83/x95 - /xef/x83/x96 - /xef/x83/x97 - /xef/x83/x98 - /xef/x83/x99 - /xef/x83/x9a - /xef/x83/x9b - /xef/x83/x9c - /xef/x83/x9d - /xef/x83/x9e - /xef/x83/x9f - /xef/x83/xa0 - /xef/x83/xa1 - /xef/x83/xa2 - /xef/x83/xa3 - /xef/x83/xa4 - /xef/x83/xa5 - /xef/x83/xa6 - /xef/x83/xa7 - /xef/x83/xa8 - /xef/x83/xa9 - /xef/x83/xaa - /xef/x83/xab - /xef/x83/xac - /xef/x83/xad - /xef/x83/xae - /xef/x83/xaf - /xef/x83/xb0 - /xef/x83/xb1 - /xef/x83/xb2 - /xef/x83/xb3 - /xef/x83/xb4 - /xef/x83/xb5 - /xef/x83/xb6 - /xef/x83/xb7 - /xef/x83/xb8 - /xef/x83/xb9 - /xef/x83/xba - /xef/x83/xbb - /xef/x83/xbc - /xef/x83/xbd - /xef/x83/xbe - /xef/x83/xbf - /xef/x84/x80 - /xef/x84/x81 - /xef/x84/x82 - /xef/x84/x83 - /xef/x84/x84 - /xef/x84/x85 - /xef/x84/x86 - /xef/x84/x87 - /xef/x84/x88 - /xef/x84/x89 - /xef/x84/x8a - /xef/x84/x8b - /xef/x84/x8c - /xef/x84/x8d - /xef/x84/x8e - /xef/x84/x8f - /xef/x84/x90 - /xef/x84/x91 - /xef/x84/x92 - /xef/x84/x93 - /xef/x84/x94 - /xef/x84/x95 - /xef/x84/x96 - /xef/x84/x97 - /xef/x84/x98 - /xef/x84/x99 - /xef/x84/x9a - /xef/x84/x9b - /xef/x84/x9c - /xef/x84/x9d - /xef/x84/x9e - /xef/x84/x9f - /xef/x84/xa0 - /xef/x84/xa1 - /xef/x84/xa2 - /xef/x84/xa3 - /xef/x84/xa4 - /xef/x84/xa5 - /xef/x84/xa6 - /xef/x84/xa7 - /xef/x84/xa8 - /xef/x84/xa9 - /xef/x84/xaa - /xef/x84/xab - /xef/x84/xac - /xef/x84/xad - /xef/x84/xae - /xef/x84/xaf - /xef/x84/xb0 - /xef/x84/xb1 - /xef/x84/xb2 - /xef/x84/xb3 - /xef/x84/xb4 - /xef/x84/xb5 - /xef/x84/xb6 - /xef/x84/xb7 - /xef/x84/xb8 - /xef/x84/xb9 - /xef/x84/xba - /xef/x84/xbb - /xef/x84/xbc - /xef/x84/xbd - /xef/x84/xbe - /xef/x84/xbf - /xef/x85/x80 - /xef/x85/x81 - /xef/x85/x82 - /xef/x85/x83 - /xef/x85/x84 - /xef/x85/x85 - /xef/x85/x86 - /xef/x85/x87 - /xef/x85/x88 - /xef/x85/x89 - /xef/x85/x8a - /xef/x85/x8b - /xef/x85/x8c - /xef/x85/x8d - /xef/x85/x8e - /xef/x85/x8f - /xef/x85/x90 - /xef/x85/x91 - /xef/x85/x92 - /xef/x85/x93 - /xef/x85/x94 - /xef/x85/x95 - /xef/x85/x96 - /xef/x85/x97 - /xef/x85/x98 - /xef/x85/x99 - /xef/x85/x9a - /xef/x85/x9b - /xef/x85/x9c - /xef/x85/x9d - /xef/x85/x9e - /xef/x85/x9f - /xef/x85/xa0 - /xef/x85/xa1 - /xef/x85/xa2 - /xef/x85/xa3 - /xef/x85/xa4 - /xef/x85/xa5 - /xef/x85/xa6 - /xef/x85/xa7 - /xef/x85/xa8 - /xef/x85/xa9 - /xef/x85/xaa - /xef/x85/xab - /xef/x85/xac - /xef/x85/xad - /xef/x85/xae - /xef/x85/xaf - /xef/x85/xb0 - /xef/x85/xb1 - /xef/x85/xb2 - /xef/x85/xb3 - /xef/x85/xb4 - /xef/x85/xb5 - /xef/x85/xb6 - /xef/x85/xb7 - /xef/x85/xb8 - /xef/x85/xb9 - /xef/x85/xba - /xef/x85/xbb - /xef/x85/xbc - /xef/x85/xbd - /xef/x85/xbe - /xef/x85/xbf - /xef/x86/x80 - /xef/x86/x81 - /xef/x86/x82 - /xef/x86/x83 - /xef/x86/x84 - /xef/x86/x85 - /xef/x86/x86 - /xef/x86/x87 - /xef/x86/x88 - /xef/x86/x89 - /xef/x86/x8a - /xef/x86/x8b - /xef/x86/x8c - /xef/x86/x8d - /xef/x86/x8e - /xef/x86/x8f - /xef/x86/x90 - /xef/x86/x91 - /xef/x86/x92 - /xef/x86/x93 - /xef/x86/x94 - /xef/x86/x95 - /xef/x86/x96 - /xef/x86/x97 - /xef/x86/x98 - /xef/x86/x99 - /xef/x86/x9a - /xef/x86/x9b - /xef/x86/x9c - /xef/x86/x9d - /xef/x86/x9e - /xef/x86/x9f - /xef/x86/xa0 - /xef/x86/xa1 - /xef/x86/xa2 - /xef/x86/xa3 - /xef/x86/xa4 - /xef/x86/xa5 - /xef/x86/xa6 - /xef/x86/xa7 - /xef/x86/xa8 - /xef/x86/xa9 - /xef/x86/xaa - /xef/x86/xab - /xef/x86/xac - /xef/x86/xad - /xef/x86/xae - /xef/x86/xaf - /xef/x86/xb0 - /xef/x86/xb1 - /xef/x86/xb2 - /xef/x86/xb3 - /xef/x86/xb4 - /xef/x86/xb5 - /xef/x86/xb6 - /xef/x86/xb7 - /xef/x86/xb8 - /xef/x86/xb9 - /xef/x86/xba - /xef/x86/xbb - /xef/x86/xbc - /xef/x86/xbd - /xef/x86/xbe - /xef/x86/xbf - /xef/x87/x80 - /xef/x87/x81 - /xef/x87/x82 - /xef/x87/x83 - /xef/x87/x84 - /xef/x87/x85 - /xef/x87/x86 - /xef/x87/x87 - /xef/x87/x88 - /xef/x87/x89 - /xef/x87/x8a - /xef/x87/x8b - /xef/x87/x8c - /xef/x87/x8d - /xef/x87/x8e - /xef/x87/x8f - /xef/x87/x90 - /xef/x87/x91 - /xef/x87/x92 - /xef/x87/x93 - /xef/x87/x94 - /xef/x87/x95 - /xef/x87/x96 - /xef/x87/x97 - /xef/x87/x98 - /xef/x87/x99 - /xef/x87/x9a - /xef/x87/x9b - /xef/x87/x9c - /xef/x87/x9d - /xef/x87/x9e - /xef/x87/x9f - /xef/x87/xa0 - /xef/x87/xa1 - /xef/x87/xa2 - /xef/x87/xa3 - /xef/x87/xa4 - /xef/x87/xa5 - /xef/x87/xa6 - /xef/x87/xa7 - /xef/x87/xa8 - /xef/x87/xa9 - /xef/x87/xaa - /xef/x87/xab - /xef/x87/xac - /xef/x87/xad - /xef/x87/xae - /xef/x87/xaf - /xef/x87/xb0 - /xef/x87/xb1 - /xef/x87/xb2 - /xef/x87/xb3 - /xef/x87/xb4 - /xef/x87/xb5 - /xef/x87/xb6 - /xef/x87/xb7 - /xef/x87/xb8 - /xef/x87/xb9 - /xef/x87/xba - /xef/x87/xbb - /xef/x87/xbc - /xef/x87/xbd - /xef/x87/xbe - /xef/x87/xbf - /xef/x88/x80 - /xef/x88/x81 - /xef/x88/x82 - /xef/x88/x83 - /xef/x88/x84 - /xef/x88/x85 - /xef/x88/x86 - /xef/x88/x87 - /xef/x88/x88 - /xef/x88/x89 - /xef/x88/x8a - /xef/x88/x8b - /xef/x88/x8c - /xef/x88/x8d - /xef/x88/x8e - /xef/x88/x8f - /xef/x88/x90 - /xef/x88/x91 - /xef/x88/x92 - /xef/x88/x93 - /xef/x88/x94 - /xef/x88/x95 - /xef/x88/x96 - /xef/x88/x97 - /xef/x88/x98 - /xef/x88/x99 - /xef/x88/x9a - /xef/x88/x9b - /xef/x88/x9c - /xef/x88/x9d - /xef/x88/x9e - /xef/x88/x9f - /xef/x88/xa0 - /xef/x88/xa1 - /xef/x88/xa2 - /xef/x88/xa3 - /xef/x88/xa4 - /xef/x88/xa5 - /xef/x88/xa6 - /xef/x88/xa7 - /xef/x88/xa8 - /xef/x88/xa9 - /xef/x88/xaa - /xef/x88/xab - /xef/x88/xac - /xef/x88/xad - /xef/x88/xae - /xef/x88/xaf - /xef/x88/xb0 - /xef/x88/xb1 - /xef/x88/xb2 - /xef/x88/xb3 - /xef/x88/xb4 - /xef/x88/xb5 - /xef/x88/xb6 - /xef/x88/xb7 - /xef/x88/xb8 - /xef/x88/xb9 - /xef/x88/xba - /xef/x88/xbb - /xef/x88/xbc - /xef/x88/xbd - /xef/x88/xbe - /xef/x88/xbf - /xef/x89/x80 - /xef/x89/x81 - /xef/x89/x82 - /xef/x89/x83 - /xef/x89/x84 - /xef/x89/x85 - /xef/x89/x86 - /xef/x89/x87 - /xef/x89/x88 - /xef/x89/x89 - /xef/x89/x8a - /xef/x89/x8b - /xef/x89/x8c - /xef/x89/x8d - /xef/x89/x8e - /xef/x89/x8f - /xef/x89/x90 - /xef/x89/x91 - /xef/x89/x92 - /xef/x89/x93 - /xef/x89/x94 - /xef/x89/x95 - /xef/x89/x96 - /xef/x89/x97 - /xef/x89/x98 - /xef/x89/x99 - /xef/x89/x9a - /xef/x89/x9b - /xef/x89/x9c - /xef/x89/x9d - /xef/x89/x9e - /xef/x89/x9f - /xef/x89/xa0 - /xef/x89/xa1 - /xef/x89/xa2 - /xef/x89/xa3 - /xef/x89/xa4 - /xef/x89/xa5 - /xef/x89/xa6 - /xef/x89/xa7 - /xef/x89/xa8 - /xef/x89/xa9 - /xef/x89/xaa - /xef/x89/xab - /xef/x89/xac - /xef/x89/xad - /xef/x89/xae - /xef/x89/xaf - /xef/x89/xb0 - /xef/x89/xb1 - /xef/x89/xb2 - /xef/x89/xb3 - /xef/x89/xb4 - /xef/x89/xb5 - /xef/x89/xb6 - /xef/x89/xb7 - /xef/x89/xb8 - /xef/x89/xb9 - /xef/x89/xba - /xef/x89/xbb - /xef/x89/xbc - /xef/x89/xbd - /xef/x89/xbe - /xef/x89/xbf - /xef/x8a/x80 - /xef/x8a/x81 - /xef/x8a/x82 - /xef/x8a/x83 - /xef/x8a/x84 - /xef/x8a/x85 - /xef/x8a/x86 - /xef/x8a/x87 - /xef/x8a/x88 - /xef/x8a/x89 - /xef/x8a/x8a - /xef/x8a/x8b - /xef/x8a/x8c - /xef/x8a/x8d - /xef/x8a/x8e - /xef/x8a/x8f - /xef/x8a/x90 - /xef/x8a/x91 - /xef/x8a/x92 - /xef/x8a/x93 - /xef/x8a/x94 - /xef/x8a/x95 - /xef/x8a/x96 - /xef/x8a/x97 - /xef/x8a/x98 - /xef/x8a/x99 - /xef/x8a/x9a - /xef/x8a/x9b - /xef/x8a/x9c - /xef/x8a/x9d - /xef/x8a/x9e - /xef/x8a/x9f - /xef/x8a/xa0 - /xef/x8a/xa1 - /xef/x8a/xa2 - /xef/x8a/xa3 - /xef/x8a/xa4 - /xef/x8a/xa5 - /xef/x8a/xa6 - /xef/x8a/xa7 - /xef/x8a/xa8 - /xef/x8a/xa9 - /xef/x8a/xaa - /xef/x8a/xab - /xef/x8a/xac - /xef/x8a/xad - /xef/x8a/xae - /xef/x8a/xaf - /xef/x8a/xb0 - /xef/x8a/xb1 - /xef/x8a/xb2 - /xef/x8a/xb3 - /xef/x8a/xb4 - /xef/x8a/xb5 - /xef/x8a/xb6 - /xef/x8a/xb7 - /xef/x8a/xb8 - /xef/x8a/xb9 - /xef/x8a/xba - /xef/x8a/xbb - /xef/x8a/xbc - /xef/x8a/xbd - /xef/x8a/xbe - /xef/x8a/xbf - /xef/x8b/x80 - /xef/x8b/x81 - /xef/x8b/x82 - /xef/x8b/x83 - /xef/x8b/x84 - /xef/x8b/x85 - /xef/x8b/x86 - /xef/x8b/x87 - /xef/x8b/x88 - /xef/x8b/x89 - /xef/x8b/x8a - /xef/x8b/x8b - /xef/x8b/x8c - /xef/x8b/x8d - /xef/x8b/x8e - /xef/x8b/x8f - /xef/x8b/x90 - /xef/x8b/x91 - /xef/x8b/x92 - /xef/x8b/x93 - /xef/x8b/x94 - /xef/x8b/x95 - /xef/x8b/x96 - /xef/x8b/x97 - /xef/x8b/x98 - /xef/x8b/x99 - /xef/x8b/x9a - /xef/x8b/x9b - /xef/x8b/x9c - /xef/x8b/x9d - /xef/x8b/x9e - /xef/x8b/x9f - /xef/x8b/xa0 - /xef/x8b/xa1 - /xef/x8b/xa2 - /xef/x8b/xa3 - /xef/x8b/xa4 - /xef/x8b/xa5 - /xef/x8b/xa6 - /xef/x8b/xa7 - /xef/x8b/xa8 - /xef/x8b/xa9 - /xef/x8b/xaa - /xef/x8b/xab - /xef/x8b/xac - /xef/x8b/xad - /xef/x8b/xae - /xef/x8b/xaf - /xef/x8b/xb0 - /xef/x8b/xb1 - /xef/x8b/xb2 - /xef/x8b/xb3 - /xef/x8b/xb4 - /xef/x8b/xb5 - /xef/x8b/xb6 - /xef/x8b/xb7 - /xef/x8b/xb8 - /xef/x8b/xb9 - /xef/x8b/xba - /xef/x8b/xbb - /xef/x8b/xbc - /xef/x8b/xbd - /xef/x8b/xbe - /xef/x8b/xbf - /xef/x8c/x80 - /xef/x8c/x81 - /xef/x8c/x82 - /xef/x8c/x83 - /xef/x8c/x84 - /xef/x8c/x85 - /xef/x8c/x86 - /xef/x8c/x87 - /xef/x8c/x88 - /xef/x8c/x89 - /xef/x8c/x8a - /xef/x8c/x8b - /xef/x8c/x8c - /xef/x8c/x8d - /xef/x8c/x8e - /xef/x8c/x8f - /xef/x8c/x90 - /xef/x8c/x91 - /xef/x8c/x92 - /xef/x8c/x93 - /xef/x8c/x94 - /xef/x8c/x95 - /xef/x8c/x96 - /xef/x8c/x97 - /xef/x8c/x98 - /xef/x8c/x99 - /xef/x8c/x9a - /xef/x8c/x9b - /xef/x8c/x9c - /xef/x8c/x9d - /xef/x8c/x9e - /xef/x8c/x9f - /xef/x8c/xa0 - /xef/x8c/xa1 - /xef/x8c/xa2 - /xef/x8c/xa3 - /xef/x8c/xa4 - /xef/x8c/xa5 - /xef/x8c/xa6 - /xef/x8c/xa7 - /xef/x8c/xa8 - /xef/x8c/xa9 - /xef/x8c/xaa - /xef/x8c/xab - /xef/x8c/xac - /xef/x8c/xad - /xef/x8c/xae - /xef/x8c/xaf - /xef/x8c/xb0 - /xef/x8c/xb1 - /xef/x8c/xb2 - /xef/x8c/xb3 - /xef/x8c/xb4 - /xef/x8c/xb5 - /xef/x8c/xb6 - /xef/x8c/xb7 - /xef/x8c/xb8 - /xef/x8c/xb9 - /xef/x8c/xba - /xef/x8c/xbb - /xef/x8c/xbc - /xef/x8c/xbd - /xef/x8c/xbe - /xef/x8c/xbf - /xef/x8d/x80 - /xef/x8d/x81 - /xef/x8d/x82 - /xef/x8d/x83 - /xef/x8d/x84 - /xef/x8d/x85 - /xef/x8d/x86 - /xef/x8d/x87 - /xef/x8d/x88 - /xef/x8d/x89 - /xef/x8d/x8a - /xef/x8d/x8b - /xef/x8d/x8c - /xef/x8d/x8d - /xef/x8d/x8e - /xef/x8d/x8f - /xef/x8d/x90 - /xef/x8d/x91 - /xef/x8d/x92 - /xef/x8d/x93 - /xef/x8d/x94 - /xef/x8d/x95 - /xef/x8d/x96 - /xef/x8d/x97 - /xef/x8d/x98 - /xef/x8d/x99 - /xef/x8d/x9a - /xef/x8d/x9b - /xef/x8d/x9c - /xef/x8d/x9d - /xef/x8d/x9e - /xef/x8d/x9f - /xef/x8d/xa0 - /xef/x8d/xa1 - /xef/x8d/xa2 - /xef/x8d/xa3 - /xef/x8d/xa4 - /xef/x8d/xa5 - /xef/x8d/xa6 - /xef/x8d/xa7 - /xef/x8d/xa8 - /xef/x8d/xa9 - /xef/x8d/xaa - /xef/x8d/xab - /xef/x8d/xac - /xef/x8d/xad - /xef/x8d/xae - /xef/x8d/xaf - /xef/x8d/xb0 - /xef/x8d/xb1 - /xef/x8d/xb2 - /xef/x8d/xb3 - /xef/x8d/xb4 - /xef/x8d/xb5 - /xef/x8d/xb6 - /xef/x8d/xb7 - /xef/x8d/xb8 - /xef/x8d/xb9 - /xef/x8d/xba - /xef/x8d/xbb - /xef/x8d/xbc - /xef/x8d/xbd - /xef/x8d/xbe - /xef/x8d/xbf - /xef/x8e/x80 - /xef/x8e/x81 - /xef/x8e/x82 - /xef/x8e/x83 - /xef/x8e/x84 - /xef/x8e/x85 - /xef/x8e/x86 - /xef/x8e/x87 - /xef/x8e/x88 - /xef/x8e/x89 - /xef/x8e/x8a - /xef/x8e/x8b - /xef/x8e/x8c - /xef/x8e/x8d - /xef/x8e/x8e - /xef/x8e/x8f - /xef/x8e/x90 - /xef/x8e/x91 - /xef/x8e/x92 - /xef/x8e/x93 - /xef/x8e/x94 - /xef/x8e/x95 - /xef/x8e/x96 - /xef/x8e/x97 - /xef/x8e/x98 - /xef/x8e/x99 - /xef/x8e/x9a - /xef/x8e/x9b - /xef/x8e/x9c - /xef/x8e/x9d - /xef/x8e/x9e - /xef/x8e/x9f - /xef/x8e/xa0 - /xef/x8e/xa1 - /xef/x8e/xa2 - /xef/x8e/xa3 - /xef/x8e/xa4 - /xef/x8e/xa5 - /xef/x8e/xa6 - /xef/x8e/xa7 - /xef/x8e/xa8 - /xef/x8e/xa9 - /xef/x8e/xaa - /xef/x8e/xab - /xef/x8e/xac - /xef/x8e/xad - /xef/x8e/xae - /xef/x8e/xaf - /xef/x8e/xb0 - /xef/x8e/xb1 - /xef/x8e/xb2 - /xef/x8e/xb3 - /xef/x8e/xb4 - /xef/x8e/xb5 - /xef/x8e/xb6 - /xef/x8e/xb7 - /xef/x8e/xb8 - /xef/x8e/xb9 - /xef/x8e/xba - /xef/x8e/xbb - /xef/x8e/xbc - /xef/x8e/xbd - /xef/x8e/xbe - /xef/x8e/xbf - /xef/x8f/x80 - /xef/x8f/x81 - /xef/x8f/x82 - /xef/x8f/x83 - /xef/x8f/x84 - /xef/x8f/x85 - /xef/x8f/x86 - /xef/x8f/x87 - /xef/x8f/x88 - /xef/x8f/x89 - /xef/x8f/x8a - /xef/x8f/x8b - /xef/x8f/x8c - /xef/x8f/x8d - /xef/x8f/x8e - /xef/x8f/x8f - /xef/x8f/x90 - /xef/x8f/x91 - /xef/x8f/x92 - /xef/x8f/x93 - /xef/x8f/x94 - /xef/x8f/x95 - /xef/x8f/x96 - /xef/x8f/x97 - /xef/x8f/x98 - /xef/x8f/x99 - /xef/x8f/x9a - /xef/x8f/x9b - /xef/x8f/x9c - /xef/x8f/x9d - /xef/x8f/x9e - /xef/x8f/x9f - /xef/x8f/xa0 - /xef/x8f/xa1 - /xef/x8f/xa2 - /xef/x8f/xa3 - /xef/x8f/xa4 - /xef/x8f/xa5 - /xef/x8f/xa6 - /xef/x8f/xa7 - /xef/x8f/xa8 - /xef/x8f/xa9 - /xef/x8f/xaa - /xef/x8f/xab - /xef/x8f/xac - /xef/x8f/xad - /xef/x8f/xae - /xef/x8f/xaf - /xef/x8f/xb0 - /xef/x8f/xb1 - /xef/x8f/xb2 - /xef/x8f/xb3 - /xef/x8f/xb4 - /xef/x8f/xb5 - /xef/x8f/xb6 - /xef/x8f/xb7 - /xef/x8f/xb8 - /xef/x8f/xb9 - /xef/x8f/xba - /xef/x8f/xbb - /xef/x8f/xbc - /xef/x8f/xbd - /xef/x8f/xbe - /xef/x8f/xbf - /xef/x90/x80 - /xef/x90/x81 - /xef/x90/x82 - /xef/x90/x83 - /xef/x90/x84 - /xef/x90/x85 - /xef/x90/x86 - /xef/x90/x87 - /xef/x90/x88 - /xef/x90/x89 - /xef/x90/x8a - /xef/x90/x8b - /xef/x90/x8c - /xef/x90/x8d - /xef/x90/x8e - /xef/x90/x8f - /xef/x90/x90 - /xef/x90/x91 - /xef/x90/x92 - /xef/x90/x93 - /xef/x90/x94 - /xef/x90/x95 - /xef/x90/x96 - /xef/x90/x97 - /xef/x90/x98 - /xef/x90/x99 - /xef/x90/x9a - /xef/x90/x9b - /xef/x90/x9c - /xef/x90/x9d - /xef/x90/x9e - /xef/x90/x9f - /xef/x90/xa0 - /xef/x90/xa1 - /xef/x90/xa2 - /xef/x90/xa3 - /xef/x90/xa4 - /xef/x90/xa5 - /xef/x90/xa6 - /xef/x90/xa7 - /xef/x90/xa8 - /xef/x90/xa9 - /xef/x90/xaa - /xef/x90/xab - /xef/x90/xac - /xef/x90/xad - /xef/x90/xae - /xef/x90/xaf - /xef/x90/xb0 - /xef/x90/xb1 - /xef/x90/xb2 - /xef/x90/xb3 - /xef/x90/xb4 - /xef/x90/xb5 - /xef/x90/xb6 - /xef/x90/xb7 - /xef/x90/xb8 - /xef/x90/xb9 - /xef/x90/xba - /xef/x90/xbb - /xef/x90/xbc - /xef/x90/xbd - /xef/x90/xbe - /xef/x90/xbf - /xef/x91/x80 - /xef/x91/x81 - /xef/x91/x82 - /xef/x91/x83 - /xef/x91/x84 - /xef/x91/x85 - /xef/x91/x86 - /xef/x91/x87 - /xef/x91/x88 - /xef/x91/x89 - /xef/x91/x8a - /xef/x91/x8b - /xef/x91/x8c - /xef/x91/x8d - /xef/x91/x8e - /xef/x91/x8f - /xef/x91/x90 - /xef/x91/x91 - /xef/x91/x92 - /xef/x91/x93 - /xef/x91/x94 - /xef/x91/x95 - /xef/x91/x96 - /xef/x91/x97 - /xef/x91/x98 - /xef/x91/x99 - /xef/x91/x9a - /xef/x91/x9b - /xef/x91/x9c - /xef/x91/x9d - /xef/x91/x9e - /xef/x91/x9f - /xef/x91/xa0 - /xef/x91/xa1 - /xef/x91/xa2 - /xef/x91/xa3 - /xef/x91/xa4 - /xef/x91/xa5 - /xef/x91/xa6 - /xef/x91/xa7 - /xef/x91/xa8 - /xef/x91/xa9 - /xef/x91/xaa - /xef/x91/xab - /xef/x91/xac - /xef/x91/xad - /xef/x91/xae - /xef/x91/xaf - /xef/x91/xb0 - /xef/x91/xb1 - /xef/x91/xb2 - /xef/x91/xb3 - /xef/x91/xb4 - /xef/x91/xb5 - /xef/x91/xb6 - /xef/x91/xb7 - /xef/x91/xb8 - /xef/x91/xb9 - /xef/x91/xba - /xef/x91/xbb - /xef/x91/xbc - /xef/x91/xbd - /xef/x91/xbe - /xef/x91/xbf - /xef/x92/x80 - /xef/x92/x81 - /xef/x92/x82 - /xef/x92/x83 - /xef/x92/x84 - /xef/x92/x85 - /xef/x92/x86 - /xef/x92/x87 - /xef/x92/x88 - /xef/x92/x89 - /xef/x92/x8a - /xef/x92/x8b - /xef/x92/x8c - /xef/x92/x8d - /xef/x92/x8e - /xef/x92/x8f - /xef/x92/x90 - /xef/x92/x91 - /xef/x92/x92 - /xef/x92/x93 - /xef/x92/x94 - /xef/x92/x95 - /xef/x92/x96 - /xef/x92/x97 - /xef/x92/x98 - /xef/x92/x99 - /xef/x92/x9a - /xef/x92/x9b - /xef/x92/x9c - /xef/x92/x9d - /xef/x92/x9e - /xef/x92/x9f - /xef/x92/xa0 - /xef/x92/xa1 - /xef/x92/xa2 - /xef/x92/xa3 - /xef/x92/xa4 - /xef/x92/xa5 - /xef/x92/xa6 - /xef/x92/xa7 - /xef/x92/xa8 - /xef/x92/xa9 - /xef/x92/xaa - /xef/x92/xab - /xef/x92/xac - /xef/x92/xad - /xef/x92/xae - /xef/x92/xaf - /xef/x92/xb0 - /xef/x92/xb1 - /xef/x92/xb2 - /xef/x92/xb3 - /xef/x92/xb4 - /xef/x92/xb5 - /xef/x92/xb6 - /xef/x92/xb7 - /xef/x92/xb8 - /xef/x92/xb9 - /xef/x92/xba - /xef/x92/xbb - /xef/x92/xbc - /xef/x92/xbd - /xef/x92/xbe - /xef/x92/xbf - /xef/x93/x80 - /xef/x93/x81 - /xef/x93/x82 - /xef/x93/x83 - /xef/x93/x84 - /xef/x93/x85 - /xef/x93/x86 - /xef/x93/x87 - /xef/x93/x88 - /xef/x93/x89 - /xef/x93/x8a - /xef/x93/x8b - /xef/x93/x8c - /xef/x93/x8d - /xef/x93/x8e - /xef/x93/x8f - /xef/x93/x90 - /xef/x93/x91 - /xef/x93/x92 - /xef/x93/x93 - /xef/x93/x94 - /xef/x93/x95 - /xef/x93/x96 - /xef/x93/x97 - /xef/x93/x98 - /xef/x93/x99 - /xef/x93/x9a - /xef/x93/x9b - /xef/x93/x9c - /xef/x93/x9d - /xef/x93/x9e - /xef/x93/x9f - /xef/x93/xa0 - /xef/x93/xa1 - /xef/x93/xa2 - /xef/x93/xa3 - /xef/x93/xa4 - /xef/x93/xa5 - /xef/x93/xa6 - /xef/x93/xa7 - /xef/x93/xa8 - /xef/x93/xa9 - /xef/x93/xaa - /xef/x93/xab - /xef/x93/xac - /xef/x93/xad - /xef/x93/xae - /xef/x93/xaf - /xef/x93/xb0 - /xef/x93/xb1 - /xef/x93/xb2 - /xef/x93/xb3 - /xef/x93/xb4 - /xef/x93/xb5 - /xef/x93/xb6 - /xef/x93/xb7 - /xef/x93/xb8 - /xef/x93/xb9 - /xef/x93/xba - /xef/x93/xbb - /xef/x93/xbc - /xef/x93/xbd - /xef/x93/xbe - /xef/x93/xbf - /xef/x94/x80 - /xef/x94/x81 - /xef/x94/x82 - /xef/x94/x83 - /xef/x94/x84 - /xef/x94/x85 - /xef/x94/x86 - /xef/x94/x87 - /xef/x94/x88 - /xef/x94/x89 - /xef/x94/x8a - /xef/x94/x8b - /xef/x94/x8c - /xef/x94/x8d - /xef/x94/x8e - /xef/x94/x8f - /xef/x94/x90 - /xef/x94/x91 - /xef/x94/x92 - /xef/x94/x93 - /xef/x94/x94 - /xef/x94/x95 - /xef/x94/x96 - /xef/x94/x97 - /xef/x94/x98 - /xef/x94/x99 - /xef/x94/x9a - /xef/x94/x9b - /xef/x94/x9c - /xef/x94/x9d - /xef/x94/x9e - /xef/x94/x9f - /xef/x94/xa0 - /xef/x94/xa1 - /xef/x94/xa2 - /xef/x94/xa3 - /xef/x94/xa4 - /xef/x94/xa5 - /xef/x94/xa6 - /xef/x94/xa7 - /xef/x94/xa8 - /xef/x94/xa9 - /xef/x94/xaa - /xef/x94/xab - /xef/x94/xac - /xef/x94/xad - /xef/x94/xae - /xef/x94/xaf - /xef/x94/xb0 - /xef/x94/xb1 - /xef/x94/xb2 - /xef/x94/xb3 - /xef/x94/xb4 - /xef/x94/xb5 - /xef/x94/xb6 - /xef/x94/xb7 - /xef/x94/xb8 - /xef/x94/xb9 - /xef/x94/xba - /xef/x94/xbb - /xef/x94/xbc - /xef/x94/xbd - /xef/x94/xbe - /xef/x94/xbf - /xef/x95/x80 - /xef/x95/x81 - /xef/x95/x82 - /xef/x95/x83 - /xef/x95/x84 - /xef/x95/x85 - /xef/x95/x86 - /xef/x95/x87 - /xef/x95/x88 - /xef/x95/x89 - /xef/x95/x8a - /xef/x95/x8b - /xef/x95/x8c - /xef/x95/x8d - /xef/x95/x8e - /xef/x95/x8f - /xef/x95/x90 - /xef/x95/x91 - /xef/x95/x92 - /xef/x95/x93 - /xef/x95/x94 - /xef/x95/x95 - /xef/x95/x96 - /xef/x95/x97 - /xef/x95/x98 - /xef/x95/x99 - /xef/x95/x9a - /xef/x95/x9b - /xef/x95/x9c - /xef/x95/x9d - /xef/x95/x9e - /xef/x95/x9f - /xef/x95/xa0 - /xef/x95/xa1 - /xef/x95/xa2 - /xef/x95/xa3 - /xef/x95/xa4 - /xef/x95/xa5 - /xef/x95/xa6 - /xef/x95/xa7 - /xef/x95/xa8 - /xef/x95/xa9 - /xef/x95/xaa - /xef/x95/xab - /xef/x95/xac - /xef/x95/xad - /xef/x95/xae - /xef/x95/xaf - /xef/x95/xb0 - /xef/x95/xb1 - /xef/x95/xb2 - /xef/x95/xb3 - /xef/x95/xb4 - /xef/x95/xb5 - /xef/x95/xb6 - /xef/x95/xb7 - /xef/x95/xb8 - /xef/x95/xb9 - /xef/x95/xba - /xef/x95/xbb - /xef/x95/xbc - /xef/x95/xbd - /xef/x95/xbe - /xef/x95/xbf - /xef/x96/x80 - /xef/x96/x81 - /xef/x96/x82 - /xef/x96/x83 - /xef/x96/x84 - /xef/x96/x85 - /xef/x96/x86 - /xef/x96/x87 - /xef/x96/x88 - /xef/x96/x89 - /xef/x96/x8a - /xef/x96/x8b - /xef/x96/x8c - /xef/x96/x8d - /xef/x96/x8e - /xef/x96/x8f - /xef/x96/x90 - /xef/x96/x91 - /xef/x96/x92 - /xef/x96/x93 - /xef/x96/x94 - /xef/x96/x95 - /xef/x96/x96 - /xef/x96/x97 - /xef/x96/x98 - /xef/x96/x99 - /xef/x96/x9a - /xef/x96/x9b - /xef/x96/x9c - /xef/x96/x9d - /xef/x96/x9e - /xef/x96/x9f - /xef/x96/xa0 - /xef/x96/xa1 - /xef/x96/xa2 - /xef/x96/xa3 - /xef/x96/xa4 - /xef/x96/xa5 - /xef/x96/xa6 - /xef/x96/xa7 - /xef/x96/xa8 - /xef/x96/xa9 - /xef/x96/xaa - /xef/x96/xab - /xef/x96/xac - /xef/x96/xad - /xef/x96/xae - /xef/x96/xaf - /xef/x96/xb0 - /xef/x96/xb1 - /xef/x96/xb2 - /xef/x96/xb3 - /xef/x96/xb4 - /xef/x96/xb5 - /xef/x96/xb6 - /xef/x96/xb7 - /xef/x96/xb8 - /xef/x96/xb9 - /xef/x96/xba - /xef/x96/xbb - /xef/x96/xbc - /xef/x96/xbd - /xef/x96/xbe - /xef/x96/xbf - /xef/x97/x80 - /xef/x97/x81 - /xef/x97/x82 - /xef/x97/x83 - /xef/x97/x84 - /xef/x97/x85 - /xef/x97/x86 - /xef/x97/x87 - /xef/x97/x88 - /xef/x97/x89 - /xef/x97/x8a - /xef/x97/x8b - /xef/x97/x8c - /xef/x97/x8d - /xef/x97/x8e - /xef/x97/x8f - /xef/x97/x90 - /xef/x97/x91 - /xef/x97/x92 - /xef/x97/x93 - /xef/x97/x94 - /xef/x97/x95 - /xef/x97/x96 - /xef/x97/x97 - /xef/x97/x98 - /xef/x97/x99 - /xef/x97/x9a - /xef/x97/x9b - /xef/x97/x9c - /xef/x97/x9d - /xef/x97/x9e - /xef/x97/x9f - /xef/x97/xa0 - /xef/x97/xa1 - /xef/x97/xa2 - /xef/x97/xa3 - /xef/x97/xa4 - /xef/x97/xa5 - /xef/x97/xa6 - /xef/x97/xa7 - /xef/x97/xa8 - /xef/x97/xa9 - /xef/x97/xaa - /xef/x97/xab - /xef/x97/xac - /xef/x97/xad - /xef/x97/xae - /xef/x97/xaf - /xef/x97/xb0 - /xef/x97/xb1 - /xef/x97/xb2 - /xef/x97/xb3 - /xef/x97/xb4 - /xef/x97/xb5 - /xef/x97/xb6 - /xef/x97/xb7 - /xef/x97/xb8 - /xef/x97/xb9 - /xef/x97/xba - /xef/x97/xbb - /xef/x97/xbc - /xef/x97/xbd - /xef/x97/xbe - /xef/x97/xbf - /xef/x98/x80 - /xef/x98/x81 - /xef/x98/x82 - /xef/x98/x83 - /xef/x98/x84 - /xef/x98/x85 - /xef/x98/x86 - /xef/x98/x87 - /xef/x98/x88 - /xef/x98/x89 - /xef/x98/x8a - /xef/x98/x8b - /xef/x98/x8c - /xef/x98/x8d - /xef/x98/x8e - /xef/x98/x8f - /xef/x98/x90 - /xef/x98/x91 - /xef/x98/x92 - /xef/x98/x93 - /xef/x98/x94 - /xef/x98/x95 - /xef/x98/x96 - /xef/x98/x97 - /xef/x98/x98 - /xef/x98/x99 - /xef/x98/x9a - /xef/x98/x9b - /xef/x98/x9c - /xef/x98/x9d - /xef/x98/x9e - /xef/x98/x9f - /xef/x98/xa0 - /xef/x98/xa1 - /xef/x98/xa2 - /xef/x98/xa3 - /xef/x98/xa4 - /xef/x98/xa5 - /xef/x98/xa6 - /xef/x98/xa7 - /xef/x98/xa8 - /xef/x98/xa9 - /xef/x98/xaa - /xef/x98/xab - /xef/x98/xac - /xef/x98/xad - /xef/x98/xae - /xef/x98/xaf - /xef/x98/xb0 - /xef/x98/xb1 - /xef/x98/xb2 - /xef/x98/xb3 - /xef/x98/xb4 - /xef/x98/xb5 - /xef/x98/xb6 - /xef/x98/xb7 - /xef/x98/xb8 - /xef/x98/xb9 - /xef/x98/xba - /xef/x98/xbb - /xef/x98/xbc - /xef/x98/xbd - /xef/x98/xbe - /xef/x98/xbf - /xef/x99/x80 - /xef/x99/x81 - /xef/x99/x82 - /xef/x99/x83 - /xef/x99/x84 - /xef/x99/x85 - /xef/x99/x86 - /xef/x99/x87 - /xef/x99/x88 - /xef/x99/x89 - /xef/x99/x8a - /xef/x99/x8b - /xef/x99/x8c - /xef/x99/x8d - /xef/x99/x8e - /xef/x99/x8f - /xef/x99/x90 - /xef/x99/x91 - /xef/x99/x92 - /xef/x99/x93 - /xef/x99/x94 - /xef/x99/x95 - /xef/x99/x96 - /xef/x99/x97 - /xef/x99/x98 - /xef/x99/x99 - /xef/x99/x9a - /xef/x99/x9b - /xef/x99/x9c - /xef/x99/x9d - /xef/x99/x9e - /xef/x99/x9f - /xef/x99/xa0 - /xef/x99/xa1 - /xef/x99/xa2 - /xef/x99/xa3 - /xef/x99/xa4 - /xef/x99/xa5 - /xef/x99/xa6 - /xef/x99/xa7 - /xef/x99/xa8 - /xef/x99/xa9 - /xef/x99/xaa - /xef/x99/xab - /xef/x99/xac - /xef/x99/xad - /xef/x99/xae - /xef/x99/xaf - /xef/x99/xb0 - /xef/x99/xb1 - /xef/x99/xb2 - /xef/x99/xb3 - /xef/x99/xb4 - /xef/x99/xb5 - /xef/x99/xb6 - /xef/x99/xb7 - /xef/x99/xb8 - /xef/x99/xb9 - /xef/x99/xba - /xef/x99/xbb - /xef/x99/xbc - /xef/x99/xbd - /xef/x99/xbe - /xef/x99/xbf - /xef/x9a/x80 - /xef/x9a/x81 - /xef/x9a/x82 - /xef/x9a/x83 - /xef/x9a/x84 - /xef/x9a/x85 - /xef/x9a/x86 - /xef/x9a/x87 - /xef/x9a/x88 - /xef/x9a/x89 - /xef/x9a/x8a - /xef/x9a/x8b - /xef/x9a/x8c - /xef/x9a/x8d - /xef/x9a/x8e - /xef/x9a/x8f - /xef/x9a/x90 - /xef/x9a/x91 - /xef/x9a/x92 - /xef/x9a/x93 - /xef/x9a/x94 - /xef/x9a/x95 - /xef/x9a/x96 - /xef/x9a/x97 - /xef/x9a/x98 - /xef/x9a/x99 - /xef/x9a/x9a - /xef/x9a/x9b - /xef/x9a/x9c - /xef/x9a/x9d - /xef/x9a/x9e - /xef/x9a/x9f - /xef/x9a/xa0 - /xef/x9a/xa1 - /xef/x9a/xa2 - /xef/x9a/xa3 - /xef/x9a/xa4 - /xef/x9a/xa5 - /xef/x9a/xa6 - /xef/x9a/xa7 - /xef/x9a/xa8 - /xef/x9a/xa9 - /xef/x9a/xaa - /xef/x9a/xab - /xef/x9a/xac - /xef/x9a/xad - /xef/x9a/xae - /xef/x9a/xaf - /xef/x9a/xb0 - /xef/x9a/xb1 - /xef/x9a/xb2 - /xef/x9a/xb3 - /xef/x9a/xb4 - /xef/x9a/xb5 - /xef/x9a/xb6 - /xef/x9a/xb7 - /xef/x9a/xb8 - /xef/x9a/xb9 - /xef/x9a/xba - /xef/x9a/xbb - /xef/x9a/xbc - /xef/x9a/xbd - /xef/x9a/xbe - /xef/x9a/xbf - /xef/x9b/x80 - /xef/x9b/x81 - /xef/x9b/x82 - /xef/x9b/x83 - /xef/x9b/x84 - /xef/x9b/x85 - /xef/x9b/x86 - /xef/x9b/x87 - /xef/x9b/x88 - /xef/x9b/x89 - /xef/x9b/x8a - /xef/x9b/x8b - /xef/x9b/x8c - /xef/x9b/x8d - /xef/x9b/x8e - /xef/x9b/x8f - /xef/x9b/x90 - /xef/x9b/x91 - /xef/x9b/x92 - /xef/x9b/x93 - /xef/x9b/x94 - /xef/x9b/x95 - /xef/x9b/x96 - /xef/x9b/x97 - /xef/x9b/x98 - /xef/x9b/x99 - /xef/x9b/x9a - /xef/x9b/x9b - /xef/x9b/x9c - /xef/x9b/x9d - /xef/x9b/x9e - /xef/x9b/x9f - /xef/x9b/xa0 - /xef/x9b/xa1 - /xef/x9b/xa2 - /xef/x9b/xa3 - /xef/x9b/xa4 - /xef/x9b/xa5 - /xef/x9b/xa6 - /xef/x9b/xa7 - /xef/x9b/xa8 - /xef/x9b/xa9 - /xef/x9b/xaa - /xef/x9b/xab - /xef/x9b/xac - /xef/x9b/xad - /xef/x9b/xae - /xef/x9b/xaf - /xef/x9b/xb0 - /xef/x9b/xb1 - /xef/x9b/xb2 - /xef/x9b/xb3 - /xef/x9b/xb4 - /xef/x9b/xb5 - /xef/x9b/xb6 - /xef/x9b/xb7 - /xef/x9b/xb8 - /xef/x9b/xb9 - /xef/x9b/xba - /xef/x9b/xbb - /xef/x9b/xbc - /xef/x9b/xbd - /xef/x9b/xbe - /xef/x9b/xbf - /xef/x9c/x80 - /xef/x9c/x81 - /xef/x9c/x82 - /xef/x9c/x83 - /xef/x9c/x84 - /xef/x9c/x85 - /xef/x9c/x86 - /xef/x9c/x87 - /xef/x9c/x88 - /xef/x9c/x89 - /xef/x9c/x8a - /xef/x9c/x8b - /xef/x9c/x8c - /xef/x9c/x8d - /xef/x9c/x8e - /xef/x9c/x8f - /xef/x9c/x90 - /xef/x9c/x91 - /xef/x9c/x92 - /xef/x9c/x93 - /xef/x9c/x94 - /xef/x9c/x95 - /xef/x9c/x96 - /xef/x9c/x97 - /xef/x9c/x98 - /xef/x9c/x99 - /xef/x9c/x9a - /xef/x9c/x9b - /xef/x9c/x9c - /xef/x9c/x9d - /xef/x9c/x9e - /xef/x9c/x9f - /xef/x9c/xa0 - /xef/x9c/xa1 - /xef/x9c/xa2 - /xef/x9c/xa3 - /xef/x9c/xa4 - /xef/x9c/xa5 - /xef/x9c/xa6 - /xef/x9c/xa7 - /xef/x9c/xa8 - /xef/x9c/xa9 - /xef/x9c/xaa - /xef/x9c/xab - /xef/x9c/xac - /xef/x9c/xad - /xef/x9c/xae - /xef/x9c/xaf - /xef/x9c/xb0 - /xef/x9c/xb1 - /xef/x9c/xb2 - /xef/x9c/xb3 - /xef/x9c/xb4 - /xef/x9c/xb5 - /xef/x9c/xb6 - /xef/x9c/xb7 - /xef/x9c/xb8 - /xef/x9c/xb9 - /xef/x9c/xba - /xef/x9c/xbb - /xef/x9c/xbc - /xef/x9c/xbd - /xef/x9c/xbe - /xef/x9c/xbf - /xef/x9d/x80 - /xef/x9d/x81 - /xef/x9d/x82 - /xef/x9d/x83 - /xef/x9d/x84 - /xef/x9d/x85 - /xef/x9d/x86 - /xef/x9d/x87 - /xef/x9d/x88 - /xef/x9d/x89 - /xef/x9d/x8a - /xef/x9d/x8b - /xef/x9d/x8c - /xef/x9d/x8d - /xef/x9d/x8e - /xef/x9d/x8f - /xef/x9d/x90 - /xef/x9d/x91 - /xef/x9d/x92 - /xef/x9d/x93 - /xef/x9d/x94 - /xef/x9d/x95 - /xef/x9d/x96 - /xef/x9d/x97 - /xef/x9d/x98 - /xef/x9d/x99 - /xef/x9d/x9a - /xef/x9d/x9b - /xef/x9d/x9c - /xef/x9d/x9d - /xef/x9d/x9e - /xef/x9d/x9f - /xef/x9d/xa0 - /xef/x9d/xa1 - /xef/x9d/xa2 - /xef/x9d/xa3 - /xef/x9d/xa4 - /xef/x9d/xa5 - /xef/x9d/xa6 - /xef/x9d/xa7 - /xef/x9d/xa8 - /xef/x9d/xa9 - /xef/x9d/xaa - /xef/x9d/xab - /xef/x9d/xac - /xef/x9d/xad - /xef/x9d/xae - /xef/x9d/xaf - /xef/x9d/xb0 - /xef/x9d/xb1 - /xef/x9d/xb2 - /xef/x9d/xb3 - /xef/x9d/xb4 - /xef/x9d/xb5 - /xef/x9d/xb6 - /xef/x9d/xb7 - /xef/x9d/xb8 - /xef/x9d/xb9 - /xef/x9d/xba - /xef/x9d/xbb - /xef/x9d/xbc - /xef/x9d/xbd - /xef/x9d/xbe - /xef/x9d/xbf - /xef/x9e/x80 - /xef/x9e/x81 - /xef/x9e/x82 - /xef/x9e/x83 - /xef/x9e/x84 - /xef/x9e/x85 - /xef/x9e/x86 - /xef/x9e/x87 - /xef/x9e/x88 - /xef/x9e/x89 - /xef/x9e/x8a - /xef/x9e/x8b - /xef/x9e/x8c - /xef/x9e/x8d - /xef/x9e/x8e - /xef/x9e/x8f - /xef/x9e/x90 - /xef/x9e/x91 - /xef/x9e/x92 - /xef/x9e/x93 - /xef/x9e/x94 - /xef/x9e/x95 - /xef/x9e/x96 - /xef/x9e/x97 - /xef/x9e/x98 - /xef/x9e/x99 - /xef/x9e/x9a - /xef/x9e/x9b - /xef/x9e/x9c - /xef/x9e/x9d - /xef/x9e/x9e - /xef/x9e/x9f - /xef/x9e/xa0 - /xef/x9e/xa1 - /xef/x9e/xa2 - /xef/x9e/xa3 - /xef/x9e/xa4 - /xef/x9e/xa5 - /xef/x9e/xa6 - /xef/x9e/xa7 - /xef/x9e/xa8 - /xef/x9e/xa9 - /xef/x9e/xaa - /xef/x9e/xab - /xef/x9e/xac - /xef/x9e/xad - /xef/x9e/xae - /xef/x9e/xaf - /xef/x9e/xb0 - /xef/x9e/xb1 - /xef/x9e/xb2 - /xef/x9e/xb3 - /xef/x9e/xb4 - /xef/x9e/xb5 - /xef/x9e/xb6 - /xef/x9e/xb7 - /xef/x9e/xb8 - /xef/x9e/xb9 - /xef/x9e/xba - /xef/x9e/xbb - /xef/x9e/xbc - /xef/x9e/xbd - /xef/x9e/xbe - /xef/x9e/xbf - /xef/x9f/x80 - /xef/x9f/x81 - /xef/x9f/x82 - /xef/x9f/x83 - /xef/x9f/x84 - /xef/x9f/x85 - /xef/x9f/x86 - /xef/x9f/x87 - /xef/x9f/x88 - /xef/x9f/x89 - /xef/x9f/x8a - /xef/x9f/x8b - /xef/x9f/x8c - /xef/x9f/x8d - /xef/x9f/x8e - /xef/x9f/x8f - /xef/x9f/x90 - /xef/x9f/x91 - /xef/x9f/x92 - /xef/x9f/x93 - /xef/x9f/x94 - /xef/x9f/x95 - /xef/x9f/x96 - /xef/x9f/x97 - /xef/x9f/x98 - /xef/x9f/x99 - /xef/x9f/x9a - /xef/x9f/x9b - /xef/x9f/x9c - /xef/x9f/x9d - /xef/x9f/x9e - /xef/x9f/x9f - /xef/x9f/xa0 - /xef/x9f/xa1 - /xef/x9f/xa2 - /xef/x9f/xa3 - /xef/x9f/xa4 - /xef/x9f/xa5 - /xef/x9f/xa6 - /xef/x9f/xa7 - /xef/x9f/xa8 - /xef/x9f/xa9 - /xef/x9f/xaa - /xef/x9f/xab - /xef/x9f/xac - /xef/x9f/xad - /xef/x9f/xae - /xef/x9f/xaf - /xef/x9f/xb0 - /xef/x9f/xb1 - /xef/x9f/xb2 - /xef/x9f/xb3 - /xef/x9f/xb4 - /xef/x9f/xb5 - /xef/x9f/xb6 - /xef/x9f/xb7 - /xef/x9f/xb8 - /xef/x9f/xb9 - /xef/x9f/xba - /xef/x9f/xbb - /xef/x9f/xbc - /xef/x9f/xbd - /xef/x9f/xbe - /xef/x9f/xbf - /xef/xa0/x80 - /xef/xa0/x81 - /xef/xa0/x82 - /xef/xa0/x83 - /xef/xa0/x84 - /xef/xa0/x85 - /xef/xa0/x86 - /xef/xa0/x87 - /xef/xa0/x88 - /xef/xa0/x89 - /xef/xa0/x8a - /xef/xa0/x8b - /xef/xa0/x8c - /xef/xa0/x8d - /xef/xa0/x8e - /xef/xa0/x8f - /xef/xa0/x90 - /xef/xa0/x91 - /xef/xa0/x92 - /xef/xa0/x93 - /xef/xa0/x94 - /xef/xa0/x95 - /xef/xa0/x96 - /xef/xa0/x97 - /xef/xa0/x98 - /xef/xa0/x99 - /xef/xa0/x9a - /xef/xa0/x9b - /xef/xa0/x9c - /xef/xa0/x9d - /xef/xa0/x9e - /xef/xa0/x9f - /xef/xa0/xa0 - /xef/xa0/xa1 - /xef/xa0/xa2 - /xef/xa0/xa3 - /xef/xa0/xa4 - /xef/xa0/xa5 - /xef/xa0/xa6 - /xef/xa0/xa7 - /xef/xa0/xa8 - /xef/xa0/xa9 - /xef/xa0/xaa - /xef/xa0/xab - /xef/xa0/xac - /xef/xa0/xad - /xef/xa0/xae - /xef/xa0/xaf - /xef/xa0/xb0 - /xef/xa0/xb1 - /xef/xa0/xb2 - /xef/xa0/xb3 - /xef/xa0/xb4 - /xef/xa0/xb5 - /xef/xa0/xb6 - /xef/xa0/xb7 - /xef/xa0/xb8 - /xef/xa0/xb9 - /xef/xa0/xba - /xef/xa0/xbb - /xef/xa0/xbc - /xef/xa0/xbd - /xef/xa0/xbe - /xef/xa0/xbf - /xef/xa1/x80 - /xef/xa1/x81 - /xef/xa1/x82 - /xef/xa1/x83 - /xef/xa1/x84 - /xef/xa1/x85 - /xef/xa1/x86 - /xef/xa1/x87 - /xef/xa1/x88 - /xef/xa1/x89 - /xef/xa1/x8a - /xef/xa1/x8b - /xef/xa1/x8c - /xef/xa1/x8d - /xef/xa1/x8e - /xef/xa1/x8f - /xef/xa1/x90 - /xef/xa1/x91 - /xef/xa1/x92 - /xef/xa1/x93 - /xef/xa1/x94 - /xef/xa1/x95 - /xef/xa1/x96 - /xef/xa1/x97 - /xef/xa1/x98 - /xef/xa1/x99 - /xef/xa1/x9a - /xef/xa1/x9b - /xef/xa1/x9c - /xef/xa1/x9d - /xef/xa1/x9e - /xef/xa1/x9f - /xef/xa1/xa0 - /xef/xa1/xa1 - /xef/xa1/xa2 - /xef/xa1/xa3 - /xef/xa1/xa4 - /xef/xa1/xa5 - /xef/xa1/xa6 - /xef/xa1/xa7 - /xef/xa1/xa8 - /xef/xa1/xa9 - /xef/xa1/xaa - /xef/xa1/xab - /xef/xa1/xac - /xef/xa1/xad - /xef/xa1/xae - /xef/xa1/xaf - /xef/xa1/xb0 - /xef/xa1/xb1 - /xef/xa1/xb2 - /xef/xa1/xb3 - /xef/xa1/xb4 - /xef/xa1/xb5 - /xef/xa1/xb6 - /xef/xa1/xb7 - /xef/xa1/xb8 - /xef/xa1/xb9 - /xef/xa1/xba - /xef/xa1/xbb - /xef/xa1/xbc - /xef/xa1/xbd - /xef/xa1/xbe - /xef/xa1/xbf - /xef/xa2/x80 - /xef/xa2/x81 - /xef/xa2/x82 - /xef/xa2/x83 - /xef/xa2/x84 - /xef/xa2/x85 - /xef/xa2/x86 - /xef/xa2/x87 - /xef/xa2/x88 - /xef/xa2/x89 - /xef/xa2/x8a - /xef/xa2/x8b - /xef/xa2/x8c - /xef/xa2/x8d - /xef/xa2/x8e - /xef/xa2/x8f - /xef/xa2/x90 - /xef/xa2/x91 - /xef/xa2/x92 - /xef/xa2/x93 - /xef/xa2/x94 - /xef/xa2/x95 - /xef/xa2/x96 - /xef/xa2/x97 - /xef/xa2/x98 - /xef/xa2/x99 - /xef/xa2/x9a - /xef/xa2/x9b - /xef/xa2/x9c - /xef/xa2/x9d - /xef/xa2/x9e - /xef/xa2/x9f - /xef/xa2/xa0 - /xef/xa2/xa1 - /xef/xa2/xa2 - /xef/xa2/xa3 - /xef/xa2/xa4 - /xef/xa2/xa5 - /xef/xa2/xa6 - /xef/xa2/xa7 - /xef/xa2/xa8 - /xef/xa2/xa9 - /xef/xa2/xaa - /xef/xa2/xab - /xef/xa2/xac - /xef/xa2/xad - /xef/xa2/xae - /xef/xa2/xaf - /xef/xa2/xb0 - /xef/xa2/xb1 - /xef/xa2/xb2 - /xef/xa2/xb3 - /xef/xa2/xb4 - /xef/xa2/xb5 - /xef/xa2/xb6 - /xef/xa2/xb7 - /xef/xa2/xb8 - /xef/xa2/xb9 - /xef/xa2/xba - /xef/xa2/xbb - /xef/xa2/xbc - /xef/xa2/xbd - /xef/xa2/xbe - /xef/xa2/xbf - /xef/xa3/x80 - /xef/xa3/x81 - /xef/xa3/x82 - /xef/xa3/x83 - /xef/xa3/x84 - /xef/xa3/x85 - /xef/xa3/x86 - /xef/xa3/x87 - /xef/xa3/x88 - /xef/xa3/x89 - /xef/xa3/x8a - /xef/xa3/x8b - /xef/xa3/x8c - /xef/xa3/x8d - /xef/xa3/x8e - /xef/xa3/x8f - /xef/xa3/x90 - /xef/xa3/x91 - /xef/xa3/x92 - /xef/xa3/x93 - /xef/xa3/x94 - /xef/xa3/x95 - /xef/xa3/x96 - /xef/xa3/x97 - /xef/xa3/x98 - /xef/xa3/x99 - /xef/xa3/x9a - /xef/xa3/x9b - /xef/xa3/x9c - /xef/xa3/x9d - /xef/xa3/x9e - /xef/xa3/x9f - /xef/xa3/xa0 - /xef/xa3/xa1 - /xef/xa3/xa2 - /xef/xa3/xa3 - /xef/xa3/xa4 - /xef/xa3/xa5 - /xef/xa3/xa6 - /xef/xa3/xa7 - /xef/xa3/xa8 - /xef/xa3/xa9 - /xef/xa3/xaa - /xef/xa3/xab - /xef/xa3/xac - /xef/xa3/xad - /xef/xa3/xae - /xef/xa3/xaf - /xef/xa3/xb0 - /xef/xa3/xb1 - /xef/xa3/xb2 - /xef/xa3/xb3 - /xef/xa3/xb4 - /xef/xa3/xb5 - /xef/xa3/xb6 - /xef/xa3/xb7 - /xef/xa3/xb8 - /xef/xa3/xb9 - /xef/xa3/xba - /xef/xa3/xbb - /xef/xa3/xbc - /xef/xa3/xbd - /xef/xa3/xbe - /xef/xa3/xbf +.. /xee/x80/x80 +.. /xee/x81/x80 +.. /xee/x82/x80 +.. /xee/x83/x80 +.. /xee/x84/x80 +.. /xee/x85/x80 +.. /xee/x86/x80 +.. /xee/x87/x80 +.. /xee/x88/x80 +.. /xee/x89/x80 +.. /xee/x8a/x80 +.. /xee/x8b/x80 +.. /xee/x8c/x80 +.. /xee/x8d/x80 +.. /xee/x8e/x80 +.. /xee/x8f/x80 +.. /xee/x90/x80 +.. /xee/x91/x80 +.. /xee/x92/x80 +.. /xee/x93/x80 +.. /xee/x94/x80 +.. /xee/x95/x80 +.. /xee/x96/x80 +.. /xee/x97/x80 +.. /xee/x98/x80 +.. /xee/x99/x80 +.. /xee/x9a/x80 +.. /xee/x9b/x80 +.. /xee/x9c/x80 +.. /xee/x9d/x80 +.. /xee/x9e/x80 +.. /xee/x9f/x80 +.. /xee/xa0/x80 +.. /xee/xa1/x80 +.. /xee/xa2/x80 +.. /xee/xa3/x80 +.. /xee/xa4/x80 +.. /xee/xa5/x80 +.. /xee/xa6/x80 +.. /xee/xa7/x80 +.. /xee/xa8/x80 +.. /xee/xa9/x80 +.. /xee/xaa/x80 +.. /xee/xab/x80 +.. /xee/xac/x80 +.. /xee/xad/x80 +.. /xee/xae/x80 +.. /xee/xaf/x80 +.. /xee/xb0/x80 +.. /xee/xb1/x80 +.. /xee/xb2/x80 +.. /xee/xb3/x80 +.. /xee/xb4/x80 +.. /xee/xb5/x80 +.. /xee/xb6/x80 +.. /xee/xb7/x80 +.. /xee/xb8/x80 +.. /xee/xb9/x80 +.. /xee/xba/x80 +.. /xee/xbb/x80 +.. /xee/xbc/x80 +.. /xee/xbd/x80 +.. /xee/xbe/x80 +.. /xee/xbf/x80 +.. /xef/x80/x80 +.. /xef/x81/x80 +.. /xef/x82/x80 +.. /xef/x83/x80 +.. /xef/x84/x80 +.. /xef/x85/x80 +.. /xef/x86/x80 +.. /xef/x87/x80 +.. /xef/x88/x80 +.. /xef/x89/x80 +.. /xef/x8a/x80 +.. /xef/x8b/x80 +.. /xef/x8c/x80 +.. /xef/x8d/x80 +.. /xef/x8e/x80 +.. /xef/x8f/x80 +.. /xef/x90/x80 +.. /xef/x91/x80 +.. /xef/x92/x80 +.. /xef/x93/x80 +.. /xef/x94/x80 +.. /xef/x95/x80 +.. /xef/x96/x80 +.. /xef/x97/x80 +.. /xef/x98/x80 +.. /xef/x99/x80 +.. /xef/x9a/x80 +.. /xef/x9b/x80 +.. /xef/x9c/x80 +.. /xef/x9d/x80 +.. /xef/x9e/x80 +.. /xef/x9f/x80 +.. /xef/xa0/x80 +.. /xef/xa1/x80 +.. /xef/xa2/x80 +.. /xef/xa3/x80 /xef/xa4/x80 CJK COMPATIBILITY IDEOGRAPH-F900 /xef/xa4/x81 CJK COMPATIBILITY IDEOGRAPH-F901 /xef/xa4/x82 CJK COMPATIBILITY IDEOGRAPH-F902 @@ -55671,13 +22319,4962 @@ CHARMAP /xef/xbf/xbb INTERLINEAR ANNOTATION TERMINATOR /xef/xbf/xbc OBJECT REPLACEMENT CHARACTER /xef/xbf/xbd REPLACEMENT CHARACTER + /xf0/x90/x8c/x80 OLD ITALIC LETTER A + /xf0/x90/x8c/x81 OLD ITALIC LETTER BE + /xf0/x90/x8c/x82 OLD ITALIC LETTER KE + /xf0/x90/x8c/x83 OLD ITALIC LETTER DE + /xf0/x90/x8c/x84 OLD ITALIC LETTER E + /xf0/x90/x8c/x85 OLD ITALIC LETTER VE + /xf0/x90/x8c/x86 OLD ITALIC LETTER ZE + /xf0/x90/x8c/x87 OLD ITALIC LETTER HE + /xf0/x90/x8c/x88 OLD ITALIC LETTER THE + /xf0/x90/x8c/x89 OLD ITALIC LETTER I + /xf0/x90/x8c/x8a OLD ITALIC LETTER KA + /xf0/x90/x8c/x8b OLD ITALIC LETTER EL + /xf0/x90/x8c/x8c OLD ITALIC LETTER EM + /xf0/x90/x8c/x8d OLD ITALIC LETTER EN + /xf0/x90/x8c/x8e OLD ITALIC LETTER ESH + /xf0/x90/x8c/x8f OLD ITALIC LETTER O + /xf0/x90/x8c/x90 OLD ITALIC LETTER PE + /xf0/x90/x8c/x91 OLD ITALIC LETTER SHE + /xf0/x90/x8c/x92 OLD ITALIC LETTER KU + /xf0/x90/x8c/x93 OLD ITALIC LETTER ER + /xf0/x90/x8c/x94 OLD ITALIC LETTER ES + /xf0/x90/x8c/x95 OLD ITALIC LETTER TE + /xf0/x90/x8c/x96 OLD ITALIC LETTER U + /xf0/x90/x8c/x97 OLD ITALIC LETTER EKS + /xf0/x90/x8c/x98 OLD ITALIC LETTER PHE + /xf0/x90/x8c/x99 OLD ITALIC LETTER KHE + /xf0/x90/x8c/x9a OLD ITALIC LETTER EF + /xf0/x90/x8c/x9b OLD ITALIC LETTER ERS + /xf0/x90/x8c/x9c OLD ITALIC LETTER CHE + /xf0/x90/x8c/x9d OLD ITALIC LETTER II + /xf0/x90/x8c/x9e OLD ITALIC LETTER UU + /xf0/x90/x8c/xa0 OLD ITALIC NUMERAL ONE + /xf0/x90/x8c/xa1 OLD ITALIC NUMERAL FIVE + /xf0/x90/x8c/xa2 OLD ITALIC NUMERAL TEN + /xf0/x90/x8c/xa3 OLD ITALIC NUMERAL FIFTY + /xf0/x90/x8c/xb0 GOTHIC LETTER AHSA + /xf0/x90/x8c/xb1 GOTHIC LETTER BAIRKAN + /xf0/x90/x8c/xb2 GOTHIC LETTER GIBA + /xf0/x90/x8c/xb3 GOTHIC LETTER DAGS + /xf0/x90/x8c/xb4 GOTHIC LETTER AIHVUS + /xf0/x90/x8c/xb5 GOTHIC LETTER QAIRTHRA + /xf0/x90/x8c/xb6 GOTHIC LETTER IUJA + /xf0/x90/x8c/xb7 GOTHIC LETTER HAGL + /xf0/x90/x8c/xb8 GOTHIC LETTER THIUTH + /xf0/x90/x8c/xb9 GOTHIC LETTER EIS + /xf0/x90/x8c/xba GOTHIC LETTER KUSMA + /xf0/x90/x8c/xbb GOTHIC LETTER LAGUS + /xf0/x90/x8c/xbc GOTHIC LETTER MANNA + /xf0/x90/x8c/xbd GOTHIC LETTER NAUTHS + /xf0/x90/x8c/xbe GOTHIC LETTER JER + /xf0/x90/x8c/xbf GOTHIC LETTER URUS + /xf0/x90/x8d/x80 GOTHIC LETTER PAIRTHRA + /xf0/x90/x8d/x81 GOTHIC LETTER NINETY + /xf0/x90/x8d/x82 GOTHIC LETTER RAIDA + /xf0/x90/x8d/x83 GOTHIC LETTER SAUIL + /xf0/x90/x8d/x84 GOTHIC LETTER TEIWS + /xf0/x90/x8d/x85 GOTHIC LETTER WINJA + /xf0/x90/x8d/x86 GOTHIC LETTER FAIHU + /xf0/x90/x8d/x87 GOTHIC LETTER IGGWS + /xf0/x90/x8d/x88 GOTHIC LETTER HWAIR + /xf0/x90/x8d/x89 GOTHIC LETTER OTHAL + /xf0/x90/x8d/x8a GOTHIC LETTER NINE HUNDRED + /xf0/x90/x90/x80 DESERET CAPITAL LETTER LONG I + /xf0/x90/x90/x81 DESERET CAPITAL LETTER LONG E + /xf0/x90/x90/x82 DESERET CAPITAL LETTER LONG A + /xf0/x90/x90/x83 DESERET CAPITAL LETTER LONG AH + /xf0/x90/x90/x84 DESERET CAPITAL LETTER LONG O + /xf0/x90/x90/x85 DESERET CAPITAL LETTER LONG OO + /xf0/x90/x90/x86 DESERET CAPITAL LETTER SHORT I + /xf0/x90/x90/x87 DESERET CAPITAL LETTER SHORT E + /xf0/x90/x90/x88 DESERET CAPITAL LETTER SHORT A + /xf0/x90/x90/x89 DESERET CAPITAL LETTER SHORT AH + /xf0/x90/x90/x8a DESERET CAPITAL LETTER SHORT O + /xf0/x90/x90/x8b DESERET CAPITAL LETTER SHORT OO + /xf0/x90/x90/x8c DESERET CAPITAL LETTER AY + /xf0/x90/x90/x8d DESERET CAPITAL LETTER OW + /xf0/x90/x90/x8e DESERET CAPITAL LETTER WU + /xf0/x90/x90/x8f DESERET CAPITAL LETTER YEE + /xf0/x90/x90/x90 DESERET CAPITAL LETTER H + /xf0/x90/x90/x91 DESERET CAPITAL LETTER PEE + /xf0/x90/x90/x92 DESERET CAPITAL LETTER BEE + /xf0/x90/x90/x93 DESERET CAPITAL LETTER TEE + /xf0/x90/x90/x94 DESERET CAPITAL LETTER DEE + /xf0/x90/x90/x95 DESERET CAPITAL LETTER CHEE + /xf0/x90/x90/x96 DESERET CAPITAL LETTER JEE + /xf0/x90/x90/x97 DESERET CAPITAL LETTER KAY + /xf0/x90/x90/x98 DESERET CAPITAL LETTER GAY + /xf0/x90/x90/x99 DESERET CAPITAL LETTER EF + /xf0/x90/x90/x9a DESERET CAPITAL LETTER VEE + /xf0/x90/x90/x9b DESERET CAPITAL LETTER ETH + /xf0/x90/x90/x9c DESERET CAPITAL LETTER THEE + /xf0/x90/x90/x9d DESERET CAPITAL LETTER ES + /xf0/x90/x90/x9e DESERET CAPITAL LETTER ZEE + /xf0/x90/x90/x9f DESERET CAPITAL LETTER ESH + /xf0/x90/x90/xa0 DESERET CAPITAL LETTER ZHEE + /xf0/x90/x90/xa1 DESERET CAPITAL LETTER ER + /xf0/x90/x90/xa2 DESERET CAPITAL LETTER EL + /xf0/x90/x90/xa3 DESERET CAPITAL LETTER EM + /xf0/x90/x90/xa4 DESERET CAPITAL LETTER EN + /xf0/x90/x90/xa5 DESERET CAPITAL LETTER ENG + /xf0/x90/x90/xa8 DESERET SMALL LETTER LONG I + /xf0/x90/x90/xa9 DESERET SMALL LETTER LONG E + /xf0/x90/x90/xaa DESERET SMALL LETTER LONG A + /xf0/x90/x90/xab DESERET SMALL LETTER LONG AH + /xf0/x90/x90/xac DESERET SMALL LETTER LONG O + /xf0/x90/x90/xad DESERET SMALL LETTER LONG OO + /xf0/x90/x90/xae DESERET SMALL LETTER SHORT I + /xf0/x90/x90/xaf DESERET SMALL LETTER SHORT E + /xf0/x90/x90/xb0 DESERET SMALL LETTER SHORT A + /xf0/x90/x90/xb1 DESERET SMALL LETTER SHORT AH + /xf0/x90/x90/xb2 DESERET SMALL LETTER SHORT O + /xf0/x90/x90/xb3 DESERET SMALL LETTER SHORT OO + /xf0/x90/x90/xb4 DESERET SMALL LETTER AY + /xf0/x90/x90/xb5 DESERET SMALL LETTER OW + /xf0/x90/x90/xb6 DESERET SMALL LETTER WU + /xf0/x90/x90/xb7 DESERET SMALL LETTER YEE + /xf0/x90/x90/xb8 DESERET SMALL LETTER H + /xf0/x90/x90/xb9 DESERET SMALL LETTER PEE + /xf0/x90/x90/xba DESERET SMALL LETTER BEE + /xf0/x90/x90/xbb DESERET SMALL LETTER TEE + /xf0/x90/x90/xbc DESERET SMALL LETTER DEE + /xf0/x90/x90/xbd DESERET SMALL LETTER CHEE + /xf0/x90/x90/xbe DESERET SMALL LETTER JEE + /xf0/x90/x90/xbf DESERET SMALL LETTER KAY + /xf0/x90/x91/x80 DESERET SMALL LETTER GAY + /xf0/x90/x91/x81 DESERET SMALL LETTER EF + /xf0/x90/x91/x82 DESERET SMALL LETTER VEE + /xf0/x90/x91/x83 DESERET SMALL LETTER ETH + /xf0/x90/x91/x84 DESERET SMALL LETTER THEE + /xf0/x90/x91/x85 DESERET SMALL LETTER ES + /xf0/x90/x91/x86 DESERET SMALL LETTER ZEE + /xf0/x90/x91/x87 DESERET SMALL LETTER ESH + /xf0/x90/x91/x88 DESERET SMALL LETTER ZHEE + /xf0/x90/x91/x89 DESERET SMALL LETTER ER + /xf0/x90/x91/x8a DESERET SMALL LETTER EL + /xf0/x90/x91/x8b DESERET SMALL LETTER EM + /xf0/x90/x91/x8c DESERET SMALL LETTER EN + /xf0/x90/x91/x8d DESERET SMALL LETTER ENG + /xf0/x9d/x80/x80 BYZANTINE MUSICAL SYMBOL PSILI + /xf0/x9d/x80/x81 BYZANTINE MUSICAL SYMBOL DASEIA + /xf0/x9d/x80/x82 BYZANTINE MUSICAL SYMBOL PERISPOMENI + /xf0/x9d/x80/x83 BYZANTINE MUSICAL SYMBOL OXEIA EKFONITIKON + /xf0/x9d/x80/x84 BYZANTINE MUSICAL SYMBOL OXEIA DIPLI + /xf0/x9d/x80/x85 BYZANTINE MUSICAL SYMBOL VAREIA EKFONITIKON + /xf0/x9d/x80/x86 BYZANTINE MUSICAL SYMBOL VAREIA DIPLI + /xf0/x9d/x80/x87 BYZANTINE MUSICAL SYMBOL KATHISTI + /xf0/x9d/x80/x88 BYZANTINE MUSICAL SYMBOL SYRMATIKI + /xf0/x9d/x80/x89 BYZANTINE MUSICAL SYMBOL PARAKLITIKI + /xf0/x9d/x80/x8a BYZANTINE MUSICAL SYMBOL YPOKRISIS + /xf0/x9d/x80/x8b BYZANTINE MUSICAL SYMBOL YPOKRISIS DIPLI + /xf0/x9d/x80/x8c BYZANTINE MUSICAL SYMBOL KREMASTI + /xf0/x9d/x80/x8d BYZANTINE MUSICAL SYMBOL APESO EKFONITIKON + /xf0/x9d/x80/x8e BYZANTINE MUSICAL SYMBOL EXO EKFONITIKON + /xf0/x9d/x80/x8f BYZANTINE MUSICAL SYMBOL TELEIA + /xf0/x9d/x80/x90 BYZANTINE MUSICAL SYMBOL KENTIMATA + /xf0/x9d/x80/x91 BYZANTINE MUSICAL SYMBOL APOSTROFOS + /xf0/x9d/x80/x92 BYZANTINE MUSICAL SYMBOL APOSTROFOS DIPLI + /xf0/x9d/x80/x93 BYZANTINE MUSICAL SYMBOL SYNEVMA + /xf0/x9d/x80/x94 BYZANTINE MUSICAL SYMBOL THITA + /xf0/x9d/x80/x95 BYZANTINE MUSICAL SYMBOL OLIGON ARCHAION + /xf0/x9d/x80/x96 BYZANTINE MUSICAL SYMBOL GORGON ARCHAION + /xf0/x9d/x80/x97 BYZANTINE MUSICAL SYMBOL PSILON + /xf0/x9d/x80/x98 BYZANTINE MUSICAL SYMBOL CHAMILON + /xf0/x9d/x80/x99 BYZANTINE MUSICAL SYMBOL VATHY + /xf0/x9d/x80/x9a BYZANTINE MUSICAL SYMBOL ISON ARCHAION + /xf0/x9d/x80/x9b BYZANTINE MUSICAL SYMBOL KENTIMA ARCHAION + /xf0/x9d/x80/x9c BYZANTINE MUSICAL SYMBOL KENTIMATA ARCHAION + /xf0/x9d/x80/x9d BYZANTINE MUSICAL SYMBOL SAXIMATA + /xf0/x9d/x80/x9e BYZANTINE MUSICAL SYMBOL PARICHON + /xf0/x9d/x80/x9f BYZANTINE MUSICAL SYMBOL STAVROS APODEXIA + /xf0/x9d/x80/xa0 BYZANTINE MUSICAL SYMBOL OXEIAI ARCHAION + /xf0/x9d/x80/xa1 BYZANTINE MUSICAL SYMBOL VAREIAI ARCHAION + /xf0/x9d/x80/xa2 BYZANTINE MUSICAL SYMBOL APODERMA ARCHAION + /xf0/x9d/x80/xa3 BYZANTINE MUSICAL SYMBOL APOTHEMA + /xf0/x9d/x80/xa4 BYZANTINE MUSICAL SYMBOL KLASMA + /xf0/x9d/x80/xa5 BYZANTINE MUSICAL SYMBOL REVMA + /xf0/x9d/x80/xa6 BYZANTINE MUSICAL SYMBOL PIASMA ARCHAION + /xf0/x9d/x80/xa7 BYZANTINE MUSICAL SYMBOL TINAGMA + /xf0/x9d/x80/xa8 BYZANTINE MUSICAL SYMBOL ANATRICHISMA + /xf0/x9d/x80/xa9 BYZANTINE MUSICAL SYMBOL SEISMA + /xf0/x9d/x80/xaa BYZANTINE MUSICAL SYMBOL SYNAGMA ARCHAION + /xf0/x9d/x80/xab BYZANTINE MUSICAL SYMBOL SYNAGMA META STAVROU + /xf0/x9d/x80/xac BYZANTINE MUSICAL SYMBOL OYRANISMA ARCHAION + /xf0/x9d/x80/xad BYZANTINE MUSICAL SYMBOL THEMA + /xf0/x9d/x80/xae BYZANTINE MUSICAL SYMBOL LEMOI + /xf0/x9d/x80/xaf BYZANTINE MUSICAL SYMBOL DYO + /xf0/x9d/x80/xb0 BYZANTINE MUSICAL SYMBOL TRIA + /xf0/x9d/x80/xb1 BYZANTINE MUSICAL SYMBOL TESSERA + /xf0/x9d/x80/xb2 BYZANTINE MUSICAL SYMBOL KRATIMATA + /xf0/x9d/x80/xb3 BYZANTINE MUSICAL SYMBOL APESO EXO NEO + /xf0/x9d/x80/xb4 BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION + /xf0/x9d/x80/xb5 BYZANTINE MUSICAL SYMBOL IMIFTHORA + /xf0/x9d/x80/xb6 BYZANTINE MUSICAL SYMBOL TROMIKON ARCHAION + /xf0/x9d/x80/xb7 BYZANTINE MUSICAL SYMBOL KATAVA TROMIKON + /xf0/x9d/x80/xb8 BYZANTINE MUSICAL SYMBOL PELASTON + /xf0/x9d/x80/xb9 BYZANTINE MUSICAL SYMBOL PSIFISTON + /xf0/x9d/x80/xba BYZANTINE MUSICAL SYMBOL KONTEVMA + /xf0/x9d/x80/xbb BYZANTINE MUSICAL SYMBOL CHOREVMA ARCHAION + /xf0/x9d/x80/xbc BYZANTINE MUSICAL SYMBOL RAPISMA + /xf0/x9d/x80/xbd BYZANTINE MUSICAL SYMBOL PARAKALESMA ARCHAION + /xf0/x9d/x80/xbe BYZANTINE MUSICAL SYMBOL PARAKLITIKI ARCHAION + /xf0/x9d/x80/xbf BYZANTINE MUSICAL SYMBOL ICHADIN + /xf0/x9d/x81/x80 BYZANTINE MUSICAL SYMBOL NANA + /xf0/x9d/x81/x81 BYZANTINE MUSICAL SYMBOL PETASMA + /xf0/x9d/x81/x82 BYZANTINE MUSICAL SYMBOL KONTEVMA ALLO + /xf0/x9d/x81/x83 BYZANTINE MUSICAL SYMBOL TROMIKON ALLO + /xf0/x9d/x81/x84 BYZANTINE MUSICAL SYMBOL STRAGGISMATA + /xf0/x9d/x81/x85 BYZANTINE MUSICAL SYMBOL GRONTHISMATA + /xf0/x9d/x81/x86 BYZANTINE MUSICAL SYMBOL ISON NEO + /xf0/x9d/x81/x87 BYZANTINE MUSICAL SYMBOL OLIGON NEO + /xf0/x9d/x81/x88 BYZANTINE MUSICAL SYMBOL OXEIA NEO + /xf0/x9d/x81/x89 BYZANTINE MUSICAL SYMBOL PETASTI + /xf0/x9d/x81/x8a BYZANTINE MUSICAL SYMBOL KOUFISMA + /xf0/x9d/x81/x8b BYZANTINE MUSICAL SYMBOL PETASTOKOUFISMA + /xf0/x9d/x81/x8c BYZANTINE MUSICAL SYMBOL KRATIMOKOUFISMA + /xf0/x9d/x81/x8d BYZANTINE MUSICAL SYMBOL PELASTON NEO + /xf0/x9d/x81/x8e BYZANTINE MUSICAL SYMBOL KENTIMATA NEO ANO + /xf0/x9d/x81/x8f BYZANTINE MUSICAL SYMBOL KENTIMA NEO ANO + /xf0/x9d/x81/x90 BYZANTINE MUSICAL SYMBOL YPSILI + /xf0/x9d/x81/x91 BYZANTINE MUSICAL SYMBOL APOSTROFOS NEO + /xf0/x9d/x81/x92 BYZANTINE MUSICAL SYMBOL APOSTROFOI SYNDESMOS NEO + /xf0/x9d/x81/x93 BYZANTINE MUSICAL SYMBOL YPORROI + /xf0/x9d/x81/x94 BYZANTINE MUSICAL SYMBOL KRATIMOYPORROON + /xf0/x9d/x81/x95 BYZANTINE MUSICAL SYMBOL ELAFRON + /xf0/x9d/x81/x96 BYZANTINE MUSICAL SYMBOL CHAMILI + /xf0/x9d/x81/x97 BYZANTINE MUSICAL SYMBOL MIKRON ISON + /xf0/x9d/x81/x98 BYZANTINE MUSICAL SYMBOL VAREIA NEO + /xf0/x9d/x81/x99 BYZANTINE MUSICAL SYMBOL PIASMA NEO + /xf0/x9d/x81/x9a BYZANTINE MUSICAL SYMBOL PSIFISTON NEO + /xf0/x9d/x81/x9b BYZANTINE MUSICAL SYMBOL OMALON + /xf0/x9d/x81/x9c BYZANTINE MUSICAL SYMBOL ANTIKENOMA + /xf0/x9d/x81/x9d BYZANTINE MUSICAL SYMBOL LYGISMA + /xf0/x9d/x81/x9e BYZANTINE MUSICAL SYMBOL PARAKLITIKI NEO + /xf0/x9d/x81/x9f BYZANTINE MUSICAL SYMBOL PARAKALESMA NEO + /xf0/x9d/x81/xa0 BYZANTINE MUSICAL SYMBOL ETERON PARAKALESMA + /xf0/x9d/x81/xa1 BYZANTINE MUSICAL SYMBOL KYLISMA + /xf0/x9d/x81/xa2 BYZANTINE MUSICAL SYMBOL ANTIKENOKYLISMA + /xf0/x9d/x81/xa3 BYZANTINE MUSICAL SYMBOL TROMIKON NEO + /xf0/x9d/x81/xa4 BYZANTINE MUSICAL SYMBOL EKSTREPTON + /xf0/x9d/x81/xa5 BYZANTINE MUSICAL SYMBOL SYNAGMA NEO + /xf0/x9d/x81/xa6 BYZANTINE MUSICAL SYMBOL SYRMA + /xf0/x9d/x81/xa7 BYZANTINE MUSICAL SYMBOL CHOREVMA NEO + /xf0/x9d/x81/xa8 BYZANTINE MUSICAL SYMBOL EPEGERMA + /xf0/x9d/x81/xa9 BYZANTINE MUSICAL SYMBOL SEISMA NEO + /xf0/x9d/x81/xaa BYZANTINE MUSICAL SYMBOL XIRON KLASMA + /xf0/x9d/x81/xab BYZANTINE MUSICAL SYMBOL TROMIKOPSIFISTON + /xf0/x9d/x81/xac BYZANTINE MUSICAL SYMBOL PSIFISTOLYGISMA + /xf0/x9d/x81/xad BYZANTINE MUSICAL SYMBOL TROMIKOLYGISMA + /xf0/x9d/x81/xae BYZANTINE MUSICAL SYMBOL TROMIKOPARAKALESMA + /xf0/x9d/x81/xaf BYZANTINE MUSICAL SYMBOL PSIFISTOPARAKALESMA + /xf0/x9d/x81/xb0 BYZANTINE MUSICAL SYMBOL TROMIKOSYNAGMA + /xf0/x9d/x81/xb1 BYZANTINE MUSICAL SYMBOL PSIFISTOSYNAGMA + /xf0/x9d/x81/xb2 BYZANTINE MUSICAL SYMBOL GORGOSYNTHETON + /xf0/x9d/x81/xb3 BYZANTINE MUSICAL SYMBOL ARGOSYNTHETON + /xf0/x9d/x81/xb4 BYZANTINE MUSICAL SYMBOL ETERON ARGOSYNTHETON + /xf0/x9d/x81/xb5 BYZANTINE MUSICAL SYMBOL OYRANISMA NEO + /xf0/x9d/x81/xb6 BYZANTINE MUSICAL SYMBOL THEMATISMOS ESO + /xf0/x9d/x81/xb7 BYZANTINE MUSICAL SYMBOL THEMATISMOS EXO + /xf0/x9d/x81/xb8 BYZANTINE MUSICAL SYMBOL THEMA APLOUN + /xf0/x9d/x81/xb9 BYZANTINE MUSICAL SYMBOL THES KAI APOTHES + /xf0/x9d/x81/xba BYZANTINE MUSICAL SYMBOL KATAVASMA + /xf0/x9d/x81/xbb BYZANTINE MUSICAL SYMBOL ENDOFONON + /xf0/x9d/x81/xbc BYZANTINE MUSICAL SYMBOL YFEN KATO + /xf0/x9d/x81/xbd BYZANTINE MUSICAL SYMBOL YFEN ANO + /xf0/x9d/x81/xbe BYZANTINE MUSICAL SYMBOL STAVROS + /xf0/x9d/x81/xbf BYZANTINE MUSICAL SYMBOL KLASMA ANO + /xf0/x9d/x82/x80 BYZANTINE MUSICAL SYMBOL DIPLI ARCHAION + /xf0/x9d/x82/x81 BYZANTINE MUSICAL SYMBOL KRATIMA ARCHAION + /xf0/x9d/x82/x82 BYZANTINE MUSICAL SYMBOL KRATIMA ALLO + /xf0/x9d/x82/x83 BYZANTINE MUSICAL SYMBOL KRATIMA NEO + /xf0/x9d/x82/x84 BYZANTINE MUSICAL SYMBOL APODERMA NEO + /xf0/x9d/x82/x85 BYZANTINE MUSICAL SYMBOL APLI + /xf0/x9d/x82/x86 BYZANTINE MUSICAL SYMBOL DIPLI + /xf0/x9d/x82/x87 BYZANTINE MUSICAL SYMBOL TRIPLI + /xf0/x9d/x82/x88 BYZANTINE MUSICAL SYMBOL TETRAPLI + /xf0/x9d/x82/x89 BYZANTINE MUSICAL SYMBOL KORONIS + /xf0/x9d/x82/x8a BYZANTINE MUSICAL SYMBOL LEIMMA ENOS CHRONOU + /xf0/x9d/x82/x8b BYZANTINE MUSICAL SYMBOL LEIMMA DYO CHRONON + /xf0/x9d/x82/x8c BYZANTINE MUSICAL SYMBOL LEIMMA TRION CHRONON + /xf0/x9d/x82/x8d BYZANTINE MUSICAL SYMBOL LEIMMA TESSARON CHRONON + /xf0/x9d/x82/x8e BYZANTINE MUSICAL SYMBOL LEIMMA IMISEOS CHRONOU + /xf0/x9d/x82/x8f BYZANTINE MUSICAL SYMBOL GORGON NEO ANO + /xf0/x9d/x82/x90 BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON ARISTERA + /xf0/x9d/x82/x91 BYZANTINE MUSICAL SYMBOL GORGON PARESTIGMENON DEXIA + /xf0/x9d/x82/x92 BYZANTINE MUSICAL SYMBOL DIGORGON + /xf0/x9d/x82/x93 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA KATO + /xf0/x9d/x82/x94 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON ARISTERA ANO + /xf0/x9d/x82/x95 BYZANTINE MUSICAL SYMBOL DIGORGON PARESTIGMENON DEXIA + /xf0/x9d/x82/x96 BYZANTINE MUSICAL SYMBOL TRIGORGON + /xf0/x9d/x82/x97 BYZANTINE MUSICAL SYMBOL ARGON + /xf0/x9d/x82/x98 BYZANTINE MUSICAL SYMBOL IMIDIARGON + /xf0/x9d/x82/x99 BYZANTINE MUSICAL SYMBOL DIARGON + /xf0/x9d/x82/x9a BYZANTINE MUSICAL SYMBOL AGOGI POLI ARGI + /xf0/x9d/x82/x9b BYZANTINE MUSICAL SYMBOL AGOGI ARGOTERI + /xf0/x9d/x82/x9c BYZANTINE MUSICAL SYMBOL AGOGI ARGI + /xf0/x9d/x82/x9d BYZANTINE MUSICAL SYMBOL AGOGI METRIA + /xf0/x9d/x82/x9e BYZANTINE MUSICAL SYMBOL AGOGI MESI + /xf0/x9d/x82/x9f BYZANTINE MUSICAL SYMBOL AGOGI GORGI + /xf0/x9d/x82/xa0 BYZANTINE MUSICAL SYMBOL AGOGI GORGOTERI + /xf0/x9d/x82/xa1 BYZANTINE MUSICAL SYMBOL AGOGI POLI GORGI + /xf0/x9d/x82/xa2 BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOS ICHOS + /xf0/x9d/x82/xa3 BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI PROTOS ICHOS + /xf0/x9d/x82/xa4 BYZANTINE MUSICAL SYMBOL MARTYRIA DEYTEROS ICHOS + /xf0/x9d/x82/xa5 BYZANTINE MUSICAL SYMBOL MARTYRIA ALLI DEYTEROS ICHOS + /xf0/x9d/x82/xa6 BYZANTINE MUSICAL SYMBOL MARTYRIA TRITOS ICHOS + /xf0/x9d/x82/xa7 BYZANTINE MUSICAL SYMBOL MARTYRIA TRIFONIAS + /xf0/x9d/x82/xa8 BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS ICHOS + /xf0/x9d/x82/xa9 BYZANTINE MUSICAL SYMBOL MARTYRIA TETARTOS LEGETOS ICHOS + /xf0/x9d/x82/xaa BYZANTINE MUSICAL SYMBOL MARTYRIA LEGETOS ICHOS + /xf0/x9d/x82/xab BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS ICHOS + /xf0/x9d/x82/xac BYZANTINE MUSICAL SYMBOL ISAKIA TELOUS ICHIMATOS + /xf0/x9d/x82/xad BYZANTINE MUSICAL SYMBOL APOSTROFOI TELOUS ICHIMATOS + /xf0/x9d/x82/xae BYZANTINE MUSICAL SYMBOL FANEROSIS TETRAFONIAS + /xf0/x9d/x82/xaf BYZANTINE MUSICAL SYMBOL FANEROSIS MONOFONIAS + /xf0/x9d/x82/xb0 BYZANTINE MUSICAL SYMBOL FANEROSIS DIFONIAS + /xf0/x9d/x82/xb1 BYZANTINE MUSICAL SYMBOL MARTYRIA VARYS ICHOS + /xf0/x9d/x82/xb2 BYZANTINE MUSICAL SYMBOL MARTYRIA PROTOVARYS ICHOS + /xf0/x9d/x82/xb3 BYZANTINE MUSICAL SYMBOL MARTYRIA PLAGIOS TETARTOS ICHOS + /xf0/x9d/x82/xb4 BYZANTINE MUSICAL SYMBOL GORTHMIKON N APLOUN + /xf0/x9d/x82/xb5 BYZANTINE MUSICAL SYMBOL GORTHMIKON N DIPLOUN + /xf0/x9d/x82/xb6 BYZANTINE MUSICAL SYMBOL ENARXIS KAI FTHORA VOU + /xf0/x9d/x82/xb7 BYZANTINE MUSICAL SYMBOL IMIFONON + /xf0/x9d/x82/xb8 BYZANTINE MUSICAL SYMBOL IMIFTHORON + /xf0/x9d/x82/xb9 BYZANTINE MUSICAL SYMBOL FTHORA ARCHAION DEYTEROU ICHOU + /xf0/x9d/x82/xba BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI PA + /xf0/x9d/x82/xbb BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NANA + /xf0/x9d/x82/xbc BYZANTINE MUSICAL SYMBOL FTHORA NAOS ICHOS + /xf0/x9d/x82/xbd BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI DI + /xf0/x9d/x82/xbe BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON DIATONON DI + /xf0/x9d/x82/xbf BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI KE + /xf0/x9d/x83/x80 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI ZO + /xf0/x9d/x83/x81 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI KATO + /xf0/x9d/x83/x82 BYZANTINE MUSICAL SYMBOL FTHORA DIATONIKI NI ANO + /xf0/x9d/x83/x83 BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA DIFONIAS + /xf0/x9d/x83/x84 BYZANTINE MUSICAL SYMBOL FTHORA MALAKON CHROMA MONOFONIAS + /xf0/x9d/x83/x85 BYZANTINE MUSICAL SYMBOL FHTORA SKLIRON CHROMA VASIS + /xf0/x9d/x83/x86 BYZANTINE MUSICAL SYMBOL FTHORA SKLIRON CHROMA SYNAFI + /xf0/x9d/x83/x87 BYZANTINE MUSICAL SYMBOL FTHORA NENANO + /xf0/x9d/x83/x88 BYZANTINE MUSICAL SYMBOL CHROA ZYGOS + /xf0/x9d/x83/x89 BYZANTINE MUSICAL SYMBOL CHROA KLITON + /xf0/x9d/x83/x8a BYZANTINE MUSICAL SYMBOL CHROA SPATHI + /xf0/x9d/x83/x8b BYZANTINE MUSICAL SYMBOL FTHORA I YFESIS TETARTIMORION + /xf0/x9d/x83/x8c BYZANTINE MUSICAL SYMBOL FTHORA ENARMONIOS ANTIFONIA + /xf0/x9d/x83/x8d BYZANTINE MUSICAL SYMBOL YFESIS TRITIMORION + /xf0/x9d/x83/x8e BYZANTINE MUSICAL SYMBOL DIESIS TRITIMORION + /xf0/x9d/x83/x8f BYZANTINE MUSICAL SYMBOL DIESIS TETARTIMORION + /xf0/x9d/x83/x90 BYZANTINE MUSICAL SYMBOL DIESIS APLI DYO DODEKATA + /xf0/x9d/x83/x91 BYZANTINE MUSICAL SYMBOL DIESIS MONOGRAMMOS TESSERA DODEKATA + /xf0/x9d/x83/x92 BYZANTINE MUSICAL SYMBOL DIESIS DIGRAMMOS EX DODEKATA + /xf0/x9d/x83/x93 BYZANTINE MUSICAL SYMBOL DIESIS TRIGRAMMOS OKTO DODEKATA + /xf0/x9d/x83/x94 BYZANTINE MUSICAL SYMBOL YFESIS APLI DYO DODEKATA + /xf0/x9d/x83/x95 BYZANTINE MUSICAL SYMBOL YFESIS MONOGRAMMOS TESSERA DODEKATA + /xf0/x9d/x83/x96 BYZANTINE MUSICAL SYMBOL YFESIS DIGRAMMOS EX DODEKATA + /xf0/x9d/x83/x97 BYZANTINE MUSICAL SYMBOL YFESIS TRIGRAMMOS OKTO DODEKATA + /xf0/x9d/x83/x98 BYZANTINE MUSICAL SYMBOL GENIKI DIESIS + /xf0/x9d/x83/x99 BYZANTINE MUSICAL SYMBOL GENIKI YFESIS + /xf0/x9d/x83/x9a BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MIKRI + /xf0/x9d/x83/x9b BYZANTINE MUSICAL SYMBOL DIASTOLI APLI MEGALI + /xf0/x9d/x83/x9c BYZANTINE MUSICAL SYMBOL DIASTOLI DIPLI + /xf0/x9d/x83/x9d BYZANTINE MUSICAL SYMBOL DIASTOLI THESEOS + /xf0/x9d/x83/x9e BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS + /xf0/x9d/x83/x9f BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS DISIMOU + /xf0/x9d/x83/xa0 BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TRISIMOU + /xf0/x9d/x83/xa1 BYZANTINE MUSICAL SYMBOL SIMANSIS THESEOS TETRASIMOU + /xf0/x9d/x83/xa2 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS + /xf0/x9d/x83/xa3 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS DISIMOU + /xf0/x9d/x83/xa4 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TRISIMOU + /xf0/x9d/x83/xa5 BYZANTINE MUSICAL SYMBOL SIMANSIS ARSEOS TETRASIMOU + /xf0/x9d/x83/xa6 BYZANTINE MUSICAL SYMBOL DIGRAMMA GG + /xf0/x9d/x83/xa7 BYZANTINE MUSICAL SYMBOL DIFTOGGOS OU + /xf0/x9d/x83/xa8 BYZANTINE MUSICAL SYMBOL STIGMA + /xf0/x9d/x83/xa9 BYZANTINE MUSICAL SYMBOL ARKTIKO PA + /xf0/x9d/x83/xaa BYZANTINE MUSICAL SYMBOL ARKTIKO VOU + /xf0/x9d/x83/xab BYZANTINE MUSICAL SYMBOL ARKTIKO GA + /xf0/x9d/x83/xac BYZANTINE MUSICAL SYMBOL ARKTIKO DI + /xf0/x9d/x83/xad BYZANTINE MUSICAL SYMBOL ARKTIKO KE + /xf0/x9d/x83/xae BYZANTINE MUSICAL SYMBOL ARKTIKO ZO + /xf0/x9d/x83/xaf BYZANTINE MUSICAL SYMBOL ARKTIKO NI + /xf0/x9d/x83/xb0 BYZANTINE MUSICAL SYMBOL KENTIMATA NEO MESO + /xf0/x9d/x83/xb1 BYZANTINE MUSICAL SYMBOL KENTIMA NEO MESO + /xf0/x9d/x83/xb2 BYZANTINE MUSICAL SYMBOL KENTIMATA NEO KATO + /xf0/x9d/x83/xb3 BYZANTINE MUSICAL SYMBOL KENTIMA NEO KATO + /xf0/x9d/x83/xb4 BYZANTINE MUSICAL SYMBOL KLASMA KATO + /xf0/x9d/x83/xb5 BYZANTINE MUSICAL SYMBOL GORGON NEO KATO + /xf0/x9d/x84/x80 MUSICAL SYMBOL SINGLE BARLINE + /xf0/x9d/x84/x81 MUSICAL SYMBOL DOUBLE BARLINE + /xf0/x9d/x84/x82 MUSICAL SYMBOL FINAL BARLINE + /xf0/x9d/x84/x83 MUSICAL SYMBOL REVERSE FINAL BARLINE + /xf0/x9d/x84/x84 MUSICAL SYMBOL DASHED BARLINE + /xf0/x9d/x84/x85 MUSICAL SYMBOL SHORT BARLINE + /xf0/x9d/x84/x86 MUSICAL SYMBOL LEFT REPEAT SIGN + /xf0/x9d/x84/x87 MUSICAL SYMBOL RIGHT REPEAT SIGN + /xf0/x9d/x84/x88 MUSICAL SYMBOL REPEAT DOTS + /xf0/x9d/x84/x89 MUSICAL SYMBOL DAL SEGNO + /xf0/x9d/x84/x8a MUSICAL SYMBOL DA CAPO + /xf0/x9d/x84/x8b MUSICAL SYMBOL SEGNO + /xf0/x9d/x84/x8c MUSICAL SYMBOL CODA + /xf0/x9d/x84/x8d MUSICAL SYMBOL REPEATED FIGURE-1 + /xf0/x9d/x84/x8e MUSICAL SYMBOL REPEATED FIGURE-2 + /xf0/x9d/x84/x8f MUSICAL SYMBOL REPEATED FIGURE-3 + /xf0/x9d/x84/x90 MUSICAL SYMBOL FERMATA + /xf0/x9d/x84/x91 MUSICAL SYMBOL FERMATA BELOW + /xf0/x9d/x84/x92 MUSICAL SYMBOL BREATH MARK + /xf0/x9d/x84/x93 MUSICAL SYMBOL CAESURA + /xf0/x9d/x84/x94 MUSICAL SYMBOL BRACE + /xf0/x9d/x84/x95 MUSICAL SYMBOL BRACKET + /xf0/x9d/x84/x96 MUSICAL SYMBOL ONE-LINE STAFF + /xf0/x9d/x84/x97 MUSICAL SYMBOL TWO-LINE STAFF + /xf0/x9d/x84/x98 MUSICAL SYMBOL THREE-LINE STAFF + /xf0/x9d/x84/x99 MUSICAL SYMBOL FOUR-LINE STAFF + /xf0/x9d/x84/x9a MUSICAL SYMBOL FIVE-LINE STAFF + /xf0/x9d/x84/x9b MUSICAL SYMBOL SIX-LINE STAFF + /xf0/x9d/x84/x9c MUSICAL SYMBOL SIX-STRING FRETBOARD + /xf0/x9d/x84/x9d MUSICAL SYMBOL FOUR-STRING FRETBOARD + /xf0/x9d/x84/x9e MUSICAL SYMBOL G CLEF + /xf0/x9d/x84/x9f MUSICAL SYMBOL G CLEF OTTAVA ALTA + /xf0/x9d/x84/xa0 MUSICAL SYMBOL G CLEF OTTAVA BASSA + /xf0/x9d/x84/xa1 MUSICAL SYMBOL C CLEF + /xf0/x9d/x84/xa2 MUSICAL SYMBOL F CLEF + /xf0/x9d/x84/xa3 MUSICAL SYMBOL F CLEF OTTAVA ALTA + /xf0/x9d/x84/xa4 MUSICAL SYMBOL F CLEF OTTAVA BASSA + /xf0/x9d/x84/xa5 MUSICAL SYMBOL DRUM CLEF-1 + /xf0/x9d/x84/xa6 MUSICAL SYMBOL DRUM CLEF-2 + /xf0/x9d/x84/xaa MUSICAL SYMBOL DOUBLE SHARP + /xf0/x9d/x84/xab MUSICAL SYMBOL DOUBLE FLAT + /xf0/x9d/x84/xac MUSICAL SYMBOL FLAT UP + /xf0/x9d/x84/xad MUSICAL SYMBOL FLAT DOWN + /xf0/x9d/x84/xae MUSICAL SYMBOL NATURAL UP + /xf0/x9d/x84/xaf MUSICAL SYMBOL NATURAL DOWN + /xf0/x9d/x84/xb0 MUSICAL SYMBOL SHARP UP + /xf0/x9d/x84/xb1 MUSICAL SYMBOL SHARP DOWN + /xf0/x9d/x84/xb2 MUSICAL SYMBOL QUARTER TONE SHARP + /xf0/x9d/x84/xb3 MUSICAL SYMBOL QUARTER TONE FLAT + /xf0/x9d/x84/xb4 MUSICAL SYMBOL COMMON TIME + /xf0/x9d/x84/xb5 MUSICAL SYMBOL CUT TIME + /xf0/x9d/x84/xb6 MUSICAL SYMBOL OTTAVA ALTA + /xf0/x9d/x84/xb7 MUSICAL SYMBOL OTTAVA BASSA + /xf0/x9d/x84/xb8 MUSICAL SYMBOL QUINDICESIMA ALTA + /xf0/x9d/x84/xb9 MUSICAL SYMBOL QUINDICESIMA BASSA + /xf0/x9d/x84/xba MUSICAL SYMBOL MULTI REST + /xf0/x9d/x84/xbb MUSICAL SYMBOL WHOLE REST + /xf0/x9d/x84/xbc MUSICAL SYMBOL HALF REST + /xf0/x9d/x84/xbd MUSICAL SYMBOL QUARTER REST + /xf0/x9d/x84/xbe MUSICAL SYMBOL EIGHTH REST + /xf0/x9d/x84/xbf MUSICAL SYMBOL SIXTEENTH REST + /xf0/x9d/x85/x80 MUSICAL SYMBOL THIRTY-SECOND REST + /xf0/x9d/x85/x81 MUSICAL SYMBOL SIXTY-FOURTH REST + /xf0/x9d/x85/x82 MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH REST + /xf0/x9d/x85/x83 MUSICAL SYMBOL X NOTEHEAD + /xf0/x9d/x85/x84 MUSICAL SYMBOL PLUS NOTEHEAD + /xf0/x9d/x85/x85 MUSICAL SYMBOL CIRCLE X NOTEHEAD + /xf0/x9d/x85/x86 MUSICAL SYMBOL SQUARE NOTEHEAD WHITE + /xf0/x9d/x85/x87 MUSICAL SYMBOL SQUARE NOTEHEAD BLACK + /xf0/x9d/x85/x88 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP WHITE + /xf0/x9d/x85/x89 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP BLACK + /xf0/x9d/x85/x8a MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT WHITE + /xf0/x9d/x85/x8b MUSICAL SYMBOL TRIANGLE NOTEHEAD LEFT BLACK + /xf0/x9d/x85/x8c MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT WHITE + /xf0/x9d/x85/x8d MUSICAL SYMBOL TRIANGLE NOTEHEAD RIGHT BLACK + /xf0/x9d/x85/x8e MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN WHITE + /xf0/x9d/x85/x8f MUSICAL SYMBOL TRIANGLE NOTEHEAD DOWN BLACK + /xf0/x9d/x85/x90 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT WHITE + /xf0/x9d/x85/x91 MUSICAL SYMBOL TRIANGLE NOTEHEAD UP RIGHT BLACK + /xf0/x9d/x85/x92 MUSICAL SYMBOL MOON NOTEHEAD WHITE + /xf0/x9d/x85/x93 MUSICAL SYMBOL MOON NOTEHEAD BLACK + /xf0/x9d/x85/x94 MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN WHITE + /xf0/x9d/x85/x95 MUSICAL SYMBOL TRIANGLE-ROUND NOTEHEAD DOWN BLACK + /xf0/x9d/x85/x96 MUSICAL SYMBOL PARENTHESIS NOTEHEAD + /xf0/x9d/x85/x97 MUSICAL SYMBOL VOID NOTEHEAD + /xf0/x9d/x85/x98 MUSICAL SYMBOL NOTEHEAD BLACK + /xf0/x9d/x85/x99 MUSICAL SYMBOL NULL NOTEHEAD + /xf0/x9d/x85/x9a MUSICAL SYMBOL CLUSTER NOTEHEAD WHITE + /xf0/x9d/x85/x9b MUSICAL SYMBOL CLUSTER NOTEHEAD BLACK + /xf0/x9d/x85/x9c MUSICAL SYMBOL BREVE + /xf0/x9d/x85/x9d MUSICAL SYMBOL WHOLE NOTE + /xf0/x9d/x85/x9e MUSICAL SYMBOL HALF NOTE + /xf0/x9d/x85/x9f MUSICAL SYMBOL QUARTER NOTE + /xf0/x9d/x85/xa0 MUSICAL SYMBOL EIGHTH NOTE + /xf0/x9d/x85/xa1 MUSICAL SYMBOL SIXTEENTH NOTE + /xf0/x9d/x85/xa2 MUSICAL SYMBOL THIRTY-SECOND NOTE + /xf0/x9d/x85/xa3 MUSICAL SYMBOL SIXTY-FOURTH NOTE + /xf0/x9d/x85/xa4 MUSICAL SYMBOL ONE HUNDRED TWENTY-EIGHTH NOTE + /xf0/x9d/x85/xa5 MUSICAL SYMBOL COMBINING STEM + /xf0/x9d/x85/xa6 MUSICAL SYMBOL COMBINING SPRECHGESANG STEM + /xf0/x9d/x85/xa7 MUSICAL SYMBOL COMBINING TREMOLO-1 + /xf0/x9d/x85/xa8 MUSICAL SYMBOL COMBINING TREMOLO-2 + /xf0/x9d/x85/xa9 MUSICAL SYMBOL COMBINING TREMOLO-3 + /xf0/x9d/x85/xaa MUSICAL SYMBOL FINGERED TREMOLO-1 + /xf0/x9d/x85/xab MUSICAL SYMBOL FINGERED TREMOLO-2 + /xf0/x9d/x85/xac MUSICAL SYMBOL FINGERED TREMOLO-3 + /xf0/x9d/x85/xad MUSICAL SYMBOL COMBINING AUGMENTATION DOT + /xf0/x9d/x85/xae MUSICAL SYMBOL COMBINING FLAG-1 + /xf0/x9d/x85/xaf MUSICAL SYMBOL COMBINING FLAG-2 + /xf0/x9d/x85/xb0 MUSICAL SYMBOL COMBINING FLAG-3 + /xf0/x9d/x85/xb1 MUSICAL SYMBOL COMBINING FLAG-4 + /xf0/x9d/x85/xb2 MUSICAL SYMBOL COMBINING FLAG-5 + /xf0/x9d/x85/xb3 MUSICAL SYMBOL BEGIN BEAM + /xf0/x9d/x85/xb4 MUSICAL SYMBOL END BEAM + /xf0/x9d/x85/xb5 MUSICAL SYMBOL BEGIN TIE + /xf0/x9d/x85/xb6 MUSICAL SYMBOL END TIE + /xf0/x9d/x85/xb7 MUSICAL SYMBOL BEGIN SLUR + /xf0/x9d/x85/xb8 MUSICAL SYMBOL END SLUR + /xf0/x9d/x85/xb9 MUSICAL SYMBOL BEGIN PHRASE + /xf0/x9d/x85/xba MUSICAL SYMBOL END PHRASE + /xf0/x9d/x85/xbb MUSICAL SYMBOL COMBINING ACCENT + /xf0/x9d/x85/xbc MUSICAL SYMBOL COMBINING STACCATO + /xf0/x9d/x85/xbd MUSICAL SYMBOL COMBINING TENUTO + /xf0/x9d/x85/xbe MUSICAL SYMBOL COMBINING STACCATISSIMO + /xf0/x9d/x85/xbf MUSICAL SYMBOL COMBINING MARCATO + /xf0/x9d/x86/x80 MUSICAL SYMBOL COMBINING MARCATO-STACCATO + /xf0/x9d/x86/x81 MUSICAL SYMBOL COMBINING ACCENT-STACCATO + /xf0/x9d/x86/x82 MUSICAL SYMBOL COMBINING LOURE + /xf0/x9d/x86/x83 MUSICAL SYMBOL ARPEGGIATO UP + /xf0/x9d/x86/x84 MUSICAL SYMBOL ARPEGGIATO DOWN + /xf0/x9d/x86/x85 MUSICAL SYMBOL COMBINING DOIT + /xf0/x9d/x86/x86 MUSICAL SYMBOL COMBINING RIP + /xf0/x9d/x86/x87 MUSICAL SYMBOL COMBINING FLIP + /xf0/x9d/x86/x88 MUSICAL SYMBOL COMBINING SMEAR + /xf0/x9d/x86/x89 MUSICAL SYMBOL COMBINING BEND + /xf0/x9d/x86/x8a MUSICAL SYMBOL COMBINING DOUBLE TONGUE + /xf0/x9d/x86/x8b MUSICAL SYMBOL COMBINING TRIPLE TONGUE + /xf0/x9d/x86/x8c MUSICAL SYMBOL RINFORZANDO + /xf0/x9d/x86/x8d MUSICAL SYMBOL SUBITO + /xf0/x9d/x86/x8e MUSICAL SYMBOL Z + /xf0/x9d/x86/x8f MUSICAL SYMBOL PIANO + /xf0/x9d/x86/x90 MUSICAL SYMBOL MEZZO + /xf0/x9d/x86/x91 MUSICAL SYMBOL FORTE + /xf0/x9d/x86/x92 MUSICAL SYMBOL CRESCENDO + /xf0/x9d/x86/x93 MUSICAL SYMBOL DECRESCENDO + /xf0/x9d/x86/x94 MUSICAL SYMBOL GRACE NOTE SLASH + /xf0/x9d/x86/x95 MUSICAL SYMBOL GRACE NOTE NO SLASH + /xf0/x9d/x86/x96 MUSICAL SYMBOL TR + /xf0/x9d/x86/x97 MUSICAL SYMBOL TURN + /xf0/x9d/x86/x98 MUSICAL SYMBOL INVERTED TURN + /xf0/x9d/x86/x99 MUSICAL SYMBOL TURN SLASH + /xf0/x9d/x86/x9a MUSICAL SYMBOL TURN UP + /xf0/x9d/x86/x9b MUSICAL SYMBOL ORNAMENT STROKE-1 + /xf0/x9d/x86/x9c MUSICAL SYMBOL ORNAMENT STROKE-2 + /xf0/x9d/x86/x9d MUSICAL SYMBOL ORNAMENT STROKE-3 + /xf0/x9d/x86/x9e MUSICAL SYMBOL ORNAMENT STROKE-4 + /xf0/x9d/x86/x9f MUSICAL SYMBOL ORNAMENT STROKE-5 + /xf0/x9d/x86/xa0 MUSICAL SYMBOL ORNAMENT STROKE-6 + /xf0/x9d/x86/xa1 MUSICAL SYMBOL ORNAMENT STROKE-7 + /xf0/x9d/x86/xa2 MUSICAL SYMBOL ORNAMENT STROKE-8 + /xf0/x9d/x86/xa3 MUSICAL SYMBOL ORNAMENT STROKE-9 + /xf0/x9d/x86/xa4 MUSICAL SYMBOL ORNAMENT STROKE-10 + /xf0/x9d/x86/xa5 MUSICAL SYMBOL ORNAMENT STROKE-11 + /xf0/x9d/x86/xa6 MUSICAL SYMBOL HAUPTSTIMME + /xf0/x9d/x86/xa7 MUSICAL SYMBOL NEBENSTIMME + /xf0/x9d/x86/xa8 MUSICAL SYMBOL END OF STIMME + /xf0/x9d/x86/xa9 MUSICAL SYMBOL DEGREE SLASH + /xf0/x9d/x86/xaa MUSICAL SYMBOL COMBINING DOWN BOW + /xf0/x9d/x86/xab MUSICAL SYMBOL COMBINING UP BOW + /xf0/x9d/x86/xac MUSICAL SYMBOL COMBINING HARMONIC + /xf0/x9d/x86/xad MUSICAL SYMBOL COMBINING SNAP PIZZICATO + /xf0/x9d/x86/xae MUSICAL SYMBOL PEDAL MARK + /xf0/x9d/x86/xaf MUSICAL SYMBOL PEDAL UP MARK + /xf0/x9d/x86/xb0 MUSICAL SYMBOL HALF PEDAL MARK + /xf0/x9d/x86/xb1 MUSICAL SYMBOL GLISSANDO UP + /xf0/x9d/x86/xb2 MUSICAL SYMBOL GLISSANDO DOWN + /xf0/x9d/x86/xb3 MUSICAL SYMBOL WITH FINGERNAILS + /xf0/x9d/x86/xb4 MUSICAL SYMBOL DAMP + /xf0/x9d/x86/xb5 MUSICAL SYMBOL DAMP ALL + /xf0/x9d/x86/xb6 MUSICAL SYMBOL MAXIMA + /xf0/x9d/x86/xb7 MUSICAL SYMBOL LONGA + /xf0/x9d/x86/xb8 MUSICAL SYMBOL BREVIS + /xf0/x9d/x86/xb9 MUSICAL SYMBOL SEMIBREVIS WHITE + /xf0/x9d/x86/xba MUSICAL SYMBOL SEMIBREVIS BLACK + /xf0/x9d/x86/xbb MUSICAL SYMBOL MINIMA + /xf0/x9d/x86/xbc MUSICAL SYMBOL MINIMA BLACK + /xf0/x9d/x86/xbd MUSICAL SYMBOL SEMIMINIMA WHITE + /xf0/x9d/x86/xbe MUSICAL SYMBOL SEMIMINIMA BLACK + /xf0/x9d/x86/xbf MUSICAL SYMBOL FUSA WHITE + /xf0/x9d/x87/x80 MUSICAL SYMBOL FUSA BLACK + /xf0/x9d/x87/x81 MUSICAL SYMBOL LONGA PERFECTA REST + /xf0/x9d/x87/x82 MUSICAL SYMBOL LONGA IMPERFECTA REST + /xf0/x9d/x87/x83 MUSICAL SYMBOL BREVIS REST + /xf0/x9d/x87/x84 MUSICAL SYMBOL SEMIBREVIS REST + /xf0/x9d/x87/x85 MUSICAL SYMBOL MINIMA REST + /xf0/x9d/x87/x86 MUSICAL SYMBOL SEMIMINIMA REST + /xf0/x9d/x87/x87 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA + /xf0/x9d/x87/x88 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE IMPERFECTA + /xf0/x9d/x87/x89 MUSICAL SYMBOL TEMPUS PERFECTUM CUM PROLATIONE PERFECTA DIMINUTION-1 + /xf0/x9d/x87/x8a MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE PERFECTA + /xf0/x9d/x87/x8b MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA + /xf0/x9d/x87/x8c MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-1 + /xf0/x9d/x87/x8d MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-2 + /xf0/x9d/x87/x8e MUSICAL SYMBOL TEMPUS IMPERFECTUM CUM PROLATIONE IMPERFECTA DIMINUTION-3 + /xf0/x9d/x87/x8f MUSICAL SYMBOL CROIX + /xf0/x9d/x87/x90 MUSICAL SYMBOL GREGORIAN C CLEF + /xf0/x9d/x87/x91 MUSICAL SYMBOL GREGORIAN F CLEF + /xf0/x9d/x87/x92 MUSICAL SYMBOL SQUARE B + /xf0/x9d/x87/x93 MUSICAL SYMBOL VIRGA + /xf0/x9d/x87/x94 MUSICAL SYMBOL PODATUS + /xf0/x9d/x87/x95 MUSICAL SYMBOL CLIVIS + /xf0/x9d/x87/x96 MUSICAL SYMBOL SCANDICUS + /xf0/x9d/x87/x97 MUSICAL SYMBOL CLIMACUS + /xf0/x9d/x87/x98 MUSICAL SYMBOL TORCULUS + /xf0/x9d/x87/x99 MUSICAL SYMBOL PORRECTUS + /xf0/x9d/x87/x9a MUSICAL SYMBOL PORRECTUS FLEXUS + /xf0/x9d/x87/x9b MUSICAL SYMBOL SCANDICUS FLEXUS + /xf0/x9d/x87/x9c MUSICAL SYMBOL TORCULUS RESUPINUS + /xf0/x9d/x87/x9d MUSICAL SYMBOL PES SUBPUNCTIS + /xf0/x9d/x90/x80 MATHEMATICAL BOLD CAPITAL A + /xf0/x9d/x90/x81 MATHEMATICAL BOLD CAPITAL B + /xf0/x9d/x90/x82 MATHEMATICAL BOLD CAPITAL C + /xf0/x9d/x90/x83 MATHEMATICAL BOLD CAPITAL D + /xf0/x9d/x90/x84 MATHEMATICAL BOLD CAPITAL E + /xf0/x9d/x90/x85 MATHEMATICAL BOLD CAPITAL F + /xf0/x9d/x90/x86 MATHEMATICAL BOLD CAPITAL G + /xf0/x9d/x90/x87 MATHEMATICAL BOLD CAPITAL H + /xf0/x9d/x90/x88 MATHEMATICAL BOLD CAPITAL I + /xf0/x9d/x90/x89 MATHEMATICAL BOLD CAPITAL J + /xf0/x9d/x90/x8a MATHEMATICAL BOLD CAPITAL K + /xf0/x9d/x90/x8b MATHEMATICAL BOLD CAPITAL L + /xf0/x9d/x90/x8c MATHEMATICAL BOLD CAPITAL M + /xf0/x9d/x90/x8d MATHEMATICAL BOLD CAPITAL N + /xf0/x9d/x90/x8e MATHEMATICAL BOLD CAPITAL O + /xf0/x9d/x90/x8f MATHEMATICAL BOLD CAPITAL P + /xf0/x9d/x90/x90 MATHEMATICAL BOLD CAPITAL Q + /xf0/x9d/x90/x91 MATHEMATICAL BOLD CAPITAL R + /xf0/x9d/x90/x92 MATHEMATICAL BOLD CAPITAL S + /xf0/x9d/x90/x93 MATHEMATICAL BOLD CAPITAL T + /xf0/x9d/x90/x94 MATHEMATICAL BOLD CAPITAL U + /xf0/x9d/x90/x95 MATHEMATICAL BOLD CAPITAL V + /xf0/x9d/x90/x96 MATHEMATICAL BOLD CAPITAL W + /xf0/x9d/x90/x97 MATHEMATICAL BOLD CAPITAL X + /xf0/x9d/x90/x98 MATHEMATICAL BOLD CAPITAL Y + /xf0/x9d/x90/x99 MATHEMATICAL BOLD CAPITAL Z + /xf0/x9d/x90/x9a MATHEMATICAL BOLD SMALL A + /xf0/x9d/x90/x9b MATHEMATICAL BOLD SMALL B + /xf0/x9d/x90/x9c MATHEMATICAL BOLD SMALL C + /xf0/x9d/x90/x9d MATHEMATICAL BOLD SMALL D + /xf0/x9d/x90/x9e MATHEMATICAL BOLD SMALL E + /xf0/x9d/x90/x9f MATHEMATICAL BOLD SMALL F + /xf0/x9d/x90/xa0 MATHEMATICAL BOLD SMALL G + /xf0/x9d/x90/xa1 MATHEMATICAL BOLD SMALL H + /xf0/x9d/x90/xa2 MATHEMATICAL BOLD SMALL I + /xf0/x9d/x90/xa3 MATHEMATICAL BOLD SMALL J + /xf0/x9d/x90/xa4 MATHEMATICAL BOLD SMALL K + /xf0/x9d/x90/xa5 MATHEMATICAL BOLD SMALL L + /xf0/x9d/x90/xa6 MATHEMATICAL BOLD SMALL M + /xf0/x9d/x90/xa7 MATHEMATICAL BOLD SMALL N + /xf0/x9d/x90/xa8 MATHEMATICAL BOLD SMALL O + /xf0/x9d/x90/xa9 MATHEMATICAL BOLD SMALL P + /xf0/x9d/x90/xaa MATHEMATICAL BOLD SMALL Q + /xf0/x9d/x90/xab MATHEMATICAL BOLD SMALL R + /xf0/x9d/x90/xac MATHEMATICAL BOLD SMALL S + /xf0/x9d/x90/xad MATHEMATICAL BOLD SMALL T + /xf0/x9d/x90/xae MATHEMATICAL BOLD SMALL U + /xf0/x9d/x90/xaf MATHEMATICAL BOLD SMALL V + /xf0/x9d/x90/xb0 MATHEMATICAL BOLD SMALL W + /xf0/x9d/x90/xb1 MATHEMATICAL BOLD SMALL X + /xf0/x9d/x90/xb2 MATHEMATICAL BOLD SMALL Y + /xf0/x9d/x90/xb3 MATHEMATICAL BOLD SMALL Z + /xf0/x9d/x90/xb4 MATHEMATICAL ITALIC CAPITAL A + /xf0/x9d/x90/xb5 MATHEMATICAL ITALIC CAPITAL B + /xf0/x9d/x90/xb6 MATHEMATICAL ITALIC CAPITAL C + /xf0/x9d/x90/xb7 MATHEMATICAL ITALIC CAPITAL D + /xf0/x9d/x90/xb8 MATHEMATICAL ITALIC CAPITAL E + /xf0/x9d/x90/xb9 MATHEMATICAL ITALIC CAPITAL F + /xf0/x9d/x90/xba MATHEMATICAL ITALIC CAPITAL G + /xf0/x9d/x90/xbb MATHEMATICAL ITALIC CAPITAL H + /xf0/x9d/x90/xbc MATHEMATICAL ITALIC CAPITAL I + /xf0/x9d/x90/xbd MATHEMATICAL ITALIC CAPITAL J + /xf0/x9d/x90/xbe MATHEMATICAL ITALIC CAPITAL K + /xf0/x9d/x90/xbf MATHEMATICAL ITALIC CAPITAL L + /xf0/x9d/x91/x80 MATHEMATICAL ITALIC CAPITAL M + /xf0/x9d/x91/x81 MATHEMATICAL ITALIC CAPITAL N + /xf0/x9d/x91/x82 MATHEMATICAL ITALIC CAPITAL O + /xf0/x9d/x91/x83 MATHEMATICAL ITALIC CAPITAL P + /xf0/x9d/x91/x84 MATHEMATICAL ITALIC CAPITAL Q + /xf0/x9d/x91/x85 MATHEMATICAL ITALIC CAPITAL R + /xf0/x9d/x91/x86 MATHEMATICAL ITALIC CAPITAL S + /xf0/x9d/x91/x87 MATHEMATICAL ITALIC CAPITAL T + /xf0/x9d/x91/x88 MATHEMATICAL ITALIC CAPITAL U + /xf0/x9d/x91/x89 MATHEMATICAL ITALIC CAPITAL V + /xf0/x9d/x91/x8a MATHEMATICAL ITALIC CAPITAL W + /xf0/x9d/x91/x8b MATHEMATICAL ITALIC CAPITAL X + /xf0/x9d/x91/x8c MATHEMATICAL ITALIC CAPITAL Y + /xf0/x9d/x91/x8d MATHEMATICAL ITALIC CAPITAL Z + /xf0/x9d/x91/x8e MATHEMATICAL ITALIC SMALL A + /xf0/x9d/x91/x8f MATHEMATICAL ITALIC SMALL B + /xf0/x9d/x91/x90 MATHEMATICAL ITALIC SMALL C + /xf0/x9d/x91/x91 MATHEMATICAL ITALIC SMALL D + /xf0/x9d/x91/x92 MATHEMATICAL ITALIC SMALL E + /xf0/x9d/x91/x93 MATHEMATICAL ITALIC SMALL F + /xf0/x9d/x91/x94 MATHEMATICAL ITALIC SMALL G + /xf0/x9d/x91/x96 MATHEMATICAL ITALIC SMALL I + /xf0/x9d/x91/x97 MATHEMATICAL ITALIC SMALL J + /xf0/x9d/x91/x98 MATHEMATICAL ITALIC SMALL K + /xf0/x9d/x91/x99 MATHEMATICAL ITALIC SMALL L + /xf0/x9d/x91/x9a MATHEMATICAL ITALIC SMALL M + /xf0/x9d/x91/x9b MATHEMATICAL ITALIC SMALL N + /xf0/x9d/x91/x9c MATHEMATICAL ITALIC SMALL O + /xf0/x9d/x91/x9d MATHEMATICAL ITALIC SMALL P + /xf0/x9d/x91/x9e MATHEMATICAL ITALIC SMALL Q + /xf0/x9d/x91/x9f MATHEMATICAL ITALIC SMALL R + /xf0/x9d/x91/xa0 MATHEMATICAL ITALIC SMALL S + /xf0/x9d/x91/xa1 MATHEMATICAL ITALIC SMALL T + /xf0/x9d/x91/xa2 MATHEMATICAL ITALIC SMALL U + /xf0/x9d/x91/xa3 MATHEMATICAL ITALIC SMALL V + /xf0/x9d/x91/xa4 MATHEMATICAL ITALIC SMALL W + /xf0/x9d/x91/xa5 MATHEMATICAL ITALIC SMALL X + /xf0/x9d/x91/xa6 MATHEMATICAL ITALIC SMALL Y + /xf0/x9d/x91/xa7 MATHEMATICAL ITALIC SMALL Z + /xf0/x9d/x91/xa8 MATHEMATICAL BOLD ITALIC CAPITAL A + /xf0/x9d/x91/xa9 MATHEMATICAL BOLD ITALIC CAPITAL B + /xf0/x9d/x91/xaa MATHEMATICAL BOLD ITALIC CAPITAL C + /xf0/x9d/x91/xab MATHEMATICAL BOLD ITALIC CAPITAL D + /xf0/x9d/x91/xac MATHEMATICAL BOLD ITALIC CAPITAL E + /xf0/x9d/x91/xad MATHEMATICAL BOLD ITALIC CAPITAL F + /xf0/x9d/x91/xae MATHEMATICAL BOLD ITALIC CAPITAL G + /xf0/x9d/x91/xaf MATHEMATICAL BOLD ITALIC CAPITAL H + /xf0/x9d/x91/xb0 MATHEMATICAL BOLD ITALIC CAPITAL I + /xf0/x9d/x91/xb1 MATHEMATICAL BOLD ITALIC CAPITAL J + /xf0/x9d/x91/xb2 MATHEMATICAL BOLD ITALIC CAPITAL K + /xf0/x9d/x91/xb3 MATHEMATICAL BOLD ITALIC CAPITAL L + /xf0/x9d/x91/xb4 MATHEMATICAL BOLD ITALIC CAPITAL M + /xf0/x9d/x91/xb5 MATHEMATICAL BOLD ITALIC CAPITAL N + /xf0/x9d/x91/xb6 MATHEMATICAL BOLD ITALIC CAPITAL O + /xf0/x9d/x91/xb7 MATHEMATICAL BOLD ITALIC CAPITAL P + /xf0/x9d/x91/xb8 MATHEMATICAL BOLD ITALIC CAPITAL Q + /xf0/x9d/x91/xb9 MATHEMATICAL BOLD ITALIC CAPITAL R + /xf0/x9d/x91/xba MATHEMATICAL BOLD ITALIC CAPITAL S + /xf0/x9d/x91/xbb MATHEMATICAL BOLD ITALIC CAPITAL T + /xf0/x9d/x91/xbc MATHEMATICAL BOLD ITALIC CAPITAL U + /xf0/x9d/x91/xbd MATHEMATICAL BOLD ITALIC CAPITAL V + /xf0/x9d/x91/xbe MATHEMATICAL BOLD ITALIC CAPITAL W + /xf0/x9d/x91/xbf MATHEMATICAL BOLD ITALIC CAPITAL X + /xf0/x9d/x92/x80 MATHEMATICAL BOLD ITALIC CAPITAL Y + /xf0/x9d/x92/x81 MATHEMATICAL BOLD ITALIC CAPITAL Z + /xf0/x9d/x92/x82 MATHEMATICAL BOLD ITALIC SMALL A + /xf0/x9d/x92/x83 MATHEMATICAL BOLD ITALIC SMALL B + /xf0/x9d/x92/x84 MATHEMATICAL BOLD ITALIC SMALL C + /xf0/x9d/x92/x85 MATHEMATICAL BOLD ITALIC SMALL D + /xf0/x9d/x92/x86 MATHEMATICAL BOLD ITALIC SMALL E + /xf0/x9d/x92/x87 MATHEMATICAL BOLD ITALIC SMALL F + /xf0/x9d/x92/x88 MATHEMATICAL BOLD ITALIC SMALL G + /xf0/x9d/x92/x89 MATHEMATICAL BOLD ITALIC SMALL H + /xf0/x9d/x92/x8a MATHEMATICAL BOLD ITALIC SMALL I + /xf0/x9d/x92/x8b MATHEMATICAL BOLD ITALIC SMALL J + /xf0/x9d/x92/x8c MATHEMATICAL BOLD ITALIC SMALL K + /xf0/x9d/x92/x8d MATHEMATICAL BOLD ITALIC SMALL L + /xf0/x9d/x92/x8e MATHEMATICAL BOLD ITALIC SMALL M + /xf0/x9d/x92/x8f MATHEMATICAL BOLD ITALIC SMALL N + /xf0/x9d/x92/x90 MATHEMATICAL BOLD ITALIC SMALL O + /xf0/x9d/x92/x91 MATHEMATICAL BOLD ITALIC SMALL P + /xf0/x9d/x92/x92 MATHEMATICAL BOLD ITALIC SMALL Q + /xf0/x9d/x92/x93 MATHEMATICAL BOLD ITALIC SMALL R + /xf0/x9d/x92/x94 MATHEMATICAL BOLD ITALIC SMALL S + /xf0/x9d/x92/x95 MATHEMATICAL BOLD ITALIC SMALL T + /xf0/x9d/x92/x96 MATHEMATICAL BOLD ITALIC SMALL U + /xf0/x9d/x92/x97 MATHEMATICAL BOLD ITALIC SMALL V + /xf0/x9d/x92/x98 MATHEMATICAL BOLD ITALIC SMALL W + /xf0/x9d/x92/x99 MATHEMATICAL BOLD ITALIC SMALL X + /xf0/x9d/x92/x9a MATHEMATICAL BOLD ITALIC SMALL Y + /xf0/x9d/x92/x9b MATHEMATICAL BOLD ITALIC SMALL Z + /xf0/x9d/x92/x9c MATHEMATICAL SCRIPT CAPITAL A + /xf0/x9d/x92/x9e MATHEMATICAL SCRIPT CAPITAL C + /xf0/x9d/x92/x9f MATHEMATICAL SCRIPT CAPITAL D + /xf0/x9d/x92/xa2 MATHEMATICAL SCRIPT CAPITAL G + /xf0/x9d/x92/xa5 MATHEMATICAL SCRIPT CAPITAL J + /xf0/x9d/x92/xa6 MATHEMATICAL SCRIPT CAPITAL K + /xf0/x9d/x92/xa9 MATHEMATICAL SCRIPT CAPITAL N + /xf0/x9d/x92/xaa MATHEMATICAL SCRIPT CAPITAL O + /xf0/x9d/x92/xab MATHEMATICAL SCRIPT CAPITAL P + /xf0/x9d/x92/xac MATHEMATICAL SCRIPT CAPITAL Q + /xf0/x9d/x92/xae MATHEMATICAL SCRIPT CAPITAL S + /xf0/x9d/x92/xaf MATHEMATICAL SCRIPT CAPITAL T + /xf0/x9d/x92/xb0 MATHEMATICAL SCRIPT CAPITAL U + /xf0/x9d/x92/xb1 MATHEMATICAL SCRIPT CAPITAL V + /xf0/x9d/x92/xb2 MATHEMATICAL SCRIPT CAPITAL W + /xf0/x9d/x92/xb3 MATHEMATICAL SCRIPT CAPITAL X + /xf0/x9d/x92/xb4 MATHEMATICAL SCRIPT CAPITAL Y + /xf0/x9d/x92/xb5 MATHEMATICAL SCRIPT CAPITAL Z + /xf0/x9d/x92/xb6 MATHEMATICAL SCRIPT SMALL A + /xf0/x9d/x92/xb7 MATHEMATICAL SCRIPT SMALL B + /xf0/x9d/x92/xb8 MATHEMATICAL SCRIPT SMALL C + /xf0/x9d/x92/xb9 MATHEMATICAL SCRIPT SMALL D + /xf0/x9d/x92/xbb MATHEMATICAL SCRIPT SMALL F + /xf0/x9d/x92/xbd MATHEMATICAL SCRIPT SMALL H + /xf0/x9d/x92/xbe MATHEMATICAL SCRIPT SMALL I + /xf0/x9d/x92/xbf MATHEMATICAL SCRIPT SMALL J + /xf0/x9d/x93/x80 MATHEMATICAL SCRIPT SMALL K + /xf0/x9d/x93/x82 MATHEMATICAL SCRIPT SMALL M + /xf0/x9d/x93/x83 MATHEMATICAL SCRIPT SMALL N + /xf0/x9d/x93/x85 MATHEMATICAL SCRIPT SMALL P + /xf0/x9d/x93/x86 MATHEMATICAL SCRIPT SMALL Q + /xf0/x9d/x93/x87 MATHEMATICAL SCRIPT SMALL R + /xf0/x9d/x93/x88 MATHEMATICAL SCRIPT SMALL S + /xf0/x9d/x93/x89 MATHEMATICAL SCRIPT SMALL T + /xf0/x9d/x93/x8a MATHEMATICAL SCRIPT SMALL U + /xf0/x9d/x93/x8b MATHEMATICAL SCRIPT SMALL V + /xf0/x9d/x93/x8c MATHEMATICAL SCRIPT SMALL W + /xf0/x9d/x93/x8d MATHEMATICAL SCRIPT SMALL X + /xf0/x9d/x93/x8e MATHEMATICAL SCRIPT SMALL Y + /xf0/x9d/x93/x8f MATHEMATICAL SCRIPT SMALL Z + /xf0/x9d/x93/x90 MATHEMATICAL BOLD SCRIPT CAPITAL A + /xf0/x9d/x93/x91 MATHEMATICAL BOLD SCRIPT CAPITAL B + /xf0/x9d/x93/x92 MATHEMATICAL BOLD SCRIPT CAPITAL C + /xf0/x9d/x93/x93 MATHEMATICAL BOLD SCRIPT CAPITAL D + /xf0/x9d/x93/x94 MATHEMATICAL BOLD SCRIPT CAPITAL E + /xf0/x9d/x93/x95 MATHEMATICAL BOLD SCRIPT CAPITAL F + /xf0/x9d/x93/x96 MATHEMATICAL BOLD SCRIPT CAPITAL G + /xf0/x9d/x93/x97 MATHEMATICAL BOLD SCRIPT CAPITAL H + /xf0/x9d/x93/x98 MATHEMATICAL BOLD SCRIPT CAPITAL I + /xf0/x9d/x93/x99 MATHEMATICAL BOLD SCRIPT CAPITAL J + /xf0/x9d/x93/x9a MATHEMATICAL BOLD SCRIPT CAPITAL K + /xf0/x9d/x93/x9b MATHEMATICAL BOLD SCRIPT CAPITAL L + /xf0/x9d/x93/x9c MATHEMATICAL BOLD SCRIPT CAPITAL M + /xf0/x9d/x93/x9d MATHEMATICAL BOLD SCRIPT CAPITAL N + /xf0/x9d/x93/x9e MATHEMATICAL BOLD SCRIPT CAPITAL O + /xf0/x9d/x93/x9f MATHEMATICAL BOLD SCRIPT CAPITAL P + /xf0/x9d/x93/xa0 MATHEMATICAL BOLD SCRIPT CAPITAL Q + /xf0/x9d/x93/xa1 MATHEMATICAL BOLD SCRIPT CAPITAL R + /xf0/x9d/x93/xa2 MATHEMATICAL BOLD SCRIPT CAPITAL S + /xf0/x9d/x93/xa3 MATHEMATICAL BOLD SCRIPT CAPITAL T + /xf0/x9d/x93/xa4 MATHEMATICAL BOLD SCRIPT CAPITAL U + /xf0/x9d/x93/xa5 MATHEMATICAL BOLD SCRIPT CAPITAL V + /xf0/x9d/x93/xa6 MATHEMATICAL BOLD SCRIPT CAPITAL W + /xf0/x9d/x93/xa7 MATHEMATICAL BOLD SCRIPT CAPITAL X + /xf0/x9d/x93/xa8 MATHEMATICAL BOLD SCRIPT CAPITAL Y + /xf0/x9d/x93/xa9 MATHEMATICAL BOLD SCRIPT CAPITAL Z + /xf0/x9d/x93/xaa MATHEMATICAL BOLD SCRIPT SMALL A + /xf0/x9d/x93/xab MATHEMATICAL BOLD SCRIPT SMALL B + /xf0/x9d/x93/xac MATHEMATICAL BOLD SCRIPT SMALL C + /xf0/x9d/x93/xad MATHEMATICAL BOLD SCRIPT SMALL D + /xf0/x9d/x93/xae MATHEMATICAL BOLD SCRIPT SMALL E + /xf0/x9d/x93/xaf MATHEMATICAL BOLD SCRIPT SMALL F + /xf0/x9d/x93/xb0 MATHEMATICAL BOLD SCRIPT SMALL G + /xf0/x9d/x93/xb1 MATHEMATICAL BOLD SCRIPT SMALL H + /xf0/x9d/x93/xb2 MATHEMATICAL BOLD SCRIPT SMALL I + /xf0/x9d/x93/xb3 MATHEMATICAL BOLD SCRIPT SMALL J + /xf0/x9d/x93/xb4 MATHEMATICAL BOLD SCRIPT SMALL K + /xf0/x9d/x93/xb5 MATHEMATICAL BOLD SCRIPT SMALL L + /xf0/x9d/x93/xb6 MATHEMATICAL BOLD SCRIPT SMALL M + /xf0/x9d/x93/xb7 MATHEMATICAL BOLD SCRIPT SMALL N + /xf0/x9d/x93/xb8 MATHEMATICAL BOLD SCRIPT SMALL O + /xf0/x9d/x93/xb9 MATHEMATICAL BOLD SCRIPT SMALL P + /xf0/x9d/x93/xba MATHEMATICAL BOLD SCRIPT SMALL Q + /xf0/x9d/x93/xbb MATHEMATICAL BOLD SCRIPT SMALL R + /xf0/x9d/x93/xbc MATHEMATICAL BOLD SCRIPT SMALL S + /xf0/x9d/x93/xbd MATHEMATICAL BOLD SCRIPT SMALL T + /xf0/x9d/x93/xbe MATHEMATICAL BOLD SCRIPT SMALL U + /xf0/x9d/x93/xbf MATHEMATICAL BOLD SCRIPT SMALL V + /xf0/x9d/x94/x80 MATHEMATICAL BOLD SCRIPT SMALL W + /xf0/x9d/x94/x81 MATHEMATICAL BOLD SCRIPT SMALL X + /xf0/x9d/x94/x82 MATHEMATICAL BOLD SCRIPT SMALL Y + /xf0/x9d/x94/x83 MATHEMATICAL BOLD SCRIPT SMALL Z + /xf0/x9d/x94/x84 MATHEMATICAL FRAKTUR CAPITAL A + /xf0/x9d/x94/x85 MATHEMATICAL FRAKTUR CAPITAL B + /xf0/x9d/x94/x87 MATHEMATICAL FRAKTUR CAPITAL D + /xf0/x9d/x94/x88 MATHEMATICAL FRAKTUR CAPITAL E + /xf0/x9d/x94/x89 MATHEMATICAL FRAKTUR CAPITAL F + /xf0/x9d/x94/x8a MATHEMATICAL FRAKTUR CAPITAL G + /xf0/x9d/x94/x8d MATHEMATICAL FRAKTUR CAPITAL J + /xf0/x9d/x94/x8e MATHEMATICAL FRAKTUR CAPITAL K + /xf0/x9d/x94/x8f MATHEMATICAL FRAKTUR CAPITAL L + /xf0/x9d/x94/x90 MATHEMATICAL FRAKTUR CAPITAL M + /xf0/x9d/x94/x91 MATHEMATICAL FRAKTUR CAPITAL N + /xf0/x9d/x94/x92 MATHEMATICAL FRAKTUR CAPITAL O + /xf0/x9d/x94/x93 MATHEMATICAL FRAKTUR CAPITAL P + /xf0/x9d/x94/x94 MATHEMATICAL FRAKTUR CAPITAL Q + /xf0/x9d/x94/x96 MATHEMATICAL FRAKTUR CAPITAL S + /xf0/x9d/x94/x97 MATHEMATICAL FRAKTUR CAPITAL T + /xf0/x9d/x94/x98 MATHEMATICAL FRAKTUR CAPITAL U + /xf0/x9d/x94/x99 MATHEMATICAL FRAKTUR CAPITAL V + /xf0/x9d/x94/x9a MATHEMATICAL FRAKTUR CAPITAL W + /xf0/x9d/x94/x9b MATHEMATICAL FRAKTUR CAPITAL X + /xf0/x9d/x94/x9c MATHEMATICAL FRAKTUR CAPITAL Y + /xf0/x9d/x94/x9e MATHEMATICAL FRAKTUR SMALL A + /xf0/x9d/x94/x9f MATHEMATICAL FRAKTUR SMALL B + /xf0/x9d/x94/xa0 MATHEMATICAL FRAKTUR SMALL C + /xf0/x9d/x94/xa1 MATHEMATICAL FRAKTUR SMALL D + /xf0/x9d/x94/xa2 MATHEMATICAL FRAKTUR SMALL E + /xf0/x9d/x94/xa3 MATHEMATICAL FRAKTUR SMALL F + /xf0/x9d/x94/xa4 MATHEMATICAL FRAKTUR SMALL G + /xf0/x9d/x94/xa5 MATHEMATICAL FRAKTUR SMALL H + /xf0/x9d/x94/xa6 MATHEMATICAL FRAKTUR SMALL I + /xf0/x9d/x94/xa7 MATHEMATICAL FRAKTUR SMALL J + /xf0/x9d/x94/xa8 MATHEMATICAL FRAKTUR SMALL K + /xf0/x9d/x94/xa9 MATHEMATICAL FRAKTUR SMALL L + /xf0/x9d/x94/xaa MATHEMATICAL FRAKTUR SMALL M + /xf0/x9d/x94/xab MATHEMATICAL FRAKTUR SMALL N + /xf0/x9d/x94/xac MATHEMATICAL FRAKTUR SMALL O + /xf0/x9d/x94/xad MATHEMATICAL FRAKTUR SMALL P + /xf0/x9d/x94/xae MATHEMATICAL FRAKTUR SMALL Q + /xf0/x9d/x94/xaf MATHEMATICAL FRAKTUR SMALL R + /xf0/x9d/x94/xb0 MATHEMATICAL FRAKTUR SMALL S + /xf0/x9d/x94/xb1 MATHEMATICAL FRAKTUR SMALL T + /xf0/x9d/x94/xb2 MATHEMATICAL FRAKTUR SMALL U + /xf0/x9d/x94/xb3 MATHEMATICAL FRAKTUR SMALL V + /xf0/x9d/x94/xb4 MATHEMATICAL FRAKTUR SMALL W + /xf0/x9d/x94/xb5 MATHEMATICAL FRAKTUR SMALL X + /xf0/x9d/x94/xb6 MATHEMATICAL FRAKTUR SMALL Y + /xf0/x9d/x94/xb7 MATHEMATICAL FRAKTUR SMALL Z + /xf0/x9d/x94/xb8 MATHEMATICAL DOUBLE-STRUCK CAPITAL A + /xf0/x9d/x94/xb9 MATHEMATICAL DOUBLE-STRUCK CAPITAL B + /xf0/x9d/x94/xbb MATHEMATICAL DOUBLE-STRUCK CAPITAL D + /xf0/x9d/x94/xbc MATHEMATICAL DOUBLE-STRUCK CAPITAL E + /xf0/x9d/x94/xbd MATHEMATICAL DOUBLE-STRUCK CAPITAL F + /xf0/x9d/x94/xbe MATHEMATICAL DOUBLE-STRUCK CAPITAL G + /xf0/x9d/x95/x80 MATHEMATICAL DOUBLE-STRUCK CAPITAL I + /xf0/x9d/x95/x81 MATHEMATICAL DOUBLE-STRUCK CAPITAL J + /xf0/x9d/x95/x82 MATHEMATICAL DOUBLE-STRUCK CAPITAL K + /xf0/x9d/x95/x83 MATHEMATICAL DOUBLE-STRUCK CAPITAL L + /xf0/x9d/x95/x84 MATHEMATICAL DOUBLE-STRUCK CAPITAL M + /xf0/x9d/x95/x86 MATHEMATICAL DOUBLE-STRUCK CAPITAL O + /xf0/x9d/x95/x8a MATHEMATICAL DOUBLE-STRUCK CAPITAL S + /xf0/x9d/x95/x8b MATHEMATICAL DOUBLE-STRUCK CAPITAL T + /xf0/x9d/x95/x8c MATHEMATICAL DOUBLE-STRUCK CAPITAL U + /xf0/x9d/x95/x8d MATHEMATICAL DOUBLE-STRUCK CAPITAL V + /xf0/x9d/x95/x8e MATHEMATICAL DOUBLE-STRUCK CAPITAL W + /xf0/x9d/x95/x8f MATHEMATICAL DOUBLE-STRUCK CAPITAL X + /xf0/x9d/x95/x90 MATHEMATICAL DOUBLE-STRUCK CAPITAL Y + /xf0/x9d/x95/x92 MATHEMATICAL DOUBLE-STRUCK SMALL A + /xf0/x9d/x95/x93 MATHEMATICAL DOUBLE-STRUCK SMALL B + /xf0/x9d/x95/x94 MATHEMATICAL DOUBLE-STRUCK SMALL C + /xf0/x9d/x95/x95 MATHEMATICAL DOUBLE-STRUCK SMALL D + /xf0/x9d/x95/x96 MATHEMATICAL DOUBLE-STRUCK SMALL E + /xf0/x9d/x95/x97 MATHEMATICAL DOUBLE-STRUCK SMALL F + /xf0/x9d/x95/x98 MATHEMATICAL DOUBLE-STRUCK SMALL G + /xf0/x9d/x95/x99 MATHEMATICAL DOUBLE-STRUCK SMALL H + /xf0/x9d/x95/x9a MATHEMATICAL DOUBLE-STRUCK SMALL I + /xf0/x9d/x95/x9b MATHEMATICAL DOUBLE-STRUCK SMALL J + /xf0/x9d/x95/x9c MATHEMATICAL DOUBLE-STRUCK SMALL K + /xf0/x9d/x95/x9d MATHEMATICAL DOUBLE-STRUCK SMALL L + /xf0/x9d/x95/x9e MATHEMATICAL DOUBLE-STRUCK SMALL M + /xf0/x9d/x95/x9f MATHEMATICAL DOUBLE-STRUCK SMALL N + /xf0/x9d/x95/xa0 MATHEMATICAL DOUBLE-STRUCK SMALL O + /xf0/x9d/x95/xa1 MATHEMATICAL DOUBLE-STRUCK SMALL P + /xf0/x9d/x95/xa2 MATHEMATICAL DOUBLE-STRUCK SMALL Q + /xf0/x9d/x95/xa3 MATHEMATICAL DOUBLE-STRUCK SMALL R + /xf0/x9d/x95/xa4 MATHEMATICAL DOUBLE-STRUCK SMALL S + /xf0/x9d/x95/xa5 MATHEMATICAL DOUBLE-STRUCK SMALL T + /xf0/x9d/x95/xa6 MATHEMATICAL DOUBLE-STRUCK SMALL U + /xf0/x9d/x95/xa7 MATHEMATICAL DOUBLE-STRUCK SMALL V + /xf0/x9d/x95/xa8 MATHEMATICAL DOUBLE-STRUCK SMALL W + /xf0/x9d/x95/xa9 MATHEMATICAL DOUBLE-STRUCK SMALL X + /xf0/x9d/x95/xaa MATHEMATICAL DOUBLE-STRUCK SMALL Y + /xf0/x9d/x95/xab MATHEMATICAL DOUBLE-STRUCK SMALL Z + /xf0/x9d/x95/xac MATHEMATICAL BOLD FRAKTUR CAPITAL A + /xf0/x9d/x95/xad MATHEMATICAL BOLD FRAKTUR CAPITAL B + /xf0/x9d/x95/xae MATHEMATICAL BOLD FRAKTUR CAPITAL C + /xf0/x9d/x95/xaf MATHEMATICAL BOLD FRAKTUR CAPITAL D + /xf0/x9d/x95/xb0 MATHEMATICAL BOLD FRAKTUR CAPITAL E + /xf0/x9d/x95/xb1 MATHEMATICAL BOLD FRAKTUR CAPITAL F + /xf0/x9d/x95/xb2 MATHEMATICAL BOLD FRAKTUR CAPITAL G + /xf0/x9d/x95/xb3 MATHEMATICAL BOLD FRAKTUR CAPITAL H + /xf0/x9d/x95/xb4 MATHEMATICAL BOLD FRAKTUR CAPITAL I + /xf0/x9d/x95/xb5 MATHEMATICAL BOLD FRAKTUR CAPITAL J + /xf0/x9d/x95/xb6 MATHEMATICAL BOLD FRAKTUR CAPITAL K + /xf0/x9d/x95/xb7 MATHEMATICAL BOLD FRAKTUR CAPITAL L + /xf0/x9d/x95/xb8 MATHEMATICAL BOLD FRAKTUR CAPITAL M + /xf0/x9d/x95/xb9 MATHEMATICAL BOLD FRAKTUR CAPITAL N + /xf0/x9d/x95/xba MATHEMATICAL BOLD FRAKTUR CAPITAL O + /xf0/x9d/x95/xbb MATHEMATICAL BOLD FRAKTUR CAPITAL P + /xf0/x9d/x95/xbc MATHEMATICAL BOLD FRAKTUR CAPITAL Q + /xf0/x9d/x95/xbd MATHEMATICAL BOLD FRAKTUR CAPITAL R + /xf0/x9d/x95/xbe MATHEMATICAL BOLD FRAKTUR CAPITAL S + /xf0/x9d/x95/xbf MATHEMATICAL BOLD FRAKTUR CAPITAL T + /xf0/x9d/x96/x80 MATHEMATICAL BOLD FRAKTUR CAPITAL U + /xf0/x9d/x96/x81 MATHEMATICAL BOLD FRAKTUR CAPITAL V + /xf0/x9d/x96/x82 MATHEMATICAL BOLD FRAKTUR CAPITAL W + /xf0/x9d/x96/x83 MATHEMATICAL BOLD FRAKTUR CAPITAL X + /xf0/x9d/x96/x84 MATHEMATICAL BOLD FRAKTUR CAPITAL Y + /xf0/x9d/x96/x85 MATHEMATICAL BOLD FRAKTUR CAPITAL Z + /xf0/x9d/x96/x86 MATHEMATICAL BOLD FRAKTUR SMALL A + /xf0/x9d/x96/x87 MATHEMATICAL BOLD FRAKTUR SMALL B + /xf0/x9d/x96/x88 MATHEMATICAL BOLD FRAKTUR SMALL C + /xf0/x9d/x96/x89 MATHEMATICAL BOLD FRAKTUR SMALL D + /xf0/x9d/x96/x8a MATHEMATICAL BOLD FRAKTUR SMALL E + /xf0/x9d/x96/x8b MATHEMATICAL BOLD FRAKTUR SMALL F + /xf0/x9d/x96/x8c MATHEMATICAL BOLD FRAKTUR SMALL G + /xf0/x9d/x96/x8d MATHEMATICAL BOLD FRAKTUR SMALL H + /xf0/x9d/x96/x8e MATHEMATICAL BOLD FRAKTUR SMALL I + /xf0/x9d/x96/x8f MATHEMATICAL BOLD FRAKTUR SMALL J + /xf0/x9d/x96/x90 MATHEMATICAL BOLD FRAKTUR SMALL K + /xf0/x9d/x96/x91 MATHEMATICAL BOLD FRAKTUR SMALL L + /xf0/x9d/x96/x92 MATHEMATICAL BOLD FRAKTUR SMALL M + /xf0/x9d/x96/x93 MATHEMATICAL BOLD FRAKTUR SMALL N + /xf0/x9d/x96/x94 MATHEMATICAL BOLD FRAKTUR SMALL O + /xf0/x9d/x96/x95 MATHEMATICAL BOLD FRAKTUR SMALL P + /xf0/x9d/x96/x96 MATHEMATICAL BOLD FRAKTUR SMALL Q + /xf0/x9d/x96/x97 MATHEMATICAL BOLD FRAKTUR SMALL R + /xf0/x9d/x96/x98 MATHEMATICAL BOLD FRAKTUR SMALL S + /xf0/x9d/x96/x99 MATHEMATICAL BOLD FRAKTUR SMALL T + /xf0/x9d/x96/x9a MATHEMATICAL BOLD FRAKTUR SMALL U + /xf0/x9d/x96/x9b MATHEMATICAL BOLD FRAKTUR SMALL V + /xf0/x9d/x96/x9c MATHEMATICAL BOLD FRAKTUR SMALL W + /xf0/x9d/x96/x9d MATHEMATICAL BOLD FRAKTUR SMALL X + /xf0/x9d/x96/x9e MATHEMATICAL BOLD FRAKTUR SMALL Y + /xf0/x9d/x96/x9f MATHEMATICAL BOLD FRAKTUR SMALL Z + /xf0/x9d/x96/xa0 MATHEMATICAL SANS-SERIF CAPITAL A + /xf0/x9d/x96/xa1 MATHEMATICAL SANS-SERIF CAPITAL B + /xf0/x9d/x96/xa2 MATHEMATICAL SANS-SERIF CAPITAL C + /xf0/x9d/x96/xa3 MATHEMATICAL SANS-SERIF CAPITAL D + /xf0/x9d/x96/xa4 MATHEMATICAL SANS-SERIF CAPITAL E + /xf0/x9d/x96/xa5 MATHEMATICAL SANS-SERIF CAPITAL F + /xf0/x9d/x96/xa6 MATHEMATICAL SANS-SERIF CAPITAL G + /xf0/x9d/x96/xa7 MATHEMATICAL SANS-SERIF CAPITAL H + /xf0/x9d/x96/xa8 MATHEMATICAL SANS-SERIF CAPITAL I + /xf0/x9d/x96/xa9 MATHEMATICAL SANS-SERIF CAPITAL J + /xf0/x9d/x96/xaa MATHEMATICAL SANS-SERIF CAPITAL K + /xf0/x9d/x96/xab MATHEMATICAL SANS-SERIF CAPITAL L + /xf0/x9d/x96/xac MATHEMATICAL SANS-SERIF CAPITAL M + /xf0/x9d/x96/xad MATHEMATICAL SANS-SERIF CAPITAL N + /xf0/x9d/x96/xae MATHEMATICAL SANS-SERIF CAPITAL O + /xf0/x9d/x96/xaf MATHEMATICAL SANS-SERIF CAPITAL P + /xf0/x9d/x96/xb0 MATHEMATICAL SANS-SERIF CAPITAL Q + /xf0/x9d/x96/xb1 MATHEMATICAL SANS-SERIF CAPITAL R + /xf0/x9d/x96/xb2 MATHEMATICAL SANS-SERIF CAPITAL S + /xf0/x9d/x96/xb3 MATHEMATICAL SANS-SERIF CAPITAL T + /xf0/x9d/x96/xb4 MATHEMATICAL SANS-SERIF CAPITAL U + /xf0/x9d/x96/xb5 MATHEMATICAL SANS-SERIF CAPITAL V + /xf0/x9d/x96/xb6 MATHEMATICAL SANS-SERIF CAPITAL W + /xf0/x9d/x96/xb7 MATHEMATICAL SANS-SERIF CAPITAL X + /xf0/x9d/x96/xb8 MATHEMATICAL SANS-SERIF CAPITAL Y + /xf0/x9d/x96/xb9 MATHEMATICAL SANS-SERIF CAPITAL Z + /xf0/x9d/x96/xba MATHEMATICAL SANS-SERIF SMALL A + /xf0/x9d/x96/xbb MATHEMATICAL SANS-SERIF SMALL B + /xf0/x9d/x96/xbc MATHEMATICAL SANS-SERIF SMALL C + /xf0/x9d/x96/xbd MATHEMATICAL SANS-SERIF SMALL D + /xf0/x9d/x96/xbe MATHEMATICAL SANS-SERIF SMALL E + /xf0/x9d/x96/xbf MATHEMATICAL SANS-SERIF SMALL F + /xf0/x9d/x97/x80 MATHEMATICAL SANS-SERIF SMALL G + /xf0/x9d/x97/x81 MATHEMATICAL SANS-SERIF SMALL H + /xf0/x9d/x97/x82 MATHEMATICAL SANS-SERIF SMALL I + /xf0/x9d/x97/x83 MATHEMATICAL SANS-SERIF SMALL J + /xf0/x9d/x97/x84 MATHEMATICAL SANS-SERIF SMALL K + /xf0/x9d/x97/x85 MATHEMATICAL SANS-SERIF SMALL L + /xf0/x9d/x97/x86 MATHEMATICAL SANS-SERIF SMALL M + /xf0/x9d/x97/x87 MATHEMATICAL SANS-SERIF SMALL N + /xf0/x9d/x97/x88 MATHEMATICAL SANS-SERIF SMALL O + /xf0/x9d/x97/x89 MATHEMATICAL SANS-SERIF SMALL P + /xf0/x9d/x97/x8a MATHEMATICAL SANS-SERIF SMALL Q + /xf0/x9d/x97/x8b MATHEMATICAL SANS-SERIF SMALL R + /xf0/x9d/x97/x8c MATHEMATICAL SANS-SERIF SMALL S + /xf0/x9d/x97/x8d MATHEMATICAL SANS-SERIF SMALL T + /xf0/x9d/x97/x8e MATHEMATICAL SANS-SERIF SMALL U + /xf0/x9d/x97/x8f MATHEMATICAL SANS-SERIF SMALL V + /xf0/x9d/x97/x90 MATHEMATICAL SANS-SERIF SMALL W + /xf0/x9d/x97/x91 MATHEMATICAL SANS-SERIF SMALL X + /xf0/x9d/x97/x92 MATHEMATICAL SANS-SERIF SMALL Y + /xf0/x9d/x97/x93 MATHEMATICAL SANS-SERIF SMALL Z + /xf0/x9d/x97/x94 MATHEMATICAL SANS-SERIF BOLD CAPITAL A + /xf0/x9d/x97/x95 MATHEMATICAL SANS-SERIF BOLD CAPITAL B + /xf0/x9d/x97/x96 MATHEMATICAL SANS-SERIF BOLD CAPITAL C + /xf0/x9d/x97/x97 MATHEMATICAL SANS-SERIF BOLD CAPITAL D + /xf0/x9d/x97/x98 MATHEMATICAL SANS-SERIF BOLD CAPITAL E + /xf0/x9d/x97/x99 MATHEMATICAL SANS-SERIF BOLD CAPITAL F + /xf0/x9d/x97/x9a MATHEMATICAL SANS-SERIF BOLD CAPITAL G + /xf0/x9d/x97/x9b MATHEMATICAL SANS-SERIF BOLD CAPITAL H + /xf0/x9d/x97/x9c MATHEMATICAL SANS-SERIF BOLD CAPITAL I + /xf0/x9d/x97/x9d MATHEMATICAL SANS-SERIF BOLD CAPITAL J + /xf0/x9d/x97/x9e MATHEMATICAL SANS-SERIF BOLD CAPITAL K + /xf0/x9d/x97/x9f MATHEMATICAL SANS-SERIF BOLD CAPITAL L + /xf0/x9d/x97/xa0 MATHEMATICAL SANS-SERIF BOLD CAPITAL M + /xf0/x9d/x97/xa1 MATHEMATICAL SANS-SERIF BOLD CAPITAL N + /xf0/x9d/x97/xa2 MATHEMATICAL SANS-SERIF BOLD CAPITAL O + /xf0/x9d/x97/xa3 MATHEMATICAL SANS-SERIF BOLD CAPITAL P + /xf0/x9d/x97/xa4 MATHEMATICAL SANS-SERIF BOLD CAPITAL Q + /xf0/x9d/x97/xa5 MATHEMATICAL SANS-SERIF BOLD CAPITAL R + /xf0/x9d/x97/xa6 MATHEMATICAL SANS-SERIF BOLD CAPITAL S + /xf0/x9d/x97/xa7 MATHEMATICAL SANS-SERIF BOLD CAPITAL T + /xf0/x9d/x97/xa8 MATHEMATICAL SANS-SERIF BOLD CAPITAL U + /xf0/x9d/x97/xa9 MATHEMATICAL SANS-SERIF BOLD CAPITAL V + /xf0/x9d/x97/xaa MATHEMATICAL SANS-SERIF BOLD CAPITAL W + /xf0/x9d/x97/xab MATHEMATICAL SANS-SERIF BOLD CAPITAL X + /xf0/x9d/x97/xac MATHEMATICAL SANS-SERIF BOLD CAPITAL Y + /xf0/x9d/x97/xad MATHEMATICAL SANS-SERIF BOLD CAPITAL Z + /xf0/x9d/x97/xae MATHEMATICAL SANS-SERIF BOLD SMALL A + /xf0/x9d/x97/xaf MATHEMATICAL SANS-SERIF BOLD SMALL B + /xf0/x9d/x97/xb0 MATHEMATICAL SANS-SERIF BOLD SMALL C + /xf0/x9d/x97/xb1 MATHEMATICAL SANS-SERIF BOLD SMALL D + /xf0/x9d/x97/xb2 MATHEMATICAL SANS-SERIF BOLD SMALL E + /xf0/x9d/x97/xb3 MATHEMATICAL SANS-SERIF BOLD SMALL F + /xf0/x9d/x97/xb4 MATHEMATICAL SANS-SERIF BOLD SMALL G + /xf0/x9d/x97/xb5 MATHEMATICAL SANS-SERIF BOLD SMALL H + /xf0/x9d/x97/xb6 MATHEMATICAL SANS-SERIF BOLD SMALL I + /xf0/x9d/x97/xb7 MATHEMATICAL SANS-SERIF BOLD SMALL J + /xf0/x9d/x97/xb8 MATHEMATICAL SANS-SERIF BOLD SMALL K + /xf0/x9d/x97/xb9 MATHEMATICAL SANS-SERIF BOLD SMALL L + /xf0/x9d/x97/xba MATHEMATICAL SANS-SERIF BOLD SMALL M + /xf0/x9d/x97/xbb MATHEMATICAL SANS-SERIF BOLD SMALL N + /xf0/x9d/x97/xbc MATHEMATICAL SANS-SERIF BOLD SMALL O + /xf0/x9d/x97/xbd MATHEMATICAL SANS-SERIF BOLD SMALL P + /xf0/x9d/x97/xbe MATHEMATICAL SANS-SERIF BOLD SMALL Q + /xf0/x9d/x97/xbf MATHEMATICAL SANS-SERIF BOLD SMALL R + /xf0/x9d/x98/x80 MATHEMATICAL SANS-SERIF BOLD SMALL S + /xf0/x9d/x98/x81 MATHEMATICAL SANS-SERIF BOLD SMALL T + /xf0/x9d/x98/x82 MATHEMATICAL SANS-SERIF BOLD SMALL U + /xf0/x9d/x98/x83 MATHEMATICAL SANS-SERIF BOLD SMALL V + /xf0/x9d/x98/x84 MATHEMATICAL SANS-SERIF BOLD SMALL W + /xf0/x9d/x98/x85 MATHEMATICAL SANS-SERIF BOLD SMALL X + /xf0/x9d/x98/x86 MATHEMATICAL SANS-SERIF BOLD SMALL Y + /xf0/x9d/x98/x87 MATHEMATICAL SANS-SERIF BOLD SMALL Z + /xf0/x9d/x98/x88 MATHEMATICAL SANS-SERIF ITALIC CAPITAL A + /xf0/x9d/x98/x89 MATHEMATICAL SANS-SERIF ITALIC CAPITAL B + /xf0/x9d/x98/x8a MATHEMATICAL SANS-SERIF ITALIC CAPITAL C + /xf0/x9d/x98/x8b MATHEMATICAL SANS-SERIF ITALIC CAPITAL D + /xf0/x9d/x98/x8c MATHEMATICAL SANS-SERIF ITALIC CAPITAL E + /xf0/x9d/x98/x8d MATHEMATICAL SANS-SERIF ITALIC CAPITAL F + /xf0/x9d/x98/x8e MATHEMATICAL SANS-SERIF ITALIC CAPITAL G + /xf0/x9d/x98/x8f MATHEMATICAL SANS-SERIF ITALIC CAPITAL H + /xf0/x9d/x98/x90 MATHEMATICAL SANS-SERIF ITALIC CAPITAL I + /xf0/x9d/x98/x91 MATHEMATICAL SANS-SERIF ITALIC CAPITAL J + /xf0/x9d/x98/x92 MATHEMATICAL SANS-SERIF ITALIC CAPITAL K + /xf0/x9d/x98/x93 MATHEMATICAL SANS-SERIF ITALIC CAPITAL L + /xf0/x9d/x98/x94 MATHEMATICAL SANS-SERIF ITALIC CAPITAL M + /xf0/x9d/x98/x95 MATHEMATICAL SANS-SERIF ITALIC CAPITAL N + /xf0/x9d/x98/x96 MATHEMATICAL SANS-SERIF ITALIC CAPITAL O + /xf0/x9d/x98/x97 MATHEMATICAL SANS-SERIF ITALIC CAPITAL P + /xf0/x9d/x98/x98 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q + /xf0/x9d/x98/x99 MATHEMATICAL SANS-SERIF ITALIC CAPITAL R + /xf0/x9d/x98/x9a MATHEMATICAL SANS-SERIF ITALIC CAPITAL S + /xf0/x9d/x98/x9b MATHEMATICAL SANS-SERIF ITALIC CAPITAL T + /xf0/x9d/x98/x9c MATHEMATICAL SANS-SERIF ITALIC CAPITAL U + /xf0/x9d/x98/x9d MATHEMATICAL SANS-SERIF ITALIC CAPITAL V + /xf0/x9d/x98/x9e MATHEMATICAL SANS-SERIF ITALIC CAPITAL W + /xf0/x9d/x98/x9f MATHEMATICAL SANS-SERIF ITALIC CAPITAL X + /xf0/x9d/x98/xa0 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y + /xf0/x9d/x98/xa1 MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z + /xf0/x9d/x98/xa2 MATHEMATICAL SANS-SERIF ITALIC SMALL A + /xf0/x9d/x98/xa3 MATHEMATICAL SANS-SERIF ITALIC SMALL B + /xf0/x9d/x98/xa4 MATHEMATICAL SANS-SERIF ITALIC SMALL C + /xf0/x9d/x98/xa5 MATHEMATICAL SANS-SERIF ITALIC SMALL D + /xf0/x9d/x98/xa6 MATHEMATICAL SANS-SERIF ITALIC SMALL E + /xf0/x9d/x98/xa7 MATHEMATICAL SANS-SERIF ITALIC SMALL F + /xf0/x9d/x98/xa8 MATHEMATICAL SANS-SERIF ITALIC SMALL G + /xf0/x9d/x98/xa9 MATHEMATICAL SANS-SERIF ITALIC SMALL H + /xf0/x9d/x98/xaa MATHEMATICAL SANS-SERIF ITALIC SMALL I + /xf0/x9d/x98/xab MATHEMATICAL SANS-SERIF ITALIC SMALL J + /xf0/x9d/x98/xac MATHEMATICAL SANS-SERIF ITALIC SMALL K + /xf0/x9d/x98/xad MATHEMATICAL SANS-SERIF ITALIC SMALL L + /xf0/x9d/x98/xae MATHEMATICAL SANS-SERIF ITALIC SMALL M + /xf0/x9d/x98/xaf MATHEMATICAL SANS-SERIF ITALIC SMALL N + /xf0/x9d/x98/xb0 MATHEMATICAL SANS-SERIF ITALIC SMALL O + /xf0/x9d/x98/xb1 MATHEMATICAL SANS-SERIF ITALIC SMALL P + /xf0/x9d/x98/xb2 MATHEMATICAL SANS-SERIF ITALIC SMALL Q + /xf0/x9d/x98/xb3 MATHEMATICAL SANS-SERIF ITALIC SMALL R + /xf0/x9d/x98/xb4 MATHEMATICAL SANS-SERIF ITALIC SMALL S + /xf0/x9d/x98/xb5 MATHEMATICAL SANS-SERIF ITALIC SMALL T + /xf0/x9d/x98/xb6 MATHEMATICAL SANS-SERIF ITALIC SMALL U + /xf0/x9d/x98/xb7 MATHEMATICAL SANS-SERIF ITALIC SMALL V + /xf0/x9d/x98/xb8 MATHEMATICAL SANS-SERIF ITALIC SMALL W + /xf0/x9d/x98/xb9 MATHEMATICAL SANS-SERIF ITALIC SMALL X + /xf0/x9d/x98/xba MATHEMATICAL SANS-SERIF ITALIC SMALL Y + /xf0/x9d/x98/xbb MATHEMATICAL SANS-SERIF ITALIC SMALL Z + /xf0/x9d/x98/xbc MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A + /xf0/x9d/x98/xbd MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B + /xf0/x9d/x98/xbe MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C + /xf0/x9d/x98/xbf MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D + /xf0/x9d/x99/x80 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E + /xf0/x9d/x99/x81 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F + /xf0/x9d/x99/x82 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G + /xf0/x9d/x99/x83 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H + /xf0/x9d/x99/x84 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I + /xf0/x9d/x99/x85 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J + /xf0/x9d/x99/x86 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K + /xf0/x9d/x99/x87 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L + /xf0/x9d/x99/x88 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M + /xf0/x9d/x99/x89 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N + /xf0/x9d/x99/x8a MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O + /xf0/x9d/x99/x8b MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P + /xf0/x9d/x99/x8c MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q + /xf0/x9d/x99/x8d MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R + /xf0/x9d/x99/x8e MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S + /xf0/x9d/x99/x8f MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T + /xf0/x9d/x99/x90 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U + /xf0/x9d/x99/x91 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V + /xf0/x9d/x99/x92 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W + /xf0/x9d/x99/x93 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X + /xf0/x9d/x99/x94 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y + /xf0/x9d/x99/x95 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z + /xf0/x9d/x99/x96 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A + /xf0/x9d/x99/x97 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B + /xf0/x9d/x99/x98 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C + /xf0/x9d/x99/x99 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D + /xf0/x9d/x99/x9a MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E + /xf0/x9d/x99/x9b MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F + /xf0/x9d/x99/x9c MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G + /xf0/x9d/x99/x9d MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H + /xf0/x9d/x99/x9e MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I + /xf0/x9d/x99/x9f MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J + /xf0/x9d/x99/xa0 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K + /xf0/x9d/x99/xa1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L + /xf0/x9d/x99/xa2 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M + /xf0/x9d/x99/xa3 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N + /xf0/x9d/x99/xa4 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O + /xf0/x9d/x99/xa5 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P + /xf0/x9d/x99/xa6 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q + /xf0/x9d/x99/xa7 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R + /xf0/x9d/x99/xa8 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S + /xf0/x9d/x99/xa9 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T + /xf0/x9d/x99/xaa MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U + /xf0/x9d/x99/xab MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V + /xf0/x9d/x99/xac MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W + /xf0/x9d/x99/xad MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X + /xf0/x9d/x99/xae MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y + /xf0/x9d/x99/xaf MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z + /xf0/x9d/x99/xb0 MATHEMATICAL MONOSPACE CAPITAL A + /xf0/x9d/x99/xb1 MATHEMATICAL MONOSPACE CAPITAL B + /xf0/x9d/x99/xb2 MATHEMATICAL MONOSPACE CAPITAL C + /xf0/x9d/x99/xb3 MATHEMATICAL MONOSPACE CAPITAL D + /xf0/x9d/x99/xb4 MATHEMATICAL MONOSPACE CAPITAL E + /xf0/x9d/x99/xb5 MATHEMATICAL MONOSPACE CAPITAL F + /xf0/x9d/x99/xb6 MATHEMATICAL MONOSPACE CAPITAL G + /xf0/x9d/x99/xb7 MATHEMATICAL MONOSPACE CAPITAL H + /xf0/x9d/x99/xb8 MATHEMATICAL MONOSPACE CAPITAL I + /xf0/x9d/x99/xb9 MATHEMATICAL MONOSPACE CAPITAL J + /xf0/x9d/x99/xba MATHEMATICAL MONOSPACE CAPITAL K + /xf0/x9d/x99/xbb MATHEMATICAL MONOSPACE CAPITAL L + /xf0/x9d/x99/xbc MATHEMATICAL MONOSPACE CAPITAL M + /xf0/x9d/x99/xbd MATHEMATICAL MONOSPACE CAPITAL N + /xf0/x9d/x99/xbe MATHEMATICAL MONOSPACE CAPITAL O + /xf0/x9d/x99/xbf MATHEMATICAL MONOSPACE CAPITAL P + /xf0/x9d/x9a/x80 MATHEMATICAL MONOSPACE CAPITAL Q + /xf0/x9d/x9a/x81 MATHEMATICAL MONOSPACE CAPITAL R + /xf0/x9d/x9a/x82 MATHEMATICAL MONOSPACE CAPITAL S + /xf0/x9d/x9a/x83 MATHEMATICAL MONOSPACE CAPITAL T + /xf0/x9d/x9a/x84 MATHEMATICAL MONOSPACE CAPITAL U + /xf0/x9d/x9a/x85 MATHEMATICAL MONOSPACE CAPITAL V + /xf0/x9d/x9a/x86 MATHEMATICAL MONOSPACE CAPITAL W + /xf0/x9d/x9a/x87 MATHEMATICAL MONOSPACE CAPITAL X + /xf0/x9d/x9a/x88 MATHEMATICAL MONOSPACE CAPITAL Y + /xf0/x9d/x9a/x89 MATHEMATICAL MONOSPACE CAPITAL Z + /xf0/x9d/x9a/x8a MATHEMATICAL MONOSPACE SMALL A + /xf0/x9d/x9a/x8b MATHEMATICAL MONOSPACE SMALL B + /xf0/x9d/x9a/x8c MATHEMATICAL MONOSPACE SMALL C + /xf0/x9d/x9a/x8d MATHEMATICAL MONOSPACE SMALL D + /xf0/x9d/x9a/x8e MATHEMATICAL MONOSPACE SMALL E + /xf0/x9d/x9a/x8f MATHEMATICAL MONOSPACE SMALL F + /xf0/x9d/x9a/x90 MATHEMATICAL MONOSPACE SMALL G + /xf0/x9d/x9a/x91 MATHEMATICAL MONOSPACE SMALL H + /xf0/x9d/x9a/x92 MATHEMATICAL MONOSPACE SMALL I + /xf0/x9d/x9a/x93 MATHEMATICAL MONOSPACE SMALL J + /xf0/x9d/x9a/x94 MATHEMATICAL MONOSPACE SMALL K + /xf0/x9d/x9a/x95 MATHEMATICAL MONOSPACE SMALL L + /xf0/x9d/x9a/x96 MATHEMATICAL MONOSPACE SMALL M + /xf0/x9d/x9a/x97 MATHEMATICAL MONOSPACE SMALL N + /xf0/x9d/x9a/x98 MATHEMATICAL MONOSPACE SMALL O + /xf0/x9d/x9a/x99 MATHEMATICAL MONOSPACE SMALL P + /xf0/x9d/x9a/x9a MATHEMATICAL MONOSPACE SMALL Q + /xf0/x9d/x9a/x9b MATHEMATICAL MONOSPACE SMALL R + /xf0/x9d/x9a/x9c MATHEMATICAL MONOSPACE SMALL S + /xf0/x9d/x9a/x9d MATHEMATICAL MONOSPACE SMALL T + /xf0/x9d/x9a/x9e MATHEMATICAL MONOSPACE SMALL U + /xf0/x9d/x9a/x9f MATHEMATICAL MONOSPACE SMALL V + /xf0/x9d/x9a/xa0 MATHEMATICAL MONOSPACE SMALL W + /xf0/x9d/x9a/xa1 MATHEMATICAL MONOSPACE SMALL X + /xf0/x9d/x9a/xa2 MATHEMATICAL MONOSPACE SMALL Y + /xf0/x9d/x9a/xa3 MATHEMATICAL MONOSPACE SMALL Z + /xf0/x9d/x9a/xa8 MATHEMATICAL BOLD CAPITAL ALPHA + /xf0/x9d/x9a/xa9 MATHEMATICAL BOLD CAPITAL BETA + /xf0/x9d/x9a/xaa MATHEMATICAL BOLD CAPITAL GAMMA + /xf0/x9d/x9a/xab MATHEMATICAL BOLD CAPITAL DELTA + /xf0/x9d/x9a/xac MATHEMATICAL BOLD CAPITAL EPSILON + /xf0/x9d/x9a/xad MATHEMATICAL BOLD CAPITAL ZETA + /xf0/x9d/x9a/xae MATHEMATICAL BOLD CAPITAL ETA + /xf0/x9d/x9a/xaf MATHEMATICAL BOLD CAPITAL THETA + /xf0/x9d/x9a/xb0 MATHEMATICAL BOLD CAPITAL IOTA + /xf0/x9d/x9a/xb1 MATHEMATICAL BOLD CAPITAL KAPPA + /xf0/x9d/x9a/xb2 MATHEMATICAL BOLD CAPITAL LAMDA + /xf0/x9d/x9a/xb3 MATHEMATICAL BOLD CAPITAL MU + /xf0/x9d/x9a/xb4 MATHEMATICAL BOLD CAPITAL NU + /xf0/x9d/x9a/xb5 MATHEMATICAL BOLD CAPITAL XI + /xf0/x9d/x9a/xb6 MATHEMATICAL BOLD CAPITAL OMICRON + /xf0/x9d/x9a/xb7 MATHEMATICAL BOLD CAPITAL PI + /xf0/x9d/x9a/xb8 MATHEMATICAL BOLD CAPITAL RHO + /xf0/x9d/x9a/xb9 MATHEMATICAL BOLD CAPITAL THETA SYMBOL + /xf0/x9d/x9a/xba MATHEMATICAL BOLD CAPITAL SIGMA + /xf0/x9d/x9a/xbb MATHEMATICAL BOLD CAPITAL TAU + /xf0/x9d/x9a/xbc MATHEMATICAL BOLD CAPITAL UPSILON + /xf0/x9d/x9a/xbd MATHEMATICAL BOLD CAPITAL PHI + /xf0/x9d/x9a/xbe MATHEMATICAL BOLD CAPITAL CHI + /xf0/x9d/x9a/xbf MATHEMATICAL BOLD CAPITAL PSI + /xf0/x9d/x9b/x80 MATHEMATICAL BOLD CAPITAL OMEGA + /xf0/x9d/x9b/x81 MATHEMATICAL BOLD NABLA + /xf0/x9d/x9b/x82 MATHEMATICAL BOLD SMALL ALPHA + /xf0/x9d/x9b/x83 MATHEMATICAL BOLD SMALL BETA + /xf0/x9d/x9b/x84 MATHEMATICAL BOLD SMALL GAMMA + /xf0/x9d/x9b/x85 MATHEMATICAL BOLD SMALL DELTA + /xf0/x9d/x9b/x86 MATHEMATICAL BOLD SMALL EPSILON + /xf0/x9d/x9b/x87 MATHEMATICAL BOLD SMALL ZETA + /xf0/x9d/x9b/x88 MATHEMATICAL BOLD SMALL ETA + /xf0/x9d/x9b/x89 MATHEMATICAL BOLD SMALL THETA + /xf0/x9d/x9b/x8a MATHEMATICAL BOLD SMALL IOTA + /xf0/x9d/x9b/x8b MATHEMATICAL BOLD SMALL KAPPA + /xf0/x9d/x9b/x8c MATHEMATICAL BOLD SMALL LAMDA + /xf0/x9d/x9b/x8d MATHEMATICAL BOLD SMALL MU + /xf0/x9d/x9b/x8e MATHEMATICAL BOLD SMALL NU + /xf0/x9d/x9b/x8f MATHEMATICAL BOLD SMALL XI + /xf0/x9d/x9b/x90 MATHEMATICAL BOLD SMALL OMICRON + /xf0/x9d/x9b/x91 MATHEMATICAL BOLD SMALL PI + /xf0/x9d/x9b/x92 MATHEMATICAL BOLD SMALL RHO + /xf0/x9d/x9b/x93 MATHEMATICAL BOLD SMALL FINAL SIGMA + /xf0/x9d/x9b/x94 MATHEMATICAL BOLD SMALL SIGMA + /xf0/x9d/x9b/x95 MATHEMATICAL BOLD SMALL TAU + /xf0/x9d/x9b/x96 MATHEMATICAL BOLD SMALL UPSILON + /xf0/x9d/x9b/x97 MATHEMATICAL BOLD SMALL PHI + /xf0/x9d/x9b/x98 MATHEMATICAL BOLD SMALL CHI + /xf0/x9d/x9b/x99 MATHEMATICAL BOLD SMALL PSI + /xf0/x9d/x9b/x9a MATHEMATICAL BOLD SMALL OMEGA + /xf0/x9d/x9b/x9b MATHEMATICAL BOLD PARTIAL DIFFERENTIAL + /xf0/x9d/x9b/x9c MATHEMATICAL BOLD EPSILON SYMBOL + /xf0/x9d/x9b/x9d MATHEMATICAL BOLD THETA SYMBOL + /xf0/x9d/x9b/x9e MATHEMATICAL BOLD KAPPA SYMBOL + /xf0/x9d/x9b/x9f MATHEMATICAL BOLD PHI SYMBOL + /xf0/x9d/x9b/xa0 MATHEMATICAL BOLD RHO SYMBOL + /xf0/x9d/x9b/xa1 MATHEMATICAL BOLD PI SYMBOL + /xf0/x9d/x9b/xa2 MATHEMATICAL ITALIC CAPITAL ALPHA + /xf0/x9d/x9b/xa3 MATHEMATICAL ITALIC CAPITAL BETA + /xf0/x9d/x9b/xa4 MATHEMATICAL ITALIC CAPITAL GAMMA + /xf0/x9d/x9b/xa5 MATHEMATICAL ITALIC CAPITAL DELTA + /xf0/x9d/x9b/xa6 MATHEMATICAL ITALIC CAPITAL EPSILON + /xf0/x9d/x9b/xa7 MATHEMATICAL ITALIC CAPITAL ZETA + /xf0/x9d/x9b/xa8 MATHEMATICAL ITALIC CAPITAL ETA + /xf0/x9d/x9b/xa9 MATHEMATICAL ITALIC CAPITAL THETA + /xf0/x9d/x9b/xaa MATHEMATICAL ITALIC CAPITAL IOTA + /xf0/x9d/x9b/xab MATHEMATICAL ITALIC CAPITAL KAPPA + /xf0/x9d/x9b/xac MATHEMATICAL ITALIC CAPITAL LAMDA + /xf0/x9d/x9b/xad MATHEMATICAL ITALIC CAPITAL MU + /xf0/x9d/x9b/xae MATHEMATICAL ITALIC CAPITAL NU + /xf0/x9d/x9b/xaf MATHEMATICAL ITALIC CAPITAL XI + /xf0/x9d/x9b/xb0 MATHEMATICAL ITALIC CAPITAL OMICRON + /xf0/x9d/x9b/xb1 MATHEMATICAL ITALIC CAPITAL PI + /xf0/x9d/x9b/xb2 MATHEMATICAL ITALIC CAPITAL RHO + /xf0/x9d/x9b/xb3 MATHEMATICAL ITALIC CAPITAL THETA SYMBOL + /xf0/x9d/x9b/xb4 MATHEMATICAL ITALIC CAPITAL SIGMA + /xf0/x9d/x9b/xb5 MATHEMATICAL ITALIC CAPITAL TAU + /xf0/x9d/x9b/xb6 MATHEMATICAL ITALIC CAPITAL UPSILON + /xf0/x9d/x9b/xb7 MATHEMATICAL ITALIC CAPITAL PHI + /xf0/x9d/x9b/xb8 MATHEMATICAL ITALIC CAPITAL CHI + /xf0/x9d/x9b/xb9 MATHEMATICAL ITALIC CAPITAL PSI + /xf0/x9d/x9b/xba MATHEMATICAL ITALIC CAPITAL OMEGA + /xf0/x9d/x9b/xbb MATHEMATICAL ITALIC NABLA + /xf0/x9d/x9b/xbc MATHEMATICAL ITALIC SMALL ALPHA + /xf0/x9d/x9b/xbd MATHEMATICAL ITALIC SMALL BETA + /xf0/x9d/x9b/xbe MATHEMATICAL ITALIC SMALL GAMMA + /xf0/x9d/x9b/xbf MATHEMATICAL ITALIC SMALL DELTA + /xf0/x9d/x9c/x80 MATHEMATICAL ITALIC SMALL EPSILON + /xf0/x9d/x9c/x81 MATHEMATICAL ITALIC SMALL ZETA + /xf0/x9d/x9c/x82 MATHEMATICAL ITALIC SMALL ETA + /xf0/x9d/x9c/x83 MATHEMATICAL ITALIC SMALL THETA + /xf0/x9d/x9c/x84 MATHEMATICAL ITALIC SMALL IOTA + /xf0/x9d/x9c/x85 MATHEMATICAL ITALIC SMALL KAPPA + /xf0/x9d/x9c/x86 MATHEMATICAL ITALIC SMALL LAMDA + /xf0/x9d/x9c/x87 MATHEMATICAL ITALIC SMALL MU + /xf0/x9d/x9c/x88 MATHEMATICAL ITALIC SMALL NU + /xf0/x9d/x9c/x89 MATHEMATICAL ITALIC SMALL XI + /xf0/x9d/x9c/x8a MATHEMATICAL ITALIC SMALL OMICRON + /xf0/x9d/x9c/x8b MATHEMATICAL ITALIC SMALL PI + /xf0/x9d/x9c/x8c MATHEMATICAL ITALIC SMALL RHO + /xf0/x9d/x9c/x8d MATHEMATICAL ITALIC SMALL FINAL SIGMA + /xf0/x9d/x9c/x8e MATHEMATICAL ITALIC SMALL SIGMA + /xf0/x9d/x9c/x8f MATHEMATICAL ITALIC SMALL TAU + /xf0/x9d/x9c/x90 MATHEMATICAL ITALIC SMALL UPSILON + /xf0/x9d/x9c/x91 MATHEMATICAL ITALIC SMALL PHI + /xf0/x9d/x9c/x92 MATHEMATICAL ITALIC SMALL CHI + /xf0/x9d/x9c/x93 MATHEMATICAL ITALIC SMALL PSI + /xf0/x9d/x9c/x94 MATHEMATICAL ITALIC SMALL OMEGA + /xf0/x9d/x9c/x95 MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL + /xf0/x9d/x9c/x96 MATHEMATICAL ITALIC EPSILON SYMBOL + /xf0/x9d/x9c/x97 MATHEMATICAL ITALIC THETA SYMBOL + /xf0/x9d/x9c/x98 MATHEMATICAL ITALIC KAPPA SYMBOL + /xf0/x9d/x9c/x99 MATHEMATICAL ITALIC PHI SYMBOL + /xf0/x9d/x9c/x9a MATHEMATICAL ITALIC RHO SYMBOL + /xf0/x9d/x9c/x9b MATHEMATICAL ITALIC PI SYMBOL + /xf0/x9d/x9c/x9c MATHEMATICAL BOLD ITALIC CAPITAL ALPHA + /xf0/x9d/x9c/x9d MATHEMATICAL BOLD ITALIC CAPITAL BETA + /xf0/x9d/x9c/x9e MATHEMATICAL BOLD ITALIC CAPITAL GAMMA + /xf0/x9d/x9c/x9f MATHEMATICAL BOLD ITALIC CAPITAL DELTA + /xf0/x9d/x9c/xa0 MATHEMATICAL BOLD ITALIC CAPITAL EPSILON + /xf0/x9d/x9c/xa1 MATHEMATICAL BOLD ITALIC CAPITAL ZETA + /xf0/x9d/x9c/xa2 MATHEMATICAL BOLD ITALIC CAPITAL ETA + /xf0/x9d/x9c/xa3 MATHEMATICAL BOLD ITALIC CAPITAL THETA + /xf0/x9d/x9c/xa4 MATHEMATICAL BOLD ITALIC CAPITAL IOTA + /xf0/x9d/x9c/xa5 MATHEMATICAL BOLD ITALIC CAPITAL KAPPA + /xf0/x9d/x9c/xa6 MATHEMATICAL BOLD ITALIC CAPITAL LAMDA + /xf0/x9d/x9c/xa7 MATHEMATICAL BOLD ITALIC CAPITAL MU + /xf0/x9d/x9c/xa8 MATHEMATICAL BOLD ITALIC CAPITAL NU + /xf0/x9d/x9c/xa9 MATHEMATICAL BOLD ITALIC CAPITAL XI + /xf0/x9d/x9c/xaa MATHEMATICAL BOLD ITALIC CAPITAL OMICRON + /xf0/x9d/x9c/xab MATHEMATICAL BOLD ITALIC CAPITAL PI + /xf0/x9d/x9c/xac MATHEMATICAL BOLD ITALIC CAPITAL RHO + /xf0/x9d/x9c/xad MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL + /xf0/x9d/x9c/xae MATHEMATICAL BOLD ITALIC CAPITAL SIGMA + /xf0/x9d/x9c/xaf MATHEMATICAL BOLD ITALIC CAPITAL TAU + /xf0/x9d/x9c/xb0 MATHEMATICAL BOLD ITALIC CAPITAL UPSILON + /xf0/x9d/x9c/xb1 MATHEMATICAL BOLD ITALIC CAPITAL PHI + /xf0/x9d/x9c/xb2 MATHEMATICAL BOLD ITALIC CAPITAL CHI + /xf0/x9d/x9c/xb3 MATHEMATICAL BOLD ITALIC CAPITAL PSI + /xf0/x9d/x9c/xb4 MATHEMATICAL BOLD ITALIC CAPITAL OMEGA + /xf0/x9d/x9c/xb5 MATHEMATICAL BOLD ITALIC NABLA + /xf0/x9d/x9c/xb6 MATHEMATICAL BOLD ITALIC SMALL ALPHA + /xf0/x9d/x9c/xb7 MATHEMATICAL BOLD ITALIC SMALL BETA + /xf0/x9d/x9c/xb8 MATHEMATICAL BOLD ITALIC SMALL GAMMA + /xf0/x9d/x9c/xb9 MATHEMATICAL BOLD ITALIC SMALL DELTA + /xf0/x9d/x9c/xba MATHEMATICAL BOLD ITALIC SMALL EPSILON + /xf0/x9d/x9c/xbb MATHEMATICAL BOLD ITALIC SMALL ZETA + /xf0/x9d/x9c/xbc MATHEMATICAL BOLD ITALIC SMALL ETA + /xf0/x9d/x9c/xbd MATHEMATICAL BOLD ITALIC SMALL THETA + /xf0/x9d/x9c/xbe MATHEMATICAL BOLD ITALIC SMALL IOTA + /xf0/x9d/x9c/xbf MATHEMATICAL BOLD ITALIC SMALL KAPPA + /xf0/x9d/x9d/x80 MATHEMATICAL BOLD ITALIC SMALL LAMDA + /xf0/x9d/x9d/x81 MATHEMATICAL BOLD ITALIC SMALL MU + /xf0/x9d/x9d/x82 MATHEMATICAL BOLD ITALIC SMALL NU + /xf0/x9d/x9d/x83 MATHEMATICAL BOLD ITALIC SMALL XI + /xf0/x9d/x9d/x84 MATHEMATICAL BOLD ITALIC SMALL OMICRON + /xf0/x9d/x9d/x85 MATHEMATICAL BOLD ITALIC SMALL PI + /xf0/x9d/x9d/x86 MATHEMATICAL BOLD ITALIC SMALL RHO + /xf0/x9d/x9d/x87 MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA + /xf0/x9d/x9d/x88 MATHEMATICAL BOLD ITALIC SMALL SIGMA + /xf0/x9d/x9d/x89 MATHEMATICAL BOLD ITALIC SMALL TAU + /xf0/x9d/x9d/x8a MATHEMATICAL BOLD ITALIC SMALL UPSILON + /xf0/x9d/x9d/x8b MATHEMATICAL BOLD ITALIC SMALL PHI + /xf0/x9d/x9d/x8c MATHEMATICAL BOLD ITALIC SMALL CHI + /xf0/x9d/x9d/x8d MATHEMATICAL BOLD ITALIC SMALL PSI + /xf0/x9d/x9d/x8e MATHEMATICAL BOLD ITALIC SMALL OMEGA + /xf0/x9d/x9d/x8f MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL + /xf0/x9d/x9d/x90 MATHEMATICAL BOLD ITALIC EPSILON SYMBOL + /xf0/x9d/x9d/x91 MATHEMATICAL BOLD ITALIC THETA SYMBOL + /xf0/x9d/x9d/x92 MATHEMATICAL BOLD ITALIC KAPPA SYMBOL + /xf0/x9d/x9d/x93 MATHEMATICAL BOLD ITALIC PHI SYMBOL + /xf0/x9d/x9d/x94 MATHEMATICAL BOLD ITALIC RHO SYMBOL + /xf0/x9d/x9d/x95 MATHEMATICAL BOLD ITALIC PI SYMBOL + /xf0/x9d/x9d/x96 MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA + /xf0/x9d/x9d/x97 MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA + /xf0/x9d/x9d/x98 MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA + /xf0/x9d/x9d/x99 MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA + /xf0/x9d/x9d/x9a MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON + /xf0/x9d/x9d/x9b MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA + /xf0/x9d/x9d/x9c MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA + /xf0/x9d/x9d/x9d MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA + /xf0/x9d/x9d/x9e MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA + /xf0/x9d/x9d/x9f MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA + /xf0/x9d/x9d/xa0 MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA + /xf0/x9d/x9d/xa1 MATHEMATICAL SANS-SERIF BOLD CAPITAL MU + /xf0/x9d/x9d/xa2 MATHEMATICAL SANS-SERIF BOLD CAPITAL NU + /xf0/x9d/x9d/xa3 MATHEMATICAL SANS-SERIF BOLD CAPITAL XI + /xf0/x9d/x9d/xa4 MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON + /xf0/x9d/x9d/xa5 MATHEMATICAL SANS-SERIF BOLD CAPITAL PI + /xf0/x9d/x9d/xa6 MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO + /xf0/x9d/x9d/xa7 MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL + /xf0/x9d/x9d/xa8 MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA + /xf0/x9d/x9d/xa9 MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU + /xf0/x9d/x9d/xaa MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON + /xf0/x9d/x9d/xab MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI + /xf0/x9d/x9d/xac MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI + /xf0/x9d/x9d/xad MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI + /xf0/x9d/x9d/xae MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA + /xf0/x9d/x9d/xaf MATHEMATICAL SANS-SERIF BOLD NABLA + /xf0/x9d/x9d/xb0 MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA + /xf0/x9d/x9d/xb1 MATHEMATICAL SANS-SERIF BOLD SMALL BETA + /xf0/x9d/x9d/xb2 MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA + /xf0/x9d/x9d/xb3 MATHEMATICAL SANS-SERIF BOLD SMALL DELTA + /xf0/x9d/x9d/xb4 MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON + /xf0/x9d/x9d/xb5 MATHEMATICAL SANS-SERIF BOLD SMALL ZETA + /xf0/x9d/x9d/xb6 MATHEMATICAL SANS-SERIF BOLD SMALL ETA + /xf0/x9d/x9d/xb7 MATHEMATICAL SANS-SERIF BOLD SMALL THETA + /xf0/x9d/x9d/xb8 MATHEMATICAL SANS-SERIF BOLD SMALL IOTA + /xf0/x9d/x9d/xb9 MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA + /xf0/x9d/x9d/xba MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA + /xf0/x9d/x9d/xbb MATHEMATICAL SANS-SERIF BOLD SMALL MU + /xf0/x9d/x9d/xbc MATHEMATICAL SANS-SERIF BOLD SMALL NU + /xf0/x9d/x9d/xbd MATHEMATICAL SANS-SERIF BOLD SMALL XI + /xf0/x9d/x9d/xbe MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON + /xf0/x9d/x9d/xbf MATHEMATICAL SANS-SERIF BOLD SMALL PI + /xf0/x9d/x9e/x80 MATHEMATICAL SANS-SERIF BOLD SMALL RHO + /xf0/x9d/x9e/x81 MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA + /xf0/x9d/x9e/x82 MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA + /xf0/x9d/x9e/x83 MATHEMATICAL SANS-SERIF BOLD SMALL TAU + /xf0/x9d/x9e/x84 MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON + /xf0/x9d/x9e/x85 MATHEMATICAL SANS-SERIF BOLD SMALL PHI + /xf0/x9d/x9e/x86 MATHEMATICAL SANS-SERIF BOLD SMALL CHI + /xf0/x9d/x9e/x87 MATHEMATICAL SANS-SERIF BOLD SMALL PSI + /xf0/x9d/x9e/x88 MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA + /xf0/x9d/x9e/x89 MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL + /xf0/x9d/x9e/x8a MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL + /xf0/x9d/x9e/x8b MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL + /xf0/x9d/x9e/x8c MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL + /xf0/x9d/x9e/x8d MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL + /xf0/x9d/x9e/x8e MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL + /xf0/x9d/x9e/x8f MATHEMATICAL SANS-SERIF BOLD PI SYMBOL + /xf0/x9d/x9e/x90 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA + /xf0/x9d/x9e/x91 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA + /xf0/x9d/x9e/x92 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA + /xf0/x9d/x9e/x93 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA + /xf0/x9d/x9e/x94 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON + /xf0/x9d/x9e/x95 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA + /xf0/x9d/x9e/x96 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA + /xf0/x9d/x9e/x97 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA + /xf0/x9d/x9e/x98 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA + /xf0/x9d/x9e/x99 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA + /xf0/x9d/x9e/x9a MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA + /xf0/x9d/x9e/x9b MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU + /xf0/x9d/x9e/x9c MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU + /xf0/x9d/x9e/x9d MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI + /xf0/x9d/x9e/x9e MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON + /xf0/x9d/x9e/x9f MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI + /xf0/x9d/x9e/xa0 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO + /xf0/x9d/x9e/xa1 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL + /xf0/x9d/x9e/xa2 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA + /xf0/x9d/x9e/xa3 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU + /xf0/x9d/x9e/xa4 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON + /xf0/x9d/x9e/xa5 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI + /xf0/x9d/x9e/xa6 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI + /xf0/x9d/x9e/xa7 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI + /xf0/x9d/x9e/xa8 MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA + /xf0/x9d/x9e/xa9 MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA + /xf0/x9d/x9e/xaa MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA + /xf0/x9d/x9e/xab MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA + /xf0/x9d/x9e/xac MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA + /xf0/x9d/x9e/xad MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA + /xf0/x9d/x9e/xae MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON + /xf0/x9d/x9e/xaf MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA + /xf0/x9d/x9e/xb0 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA + /xf0/x9d/x9e/xb1 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA + /xf0/x9d/x9e/xb2 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA + /xf0/x9d/x9e/xb3 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA + /xf0/x9d/x9e/xb4 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA + /xf0/x9d/x9e/xb5 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU + /xf0/x9d/x9e/xb6 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU + /xf0/x9d/x9e/xb7 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI + /xf0/x9d/x9e/xb8 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON + /xf0/x9d/x9e/xb9 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI + /xf0/x9d/x9e/xba MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO + /xf0/x9d/x9e/xbb MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA + /xf0/x9d/x9e/xbc MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA + /xf0/x9d/x9e/xbd MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU + /xf0/x9d/x9e/xbe MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON + /xf0/x9d/x9e/xbf MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI + /xf0/x9d/x9f/x80 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI + /xf0/x9d/x9f/x81 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI + /xf0/x9d/x9f/x82 MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA + /xf0/x9d/x9f/x83 MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL + /xf0/x9d/x9f/x84 MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL + /xf0/x9d/x9f/x85 MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL + /xf0/x9d/x9f/x86 MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL + /xf0/x9d/x9f/x87 MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL + /xf0/x9d/x9f/x88 MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL + /xf0/x9d/x9f/x89 MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL + /xf0/x9d/x9f/x8e MATHEMATICAL BOLD DIGIT ZERO + /xf0/x9d/x9f/x8f MATHEMATICAL BOLD DIGIT ONE + /xf0/x9d/x9f/x90 MATHEMATICAL BOLD DIGIT TWO + /xf0/x9d/x9f/x91 MATHEMATICAL BOLD DIGIT THREE + /xf0/x9d/x9f/x92 MATHEMATICAL BOLD DIGIT FOUR + /xf0/x9d/x9f/x93 MATHEMATICAL BOLD DIGIT FIVE + /xf0/x9d/x9f/x94 MATHEMATICAL BOLD DIGIT SIX + /xf0/x9d/x9f/x95 MATHEMATICAL BOLD DIGIT SEVEN + /xf0/x9d/x9f/x96 MATHEMATICAL BOLD DIGIT EIGHT + /xf0/x9d/x9f/x97 MATHEMATICAL BOLD DIGIT NINE + /xf0/x9d/x9f/x98 MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO + /xf0/x9d/x9f/x99 MATHEMATICAL DOUBLE-STRUCK DIGIT ONE + /xf0/x9d/x9f/x9a MATHEMATICAL DOUBLE-STRUCK DIGIT TWO + /xf0/x9d/x9f/x9b MATHEMATICAL DOUBLE-STRUCK DIGIT THREE + /xf0/x9d/x9f/x9c MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR + /xf0/x9d/x9f/x9d MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE + /xf0/x9d/x9f/x9e MATHEMATICAL DOUBLE-STRUCK DIGIT SIX + /xf0/x9d/x9f/x9f MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN + /xf0/x9d/x9f/xa0 MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT + /xf0/x9d/x9f/xa1 MATHEMATICAL DOUBLE-STRUCK DIGIT NINE + /xf0/x9d/x9f/xa2 MATHEMATICAL SANS-SERIF DIGIT ZERO + /xf0/x9d/x9f/xa3 MATHEMATICAL SANS-SERIF DIGIT ONE + /xf0/x9d/x9f/xa4 MATHEMATICAL SANS-SERIF DIGIT TWO + /xf0/x9d/x9f/xa5 MATHEMATICAL SANS-SERIF DIGIT THREE + /xf0/x9d/x9f/xa6 MATHEMATICAL SANS-SERIF DIGIT FOUR + /xf0/x9d/x9f/xa7 MATHEMATICAL SANS-SERIF DIGIT FIVE + /xf0/x9d/x9f/xa8 MATHEMATICAL SANS-SERIF DIGIT SIX + /xf0/x9d/x9f/xa9 MATHEMATICAL SANS-SERIF DIGIT SEVEN + /xf0/x9d/x9f/xaa MATHEMATICAL SANS-SERIF DIGIT EIGHT + /xf0/x9d/x9f/xab MATHEMATICAL SANS-SERIF DIGIT NINE + /xf0/x9d/x9f/xac MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO + /xf0/x9d/x9f/xad MATHEMATICAL SANS-SERIF BOLD DIGIT ONE + /xf0/x9d/x9f/xae MATHEMATICAL SANS-SERIF BOLD DIGIT TWO + /xf0/x9d/x9f/xaf MATHEMATICAL SANS-SERIF BOLD DIGIT THREE + /xf0/x9d/x9f/xb0 MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR + /xf0/x9d/x9f/xb1 MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE + /xf0/x9d/x9f/xb2 MATHEMATICAL SANS-SERIF BOLD DIGIT SIX + /xf0/x9d/x9f/xb3 MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN + /xf0/x9d/x9f/xb4 MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT + /xf0/x9d/x9f/xb5 MATHEMATICAL SANS-SERIF BOLD DIGIT NINE + /xf0/x9d/x9f/xb6 MATHEMATICAL MONOSPACE DIGIT ZERO + /xf0/x9d/x9f/xb7 MATHEMATICAL MONOSPACE DIGIT ONE + /xf0/x9d/x9f/xb8 MATHEMATICAL MONOSPACE DIGIT TWO + /xf0/x9d/x9f/xb9 MATHEMATICAL MONOSPACE DIGIT THREE + /xf0/x9d/x9f/xba MATHEMATICAL MONOSPACE DIGIT FOUR + /xf0/x9d/x9f/xbb MATHEMATICAL MONOSPACE DIGIT FIVE + /xf0/x9d/x9f/xbc MATHEMATICAL MONOSPACE DIGIT SIX + /xf0/x9d/x9f/xbd MATHEMATICAL MONOSPACE DIGIT SEVEN + /xf0/x9d/x9f/xbe MATHEMATICAL MONOSPACE DIGIT EIGHT + /xf0/x9d/x9f/xbf MATHEMATICAL MONOSPACE DIGIT NINE +.. /xf0/xa0/x80/x80 +.. /xf0/xa0/x81/x80 +.. /xf0/xa0/x82/x80 +.. /xf0/xa0/x83/x80 +.. /xf0/xa0/x84/x80 +.. /xf0/xa0/x85/x80 +.. /xf0/xa0/x86/x80 +.. /xf0/xa0/x87/x80 +.. /xf0/xa0/x88/x80 +.. /xf0/xa0/x89/x80 +.. /xf0/xa0/x8a/x80 +.. /xf0/xa0/x8b/x80 +.. /xf0/xa0/x8c/x80 +.. /xf0/xa0/x8d/x80 +.. /xf0/xa0/x8e/x80 +.. /xf0/xa0/x8f/x80 +.. /xf0/xa0/x90/x80 +.. /xf0/xa0/x91/x80 +.. /xf0/xa0/x92/x80 +.. /xf0/xa0/x93/x80 +.. /xf0/xa0/x94/x80 +.. /xf0/xa0/x95/x80 +.. /xf0/xa0/x96/x80 +.. /xf0/xa0/x97/x80 +.. /xf0/xa0/x98/x80 +.. /xf0/xa0/x99/x80 +.. /xf0/xa0/x9a/x80 +.. /xf0/xa0/x9b/x80 +.. /xf0/xa0/x9c/x80 +.. /xf0/xa0/x9d/x80 +.. /xf0/xa0/x9e/x80 +.. /xf0/xa0/x9f/x80 +.. /xf0/xa0/xa0/x80 +.. /xf0/xa0/xa1/x80 +.. /xf0/xa0/xa2/x80 +.. /xf0/xa0/xa3/x80 +.. /xf0/xa0/xa4/x80 +.. /xf0/xa0/xa5/x80 +.. /xf0/xa0/xa6/x80 +.. /xf0/xa0/xa7/x80 +.. /xf0/xa0/xa8/x80 +.. /xf0/xa0/xa9/x80 +.. /xf0/xa0/xaa/x80 +.. /xf0/xa0/xab/x80 +.. /xf0/xa0/xac/x80 +.. /xf0/xa0/xad/x80 +.. /xf0/xa0/xae/x80 +.. /xf0/xa0/xaf/x80 +.. /xf0/xa0/xb0/x80 +.. /xf0/xa0/xb1/x80 +.. /xf0/xa0/xb2/x80 +.. /xf0/xa0/xb3/x80 +.. /xf0/xa0/xb4/x80 +.. /xf0/xa0/xb5/x80 +.. /xf0/xa0/xb6/x80 +.. /xf0/xa0/xb7/x80 +.. /xf0/xa0/xb8/x80 +.. /xf0/xa0/xb9/x80 +.. /xf0/xa0/xba/x80 +.. /xf0/xa0/xbb/x80 +.. /xf0/xa0/xbc/x80 +.. /xf0/xa0/xbd/x80 +.. /xf0/xa0/xbe/x80 +.. /xf0/xa0/xbf/x80 +.. /xf0/xa1/x80/x80 +.. /xf0/xa1/x81/x80 +.. /xf0/xa1/x82/x80 +.. /xf0/xa1/x83/x80 +.. /xf0/xa1/x84/x80 +.. /xf0/xa1/x85/x80 +.. /xf0/xa1/x86/x80 +.. /xf0/xa1/x87/x80 +.. /xf0/xa1/x88/x80 +.. /xf0/xa1/x89/x80 +.. /xf0/xa1/x8a/x80 +.. /xf0/xa1/x8b/x80 +.. /xf0/xa1/x8c/x80 +.. /xf0/xa1/x8d/x80 +.. /xf0/xa1/x8e/x80 +.. /xf0/xa1/x8f/x80 +.. /xf0/xa1/x90/x80 +.. /xf0/xa1/x91/x80 +.. /xf0/xa1/x92/x80 +.. /xf0/xa1/x93/x80 +.. /xf0/xa1/x94/x80 +.. /xf0/xa1/x95/x80 +.. /xf0/xa1/x96/x80 +.. /xf0/xa1/x97/x80 +.. /xf0/xa1/x98/x80 +.. /xf0/xa1/x99/x80 +.. /xf0/xa1/x9a/x80 +.. /xf0/xa1/x9b/x80 +.. /xf0/xa1/x9c/x80 +.. /xf0/xa1/x9d/x80 +.. /xf0/xa1/x9e/x80 +.. /xf0/xa1/x9f/x80 +.. /xf0/xa1/xa0/x80 +.. /xf0/xa1/xa1/x80 +.. /xf0/xa1/xa2/x80 +.. /xf0/xa1/xa3/x80 +.. /xf0/xa1/xa4/x80 +.. /xf0/xa1/xa5/x80 +.. /xf0/xa1/xa6/x80 +.. /xf0/xa1/xa7/x80 +.. /xf0/xa1/xa8/x80 +.. /xf0/xa1/xa9/x80 +.. /xf0/xa1/xaa/x80 +.. /xf0/xa1/xab/x80 +.. /xf0/xa1/xac/x80 +.. /xf0/xa1/xad/x80 +.. /xf0/xa1/xae/x80 +.. /xf0/xa1/xaf/x80 +.. /xf0/xa1/xb0/x80 +.. /xf0/xa1/xb1/x80 +.. /xf0/xa1/xb2/x80 +.. /xf0/xa1/xb3/x80 +.. /xf0/xa1/xb4/x80 +.. /xf0/xa1/xb5/x80 +.. /xf0/xa1/xb6/x80 +.. /xf0/xa1/xb7/x80 +.. /xf0/xa1/xb8/x80 +.. /xf0/xa1/xb9/x80 +.. /xf0/xa1/xba/x80 +.. /xf0/xa1/xbb/x80 +.. /xf0/xa1/xbc/x80 +.. /xf0/xa1/xbd/x80 +.. /xf0/xa1/xbe/x80 +.. /xf0/xa1/xbf/x80 +.. /xf0/xa2/x80/x80 +.. /xf0/xa2/x81/x80 +.. /xf0/xa2/x82/x80 +.. /xf0/xa2/x83/x80 +.. /xf0/xa2/x84/x80 +.. /xf0/xa2/x85/x80 +.. /xf0/xa2/x86/x80 +.. /xf0/xa2/x87/x80 +.. /xf0/xa2/x88/x80 +.. /xf0/xa2/x89/x80 +.. /xf0/xa2/x8a/x80 +.. /xf0/xa2/x8b/x80 +.. /xf0/xa2/x8c/x80 +.. /xf0/xa2/x8d/x80 +.. /xf0/xa2/x8e/x80 +.. /xf0/xa2/x8f/x80 +.. /xf0/xa2/x90/x80 +.. /xf0/xa2/x91/x80 +.. /xf0/xa2/x92/x80 +.. /xf0/xa2/x93/x80 +.. /xf0/xa2/x94/x80 +.. /xf0/xa2/x95/x80 +.. /xf0/xa2/x96/x80 +.. /xf0/xa2/x97/x80 +.. /xf0/xa2/x98/x80 +.. /xf0/xa2/x99/x80 +.. /xf0/xa2/x9a/x80 +.. /xf0/xa2/x9b/x80 +.. /xf0/xa2/x9c/x80 +.. /xf0/xa2/x9d/x80 +.. /xf0/xa2/x9e/x80 +.. /xf0/xa2/x9f/x80 +.. /xf0/xa2/xa0/x80 +.. /xf0/xa2/xa1/x80 +.. /xf0/xa2/xa2/x80 +.. /xf0/xa2/xa3/x80 +.. /xf0/xa2/xa4/x80 +.. /xf0/xa2/xa5/x80 +.. /xf0/xa2/xa6/x80 +.. /xf0/xa2/xa7/x80 +.. /xf0/xa2/xa8/x80 +.. /xf0/xa2/xa9/x80 +.. /xf0/xa2/xaa/x80 +.. /xf0/xa2/xab/x80 +.. /xf0/xa2/xac/x80 +.. /xf0/xa2/xad/x80 +.. /xf0/xa2/xae/x80 +.. /xf0/xa2/xaf/x80 +.. /xf0/xa2/xb0/x80 +.. /xf0/xa2/xb1/x80 +.. /xf0/xa2/xb2/x80 +.. /xf0/xa2/xb3/x80 +.. /xf0/xa2/xb4/x80 +.. /xf0/xa2/xb5/x80 +.. /xf0/xa2/xb6/x80 +.. /xf0/xa2/xb7/x80 +.. /xf0/xa2/xb8/x80 +.. /xf0/xa2/xb9/x80 +.. /xf0/xa2/xba/x80 +.. /xf0/xa2/xbb/x80 +.. /xf0/xa2/xbc/x80 +.. /xf0/xa2/xbd/x80 +.. /xf0/xa2/xbe/x80 +.. /xf0/xa2/xbf/x80 +.. /xf0/xa3/x80/x80 +.. /xf0/xa3/x81/x80 +.. /xf0/xa3/x82/x80 +.. /xf0/xa3/x83/x80 +.. /xf0/xa3/x84/x80 +.. /xf0/xa3/x85/x80 +.. /xf0/xa3/x86/x80 +.. /xf0/xa3/x87/x80 +.. /xf0/xa3/x88/x80 +.. /xf0/xa3/x89/x80 +.. /xf0/xa3/x8a/x80 +.. /xf0/xa3/x8b/x80 +.. /xf0/xa3/x8c/x80 +.. /xf0/xa3/x8d/x80 +.. /xf0/xa3/x8e/x80 +.. /xf0/xa3/x8f/x80 +.. /xf0/xa3/x90/x80 +.. /xf0/xa3/x91/x80 +.. /xf0/xa3/x92/x80 +.. /xf0/xa3/x93/x80 +.. /xf0/xa3/x94/x80 +.. /xf0/xa3/x95/x80 +.. /xf0/xa3/x96/x80 +.. /xf0/xa3/x97/x80 +.. /xf0/xa3/x98/x80 +.. /xf0/xa3/x99/x80 +.. /xf0/xa3/x9a/x80 +.. /xf0/xa3/x9b/x80 +.. /xf0/xa3/x9c/x80 +.. /xf0/xa3/x9d/x80 +.. /xf0/xa3/x9e/x80 +.. /xf0/xa3/x9f/x80 +.. /xf0/xa3/xa0/x80 +.. /xf0/xa3/xa1/x80 +.. /xf0/xa3/xa2/x80 +.. /xf0/xa3/xa3/x80 +.. /xf0/xa3/xa4/x80 +.. /xf0/xa3/xa5/x80 +.. /xf0/xa3/xa6/x80 +.. /xf0/xa3/xa7/x80 +.. /xf0/xa3/xa8/x80 +.. /xf0/xa3/xa9/x80 +.. /xf0/xa3/xaa/x80 +.. /xf0/xa3/xab/x80 +.. /xf0/xa3/xac/x80 +.. /xf0/xa3/xad/x80 +.. /xf0/xa3/xae/x80 +.. /xf0/xa3/xaf/x80 +.. /xf0/xa3/xb0/x80 +.. /xf0/xa3/xb1/x80 +.. /xf0/xa3/xb2/x80 +.. /xf0/xa3/xb3/x80 +.. /xf0/xa3/xb4/x80 +.. /xf0/xa3/xb5/x80 +.. /xf0/xa3/xb6/x80 +.. /xf0/xa3/xb7/x80 +.. /xf0/xa3/xb8/x80 +.. /xf0/xa3/xb9/x80 +.. /xf0/xa3/xba/x80 +.. /xf0/xa3/xbb/x80 +.. /xf0/xa3/xbc/x80 +.. /xf0/xa3/xbd/x80 +.. /xf0/xa3/xbe/x80 +.. /xf0/xa3/xbf/x80 +.. /xf0/xa4/x80/x80 +.. /xf0/xa4/x81/x80 +.. /xf0/xa4/x82/x80 +.. /xf0/xa4/x83/x80 +.. /xf0/xa4/x84/x80 +.. /xf0/xa4/x85/x80 +.. /xf0/xa4/x86/x80 +.. /xf0/xa4/x87/x80 +.. /xf0/xa4/x88/x80 +.. /xf0/xa4/x89/x80 +.. /xf0/xa4/x8a/x80 +.. /xf0/xa4/x8b/x80 +.. /xf0/xa4/x8c/x80 +.. /xf0/xa4/x8d/x80 +.. /xf0/xa4/x8e/x80 +.. /xf0/xa4/x8f/x80 +.. /xf0/xa4/x90/x80 +.. /xf0/xa4/x91/x80 +.. /xf0/xa4/x92/x80 +.. /xf0/xa4/x93/x80 +.. /xf0/xa4/x94/x80 +.. /xf0/xa4/x95/x80 +.. /xf0/xa4/x96/x80 +.. /xf0/xa4/x97/x80 +.. /xf0/xa4/x98/x80 +.. /xf0/xa4/x99/x80 +.. /xf0/xa4/x9a/x80 +.. /xf0/xa4/x9b/x80 +.. /xf0/xa4/x9c/x80 +.. /xf0/xa4/x9d/x80 +.. /xf0/xa4/x9e/x80 +.. /xf0/xa4/x9f/x80 +.. /xf0/xa4/xa0/x80 +.. /xf0/xa4/xa1/x80 +.. /xf0/xa4/xa2/x80 +.. /xf0/xa4/xa3/x80 +.. /xf0/xa4/xa4/x80 +.. /xf0/xa4/xa5/x80 +.. /xf0/xa4/xa6/x80 +.. /xf0/xa4/xa7/x80 +.. /xf0/xa4/xa8/x80 +.. /xf0/xa4/xa9/x80 +.. /xf0/xa4/xaa/x80 +.. /xf0/xa4/xab/x80 +.. /xf0/xa4/xac/x80 +.. /xf0/xa4/xad/x80 +.. /xf0/xa4/xae/x80 +.. /xf0/xa4/xaf/x80 +.. /xf0/xa4/xb0/x80 +.. /xf0/xa4/xb1/x80 +.. /xf0/xa4/xb2/x80 +.. /xf0/xa4/xb3/x80 +.. /xf0/xa4/xb4/x80 +.. /xf0/xa4/xb5/x80 +.. /xf0/xa4/xb6/x80 +.. /xf0/xa4/xb7/x80 +.. /xf0/xa4/xb8/x80 +.. /xf0/xa4/xb9/x80 +.. /xf0/xa4/xba/x80 +.. /xf0/xa4/xbb/x80 +.. /xf0/xa4/xbc/x80 +.. /xf0/xa4/xbd/x80 +.. /xf0/xa4/xbe/x80 +.. /xf0/xa4/xbf/x80 +.. /xf0/xa5/x80/x80 +.. /xf0/xa5/x81/x80 +.. /xf0/xa5/x82/x80 +.. /xf0/xa5/x83/x80 +.. /xf0/xa5/x84/x80 +.. /xf0/xa5/x85/x80 +.. /xf0/xa5/x86/x80 +.. /xf0/xa5/x87/x80 +.. /xf0/xa5/x88/x80 +.. /xf0/xa5/x89/x80 +.. /xf0/xa5/x8a/x80 +.. /xf0/xa5/x8b/x80 +.. /xf0/xa5/x8c/x80 +.. /xf0/xa5/x8d/x80 +.. /xf0/xa5/x8e/x80 +.. /xf0/xa5/x8f/x80 +.. /xf0/xa5/x90/x80 +.. /xf0/xa5/x91/x80 +.. /xf0/xa5/x92/x80 +.. /xf0/xa5/x93/x80 +.. /xf0/xa5/x94/x80 +.. /xf0/xa5/x95/x80 +.. /xf0/xa5/x96/x80 +.. /xf0/xa5/x97/x80 +.. /xf0/xa5/x98/x80 +.. /xf0/xa5/x99/x80 +.. /xf0/xa5/x9a/x80 +.. /xf0/xa5/x9b/x80 +.. /xf0/xa5/x9c/x80 +.. /xf0/xa5/x9d/x80 +.. /xf0/xa5/x9e/x80 +.. /xf0/xa5/x9f/x80 +.. /xf0/xa5/xa0/x80 +.. /xf0/xa5/xa1/x80 +.. /xf0/xa5/xa2/x80 +.. /xf0/xa5/xa3/x80 +.. /xf0/xa5/xa4/x80 +.. /xf0/xa5/xa5/x80 +.. /xf0/xa5/xa6/x80 +.. /xf0/xa5/xa7/x80 +.. /xf0/xa5/xa8/x80 +.. /xf0/xa5/xa9/x80 +.. /xf0/xa5/xaa/x80 +.. /xf0/xa5/xab/x80 +.. /xf0/xa5/xac/x80 +.. /xf0/xa5/xad/x80 +.. /xf0/xa5/xae/x80 +.. /xf0/xa5/xaf/x80 +.. /xf0/xa5/xb0/x80 +.. /xf0/xa5/xb1/x80 +.. /xf0/xa5/xb2/x80 +.. /xf0/xa5/xb3/x80 +.. /xf0/xa5/xb4/x80 +.. /xf0/xa5/xb5/x80 +.. /xf0/xa5/xb6/x80 +.. /xf0/xa5/xb7/x80 +.. /xf0/xa5/xb8/x80 +.. /xf0/xa5/xb9/x80 +.. /xf0/xa5/xba/x80 +.. /xf0/xa5/xbb/x80 +.. /xf0/xa5/xbc/x80 +.. /xf0/xa5/xbd/x80 +.. /xf0/xa5/xbe/x80 +.. /xf0/xa5/xbf/x80 +.. /xf0/xa6/x80/x80 +.. /xf0/xa6/x81/x80 +.. /xf0/xa6/x82/x80 +.. /xf0/xa6/x83/x80 +.. /xf0/xa6/x84/x80 +.. /xf0/xa6/x85/x80 +.. /xf0/xa6/x86/x80 +.. /xf0/xa6/x87/x80 +.. /xf0/xa6/x88/x80 +.. /xf0/xa6/x89/x80 +.. /xf0/xa6/x8a/x80 +.. /xf0/xa6/x8b/x80 +.. /xf0/xa6/x8c/x80 +.. /xf0/xa6/x8d/x80 +.. /xf0/xa6/x8e/x80 +.. /xf0/xa6/x8f/x80 +.. /xf0/xa6/x90/x80 +.. /xf0/xa6/x91/x80 +.. /xf0/xa6/x92/x80 +.. /xf0/xa6/x93/x80 +.. /xf0/xa6/x94/x80 +.. /xf0/xa6/x95/x80 +.. /xf0/xa6/x96/x80 +.. /xf0/xa6/x97/x80 +.. /xf0/xa6/x98/x80 +.. /xf0/xa6/x99/x80 +.. /xf0/xa6/x9a/x80 +.. /xf0/xa6/x9b/x80 +.. /xf0/xa6/x9c/x80 +.. /xf0/xa6/x9d/x80 +.. /xf0/xa6/x9e/x80 +.. /xf0/xa6/x9f/x80 +.. /xf0/xa6/xa0/x80 +.. /xf0/xa6/xa1/x80 +.. /xf0/xa6/xa2/x80 +.. /xf0/xa6/xa3/x80 +.. /xf0/xa6/xa4/x80 +.. /xf0/xa6/xa5/x80 +.. /xf0/xa6/xa6/x80 +.. /xf0/xa6/xa7/x80 +.. /xf0/xa6/xa8/x80 +.. /xf0/xa6/xa9/x80 +.. /xf0/xa6/xaa/x80 +.. /xf0/xa6/xab/x80 +.. /xf0/xa6/xac/x80 +.. /xf0/xa6/xad/x80 +.. /xf0/xa6/xae/x80 +.. /xf0/xa6/xaf/x80 +.. /xf0/xa6/xb0/x80 +.. /xf0/xa6/xb1/x80 +.. /xf0/xa6/xb2/x80 +.. /xf0/xa6/xb3/x80 +.. /xf0/xa6/xb4/x80 +.. /xf0/xa6/xb5/x80 +.. /xf0/xa6/xb6/x80 +.. /xf0/xa6/xb7/x80 +.. /xf0/xa6/xb8/x80 +.. /xf0/xa6/xb9/x80 +.. /xf0/xa6/xba/x80 +.. /xf0/xa6/xbb/x80 +.. /xf0/xa6/xbc/x80 +.. /xf0/xa6/xbd/x80 +.. /xf0/xa6/xbe/x80 +.. /xf0/xa6/xbf/x80 +.. /xf0/xa7/x80/x80 +.. /xf0/xa7/x81/x80 +.. /xf0/xa7/x82/x80 +.. /xf0/xa7/x83/x80 +.. /xf0/xa7/x84/x80 +.. /xf0/xa7/x85/x80 +.. /xf0/xa7/x86/x80 +.. /xf0/xa7/x87/x80 +.. /xf0/xa7/x88/x80 +.. /xf0/xa7/x89/x80 +.. /xf0/xa7/x8a/x80 +.. /xf0/xa7/x8b/x80 +.. /xf0/xa7/x8c/x80 +.. /xf0/xa7/x8d/x80 +.. /xf0/xa7/x8e/x80 +.. /xf0/xa7/x8f/x80 +.. /xf0/xa7/x90/x80 +.. /xf0/xa7/x91/x80 +.. /xf0/xa7/x92/x80 +.. /xf0/xa7/x93/x80 +.. /xf0/xa7/x94/x80 +.. /xf0/xa7/x95/x80 +.. /xf0/xa7/x96/x80 +.. /xf0/xa7/x97/x80 +.. /xf0/xa7/x98/x80 +.. /xf0/xa7/x99/x80 +.. /xf0/xa7/x9a/x80 +.. /xf0/xa7/x9b/x80 +.. /xf0/xa7/x9c/x80 +.. /xf0/xa7/x9d/x80 +.. /xf0/xa7/x9e/x80 +.. /xf0/xa7/x9f/x80 +.. /xf0/xa7/xa0/x80 +.. /xf0/xa7/xa1/x80 +.. /xf0/xa7/xa2/x80 +.. /xf0/xa7/xa3/x80 +.. /xf0/xa7/xa4/x80 +.. /xf0/xa7/xa5/x80 +.. /xf0/xa7/xa6/x80 +.. /xf0/xa7/xa7/x80 +.. /xf0/xa7/xa8/x80 +.. /xf0/xa7/xa9/x80 +.. /xf0/xa7/xaa/x80 +.. /xf0/xa7/xab/x80 +.. /xf0/xa7/xac/x80 +.. /xf0/xa7/xad/x80 +.. /xf0/xa7/xae/x80 +.. /xf0/xa7/xaf/x80 +.. /xf0/xa7/xb0/x80 +.. /xf0/xa7/xb1/x80 +.. /xf0/xa7/xb2/x80 +.. /xf0/xa7/xb3/x80 +.. /xf0/xa7/xb4/x80 +.. /xf0/xa7/xb5/x80 +.. /xf0/xa7/xb6/x80 +.. /xf0/xa7/xb7/x80 +.. /xf0/xa7/xb8/x80 +.. /xf0/xa7/xb9/x80 +.. /xf0/xa7/xba/x80 +.. /xf0/xa7/xbb/x80 +.. /xf0/xa7/xbc/x80 +.. /xf0/xa7/xbd/x80 +.. /xf0/xa7/xbe/x80 +.. /xf0/xa7/xbf/x80 +.. /xf0/xa8/x80/x80 +.. /xf0/xa8/x81/x80 +.. /xf0/xa8/x82/x80 +.. /xf0/xa8/x83/x80 +.. /xf0/xa8/x84/x80 +.. /xf0/xa8/x85/x80 +.. /xf0/xa8/x86/x80 +.. /xf0/xa8/x87/x80 +.. /xf0/xa8/x88/x80 +.. /xf0/xa8/x89/x80 +.. /xf0/xa8/x8a/x80 +.. /xf0/xa8/x8b/x80 +.. /xf0/xa8/x8c/x80 +.. /xf0/xa8/x8d/x80 +.. /xf0/xa8/x8e/x80 +.. /xf0/xa8/x8f/x80 +.. /xf0/xa8/x90/x80 +.. /xf0/xa8/x91/x80 +.. /xf0/xa8/x92/x80 +.. /xf0/xa8/x93/x80 +.. /xf0/xa8/x94/x80 +.. /xf0/xa8/x95/x80 +.. /xf0/xa8/x96/x80 +.. /xf0/xa8/x97/x80 +.. /xf0/xa8/x98/x80 +.. /xf0/xa8/x99/x80 +.. /xf0/xa8/x9a/x80 +.. /xf0/xa8/x9b/x80 +.. /xf0/xa8/x9c/x80 +.. /xf0/xa8/x9d/x80 +.. /xf0/xa8/x9e/x80 +.. /xf0/xa8/x9f/x80 +.. /xf0/xa8/xa0/x80 +.. /xf0/xa8/xa1/x80 +.. /xf0/xa8/xa2/x80 +.. /xf0/xa8/xa3/x80 +.. /xf0/xa8/xa4/x80 +.. /xf0/xa8/xa5/x80 +.. /xf0/xa8/xa6/x80 +.. /xf0/xa8/xa7/x80 +.. /xf0/xa8/xa8/x80 +.. /xf0/xa8/xa9/x80 +.. /xf0/xa8/xaa/x80 +.. /xf0/xa8/xab/x80 +.. /xf0/xa8/xac/x80 +.. /xf0/xa8/xad/x80 +.. /xf0/xa8/xae/x80 +.. /xf0/xa8/xaf/x80 +.. /xf0/xa8/xb0/x80 +.. /xf0/xa8/xb1/x80 +.. /xf0/xa8/xb2/x80 +.. /xf0/xa8/xb3/x80 +.. /xf0/xa8/xb4/x80 +.. /xf0/xa8/xb5/x80 +.. /xf0/xa8/xb6/x80 +.. /xf0/xa8/xb7/x80 +.. /xf0/xa8/xb8/x80 +.. /xf0/xa8/xb9/x80 +.. /xf0/xa8/xba/x80 +.. /xf0/xa8/xbb/x80 +.. /xf0/xa8/xbc/x80 +.. /xf0/xa8/xbd/x80 +.. /xf0/xa8/xbe/x80 +.. /xf0/xa8/xbf/x80 +.. /xf0/xa9/x80/x80 +.. /xf0/xa9/x81/x80 +.. /xf0/xa9/x82/x80 +.. /xf0/xa9/x83/x80 +.. /xf0/xa9/x84/x80 +.. /xf0/xa9/x85/x80 +.. /xf0/xa9/x86/x80 +.. /xf0/xa9/x87/x80 +.. /xf0/xa9/x88/x80 +.. /xf0/xa9/x89/x80 +.. /xf0/xa9/x8a/x80 +.. /xf0/xa9/x8b/x80 +.. /xf0/xa9/x8c/x80 +.. /xf0/xa9/x8d/x80 +.. /xf0/xa9/x8e/x80 +.. /xf0/xa9/x8f/x80 +.. /xf0/xa9/x90/x80 +.. /xf0/xa9/x91/x80 +.. /xf0/xa9/x92/x80 +.. /xf0/xa9/x93/x80 +.. /xf0/xa9/x94/x80 +.. /xf0/xa9/x95/x80 +.. /xf0/xa9/x96/x80 +.. /xf0/xa9/x97/x80 +.. /xf0/xa9/x98/x80 +.. /xf0/xa9/x99/x80 +.. /xf0/xa9/x9a/x80 +.. /xf0/xa9/x9b/x80 +.. /xf0/xa9/x9c/x80 +.. /xf0/xa9/x9d/x80 +.. /xf0/xa9/x9e/x80 +.. /xf0/xa9/x9f/x80 +.. /xf0/xa9/xa0/x80 +.. /xf0/xa9/xa1/x80 +.. /xf0/xa9/xa2/x80 +.. /xf0/xa9/xa3/x80 +.. /xf0/xa9/xa4/x80 +.. /xf0/xa9/xa5/x80 +.. /xf0/xa9/xa6/x80 +.. /xf0/xa9/xa7/x80 +.. /xf0/xa9/xa8/x80 +.. /xf0/xa9/xa9/x80 +.. /xf0/xa9/xaa/x80 +.. /xf0/xa9/xab/x80 +.. /xf0/xa9/xac/x80 +.. /xf0/xa9/xad/x80 +.. /xf0/xa9/xae/x80 +.. /xf0/xa9/xaf/x80 +.. /xf0/xa9/xb0/x80 +.. /xf0/xa9/xb1/x80 +.. /xf0/xa9/xb2/x80 +.. /xf0/xa9/xb3/x80 +.. /xf0/xa9/xb4/x80 +.. /xf0/xa9/xb5/x80 +.. /xf0/xa9/xb6/x80 +.. /xf0/xa9/xb7/x80 +.. /xf0/xa9/xb8/x80 +.. /xf0/xa9/xb9/x80 +.. /xf0/xa9/xba/x80 +.. /xf0/xa9/xbb/x80 +.. /xf0/xa9/xbc/x80 +.. /xf0/xa9/xbd/x80 +.. /xf0/xa9/xbe/x80 +.. /xf0/xa9/xbf/x80 +.. /xf0/xaa/x80/x80 +.. /xf0/xaa/x81/x80 +.. /xf0/xaa/x82/x80 +.. /xf0/xaa/x83/x80 +.. /xf0/xaa/x84/x80 +.. /xf0/xaa/x85/x80 +.. /xf0/xaa/x86/x80 +.. /xf0/xaa/x87/x80 +.. /xf0/xaa/x88/x80 +.. /xf0/xaa/x89/x80 +.. /xf0/xaa/x8a/x80 +.. /xf0/xaa/x8b/x80 +.. /xf0/xaa/x8c/x80 +.. /xf0/xaa/x8d/x80 +.. /xf0/xaa/x8e/x80 +.. /xf0/xaa/x8f/x80 +.. /xf0/xaa/x90/x80 +.. /xf0/xaa/x91/x80 +.. /xf0/xaa/x92/x80 +.. /xf0/xaa/x93/x80 +.. /xf0/xaa/x94/x80 +.. /xf0/xaa/x95/x80 +.. /xf0/xaa/x96/x80 +.. /xf0/xaa/x97/x80 +.. /xf0/xaa/x98/x80 +.. /xf0/xaa/x99/x80 +.. /xf0/xaa/x9a/x80 +.. /xf0/xaa/x9b/x80 + /xf0/xaf/xa0/x80 CJK COMPATIBILITY IDEOGRAPH-2F800 + /xf0/xaf/xa0/x81 CJK COMPATIBILITY IDEOGRAPH-2F801 + /xf0/xaf/xa0/x82 CJK COMPATIBILITY IDEOGRAPH-2F802 + /xf0/xaf/xa0/x83 CJK COMPATIBILITY IDEOGRAPH-2F803 + /xf0/xaf/xa0/x84 CJK COMPATIBILITY IDEOGRAPH-2F804 + /xf0/xaf/xa0/x85 CJK COMPATIBILITY IDEOGRAPH-2F805 + /xf0/xaf/xa0/x86 CJK COMPATIBILITY IDEOGRAPH-2F806 + /xf0/xaf/xa0/x87 CJK COMPATIBILITY IDEOGRAPH-2F807 + /xf0/xaf/xa0/x88 CJK COMPATIBILITY IDEOGRAPH-2F808 + /xf0/xaf/xa0/x89 CJK COMPATIBILITY IDEOGRAPH-2F809 + /xf0/xaf/xa0/x8a CJK COMPATIBILITY IDEOGRAPH-2F80A + /xf0/xaf/xa0/x8b CJK COMPATIBILITY IDEOGRAPH-2F80B + /xf0/xaf/xa0/x8c CJK COMPATIBILITY IDEOGRAPH-2F80C + /xf0/xaf/xa0/x8d CJK COMPATIBILITY IDEOGRAPH-2F80D + /xf0/xaf/xa0/x8e CJK COMPATIBILITY IDEOGRAPH-2F80E + /xf0/xaf/xa0/x8f CJK COMPATIBILITY IDEOGRAPH-2F80F + /xf0/xaf/xa0/x90 CJK COMPATIBILITY IDEOGRAPH-2F810 + /xf0/xaf/xa0/x91 CJK COMPATIBILITY IDEOGRAPH-2F811 + /xf0/xaf/xa0/x92 CJK COMPATIBILITY IDEOGRAPH-2F812 + /xf0/xaf/xa0/x93 CJK COMPATIBILITY IDEOGRAPH-2F813 + /xf0/xaf/xa0/x94 CJK COMPATIBILITY IDEOGRAPH-2F814 + /xf0/xaf/xa0/x95 CJK COMPATIBILITY IDEOGRAPH-2F815 + /xf0/xaf/xa0/x96 CJK COMPATIBILITY IDEOGRAPH-2F816 + /xf0/xaf/xa0/x97 CJK COMPATIBILITY IDEOGRAPH-2F817 + /xf0/xaf/xa0/x98 CJK COMPATIBILITY IDEOGRAPH-2F818 + /xf0/xaf/xa0/x99 CJK COMPATIBILITY IDEOGRAPH-2F819 + /xf0/xaf/xa0/x9a CJK COMPATIBILITY IDEOGRAPH-2F81A + /xf0/xaf/xa0/x9b CJK COMPATIBILITY IDEOGRAPH-2F81B + /xf0/xaf/xa0/x9c CJK COMPATIBILITY IDEOGRAPH-2F81C + /xf0/xaf/xa0/x9d CJK COMPATIBILITY IDEOGRAPH-2F81D + /xf0/xaf/xa0/x9e CJK COMPATIBILITY IDEOGRAPH-2F81E + /xf0/xaf/xa0/x9f CJK COMPATIBILITY IDEOGRAPH-2F81F + /xf0/xaf/xa0/xa0 CJK COMPATIBILITY IDEOGRAPH-2F820 + /xf0/xaf/xa0/xa1 CJK COMPATIBILITY IDEOGRAPH-2F821 + /xf0/xaf/xa0/xa2 CJK COMPATIBILITY IDEOGRAPH-2F822 + /xf0/xaf/xa0/xa3 CJK COMPATIBILITY IDEOGRAPH-2F823 + /xf0/xaf/xa0/xa4 CJK COMPATIBILITY IDEOGRAPH-2F824 + /xf0/xaf/xa0/xa5 CJK COMPATIBILITY IDEOGRAPH-2F825 + /xf0/xaf/xa0/xa6 CJK COMPATIBILITY IDEOGRAPH-2F826 + /xf0/xaf/xa0/xa7 CJK COMPATIBILITY IDEOGRAPH-2F827 + /xf0/xaf/xa0/xa8 CJK COMPATIBILITY IDEOGRAPH-2F828 + /xf0/xaf/xa0/xa9 CJK COMPATIBILITY IDEOGRAPH-2F829 + /xf0/xaf/xa0/xaa CJK COMPATIBILITY IDEOGRAPH-2F82A + /xf0/xaf/xa0/xab CJK COMPATIBILITY IDEOGRAPH-2F82B + /xf0/xaf/xa0/xac CJK COMPATIBILITY IDEOGRAPH-2F82C + /xf0/xaf/xa0/xad CJK COMPATIBILITY IDEOGRAPH-2F82D + /xf0/xaf/xa0/xae CJK COMPATIBILITY IDEOGRAPH-2F82E + /xf0/xaf/xa0/xaf CJK COMPATIBILITY IDEOGRAPH-2F82F + /xf0/xaf/xa0/xb0 CJK COMPATIBILITY IDEOGRAPH-2F830 + /xf0/xaf/xa0/xb1 CJK COMPATIBILITY IDEOGRAPH-2F831 + /xf0/xaf/xa0/xb2 CJK COMPATIBILITY IDEOGRAPH-2F832 + /xf0/xaf/xa0/xb3 CJK COMPATIBILITY IDEOGRAPH-2F833 + /xf0/xaf/xa0/xb4 CJK COMPATIBILITY IDEOGRAPH-2F834 + /xf0/xaf/xa0/xb5 CJK COMPATIBILITY IDEOGRAPH-2F835 + /xf0/xaf/xa0/xb6 CJK COMPATIBILITY IDEOGRAPH-2F836 + /xf0/xaf/xa0/xb7 CJK COMPATIBILITY IDEOGRAPH-2F837 + /xf0/xaf/xa0/xb8 CJK COMPATIBILITY IDEOGRAPH-2F838 + /xf0/xaf/xa0/xb9 CJK COMPATIBILITY IDEOGRAPH-2F839 + /xf0/xaf/xa0/xba CJK COMPATIBILITY IDEOGRAPH-2F83A + /xf0/xaf/xa0/xbb CJK COMPATIBILITY IDEOGRAPH-2F83B + /xf0/xaf/xa0/xbc CJK COMPATIBILITY IDEOGRAPH-2F83C + /xf0/xaf/xa0/xbd CJK COMPATIBILITY IDEOGRAPH-2F83D + /xf0/xaf/xa0/xbe CJK COMPATIBILITY IDEOGRAPH-2F83E + /xf0/xaf/xa0/xbf CJK COMPATIBILITY IDEOGRAPH-2F83F + /xf0/xaf/xa1/x80 CJK COMPATIBILITY IDEOGRAPH-2F840 + /xf0/xaf/xa1/x81 CJK COMPATIBILITY IDEOGRAPH-2F841 + /xf0/xaf/xa1/x82 CJK COMPATIBILITY IDEOGRAPH-2F842 + /xf0/xaf/xa1/x83 CJK COMPATIBILITY IDEOGRAPH-2F843 + /xf0/xaf/xa1/x84 CJK COMPATIBILITY IDEOGRAPH-2F844 + /xf0/xaf/xa1/x85 CJK COMPATIBILITY IDEOGRAPH-2F845 + /xf0/xaf/xa1/x86 CJK COMPATIBILITY IDEOGRAPH-2F846 + /xf0/xaf/xa1/x87 CJK COMPATIBILITY IDEOGRAPH-2F847 + /xf0/xaf/xa1/x88 CJK COMPATIBILITY IDEOGRAPH-2F848 + /xf0/xaf/xa1/x89 CJK COMPATIBILITY IDEOGRAPH-2F849 + /xf0/xaf/xa1/x8a CJK COMPATIBILITY IDEOGRAPH-2F84A + /xf0/xaf/xa1/x8b CJK COMPATIBILITY IDEOGRAPH-2F84B + /xf0/xaf/xa1/x8c CJK COMPATIBILITY IDEOGRAPH-2F84C + /xf0/xaf/xa1/x8d CJK COMPATIBILITY IDEOGRAPH-2F84D + /xf0/xaf/xa1/x8e CJK COMPATIBILITY IDEOGRAPH-2F84E + /xf0/xaf/xa1/x8f CJK COMPATIBILITY IDEOGRAPH-2F84F + /xf0/xaf/xa1/x90 CJK COMPATIBILITY IDEOGRAPH-2F850 + /xf0/xaf/xa1/x91 CJK COMPATIBILITY IDEOGRAPH-2F851 + /xf0/xaf/xa1/x92 CJK COMPATIBILITY IDEOGRAPH-2F852 + /xf0/xaf/xa1/x93 CJK COMPATIBILITY IDEOGRAPH-2F853 + /xf0/xaf/xa1/x94 CJK COMPATIBILITY IDEOGRAPH-2F854 + /xf0/xaf/xa1/x95 CJK COMPATIBILITY IDEOGRAPH-2F855 + /xf0/xaf/xa1/x96 CJK COMPATIBILITY IDEOGRAPH-2F856 + /xf0/xaf/xa1/x97 CJK COMPATIBILITY IDEOGRAPH-2F857 + /xf0/xaf/xa1/x98 CJK COMPATIBILITY IDEOGRAPH-2F858 + /xf0/xaf/xa1/x99 CJK COMPATIBILITY IDEOGRAPH-2F859 + /xf0/xaf/xa1/x9a CJK COMPATIBILITY IDEOGRAPH-2F85A + /xf0/xaf/xa1/x9b CJK COMPATIBILITY IDEOGRAPH-2F85B + /xf0/xaf/xa1/x9c CJK COMPATIBILITY IDEOGRAPH-2F85C + /xf0/xaf/xa1/x9d CJK COMPATIBILITY IDEOGRAPH-2F85D + /xf0/xaf/xa1/x9e CJK COMPATIBILITY IDEOGRAPH-2F85E + /xf0/xaf/xa1/x9f CJK COMPATIBILITY IDEOGRAPH-2F85F + /xf0/xaf/xa1/xa0 CJK COMPATIBILITY IDEOGRAPH-2F860 + /xf0/xaf/xa1/xa1 CJK COMPATIBILITY IDEOGRAPH-2F861 + /xf0/xaf/xa1/xa2 CJK COMPATIBILITY IDEOGRAPH-2F862 + /xf0/xaf/xa1/xa3 CJK COMPATIBILITY IDEOGRAPH-2F863 + /xf0/xaf/xa1/xa4 CJK COMPATIBILITY IDEOGRAPH-2F864 + /xf0/xaf/xa1/xa5 CJK COMPATIBILITY IDEOGRAPH-2F865 + /xf0/xaf/xa1/xa6 CJK COMPATIBILITY IDEOGRAPH-2F866 + /xf0/xaf/xa1/xa7 CJK COMPATIBILITY IDEOGRAPH-2F867 + /xf0/xaf/xa1/xa8 CJK COMPATIBILITY IDEOGRAPH-2F868 + /xf0/xaf/xa1/xa9 CJK COMPATIBILITY IDEOGRAPH-2F869 + /xf0/xaf/xa1/xaa CJK COMPATIBILITY IDEOGRAPH-2F86A + /xf0/xaf/xa1/xab CJK COMPATIBILITY IDEOGRAPH-2F86B + /xf0/xaf/xa1/xac CJK COMPATIBILITY IDEOGRAPH-2F86C + /xf0/xaf/xa1/xad CJK COMPATIBILITY IDEOGRAPH-2F86D + /xf0/xaf/xa1/xae CJK COMPATIBILITY IDEOGRAPH-2F86E + /xf0/xaf/xa1/xaf CJK COMPATIBILITY IDEOGRAPH-2F86F + /xf0/xaf/xa1/xb0 CJK COMPATIBILITY IDEOGRAPH-2F870 + /xf0/xaf/xa1/xb1 CJK COMPATIBILITY IDEOGRAPH-2F871 + /xf0/xaf/xa1/xb2 CJK COMPATIBILITY IDEOGRAPH-2F872 + /xf0/xaf/xa1/xb3 CJK COMPATIBILITY IDEOGRAPH-2F873 + /xf0/xaf/xa1/xb4 CJK COMPATIBILITY IDEOGRAPH-2F874 + /xf0/xaf/xa1/xb5 CJK COMPATIBILITY IDEOGRAPH-2F875 + /xf0/xaf/xa1/xb6 CJK COMPATIBILITY IDEOGRAPH-2F876 + /xf0/xaf/xa1/xb7 CJK COMPATIBILITY IDEOGRAPH-2F877 + /xf0/xaf/xa1/xb8 CJK COMPATIBILITY IDEOGRAPH-2F878 + /xf0/xaf/xa1/xb9 CJK COMPATIBILITY IDEOGRAPH-2F879 + /xf0/xaf/xa1/xba CJK COMPATIBILITY IDEOGRAPH-2F87A + /xf0/xaf/xa1/xbb CJK COMPATIBILITY IDEOGRAPH-2F87B + /xf0/xaf/xa1/xbc CJK COMPATIBILITY IDEOGRAPH-2F87C + /xf0/xaf/xa1/xbd CJK COMPATIBILITY IDEOGRAPH-2F87D + /xf0/xaf/xa1/xbe CJK COMPATIBILITY IDEOGRAPH-2F87E + /xf0/xaf/xa1/xbf CJK COMPATIBILITY IDEOGRAPH-2F87F + /xf0/xaf/xa2/x80 CJK COMPATIBILITY IDEOGRAPH-2F880 + /xf0/xaf/xa2/x81 CJK COMPATIBILITY IDEOGRAPH-2F881 + /xf0/xaf/xa2/x82 CJK COMPATIBILITY IDEOGRAPH-2F882 + /xf0/xaf/xa2/x83 CJK COMPATIBILITY IDEOGRAPH-2F883 + /xf0/xaf/xa2/x84 CJK COMPATIBILITY IDEOGRAPH-2F884 + /xf0/xaf/xa2/x85 CJK COMPATIBILITY IDEOGRAPH-2F885 + /xf0/xaf/xa2/x86 CJK COMPATIBILITY IDEOGRAPH-2F886 + /xf0/xaf/xa2/x87 CJK COMPATIBILITY IDEOGRAPH-2F887 + /xf0/xaf/xa2/x88 CJK COMPATIBILITY IDEOGRAPH-2F888 + /xf0/xaf/xa2/x89 CJK COMPATIBILITY IDEOGRAPH-2F889 + /xf0/xaf/xa2/x8a CJK COMPATIBILITY IDEOGRAPH-2F88A + /xf0/xaf/xa2/x8b CJK COMPATIBILITY IDEOGRAPH-2F88B + /xf0/xaf/xa2/x8c CJK COMPATIBILITY IDEOGRAPH-2F88C + /xf0/xaf/xa2/x8d CJK COMPATIBILITY IDEOGRAPH-2F88D + /xf0/xaf/xa2/x8e CJK COMPATIBILITY IDEOGRAPH-2F88E + /xf0/xaf/xa2/x8f CJK COMPATIBILITY IDEOGRAPH-2F88F + /xf0/xaf/xa2/x90 CJK COMPATIBILITY IDEOGRAPH-2F890 + /xf0/xaf/xa2/x91 CJK COMPATIBILITY IDEOGRAPH-2F891 + /xf0/xaf/xa2/x92 CJK COMPATIBILITY IDEOGRAPH-2F892 + /xf0/xaf/xa2/x93 CJK COMPATIBILITY IDEOGRAPH-2F893 + /xf0/xaf/xa2/x94 CJK COMPATIBILITY IDEOGRAPH-2F894 + /xf0/xaf/xa2/x95 CJK COMPATIBILITY IDEOGRAPH-2F895 + /xf0/xaf/xa2/x96 CJK COMPATIBILITY IDEOGRAPH-2F896 + /xf0/xaf/xa2/x97 CJK COMPATIBILITY IDEOGRAPH-2F897 + /xf0/xaf/xa2/x98 CJK COMPATIBILITY IDEOGRAPH-2F898 + /xf0/xaf/xa2/x99 CJK COMPATIBILITY IDEOGRAPH-2F899 + /xf0/xaf/xa2/x9a CJK COMPATIBILITY IDEOGRAPH-2F89A + /xf0/xaf/xa2/x9b CJK COMPATIBILITY IDEOGRAPH-2F89B + /xf0/xaf/xa2/x9c CJK COMPATIBILITY IDEOGRAPH-2F89C + /xf0/xaf/xa2/x9d CJK COMPATIBILITY IDEOGRAPH-2F89D + /xf0/xaf/xa2/x9e CJK COMPATIBILITY IDEOGRAPH-2F89E + /xf0/xaf/xa2/x9f CJK COMPATIBILITY IDEOGRAPH-2F89F + /xf0/xaf/xa2/xa0 CJK COMPATIBILITY IDEOGRAPH-2F8A0 + /xf0/xaf/xa2/xa1 CJK COMPATIBILITY IDEOGRAPH-2F8A1 + /xf0/xaf/xa2/xa2 CJK COMPATIBILITY IDEOGRAPH-2F8A2 + /xf0/xaf/xa2/xa3 CJK COMPATIBILITY IDEOGRAPH-2F8A3 + /xf0/xaf/xa2/xa4 CJK COMPATIBILITY IDEOGRAPH-2F8A4 + /xf0/xaf/xa2/xa5 CJK COMPATIBILITY IDEOGRAPH-2F8A5 + /xf0/xaf/xa2/xa6 CJK COMPATIBILITY IDEOGRAPH-2F8A6 + /xf0/xaf/xa2/xa7 CJK COMPATIBILITY IDEOGRAPH-2F8A7 + /xf0/xaf/xa2/xa8 CJK COMPATIBILITY IDEOGRAPH-2F8A8 + /xf0/xaf/xa2/xa9 CJK COMPATIBILITY IDEOGRAPH-2F8A9 + /xf0/xaf/xa2/xaa CJK COMPATIBILITY IDEOGRAPH-2F8AA + /xf0/xaf/xa2/xab CJK COMPATIBILITY IDEOGRAPH-2F8AB + /xf0/xaf/xa2/xac CJK COMPATIBILITY IDEOGRAPH-2F8AC + /xf0/xaf/xa2/xad CJK COMPATIBILITY IDEOGRAPH-2F8AD + /xf0/xaf/xa2/xae CJK COMPATIBILITY IDEOGRAPH-2F8AE + /xf0/xaf/xa2/xaf CJK COMPATIBILITY IDEOGRAPH-2F8AF + /xf0/xaf/xa2/xb0 CJK COMPATIBILITY IDEOGRAPH-2F8B0 + /xf0/xaf/xa2/xb1 CJK COMPATIBILITY IDEOGRAPH-2F8B1 + /xf0/xaf/xa2/xb2 CJK COMPATIBILITY IDEOGRAPH-2F8B2 + /xf0/xaf/xa2/xb3 CJK COMPATIBILITY IDEOGRAPH-2F8B3 + /xf0/xaf/xa2/xb4 CJK COMPATIBILITY IDEOGRAPH-2F8B4 + /xf0/xaf/xa2/xb5 CJK COMPATIBILITY IDEOGRAPH-2F8B5 + /xf0/xaf/xa2/xb6 CJK COMPATIBILITY IDEOGRAPH-2F8B6 + /xf0/xaf/xa2/xb7 CJK COMPATIBILITY IDEOGRAPH-2F8B7 + /xf0/xaf/xa2/xb8 CJK COMPATIBILITY IDEOGRAPH-2F8B8 + /xf0/xaf/xa2/xb9 CJK COMPATIBILITY IDEOGRAPH-2F8B9 + /xf0/xaf/xa2/xba CJK COMPATIBILITY IDEOGRAPH-2F8BA + /xf0/xaf/xa2/xbb CJK COMPATIBILITY IDEOGRAPH-2F8BB + /xf0/xaf/xa2/xbc CJK COMPATIBILITY IDEOGRAPH-2F8BC + /xf0/xaf/xa2/xbd CJK COMPATIBILITY IDEOGRAPH-2F8BD + /xf0/xaf/xa2/xbe CJK COMPATIBILITY IDEOGRAPH-2F8BE + /xf0/xaf/xa2/xbf CJK COMPATIBILITY IDEOGRAPH-2F8BF + /xf0/xaf/xa3/x80 CJK COMPATIBILITY IDEOGRAPH-2F8C0 + /xf0/xaf/xa3/x81 CJK COMPATIBILITY IDEOGRAPH-2F8C1 + /xf0/xaf/xa3/x82 CJK COMPATIBILITY IDEOGRAPH-2F8C2 + /xf0/xaf/xa3/x83 CJK COMPATIBILITY IDEOGRAPH-2F8C3 + /xf0/xaf/xa3/x84 CJK COMPATIBILITY IDEOGRAPH-2F8C4 + /xf0/xaf/xa3/x85 CJK COMPATIBILITY IDEOGRAPH-2F8C5 + /xf0/xaf/xa3/x86 CJK COMPATIBILITY IDEOGRAPH-2F8C6 + /xf0/xaf/xa3/x87 CJK COMPATIBILITY IDEOGRAPH-2F8C7 + /xf0/xaf/xa3/x88 CJK COMPATIBILITY IDEOGRAPH-2F8C8 + /xf0/xaf/xa3/x89 CJK COMPATIBILITY IDEOGRAPH-2F8C9 + /xf0/xaf/xa3/x8a CJK COMPATIBILITY IDEOGRAPH-2F8CA + /xf0/xaf/xa3/x8b CJK COMPATIBILITY IDEOGRAPH-2F8CB + /xf0/xaf/xa3/x8c CJK COMPATIBILITY IDEOGRAPH-2F8CC + /xf0/xaf/xa3/x8d CJK COMPATIBILITY IDEOGRAPH-2F8CD + /xf0/xaf/xa3/x8e CJK COMPATIBILITY IDEOGRAPH-2F8CE + /xf0/xaf/xa3/x8f CJK COMPATIBILITY IDEOGRAPH-2F8CF + /xf0/xaf/xa3/x90 CJK COMPATIBILITY IDEOGRAPH-2F8D0 + /xf0/xaf/xa3/x91 CJK COMPATIBILITY IDEOGRAPH-2F8D1 + /xf0/xaf/xa3/x92 CJK COMPATIBILITY IDEOGRAPH-2F8D2 + /xf0/xaf/xa3/x93 CJK COMPATIBILITY IDEOGRAPH-2F8D3 + /xf0/xaf/xa3/x94 CJK COMPATIBILITY IDEOGRAPH-2F8D4 + /xf0/xaf/xa3/x95 CJK COMPATIBILITY IDEOGRAPH-2F8D5 + /xf0/xaf/xa3/x96 CJK COMPATIBILITY IDEOGRAPH-2F8D6 + /xf0/xaf/xa3/x97 CJK COMPATIBILITY IDEOGRAPH-2F8D7 + /xf0/xaf/xa3/x98 CJK COMPATIBILITY IDEOGRAPH-2F8D8 + /xf0/xaf/xa3/x99 CJK COMPATIBILITY IDEOGRAPH-2F8D9 + /xf0/xaf/xa3/x9a CJK COMPATIBILITY IDEOGRAPH-2F8DA + /xf0/xaf/xa3/x9b CJK COMPATIBILITY IDEOGRAPH-2F8DB + /xf0/xaf/xa3/x9c CJK COMPATIBILITY IDEOGRAPH-2F8DC + /xf0/xaf/xa3/x9d CJK COMPATIBILITY IDEOGRAPH-2F8DD + /xf0/xaf/xa3/x9e CJK COMPATIBILITY IDEOGRAPH-2F8DE + /xf0/xaf/xa3/x9f CJK COMPATIBILITY IDEOGRAPH-2F8DF + /xf0/xaf/xa3/xa0 CJK COMPATIBILITY IDEOGRAPH-2F8E0 + /xf0/xaf/xa3/xa1 CJK COMPATIBILITY IDEOGRAPH-2F8E1 + /xf0/xaf/xa3/xa2 CJK COMPATIBILITY IDEOGRAPH-2F8E2 + /xf0/xaf/xa3/xa3 CJK COMPATIBILITY IDEOGRAPH-2F8E3 + /xf0/xaf/xa3/xa4 CJK COMPATIBILITY IDEOGRAPH-2F8E4 + /xf0/xaf/xa3/xa5 CJK COMPATIBILITY IDEOGRAPH-2F8E5 + /xf0/xaf/xa3/xa6 CJK COMPATIBILITY IDEOGRAPH-2F8E6 + /xf0/xaf/xa3/xa7 CJK COMPATIBILITY IDEOGRAPH-2F8E7 + /xf0/xaf/xa3/xa8 CJK COMPATIBILITY IDEOGRAPH-2F8E8 + /xf0/xaf/xa3/xa9 CJK COMPATIBILITY IDEOGRAPH-2F8E9 + /xf0/xaf/xa3/xaa CJK COMPATIBILITY IDEOGRAPH-2F8EA + /xf0/xaf/xa3/xab CJK COMPATIBILITY IDEOGRAPH-2F8EB + /xf0/xaf/xa3/xac CJK COMPATIBILITY IDEOGRAPH-2F8EC + /xf0/xaf/xa3/xad CJK COMPATIBILITY IDEOGRAPH-2F8ED + /xf0/xaf/xa3/xae CJK COMPATIBILITY IDEOGRAPH-2F8EE + /xf0/xaf/xa3/xaf CJK COMPATIBILITY IDEOGRAPH-2F8EF + /xf0/xaf/xa3/xb0 CJK COMPATIBILITY IDEOGRAPH-2F8F0 + /xf0/xaf/xa3/xb1 CJK COMPATIBILITY IDEOGRAPH-2F8F1 + /xf0/xaf/xa3/xb2 CJK COMPATIBILITY IDEOGRAPH-2F8F2 + /xf0/xaf/xa3/xb3 CJK COMPATIBILITY IDEOGRAPH-2F8F3 + /xf0/xaf/xa3/xb4 CJK COMPATIBILITY IDEOGRAPH-2F8F4 + /xf0/xaf/xa3/xb5 CJK COMPATIBILITY IDEOGRAPH-2F8F5 + /xf0/xaf/xa3/xb6 CJK COMPATIBILITY IDEOGRAPH-2F8F6 + /xf0/xaf/xa3/xb7 CJK COMPATIBILITY IDEOGRAPH-2F8F7 + /xf0/xaf/xa3/xb8 CJK COMPATIBILITY IDEOGRAPH-2F8F8 + /xf0/xaf/xa3/xb9 CJK COMPATIBILITY IDEOGRAPH-2F8F9 + /xf0/xaf/xa3/xba CJK COMPATIBILITY IDEOGRAPH-2F8FA + /xf0/xaf/xa3/xbb CJK COMPATIBILITY IDEOGRAPH-2F8FB + /xf0/xaf/xa3/xbc CJK COMPATIBILITY IDEOGRAPH-2F8FC + /xf0/xaf/xa3/xbd CJK COMPATIBILITY IDEOGRAPH-2F8FD + /xf0/xaf/xa3/xbe CJK COMPATIBILITY IDEOGRAPH-2F8FE + /xf0/xaf/xa3/xbf CJK COMPATIBILITY IDEOGRAPH-2F8FF + /xf0/xaf/xa4/x80 CJK COMPATIBILITY IDEOGRAPH-2F900 + /xf0/xaf/xa4/x81 CJK COMPATIBILITY IDEOGRAPH-2F901 + /xf0/xaf/xa4/x82 CJK COMPATIBILITY IDEOGRAPH-2F902 + /xf0/xaf/xa4/x83 CJK COMPATIBILITY IDEOGRAPH-2F903 + /xf0/xaf/xa4/x84 CJK COMPATIBILITY IDEOGRAPH-2F904 + /xf0/xaf/xa4/x85 CJK COMPATIBILITY IDEOGRAPH-2F905 + /xf0/xaf/xa4/x86 CJK COMPATIBILITY IDEOGRAPH-2F906 + /xf0/xaf/xa4/x87 CJK COMPATIBILITY IDEOGRAPH-2F907 + /xf0/xaf/xa4/x88 CJK COMPATIBILITY IDEOGRAPH-2F908 + /xf0/xaf/xa4/x89 CJK COMPATIBILITY IDEOGRAPH-2F909 + /xf0/xaf/xa4/x8a CJK COMPATIBILITY IDEOGRAPH-2F90A + /xf0/xaf/xa4/x8b CJK COMPATIBILITY IDEOGRAPH-2F90B + /xf0/xaf/xa4/x8c CJK COMPATIBILITY IDEOGRAPH-2F90C + /xf0/xaf/xa4/x8d CJK COMPATIBILITY IDEOGRAPH-2F90D + /xf0/xaf/xa4/x8e CJK COMPATIBILITY IDEOGRAPH-2F90E + /xf0/xaf/xa4/x8f CJK COMPATIBILITY IDEOGRAPH-2F90F + /xf0/xaf/xa4/x90 CJK COMPATIBILITY IDEOGRAPH-2F910 + /xf0/xaf/xa4/x91 CJK COMPATIBILITY IDEOGRAPH-2F911 + /xf0/xaf/xa4/x92 CJK COMPATIBILITY IDEOGRAPH-2F912 + /xf0/xaf/xa4/x93 CJK COMPATIBILITY IDEOGRAPH-2F913 + /xf0/xaf/xa4/x94 CJK COMPATIBILITY IDEOGRAPH-2F914 + /xf0/xaf/xa4/x95 CJK COMPATIBILITY IDEOGRAPH-2F915 + /xf0/xaf/xa4/x96 CJK COMPATIBILITY IDEOGRAPH-2F916 + /xf0/xaf/xa4/x97 CJK COMPATIBILITY IDEOGRAPH-2F917 + /xf0/xaf/xa4/x98 CJK COMPATIBILITY IDEOGRAPH-2F918 + /xf0/xaf/xa4/x99 CJK COMPATIBILITY IDEOGRAPH-2F919 + /xf0/xaf/xa4/x9a CJK COMPATIBILITY IDEOGRAPH-2F91A + /xf0/xaf/xa4/x9b CJK COMPATIBILITY IDEOGRAPH-2F91B + /xf0/xaf/xa4/x9c CJK COMPATIBILITY IDEOGRAPH-2F91C + /xf0/xaf/xa4/x9d CJK COMPATIBILITY IDEOGRAPH-2F91D + /xf0/xaf/xa4/x9e CJK COMPATIBILITY IDEOGRAPH-2F91E + /xf0/xaf/xa4/x9f CJK COMPATIBILITY IDEOGRAPH-2F91F + /xf0/xaf/xa4/xa0 CJK COMPATIBILITY IDEOGRAPH-2F920 + /xf0/xaf/xa4/xa1 CJK COMPATIBILITY IDEOGRAPH-2F921 + /xf0/xaf/xa4/xa2 CJK COMPATIBILITY IDEOGRAPH-2F922 + /xf0/xaf/xa4/xa3 CJK COMPATIBILITY IDEOGRAPH-2F923 + /xf0/xaf/xa4/xa4 CJK COMPATIBILITY IDEOGRAPH-2F924 + /xf0/xaf/xa4/xa5 CJK COMPATIBILITY IDEOGRAPH-2F925 + /xf0/xaf/xa4/xa6 CJK COMPATIBILITY IDEOGRAPH-2F926 + /xf0/xaf/xa4/xa7 CJK COMPATIBILITY IDEOGRAPH-2F927 + /xf0/xaf/xa4/xa8 CJK COMPATIBILITY IDEOGRAPH-2F928 + /xf0/xaf/xa4/xa9 CJK COMPATIBILITY IDEOGRAPH-2F929 + /xf0/xaf/xa4/xaa CJK COMPATIBILITY IDEOGRAPH-2F92A + /xf0/xaf/xa4/xab CJK COMPATIBILITY IDEOGRAPH-2F92B + /xf0/xaf/xa4/xac CJK COMPATIBILITY IDEOGRAPH-2F92C + /xf0/xaf/xa4/xad CJK COMPATIBILITY IDEOGRAPH-2F92D + /xf0/xaf/xa4/xae CJK COMPATIBILITY IDEOGRAPH-2F92E + /xf0/xaf/xa4/xaf CJK COMPATIBILITY IDEOGRAPH-2F92F + /xf0/xaf/xa4/xb0 CJK COMPATIBILITY IDEOGRAPH-2F930 + /xf0/xaf/xa4/xb1 CJK COMPATIBILITY IDEOGRAPH-2F931 + /xf0/xaf/xa4/xb2 CJK COMPATIBILITY IDEOGRAPH-2F932 + /xf0/xaf/xa4/xb3 CJK COMPATIBILITY IDEOGRAPH-2F933 + /xf0/xaf/xa4/xb4 CJK COMPATIBILITY IDEOGRAPH-2F934 + /xf0/xaf/xa4/xb5 CJK COMPATIBILITY IDEOGRAPH-2F935 + /xf0/xaf/xa4/xb6 CJK COMPATIBILITY IDEOGRAPH-2F936 + /xf0/xaf/xa4/xb7 CJK COMPATIBILITY IDEOGRAPH-2F937 + /xf0/xaf/xa4/xb8 CJK COMPATIBILITY IDEOGRAPH-2F938 + /xf0/xaf/xa4/xb9 CJK COMPATIBILITY IDEOGRAPH-2F939 + /xf0/xaf/xa4/xba CJK COMPATIBILITY IDEOGRAPH-2F93A + /xf0/xaf/xa4/xbb CJK COMPATIBILITY IDEOGRAPH-2F93B + /xf0/xaf/xa4/xbc CJK COMPATIBILITY IDEOGRAPH-2F93C + /xf0/xaf/xa4/xbd CJK COMPATIBILITY IDEOGRAPH-2F93D + /xf0/xaf/xa4/xbe CJK COMPATIBILITY IDEOGRAPH-2F93E + /xf0/xaf/xa4/xbf CJK COMPATIBILITY IDEOGRAPH-2F93F + /xf0/xaf/xa5/x80 CJK COMPATIBILITY IDEOGRAPH-2F940 + /xf0/xaf/xa5/x81 CJK COMPATIBILITY IDEOGRAPH-2F941 + /xf0/xaf/xa5/x82 CJK COMPATIBILITY IDEOGRAPH-2F942 + /xf0/xaf/xa5/x83 CJK COMPATIBILITY IDEOGRAPH-2F943 + /xf0/xaf/xa5/x84 CJK COMPATIBILITY IDEOGRAPH-2F944 + /xf0/xaf/xa5/x85 CJK COMPATIBILITY IDEOGRAPH-2F945 + /xf0/xaf/xa5/x86 CJK COMPATIBILITY IDEOGRAPH-2F946 + /xf0/xaf/xa5/x87 CJK COMPATIBILITY IDEOGRAPH-2F947 + /xf0/xaf/xa5/x88 CJK COMPATIBILITY IDEOGRAPH-2F948 + /xf0/xaf/xa5/x89 CJK COMPATIBILITY IDEOGRAPH-2F949 + /xf0/xaf/xa5/x8a CJK COMPATIBILITY IDEOGRAPH-2F94A + /xf0/xaf/xa5/x8b CJK COMPATIBILITY IDEOGRAPH-2F94B + /xf0/xaf/xa5/x8c CJK COMPATIBILITY IDEOGRAPH-2F94C + /xf0/xaf/xa5/x8d CJK COMPATIBILITY IDEOGRAPH-2F94D + /xf0/xaf/xa5/x8e CJK COMPATIBILITY IDEOGRAPH-2F94E + /xf0/xaf/xa5/x8f CJK COMPATIBILITY IDEOGRAPH-2F94F + /xf0/xaf/xa5/x90 CJK COMPATIBILITY IDEOGRAPH-2F950 + /xf0/xaf/xa5/x91 CJK COMPATIBILITY IDEOGRAPH-2F951 + /xf0/xaf/xa5/x92 CJK COMPATIBILITY IDEOGRAPH-2F952 + /xf0/xaf/xa5/x93 CJK COMPATIBILITY IDEOGRAPH-2F953 + /xf0/xaf/xa5/x94 CJK COMPATIBILITY IDEOGRAPH-2F954 + /xf0/xaf/xa5/x95 CJK COMPATIBILITY IDEOGRAPH-2F955 + /xf0/xaf/xa5/x96 CJK COMPATIBILITY IDEOGRAPH-2F956 + /xf0/xaf/xa5/x97 CJK COMPATIBILITY IDEOGRAPH-2F957 + /xf0/xaf/xa5/x98 CJK COMPATIBILITY IDEOGRAPH-2F958 + /xf0/xaf/xa5/x99 CJK COMPATIBILITY IDEOGRAPH-2F959 + /xf0/xaf/xa5/x9a CJK COMPATIBILITY IDEOGRAPH-2F95A + /xf0/xaf/xa5/x9b CJK COMPATIBILITY IDEOGRAPH-2F95B + /xf0/xaf/xa5/x9c CJK COMPATIBILITY IDEOGRAPH-2F95C + /xf0/xaf/xa5/x9d CJK COMPATIBILITY IDEOGRAPH-2F95D + /xf0/xaf/xa5/x9e CJK COMPATIBILITY IDEOGRAPH-2F95E + /xf0/xaf/xa5/x9f CJK COMPATIBILITY IDEOGRAPH-2F95F + /xf0/xaf/xa5/xa0 CJK COMPATIBILITY IDEOGRAPH-2F960 + /xf0/xaf/xa5/xa1 CJK COMPATIBILITY IDEOGRAPH-2F961 + /xf0/xaf/xa5/xa2 CJK COMPATIBILITY IDEOGRAPH-2F962 + /xf0/xaf/xa5/xa3 CJK COMPATIBILITY IDEOGRAPH-2F963 + /xf0/xaf/xa5/xa4 CJK COMPATIBILITY IDEOGRAPH-2F964 + /xf0/xaf/xa5/xa5 CJK COMPATIBILITY IDEOGRAPH-2F965 + /xf0/xaf/xa5/xa6 CJK COMPATIBILITY IDEOGRAPH-2F966 + /xf0/xaf/xa5/xa7 CJK COMPATIBILITY IDEOGRAPH-2F967 + /xf0/xaf/xa5/xa8 CJK COMPATIBILITY IDEOGRAPH-2F968 + /xf0/xaf/xa5/xa9 CJK COMPATIBILITY IDEOGRAPH-2F969 + /xf0/xaf/xa5/xaa CJK COMPATIBILITY IDEOGRAPH-2F96A + /xf0/xaf/xa5/xab CJK COMPATIBILITY IDEOGRAPH-2F96B + /xf0/xaf/xa5/xac CJK COMPATIBILITY IDEOGRAPH-2F96C + /xf0/xaf/xa5/xad CJK COMPATIBILITY IDEOGRAPH-2F96D + /xf0/xaf/xa5/xae CJK COMPATIBILITY IDEOGRAPH-2F96E + /xf0/xaf/xa5/xaf CJK COMPATIBILITY IDEOGRAPH-2F96F + /xf0/xaf/xa5/xb0 CJK COMPATIBILITY IDEOGRAPH-2F970 + /xf0/xaf/xa5/xb1 CJK COMPATIBILITY IDEOGRAPH-2F971 + /xf0/xaf/xa5/xb2 CJK COMPATIBILITY IDEOGRAPH-2F972 + /xf0/xaf/xa5/xb3 CJK COMPATIBILITY IDEOGRAPH-2F973 + /xf0/xaf/xa5/xb4 CJK COMPATIBILITY IDEOGRAPH-2F974 + /xf0/xaf/xa5/xb5 CJK COMPATIBILITY IDEOGRAPH-2F975 + /xf0/xaf/xa5/xb6 CJK COMPATIBILITY IDEOGRAPH-2F976 + /xf0/xaf/xa5/xb7 CJK COMPATIBILITY IDEOGRAPH-2F977 + /xf0/xaf/xa5/xb8 CJK COMPATIBILITY IDEOGRAPH-2F978 + /xf0/xaf/xa5/xb9 CJK COMPATIBILITY IDEOGRAPH-2F979 + /xf0/xaf/xa5/xba CJK COMPATIBILITY IDEOGRAPH-2F97A + /xf0/xaf/xa5/xbb CJK COMPATIBILITY IDEOGRAPH-2F97B + /xf0/xaf/xa5/xbc CJK COMPATIBILITY IDEOGRAPH-2F97C + /xf0/xaf/xa5/xbd CJK COMPATIBILITY IDEOGRAPH-2F97D + /xf0/xaf/xa5/xbe CJK COMPATIBILITY IDEOGRAPH-2F97E + /xf0/xaf/xa5/xbf CJK COMPATIBILITY IDEOGRAPH-2F97F + /xf0/xaf/xa6/x80 CJK COMPATIBILITY IDEOGRAPH-2F980 + /xf0/xaf/xa6/x81 CJK COMPATIBILITY IDEOGRAPH-2F981 + /xf0/xaf/xa6/x82 CJK COMPATIBILITY IDEOGRAPH-2F982 + /xf0/xaf/xa6/x83 CJK COMPATIBILITY IDEOGRAPH-2F983 + /xf0/xaf/xa6/x84 CJK COMPATIBILITY IDEOGRAPH-2F984 + /xf0/xaf/xa6/x85 CJK COMPATIBILITY IDEOGRAPH-2F985 + /xf0/xaf/xa6/x86 CJK COMPATIBILITY IDEOGRAPH-2F986 + /xf0/xaf/xa6/x87 CJK COMPATIBILITY IDEOGRAPH-2F987 + /xf0/xaf/xa6/x88 CJK COMPATIBILITY IDEOGRAPH-2F988 + /xf0/xaf/xa6/x89 CJK COMPATIBILITY IDEOGRAPH-2F989 + /xf0/xaf/xa6/x8a CJK COMPATIBILITY IDEOGRAPH-2F98A + /xf0/xaf/xa6/x8b CJK COMPATIBILITY IDEOGRAPH-2F98B + /xf0/xaf/xa6/x8c CJK COMPATIBILITY IDEOGRAPH-2F98C + /xf0/xaf/xa6/x8d CJK COMPATIBILITY IDEOGRAPH-2F98D + /xf0/xaf/xa6/x8e CJK COMPATIBILITY IDEOGRAPH-2F98E + /xf0/xaf/xa6/x8f CJK COMPATIBILITY IDEOGRAPH-2F98F + /xf0/xaf/xa6/x90 CJK COMPATIBILITY IDEOGRAPH-2F990 + /xf0/xaf/xa6/x91 CJK COMPATIBILITY IDEOGRAPH-2F991 + /xf0/xaf/xa6/x92 CJK COMPATIBILITY IDEOGRAPH-2F992 + /xf0/xaf/xa6/x93 CJK COMPATIBILITY IDEOGRAPH-2F993 + /xf0/xaf/xa6/x94 CJK COMPATIBILITY IDEOGRAPH-2F994 + /xf0/xaf/xa6/x95 CJK COMPATIBILITY IDEOGRAPH-2F995 + /xf0/xaf/xa6/x96 CJK COMPATIBILITY IDEOGRAPH-2F996 + /xf0/xaf/xa6/x97 CJK COMPATIBILITY IDEOGRAPH-2F997 + /xf0/xaf/xa6/x98 CJK COMPATIBILITY IDEOGRAPH-2F998 + /xf0/xaf/xa6/x99 CJK COMPATIBILITY IDEOGRAPH-2F999 + /xf0/xaf/xa6/x9a CJK COMPATIBILITY IDEOGRAPH-2F99A + /xf0/xaf/xa6/x9b CJK COMPATIBILITY IDEOGRAPH-2F99B + /xf0/xaf/xa6/x9c CJK COMPATIBILITY IDEOGRAPH-2F99C + /xf0/xaf/xa6/x9d CJK COMPATIBILITY IDEOGRAPH-2F99D + /xf0/xaf/xa6/x9e CJK COMPATIBILITY IDEOGRAPH-2F99E + /xf0/xaf/xa6/x9f CJK COMPATIBILITY IDEOGRAPH-2F99F + /xf0/xaf/xa6/xa0 CJK COMPATIBILITY IDEOGRAPH-2F9A0 + /xf0/xaf/xa6/xa1 CJK COMPATIBILITY IDEOGRAPH-2F9A1 + /xf0/xaf/xa6/xa2 CJK COMPATIBILITY IDEOGRAPH-2F9A2 + /xf0/xaf/xa6/xa3 CJK COMPATIBILITY IDEOGRAPH-2F9A3 + /xf0/xaf/xa6/xa4 CJK COMPATIBILITY IDEOGRAPH-2F9A4 + /xf0/xaf/xa6/xa5 CJK COMPATIBILITY IDEOGRAPH-2F9A5 + /xf0/xaf/xa6/xa6 CJK COMPATIBILITY IDEOGRAPH-2F9A6 + /xf0/xaf/xa6/xa7 CJK COMPATIBILITY IDEOGRAPH-2F9A7 + /xf0/xaf/xa6/xa8 CJK COMPATIBILITY IDEOGRAPH-2F9A8 + /xf0/xaf/xa6/xa9 CJK COMPATIBILITY IDEOGRAPH-2F9A9 + /xf0/xaf/xa6/xaa CJK COMPATIBILITY IDEOGRAPH-2F9AA + /xf0/xaf/xa6/xab CJK COMPATIBILITY IDEOGRAPH-2F9AB + /xf0/xaf/xa6/xac CJK COMPATIBILITY IDEOGRAPH-2F9AC + /xf0/xaf/xa6/xad CJK COMPATIBILITY IDEOGRAPH-2F9AD + /xf0/xaf/xa6/xae CJK COMPATIBILITY IDEOGRAPH-2F9AE + /xf0/xaf/xa6/xaf CJK COMPATIBILITY IDEOGRAPH-2F9AF + /xf0/xaf/xa6/xb0 CJK COMPATIBILITY IDEOGRAPH-2F9B0 + /xf0/xaf/xa6/xb1 CJK COMPATIBILITY IDEOGRAPH-2F9B1 + /xf0/xaf/xa6/xb2 CJK COMPATIBILITY IDEOGRAPH-2F9B2 + /xf0/xaf/xa6/xb3 CJK COMPATIBILITY IDEOGRAPH-2F9B3 + /xf0/xaf/xa6/xb4 CJK COMPATIBILITY IDEOGRAPH-2F9B4 + /xf0/xaf/xa6/xb5 CJK COMPATIBILITY IDEOGRAPH-2F9B5 + /xf0/xaf/xa6/xb6 CJK COMPATIBILITY IDEOGRAPH-2F9B6 + /xf0/xaf/xa6/xb7 CJK COMPATIBILITY IDEOGRAPH-2F9B7 + /xf0/xaf/xa6/xb8 CJK COMPATIBILITY IDEOGRAPH-2F9B8 + /xf0/xaf/xa6/xb9 CJK COMPATIBILITY IDEOGRAPH-2F9B9 + /xf0/xaf/xa6/xba CJK COMPATIBILITY IDEOGRAPH-2F9BA + /xf0/xaf/xa6/xbb CJK COMPATIBILITY IDEOGRAPH-2F9BB + /xf0/xaf/xa6/xbc CJK COMPATIBILITY IDEOGRAPH-2F9BC + /xf0/xaf/xa6/xbd CJK COMPATIBILITY IDEOGRAPH-2F9BD + /xf0/xaf/xa6/xbe CJK COMPATIBILITY IDEOGRAPH-2F9BE + /xf0/xaf/xa6/xbf CJK COMPATIBILITY IDEOGRAPH-2F9BF + /xf0/xaf/xa7/x80 CJK COMPATIBILITY IDEOGRAPH-2F9C0 + /xf0/xaf/xa7/x81 CJK COMPATIBILITY IDEOGRAPH-2F9C1 + /xf0/xaf/xa7/x82 CJK COMPATIBILITY IDEOGRAPH-2F9C2 + /xf0/xaf/xa7/x83 CJK COMPATIBILITY IDEOGRAPH-2F9C3 + /xf0/xaf/xa7/x84 CJK COMPATIBILITY IDEOGRAPH-2F9C4 + /xf0/xaf/xa7/x85 CJK COMPATIBILITY IDEOGRAPH-2F9C5 + /xf0/xaf/xa7/x86 CJK COMPATIBILITY IDEOGRAPH-2F9C6 + /xf0/xaf/xa7/x87 CJK COMPATIBILITY IDEOGRAPH-2F9C7 + /xf0/xaf/xa7/x88 CJK COMPATIBILITY IDEOGRAPH-2F9C8 + /xf0/xaf/xa7/x89 CJK COMPATIBILITY IDEOGRAPH-2F9C9 + /xf0/xaf/xa7/x8a CJK COMPATIBILITY IDEOGRAPH-2F9CA + /xf0/xaf/xa7/x8b CJK COMPATIBILITY IDEOGRAPH-2F9CB + /xf0/xaf/xa7/x8c CJK COMPATIBILITY IDEOGRAPH-2F9CC + /xf0/xaf/xa7/x8d CJK COMPATIBILITY IDEOGRAPH-2F9CD + /xf0/xaf/xa7/x8e CJK COMPATIBILITY IDEOGRAPH-2F9CE + /xf0/xaf/xa7/x8f CJK COMPATIBILITY IDEOGRAPH-2F9CF + /xf0/xaf/xa7/x90 CJK COMPATIBILITY IDEOGRAPH-2F9D0 + /xf0/xaf/xa7/x91 CJK COMPATIBILITY IDEOGRAPH-2F9D1 + /xf0/xaf/xa7/x92 CJK COMPATIBILITY IDEOGRAPH-2F9D2 + /xf0/xaf/xa7/x93 CJK COMPATIBILITY IDEOGRAPH-2F9D3 + /xf0/xaf/xa7/x94 CJK COMPATIBILITY IDEOGRAPH-2F9D4 + /xf0/xaf/xa7/x95 CJK COMPATIBILITY IDEOGRAPH-2F9D5 + /xf0/xaf/xa7/x96 CJK COMPATIBILITY IDEOGRAPH-2F9D6 + /xf0/xaf/xa7/x97 CJK COMPATIBILITY IDEOGRAPH-2F9D7 + /xf0/xaf/xa7/x98 CJK COMPATIBILITY IDEOGRAPH-2F9D8 + /xf0/xaf/xa7/x99 CJK COMPATIBILITY IDEOGRAPH-2F9D9 + /xf0/xaf/xa7/x9a CJK COMPATIBILITY IDEOGRAPH-2F9DA + /xf0/xaf/xa7/x9b CJK COMPATIBILITY IDEOGRAPH-2F9DB + /xf0/xaf/xa7/x9c CJK COMPATIBILITY IDEOGRAPH-2F9DC + /xf0/xaf/xa7/x9d CJK COMPATIBILITY IDEOGRAPH-2F9DD + /xf0/xaf/xa7/x9e CJK COMPATIBILITY IDEOGRAPH-2F9DE + /xf0/xaf/xa7/x9f CJK COMPATIBILITY IDEOGRAPH-2F9DF + /xf0/xaf/xa7/xa0 CJK COMPATIBILITY IDEOGRAPH-2F9E0 + /xf0/xaf/xa7/xa1 CJK COMPATIBILITY IDEOGRAPH-2F9E1 + /xf0/xaf/xa7/xa2 CJK COMPATIBILITY IDEOGRAPH-2F9E2 + /xf0/xaf/xa7/xa3 CJK COMPATIBILITY IDEOGRAPH-2F9E3 + /xf0/xaf/xa7/xa4 CJK COMPATIBILITY IDEOGRAPH-2F9E4 + /xf0/xaf/xa7/xa5 CJK COMPATIBILITY IDEOGRAPH-2F9E5 + /xf0/xaf/xa7/xa6 CJK COMPATIBILITY IDEOGRAPH-2F9E6 + /xf0/xaf/xa7/xa7 CJK COMPATIBILITY IDEOGRAPH-2F9E7 + /xf0/xaf/xa7/xa8 CJK COMPATIBILITY IDEOGRAPH-2F9E8 + /xf0/xaf/xa7/xa9 CJK COMPATIBILITY IDEOGRAPH-2F9E9 + /xf0/xaf/xa7/xaa CJK COMPATIBILITY IDEOGRAPH-2F9EA + /xf0/xaf/xa7/xab CJK COMPATIBILITY IDEOGRAPH-2F9EB + /xf0/xaf/xa7/xac CJK COMPATIBILITY IDEOGRAPH-2F9EC + /xf0/xaf/xa7/xad CJK COMPATIBILITY IDEOGRAPH-2F9ED + /xf0/xaf/xa7/xae CJK COMPATIBILITY IDEOGRAPH-2F9EE + /xf0/xaf/xa7/xaf CJK COMPATIBILITY IDEOGRAPH-2F9EF + /xf0/xaf/xa7/xb0 CJK COMPATIBILITY IDEOGRAPH-2F9F0 + /xf0/xaf/xa7/xb1 CJK COMPATIBILITY IDEOGRAPH-2F9F1 + /xf0/xaf/xa7/xb2 CJK COMPATIBILITY IDEOGRAPH-2F9F2 + /xf0/xaf/xa7/xb3 CJK COMPATIBILITY IDEOGRAPH-2F9F3 + /xf0/xaf/xa7/xb4 CJK COMPATIBILITY IDEOGRAPH-2F9F4 + /xf0/xaf/xa7/xb5 CJK COMPATIBILITY IDEOGRAPH-2F9F5 + /xf0/xaf/xa7/xb6 CJK COMPATIBILITY IDEOGRAPH-2F9F6 + /xf0/xaf/xa7/xb7 CJK COMPATIBILITY IDEOGRAPH-2F9F7 + /xf0/xaf/xa7/xb8 CJK COMPATIBILITY IDEOGRAPH-2F9F8 + /xf0/xaf/xa7/xb9 CJK COMPATIBILITY IDEOGRAPH-2F9F9 + /xf0/xaf/xa7/xba CJK COMPATIBILITY IDEOGRAPH-2F9FA + /xf0/xaf/xa7/xbb CJK COMPATIBILITY IDEOGRAPH-2F9FB + /xf0/xaf/xa7/xbc CJK COMPATIBILITY IDEOGRAPH-2F9FC + /xf0/xaf/xa7/xbd CJK COMPATIBILITY IDEOGRAPH-2F9FD + /xf0/xaf/xa7/xbe CJK COMPATIBILITY IDEOGRAPH-2F9FE + /xf0/xaf/xa7/xbf CJK COMPATIBILITY IDEOGRAPH-2F9FF + /xf0/xaf/xa8/x80 CJK COMPATIBILITY IDEOGRAPH-2FA00 + /xf0/xaf/xa8/x81 CJK COMPATIBILITY IDEOGRAPH-2FA01 + /xf0/xaf/xa8/x82 CJK COMPATIBILITY IDEOGRAPH-2FA02 + /xf0/xaf/xa8/x83 CJK COMPATIBILITY IDEOGRAPH-2FA03 + /xf0/xaf/xa8/x84 CJK COMPATIBILITY IDEOGRAPH-2FA04 + /xf0/xaf/xa8/x85 CJK COMPATIBILITY IDEOGRAPH-2FA05 + /xf0/xaf/xa8/x86 CJK COMPATIBILITY IDEOGRAPH-2FA06 + /xf0/xaf/xa8/x87 CJK COMPATIBILITY IDEOGRAPH-2FA07 + /xf0/xaf/xa8/x88 CJK COMPATIBILITY IDEOGRAPH-2FA08 + /xf0/xaf/xa8/x89 CJK COMPATIBILITY IDEOGRAPH-2FA09 + /xf0/xaf/xa8/x8a CJK COMPATIBILITY IDEOGRAPH-2FA0A + /xf0/xaf/xa8/x8b CJK COMPATIBILITY IDEOGRAPH-2FA0B + /xf0/xaf/xa8/x8c CJK COMPATIBILITY IDEOGRAPH-2FA0C + /xf0/xaf/xa8/x8d CJK COMPATIBILITY IDEOGRAPH-2FA0D + /xf0/xaf/xa8/x8e CJK COMPATIBILITY IDEOGRAPH-2FA0E + /xf0/xaf/xa8/x8f CJK COMPATIBILITY IDEOGRAPH-2FA0F + /xf0/xaf/xa8/x90 CJK COMPATIBILITY IDEOGRAPH-2FA10 + /xf0/xaf/xa8/x91 CJK COMPATIBILITY IDEOGRAPH-2FA11 + /xf0/xaf/xa8/x92 CJK COMPATIBILITY IDEOGRAPH-2FA12 + /xf0/xaf/xa8/x93 CJK COMPATIBILITY IDEOGRAPH-2FA13 + /xf0/xaf/xa8/x94 CJK COMPATIBILITY IDEOGRAPH-2FA14 + /xf0/xaf/xa8/x95 CJK COMPATIBILITY IDEOGRAPH-2FA15 + /xf0/xaf/xa8/x96 CJK COMPATIBILITY IDEOGRAPH-2FA16 + /xf0/xaf/xa8/x97 CJK COMPATIBILITY IDEOGRAPH-2FA17 + /xf0/xaf/xa8/x98 CJK COMPATIBILITY IDEOGRAPH-2FA18 + /xf0/xaf/xa8/x99 CJK COMPATIBILITY IDEOGRAPH-2FA19 + /xf0/xaf/xa8/x9a CJK COMPATIBILITY IDEOGRAPH-2FA1A + /xf0/xaf/xa8/x9b CJK COMPATIBILITY IDEOGRAPH-2FA1B + /xf0/xaf/xa8/x9c CJK COMPATIBILITY IDEOGRAPH-2FA1C + /xf0/xaf/xa8/x9d CJK COMPATIBILITY IDEOGRAPH-2FA1D + /xf3/xa0/x80/x81 LANGUAGE TAG + /xf3/xa0/x80/xa0 TAG SPACE + /xf3/xa0/x80/xa1 TAG EXCLAMATION MARK + /xf3/xa0/x80/xa2 TAG QUOTATION MARK + /xf3/xa0/x80/xa3 TAG NUMBER SIGN + /xf3/xa0/x80/xa4 TAG DOLLAR SIGN + /xf3/xa0/x80/xa5 TAG PERCENT SIGN + /xf3/xa0/x80/xa6 TAG AMPERSAND + /xf3/xa0/x80/xa7 TAG APOSTROPHE + /xf3/xa0/x80/xa8 TAG LEFT PARENTHESIS + /xf3/xa0/x80/xa9 TAG RIGHT PARENTHESIS + /xf3/xa0/x80/xaa TAG ASTERISK + /xf3/xa0/x80/xab TAG PLUS SIGN + /xf3/xa0/x80/xac TAG COMMA + /xf3/xa0/x80/xad TAG HYPHEN-MINUS + /xf3/xa0/x80/xae TAG FULL STOP + /xf3/xa0/x80/xaf TAG SOLIDUS + /xf3/xa0/x80/xb0 TAG DIGIT ZERO + /xf3/xa0/x80/xb1 TAG DIGIT ONE + /xf3/xa0/x80/xb2 TAG DIGIT TWO + /xf3/xa0/x80/xb3 TAG DIGIT THREE + /xf3/xa0/x80/xb4 TAG DIGIT FOUR + /xf3/xa0/x80/xb5 TAG DIGIT FIVE + /xf3/xa0/x80/xb6 TAG DIGIT SIX + /xf3/xa0/x80/xb7 TAG DIGIT SEVEN + /xf3/xa0/x80/xb8 TAG DIGIT EIGHT + /xf3/xa0/x80/xb9 TAG DIGIT NINE + /xf3/xa0/x80/xba TAG COLON + /xf3/xa0/x80/xbb TAG SEMICOLON + /xf3/xa0/x80/xbc TAG LESS-THAN SIGN + /xf3/xa0/x80/xbd TAG EQUALS SIGN + /xf3/xa0/x80/xbe TAG GREATER-THAN SIGN + /xf3/xa0/x80/xbf TAG QUESTION MARK + /xf3/xa0/x81/x80 TAG COMMERCIAL AT + /xf3/xa0/x81/x81 TAG LATIN CAPITAL LETTER A + /xf3/xa0/x81/x82 TAG LATIN CAPITAL LETTER B + /xf3/xa0/x81/x83 TAG LATIN CAPITAL LETTER C + /xf3/xa0/x81/x84 TAG LATIN CAPITAL LETTER D + /xf3/xa0/x81/x85 TAG LATIN CAPITAL LETTER E + /xf3/xa0/x81/x86 TAG LATIN CAPITAL LETTER F + /xf3/xa0/x81/x87 TAG LATIN CAPITAL LETTER G + /xf3/xa0/x81/x88 TAG LATIN CAPITAL LETTER H + /xf3/xa0/x81/x89 TAG LATIN CAPITAL LETTER I + /xf3/xa0/x81/x8a TAG LATIN CAPITAL LETTER J + /xf3/xa0/x81/x8b TAG LATIN CAPITAL LETTER K + /xf3/xa0/x81/x8c TAG LATIN CAPITAL LETTER L + /xf3/xa0/x81/x8d TAG LATIN CAPITAL LETTER M + /xf3/xa0/x81/x8e TAG LATIN CAPITAL LETTER N + /xf3/xa0/x81/x8f TAG LATIN CAPITAL LETTER O + /xf3/xa0/x81/x90 TAG LATIN CAPITAL LETTER P + /xf3/xa0/x81/x91 TAG LATIN CAPITAL LETTER Q + /xf3/xa0/x81/x92 TAG LATIN CAPITAL LETTER R + /xf3/xa0/x81/x93 TAG LATIN CAPITAL LETTER S + /xf3/xa0/x81/x94 TAG LATIN CAPITAL LETTER T + /xf3/xa0/x81/x95 TAG LATIN CAPITAL LETTER U + /xf3/xa0/x81/x96 TAG LATIN CAPITAL LETTER V + /xf3/xa0/x81/x97 TAG LATIN CAPITAL LETTER W + /xf3/xa0/x81/x98 TAG LATIN CAPITAL LETTER X + /xf3/xa0/x81/x99 TAG LATIN CAPITAL LETTER Y + /xf3/xa0/x81/x9a TAG LATIN CAPITAL LETTER Z + /xf3/xa0/x81/x9b TAG LEFT SQUARE BRACKET + /xf3/xa0/x81/x9c TAG REVERSE SOLIDUS + /xf3/xa0/x81/x9d TAG RIGHT SQUARE BRACKET + /xf3/xa0/x81/x9e TAG CIRCUMFLEX ACCENT + /xf3/xa0/x81/x9f TAG LOW LINE + /xf3/xa0/x81/xa0 TAG GRAVE ACCENT + /xf3/xa0/x81/xa1 TAG LATIN SMALL LETTER A + /xf3/xa0/x81/xa2 TAG LATIN SMALL LETTER B + /xf3/xa0/x81/xa3 TAG LATIN SMALL LETTER C + /xf3/xa0/x81/xa4 TAG LATIN SMALL LETTER D + /xf3/xa0/x81/xa5 TAG LATIN SMALL LETTER E + /xf3/xa0/x81/xa6 TAG LATIN SMALL LETTER F + /xf3/xa0/x81/xa7 TAG LATIN SMALL LETTER G + /xf3/xa0/x81/xa8 TAG LATIN SMALL LETTER H + /xf3/xa0/x81/xa9 TAG LATIN SMALL LETTER I + /xf3/xa0/x81/xaa TAG LATIN SMALL LETTER J + /xf3/xa0/x81/xab TAG LATIN SMALL LETTER K + /xf3/xa0/x81/xac TAG LATIN SMALL LETTER L + /xf3/xa0/x81/xad TAG LATIN SMALL LETTER M + /xf3/xa0/x81/xae TAG LATIN SMALL LETTER N + /xf3/xa0/x81/xaf TAG LATIN SMALL LETTER O + /xf3/xa0/x81/xb0 TAG LATIN SMALL LETTER P + /xf3/xa0/x81/xb1 TAG LATIN SMALL LETTER Q + /xf3/xa0/x81/xb2 TAG LATIN SMALL LETTER R + /xf3/xa0/x81/xb3 TAG LATIN SMALL LETTER S + /xf3/xa0/x81/xb4 TAG LATIN SMALL LETTER T + /xf3/xa0/x81/xb5 TAG LATIN SMALL LETTER U + /xf3/xa0/x81/xb6 TAG LATIN SMALL LETTER V + /xf3/xa0/x81/xb7 TAG LATIN SMALL LETTER W + /xf3/xa0/x81/xb8 TAG LATIN SMALL LETTER X + /xf3/xa0/x81/xb9 TAG LATIN SMALL LETTER Y + /xf3/xa0/x81/xba TAG LATIN SMALL LETTER Z + /xf3/xa0/x81/xbb TAG LEFT CURLY BRACKET + /xf3/xa0/x81/xbc TAG VERTICAL LINE + /xf3/xa0/x81/xbd TAG RIGHT CURLY BRACKET + /xf3/xa0/x81/xbe TAG TILDE + /xf3/xa0/x81/xbf CANCEL TAG +.. /xf3/xb0/x80/x80 +.. /xf3/xb0/x81/x80 +.. /xf3/xb0/x82/x80 +.. /xf3/xb0/x83/x80 +.. /xf3/xb0/x84/x80 +.. /xf3/xb0/x85/x80 +.. /xf3/xb0/x86/x80 +.. /xf3/xb0/x87/x80 +.. /xf3/xb0/x88/x80 +.. /xf3/xb0/x89/x80 +.. /xf3/xb0/x8a/x80 +.. /xf3/xb0/x8b/x80 +.. /xf3/xb0/x8c/x80 +.. /xf3/xb0/x8d/x80 +.. /xf3/xb0/x8e/x80 +.. /xf3/xb0/x8f/x80 +.. /xf3/xb0/x90/x80 +.. /xf3/xb0/x91/x80 +.. /xf3/xb0/x92/x80 +.. /xf3/xb0/x93/x80 +.. /xf3/xb0/x94/x80 +.. /xf3/xb0/x95/x80 +.. /xf3/xb0/x96/x80 +.. /xf3/xb0/x97/x80 +.. /xf3/xb0/x98/x80 +.. /xf3/xb0/x99/x80 +.. /xf3/xb0/x9a/x80 +.. /xf3/xb0/x9b/x80 +.. /xf3/xb0/x9c/x80 +.. /xf3/xb0/x9d/x80 +.. /xf3/xb0/x9e/x80 +.. /xf3/xb0/x9f/x80 +.. /xf3/xb0/xa0/x80 +.. /xf3/xb0/xa1/x80 +.. /xf3/xb0/xa2/x80 +.. /xf3/xb0/xa3/x80 +.. /xf3/xb0/xa4/x80 +.. /xf3/xb0/xa5/x80 +.. /xf3/xb0/xa6/x80 +.. /xf3/xb0/xa7/x80 +.. /xf3/xb0/xa8/x80 +.. /xf3/xb0/xa9/x80 +.. /xf3/xb0/xaa/x80 +.. /xf3/xb0/xab/x80 +.. /xf3/xb0/xac/x80 +.. /xf3/xb0/xad/x80 +.. /xf3/xb0/xae/x80 +.. /xf3/xb0/xaf/x80 +.. /xf3/xb0/xb0/x80 +.. /xf3/xb0/xb1/x80 +.. /xf3/xb0/xb2/x80 +.. /xf3/xb0/xb3/x80 +.. /xf3/xb0/xb4/x80 +.. /xf3/xb0/xb5/x80 +.. /xf3/xb0/xb6/x80 +.. /xf3/xb0/xb7/x80 +.. /xf3/xb0/xb8/x80 +.. /xf3/xb0/xb9/x80 +.. /xf3/xb0/xba/x80 +.. /xf3/xb0/xbb/x80 +.. /xf3/xb0/xbc/x80 +.. /xf3/xb0/xbd/x80 +.. /xf3/xb0/xbe/x80 +.. /xf3/xb0/xbf/x80 +.. /xf3/xb1/x80/x80 +.. /xf3/xb1/x81/x80 +.. /xf3/xb1/x82/x80 +.. /xf3/xb1/x83/x80 +.. /xf3/xb1/x84/x80 +.. /xf3/xb1/x85/x80 +.. /xf3/xb1/x86/x80 +.. /xf3/xb1/x87/x80 +.. /xf3/xb1/x88/x80 +.. /xf3/xb1/x89/x80 +.. /xf3/xb1/x8a/x80 +.. /xf3/xb1/x8b/x80 +.. /xf3/xb1/x8c/x80 +.. /xf3/xb1/x8d/x80 +.. /xf3/xb1/x8e/x80 +.. /xf3/xb1/x8f/x80 +.. /xf3/xb1/x90/x80 +.. /xf3/xb1/x91/x80 +.. /xf3/xb1/x92/x80 +.. /xf3/xb1/x93/x80 +.. /xf3/xb1/x94/x80 +.. /xf3/xb1/x95/x80 +.. /xf3/xb1/x96/x80 +.. /xf3/xb1/x97/x80 +.. /xf3/xb1/x98/x80 +.. /xf3/xb1/x99/x80 +.. /xf3/xb1/x9a/x80 +.. /xf3/xb1/x9b/x80 +.. /xf3/xb1/x9c/x80 +.. /xf3/xb1/x9d/x80 +.. /xf3/xb1/x9e/x80 +.. /xf3/xb1/x9f/x80 +.. /xf3/xb1/xa0/x80 +.. /xf3/xb1/xa1/x80 +.. /xf3/xb1/xa2/x80 +.. /xf3/xb1/xa3/x80 +.. /xf3/xb1/xa4/x80 +.. /xf3/xb1/xa5/x80 +.. /xf3/xb1/xa6/x80 +.. /xf3/xb1/xa7/x80 +.. /xf3/xb1/xa8/x80 +.. /xf3/xb1/xa9/x80 +.. /xf3/xb1/xaa/x80 +.. /xf3/xb1/xab/x80 +.. /xf3/xb1/xac/x80 +.. /xf3/xb1/xad/x80 +.. /xf3/xb1/xae/x80 +.. /xf3/xb1/xaf/x80 +.. /xf3/xb1/xb0/x80 +.. /xf3/xb1/xb1/x80 +.. /xf3/xb1/xb2/x80 +.. /xf3/xb1/xb3/x80 +.. /xf3/xb1/xb4/x80 +.. /xf3/xb1/xb5/x80 +.. /xf3/xb1/xb6/x80 +.. /xf3/xb1/xb7/x80 +.. /xf3/xb1/xb8/x80 +.. /xf3/xb1/xb9/x80 +.. /xf3/xb1/xba/x80 +.. /xf3/xb1/xbb/x80 +.. /xf3/xb1/xbc/x80 +.. /xf3/xb1/xbd/x80 +.. /xf3/xb1/xbe/x80 +.. /xf3/xb1/xbf/x80 +.. /xf3/xb2/x80/x80 +.. /xf3/xb2/x81/x80 +.. /xf3/xb2/x82/x80 +.. /xf3/xb2/x83/x80 +.. /xf3/xb2/x84/x80 +.. /xf3/xb2/x85/x80 +.. /xf3/xb2/x86/x80 +.. /xf3/xb2/x87/x80 +.. /xf3/xb2/x88/x80 +.. /xf3/xb2/x89/x80 +.. /xf3/xb2/x8a/x80 +.. /xf3/xb2/x8b/x80 +.. /xf3/xb2/x8c/x80 +.. /xf3/xb2/x8d/x80 +.. /xf3/xb2/x8e/x80 +.. /xf3/xb2/x8f/x80 +.. /xf3/xb2/x90/x80 +.. /xf3/xb2/x91/x80 +.. /xf3/xb2/x92/x80 +.. /xf3/xb2/x93/x80 +.. /xf3/xb2/x94/x80 +.. /xf3/xb2/x95/x80 +.. /xf3/xb2/x96/x80 +.. /xf3/xb2/x97/x80 +.. /xf3/xb2/x98/x80 +.. /xf3/xb2/x99/x80 +.. /xf3/xb2/x9a/x80 +.. /xf3/xb2/x9b/x80 +.. /xf3/xb2/x9c/x80 +.. /xf3/xb2/x9d/x80 +.. /xf3/xb2/x9e/x80 +.. /xf3/xb2/x9f/x80 +.. /xf3/xb2/xa0/x80 +.. /xf3/xb2/xa1/x80 +.. /xf3/xb2/xa2/x80 +.. /xf3/xb2/xa3/x80 +.. /xf3/xb2/xa4/x80 +.. /xf3/xb2/xa5/x80 +.. /xf3/xb2/xa6/x80 +.. /xf3/xb2/xa7/x80 +.. /xf3/xb2/xa8/x80 +.. /xf3/xb2/xa9/x80 +.. /xf3/xb2/xaa/x80 +.. /xf3/xb2/xab/x80 +.. /xf3/xb2/xac/x80 +.. /xf3/xb2/xad/x80 +.. /xf3/xb2/xae/x80 +.. /xf3/xb2/xaf/x80 +.. /xf3/xb2/xb0/x80 +.. /xf3/xb2/xb1/x80 +.. /xf3/xb2/xb2/x80 +.. /xf3/xb2/xb3/x80 +.. /xf3/xb2/xb4/x80 +.. /xf3/xb2/xb5/x80 +.. /xf3/xb2/xb6/x80 +.. /xf3/xb2/xb7/x80 +.. /xf3/xb2/xb8/x80 +.. /xf3/xb2/xb9/x80 +.. /xf3/xb2/xba/x80 +.. /xf3/xb2/xbb/x80 +.. /xf3/xb2/xbc/x80 +.. /xf3/xb2/xbd/x80 +.. /xf3/xb2/xbe/x80 +.. /xf3/xb2/xbf/x80 +.. /xf3/xb3/x80/x80 +.. /xf3/xb3/x81/x80 +.. /xf3/xb3/x82/x80 +.. /xf3/xb3/x83/x80 +.. /xf3/xb3/x84/x80 +.. /xf3/xb3/x85/x80 +.. /xf3/xb3/x86/x80 +.. /xf3/xb3/x87/x80 +.. /xf3/xb3/x88/x80 +.. /xf3/xb3/x89/x80 +.. /xf3/xb3/x8a/x80 +.. /xf3/xb3/x8b/x80 +.. /xf3/xb3/x8c/x80 +.. /xf3/xb3/x8d/x80 +.. /xf3/xb3/x8e/x80 +.. /xf3/xb3/x8f/x80 +.. /xf3/xb3/x90/x80 +.. /xf3/xb3/x91/x80 +.. /xf3/xb3/x92/x80 +.. /xf3/xb3/x93/x80 +.. /xf3/xb3/x94/x80 +.. /xf3/xb3/x95/x80 +.. /xf3/xb3/x96/x80 +.. /xf3/xb3/x97/x80 +.. /xf3/xb3/x98/x80 +.. /xf3/xb3/x99/x80 +.. /xf3/xb3/x9a/x80 +.. /xf3/xb3/x9b/x80 +.. /xf3/xb3/x9c/x80 +.. /xf3/xb3/x9d/x80 +.. /xf3/xb3/x9e/x80 +.. /xf3/xb3/x9f/x80 +.. /xf3/xb3/xa0/x80 +.. /xf3/xb3/xa1/x80 +.. /xf3/xb3/xa2/x80 +.. /xf3/xb3/xa3/x80 +.. /xf3/xb3/xa4/x80 +.. /xf3/xb3/xa5/x80 +.. /xf3/xb3/xa6/x80 +.. /xf3/xb3/xa7/x80 +.. /xf3/xb3/xa8/x80 +.. /xf3/xb3/xa9/x80 +.. /xf3/xb3/xaa/x80 +.. /xf3/xb3/xab/x80 +.. /xf3/xb3/xac/x80 +.. /xf3/xb3/xad/x80 +.. /xf3/xb3/xae/x80 +.. /xf3/xb3/xaf/x80 +.. /xf3/xb3/xb0/x80 +.. /xf3/xb3/xb1/x80 +.. /xf3/xb3/xb2/x80 +.. /xf3/xb3/xb3/x80 +.. /xf3/xb3/xb4/x80 +.. /xf3/xb3/xb5/x80 +.. /xf3/xb3/xb6/x80 +.. /xf3/xb3/xb7/x80 +.. /xf3/xb3/xb8/x80 +.. /xf3/xb3/xb9/x80 +.. /xf3/xb3/xba/x80 +.. /xf3/xb3/xbb/x80 +.. /xf3/xb3/xbc/x80 +.. /xf3/xb3/xbd/x80 +.. /xf3/xb3/xbe/x80 +.. /xf3/xb3/xbf/x80 +.. /xf3/xb4/x80/x80 +.. /xf3/xb4/x81/x80 +.. /xf3/xb4/x82/x80 +.. /xf3/xb4/x83/x80 +.. /xf3/xb4/x84/x80 +.. /xf3/xb4/x85/x80 +.. /xf3/xb4/x86/x80 +.. /xf3/xb4/x87/x80 +.. /xf3/xb4/x88/x80 +.. /xf3/xb4/x89/x80 +.. /xf3/xb4/x8a/x80 +.. /xf3/xb4/x8b/x80 +.. /xf3/xb4/x8c/x80 +.. /xf3/xb4/x8d/x80 +.. /xf3/xb4/x8e/x80 +.. /xf3/xb4/x8f/x80 +.. /xf3/xb4/x90/x80 +.. /xf3/xb4/x91/x80 +.. /xf3/xb4/x92/x80 +.. /xf3/xb4/x93/x80 +.. /xf3/xb4/x94/x80 +.. /xf3/xb4/x95/x80 +.. /xf3/xb4/x96/x80 +.. /xf3/xb4/x97/x80 +.. /xf3/xb4/x98/x80 +.. /xf3/xb4/x99/x80 +.. /xf3/xb4/x9a/x80 +.. /xf3/xb4/x9b/x80 +.. /xf3/xb4/x9c/x80 +.. /xf3/xb4/x9d/x80 +.. /xf3/xb4/x9e/x80 +.. /xf3/xb4/x9f/x80 +.. /xf3/xb4/xa0/x80 +.. /xf3/xb4/xa1/x80 +.. /xf3/xb4/xa2/x80 +.. /xf3/xb4/xa3/x80 +.. /xf3/xb4/xa4/x80 +.. /xf3/xb4/xa5/x80 +.. /xf3/xb4/xa6/x80 +.. /xf3/xb4/xa7/x80 +.. /xf3/xb4/xa8/x80 +.. /xf3/xb4/xa9/x80 +.. /xf3/xb4/xaa/x80 +.. /xf3/xb4/xab/x80 +.. /xf3/xb4/xac/x80 +.. /xf3/xb4/xad/x80 +.. /xf3/xb4/xae/x80 +.. /xf3/xb4/xaf/x80 +.. /xf3/xb4/xb0/x80 +.. /xf3/xb4/xb1/x80 +.. /xf3/xb4/xb2/x80 +.. /xf3/xb4/xb3/x80 +.. /xf3/xb4/xb4/x80 +.. /xf3/xb4/xb5/x80 +.. /xf3/xb4/xb6/x80 +.. /xf3/xb4/xb7/x80 +.. /xf3/xb4/xb8/x80 +.. /xf3/xb4/xb9/x80 +.. /xf3/xb4/xba/x80 +.. /xf3/xb4/xbb/x80 +.. /xf3/xb4/xbc/x80 +.. /xf3/xb4/xbd/x80 +.. /xf3/xb4/xbe/x80 +.. /xf3/xb4/xbf/x80 +.. /xf3/xb5/x80/x80 +.. /xf3/xb5/x81/x80 +.. /xf3/xb5/x82/x80 +.. /xf3/xb5/x83/x80 +.. /xf3/xb5/x84/x80 +.. /xf3/xb5/x85/x80 +.. /xf3/xb5/x86/x80 +.. /xf3/xb5/x87/x80 +.. /xf3/xb5/x88/x80 +.. /xf3/xb5/x89/x80 +.. /xf3/xb5/x8a/x80 +.. /xf3/xb5/x8b/x80 +.. /xf3/xb5/x8c/x80 +.. /xf3/xb5/x8d/x80 +.. /xf3/xb5/x8e/x80 +.. /xf3/xb5/x8f/x80 +.. /xf3/xb5/x90/x80 +.. /xf3/xb5/x91/x80 +.. /xf3/xb5/x92/x80 +.. /xf3/xb5/x93/x80 +.. /xf3/xb5/x94/x80 +.. /xf3/xb5/x95/x80 +.. /xf3/xb5/x96/x80 +.. /xf3/xb5/x97/x80 +.. /xf3/xb5/x98/x80 +.. /xf3/xb5/x99/x80 +.. /xf3/xb5/x9a/x80 +.. /xf3/xb5/x9b/x80 +.. /xf3/xb5/x9c/x80 +.. /xf3/xb5/x9d/x80 +.. /xf3/xb5/x9e/x80 +.. /xf3/xb5/x9f/x80 +.. /xf3/xb5/xa0/x80 +.. /xf3/xb5/xa1/x80 +.. /xf3/xb5/xa2/x80 +.. /xf3/xb5/xa3/x80 +.. /xf3/xb5/xa4/x80 +.. /xf3/xb5/xa5/x80 +.. /xf3/xb5/xa6/x80 +.. /xf3/xb5/xa7/x80 +.. /xf3/xb5/xa8/x80 +.. /xf3/xb5/xa9/x80 +.. /xf3/xb5/xaa/x80 +.. /xf3/xb5/xab/x80 +.. /xf3/xb5/xac/x80 +.. /xf3/xb5/xad/x80 +.. /xf3/xb5/xae/x80 +.. /xf3/xb5/xaf/x80 +.. /xf3/xb5/xb0/x80 +.. /xf3/xb5/xb1/x80 +.. /xf3/xb5/xb2/x80 +.. /xf3/xb5/xb3/x80 +.. /xf3/xb5/xb4/x80 +.. /xf3/xb5/xb5/x80 +.. /xf3/xb5/xb6/x80 +.. /xf3/xb5/xb7/x80 +.. /xf3/xb5/xb8/x80 +.. /xf3/xb5/xb9/x80 +.. /xf3/xb5/xba/x80 +.. /xf3/xb5/xbb/x80 +.. /xf3/xb5/xbc/x80 +.. /xf3/xb5/xbd/x80 +.. /xf3/xb5/xbe/x80 +.. /xf3/xb5/xbf/x80 +.. /xf3/xb6/x80/x80 +.. /xf3/xb6/x81/x80 +.. /xf3/xb6/x82/x80 +.. /xf3/xb6/x83/x80 +.. /xf3/xb6/x84/x80 +.. /xf3/xb6/x85/x80 +.. /xf3/xb6/x86/x80 +.. /xf3/xb6/x87/x80 +.. /xf3/xb6/x88/x80 +.. /xf3/xb6/x89/x80 +.. /xf3/xb6/x8a/x80 +.. /xf3/xb6/x8b/x80 +.. /xf3/xb6/x8c/x80 +.. /xf3/xb6/x8d/x80 +.. /xf3/xb6/x8e/x80 +.. /xf3/xb6/x8f/x80 +.. /xf3/xb6/x90/x80 +.. /xf3/xb6/x91/x80 +.. /xf3/xb6/x92/x80 +.. /xf3/xb6/x93/x80 +.. /xf3/xb6/x94/x80 +.. /xf3/xb6/x95/x80 +.. /xf3/xb6/x96/x80 +.. /xf3/xb6/x97/x80 +.. /xf3/xb6/x98/x80 +.. /xf3/xb6/x99/x80 +.. /xf3/xb6/x9a/x80 +.. /xf3/xb6/x9b/x80 +.. /xf3/xb6/x9c/x80 +.. /xf3/xb6/x9d/x80 +.. /xf3/xb6/x9e/x80 +.. /xf3/xb6/x9f/x80 +.. /xf3/xb6/xa0/x80 +.. /xf3/xb6/xa1/x80 +.. /xf3/xb6/xa2/x80 +.. /xf3/xb6/xa3/x80 +.. /xf3/xb6/xa4/x80 +.. /xf3/xb6/xa5/x80 +.. /xf3/xb6/xa6/x80 +.. /xf3/xb6/xa7/x80 +.. /xf3/xb6/xa8/x80 +.. /xf3/xb6/xa9/x80 +.. /xf3/xb6/xaa/x80 +.. /xf3/xb6/xab/x80 +.. /xf3/xb6/xac/x80 +.. /xf3/xb6/xad/x80 +.. /xf3/xb6/xae/x80 +.. /xf3/xb6/xaf/x80 +.. /xf3/xb6/xb0/x80 +.. /xf3/xb6/xb1/x80 +.. /xf3/xb6/xb2/x80 +.. /xf3/xb6/xb3/x80 +.. /xf3/xb6/xb4/x80 +.. /xf3/xb6/xb5/x80 +.. /xf3/xb6/xb6/x80 +.. /xf3/xb6/xb7/x80 +.. /xf3/xb6/xb8/x80 +.. /xf3/xb6/xb9/x80 +.. /xf3/xb6/xba/x80 +.. /xf3/xb6/xbb/x80 +.. /xf3/xb6/xbc/x80 +.. /xf3/xb6/xbd/x80 +.. /xf3/xb6/xbe/x80 +.. /xf3/xb6/xbf/x80 +.. /xf3/xb7/x80/x80 +.. /xf3/xb7/x81/x80 +.. /xf3/xb7/x82/x80 +.. /xf3/xb7/x83/x80 +.. /xf3/xb7/x84/x80 +.. /xf3/xb7/x85/x80 +.. /xf3/xb7/x86/x80 +.. /xf3/xb7/x87/x80 +.. /xf3/xb7/x88/x80 +.. /xf3/xb7/x89/x80 +.. /xf3/xb7/x8a/x80 +.. /xf3/xb7/x8b/x80 +.. /xf3/xb7/x8c/x80 +.. /xf3/xb7/x8d/x80 +.. /xf3/xb7/x8e/x80 +.. /xf3/xb7/x8f/x80 +.. /xf3/xb7/x90/x80 +.. /xf3/xb7/x91/x80 +.. /xf3/xb7/x92/x80 +.. /xf3/xb7/x93/x80 +.. /xf3/xb7/x94/x80 +.. /xf3/xb7/x95/x80 +.. /xf3/xb7/x96/x80 +.. /xf3/xb7/x97/x80 +.. /xf3/xb7/x98/x80 +.. /xf3/xb7/x99/x80 +.. /xf3/xb7/x9a/x80 +.. /xf3/xb7/x9b/x80 +.. /xf3/xb7/x9c/x80 +.. /xf3/xb7/x9d/x80 +.. /xf3/xb7/x9e/x80 +.. /xf3/xb7/x9f/x80 +.. /xf3/xb7/xa0/x80 +.. /xf3/xb7/xa1/x80 +.. /xf3/xb7/xa2/x80 +.. /xf3/xb7/xa3/x80 +.. /xf3/xb7/xa4/x80 +.. /xf3/xb7/xa5/x80 +.. /xf3/xb7/xa6/x80 +.. /xf3/xb7/xa7/x80 +.. /xf3/xb7/xa8/x80 +.. /xf3/xb7/xa9/x80 +.. /xf3/xb7/xaa/x80 +.. /xf3/xb7/xab/x80 +.. /xf3/xb7/xac/x80 +.. /xf3/xb7/xad/x80 +.. /xf3/xb7/xae/x80 +.. /xf3/xb7/xaf/x80 +.. /xf3/xb7/xb0/x80 +.. /xf3/xb7/xb1/x80 +.. /xf3/xb7/xb2/x80 +.. /xf3/xb7/xb3/x80 +.. /xf3/xb7/xb4/x80 +.. /xf3/xb7/xb5/x80 +.. /xf3/xb7/xb6/x80 +.. /xf3/xb7/xb7/x80 +.. /xf3/xb7/xb8/x80 +.. /xf3/xb7/xb9/x80 +.. /xf3/xb7/xba/x80 +.. /xf3/xb7/xbb/x80 +.. /xf3/xb7/xbc/x80 +.. /xf3/xb7/xbd/x80 +.. /xf3/xb7/xbe/x80 +.. /xf3/xb7/xbf/x80 +.. /xf3/xb8/x80/x80 +.. /xf3/xb8/x81/x80 +.. /xf3/xb8/x82/x80 +.. /xf3/xb8/x83/x80 +.. /xf3/xb8/x84/x80 +.. /xf3/xb8/x85/x80 +.. /xf3/xb8/x86/x80 +.. /xf3/xb8/x87/x80 +.. /xf3/xb8/x88/x80 +.. /xf3/xb8/x89/x80 +.. /xf3/xb8/x8a/x80 +.. /xf3/xb8/x8b/x80 +.. /xf3/xb8/x8c/x80 +.. /xf3/xb8/x8d/x80 +.. /xf3/xb8/x8e/x80 +.. /xf3/xb8/x8f/x80 +.. /xf3/xb8/x90/x80 +.. /xf3/xb8/x91/x80 +.. /xf3/xb8/x92/x80 +.. /xf3/xb8/x93/x80 +.. /xf3/xb8/x94/x80 +.. /xf3/xb8/x95/x80 +.. /xf3/xb8/x96/x80 +.. /xf3/xb8/x97/x80 +.. /xf3/xb8/x98/x80 +.. /xf3/xb8/x99/x80 +.. /xf3/xb8/x9a/x80 +.. /xf3/xb8/x9b/x80 +.. /xf3/xb8/x9c/x80 +.. /xf3/xb8/x9d/x80 +.. /xf3/xb8/x9e/x80 +.. /xf3/xb8/x9f/x80 +.. /xf3/xb8/xa0/x80 +.. /xf3/xb8/xa1/x80 +.. /xf3/xb8/xa2/x80 +.. /xf3/xb8/xa3/x80 +.. /xf3/xb8/xa4/x80 +.. /xf3/xb8/xa5/x80 +.. /xf3/xb8/xa6/x80 +.. /xf3/xb8/xa7/x80 +.. /xf3/xb8/xa8/x80 +.. /xf3/xb8/xa9/x80 +.. /xf3/xb8/xaa/x80 +.. /xf3/xb8/xab/x80 +.. /xf3/xb8/xac/x80 +.. /xf3/xb8/xad/x80 +.. /xf3/xb8/xae/x80 +.. /xf3/xb8/xaf/x80 +.. /xf3/xb8/xb0/x80 +.. /xf3/xb8/xb1/x80 +.. /xf3/xb8/xb2/x80 +.. /xf3/xb8/xb3/x80 +.. /xf3/xb8/xb4/x80 +.. /xf3/xb8/xb5/x80 +.. /xf3/xb8/xb6/x80 +.. /xf3/xb8/xb7/x80 +.. /xf3/xb8/xb8/x80 +.. /xf3/xb8/xb9/x80 +.. /xf3/xb8/xba/x80 +.. /xf3/xb8/xbb/x80 +.. /xf3/xb8/xbc/x80 +.. /xf3/xb8/xbd/x80 +.. /xf3/xb8/xbe/x80 +.. /xf3/xb8/xbf/x80 +.. /xf3/xb9/x80/x80 +.. /xf3/xb9/x81/x80 +.. /xf3/xb9/x82/x80 +.. /xf3/xb9/x83/x80 +.. /xf3/xb9/x84/x80 +.. /xf3/xb9/x85/x80 +.. /xf3/xb9/x86/x80 +.. /xf3/xb9/x87/x80 +.. /xf3/xb9/x88/x80 +.. /xf3/xb9/x89/x80 +.. /xf3/xb9/x8a/x80 +.. /xf3/xb9/x8b/x80 +.. /xf3/xb9/x8c/x80 +.. /xf3/xb9/x8d/x80 +.. /xf3/xb9/x8e/x80 +.. /xf3/xb9/x8f/x80 +.. /xf3/xb9/x90/x80 +.. /xf3/xb9/x91/x80 +.. /xf3/xb9/x92/x80 +.. /xf3/xb9/x93/x80 +.. /xf3/xb9/x94/x80 +.. /xf3/xb9/x95/x80 +.. /xf3/xb9/x96/x80 +.. /xf3/xb9/x97/x80 +.. /xf3/xb9/x98/x80 +.. /xf3/xb9/x99/x80 +.. /xf3/xb9/x9a/x80 +.. /xf3/xb9/x9b/x80 +.. /xf3/xb9/x9c/x80 +.. /xf3/xb9/x9d/x80 +.. /xf3/xb9/x9e/x80 +.. /xf3/xb9/x9f/x80 +.. /xf3/xb9/xa0/x80 +.. /xf3/xb9/xa1/x80 +.. /xf3/xb9/xa2/x80 +.. /xf3/xb9/xa3/x80 +.. /xf3/xb9/xa4/x80 +.. /xf3/xb9/xa5/x80 +.. /xf3/xb9/xa6/x80 +.. /xf3/xb9/xa7/x80 +.. /xf3/xb9/xa8/x80 +.. /xf3/xb9/xa9/x80 +.. /xf3/xb9/xaa/x80 +.. /xf3/xb9/xab/x80 +.. /xf3/xb9/xac/x80 +.. /xf3/xb9/xad/x80 +.. /xf3/xb9/xae/x80 +.. /xf3/xb9/xaf/x80 +.. /xf3/xb9/xb0/x80 +.. /xf3/xb9/xb1/x80 +.. /xf3/xb9/xb2/x80 +.. /xf3/xb9/xb3/x80 +.. /xf3/xb9/xb4/x80 +.. /xf3/xb9/xb5/x80 +.. /xf3/xb9/xb6/x80 +.. /xf3/xb9/xb7/x80 +.. /xf3/xb9/xb8/x80 +.. /xf3/xb9/xb9/x80 +.. /xf3/xb9/xba/x80 +.. /xf3/xb9/xbb/x80 +.. /xf3/xb9/xbc/x80 +.. /xf3/xb9/xbd/x80 +.. /xf3/xb9/xbe/x80 +.. /xf3/xb9/xbf/x80 +.. /xf3/xba/x80/x80 +.. /xf3/xba/x81/x80 +.. /xf3/xba/x82/x80 +.. /xf3/xba/x83/x80 +.. /xf3/xba/x84/x80 +.. /xf3/xba/x85/x80 +.. /xf3/xba/x86/x80 +.. /xf3/xba/x87/x80 +.. /xf3/xba/x88/x80 +.. /xf3/xba/x89/x80 +.. /xf3/xba/x8a/x80 +.. /xf3/xba/x8b/x80 +.. /xf3/xba/x8c/x80 +.. /xf3/xba/x8d/x80 +.. /xf3/xba/x8e/x80 +.. /xf3/xba/x8f/x80 +.. /xf3/xba/x90/x80 +.. /xf3/xba/x91/x80 +.. /xf3/xba/x92/x80 +.. /xf3/xba/x93/x80 +.. /xf3/xba/x94/x80 +.. /xf3/xba/x95/x80 +.. /xf3/xba/x96/x80 +.. /xf3/xba/x97/x80 +.. /xf3/xba/x98/x80 +.. /xf3/xba/x99/x80 +.. /xf3/xba/x9a/x80 +.. /xf3/xba/x9b/x80 +.. /xf3/xba/x9c/x80 +.. /xf3/xba/x9d/x80 +.. /xf3/xba/x9e/x80 +.. /xf3/xba/x9f/x80 +.. /xf3/xba/xa0/x80 +.. /xf3/xba/xa1/x80 +.. /xf3/xba/xa2/x80 +.. /xf3/xba/xa3/x80 +.. /xf3/xba/xa4/x80 +.. /xf3/xba/xa5/x80 +.. /xf3/xba/xa6/x80 +.. /xf3/xba/xa7/x80 +.. /xf3/xba/xa8/x80 +.. /xf3/xba/xa9/x80 +.. /xf3/xba/xaa/x80 +.. /xf3/xba/xab/x80 +.. /xf3/xba/xac/x80 +.. /xf3/xba/xad/x80 +.. /xf3/xba/xae/x80 +.. /xf3/xba/xaf/x80 +.. /xf3/xba/xb0/x80 +.. /xf3/xba/xb1/x80 +.. /xf3/xba/xb2/x80 +.. /xf3/xba/xb3/x80 +.. /xf3/xba/xb4/x80 +.. /xf3/xba/xb5/x80 +.. /xf3/xba/xb6/x80 +.. /xf3/xba/xb7/x80 +.. /xf3/xba/xb8/x80 +.. /xf3/xba/xb9/x80 +.. /xf3/xba/xba/x80 +.. /xf3/xba/xbb/x80 +.. /xf3/xba/xbc/x80 +.. /xf3/xba/xbd/x80 +.. /xf3/xba/xbe/x80 +.. /xf3/xba/xbf/x80 +.. /xf3/xbb/x80/x80 +.. /xf3/xbb/x81/x80 +.. /xf3/xbb/x82/x80 +.. /xf3/xbb/x83/x80 +.. /xf3/xbb/x84/x80 +.. /xf3/xbb/x85/x80 +.. /xf3/xbb/x86/x80 +.. /xf3/xbb/x87/x80 +.. /xf3/xbb/x88/x80 +.. /xf3/xbb/x89/x80 +.. /xf3/xbb/x8a/x80 +.. /xf3/xbb/x8b/x80 +.. /xf3/xbb/x8c/x80 +.. /xf3/xbb/x8d/x80 +.. /xf3/xbb/x8e/x80 +.. /xf3/xbb/x8f/x80 +.. /xf3/xbb/x90/x80 +.. /xf3/xbb/x91/x80 +.. /xf3/xbb/x92/x80 +.. /xf3/xbb/x93/x80 +.. /xf3/xbb/x94/x80 +.. /xf3/xbb/x95/x80 +.. /xf3/xbb/x96/x80 +.. /xf3/xbb/x97/x80 +.. /xf3/xbb/x98/x80 +.. /xf3/xbb/x99/x80 +.. /xf3/xbb/x9a/x80 +.. /xf3/xbb/x9b/x80 +.. /xf3/xbb/x9c/x80 +.. /xf3/xbb/x9d/x80 +.. /xf3/xbb/x9e/x80 +.. /xf3/xbb/x9f/x80 +.. /xf3/xbb/xa0/x80 +.. /xf3/xbb/xa1/x80 +.. /xf3/xbb/xa2/x80 +.. /xf3/xbb/xa3/x80 +.. /xf3/xbb/xa4/x80 +.. /xf3/xbb/xa5/x80 +.. /xf3/xbb/xa6/x80 +.. /xf3/xbb/xa7/x80 +.. /xf3/xbb/xa8/x80 +.. /xf3/xbb/xa9/x80 +.. /xf3/xbb/xaa/x80 +.. /xf3/xbb/xab/x80 +.. /xf3/xbb/xac/x80 +.. /xf3/xbb/xad/x80 +.. /xf3/xbb/xae/x80 +.. /xf3/xbb/xaf/x80 +.. /xf3/xbb/xb0/x80 +.. /xf3/xbb/xb1/x80 +.. /xf3/xbb/xb2/x80 +.. /xf3/xbb/xb3/x80 +.. /xf3/xbb/xb4/x80 +.. /xf3/xbb/xb5/x80 +.. /xf3/xbb/xb6/x80 +.. /xf3/xbb/xb7/x80 +.. /xf3/xbb/xb8/x80 +.. /xf3/xbb/xb9/x80 +.. /xf3/xbb/xba/x80 +.. /xf3/xbb/xbb/x80 +.. /xf3/xbb/xbc/x80 +.. /xf3/xbb/xbd/x80 +.. /xf3/xbb/xbe/x80 +.. /xf3/xbb/xbf/x80 +.. /xf3/xbc/x80/x80 +.. /xf3/xbc/x81/x80 +.. /xf3/xbc/x82/x80 +.. /xf3/xbc/x83/x80 +.. /xf3/xbc/x84/x80 +.. /xf3/xbc/x85/x80 +.. /xf3/xbc/x86/x80 +.. /xf3/xbc/x87/x80 +.. /xf3/xbc/x88/x80 +.. /xf3/xbc/x89/x80 +.. /xf3/xbc/x8a/x80 +.. /xf3/xbc/x8b/x80 +.. /xf3/xbc/x8c/x80 +.. /xf3/xbc/x8d/x80 +.. /xf3/xbc/x8e/x80 +.. /xf3/xbc/x8f/x80 +.. /xf3/xbc/x90/x80 +.. /xf3/xbc/x91/x80 +.. /xf3/xbc/x92/x80 +.. /xf3/xbc/x93/x80 +.. /xf3/xbc/x94/x80 +.. /xf3/xbc/x95/x80 +.. /xf3/xbc/x96/x80 +.. /xf3/xbc/x97/x80 +.. /xf3/xbc/x98/x80 +.. /xf3/xbc/x99/x80 +.. /xf3/xbc/x9a/x80 +.. /xf3/xbc/x9b/x80 +.. /xf3/xbc/x9c/x80 +.. /xf3/xbc/x9d/x80 +.. /xf3/xbc/x9e/x80 +.. /xf3/xbc/x9f/x80 +.. /xf3/xbc/xa0/x80 +.. /xf3/xbc/xa1/x80 +.. /xf3/xbc/xa2/x80 +.. /xf3/xbc/xa3/x80 +.. /xf3/xbc/xa4/x80 +.. /xf3/xbc/xa5/x80 +.. /xf3/xbc/xa6/x80 +.. /xf3/xbc/xa7/x80 +.. /xf3/xbc/xa8/x80 +.. /xf3/xbc/xa9/x80 +.. /xf3/xbc/xaa/x80 +.. /xf3/xbc/xab/x80 +.. /xf3/xbc/xac/x80 +.. /xf3/xbc/xad/x80 +.. /xf3/xbc/xae/x80 +.. /xf3/xbc/xaf/x80 +.. /xf3/xbc/xb0/x80 +.. /xf3/xbc/xb1/x80 +.. /xf3/xbc/xb2/x80 +.. /xf3/xbc/xb3/x80 +.. /xf3/xbc/xb4/x80 +.. /xf3/xbc/xb5/x80 +.. /xf3/xbc/xb6/x80 +.. /xf3/xbc/xb7/x80 +.. /xf3/xbc/xb8/x80 +.. /xf3/xbc/xb9/x80 +.. /xf3/xbc/xba/x80 +.. /xf3/xbc/xbb/x80 +.. /xf3/xbc/xbc/x80 +.. /xf3/xbc/xbd/x80 +.. /xf3/xbc/xbe/x80 +.. /xf3/xbc/xbf/x80 +.. /xf3/xbd/x80/x80 +.. /xf3/xbd/x81/x80 +.. /xf3/xbd/x82/x80 +.. /xf3/xbd/x83/x80 +.. /xf3/xbd/x84/x80 +.. /xf3/xbd/x85/x80 +.. /xf3/xbd/x86/x80 +.. /xf3/xbd/x87/x80 +.. /xf3/xbd/x88/x80 +.. /xf3/xbd/x89/x80 +.. /xf3/xbd/x8a/x80 +.. /xf3/xbd/x8b/x80 +.. /xf3/xbd/x8c/x80 +.. /xf3/xbd/x8d/x80 +.. /xf3/xbd/x8e/x80 +.. /xf3/xbd/x8f/x80 +.. /xf3/xbd/x90/x80 +.. /xf3/xbd/x91/x80 +.. /xf3/xbd/x92/x80 +.. /xf3/xbd/x93/x80 +.. /xf3/xbd/x94/x80 +.. /xf3/xbd/x95/x80 +.. /xf3/xbd/x96/x80 +.. /xf3/xbd/x97/x80 +.. /xf3/xbd/x98/x80 +.. /xf3/xbd/x99/x80 +.. /xf3/xbd/x9a/x80 +.. /xf3/xbd/x9b/x80 +.. /xf3/xbd/x9c/x80 +.. /xf3/xbd/x9d/x80 +.. /xf3/xbd/x9e/x80 +.. /xf3/xbd/x9f/x80 +.. /xf3/xbd/xa0/x80 +.. /xf3/xbd/xa1/x80 +.. /xf3/xbd/xa2/x80 +.. /xf3/xbd/xa3/x80 +.. /xf3/xbd/xa4/x80 +.. /xf3/xbd/xa5/x80 +.. /xf3/xbd/xa6/x80 +.. /xf3/xbd/xa7/x80 +.. /xf3/xbd/xa8/x80 +.. /xf3/xbd/xa9/x80 +.. /xf3/xbd/xaa/x80 +.. /xf3/xbd/xab/x80 +.. /xf3/xbd/xac/x80 +.. /xf3/xbd/xad/x80 +.. /xf3/xbd/xae/x80 +.. /xf3/xbd/xaf/x80 +.. /xf3/xbd/xb0/x80 +.. /xf3/xbd/xb1/x80 +.. /xf3/xbd/xb2/x80 +.. /xf3/xbd/xb3/x80 +.. /xf3/xbd/xb4/x80 +.. /xf3/xbd/xb5/x80 +.. /xf3/xbd/xb6/x80 +.. /xf3/xbd/xb7/x80 +.. /xf3/xbd/xb8/x80 +.. /xf3/xbd/xb9/x80 +.. /xf3/xbd/xba/x80 +.. /xf3/xbd/xbb/x80 +.. /xf3/xbd/xbc/x80 +.. /xf3/xbd/xbd/x80 +.. /xf3/xbd/xbe/x80 +.. /xf3/xbd/xbf/x80 +.. /xf3/xbe/x80/x80 +.. /xf3/xbe/x81/x80 +.. /xf3/xbe/x82/x80 +.. /xf3/xbe/x83/x80 +.. /xf3/xbe/x84/x80 +.. /xf3/xbe/x85/x80 +.. /xf3/xbe/x86/x80 +.. /xf3/xbe/x87/x80 +.. /xf3/xbe/x88/x80 +.. /xf3/xbe/x89/x80 +.. /xf3/xbe/x8a/x80 +.. /xf3/xbe/x8b/x80 +.. /xf3/xbe/x8c/x80 +.. /xf3/xbe/x8d/x80 +.. /xf3/xbe/x8e/x80 +.. /xf3/xbe/x8f/x80 +.. /xf3/xbe/x90/x80 +.. /xf3/xbe/x91/x80 +.. /xf3/xbe/x92/x80 +.. /xf3/xbe/x93/x80 +.. /xf3/xbe/x94/x80 +.. /xf3/xbe/x95/x80 +.. /xf3/xbe/x96/x80 +.. /xf3/xbe/x97/x80 +.. /xf3/xbe/x98/x80 +.. /xf3/xbe/x99/x80 +.. /xf3/xbe/x9a/x80 +.. /xf3/xbe/x9b/x80 +.. /xf3/xbe/x9c/x80 +.. /xf3/xbe/x9d/x80 +.. /xf3/xbe/x9e/x80 +.. /xf3/xbe/x9f/x80 +.. /xf3/xbe/xa0/x80 +.. /xf3/xbe/xa1/x80 +.. /xf3/xbe/xa2/x80 +.. /xf3/xbe/xa3/x80 +.. /xf3/xbe/xa4/x80 +.. /xf3/xbe/xa5/x80 +.. /xf3/xbe/xa6/x80 +.. /xf3/xbe/xa7/x80 +.. /xf3/xbe/xa8/x80 +.. /xf3/xbe/xa9/x80 +.. /xf3/xbe/xaa/x80 +.. /xf3/xbe/xab/x80 +.. /xf3/xbe/xac/x80 +.. /xf3/xbe/xad/x80 +.. /xf3/xbe/xae/x80 +.. /xf3/xbe/xaf/x80 +.. /xf3/xbe/xb0/x80 +.. /xf3/xbe/xb1/x80 +.. /xf3/xbe/xb2/x80 +.. /xf3/xbe/xb3/x80 +.. /xf3/xbe/xb4/x80 +.. /xf3/xbe/xb5/x80 +.. /xf3/xbe/xb6/x80 +.. /xf3/xbe/xb7/x80 +.. /xf3/xbe/xb8/x80 +.. /xf3/xbe/xb9/x80 +.. /xf3/xbe/xba/x80 +.. /xf3/xbe/xbb/x80 +.. /xf3/xbe/xbc/x80 +.. /xf3/xbe/xbd/x80 +.. /xf3/xbe/xbe/x80 +.. /xf3/xbe/xbf/x80 +.. /xf3/xbf/x80/x80 +.. /xf3/xbf/x81/x80 +.. /xf3/xbf/x82/x80 +.. /xf3/xbf/x83/x80 +.. /xf3/xbf/x84/x80 +.. /xf3/xbf/x85/x80 +.. /xf3/xbf/x86/x80 +.. /xf3/xbf/x87/x80 +.. /xf3/xbf/x88/x80 +.. /xf3/xbf/x89/x80 +.. /xf3/xbf/x8a/x80 +.. /xf3/xbf/x8b/x80 +.. /xf3/xbf/x8c/x80 +.. /xf3/xbf/x8d/x80 +.. /xf3/xbf/x8e/x80 +.. /xf3/xbf/x8f/x80 +.. /xf3/xbf/x90/x80 +.. /xf3/xbf/x91/x80 +.. /xf3/xbf/x92/x80 +.. /xf3/xbf/x93/x80 +.. /xf3/xbf/x94/x80 +.. /xf3/xbf/x95/x80 +.. /xf3/xbf/x96/x80 +.. /xf3/xbf/x97/x80 +.. /xf3/xbf/x98/x80 +.. /xf3/xbf/x99/x80 +.. /xf3/xbf/x9a/x80 +.. /xf3/xbf/x9b/x80 +.. /xf3/xbf/x9c/x80 +.. /xf3/xbf/x9d/x80 +.. /xf3/xbf/x9e/x80 +.. /xf3/xbf/x9f/x80 +.. /xf3/xbf/xa0/x80 +.. /xf3/xbf/xa1/x80 +.. /xf3/xbf/xa2/x80 +.. /xf3/xbf/xa3/x80 +.. /xf3/xbf/xa4/x80 +.. /xf3/xbf/xa5/x80 +.. /xf3/xbf/xa6/x80 +.. /xf3/xbf/xa7/x80 +.. /xf3/xbf/xa8/x80 +.. /xf3/xbf/xa9/x80 +.. /xf3/xbf/xaa/x80 +.. /xf3/xbf/xab/x80 +.. /xf3/xbf/xac/x80 +.. /xf3/xbf/xad/x80 +.. /xf3/xbf/xae/x80 +.. /xf3/xbf/xaf/x80 +.. /xf3/xbf/xb0/x80 +.. /xf3/xbf/xb1/x80 +.. /xf3/xbf/xb2/x80 +.. /xf3/xbf/xb3/x80 +.. /xf3/xbf/xb4/x80 +.. /xf3/xbf/xb5/x80 +.. /xf3/xbf/xb6/x80 +.. /xf3/xbf/xb7/x80 +.. /xf3/xbf/xb8/x80 +.. /xf3/xbf/xb9/x80 +.. /xf3/xbf/xba/x80 +.. /xf3/xbf/xbb/x80 +.. /xf3/xbf/xbc/x80 +.. /xf3/xbf/xbd/x80 +.. /xf3/xbf/xbe/x80 +.. /xf3/xbf/xbf/x80 +.. /xf4/x80/x80/x80 +.. /xf4/x80/x81/x80 +.. /xf4/x80/x82/x80 +.. /xf4/x80/x83/x80 +.. /xf4/x80/x84/x80 +.. /xf4/x80/x85/x80 +.. /xf4/x80/x86/x80 +.. /xf4/x80/x87/x80 +.. /xf4/x80/x88/x80 +.. /xf4/x80/x89/x80 +.. /xf4/x80/x8a/x80 +.. /xf4/x80/x8b/x80 +.. /xf4/x80/x8c/x80 +.. /xf4/x80/x8d/x80 +.. /xf4/x80/x8e/x80 +.. /xf4/x80/x8f/x80 +.. /xf4/x80/x90/x80 +.. /xf4/x80/x91/x80 +.. /xf4/x80/x92/x80 +.. /xf4/x80/x93/x80 +.. /xf4/x80/x94/x80 +.. /xf4/x80/x95/x80 +.. /xf4/x80/x96/x80 +.. /xf4/x80/x97/x80 +.. /xf4/x80/x98/x80 +.. /xf4/x80/x99/x80 +.. /xf4/x80/x9a/x80 +.. /xf4/x80/x9b/x80 +.. /xf4/x80/x9c/x80 +.. /xf4/x80/x9d/x80 +.. /xf4/x80/x9e/x80 +.. /xf4/x80/x9f/x80 +.. /xf4/x80/xa0/x80 +.. /xf4/x80/xa1/x80 +.. /xf4/x80/xa2/x80 +.. /xf4/x80/xa3/x80 +.. /xf4/x80/xa4/x80 +.. /xf4/x80/xa5/x80 +.. /xf4/x80/xa6/x80 +.. /xf4/x80/xa7/x80 +.. /xf4/x80/xa8/x80 +.. /xf4/x80/xa9/x80 +.. /xf4/x80/xaa/x80 +.. /xf4/x80/xab/x80 +.. /xf4/x80/xac/x80 +.. /xf4/x80/xad/x80 +.. /xf4/x80/xae/x80 +.. /xf4/x80/xaf/x80 +.. /xf4/x80/xb0/x80 +.. /xf4/x80/xb1/x80 +.. /xf4/x80/xb2/x80 +.. /xf4/x80/xb3/x80 +.. /xf4/x80/xb4/x80 +.. /xf4/x80/xb5/x80 +.. /xf4/x80/xb6/x80 +.. /xf4/x80/xb7/x80 +.. /xf4/x80/xb8/x80 +.. /xf4/x80/xb9/x80 +.. /xf4/x80/xba/x80 +.. /xf4/x80/xbb/x80 +.. /xf4/x80/xbc/x80 +.. /xf4/x80/xbd/x80 +.. /xf4/x80/xbe/x80 +.. /xf4/x80/xbf/x80 +.. /xf4/x81/x80/x80 +.. /xf4/x81/x81/x80 +.. /xf4/x81/x82/x80 +.. /xf4/x81/x83/x80 +.. /xf4/x81/x84/x80 +.. /xf4/x81/x85/x80 +.. /xf4/x81/x86/x80 +.. /xf4/x81/x87/x80 +.. /xf4/x81/x88/x80 +.. /xf4/x81/x89/x80 +.. /xf4/x81/x8a/x80 +.. /xf4/x81/x8b/x80 +.. /xf4/x81/x8c/x80 +.. /xf4/x81/x8d/x80 +.. /xf4/x81/x8e/x80 +.. /xf4/x81/x8f/x80 +.. /xf4/x81/x90/x80 +.. /xf4/x81/x91/x80 +.. /xf4/x81/x92/x80 +.. /xf4/x81/x93/x80 +.. /xf4/x81/x94/x80 +.. /xf4/x81/x95/x80 +.. /xf4/x81/x96/x80 +.. /xf4/x81/x97/x80 +.. /xf4/x81/x98/x80 +.. /xf4/x81/x99/x80 +.. /xf4/x81/x9a/x80 +.. /xf4/x81/x9b/x80 +.. /xf4/x81/x9c/x80 +.. /xf4/x81/x9d/x80 +.. /xf4/x81/x9e/x80 +.. /xf4/x81/x9f/x80 +.. /xf4/x81/xa0/x80 +.. /xf4/x81/xa1/x80 +.. /xf4/x81/xa2/x80 +.. /xf4/x81/xa3/x80 +.. /xf4/x81/xa4/x80 +.. /xf4/x81/xa5/x80 +.. /xf4/x81/xa6/x80 +.. /xf4/x81/xa7/x80 +.. /xf4/x81/xa8/x80 +.. /xf4/x81/xa9/x80 +.. /xf4/x81/xaa/x80 +.. /xf4/x81/xab/x80 +.. /xf4/x81/xac/x80 +.. /xf4/x81/xad/x80 +.. /xf4/x81/xae/x80 +.. /xf4/x81/xaf/x80 +.. /xf4/x81/xb0/x80 +.. /xf4/x81/xb1/x80 +.. /xf4/x81/xb2/x80 +.. /xf4/x81/xb3/x80 +.. /xf4/x81/xb4/x80 +.. /xf4/x81/xb5/x80 +.. /xf4/x81/xb6/x80 +.. /xf4/x81/xb7/x80 +.. /xf4/x81/xb8/x80 +.. /xf4/x81/xb9/x80 +.. /xf4/x81/xba/x80 +.. /xf4/x81/xbb/x80 +.. /xf4/x81/xbc/x80 +.. /xf4/x81/xbd/x80 +.. /xf4/x81/xbe/x80 +.. /xf4/x81/xbf/x80 +.. /xf4/x82/x80/x80 +.. /xf4/x82/x81/x80 +.. /xf4/x82/x82/x80 +.. /xf4/x82/x83/x80 +.. /xf4/x82/x84/x80 +.. /xf4/x82/x85/x80 +.. /xf4/x82/x86/x80 +.. /xf4/x82/x87/x80 +.. /xf4/x82/x88/x80 +.. /xf4/x82/x89/x80 +.. /xf4/x82/x8a/x80 +.. /xf4/x82/x8b/x80 +.. /xf4/x82/x8c/x80 +.. /xf4/x82/x8d/x80 +.. /xf4/x82/x8e/x80 +.. /xf4/x82/x8f/x80 +.. /xf4/x82/x90/x80 +.. /xf4/x82/x91/x80 +.. /xf4/x82/x92/x80 +.. /xf4/x82/x93/x80 +.. /xf4/x82/x94/x80 +.. /xf4/x82/x95/x80 +.. /xf4/x82/x96/x80 +.. /xf4/x82/x97/x80 +.. /xf4/x82/x98/x80 +.. /xf4/x82/x99/x80 +.. /xf4/x82/x9a/x80 +.. /xf4/x82/x9b/x80 +.. /xf4/x82/x9c/x80 +.. /xf4/x82/x9d/x80 +.. /xf4/x82/x9e/x80 +.. /xf4/x82/x9f/x80 +.. /xf4/x82/xa0/x80 +.. /xf4/x82/xa1/x80 +.. /xf4/x82/xa2/x80 +.. /xf4/x82/xa3/x80 +.. /xf4/x82/xa4/x80 +.. /xf4/x82/xa5/x80 +.. /xf4/x82/xa6/x80 +.. /xf4/x82/xa7/x80 +.. /xf4/x82/xa8/x80 +.. /xf4/x82/xa9/x80 +.. /xf4/x82/xaa/x80 +.. /xf4/x82/xab/x80 +.. /xf4/x82/xac/x80 +.. /xf4/x82/xad/x80 +.. /xf4/x82/xae/x80 +.. /xf4/x82/xaf/x80 +.. /xf4/x82/xb0/x80 +.. /xf4/x82/xb1/x80 +.. /xf4/x82/xb2/x80 +.. /xf4/x82/xb3/x80 +.. /xf4/x82/xb4/x80 +.. /xf4/x82/xb5/x80 +.. /xf4/x82/xb6/x80 +.. /xf4/x82/xb7/x80 +.. /xf4/x82/xb8/x80 +.. /xf4/x82/xb9/x80 +.. /xf4/x82/xba/x80 +.. /xf4/x82/xbb/x80 +.. /xf4/x82/xbc/x80 +.. /xf4/x82/xbd/x80 +.. /xf4/x82/xbe/x80 +.. /xf4/x82/xbf/x80 +.. /xf4/x83/x80/x80 +.. /xf4/x83/x81/x80 +.. /xf4/x83/x82/x80 +.. /xf4/x83/x83/x80 +.. /xf4/x83/x84/x80 +.. /xf4/x83/x85/x80 +.. /xf4/x83/x86/x80 +.. /xf4/x83/x87/x80 +.. /xf4/x83/x88/x80 +.. /xf4/x83/x89/x80 +.. /xf4/x83/x8a/x80 +.. /xf4/x83/x8b/x80 +.. /xf4/x83/x8c/x80 +.. /xf4/x83/x8d/x80 +.. /xf4/x83/x8e/x80 +.. /xf4/x83/x8f/x80 +.. /xf4/x83/x90/x80 +.. /xf4/x83/x91/x80 +.. /xf4/x83/x92/x80 +.. /xf4/x83/x93/x80 +.. /xf4/x83/x94/x80 +.. /xf4/x83/x95/x80 +.. /xf4/x83/x96/x80 +.. /xf4/x83/x97/x80 +.. /xf4/x83/x98/x80 +.. /xf4/x83/x99/x80 +.. /xf4/x83/x9a/x80 +.. /xf4/x83/x9b/x80 +.. /xf4/x83/x9c/x80 +.. /xf4/x83/x9d/x80 +.. /xf4/x83/x9e/x80 +.. /xf4/x83/x9f/x80 +.. /xf4/x83/xa0/x80 +.. /xf4/x83/xa1/x80 +.. /xf4/x83/xa2/x80 +.. /xf4/x83/xa3/x80 +.. /xf4/x83/xa4/x80 +.. /xf4/x83/xa5/x80 +.. /xf4/x83/xa6/x80 +.. /xf4/x83/xa7/x80 +.. /xf4/x83/xa8/x80 +.. /xf4/x83/xa9/x80 +.. /xf4/x83/xaa/x80 +.. /xf4/x83/xab/x80 +.. /xf4/x83/xac/x80 +.. /xf4/x83/xad/x80 +.. /xf4/x83/xae/x80 +.. /xf4/x83/xaf/x80 +.. /xf4/x83/xb0/x80 +.. /xf4/x83/xb1/x80 +.. /xf4/x83/xb2/x80 +.. /xf4/x83/xb3/x80 +.. /xf4/x83/xb4/x80 +.. /xf4/x83/xb5/x80 +.. /xf4/x83/xb6/x80 +.. /xf4/x83/xb7/x80 +.. /xf4/x83/xb8/x80 +.. /xf4/x83/xb9/x80 +.. /xf4/x83/xba/x80 +.. /xf4/x83/xbb/x80 +.. /xf4/x83/xbc/x80 +.. /xf4/x83/xbd/x80 +.. /xf4/x83/xbe/x80 +.. /xf4/x83/xbf/x80 +.. /xf4/x84/x80/x80 +.. /xf4/x84/x81/x80 +.. /xf4/x84/x82/x80 +.. /xf4/x84/x83/x80 +.. /xf4/x84/x84/x80 +.. /xf4/x84/x85/x80 +.. /xf4/x84/x86/x80 +.. /xf4/x84/x87/x80 +.. /xf4/x84/x88/x80 +.. /xf4/x84/x89/x80 +.. /xf4/x84/x8a/x80 +.. /xf4/x84/x8b/x80 +.. /xf4/x84/x8c/x80 +.. /xf4/x84/x8d/x80 +.. /xf4/x84/x8e/x80 +.. /xf4/x84/x8f/x80 +.. /xf4/x84/x90/x80 +.. /xf4/x84/x91/x80 +.. /xf4/x84/x92/x80 +.. /xf4/x84/x93/x80 +.. /xf4/x84/x94/x80 +.. /xf4/x84/x95/x80 +.. /xf4/x84/x96/x80 +.. /xf4/x84/x97/x80 +.. /xf4/x84/x98/x80 +.. /xf4/x84/x99/x80 +.. /xf4/x84/x9a/x80 +.. /xf4/x84/x9b/x80 +.. /xf4/x84/x9c/x80 +.. /xf4/x84/x9d/x80 +.. /xf4/x84/x9e/x80 +.. /xf4/x84/x9f/x80 +.. /xf4/x84/xa0/x80 +.. /xf4/x84/xa1/x80 +.. /xf4/x84/xa2/x80 +.. /xf4/x84/xa3/x80 +.. /xf4/x84/xa4/x80 +.. /xf4/x84/xa5/x80 +.. /xf4/x84/xa6/x80 +.. /xf4/x84/xa7/x80 +.. /xf4/x84/xa8/x80 +.. /xf4/x84/xa9/x80 +.. /xf4/x84/xaa/x80 +.. /xf4/x84/xab/x80 +.. /xf4/x84/xac/x80 +.. /xf4/x84/xad/x80 +.. /xf4/x84/xae/x80 +.. /xf4/x84/xaf/x80 +.. /xf4/x84/xb0/x80 +.. /xf4/x84/xb1/x80 +.. /xf4/x84/xb2/x80 +.. /xf4/x84/xb3/x80 +.. /xf4/x84/xb4/x80 +.. /xf4/x84/xb5/x80 +.. /xf4/x84/xb6/x80 +.. /xf4/x84/xb7/x80 +.. /xf4/x84/xb8/x80 +.. /xf4/x84/xb9/x80 +.. /xf4/x84/xba/x80 +.. /xf4/x84/xbb/x80 +.. /xf4/x84/xbc/x80 +.. /xf4/x84/xbd/x80 +.. /xf4/x84/xbe/x80 +.. /xf4/x84/xbf/x80 +.. /xf4/x85/x80/x80 +.. /xf4/x85/x81/x80 +.. /xf4/x85/x82/x80 +.. /xf4/x85/x83/x80 +.. /xf4/x85/x84/x80 +.. /xf4/x85/x85/x80 +.. /xf4/x85/x86/x80 +.. /xf4/x85/x87/x80 +.. /xf4/x85/x88/x80 +.. /xf4/x85/x89/x80 +.. /xf4/x85/x8a/x80 +.. /xf4/x85/x8b/x80 +.. /xf4/x85/x8c/x80 +.. /xf4/x85/x8d/x80 +.. /xf4/x85/x8e/x80 +.. /xf4/x85/x8f/x80 +.. /xf4/x85/x90/x80 +.. /xf4/x85/x91/x80 +.. /xf4/x85/x92/x80 +.. /xf4/x85/x93/x80 +.. /xf4/x85/x94/x80 +.. /xf4/x85/x95/x80 +.. /xf4/x85/x96/x80 +.. /xf4/x85/x97/x80 +.. /xf4/x85/x98/x80 +.. /xf4/x85/x99/x80 +.. /xf4/x85/x9a/x80 +.. /xf4/x85/x9b/x80 +.. /xf4/x85/x9c/x80 +.. /xf4/x85/x9d/x80 +.. /xf4/x85/x9e/x80 +.. /xf4/x85/x9f/x80 +.. /xf4/x85/xa0/x80 +.. /xf4/x85/xa1/x80 +.. /xf4/x85/xa2/x80 +.. /xf4/x85/xa3/x80 +.. /xf4/x85/xa4/x80 +.. /xf4/x85/xa5/x80 +.. /xf4/x85/xa6/x80 +.. /xf4/x85/xa7/x80 +.. /xf4/x85/xa8/x80 +.. /xf4/x85/xa9/x80 +.. /xf4/x85/xaa/x80 +.. /xf4/x85/xab/x80 +.. /xf4/x85/xac/x80 +.. /xf4/x85/xad/x80 +.. /xf4/x85/xae/x80 +.. /xf4/x85/xaf/x80 +.. /xf4/x85/xb0/x80 +.. /xf4/x85/xb1/x80 +.. /xf4/x85/xb2/x80 +.. /xf4/x85/xb3/x80 +.. /xf4/x85/xb4/x80 +.. /xf4/x85/xb5/x80 +.. /xf4/x85/xb6/x80 +.. /xf4/x85/xb7/x80 +.. /xf4/x85/xb8/x80 +.. /xf4/x85/xb9/x80 +.. /xf4/x85/xba/x80 +.. /xf4/x85/xbb/x80 +.. /xf4/x85/xbc/x80 +.. /xf4/x85/xbd/x80 +.. /xf4/x85/xbe/x80 +.. /xf4/x85/xbf/x80 +.. /xf4/x86/x80/x80 +.. /xf4/x86/x81/x80 +.. /xf4/x86/x82/x80 +.. /xf4/x86/x83/x80 +.. /xf4/x86/x84/x80 +.. /xf4/x86/x85/x80 +.. /xf4/x86/x86/x80 +.. /xf4/x86/x87/x80 +.. /xf4/x86/x88/x80 +.. /xf4/x86/x89/x80 +.. /xf4/x86/x8a/x80 +.. /xf4/x86/x8b/x80 +.. /xf4/x86/x8c/x80 +.. /xf4/x86/x8d/x80 +.. /xf4/x86/x8e/x80 +.. /xf4/x86/x8f/x80 +.. /xf4/x86/x90/x80 +.. /xf4/x86/x91/x80 +.. /xf4/x86/x92/x80 +.. /xf4/x86/x93/x80 +.. /xf4/x86/x94/x80 +.. /xf4/x86/x95/x80 +.. /xf4/x86/x96/x80 +.. /xf4/x86/x97/x80 +.. /xf4/x86/x98/x80 +.. /xf4/x86/x99/x80 +.. /xf4/x86/x9a/x80 +.. /xf4/x86/x9b/x80 +.. /xf4/x86/x9c/x80 +.. /xf4/x86/x9d/x80 +.. /xf4/x86/x9e/x80 +.. /xf4/x86/x9f/x80 +.. /xf4/x86/xa0/x80 +.. /xf4/x86/xa1/x80 +.. /xf4/x86/xa2/x80 +.. /xf4/x86/xa3/x80 +.. /xf4/x86/xa4/x80 +.. /xf4/x86/xa5/x80 +.. /xf4/x86/xa6/x80 +.. /xf4/x86/xa7/x80 +.. /xf4/x86/xa8/x80 +.. /xf4/x86/xa9/x80 +.. /xf4/x86/xaa/x80 +.. /xf4/x86/xab/x80 +.. /xf4/x86/xac/x80 +.. /xf4/x86/xad/x80 +.. /xf4/x86/xae/x80 +.. /xf4/x86/xaf/x80 +.. /xf4/x86/xb0/x80 +.. /xf4/x86/xb1/x80 +.. /xf4/x86/xb2/x80 +.. /xf4/x86/xb3/x80 +.. /xf4/x86/xb4/x80 +.. /xf4/x86/xb5/x80 +.. /xf4/x86/xb6/x80 +.. /xf4/x86/xb7/x80 +.. /xf4/x86/xb8/x80 +.. /xf4/x86/xb9/x80 +.. /xf4/x86/xba/x80 +.. /xf4/x86/xbb/x80 +.. /xf4/x86/xbc/x80 +.. /xf4/x86/xbd/x80 +.. /xf4/x86/xbe/x80 +.. /xf4/x86/xbf/x80 +.. /xf4/x87/x80/x80 +.. /xf4/x87/x81/x80 +.. /xf4/x87/x82/x80 +.. /xf4/x87/x83/x80 +.. /xf4/x87/x84/x80 +.. /xf4/x87/x85/x80 +.. /xf4/x87/x86/x80 +.. /xf4/x87/x87/x80 +.. /xf4/x87/x88/x80 +.. /xf4/x87/x89/x80 +.. /xf4/x87/x8a/x80 +.. /xf4/x87/x8b/x80 +.. /xf4/x87/x8c/x80 +.. /xf4/x87/x8d/x80 +.. /xf4/x87/x8e/x80 +.. /xf4/x87/x8f/x80 +.. /xf4/x87/x90/x80 +.. /xf4/x87/x91/x80 +.. /xf4/x87/x92/x80 +.. /xf4/x87/x93/x80 +.. /xf4/x87/x94/x80 +.. /xf4/x87/x95/x80 +.. /xf4/x87/x96/x80 +.. /xf4/x87/x97/x80 +.. /xf4/x87/x98/x80 +.. /xf4/x87/x99/x80 +.. /xf4/x87/x9a/x80 +.. /xf4/x87/x9b/x80 +.. /xf4/x87/x9c/x80 +.. /xf4/x87/x9d/x80 +.. /xf4/x87/x9e/x80 +.. /xf4/x87/x9f/x80 +.. /xf4/x87/xa0/x80 +.. /xf4/x87/xa1/x80 +.. /xf4/x87/xa2/x80 +.. /xf4/x87/xa3/x80 +.. /xf4/x87/xa4/x80 +.. /xf4/x87/xa5/x80 +.. /xf4/x87/xa6/x80 +.. /xf4/x87/xa7/x80 +.. /xf4/x87/xa8/x80 +.. /xf4/x87/xa9/x80 +.. /xf4/x87/xaa/x80 +.. /xf4/x87/xab/x80 +.. /xf4/x87/xac/x80 +.. /xf4/x87/xad/x80 +.. /xf4/x87/xae/x80 +.. /xf4/x87/xaf/x80 +.. /xf4/x87/xb0/x80 +.. /xf4/x87/xb1/x80 +.. /xf4/x87/xb2/x80 +.. /xf4/x87/xb3/x80 +.. /xf4/x87/xb4/x80 +.. /xf4/x87/xb5/x80 +.. /xf4/x87/xb6/x80 +.. /xf4/x87/xb7/x80 +.. /xf4/x87/xb8/x80 +.. /xf4/x87/xb9/x80 +.. /xf4/x87/xba/x80 +.. /xf4/x87/xbb/x80 +.. /xf4/x87/xbc/x80 +.. /xf4/x87/xbd/x80 +.. /xf4/x87/xbe/x80 +.. /xf4/x87/xbf/x80 +.. /xf4/x88/x80/x80 +.. /xf4/x88/x81/x80 +.. /xf4/x88/x82/x80 +.. /xf4/x88/x83/x80 +.. /xf4/x88/x84/x80 +.. /xf4/x88/x85/x80 +.. /xf4/x88/x86/x80 +.. /xf4/x88/x87/x80 +.. /xf4/x88/x88/x80 +.. /xf4/x88/x89/x80 +.. /xf4/x88/x8a/x80 +.. /xf4/x88/x8b/x80 +.. /xf4/x88/x8c/x80 +.. /xf4/x88/x8d/x80 +.. /xf4/x88/x8e/x80 +.. /xf4/x88/x8f/x80 +.. /xf4/x88/x90/x80 +.. /xf4/x88/x91/x80 +.. /xf4/x88/x92/x80 +.. /xf4/x88/x93/x80 +.. /xf4/x88/x94/x80 +.. /xf4/x88/x95/x80 +.. /xf4/x88/x96/x80 +.. /xf4/x88/x97/x80 +.. /xf4/x88/x98/x80 +.. /xf4/x88/x99/x80 +.. /xf4/x88/x9a/x80 +.. /xf4/x88/x9b/x80 +.. /xf4/x88/x9c/x80 +.. /xf4/x88/x9d/x80 +.. /xf4/x88/x9e/x80 +.. /xf4/x88/x9f/x80 +.. /xf4/x88/xa0/x80 +.. /xf4/x88/xa1/x80 +.. /xf4/x88/xa2/x80 +.. /xf4/x88/xa3/x80 +.. /xf4/x88/xa4/x80 +.. /xf4/x88/xa5/x80 +.. /xf4/x88/xa6/x80 +.. /xf4/x88/xa7/x80 +.. /xf4/x88/xa8/x80 +.. /xf4/x88/xa9/x80 +.. /xf4/x88/xaa/x80 +.. /xf4/x88/xab/x80 +.. /xf4/x88/xac/x80 +.. /xf4/x88/xad/x80 +.. /xf4/x88/xae/x80 +.. /xf4/x88/xaf/x80 +.. /xf4/x88/xb0/x80 +.. /xf4/x88/xb1/x80 +.. /xf4/x88/xb2/x80 +.. /xf4/x88/xb3/x80 +.. /xf4/x88/xb4/x80 +.. /xf4/x88/xb5/x80 +.. /xf4/x88/xb6/x80 +.. /xf4/x88/xb7/x80 +.. /xf4/x88/xb8/x80 +.. /xf4/x88/xb9/x80 +.. /xf4/x88/xba/x80 +.. /xf4/x88/xbb/x80 +.. /xf4/x88/xbc/x80 +.. /xf4/x88/xbd/x80 +.. /xf4/x88/xbe/x80 +.. /xf4/x88/xbf/x80 +.. /xf4/x89/x80/x80 +.. /xf4/x89/x81/x80 +.. /xf4/x89/x82/x80 +.. /xf4/x89/x83/x80 +.. /xf4/x89/x84/x80 +.. /xf4/x89/x85/x80 +.. /xf4/x89/x86/x80 +.. /xf4/x89/x87/x80 +.. /xf4/x89/x88/x80 +.. /xf4/x89/x89/x80 +.. /xf4/x89/x8a/x80 +.. /xf4/x89/x8b/x80 +.. /xf4/x89/x8c/x80 +.. /xf4/x89/x8d/x80 +.. /xf4/x89/x8e/x80 +.. /xf4/x89/x8f/x80 +.. /xf4/x89/x90/x80 +.. /xf4/x89/x91/x80 +.. /xf4/x89/x92/x80 +.. /xf4/x89/x93/x80 +.. /xf4/x89/x94/x80 +.. /xf4/x89/x95/x80 +.. /xf4/x89/x96/x80 +.. /xf4/x89/x97/x80 +.. /xf4/x89/x98/x80 +.. /xf4/x89/x99/x80 +.. /xf4/x89/x9a/x80 +.. /xf4/x89/x9b/x80 +.. /xf4/x89/x9c/x80 +.. /xf4/x89/x9d/x80 +.. /xf4/x89/x9e/x80 +.. /xf4/x89/x9f/x80 +.. /xf4/x89/xa0/x80 +.. /xf4/x89/xa1/x80 +.. /xf4/x89/xa2/x80 +.. /xf4/x89/xa3/x80 +.. /xf4/x89/xa4/x80 +.. /xf4/x89/xa5/x80 +.. /xf4/x89/xa6/x80 +.. /xf4/x89/xa7/x80 +.. /xf4/x89/xa8/x80 +.. /xf4/x89/xa9/x80 +.. /xf4/x89/xaa/x80 +.. /xf4/x89/xab/x80 +.. /xf4/x89/xac/x80 +.. /xf4/x89/xad/x80 +.. /xf4/x89/xae/x80 +.. /xf4/x89/xaf/x80 +.. /xf4/x89/xb0/x80 +.. /xf4/x89/xb1/x80 +.. /xf4/x89/xb2/x80 +.. /xf4/x89/xb3/x80 +.. /xf4/x89/xb4/x80 +.. /xf4/x89/xb5/x80 +.. /xf4/x89/xb6/x80 +.. /xf4/x89/xb7/x80 +.. /xf4/x89/xb8/x80 +.. /xf4/x89/xb9/x80 +.. /xf4/x89/xba/x80 +.. /xf4/x89/xbb/x80 +.. /xf4/x89/xbc/x80 +.. /xf4/x89/xbd/x80 +.. /xf4/x89/xbe/x80 +.. /xf4/x89/xbf/x80 +.. /xf4/x8a/x80/x80 +.. /xf4/x8a/x81/x80 +.. /xf4/x8a/x82/x80 +.. /xf4/x8a/x83/x80 +.. /xf4/x8a/x84/x80 +.. /xf4/x8a/x85/x80 +.. /xf4/x8a/x86/x80 +.. /xf4/x8a/x87/x80 +.. /xf4/x8a/x88/x80 +.. /xf4/x8a/x89/x80 +.. /xf4/x8a/x8a/x80 +.. /xf4/x8a/x8b/x80 +.. /xf4/x8a/x8c/x80 +.. /xf4/x8a/x8d/x80 +.. /xf4/x8a/x8e/x80 +.. /xf4/x8a/x8f/x80 +.. /xf4/x8a/x90/x80 +.. /xf4/x8a/x91/x80 +.. /xf4/x8a/x92/x80 +.. /xf4/x8a/x93/x80 +.. /xf4/x8a/x94/x80 +.. /xf4/x8a/x95/x80 +.. /xf4/x8a/x96/x80 +.. /xf4/x8a/x97/x80 +.. /xf4/x8a/x98/x80 +.. /xf4/x8a/x99/x80 +.. /xf4/x8a/x9a/x80 +.. /xf4/x8a/x9b/x80 +.. /xf4/x8a/x9c/x80 +.. /xf4/x8a/x9d/x80 +.. /xf4/x8a/x9e/x80 +.. /xf4/x8a/x9f/x80 +.. /xf4/x8a/xa0/x80 +.. /xf4/x8a/xa1/x80 +.. /xf4/x8a/xa2/x80 +.. /xf4/x8a/xa3/x80 +.. /xf4/x8a/xa4/x80 +.. /xf4/x8a/xa5/x80 +.. /xf4/x8a/xa6/x80 +.. /xf4/x8a/xa7/x80 +.. /xf4/x8a/xa8/x80 +.. /xf4/x8a/xa9/x80 +.. /xf4/x8a/xaa/x80 +.. /xf4/x8a/xab/x80 +.. /xf4/x8a/xac/x80 +.. /xf4/x8a/xad/x80 +.. /xf4/x8a/xae/x80 +.. /xf4/x8a/xaf/x80 +.. /xf4/x8a/xb0/x80 +.. /xf4/x8a/xb1/x80 +.. /xf4/x8a/xb2/x80 +.. /xf4/x8a/xb3/x80 +.. /xf4/x8a/xb4/x80 +.. /xf4/x8a/xb5/x80 +.. /xf4/x8a/xb6/x80 +.. /xf4/x8a/xb7/x80 +.. /xf4/x8a/xb8/x80 +.. /xf4/x8a/xb9/x80 +.. /xf4/x8a/xba/x80 +.. /xf4/x8a/xbb/x80 +.. /xf4/x8a/xbc/x80 +.. /xf4/x8a/xbd/x80 +.. /xf4/x8a/xbe/x80 +.. /xf4/x8a/xbf/x80 +.. /xf4/x8b/x80/x80 +.. /xf4/x8b/x81/x80 +.. /xf4/x8b/x82/x80 +.. /xf4/x8b/x83/x80 +.. /xf4/x8b/x84/x80 +.. /xf4/x8b/x85/x80 +.. /xf4/x8b/x86/x80 +.. /xf4/x8b/x87/x80 +.. /xf4/x8b/x88/x80 +.. /xf4/x8b/x89/x80 +.. /xf4/x8b/x8a/x80 +.. /xf4/x8b/x8b/x80 +.. /xf4/x8b/x8c/x80 +.. /xf4/x8b/x8d/x80 +.. /xf4/x8b/x8e/x80 +.. /xf4/x8b/x8f/x80 +.. /xf4/x8b/x90/x80 +.. /xf4/x8b/x91/x80 +.. /xf4/x8b/x92/x80 +.. /xf4/x8b/x93/x80 +.. /xf4/x8b/x94/x80 +.. /xf4/x8b/x95/x80 +.. /xf4/x8b/x96/x80 +.. /xf4/x8b/x97/x80 +.. /xf4/x8b/x98/x80 +.. /xf4/x8b/x99/x80 +.. /xf4/x8b/x9a/x80 +.. /xf4/x8b/x9b/x80 +.. /xf4/x8b/x9c/x80 +.. /xf4/x8b/x9d/x80 +.. /xf4/x8b/x9e/x80 +.. /xf4/x8b/x9f/x80 +.. /xf4/x8b/xa0/x80 +.. /xf4/x8b/xa1/x80 +.. /xf4/x8b/xa2/x80 +.. /xf4/x8b/xa3/x80 +.. /xf4/x8b/xa4/x80 +.. /xf4/x8b/xa5/x80 +.. /xf4/x8b/xa6/x80 +.. /xf4/x8b/xa7/x80 +.. /xf4/x8b/xa8/x80 +.. /xf4/x8b/xa9/x80 +.. /xf4/x8b/xaa/x80 +.. /xf4/x8b/xab/x80 +.. /xf4/x8b/xac/x80 +.. /xf4/x8b/xad/x80 +.. /xf4/x8b/xae/x80 +.. /xf4/x8b/xaf/x80 +.. /xf4/x8b/xb0/x80 +.. /xf4/x8b/xb1/x80 +.. /xf4/x8b/xb2/x80 +.. /xf4/x8b/xb3/x80 +.. /xf4/x8b/xb4/x80 +.. /xf4/x8b/xb5/x80 +.. /xf4/x8b/xb6/x80 +.. /xf4/x8b/xb7/x80 +.. /xf4/x8b/xb8/x80 +.. /xf4/x8b/xb9/x80 +.. /xf4/x8b/xba/x80 +.. /xf4/x8b/xbb/x80 +.. /xf4/x8b/xbc/x80 +.. /xf4/x8b/xbd/x80 +.. /xf4/x8b/xbe/x80 +.. /xf4/x8b/xbf/x80 +.. /xf4/x8c/x80/x80 +.. /xf4/x8c/x81/x80 +.. /xf4/x8c/x82/x80 +.. /xf4/x8c/x83/x80 +.. /xf4/x8c/x84/x80 +.. /xf4/x8c/x85/x80 +.. /xf4/x8c/x86/x80 +.. /xf4/x8c/x87/x80 +.. /xf4/x8c/x88/x80 +.. /xf4/x8c/x89/x80 +.. /xf4/x8c/x8a/x80 +.. /xf4/x8c/x8b/x80 +.. /xf4/x8c/x8c/x80 +.. /xf4/x8c/x8d/x80 +.. /xf4/x8c/x8e/x80 +.. /xf4/x8c/x8f/x80 +.. /xf4/x8c/x90/x80 +.. /xf4/x8c/x91/x80 +.. /xf4/x8c/x92/x80 +.. /xf4/x8c/x93/x80 +.. /xf4/x8c/x94/x80 +.. /xf4/x8c/x95/x80 +.. /xf4/x8c/x96/x80 +.. /xf4/x8c/x97/x80 +.. /xf4/x8c/x98/x80 +.. /xf4/x8c/x99/x80 +.. /xf4/x8c/x9a/x80 +.. /xf4/x8c/x9b/x80 +.. /xf4/x8c/x9c/x80 +.. /xf4/x8c/x9d/x80 +.. /xf4/x8c/x9e/x80 +.. /xf4/x8c/x9f/x80 +.. /xf4/x8c/xa0/x80 +.. /xf4/x8c/xa1/x80 +.. /xf4/x8c/xa2/x80 +.. /xf4/x8c/xa3/x80 +.. /xf4/x8c/xa4/x80 +.. /xf4/x8c/xa5/x80 +.. /xf4/x8c/xa6/x80 +.. /xf4/x8c/xa7/x80 +.. /xf4/x8c/xa8/x80 +.. /xf4/x8c/xa9/x80 +.. /xf4/x8c/xaa/x80 +.. /xf4/x8c/xab/x80 +.. /xf4/x8c/xac/x80 +.. /xf4/x8c/xad/x80 +.. /xf4/x8c/xae/x80 +.. /xf4/x8c/xaf/x80 +.. /xf4/x8c/xb0/x80 +.. /xf4/x8c/xb1/x80 +.. /xf4/x8c/xb2/x80 +.. /xf4/x8c/xb3/x80 +.. /xf4/x8c/xb4/x80 +.. /xf4/x8c/xb5/x80 +.. /xf4/x8c/xb6/x80 +.. /xf4/x8c/xb7/x80 +.. /xf4/x8c/xb8/x80 +.. /xf4/x8c/xb9/x80 +.. /xf4/x8c/xba/x80 +.. /xf4/x8c/xbb/x80 +.. /xf4/x8c/xbc/x80 +.. /xf4/x8c/xbd/x80 +.. /xf4/x8c/xbe/x80 +.. /xf4/x8c/xbf/x80 +.. /xf4/x8d/x80/x80 +.. /xf4/x8d/x81/x80 +.. /xf4/x8d/x82/x80 +.. /xf4/x8d/x83/x80 +.. /xf4/x8d/x84/x80 +.. /xf4/x8d/x85/x80 +.. /xf4/x8d/x86/x80 +.. /xf4/x8d/x87/x80 +.. /xf4/x8d/x88/x80 +.. /xf4/x8d/x89/x80 +.. /xf4/x8d/x8a/x80 +.. /xf4/x8d/x8b/x80 +.. /xf4/x8d/x8c/x80 +.. /xf4/x8d/x8d/x80 +.. /xf4/x8d/x8e/x80 +.. /xf4/x8d/x8f/x80 +.. /xf4/x8d/x90/x80 +.. /xf4/x8d/x91/x80 +.. /xf4/x8d/x92/x80 +.. /xf4/x8d/x93/x80 +.. /xf4/x8d/x94/x80 +.. /xf4/x8d/x95/x80 +.. /xf4/x8d/x96/x80 +.. /xf4/x8d/x97/x80 +.. /xf4/x8d/x98/x80 +.. /xf4/x8d/x99/x80 +.. /xf4/x8d/x9a/x80 +.. /xf4/x8d/x9b/x80 +.. /xf4/x8d/x9c/x80 +.. /xf4/x8d/x9d/x80 +.. /xf4/x8d/x9e/x80 +.. /xf4/x8d/x9f/x80 +.. /xf4/x8d/xa0/x80 +.. /xf4/x8d/xa1/x80 +.. /xf4/x8d/xa2/x80 +.. /xf4/x8d/xa3/x80 +.. /xf4/x8d/xa4/x80 +.. /xf4/x8d/xa5/x80 +.. /xf4/x8d/xa6/x80 +.. /xf4/x8d/xa7/x80 +.. /xf4/x8d/xa8/x80 +.. /xf4/x8d/xa9/x80 +.. /xf4/x8d/xaa/x80 +.. /xf4/x8d/xab/x80 +.. /xf4/x8d/xac/x80 +.. /xf4/x8d/xad/x80 +.. /xf4/x8d/xae/x80 +.. /xf4/x8d/xaf/x80 +.. /xf4/x8d/xb0/x80 +.. /xf4/x8d/xb1/x80 +.. /xf4/x8d/xb2/x80 +.. /xf4/x8d/xb3/x80 +.. /xf4/x8d/xb4/x80 +.. /xf4/x8d/xb5/x80 +.. /xf4/x8d/xb6/x80 +.. /xf4/x8d/xb7/x80 +.. /xf4/x8d/xb8/x80 +.. /xf4/x8d/xb9/x80 +.. /xf4/x8d/xba/x80 +.. /xf4/x8d/xbb/x80 +.. /xf4/x8d/xbc/x80 +.. /xf4/x8d/xbd/x80 +.. /xf4/x8d/xbe/x80 +.. /xf4/x8d/xbf/x80 +.. /xf4/x8e/x80/x80 +.. /xf4/x8e/x81/x80 +.. /xf4/x8e/x82/x80 +.. /xf4/x8e/x83/x80 +.. /xf4/x8e/x84/x80 +.. /xf4/x8e/x85/x80 +.. /xf4/x8e/x86/x80 +.. /xf4/x8e/x87/x80 +.. /xf4/x8e/x88/x80 +.. /xf4/x8e/x89/x80 +.. /xf4/x8e/x8a/x80 +.. /xf4/x8e/x8b/x80 +.. /xf4/x8e/x8c/x80 +.. /xf4/x8e/x8d/x80 +.. /xf4/x8e/x8e/x80 +.. /xf4/x8e/x8f/x80 +.. /xf4/x8e/x90/x80 +.. /xf4/x8e/x91/x80 +.. /xf4/x8e/x92/x80 +.. /xf4/x8e/x93/x80 +.. /xf4/x8e/x94/x80 +.. /xf4/x8e/x95/x80 +.. /xf4/x8e/x96/x80 +.. /xf4/x8e/x97/x80 +.. /xf4/x8e/x98/x80 +.. /xf4/x8e/x99/x80 +.. /xf4/x8e/x9a/x80 +.. /xf4/x8e/x9b/x80 +.. /xf4/x8e/x9c/x80 +.. /xf4/x8e/x9d/x80 +.. /xf4/x8e/x9e/x80 +.. /xf4/x8e/x9f/x80 +.. /xf4/x8e/xa0/x80 +.. /xf4/x8e/xa1/x80 +.. /xf4/x8e/xa2/x80 +.. /xf4/x8e/xa3/x80 +.. /xf4/x8e/xa4/x80 +.. /xf4/x8e/xa5/x80 +.. /xf4/x8e/xa6/x80 +.. /xf4/x8e/xa7/x80 +.. /xf4/x8e/xa8/x80 +.. /xf4/x8e/xa9/x80 +.. /xf4/x8e/xaa/x80 +.. /xf4/x8e/xab/x80 +.. /xf4/x8e/xac/x80 +.. /xf4/x8e/xad/x80 +.. /xf4/x8e/xae/x80 +.. /xf4/x8e/xaf/x80 +.. /xf4/x8e/xb0/x80 +.. /xf4/x8e/xb1/x80 +.. /xf4/x8e/xb2/x80 +.. /xf4/x8e/xb3/x80 +.. /xf4/x8e/xb4/x80 +.. /xf4/x8e/xb5/x80 +.. /xf4/x8e/xb6/x80 +.. /xf4/x8e/xb7/x80 +.. /xf4/x8e/xb8/x80 +.. /xf4/x8e/xb9/x80 +.. /xf4/x8e/xba/x80 +.. /xf4/x8e/xbb/x80 +.. /xf4/x8e/xbc/x80 +.. /xf4/x8e/xbd/x80 +.. /xf4/x8e/xbe/x80 +.. /xf4/x8e/xbf/x80 +.. /xf4/x8f/x80/x80 +.. /xf4/x8f/x81/x80 +.. /xf4/x8f/x82/x80 +.. /xf4/x8f/x83/x80 +.. /xf4/x8f/x84/x80 +.. /xf4/x8f/x85/x80 +.. /xf4/x8f/x86/x80 +.. /xf4/x8f/x87/x80 +.. /xf4/x8f/x88/x80 +.. /xf4/x8f/x89/x80 +.. /xf4/x8f/x8a/x80 +.. /xf4/x8f/x8b/x80 +.. /xf4/x8f/x8c/x80 +.. /xf4/x8f/x8d/x80 +.. /xf4/x8f/x8e/x80 +.. /xf4/x8f/x8f/x80 +.. /xf4/x8f/x90/x80 +.. /xf4/x8f/x91/x80 +.. /xf4/x8f/x92/x80 +.. /xf4/x8f/x93/x80 +.. /xf4/x8f/x94/x80 +.. /xf4/x8f/x95/x80 +.. /xf4/x8f/x96/x80 +.. /xf4/x8f/x97/x80 +.. /xf4/x8f/x98/x80 +.. /xf4/x8f/x99/x80 +.. /xf4/x8f/x9a/x80 +.. /xf4/x8f/x9b/x80 +.. /xf4/x8f/x9c/x80 +.. /xf4/x8f/x9d/x80 +.. /xf4/x8f/x9e/x80 +.. /xf4/x8f/x9f/x80 +.. /xf4/x8f/xa0/x80 +.. /xf4/x8f/xa1/x80 +.. /xf4/x8f/xa2/x80 +.. /xf4/x8f/xa3/x80 +.. /xf4/x8f/xa4/x80 +.. /xf4/x8f/xa5/x80 +.. /xf4/x8f/xa6/x80 +.. /xf4/x8f/xa7/x80 +.. /xf4/x8f/xa8/x80 +.. /xf4/x8f/xa9/x80 +.. /xf4/x8f/xaa/x80 +.. /xf4/x8f/xab/x80 +.. /xf4/x8f/xac/x80 +.. /xf4/x8f/xad/x80 +.. /xf4/x8f/xae/x80 +.. /xf4/x8f/xaf/x80 +.. /xf4/x8f/xb0/x80 +.. /xf4/x8f/xb1/x80 +.. /xf4/x8f/xb2/x80 +.. /xf4/x8f/xb3/x80 +.. /xf4/x8f/xb4/x80 +.. /xf4/x8f/xb5/x80 +.. /xf4/x8f/xb6/x80 +.. /xf4/x8f/xb7/x80 +.. /xf4/x8f/xb8/x80 +.. /xf4/x8f/xb9/x80 +.. /xf4/x8f/xba/x80 +.. /xf4/x8f/xbb/x80 +.. /xf4/x8f/xbc/x80 +.. /xf4/x8f/xbd/x80 +.. /xf4/x8f/xbe/x80 +.. /xf4/x8f/xbf/x80 END CHARMAP -% Character width according to Unicode 3.0. +% Character width according to Unicode 3.1. % - Default width is 1. % - Double-width characters have width 2; generated from -% "grep '^....;[WF]' EastAsianWidth.txt" -% and "grep '^....;[^WF]' EastAsianWidth.txt" +% "grep '^[^;]*;[WF]' EastAsianWidth.txt" +% and "grep '^[^;]*;[^WF]' EastAsianWidth.txt" % - Non-spacing characters have width 0; generated from PropList.txt or % "grep '^[^;]*;[^;]*;[^;]*;[^;]*;NSM;' UnicodeData.txt" % - Format control characters have width 0; generated from @@ -55779,8 +27376,9 @@ WIDTH ... 0 ... 0 ... 0 -... 2 -... 2 +... 2 +... 2 +... 2 ... 2 ... 0 ... 2 @@ -55797,4 +27395,12 @@ WIDTH ... 2 ... 2 ... 0 +... 0 +... 0 +... 0 +... 0 +... 2 +... 2 + 0 +... 0 END WIDTH diff --git a/localedata/gen-unicode-ctype.c b/localedata/gen-unicode-ctype.c index 1259aef..70bea41 100644 --- a/localedata/gen-unicode-ctype.c +++ b/localedata/gen-unicode-ctype.c @@ -1,5 +1,5 @@ /* Generate a Unicode conforming LC_CTYPE category from a UnicodeData file. - Copyright (C) 2000 Free Software Foundation, Inc. + Copyright (C) 2000-2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Bruno Haible , 2000. @@ -19,9 +19,7 @@ Boston, MA 02111-1307, USA. */ /* Usage example: - $ gen-unicode /usr/local/share/Unidata/UnicodeData.txt \ - /usr/local/share/Unidata/PropList.txt \ - 3.0 + $ gen-unicode /usr/local/share/Unidata/UnicodeData.txt 3.1 */ #include @@ -54,7 +52,7 @@ struct unicode_attribute #define NONE (~(unsigned int)0) /* The entire contents of the UnicodeData.txt file. */ -struct unicode_attribute unicode_attributes [0x10000]; +struct unicode_attribute unicode_attributes [0x110000]; /* Stores in unicode_attributes[i] the values from the given fields. */ static void @@ -69,11 +67,14 @@ fill_attribute (unsigned int i, { struct unicode_attribute * uni; - if (i >= 0x10000) + if (i >= 0x110000) { fprintf (stderr, "index too large\n"); exit (1); } + if (strcmp (field2, "Cs") == 0) + /* Surrogates are UTF-16 artefacts, not real characters. Ignore them. */ + return; uni = &unicode_attributes[i]; /* Copy the strings. */ uni->name = strdup (field1); @@ -151,7 +152,7 @@ fill_attributes (const char *unicodedata_filename) char field14[FIELDLEN]; int lineno = 0; - for (i = 0; i < 0x10000; i++) + for (i = 0; i < 0x110000; i++) unicode_attributes[i].name = NULL; stream = fopen (unicodedata_filename, "r"); @@ -247,87 +248,6 @@ fill_attributes (const char *unicodedata_filename) } } -/* The combining property from the PropList.txt file. */ -char unicode_combining[0x10000]; - -/* Stores in unicode_combining[] the Combining property from the - PropList.txt file. */ -static void -fill_combining (const char *proplist_filename) -{ - unsigned int i; - FILE *stream; - char buf[100+1]; - - for (i = 0; i < 0x10000; i++) - unicode_combining[i] = 0; - - stream = fopen (proplist_filename, "r"); - if (stream == NULL) - { - fprintf (stderr, "error during fopen of '%s'\n", proplist_filename); - exit (1); - } - - /* Search for the "Property dump for: 0x20000004 (Combining)" line. */ - do - { - if (fscanf (stream, "%100[^\n]\n", buf) < 1) - { - fprintf (stderr, "no combining property found in '%s'\n", - proplist_filename); - exit (1); - } - } - while (strstr (buf, "(Combining)") == NULL); - - for (;;) - { - unsigned int i1, i2; - - if (fscanf (stream, "%100[^\n]\n", buf) < 1) - { - fprintf (stderr, "premature end of combining property in '%s'\n", - proplist_filename); - exit (1); - } - if (buf[0] == '*') - break; - if (strlen (buf) >= 10 && buf[4] == '.' && buf[5] == '.') - { - if (sscanf (buf, "%4X..%4X", &i1, &i2) < 2) - { - fprintf (stderr, "parse error in combining property in '%s'\n", - proplist_filename); - exit (1); - } - } - else if (strlen (buf) >= 4) - { - if (sscanf (buf, "%4X", &i1) < 1) - { - fprintf (stderr, "parse error in combining property in '%s'\n", - proplist_filename); - exit (1); - } - i2 = i1; - } - else - { - fprintf (stderr, "parse error in combining property in '%s'\n", - proplist_filename); - exit (1); - } - for (i = i1; i <= i2; i++) - unicode_combining[i] = 1; - } - if (ferror (stream) || fclose (stream)) - { - fprintf (stderr, "error reading from '%s'\n", proplist_filename); - exit (1); - } -} - /* Character mappings. */ static unsigned int @@ -380,7 +300,15 @@ static bool is_alpha (unsigned int ch) { return (unicode_attributes[ch].name != NULL - && (unicode_attributes[ch].category[0] == 'L' + && ((unicode_attributes[ch].category[0] == 'L' + /* Theppitak Karoonboonyanan says + , should belong to is_punct. */ + && (ch != 0x0E2F) && (ch != 0x0E46)) + /* Theppitak Karoonboonyanan says + , .., .. are is_alpha. */ + || (ch == 0x0E31) + || (ch >= 0x0E34 && ch <= 0x0E3A) + || (ch >= 0x0E47 && ch <= 0x0E4E) /* Avoid warning for . */ || (ch == 0x0345) /* Avoid warnings for ... */ @@ -528,8 +456,15 @@ is_punct (unsigned int ch) static bool is_combining (unsigned int ch) { + /* Up to Unicode 3.0.1 we took the Combining property from the PropList.txt + file. In 3.0.1 it was identical to the union of the general categories + "Mn", "Mc", "Me". In Unicode 3.1 this property has been dropped from the + PropList.txt file, so we take the latter definition. */ return (unicode_attributes[ch].name != NULL - && unicode_combining[ch] != 0); + && unicode_attributes[ch].category[0] == 'M' + && (unicode_attributes[ch].category[1] == 'n' + || unicode_attributes[ch].category[1] == 'c' + || unicode_attributes[ch].category[1] == 'e')); } static bool @@ -541,43 +476,65 @@ is_combining_level3 (unsigned int ch) && strtoul (unicode_attributes[ch].combining, NULL, 10) >= 200); } +/* Return the UCS symbol string for a Unicode character. */ +static const char * +ucs_symbol (unsigned int i) +{ + static char buf[11+1]; + + sprintf (buf, (i < 0x10000 ? "" : ""), i); + return buf; +} + +/* Return the UCS symbol range string for a Unicode characters interval. */ +static const char * +ucs_symbol_range (unsigned int low, unsigned int high) +{ + static char buf[24+1]; + + strcpy (buf, ucs_symbol (low)); + strcat (buf, ".."); + strcat (buf, ucs_symbol (high)); + return buf; +} + /* Output a character class (= property) table. */ static void output_charclass (FILE *stream, const char *classname, bool (*func) (unsigned int)) { - char table[0x10000]; + char table[0x110000]; unsigned int i; bool need_semicolon; const int max_column = 75; int column; - for (i = 0; i < 0x10000; i++) + for (i = 0; i < 0x110000; i++) table[i] = (int) func (i); fprintf (stream, "%s ", classname); need_semicolon = false; column = 1000; - for (i = 0; i < 0x10000; ) + for (i = 0; i < 0x110000; ) { if (!table[i]) i++; else { unsigned int low, high; - char buf[17]; + char buf[25]; low = i; do i++; - while (i < 0x10000 && table[i]); + while (i < 0x110000 && table[i]); high = i - 1; if (low == high) - sprintf (buf, "", low); + strcpy (buf, ucs_symbol (low)); else - sprintf (buf, "..", low, high); + strcpy (buf, ucs_symbol_range (low, high)); if (need_semicolon) { @@ -605,24 +562,28 @@ static void output_charmap (FILE *stream, const char *mapname, unsigned int (*func) (unsigned int)) { - char table[0x10000]; + char table[0x110000]; unsigned int i; bool need_semicolon; const int max_column = 75; int column; - for (i = 0; i < 0x10000; i++) + for (i = 0; i < 0x110000; i++) table[i] = (func (i) != i); fprintf (stream, "%s ", mapname); need_semicolon = false; column = 1000; - for (i = 0; i < 0x10000; i++) + for (i = 0; i < 0x110000; i++) if (table[i]) { - char buf[18]; + char buf[25+1]; - sprintf (buf, "(,)", i, func (i)); + strcpy (buf, "("); + strcat (buf, ucs_symbol (i)); + strcat (buf, ","); + strcat (buf, ucs_symbol (func (i))); + strcat (buf, ")"); if (need_semicolon) { @@ -668,7 +629,7 @@ output_tables (const char *filename, const char *version) fprintf (stream, "escape_char /\n"); fprintf (stream, "comment_char %%\n"); fprintf (stream, "\n"); - fprintf (stream, "%% Generated automatically by gen-unicode for Unicode %s.\n", + fprintf (stream, "%% Generated automatically by gen-unicode-ctype for Unicode %s.\n", version); fprintf (stream, "\n"); @@ -690,76 +651,76 @@ output_tables (const char *filename, const char *version) strftime (date, sizeof (date), "%Y-%m-%d", gmtime (&now)); fprintf (stream, "date \"%s\"\n", date); } - fprintf (stream, "category \"unicode:2000\";LC_CTYPE\n"); + fprintf (stream, "category \"unicode:2001\";LC_CTYPE\n"); fprintf (stream, "END LC_IDENTIFICATION\n"); fprintf (stream, "\n"); /* Verifications. */ - for (ch = 0; ch < 0x10000; ch++) + for (ch = 0; ch < 0x110000; ch++) { /* toupper restriction: "Only characters specified for the keywords lower and upper shall be specified. */ if (to_upper (ch) != ch && !(is_lower (ch) || is_upper (ch))) fprintf (stderr, - " is not upper|lower but toupper(0x%04X) = 0x%04X\n", - ch, ch, to_upper (ch)); + "%s is not upper|lower but toupper(0x%04X) = 0x%04X\n", + ucs_symbol (ch), ch, to_upper (ch)); /* tolower restriction: "Only characters specified for the keywords lower and upper shall be specified. */ if (to_lower (ch) != ch && !(is_lower (ch) || is_upper (ch))) fprintf (stderr, - " is not upper|lower but tolower(0x%04X) = 0x%04X\n", - ch, ch, to_lower (ch)); + "%s is not upper|lower but tolower(0x%04X) = 0x%04X\n", + ucs_symbol (ch), ch, to_lower (ch)); /* alpha restriction: "Characters classified as either upper or lower shall automatically belong to this class. */ if ((is_lower (ch) || is_upper (ch)) && !is_alpha (ch)) - fprintf (stderr, " is upper|lower but not alpha\n", ch); + fprintf (stderr, "%s is upper|lower but not alpha\n", ucs_symbol (ch)); /* alpha restriction: "No character specified for the keywords cntrl, digit, punct or space shall be specified." */ if (is_alpha (ch) && is_cntrl (ch)) - fprintf (stderr, " is alpha and cntrl\n", ch); + fprintf (stderr, "%s is alpha and cntrl\n", ucs_symbol (ch)); if (is_alpha (ch) && is_digit (ch)) - fprintf (stderr, " is alpha and digit\n", ch); + fprintf (stderr, "%s is alpha and digit\n", ucs_symbol (ch)); if (is_alpha (ch) && is_punct (ch)) - fprintf (stderr, " is alpha and punct\n", ch); + fprintf (stderr, "%s is alpha and punct\n", ucs_symbol (ch)); if (is_alpha (ch) && is_space (ch)) - fprintf (stderr, " is alpha and space\n", ch); + fprintf (stderr, "%s is alpha and space\n", ucs_symbol (ch)); /* space restriction: "No character specified for the keywords upper, lower, alpha, digit, graph or xdigit shall be specified." upper, lower, alpha already checked above. */ if (is_space (ch) && is_digit (ch)) - fprintf (stderr, " is space and digit\n", ch); + fprintf (stderr, "%s is space and digit\n", ucs_symbol (ch)); if (is_space (ch) && is_graph (ch)) - fprintf (stderr, " is space and graph\n", ch); + fprintf (stderr, "%s is space and graph\n", ucs_symbol (ch)); if (is_space (ch) && is_xdigit (ch)) - fprintf (stderr, " is space and xdigit\n", ch); + fprintf (stderr, "%s is space and xdigit\n", ucs_symbol (ch)); /* cntrl restriction: "No character specified for the keywords upper, lower, alpha, digit, punct, graph, print or xdigit shall be specified." upper, lower, alpha already checked above. */ if (is_cntrl (ch) && is_digit (ch)) - fprintf (stderr, " is cntrl and digit\n", ch); + fprintf (stderr, "%s is cntrl and digit\n", ucs_symbol (ch)); if (is_cntrl (ch) && is_punct (ch)) - fprintf (stderr, " is cntrl and punct\n", ch); + fprintf (stderr, "%s is cntrl and punct\n", ucs_symbol (ch)); if (is_cntrl (ch) && is_graph (ch)) - fprintf (stderr, " is cntrl and graph\n", ch); + fprintf (stderr, "%s is cntrl and graph\n", ucs_symbol (ch)); if (is_cntrl (ch) && is_print (ch)) - fprintf (stderr, " is cntrl and print\n", ch); + fprintf (stderr, "%s is cntrl and print\n", ucs_symbol (ch)); if (is_cntrl (ch) && is_xdigit (ch)) - fprintf (stderr, " is cntrl and xdigit\n", ch); + fprintf (stderr, "%s is cntrl and xdigit\n", ucs_symbol (ch)); /* punct restriction: "No character specified for the keywords upper, lower, alpha, digit, cntrl, xdigit or as the character shall be specified." upper, lower, alpha, cntrl already checked above. */ if (is_punct (ch) && is_digit (ch)) - fprintf (stderr, " is punct and digit\n", ch); + fprintf (stderr, "%s is punct and digit\n", ucs_symbol (ch)); if (is_punct (ch) && is_xdigit (ch)) - fprintf (stderr, " is punct and xdigit\n", ch); + fprintf (stderr, "%s is punct and xdigit\n", ucs_symbol (ch)); if (is_punct (ch) && (ch == 0x0020)) - fprintf (stderr, " is punct\n", ch); + fprintf (stderr, "%s is punct\n", ucs_symbol (ch)); /* graph restriction: "No character specified for the keyword cntrl shall be specified." Already checked above. */ @@ -772,9 +733,11 @@ output_tables (const char *filename, const char *version) I think susv2/xbd/locale.html should speak of "space characters", not "space character". */ if (is_print (ch) && !(is_graph (ch) || /* ch == 0x0020 */ is_space (ch))) - fprintf (stderr, " is print but not graph|\n", ch); + fprintf (stderr, + "%s is print but not graph|\n", ucs_symbol (ch)); if (!is_print (ch) && (is_graph (ch) || ch == 0x0020)) - fprintf (stderr, " is graph| but not print\n", ch); + fprintf (stderr, + "%s is graph| but not print\n", ucs_symbol (ch)); } fprintf (stream, "LC_CTYPE\n"); @@ -808,17 +771,15 @@ output_tables (const char *filename, const char *version) int main (int argc, char * argv[]) { - if (argc != 4) + if (argc != 3) { - fprintf (stderr, "Usage: %s UnicodeData.txt PropList.txt version\n", - argv[0]); + fprintf (stderr, "Usage: %s UnicodeData.txt version\n", argv[0]); exit (1); } fill_attributes (argv[1]); - fill_combining (argv[2]); - output_tables ("unicode", argv[3]); + output_tables ("unicode", argv[2]); return 0; } diff --git a/localedata/locales/i18n b/localedata/locales/i18n index 2fa7095..39d5033 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -66,7 +66,7 @@ upper / ;..;;;;..;/ ..;;;;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ - ..(2)..;/ + ..(2)..;;/ % TABLE 11 CYRILLIC/ ..;..(2)..;/ % TABLE 12 CYRILLIC/ @@ -94,7 +94,9 @@ upper / % ENCLOSED ALPHANUMERICS/ ..;/ % HALFWIDTH AND FULLWIDTH FORMS/ - .. + ..;/ +% DESERET/ + .. % The "lower" class reflects the lowercase characters of class "alpha" lower / @@ -123,6 +125,7 @@ lower / ..;..;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ ;;;;..(2)..;..;/ + ;/ % TABLE 11 CYRILLIC/ ..;..(2)..;/ % TABLE 12 CYRILLIC/ @@ -147,7 +150,9 @@ lower / % ENCLOSED ALPHANUMERICS/ ..;/ % HALFWIDTH AND FULLWIDTH FORMS/ - .. + ..;/ +% DESERET/ + .. % The "alpha" class of the "i18n" FDCC-set is reflecting % the recommendations in TR 10176 annex A @@ -172,7 +177,7 @@ alpha / ;;..;;..;/ ..;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ - ..;..;/ + ..;..;/ % TABLE 11 and 12 CYRILLIC/ ..;..;..;..;/ ..;..;/ @@ -250,7 +255,7 @@ alpha / % OGHAM/ ..;/ % RUNIC/ - ..;/ + ..;..;/ % KHMER/ ..;/ % MONGOLIAN/ @@ -306,19 +311,45 @@ alpha / % HALFWIDTH AND FULLWIDTH FORMS/ ..;..;..;..;/ ..;..;..;/ +% OLD ITALIC/ + ..;/ +% GOTHIC/ + ..;/ +% DESERET/ + ..;..;/ +% MATHEMATICAL ALPHANUMERIC SYMBOLS/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;/ +% CJK UNIFIED IDEOGRAPHS EXTENSION/ + ..;/ +% CJK COMPATIBILITY IDEOGRAPHS SUPPLEMENT/ + ..;/ % The non-ASCII number characters are included here because ISO C 99 / % forbids us to classify them as digits; however, they behave more like / % alphanumeric than like punctuation. / % TABLE 15 and 16 ARABIC/ - ..;..;/ + ..;..;/ % TABLE 17 DEVANAGARI/ - ..;/ + ..;/ % TABLE 18 BENGALI/ - ..;/ + ..;/ % TABLE 19 GURMUKHI/ - ..;/ + ..;/ % TABLE 20 GUJARATI/ - ..;/ + ..;/ % TABLE 21 ORIYA/ ..;/ % TABLE 22 TAMIL/ @@ -403,7 +434,7 @@ punct / ..;..;..;..;/ ;..;..;..;/ ..;;..;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;;;..;..;/ ..;..;..;;/ ..;..;..;..;/ @@ -423,17 +454,22 @@ punct / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;/ - ..;;;..;..;/ + ..;;;..;..;/ ..;..;..;..;/ ;..;..;..;/ ..;..;..;..;/ - .. + ..;..;..;/ + ..;..;;/ + ;;;;;/ + ;;;;;/ + ..;..;/ + .. graph / ..;..;..;..;/ ..;..;..;..;/ ;;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ @@ -509,20 +545,36 @@ graph / ..;..;..;..;/ ..;..;..;..;/ ..;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;/ ..;;..;..;/ ..;..;..;..;/ - ..;..;.. + ..;..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;.. print / ..;..;..;..;/ ..;..;..;..;/ ;;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ @@ -597,7 +649,7 @@ print / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ - ..;;..;..;/ + ..;;..;..;/ ..;..;..;..;/ ;..;..;..;/ ..;..;..;..;/ @@ -605,7 +657,22 @@ print / ..;..;;..;;/ ..;..;..;..;/ ..;..;..;..;/ - .. + ..;..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;.. % The "xdigit" class must only contain the BASIC LATIN digits and A-F, a-f, % says ISO C 99 (sections 7.25.2.1.12 and 6.4.4.1). @@ -681,117 +748,136 @@ toupper / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) tolower / (,);(,);(,);(,);/ @@ -858,116 +944,135 @@ tolower / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) map "totitle"; / (,);(,);(,);(,);/ @@ -1036,117 +1141,136 @@ map "totitle"; / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) % The "combining" class reflects ISO/IEC 10646-1 annex B.1 % That is, all combining characters (level 2+3). @@ -1175,7 +1299,9 @@ class "combining"; / ..;;..;..;/ ..;..;;..;/ ..;..;..;;/ - .. + ..;..;..;/ + ..;..;/ + .. % The "combining_level3" class reflects ISO/IEC 10646-1 annex B.2 % That is, combining characters of level 3. @@ -1200,7 +1326,7 @@ class "combining_level3"; / ..;;..;..;/ ..;..;..;..;/ ..;..;..;..;/ - ..;..; + ..;..;;.. translit_start diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR index 166e939..566eca5 100644 --- a/localedata/locales/tr_TR +++ b/localedata/locales/tr_TR @@ -2153,7 +2153,7 @@ upper / ;..;;;;..;/ ..;;;;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ - ..(2)..;/ + ..(2)..;;/ % TABLE 11 CYRILLIC/ ..;..(2)..;/ % TABLE 12 CYRILLIC/ @@ -2181,7 +2181,9 @@ upper / % ENCLOSED ALPHANUMERICS/ ..;/ % HALFWIDTH AND FULLWIDTH FORMS/ - .. + ..;/ +% DESERET/ + .. % The "lower" class reflects the lowercase characters of class "alpha" lower / @@ -2210,6 +2212,7 @@ lower / ..;..;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ ;;;;..(2)..;..;/ + ;/ % TABLE 11 CYRILLIC/ ..;..(2)..;/ % TABLE 12 CYRILLIC/ @@ -2234,7 +2237,9 @@ lower / % ENCLOSED ALPHANUMERICS/ ..;/ % HALFWIDTH AND FULLWIDTH FORMS/ - .. + ..;/ +% DESERET/ + .. % The "alpha" class of the "i18n" FDCC-set is reflecting % the recommendations in TR 10176 annex A @@ -2259,7 +2264,7 @@ alpha / ;;..;;..;/ ..;/ % TABLE 10 GREEK SYMBOLS AND COPTIC/ - ..;..;/ + ..;..;/ % TABLE 11 and 12 CYRILLIC/ ..;..;..;..;/ ..;..;/ @@ -2309,7 +2314,7 @@ alpha / ..;..;..;;/ ..;/ % TABLE 26 THAI/ - ..;;;..;/ + ..;..;..;..;/ % TABLE 27 LAO/ ..;;..;;;/ ..;..;..;;;/ @@ -2337,7 +2342,7 @@ alpha / % OGHAM/ ..;/ % RUNIC/ - ..;/ + ..;..;/ % KHMER/ ..;/ % MONGOLIAN/ @@ -2393,19 +2398,45 @@ alpha / % HALFWIDTH AND FULLWIDTH FORMS/ ..;..;..;..;/ ..;..;..;/ +% OLD ITALIC/ + ..;/ +% GOTHIC/ + ..;/ +% DESERET/ + ..;..;/ +% MATHEMATICAL ALPHANUMERIC SYMBOLS/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;/ +% CJK UNIFIED IDEOGRAPHS EXTENSION/ + ..;/ +% CJK COMPATIBILITY IDEOGRAPHS SUPPLEMENT/ + ..;/ % The non-ASCII number characters are included here because ISO C 99 / % forbids us to classify them as digits; however, they behave more like / % alphanumeric than like punctuation. / % TABLE 15 and 16 ARABIC/ - ..;..;/ + ..;..;/ % TABLE 17 DEVANAGARI/ - ..;/ + ..;/ % TABLE 18 BENGALI/ - ..;/ + ..;/ % TABLE 19 GURMUKHI/ - ..;/ + ..;/ % TABLE 20 GUJARATI/ - ..;/ + ..;/ % TABLE 21 ORIYA/ ..;/ % TABLE 22 TAMIL/ @@ -2438,7 +2469,10 @@ alpha / digit / .. -outdigit .. +% The "outdigit" information is by default "0" to "9". We don't have to +% provide it here since localedef will fill in the bits and it would +% prevent locales copy-ing this file define their own values. +% outdigit .. space / % ISO/IEC 6429/ @@ -2481,13 +2515,13 @@ punct / ..;..;..;..;/ ..;..;..;..;/ ..;;..;;..;/ - ;..;..;;..;/ - ;..;..;;..;/ + ;..;..;;;;/ + ;..;;..;/ ..;..;..;..;/ ..;..;..;..;/ ;..;..;..;/ ..;;..;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;;;..;..;/ ..;..;..;;/ ..;..;..;..;/ @@ -2507,17 +2541,22 @@ punct / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;/ - ..;;;..;..;/ + ..;;;..;..;/ ..;..;..;..;/ ;..;..;..;/ ..;..;..;..;/ - .. + ..;..;..;/ + ..;..;;/ + ;;;;;/ + ;;;;;/ + ..;..;/ + .. graph / ..;..;..;..;/ ..;..;..;..;/ ;;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ @@ -2593,20 +2632,36 @@ graph / ..;..;..;..;/ ..;..;..;..;/ ..;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;/ ..;;..;..;/ ..;..;..;..;/ - ..;..;.. + ..;..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;.. print / ..;..;..;..;/ ..;..;..;..;/ ;;..;;..;/ - ..;..;..;..;/ + ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ @@ -2681,7 +2736,7 @@ print / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ - ..;;..;..;/ + ..;;..;..;/ ..;..;..;..;/ ;..;..;..;/ ..;..;..;..;/ @@ -2689,7 +2744,22 @@ print / ..;..;;..;;/ ..;..;..;..;/ ..;..;..;..;/ - .. + ..;..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;..;/ + ..;..;/ + ..;;..;/ + ..;.. % The "xdigit" class must only contain the BASIC LATIN digits and A-F, a-f, % says ISO C 99 (sections 7.25.2.1.12 and 6.4.4.1). @@ -2765,117 +2835,136 @@ toupper / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) tolower / (,);(,);(,);(,);/ @@ -2942,116 +3031,135 @@ tolower / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) map "totitle"; / (,);(,);(,);(,);/ @@ -3120,117 +3228,136 @@ map "totitle"; / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,);(,);(,);/ - (,);(,) + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);(,);/ + (,);(,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,);/ + (,);(,) % The "combining" class reflects ISO/IEC 10646-1 annex B.1 % That is, all combining characters (level 2+3). @@ -3259,7 +3386,9 @@ class "combining"; / ..;;..;..;/ ..;..;;..;/ ..;..;..;;/ - .. + ..;..;..;/ + ..;..;/ + .. % The "combining_level3" class reflects ISO/IEC 10646-1 annex B.2 % That is, combining characters of level 3. @@ -3284,7 +3413,7 @@ class "combining_level3"; / ..;;..;..;/ ..;..;..;..;/ ..;..;..;..;/ - ..;..; + ..;..;;.. % END modified i18n LC_CTYPE diff --git a/localedata/locales/translit_cjk_compat b/localedata/locales/translit_cjk_compat index c4d0810..18fc3aa 100644 --- a/localedata/locales/translit_cjk_compat +++ b/localedata/locales/translit_cjk_compat @@ -6,7 +6,9 @@ comment_char % % $ grep '^[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;[^;]*;' UnicodeData.txt | \ % sed -e 's/^\([^;]*\);\([^;]*\);[^;]*;[^;]*;[^;]*; \([^;]*\);.*$/ ""% \2/' | sed -e 'h' -e 's/^\([^%]*\)% .*$/\1/' -e 's/\([0-9A-F]\) \([0-9A-F]\)/\1> % \2/' | sed -e 'h' -e 's/^\([^%]*\)% .*$/\1/' -e 's/\([0-9A-F]\) \([0-9A-F]\)/\1>//g' LC_CTYPE @@ -978,6 +980,1090 @@ translit_start % CJK COMPATIBILITY IDEOGRAPH-FA2D +% CJK COMPATIBILITY IDEOGRAPH-2F800 + +% CJK COMPATIBILITY IDEOGRAPH-2F801 + +% CJK COMPATIBILITY IDEOGRAPH-2F802 + +% CJK COMPATIBILITY IDEOGRAPH-2F803 + +% CJK COMPATIBILITY IDEOGRAPH-2F804 + +% CJK COMPATIBILITY IDEOGRAPH-2F805 + +% CJK COMPATIBILITY IDEOGRAPH-2F806 + +% CJK COMPATIBILITY IDEOGRAPH-2F807 + +% CJK COMPATIBILITY IDEOGRAPH-2F808 + +% CJK COMPATIBILITY IDEOGRAPH-2F809 + +% CJK COMPATIBILITY IDEOGRAPH-2F80A + +% CJK COMPATIBILITY IDEOGRAPH-2F80B + +% CJK COMPATIBILITY IDEOGRAPH-2F80C + +% CJK COMPATIBILITY IDEOGRAPH-2F80D + +% CJK COMPATIBILITY IDEOGRAPH-2F80E + +% CJK COMPATIBILITY IDEOGRAPH-2F80F + +% CJK COMPATIBILITY IDEOGRAPH-2F810 + +% CJK COMPATIBILITY IDEOGRAPH-2F811 + +% CJK COMPATIBILITY IDEOGRAPH-2F812 + +% CJK COMPATIBILITY IDEOGRAPH-2F813 + +% CJK COMPATIBILITY IDEOGRAPH-2F814 + +% CJK COMPATIBILITY IDEOGRAPH-2F815 + +% CJK COMPATIBILITY IDEOGRAPH-2F816 + +% CJK COMPATIBILITY IDEOGRAPH-2F817 + +% CJK COMPATIBILITY IDEOGRAPH-2F818 + +% CJK COMPATIBILITY IDEOGRAPH-2F819 + +% CJK COMPATIBILITY IDEOGRAPH-2F81A + +% CJK COMPATIBILITY IDEOGRAPH-2F81B + +% CJK COMPATIBILITY IDEOGRAPH-2F81C + +% CJK COMPATIBILITY IDEOGRAPH-2F81D + +% CJK COMPATIBILITY IDEOGRAPH-2F81E + +% CJK COMPATIBILITY IDEOGRAPH-2F81F + +% CJK COMPATIBILITY IDEOGRAPH-2F820 + +% CJK COMPATIBILITY IDEOGRAPH-2F821 + +% CJK COMPATIBILITY IDEOGRAPH-2F822 + +% CJK COMPATIBILITY IDEOGRAPH-2F823 + +% CJK COMPATIBILITY IDEOGRAPH-2F824 + +% CJK COMPATIBILITY IDEOGRAPH-2F825 + +% CJK COMPATIBILITY IDEOGRAPH-2F826 + +% CJK COMPATIBILITY IDEOGRAPH-2F827 + +% CJK COMPATIBILITY IDEOGRAPH-2F828 + +% CJK COMPATIBILITY IDEOGRAPH-2F829 + +% CJK COMPATIBILITY IDEOGRAPH-2F82A + +% CJK COMPATIBILITY IDEOGRAPH-2F82B + +% CJK COMPATIBILITY IDEOGRAPH-2F82C + +% CJK COMPATIBILITY IDEOGRAPH-2F82D + +% CJK COMPATIBILITY IDEOGRAPH-2F82E + +% CJK COMPATIBILITY IDEOGRAPH-2F82F + +% CJK COMPATIBILITY IDEOGRAPH-2F830 + +% CJK COMPATIBILITY IDEOGRAPH-2F831 + +% CJK COMPATIBILITY IDEOGRAPH-2F832 + +% CJK COMPATIBILITY IDEOGRAPH-2F833 + +% CJK COMPATIBILITY IDEOGRAPH-2F834 + +% CJK COMPATIBILITY IDEOGRAPH-2F835 + +% CJK COMPATIBILITY IDEOGRAPH-2F836 + +% CJK COMPATIBILITY IDEOGRAPH-2F837 + +% CJK COMPATIBILITY IDEOGRAPH-2F838 + +% CJK COMPATIBILITY IDEOGRAPH-2F839 + +% CJK COMPATIBILITY IDEOGRAPH-2F83A + +% CJK COMPATIBILITY IDEOGRAPH-2F83B + +% CJK COMPATIBILITY IDEOGRAPH-2F83C + +% CJK COMPATIBILITY IDEOGRAPH-2F83D + +% CJK COMPATIBILITY IDEOGRAPH-2F83E + +% CJK COMPATIBILITY IDEOGRAPH-2F83F + +% CJK COMPATIBILITY IDEOGRAPH-2F840 + +% CJK COMPATIBILITY IDEOGRAPH-2F841 + +% CJK COMPATIBILITY IDEOGRAPH-2F842 + +% CJK COMPATIBILITY IDEOGRAPH-2F843 + +% CJK COMPATIBILITY IDEOGRAPH-2F844 + +% CJK COMPATIBILITY IDEOGRAPH-2F845 + +% CJK COMPATIBILITY IDEOGRAPH-2F846 + +% CJK COMPATIBILITY IDEOGRAPH-2F847 + +% CJK COMPATIBILITY IDEOGRAPH-2F848 + +% CJK COMPATIBILITY IDEOGRAPH-2F849 + +% CJK COMPATIBILITY IDEOGRAPH-2F84A + +% CJK COMPATIBILITY IDEOGRAPH-2F84B + +% CJK COMPATIBILITY IDEOGRAPH-2F84C + +% CJK COMPATIBILITY IDEOGRAPH-2F84D + +% CJK COMPATIBILITY IDEOGRAPH-2F84E + +% CJK COMPATIBILITY IDEOGRAPH-2F84F + +% CJK COMPATIBILITY IDEOGRAPH-2F850 + +% CJK COMPATIBILITY IDEOGRAPH-2F851 + +% CJK COMPATIBILITY IDEOGRAPH-2F852 + +% CJK COMPATIBILITY IDEOGRAPH-2F853 + +% CJK COMPATIBILITY IDEOGRAPH-2F854 + +% CJK COMPATIBILITY IDEOGRAPH-2F855 + +% CJK COMPATIBILITY IDEOGRAPH-2F856 + +% CJK COMPATIBILITY IDEOGRAPH-2F857 + +% CJK COMPATIBILITY IDEOGRAPH-2F858 + +% CJK COMPATIBILITY IDEOGRAPH-2F859 + +% CJK COMPATIBILITY IDEOGRAPH-2F85A + +% CJK COMPATIBILITY IDEOGRAPH-2F85B + +% CJK COMPATIBILITY IDEOGRAPH-2F85C + +% CJK COMPATIBILITY IDEOGRAPH-2F85D + +% CJK COMPATIBILITY IDEOGRAPH-2F85E + +% CJK COMPATIBILITY IDEOGRAPH-2F85F + +% CJK COMPATIBILITY IDEOGRAPH-2F860 + +% CJK COMPATIBILITY IDEOGRAPH-2F861 + +% CJK COMPATIBILITY IDEOGRAPH-2F862 + +% CJK COMPATIBILITY IDEOGRAPH-2F863 + +% CJK COMPATIBILITY IDEOGRAPH-2F864 + +% CJK COMPATIBILITY IDEOGRAPH-2F865 + +% CJK COMPATIBILITY IDEOGRAPH-2F866 + +% CJK COMPATIBILITY IDEOGRAPH-2F867 + +% CJK COMPATIBILITY IDEOGRAPH-2F868 + +% CJK COMPATIBILITY IDEOGRAPH-2F869 + +% CJK COMPATIBILITY IDEOGRAPH-2F86A + +% CJK COMPATIBILITY IDEOGRAPH-2F86B + +% CJK COMPATIBILITY IDEOGRAPH-2F86C + +% CJK COMPATIBILITY IDEOGRAPH-2F86D + +% CJK COMPATIBILITY IDEOGRAPH-2F86E + +% CJK COMPATIBILITY IDEOGRAPH-2F86F + +% CJK COMPATIBILITY IDEOGRAPH-2F870 + +% CJK COMPATIBILITY IDEOGRAPH-2F871 + +% CJK COMPATIBILITY IDEOGRAPH-2F872 + +% CJK COMPATIBILITY IDEOGRAPH-2F873 + +% CJK COMPATIBILITY IDEOGRAPH-2F874 + +% CJK COMPATIBILITY IDEOGRAPH-2F875 + +% CJK COMPATIBILITY IDEOGRAPH-2F876 + +% CJK COMPATIBILITY IDEOGRAPH-2F877 + +% CJK COMPATIBILITY IDEOGRAPH-2F878 + +% CJK COMPATIBILITY IDEOGRAPH-2F879 + +% CJK COMPATIBILITY IDEOGRAPH-2F87A + +% CJK COMPATIBILITY IDEOGRAPH-2F87B + +% CJK COMPATIBILITY IDEOGRAPH-2F87C + +% CJK COMPATIBILITY IDEOGRAPH-2F87D + +% CJK COMPATIBILITY IDEOGRAPH-2F87E + +% CJK COMPATIBILITY IDEOGRAPH-2F87F + +% CJK COMPATIBILITY IDEOGRAPH-2F880 + +% CJK COMPATIBILITY IDEOGRAPH-2F881 + +% CJK COMPATIBILITY IDEOGRAPH-2F882 + +% CJK COMPATIBILITY IDEOGRAPH-2F883 + +% CJK COMPATIBILITY IDEOGRAPH-2F884 + +% CJK COMPATIBILITY IDEOGRAPH-2F885 + +% CJK COMPATIBILITY IDEOGRAPH-2F886 + +% CJK COMPATIBILITY IDEOGRAPH-2F887 + +% CJK COMPATIBILITY IDEOGRAPH-2F888 + +% CJK COMPATIBILITY IDEOGRAPH-2F889 + +% CJK COMPATIBILITY IDEOGRAPH-2F88A + +% CJK COMPATIBILITY IDEOGRAPH-2F88B + +% CJK COMPATIBILITY IDEOGRAPH-2F88C + +% CJK COMPATIBILITY IDEOGRAPH-2F88D + +% CJK COMPATIBILITY IDEOGRAPH-2F88E + +% CJK COMPATIBILITY IDEOGRAPH-2F88F + +% CJK COMPATIBILITY IDEOGRAPH-2F890 + +% CJK COMPATIBILITY IDEOGRAPH-2F891 + +% CJK COMPATIBILITY IDEOGRAPH-2F892 + +% CJK COMPATIBILITY IDEOGRAPH-2F893 + +% CJK COMPATIBILITY IDEOGRAPH-2F894 + +% CJK COMPATIBILITY IDEOGRAPH-2F895 + +% CJK COMPATIBILITY IDEOGRAPH-2F896 + +% CJK COMPATIBILITY IDEOGRAPH-2F897 + +% CJK COMPATIBILITY IDEOGRAPH-2F898 + +% CJK COMPATIBILITY IDEOGRAPH-2F899 + +% CJK COMPATIBILITY IDEOGRAPH-2F89A + +% CJK COMPATIBILITY IDEOGRAPH-2F89B + +% CJK COMPATIBILITY IDEOGRAPH-2F89C + +% CJK COMPATIBILITY IDEOGRAPH-2F89D + +% CJK COMPATIBILITY IDEOGRAPH-2F89E + +% CJK COMPATIBILITY IDEOGRAPH-2F89F + +% CJK COMPATIBILITY IDEOGRAPH-2F8A0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8A9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8AA + +% CJK COMPATIBILITY IDEOGRAPH-2F8AB + +% CJK COMPATIBILITY IDEOGRAPH-2F8AC + +% CJK COMPATIBILITY IDEOGRAPH-2F8AD + +% CJK COMPATIBILITY IDEOGRAPH-2F8AE + +% CJK COMPATIBILITY IDEOGRAPH-2F8AF + +% CJK COMPATIBILITY IDEOGRAPH-2F8B0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8B9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8BA + +% CJK COMPATIBILITY IDEOGRAPH-2F8BB + +% CJK COMPATIBILITY IDEOGRAPH-2F8BC + +% CJK COMPATIBILITY IDEOGRAPH-2F8BD + +% CJK COMPATIBILITY IDEOGRAPH-2F8BE + +% CJK COMPATIBILITY IDEOGRAPH-2F8BF + +% CJK COMPATIBILITY IDEOGRAPH-2F8C0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8C9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8CA + +% CJK COMPATIBILITY IDEOGRAPH-2F8CB + +% CJK COMPATIBILITY IDEOGRAPH-2F8CC + +% CJK COMPATIBILITY IDEOGRAPH-2F8CD + +% CJK COMPATIBILITY IDEOGRAPH-2F8CE + +% CJK COMPATIBILITY IDEOGRAPH-2F8CF + +% CJK COMPATIBILITY IDEOGRAPH-2F8D0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8D9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8DA + +% CJK COMPATIBILITY IDEOGRAPH-2F8DB + +% CJK COMPATIBILITY IDEOGRAPH-2F8DC + +% CJK COMPATIBILITY IDEOGRAPH-2F8DD + +% CJK COMPATIBILITY IDEOGRAPH-2F8DE + +% CJK COMPATIBILITY IDEOGRAPH-2F8DF + +% CJK COMPATIBILITY IDEOGRAPH-2F8E0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8E9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8EA + +% CJK COMPATIBILITY IDEOGRAPH-2F8EB + +% CJK COMPATIBILITY IDEOGRAPH-2F8EC + +% CJK COMPATIBILITY IDEOGRAPH-2F8ED + +% CJK COMPATIBILITY IDEOGRAPH-2F8EE + +% CJK COMPATIBILITY IDEOGRAPH-2F8EF + +% CJK COMPATIBILITY IDEOGRAPH-2F8F0 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F1 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F2 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F3 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F4 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F5 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F6 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F7 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F8 + +% CJK COMPATIBILITY IDEOGRAPH-2F8F9 + +% CJK COMPATIBILITY IDEOGRAPH-2F8FA + +% CJK COMPATIBILITY IDEOGRAPH-2F8FB + +% CJK COMPATIBILITY IDEOGRAPH-2F8FC + +% CJK COMPATIBILITY IDEOGRAPH-2F8FD + +% CJK COMPATIBILITY IDEOGRAPH-2F8FE + +% CJK COMPATIBILITY IDEOGRAPH-2F8FF + +% CJK COMPATIBILITY IDEOGRAPH-2F900 + +% CJK COMPATIBILITY IDEOGRAPH-2F901 + +% CJK COMPATIBILITY IDEOGRAPH-2F902 + +% CJK COMPATIBILITY IDEOGRAPH-2F903 + +% CJK COMPATIBILITY IDEOGRAPH-2F904 + +% CJK COMPATIBILITY IDEOGRAPH-2F905 + +% CJK COMPATIBILITY IDEOGRAPH-2F906 + +% CJK COMPATIBILITY IDEOGRAPH-2F907 + +% CJK COMPATIBILITY IDEOGRAPH-2F908 + +% CJK COMPATIBILITY IDEOGRAPH-2F909 + +% CJK COMPATIBILITY IDEOGRAPH-2F90A + +% CJK COMPATIBILITY IDEOGRAPH-2F90B + +% CJK COMPATIBILITY IDEOGRAPH-2F90C + +% CJK COMPATIBILITY IDEOGRAPH-2F90D + +% CJK COMPATIBILITY IDEOGRAPH-2F90E + +% CJK COMPATIBILITY IDEOGRAPH-2F90F + +% CJK COMPATIBILITY IDEOGRAPH-2F910 + +% CJK COMPATIBILITY IDEOGRAPH-2F911 + +% CJK COMPATIBILITY IDEOGRAPH-2F912 + +% CJK COMPATIBILITY IDEOGRAPH-2F913 + +% CJK COMPATIBILITY IDEOGRAPH-2F914 + +% CJK COMPATIBILITY IDEOGRAPH-2F915 + +% CJK COMPATIBILITY IDEOGRAPH-2F916 + +% CJK COMPATIBILITY IDEOGRAPH-2F917 + +% CJK COMPATIBILITY IDEOGRAPH-2F918 + +% CJK COMPATIBILITY IDEOGRAPH-2F919 + +% CJK COMPATIBILITY IDEOGRAPH-2F91A + +% CJK COMPATIBILITY IDEOGRAPH-2F91B + +% CJK COMPATIBILITY IDEOGRAPH-2F91C + +% CJK COMPATIBILITY IDEOGRAPH-2F91D + +% CJK COMPATIBILITY IDEOGRAPH-2F91E + +% CJK COMPATIBILITY IDEOGRAPH-2F91F + +% CJK COMPATIBILITY IDEOGRAPH-2F920 + +% CJK COMPATIBILITY IDEOGRAPH-2F921 + +% CJK COMPATIBILITY IDEOGRAPH-2F922 + +% CJK COMPATIBILITY IDEOGRAPH-2F923 + +% CJK COMPATIBILITY IDEOGRAPH-2F924 + +% CJK COMPATIBILITY IDEOGRAPH-2F925 + +% CJK COMPATIBILITY IDEOGRAPH-2F926 + +% CJK COMPATIBILITY IDEOGRAPH-2F927 + +% CJK COMPATIBILITY IDEOGRAPH-2F928 + +% CJK COMPATIBILITY IDEOGRAPH-2F929 + +% CJK COMPATIBILITY IDEOGRAPH-2F92A + +% CJK COMPATIBILITY IDEOGRAPH-2F92B + +% CJK COMPATIBILITY IDEOGRAPH-2F92C + +% CJK COMPATIBILITY IDEOGRAPH-2F92D + +% CJK COMPATIBILITY IDEOGRAPH-2F92E + +% CJK COMPATIBILITY IDEOGRAPH-2F92F + +% CJK COMPATIBILITY IDEOGRAPH-2F930 + +% CJK COMPATIBILITY IDEOGRAPH-2F931 + +% CJK COMPATIBILITY IDEOGRAPH-2F932 + +% CJK COMPATIBILITY IDEOGRAPH-2F933 + +% CJK COMPATIBILITY IDEOGRAPH-2F934 + +% CJK COMPATIBILITY IDEOGRAPH-2F935 + +% CJK COMPATIBILITY IDEOGRAPH-2F936 + +% CJK COMPATIBILITY IDEOGRAPH-2F937 + +% CJK COMPATIBILITY IDEOGRAPH-2F938 + +% CJK COMPATIBILITY IDEOGRAPH-2F939 + +% CJK COMPATIBILITY IDEOGRAPH-2F93A + +% CJK COMPATIBILITY IDEOGRAPH-2F93B + +% CJK COMPATIBILITY IDEOGRAPH-2F93C + +% CJK COMPATIBILITY IDEOGRAPH-2F93D + +% CJK COMPATIBILITY IDEOGRAPH-2F93E + +% CJK COMPATIBILITY IDEOGRAPH-2F93F + +% CJK COMPATIBILITY IDEOGRAPH-2F940 + +% CJK COMPATIBILITY IDEOGRAPH-2F941 + +% CJK COMPATIBILITY IDEOGRAPH-2F942 + +% CJK COMPATIBILITY IDEOGRAPH-2F943 + +% CJK COMPATIBILITY IDEOGRAPH-2F944 + +% CJK COMPATIBILITY IDEOGRAPH-2F945 + +% CJK COMPATIBILITY IDEOGRAPH-2F946 + +% CJK COMPATIBILITY IDEOGRAPH-2F947 + +% CJK COMPATIBILITY IDEOGRAPH-2F948 + +% CJK COMPATIBILITY IDEOGRAPH-2F949 + +% CJK COMPATIBILITY IDEOGRAPH-2F94A + +% CJK COMPATIBILITY IDEOGRAPH-2F94B + +% CJK COMPATIBILITY IDEOGRAPH-2F94C + +% CJK COMPATIBILITY IDEOGRAPH-2F94D + +% CJK COMPATIBILITY IDEOGRAPH-2F94E + +% CJK COMPATIBILITY IDEOGRAPH-2F94F + +% CJK COMPATIBILITY IDEOGRAPH-2F950 + +% CJK COMPATIBILITY IDEOGRAPH-2F951 + +% CJK COMPATIBILITY IDEOGRAPH-2F952 + +% CJK COMPATIBILITY IDEOGRAPH-2F953 + +% CJK COMPATIBILITY IDEOGRAPH-2F954 + +% CJK COMPATIBILITY IDEOGRAPH-2F955 + +% CJK COMPATIBILITY IDEOGRAPH-2F956 + +% CJK COMPATIBILITY IDEOGRAPH-2F957 + +% CJK COMPATIBILITY IDEOGRAPH-2F958 + +% CJK COMPATIBILITY IDEOGRAPH-2F959 + +% CJK COMPATIBILITY IDEOGRAPH-2F95A + +% CJK COMPATIBILITY IDEOGRAPH-2F95B + +% CJK COMPATIBILITY IDEOGRAPH-2F95C + +% CJK COMPATIBILITY IDEOGRAPH-2F95D + +% CJK COMPATIBILITY IDEOGRAPH-2F95E + +% CJK COMPATIBILITY IDEOGRAPH-2F95F + +% CJK COMPATIBILITY IDEOGRAPH-2F960 + +% CJK COMPATIBILITY IDEOGRAPH-2F961 + +% CJK COMPATIBILITY IDEOGRAPH-2F962 + +% CJK COMPATIBILITY IDEOGRAPH-2F963 + +% CJK COMPATIBILITY IDEOGRAPH-2F964 + +% CJK COMPATIBILITY IDEOGRAPH-2F965 + +% CJK COMPATIBILITY IDEOGRAPH-2F966 + +% CJK COMPATIBILITY IDEOGRAPH-2F967 + +% CJK COMPATIBILITY IDEOGRAPH-2F968 + +% CJK COMPATIBILITY IDEOGRAPH-2F969 + +% CJK COMPATIBILITY IDEOGRAPH-2F96A + +% CJK COMPATIBILITY IDEOGRAPH-2F96B + +% CJK COMPATIBILITY IDEOGRAPH-2F96C + +% CJK COMPATIBILITY IDEOGRAPH-2F96D + +% CJK COMPATIBILITY IDEOGRAPH-2F96E + +% CJK COMPATIBILITY IDEOGRAPH-2F96F + +% CJK COMPATIBILITY IDEOGRAPH-2F970 + +% CJK COMPATIBILITY IDEOGRAPH-2F971 + +% CJK COMPATIBILITY IDEOGRAPH-2F972 + +% CJK COMPATIBILITY IDEOGRAPH-2F973 + +% CJK COMPATIBILITY IDEOGRAPH-2F974 + +% CJK COMPATIBILITY IDEOGRAPH-2F975 + +% CJK COMPATIBILITY IDEOGRAPH-2F976 + +% CJK COMPATIBILITY IDEOGRAPH-2F977 + +% CJK COMPATIBILITY IDEOGRAPH-2F978 + +% CJK COMPATIBILITY IDEOGRAPH-2F979 + +% CJK COMPATIBILITY IDEOGRAPH-2F97A + +% CJK COMPATIBILITY IDEOGRAPH-2F97B + +% CJK COMPATIBILITY IDEOGRAPH-2F97C + +% CJK COMPATIBILITY IDEOGRAPH-2F97D + +% CJK COMPATIBILITY IDEOGRAPH-2F97E + +% CJK COMPATIBILITY IDEOGRAPH-2F97F + +% CJK COMPATIBILITY IDEOGRAPH-2F980 + +% CJK COMPATIBILITY IDEOGRAPH-2F981 + +% CJK COMPATIBILITY IDEOGRAPH-2F982 + +% CJK COMPATIBILITY IDEOGRAPH-2F983 + +% CJK COMPATIBILITY IDEOGRAPH-2F984 + +% CJK COMPATIBILITY IDEOGRAPH-2F985 + +% CJK COMPATIBILITY IDEOGRAPH-2F986 + +% CJK COMPATIBILITY IDEOGRAPH-2F987 + +% CJK COMPATIBILITY IDEOGRAPH-2F988 + +% CJK COMPATIBILITY IDEOGRAPH-2F989 + +% CJK COMPATIBILITY IDEOGRAPH-2F98A + +% CJK COMPATIBILITY IDEOGRAPH-2F98B + +% CJK COMPATIBILITY IDEOGRAPH-2F98C + +% CJK COMPATIBILITY IDEOGRAPH-2F98D + +% CJK COMPATIBILITY IDEOGRAPH-2F98E + +% CJK COMPATIBILITY IDEOGRAPH-2F98F + +% CJK COMPATIBILITY IDEOGRAPH-2F990 + +% CJK COMPATIBILITY IDEOGRAPH-2F991 + +% CJK COMPATIBILITY IDEOGRAPH-2F992 + +% CJK COMPATIBILITY IDEOGRAPH-2F993 + +% CJK COMPATIBILITY IDEOGRAPH-2F994 + +% CJK COMPATIBILITY IDEOGRAPH-2F995 + +% CJK COMPATIBILITY IDEOGRAPH-2F996 + +% CJK COMPATIBILITY IDEOGRAPH-2F997 + +% CJK COMPATIBILITY IDEOGRAPH-2F998 + +% CJK COMPATIBILITY IDEOGRAPH-2F999 + +% CJK COMPATIBILITY IDEOGRAPH-2F99A + +% CJK COMPATIBILITY IDEOGRAPH-2F99B + +% CJK COMPATIBILITY IDEOGRAPH-2F99C + +% CJK COMPATIBILITY IDEOGRAPH-2F99D + +% CJK COMPATIBILITY IDEOGRAPH-2F99E + +% CJK COMPATIBILITY IDEOGRAPH-2F99F + +% CJK COMPATIBILITY IDEOGRAPH-2F9A0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9A9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9AA + +% CJK COMPATIBILITY IDEOGRAPH-2F9AB + +% CJK COMPATIBILITY IDEOGRAPH-2F9AC + +% CJK COMPATIBILITY IDEOGRAPH-2F9AD + +% CJK COMPATIBILITY IDEOGRAPH-2F9AE + +% CJK COMPATIBILITY IDEOGRAPH-2F9AF + +% CJK COMPATIBILITY IDEOGRAPH-2F9B0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9B9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9BA + +% CJK COMPATIBILITY IDEOGRAPH-2F9BB + +% CJK COMPATIBILITY IDEOGRAPH-2F9BC + +% CJK COMPATIBILITY IDEOGRAPH-2F9BD + +% CJK COMPATIBILITY IDEOGRAPH-2F9BE + +% CJK COMPATIBILITY IDEOGRAPH-2F9BF + +% CJK COMPATIBILITY IDEOGRAPH-2F9C0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9C9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9CA + +% CJK COMPATIBILITY IDEOGRAPH-2F9CB + +% CJK COMPATIBILITY IDEOGRAPH-2F9CC + +% CJK COMPATIBILITY IDEOGRAPH-2F9CD + +% CJK COMPATIBILITY IDEOGRAPH-2F9CE + +% CJK COMPATIBILITY IDEOGRAPH-2F9CF + +% CJK COMPATIBILITY IDEOGRAPH-2F9D0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9D9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9DA + +% CJK COMPATIBILITY IDEOGRAPH-2F9DB + +% CJK COMPATIBILITY IDEOGRAPH-2F9DC + +% CJK COMPATIBILITY IDEOGRAPH-2F9DD + +% CJK COMPATIBILITY IDEOGRAPH-2F9DE + +% CJK COMPATIBILITY IDEOGRAPH-2F9DF + +% CJK COMPATIBILITY IDEOGRAPH-2F9E0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9E9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9EA + +% CJK COMPATIBILITY IDEOGRAPH-2F9EB + +% CJK COMPATIBILITY IDEOGRAPH-2F9EC + +% CJK COMPATIBILITY IDEOGRAPH-2F9ED + +% CJK COMPATIBILITY IDEOGRAPH-2F9EE + +% CJK COMPATIBILITY IDEOGRAPH-2F9EF + +% CJK COMPATIBILITY IDEOGRAPH-2F9F0 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F1 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F2 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F3 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F4 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F5 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F6 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F7 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F8 + +% CJK COMPATIBILITY IDEOGRAPH-2F9F9 + +% CJK COMPATIBILITY IDEOGRAPH-2F9FA + +% CJK COMPATIBILITY IDEOGRAPH-2F9FB + +% CJK COMPATIBILITY IDEOGRAPH-2F9FC + +% CJK COMPATIBILITY IDEOGRAPH-2F9FD + +% CJK COMPATIBILITY IDEOGRAPH-2F9FE + +% CJK COMPATIBILITY IDEOGRAPH-2F9FF + +% CJK COMPATIBILITY IDEOGRAPH-2FA00 + +% CJK COMPATIBILITY IDEOGRAPH-2FA01 + +% CJK COMPATIBILITY IDEOGRAPH-2FA02 + +% CJK COMPATIBILITY IDEOGRAPH-2FA03 + +% CJK COMPATIBILITY IDEOGRAPH-2FA04 + +% CJK COMPATIBILITY IDEOGRAPH-2FA05 + +% CJK COMPATIBILITY IDEOGRAPH-2FA06 + +% CJK COMPATIBILITY IDEOGRAPH-2FA07 + +% CJK COMPATIBILITY IDEOGRAPH-2FA08 + +% CJK COMPATIBILITY IDEOGRAPH-2FA09 + +% CJK COMPATIBILITY IDEOGRAPH-2FA0A + +% CJK COMPATIBILITY IDEOGRAPH-2FA0B + +% CJK COMPATIBILITY IDEOGRAPH-2FA0C + +% CJK COMPATIBILITY IDEOGRAPH-2FA0D + +% CJK COMPATIBILITY IDEOGRAPH-2FA0E + +% CJK COMPATIBILITY IDEOGRAPH-2FA0F + +% CJK COMPATIBILITY IDEOGRAPH-2FA10 + +% CJK COMPATIBILITY IDEOGRAPH-2FA11 + +% CJK COMPATIBILITY IDEOGRAPH-2FA12 + +% CJK COMPATIBILITY IDEOGRAPH-2FA13 + +% CJK COMPATIBILITY IDEOGRAPH-2FA14 + +% CJK COMPATIBILITY IDEOGRAPH-2FA15 + +% CJK COMPATIBILITY IDEOGRAPH-2FA16 + +% CJK COMPATIBILITY IDEOGRAPH-2FA17 + +% CJK COMPATIBILITY IDEOGRAPH-2FA18 + +% CJK COMPATIBILITY IDEOGRAPH-2FA19 + +% CJK COMPATIBILITY IDEOGRAPH-2FA1A + +% CJK COMPATIBILITY IDEOGRAPH-2FA1B + +% CJK COMPATIBILITY IDEOGRAPH-2FA1C + +% CJK COMPATIBILITY IDEOGRAPH-2FA1D + translit_end diff --git a/localedata/locales/translit_compat b/localedata/locales/translit_compat index ba07c2f..8bc7b78 100644 --- a/localedata/locales/translit_compat +++ b/localedata/locales/translit_compat @@ -70,6 +70,10 @@ translit_start "" % GREEK LUNATE SIGMA SYMBOL "" +% GREEK CAPITAL THETA SYMBOL + "" +% GREEK LUNATE EPSILON SYMBOL + "" % ARMENIAN SMALL LIGATURE ECH YIWN "" % HEBREW LIGATURE YIDDISH DOUBLE VAV diff --git a/localedata/locales/translit_font b/localedata/locales/translit_font index 5461be0..b73d3e6 100644 --- a/localedata/locales/translit_font +++ b/localedata/locales/translit_font @@ -47,6 +47,997 @@ translit_start % HEBREW LETTER WIDE RESH % HEBREW LETTER WIDE TAV % HEBREW LETTER ALTERNATIVE PLUS SIGN + % MATHEMATICAL BOLD CAPITAL A + % MATHEMATICAL BOLD CAPITAL B + % MATHEMATICAL BOLD CAPITAL C + % MATHEMATICAL BOLD CAPITAL D + % MATHEMATICAL BOLD CAPITAL E + % MATHEMATICAL BOLD CAPITAL F + % MATHEMATICAL BOLD CAPITAL G + % MATHEMATICAL BOLD CAPITAL H + % MATHEMATICAL BOLD CAPITAL I + % MATHEMATICAL BOLD CAPITAL J + % MATHEMATICAL BOLD CAPITAL K + % MATHEMATICAL BOLD CAPITAL L + % MATHEMATICAL BOLD CAPITAL M + % MATHEMATICAL BOLD CAPITAL N + % MATHEMATICAL BOLD CAPITAL O + % MATHEMATICAL BOLD CAPITAL P + % MATHEMATICAL BOLD CAPITAL Q + % MATHEMATICAL BOLD CAPITAL R + % MATHEMATICAL BOLD CAPITAL S + % MATHEMATICAL BOLD CAPITAL T + % MATHEMATICAL BOLD CAPITAL U + % MATHEMATICAL BOLD CAPITAL V + % MATHEMATICAL BOLD CAPITAL W + % MATHEMATICAL BOLD CAPITAL X + % MATHEMATICAL BOLD CAPITAL Y + % MATHEMATICAL BOLD CAPITAL Z + % MATHEMATICAL BOLD SMALL A + % MATHEMATICAL BOLD SMALL B + % MATHEMATICAL BOLD SMALL C + % MATHEMATICAL BOLD SMALL D + % MATHEMATICAL BOLD SMALL E + % MATHEMATICAL BOLD SMALL F + % MATHEMATICAL BOLD SMALL G + % MATHEMATICAL BOLD SMALL H + % MATHEMATICAL BOLD SMALL I + % MATHEMATICAL BOLD SMALL J + % MATHEMATICAL BOLD SMALL K + % MATHEMATICAL BOLD SMALL L + % MATHEMATICAL BOLD SMALL M + % MATHEMATICAL BOLD SMALL N + % MATHEMATICAL BOLD SMALL O + % MATHEMATICAL BOLD SMALL P + % MATHEMATICAL BOLD SMALL Q + % MATHEMATICAL BOLD SMALL R + % MATHEMATICAL BOLD SMALL S + % MATHEMATICAL BOLD SMALL T + % MATHEMATICAL BOLD SMALL U + % MATHEMATICAL BOLD SMALL V + % MATHEMATICAL BOLD SMALL W + % MATHEMATICAL BOLD SMALL X + % MATHEMATICAL BOLD SMALL Y + % MATHEMATICAL BOLD SMALL Z + % MATHEMATICAL ITALIC CAPITAL A + % MATHEMATICAL ITALIC CAPITAL B + % MATHEMATICAL ITALIC CAPITAL C + % MATHEMATICAL ITALIC CAPITAL D + % MATHEMATICAL ITALIC CAPITAL E + % MATHEMATICAL ITALIC CAPITAL F + % MATHEMATICAL ITALIC CAPITAL G + % MATHEMATICAL ITALIC CAPITAL H + % MATHEMATICAL ITALIC CAPITAL I + % MATHEMATICAL ITALIC CAPITAL J + % MATHEMATICAL ITALIC CAPITAL K + % MATHEMATICAL ITALIC CAPITAL L + % MATHEMATICAL ITALIC CAPITAL M + % MATHEMATICAL ITALIC CAPITAL N + % MATHEMATICAL ITALIC CAPITAL O + % MATHEMATICAL ITALIC CAPITAL P + % MATHEMATICAL ITALIC CAPITAL Q + % MATHEMATICAL ITALIC CAPITAL R + % MATHEMATICAL ITALIC CAPITAL S + % MATHEMATICAL ITALIC CAPITAL T + % MATHEMATICAL ITALIC CAPITAL U + % MATHEMATICAL ITALIC CAPITAL V + % MATHEMATICAL ITALIC CAPITAL W + % MATHEMATICAL ITALIC CAPITAL X + % MATHEMATICAL ITALIC CAPITAL Y + % MATHEMATICAL ITALIC CAPITAL Z + % MATHEMATICAL ITALIC SMALL A + % MATHEMATICAL ITALIC SMALL B + % MATHEMATICAL ITALIC SMALL C + % MATHEMATICAL ITALIC SMALL D + % MATHEMATICAL ITALIC SMALL E + % MATHEMATICAL ITALIC SMALL F + % MATHEMATICAL ITALIC SMALL G + % MATHEMATICAL ITALIC SMALL I + % MATHEMATICAL ITALIC SMALL J + % MATHEMATICAL ITALIC SMALL K + % MATHEMATICAL ITALIC SMALL L + % MATHEMATICAL ITALIC SMALL M + % MATHEMATICAL ITALIC SMALL N + % MATHEMATICAL ITALIC SMALL O + % MATHEMATICAL ITALIC SMALL P + % MATHEMATICAL ITALIC SMALL Q + % MATHEMATICAL ITALIC SMALL R + % MATHEMATICAL ITALIC SMALL S + % MATHEMATICAL ITALIC SMALL T + % MATHEMATICAL ITALIC SMALL U + % MATHEMATICAL ITALIC SMALL V + % MATHEMATICAL ITALIC SMALL W + % MATHEMATICAL ITALIC SMALL X + % MATHEMATICAL ITALIC SMALL Y + % MATHEMATICAL ITALIC SMALL Z + % MATHEMATICAL BOLD ITALIC CAPITAL A + % MATHEMATICAL BOLD ITALIC CAPITAL B + % MATHEMATICAL BOLD ITALIC CAPITAL C + % MATHEMATICAL BOLD ITALIC CAPITAL D + % MATHEMATICAL BOLD ITALIC CAPITAL E + % MATHEMATICAL BOLD ITALIC CAPITAL F + % MATHEMATICAL BOLD ITALIC CAPITAL G + % MATHEMATICAL BOLD ITALIC CAPITAL H + % MATHEMATICAL BOLD ITALIC CAPITAL I + % MATHEMATICAL BOLD ITALIC CAPITAL J + % MATHEMATICAL BOLD ITALIC CAPITAL K + % MATHEMATICAL BOLD ITALIC CAPITAL L + % MATHEMATICAL BOLD ITALIC CAPITAL M + % MATHEMATICAL BOLD ITALIC CAPITAL N + % MATHEMATICAL BOLD ITALIC CAPITAL O + % MATHEMATICAL BOLD ITALIC CAPITAL P + % MATHEMATICAL BOLD ITALIC CAPITAL Q + % MATHEMATICAL BOLD ITALIC CAPITAL R + % MATHEMATICAL BOLD ITALIC CAPITAL S + % MATHEMATICAL BOLD ITALIC CAPITAL T + % MATHEMATICAL BOLD ITALIC CAPITAL U + % MATHEMATICAL BOLD ITALIC CAPITAL V + % MATHEMATICAL BOLD ITALIC CAPITAL W + % MATHEMATICAL BOLD ITALIC CAPITAL X + % MATHEMATICAL BOLD ITALIC CAPITAL Y + % MATHEMATICAL BOLD ITALIC CAPITAL Z + % MATHEMATICAL BOLD ITALIC SMALL A + % MATHEMATICAL BOLD ITALIC SMALL B + % MATHEMATICAL BOLD ITALIC SMALL C + % MATHEMATICAL BOLD ITALIC SMALL D + % MATHEMATICAL BOLD ITALIC SMALL E + % MATHEMATICAL BOLD ITALIC SMALL F + % MATHEMATICAL BOLD ITALIC SMALL G + % MATHEMATICAL BOLD ITALIC SMALL H + % MATHEMATICAL BOLD ITALIC SMALL I + % MATHEMATICAL BOLD ITALIC SMALL J + % MATHEMATICAL BOLD ITALIC SMALL K + % MATHEMATICAL BOLD ITALIC SMALL L + % MATHEMATICAL BOLD ITALIC SMALL M + % MATHEMATICAL BOLD ITALIC SMALL N + % MATHEMATICAL BOLD ITALIC SMALL O + % MATHEMATICAL BOLD ITALIC SMALL P + % MATHEMATICAL BOLD ITALIC SMALL Q + % MATHEMATICAL BOLD ITALIC SMALL R + % MATHEMATICAL BOLD ITALIC SMALL S + % MATHEMATICAL BOLD ITALIC SMALL T + % MATHEMATICAL BOLD ITALIC SMALL U + % MATHEMATICAL BOLD ITALIC SMALL V + % MATHEMATICAL BOLD ITALIC SMALL W + % MATHEMATICAL BOLD ITALIC SMALL X + % MATHEMATICAL BOLD ITALIC SMALL Y + % MATHEMATICAL BOLD ITALIC SMALL Z + % MATHEMATICAL SCRIPT CAPITAL A + % MATHEMATICAL SCRIPT CAPITAL C + % MATHEMATICAL SCRIPT CAPITAL D + % MATHEMATICAL SCRIPT CAPITAL G + % MATHEMATICAL SCRIPT CAPITAL J + % MATHEMATICAL SCRIPT CAPITAL K + % MATHEMATICAL SCRIPT CAPITAL N + % MATHEMATICAL SCRIPT CAPITAL O + % MATHEMATICAL SCRIPT CAPITAL P + % MATHEMATICAL SCRIPT CAPITAL Q + % MATHEMATICAL SCRIPT CAPITAL S + % MATHEMATICAL SCRIPT CAPITAL T + % MATHEMATICAL SCRIPT CAPITAL U + % MATHEMATICAL SCRIPT CAPITAL V + % MATHEMATICAL SCRIPT CAPITAL W + % MATHEMATICAL SCRIPT CAPITAL X + % MATHEMATICAL SCRIPT CAPITAL Y + % MATHEMATICAL SCRIPT CAPITAL Z + % MATHEMATICAL SCRIPT SMALL A + % MATHEMATICAL SCRIPT SMALL B + % MATHEMATICAL SCRIPT SMALL C + % MATHEMATICAL SCRIPT SMALL D + % MATHEMATICAL SCRIPT SMALL F + % MATHEMATICAL SCRIPT SMALL H + % MATHEMATICAL SCRIPT SMALL I + % MATHEMATICAL SCRIPT SMALL J + % MATHEMATICAL SCRIPT SMALL K + % MATHEMATICAL SCRIPT SMALL M + % MATHEMATICAL SCRIPT SMALL N + % MATHEMATICAL SCRIPT SMALL P + % MATHEMATICAL SCRIPT SMALL Q + % MATHEMATICAL SCRIPT SMALL R + % MATHEMATICAL SCRIPT SMALL S + % MATHEMATICAL SCRIPT SMALL T + % MATHEMATICAL SCRIPT SMALL U + % MATHEMATICAL SCRIPT SMALL V + % MATHEMATICAL SCRIPT SMALL W + % MATHEMATICAL SCRIPT SMALL X + % MATHEMATICAL SCRIPT SMALL Y + % MATHEMATICAL SCRIPT SMALL Z + % MATHEMATICAL BOLD SCRIPT CAPITAL A + % MATHEMATICAL BOLD SCRIPT CAPITAL B + % MATHEMATICAL BOLD SCRIPT CAPITAL C + % MATHEMATICAL BOLD SCRIPT CAPITAL D + % MATHEMATICAL BOLD SCRIPT CAPITAL E + % MATHEMATICAL BOLD SCRIPT CAPITAL F + % MATHEMATICAL BOLD SCRIPT CAPITAL G + % MATHEMATICAL BOLD SCRIPT CAPITAL H + % MATHEMATICAL BOLD SCRIPT CAPITAL I + % MATHEMATICAL BOLD SCRIPT CAPITAL J + % MATHEMATICAL BOLD SCRIPT CAPITAL K + % MATHEMATICAL BOLD SCRIPT CAPITAL L + % MATHEMATICAL BOLD SCRIPT CAPITAL M + % MATHEMATICAL BOLD SCRIPT CAPITAL N + % MATHEMATICAL BOLD SCRIPT CAPITAL O + % MATHEMATICAL BOLD SCRIPT CAPITAL P + % MATHEMATICAL BOLD SCRIPT CAPITAL Q + % MATHEMATICAL BOLD SCRIPT CAPITAL R + % MATHEMATICAL BOLD SCRIPT CAPITAL S + % MATHEMATICAL BOLD SCRIPT CAPITAL T + % MATHEMATICAL BOLD SCRIPT CAPITAL U + % MATHEMATICAL BOLD SCRIPT CAPITAL V + % MATHEMATICAL BOLD SCRIPT CAPITAL W + % MATHEMATICAL BOLD SCRIPT CAPITAL X + % MATHEMATICAL BOLD SCRIPT CAPITAL Y + % MATHEMATICAL BOLD SCRIPT CAPITAL Z + % MATHEMATICAL BOLD SCRIPT SMALL A + % MATHEMATICAL BOLD SCRIPT SMALL B + % MATHEMATICAL BOLD SCRIPT SMALL C + % MATHEMATICAL BOLD SCRIPT SMALL D + % MATHEMATICAL BOLD SCRIPT SMALL E + % MATHEMATICAL BOLD SCRIPT SMALL F + % MATHEMATICAL BOLD SCRIPT SMALL G + % MATHEMATICAL BOLD SCRIPT SMALL H + % MATHEMATICAL BOLD SCRIPT SMALL I + % MATHEMATICAL BOLD SCRIPT SMALL J + % MATHEMATICAL BOLD SCRIPT SMALL K + % MATHEMATICAL BOLD SCRIPT SMALL L + % MATHEMATICAL BOLD SCRIPT SMALL M + % MATHEMATICAL BOLD SCRIPT SMALL N + % MATHEMATICAL BOLD SCRIPT SMALL O + % MATHEMATICAL BOLD SCRIPT SMALL P + % MATHEMATICAL BOLD SCRIPT SMALL Q + % MATHEMATICAL BOLD SCRIPT SMALL R + % MATHEMATICAL BOLD SCRIPT SMALL S + % MATHEMATICAL BOLD SCRIPT SMALL T + % MATHEMATICAL BOLD SCRIPT SMALL U + % MATHEMATICAL BOLD SCRIPT SMALL V + % MATHEMATICAL BOLD SCRIPT SMALL W + % MATHEMATICAL BOLD SCRIPT SMALL X + % MATHEMATICAL BOLD SCRIPT SMALL Y + % MATHEMATICAL BOLD SCRIPT SMALL Z + % MATHEMATICAL FRAKTUR CAPITAL A + % MATHEMATICAL FRAKTUR CAPITAL B + % MATHEMATICAL FRAKTUR CAPITAL D + % MATHEMATICAL FRAKTUR CAPITAL E + % MATHEMATICAL FRAKTUR CAPITAL F + % MATHEMATICAL FRAKTUR CAPITAL G + % MATHEMATICAL FRAKTUR CAPITAL J + % MATHEMATICAL FRAKTUR CAPITAL K + % MATHEMATICAL FRAKTUR CAPITAL L + % MATHEMATICAL FRAKTUR CAPITAL M + % MATHEMATICAL FRAKTUR CAPITAL N + % MATHEMATICAL FRAKTUR CAPITAL O + % MATHEMATICAL FRAKTUR CAPITAL P + % MATHEMATICAL FRAKTUR CAPITAL Q + % MATHEMATICAL FRAKTUR CAPITAL S + % MATHEMATICAL FRAKTUR CAPITAL T + % MATHEMATICAL FRAKTUR CAPITAL U + % MATHEMATICAL FRAKTUR CAPITAL V + % MATHEMATICAL FRAKTUR CAPITAL W + % MATHEMATICAL FRAKTUR CAPITAL X + % MATHEMATICAL FRAKTUR CAPITAL Y + % MATHEMATICAL FRAKTUR SMALL A + % MATHEMATICAL FRAKTUR SMALL B + % MATHEMATICAL FRAKTUR SMALL C + % MATHEMATICAL FRAKTUR SMALL D + % MATHEMATICAL FRAKTUR SMALL E + % MATHEMATICAL FRAKTUR SMALL F + % MATHEMATICAL FRAKTUR SMALL G + % MATHEMATICAL FRAKTUR SMALL H + % MATHEMATICAL FRAKTUR SMALL I + % MATHEMATICAL FRAKTUR SMALL J + % MATHEMATICAL FRAKTUR SMALL K + % MATHEMATICAL FRAKTUR SMALL L + % MATHEMATICAL FRAKTUR SMALL M + % MATHEMATICAL FRAKTUR SMALL N + % MATHEMATICAL FRAKTUR SMALL O + % MATHEMATICAL FRAKTUR SMALL P + % MATHEMATICAL FRAKTUR SMALL Q + % MATHEMATICAL FRAKTUR SMALL R + % MATHEMATICAL FRAKTUR SMALL S + % MATHEMATICAL FRAKTUR SMALL T + % MATHEMATICAL FRAKTUR SMALL U + % MATHEMATICAL FRAKTUR SMALL V + % MATHEMATICAL FRAKTUR SMALL W + % MATHEMATICAL FRAKTUR SMALL X + % MATHEMATICAL FRAKTUR SMALL Y + % MATHEMATICAL FRAKTUR SMALL Z + % MATHEMATICAL DOUBLE-STRUCK CAPITAL A + % MATHEMATICAL DOUBLE-STRUCK CAPITAL B + % MATHEMATICAL DOUBLE-STRUCK CAPITAL D + % MATHEMATICAL DOUBLE-STRUCK CAPITAL E + % MATHEMATICAL DOUBLE-STRUCK CAPITAL F + % MATHEMATICAL DOUBLE-STRUCK CAPITAL G + % MATHEMATICAL DOUBLE-STRUCK CAPITAL I + % MATHEMATICAL DOUBLE-STRUCK CAPITAL J + % MATHEMATICAL DOUBLE-STRUCK CAPITAL K + % MATHEMATICAL DOUBLE-STRUCK CAPITAL L + % MATHEMATICAL DOUBLE-STRUCK CAPITAL M + % MATHEMATICAL DOUBLE-STRUCK CAPITAL O + % MATHEMATICAL DOUBLE-STRUCK CAPITAL S + % MATHEMATICAL DOUBLE-STRUCK CAPITAL T + % MATHEMATICAL DOUBLE-STRUCK CAPITAL U + % MATHEMATICAL DOUBLE-STRUCK CAPITAL V + % MATHEMATICAL DOUBLE-STRUCK CAPITAL W + % MATHEMATICAL DOUBLE-STRUCK CAPITAL X + % MATHEMATICAL DOUBLE-STRUCK CAPITAL Y + % MATHEMATICAL DOUBLE-STRUCK SMALL A + % MATHEMATICAL DOUBLE-STRUCK SMALL B + % MATHEMATICAL DOUBLE-STRUCK SMALL C + % MATHEMATICAL DOUBLE-STRUCK SMALL D + % MATHEMATICAL DOUBLE-STRUCK SMALL E + % MATHEMATICAL DOUBLE-STRUCK SMALL F + % MATHEMATICAL DOUBLE-STRUCK SMALL G + % MATHEMATICAL DOUBLE-STRUCK SMALL H + % MATHEMATICAL DOUBLE-STRUCK SMALL I + % MATHEMATICAL DOUBLE-STRUCK SMALL J + % MATHEMATICAL DOUBLE-STRUCK SMALL K + % MATHEMATICAL DOUBLE-STRUCK SMALL L + % MATHEMATICAL DOUBLE-STRUCK SMALL M + % MATHEMATICAL DOUBLE-STRUCK SMALL N + % MATHEMATICAL DOUBLE-STRUCK SMALL O + % MATHEMATICAL DOUBLE-STRUCK SMALL P + % MATHEMATICAL DOUBLE-STRUCK SMALL Q + % MATHEMATICAL DOUBLE-STRUCK SMALL R + % MATHEMATICAL DOUBLE-STRUCK SMALL S + % MATHEMATICAL DOUBLE-STRUCK SMALL T + % MATHEMATICAL DOUBLE-STRUCK SMALL U + % MATHEMATICAL DOUBLE-STRUCK SMALL V + % MATHEMATICAL DOUBLE-STRUCK SMALL W + % MATHEMATICAL DOUBLE-STRUCK SMALL X + % MATHEMATICAL DOUBLE-STRUCK SMALL Y + % MATHEMATICAL DOUBLE-STRUCK SMALL Z + % MATHEMATICAL BOLD FRAKTUR CAPITAL A + % MATHEMATICAL BOLD FRAKTUR CAPITAL B + % MATHEMATICAL BOLD FRAKTUR CAPITAL C + % MATHEMATICAL BOLD FRAKTUR CAPITAL D + % MATHEMATICAL BOLD FRAKTUR CAPITAL E + % MATHEMATICAL BOLD FRAKTUR CAPITAL F + % MATHEMATICAL BOLD FRAKTUR CAPITAL G + % MATHEMATICAL BOLD FRAKTUR CAPITAL H + % MATHEMATICAL BOLD FRAKTUR CAPITAL I + % MATHEMATICAL BOLD FRAKTUR CAPITAL J + % MATHEMATICAL BOLD FRAKTUR CAPITAL K + % MATHEMATICAL BOLD FRAKTUR CAPITAL L + % MATHEMATICAL BOLD FRAKTUR CAPITAL M + % MATHEMATICAL BOLD FRAKTUR CAPITAL N + % MATHEMATICAL BOLD FRAKTUR CAPITAL O + % MATHEMATICAL BOLD FRAKTUR CAPITAL P + % MATHEMATICAL BOLD FRAKTUR CAPITAL Q + % MATHEMATICAL BOLD FRAKTUR CAPITAL R + % MATHEMATICAL BOLD FRAKTUR CAPITAL S + % MATHEMATICAL BOLD FRAKTUR CAPITAL T + % MATHEMATICAL BOLD FRAKTUR CAPITAL U + % MATHEMATICAL BOLD FRAKTUR CAPITAL V + % MATHEMATICAL BOLD FRAKTUR CAPITAL W + % MATHEMATICAL BOLD FRAKTUR CAPITAL X + % MATHEMATICAL BOLD FRAKTUR CAPITAL Y + % MATHEMATICAL BOLD FRAKTUR CAPITAL Z + % MATHEMATICAL BOLD FRAKTUR SMALL A + % MATHEMATICAL BOLD FRAKTUR SMALL B + % MATHEMATICAL BOLD FRAKTUR SMALL C + % MATHEMATICAL BOLD FRAKTUR SMALL D + % MATHEMATICAL BOLD FRAKTUR SMALL E + % MATHEMATICAL BOLD FRAKTUR SMALL F + % MATHEMATICAL BOLD FRAKTUR SMALL G + % MATHEMATICAL BOLD FRAKTUR SMALL H + % MATHEMATICAL BOLD FRAKTUR SMALL I + % MATHEMATICAL BOLD FRAKTUR SMALL J + % MATHEMATICAL BOLD FRAKTUR SMALL K + % MATHEMATICAL BOLD FRAKTUR SMALL L + % MATHEMATICAL BOLD FRAKTUR SMALL M + % MATHEMATICAL BOLD FRAKTUR SMALL N + % MATHEMATICAL BOLD FRAKTUR SMALL O + % MATHEMATICAL BOLD FRAKTUR SMALL P + % MATHEMATICAL BOLD FRAKTUR SMALL Q + % MATHEMATICAL BOLD FRAKTUR SMALL R + % MATHEMATICAL BOLD FRAKTUR SMALL S + % MATHEMATICAL BOLD FRAKTUR SMALL T + % MATHEMATICAL BOLD FRAKTUR SMALL U + % MATHEMATICAL BOLD FRAKTUR SMALL V + % MATHEMATICAL BOLD FRAKTUR SMALL W + % MATHEMATICAL BOLD FRAKTUR SMALL X + % MATHEMATICAL BOLD FRAKTUR SMALL Y + % MATHEMATICAL BOLD FRAKTUR SMALL Z + % MATHEMATICAL SANS-SERIF CAPITAL A + % MATHEMATICAL SANS-SERIF CAPITAL B + % MATHEMATICAL SANS-SERIF CAPITAL C + % MATHEMATICAL SANS-SERIF CAPITAL D + % MATHEMATICAL SANS-SERIF CAPITAL E + % MATHEMATICAL SANS-SERIF CAPITAL F + % MATHEMATICAL SANS-SERIF CAPITAL G + % MATHEMATICAL SANS-SERIF CAPITAL H + % MATHEMATICAL SANS-SERIF CAPITAL I + % MATHEMATICAL SANS-SERIF CAPITAL J + % MATHEMATICAL SANS-SERIF CAPITAL K + % MATHEMATICAL SANS-SERIF CAPITAL L + % MATHEMATICAL SANS-SERIF CAPITAL M + % MATHEMATICAL SANS-SERIF CAPITAL N + % MATHEMATICAL SANS-SERIF CAPITAL O + % MATHEMATICAL SANS-SERIF CAPITAL P + % MATHEMATICAL SANS-SERIF CAPITAL Q + % MATHEMATICAL SANS-SERIF CAPITAL R + % MATHEMATICAL SANS-SERIF CAPITAL S + % MATHEMATICAL SANS-SERIF CAPITAL T + % MATHEMATICAL SANS-SERIF CAPITAL U + % MATHEMATICAL SANS-SERIF CAPITAL V + % MATHEMATICAL SANS-SERIF CAPITAL W + % MATHEMATICAL SANS-SERIF CAPITAL X + % MATHEMATICAL SANS-SERIF CAPITAL Y + % MATHEMATICAL SANS-SERIF CAPITAL Z + % MATHEMATICAL SANS-SERIF SMALL A + % MATHEMATICAL SANS-SERIF SMALL B + % MATHEMATICAL SANS-SERIF SMALL C + % MATHEMATICAL SANS-SERIF SMALL D + % MATHEMATICAL SANS-SERIF SMALL E + % MATHEMATICAL SANS-SERIF SMALL F + % MATHEMATICAL SANS-SERIF SMALL G + % MATHEMATICAL SANS-SERIF SMALL H + % MATHEMATICAL SANS-SERIF SMALL I + % MATHEMATICAL SANS-SERIF SMALL J + % MATHEMATICAL SANS-SERIF SMALL K + % MATHEMATICAL SANS-SERIF SMALL L + % MATHEMATICAL SANS-SERIF SMALL M + % MATHEMATICAL SANS-SERIF SMALL N + % MATHEMATICAL SANS-SERIF SMALL O + % MATHEMATICAL SANS-SERIF SMALL P + % MATHEMATICAL SANS-SERIF SMALL Q + % MATHEMATICAL SANS-SERIF SMALL R + % MATHEMATICAL SANS-SERIF SMALL S + % MATHEMATICAL SANS-SERIF SMALL T + % MATHEMATICAL SANS-SERIF SMALL U + % MATHEMATICAL SANS-SERIF SMALL V + % MATHEMATICAL SANS-SERIF SMALL W + % MATHEMATICAL SANS-SERIF SMALL X + % MATHEMATICAL SANS-SERIF SMALL Y + % MATHEMATICAL SANS-SERIF SMALL Z + % MATHEMATICAL SANS-SERIF BOLD CAPITAL A + % MATHEMATICAL SANS-SERIF BOLD CAPITAL B + % MATHEMATICAL SANS-SERIF BOLD CAPITAL C + % MATHEMATICAL SANS-SERIF BOLD CAPITAL D + % MATHEMATICAL SANS-SERIF BOLD CAPITAL E + % MATHEMATICAL SANS-SERIF BOLD CAPITAL F + % MATHEMATICAL SANS-SERIF BOLD CAPITAL G + % MATHEMATICAL SANS-SERIF BOLD CAPITAL H + % MATHEMATICAL SANS-SERIF BOLD CAPITAL I + % MATHEMATICAL SANS-SERIF BOLD CAPITAL J + % MATHEMATICAL SANS-SERIF BOLD CAPITAL K + % MATHEMATICAL SANS-SERIF BOLD CAPITAL L + % MATHEMATICAL SANS-SERIF BOLD CAPITAL M + % MATHEMATICAL SANS-SERIF BOLD CAPITAL N + % MATHEMATICAL SANS-SERIF BOLD CAPITAL O + % MATHEMATICAL SANS-SERIF BOLD CAPITAL P + % MATHEMATICAL SANS-SERIF BOLD CAPITAL Q + % MATHEMATICAL SANS-SERIF BOLD CAPITAL R + % MATHEMATICAL SANS-SERIF BOLD CAPITAL S + % MATHEMATICAL SANS-SERIF BOLD CAPITAL T + % MATHEMATICAL SANS-SERIF BOLD CAPITAL U + % MATHEMATICAL SANS-SERIF BOLD CAPITAL V + % MATHEMATICAL SANS-SERIF BOLD CAPITAL W + % MATHEMATICAL SANS-SERIF BOLD CAPITAL X + % MATHEMATICAL SANS-SERIF BOLD CAPITAL Y + % MATHEMATICAL SANS-SERIF BOLD CAPITAL Z + % MATHEMATICAL SANS-SERIF BOLD SMALL A + % MATHEMATICAL SANS-SERIF BOLD SMALL B + % MATHEMATICAL SANS-SERIF BOLD SMALL C + % MATHEMATICAL SANS-SERIF BOLD SMALL D + % MATHEMATICAL SANS-SERIF BOLD SMALL E + % MATHEMATICAL SANS-SERIF BOLD SMALL F + % MATHEMATICAL SANS-SERIF BOLD SMALL G + % MATHEMATICAL SANS-SERIF BOLD SMALL H + % MATHEMATICAL SANS-SERIF BOLD SMALL I + % MATHEMATICAL SANS-SERIF BOLD SMALL J + % MATHEMATICAL SANS-SERIF BOLD SMALL K + % MATHEMATICAL SANS-SERIF BOLD SMALL L + % MATHEMATICAL SANS-SERIF BOLD SMALL M + % MATHEMATICAL SANS-SERIF BOLD SMALL N + % MATHEMATICAL SANS-SERIF BOLD SMALL O + % MATHEMATICAL SANS-SERIF BOLD SMALL P + % MATHEMATICAL SANS-SERIF BOLD SMALL Q + % MATHEMATICAL SANS-SERIF BOLD SMALL R + % MATHEMATICAL SANS-SERIF BOLD SMALL S + % MATHEMATICAL SANS-SERIF BOLD SMALL T + % MATHEMATICAL SANS-SERIF BOLD SMALL U + % MATHEMATICAL SANS-SERIF BOLD SMALL V + % MATHEMATICAL SANS-SERIF BOLD SMALL W + % MATHEMATICAL SANS-SERIF BOLD SMALL X + % MATHEMATICAL SANS-SERIF BOLD SMALL Y + % MATHEMATICAL SANS-SERIF BOLD SMALL Z + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL A + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL B + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL C + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL D + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL E + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL F + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL G + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL H + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL I + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL J + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL K + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL L + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL M + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL N + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL O + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL P + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL Q + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL R + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL S + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL T + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL U + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL V + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL W + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL X + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL Y + % MATHEMATICAL SANS-SERIF ITALIC CAPITAL Z + % MATHEMATICAL SANS-SERIF ITALIC SMALL A + % MATHEMATICAL SANS-SERIF ITALIC SMALL B + % MATHEMATICAL SANS-SERIF ITALIC SMALL C + % MATHEMATICAL SANS-SERIF ITALIC SMALL D + % MATHEMATICAL SANS-SERIF ITALIC SMALL E + % MATHEMATICAL SANS-SERIF ITALIC SMALL F + % MATHEMATICAL SANS-SERIF ITALIC SMALL G + % MATHEMATICAL SANS-SERIF ITALIC SMALL H + % MATHEMATICAL SANS-SERIF ITALIC SMALL I + % MATHEMATICAL SANS-SERIF ITALIC SMALL J + % MATHEMATICAL SANS-SERIF ITALIC SMALL K + % MATHEMATICAL SANS-SERIF ITALIC SMALL L + % MATHEMATICAL SANS-SERIF ITALIC SMALL M + % MATHEMATICAL SANS-SERIF ITALIC SMALL N + % MATHEMATICAL SANS-SERIF ITALIC SMALL O + % MATHEMATICAL SANS-SERIF ITALIC SMALL P + % MATHEMATICAL SANS-SERIF ITALIC SMALL Q + % MATHEMATICAL SANS-SERIF ITALIC SMALL R + % MATHEMATICAL SANS-SERIF ITALIC SMALL S + % MATHEMATICAL SANS-SERIF ITALIC SMALL T + % MATHEMATICAL SANS-SERIF ITALIC SMALL U + % MATHEMATICAL SANS-SERIF ITALIC SMALL V + % MATHEMATICAL SANS-SERIF ITALIC SMALL W + % MATHEMATICAL SANS-SERIF ITALIC SMALL X + % MATHEMATICAL SANS-SERIF ITALIC SMALL Y + % MATHEMATICAL SANS-SERIF ITALIC SMALL Z + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL A + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL B + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL C + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL D + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL E + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL F + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL G + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL H + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL I + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL J + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL K + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL L + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL M + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL N + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL O + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL P + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Q + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL R + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL S + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL T + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL U + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL V + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL W + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL X + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Y + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL Z + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL A + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL B + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL C + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL D + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL E + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL F + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL G + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL H + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL I + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL J + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL K + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL L + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL M + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL N + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL O + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL P + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Q + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL R + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL S + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL T + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL U + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL V + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL W + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL X + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Y + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL Z + % MATHEMATICAL MONOSPACE CAPITAL A + % MATHEMATICAL MONOSPACE CAPITAL B + % MATHEMATICAL MONOSPACE CAPITAL C + % MATHEMATICAL MONOSPACE CAPITAL D + % MATHEMATICAL MONOSPACE CAPITAL E + % MATHEMATICAL MONOSPACE CAPITAL F + % MATHEMATICAL MONOSPACE CAPITAL G + % MATHEMATICAL MONOSPACE CAPITAL H + % MATHEMATICAL MONOSPACE CAPITAL I + % MATHEMATICAL MONOSPACE CAPITAL J + % MATHEMATICAL MONOSPACE CAPITAL K + % MATHEMATICAL MONOSPACE CAPITAL L + % MATHEMATICAL MONOSPACE CAPITAL M + % MATHEMATICAL MONOSPACE CAPITAL N + % MATHEMATICAL MONOSPACE CAPITAL O + % MATHEMATICAL MONOSPACE CAPITAL P + % MATHEMATICAL MONOSPACE CAPITAL Q + % MATHEMATICAL MONOSPACE CAPITAL R + % MATHEMATICAL MONOSPACE CAPITAL S + % MATHEMATICAL MONOSPACE CAPITAL T + % MATHEMATICAL MONOSPACE CAPITAL U + % MATHEMATICAL MONOSPACE CAPITAL V + % MATHEMATICAL MONOSPACE CAPITAL W + % MATHEMATICAL MONOSPACE CAPITAL X + % MATHEMATICAL MONOSPACE CAPITAL Y + % MATHEMATICAL MONOSPACE CAPITAL Z + % MATHEMATICAL MONOSPACE SMALL A + % MATHEMATICAL MONOSPACE SMALL B + % MATHEMATICAL MONOSPACE SMALL C + % MATHEMATICAL MONOSPACE SMALL D + % MATHEMATICAL MONOSPACE SMALL E + % MATHEMATICAL MONOSPACE SMALL F + % MATHEMATICAL MONOSPACE SMALL G + % MATHEMATICAL MONOSPACE SMALL H + % MATHEMATICAL MONOSPACE SMALL I + % MATHEMATICAL MONOSPACE SMALL J + % MATHEMATICAL MONOSPACE SMALL K + % MATHEMATICAL MONOSPACE SMALL L + % MATHEMATICAL MONOSPACE SMALL M + % MATHEMATICAL MONOSPACE SMALL N + % MATHEMATICAL MONOSPACE SMALL O + % MATHEMATICAL MONOSPACE SMALL P + % MATHEMATICAL MONOSPACE SMALL Q + % MATHEMATICAL MONOSPACE SMALL R + % MATHEMATICAL MONOSPACE SMALL S + % MATHEMATICAL MONOSPACE SMALL T + % MATHEMATICAL MONOSPACE SMALL U + % MATHEMATICAL MONOSPACE SMALL V + % MATHEMATICAL MONOSPACE SMALL W + % MATHEMATICAL MONOSPACE SMALL X + % MATHEMATICAL MONOSPACE SMALL Y + % MATHEMATICAL MONOSPACE SMALL Z + % MATHEMATICAL BOLD CAPITAL ALPHA + % MATHEMATICAL BOLD CAPITAL BETA + % MATHEMATICAL BOLD CAPITAL GAMMA + % MATHEMATICAL BOLD CAPITAL DELTA + % MATHEMATICAL BOLD CAPITAL EPSILON + % MATHEMATICAL BOLD CAPITAL ZETA + % MATHEMATICAL BOLD CAPITAL ETA + % MATHEMATICAL BOLD CAPITAL THETA + % MATHEMATICAL BOLD CAPITAL IOTA + % MATHEMATICAL BOLD CAPITAL KAPPA + % MATHEMATICAL BOLD CAPITAL LAMDA + % MATHEMATICAL BOLD CAPITAL MU + % MATHEMATICAL BOLD CAPITAL NU + % MATHEMATICAL BOLD CAPITAL XI + % MATHEMATICAL BOLD CAPITAL OMICRON + % MATHEMATICAL BOLD CAPITAL PI + % MATHEMATICAL BOLD CAPITAL RHO + % MATHEMATICAL BOLD CAPITAL THETA SYMBOL + % MATHEMATICAL BOLD CAPITAL SIGMA + % MATHEMATICAL BOLD CAPITAL TAU + % MATHEMATICAL BOLD CAPITAL UPSILON + % MATHEMATICAL BOLD CAPITAL PHI + % MATHEMATICAL BOLD CAPITAL CHI + % MATHEMATICAL BOLD CAPITAL PSI + % MATHEMATICAL BOLD CAPITAL OMEGA + % MATHEMATICAL BOLD NABLA + % MATHEMATICAL BOLD SMALL ALPHA + % MATHEMATICAL BOLD SMALL BETA + % MATHEMATICAL BOLD SMALL GAMMA + % MATHEMATICAL BOLD SMALL DELTA + % MATHEMATICAL BOLD SMALL EPSILON + % MATHEMATICAL BOLD SMALL ZETA + % MATHEMATICAL BOLD SMALL ETA + % MATHEMATICAL BOLD SMALL THETA + % MATHEMATICAL BOLD SMALL IOTA + % MATHEMATICAL BOLD SMALL KAPPA + % MATHEMATICAL BOLD SMALL LAMDA + % MATHEMATICAL BOLD SMALL MU + % MATHEMATICAL BOLD SMALL NU + % MATHEMATICAL BOLD SMALL XI + % MATHEMATICAL BOLD SMALL OMICRON + % MATHEMATICAL BOLD SMALL PI + % MATHEMATICAL BOLD SMALL RHO + % MATHEMATICAL BOLD SMALL FINAL SIGMA + % MATHEMATICAL BOLD SMALL SIGMA + % MATHEMATICAL BOLD SMALL TAU + % MATHEMATICAL BOLD SMALL UPSILON + % MATHEMATICAL BOLD SMALL PHI + % MATHEMATICAL BOLD SMALL CHI + % MATHEMATICAL BOLD SMALL PSI + % MATHEMATICAL BOLD SMALL OMEGA + % MATHEMATICAL BOLD PARTIAL DIFFERENTIAL + % MATHEMATICAL BOLD EPSILON SYMBOL + % MATHEMATICAL BOLD THETA SYMBOL + % MATHEMATICAL BOLD KAPPA SYMBOL + % MATHEMATICAL BOLD PHI SYMBOL + % MATHEMATICAL BOLD RHO SYMBOL + % MATHEMATICAL BOLD PI SYMBOL + % MATHEMATICAL ITALIC CAPITAL ALPHA + % MATHEMATICAL ITALIC CAPITAL BETA + % MATHEMATICAL ITALIC CAPITAL GAMMA + % MATHEMATICAL ITALIC CAPITAL DELTA + % MATHEMATICAL ITALIC CAPITAL EPSILON + % MATHEMATICAL ITALIC CAPITAL ZETA + % MATHEMATICAL ITALIC CAPITAL ETA + % MATHEMATICAL ITALIC CAPITAL THETA + % MATHEMATICAL ITALIC CAPITAL IOTA + % MATHEMATICAL ITALIC CAPITAL KAPPA + % MATHEMATICAL ITALIC CAPITAL LAMDA + % MATHEMATICAL ITALIC CAPITAL MU + % MATHEMATICAL ITALIC CAPITAL NU + % MATHEMATICAL ITALIC CAPITAL XI + % MATHEMATICAL ITALIC CAPITAL OMICRON + % MATHEMATICAL ITALIC CAPITAL PI + % MATHEMATICAL ITALIC CAPITAL RHO + % MATHEMATICAL ITALIC CAPITAL THETA SYMBOL + % MATHEMATICAL ITALIC CAPITAL SIGMA + % MATHEMATICAL ITALIC CAPITAL TAU + % MATHEMATICAL ITALIC CAPITAL UPSILON + % MATHEMATICAL ITALIC CAPITAL PHI + % MATHEMATICAL ITALIC CAPITAL CHI + % MATHEMATICAL ITALIC CAPITAL PSI + % MATHEMATICAL ITALIC CAPITAL OMEGA + % MATHEMATICAL ITALIC NABLA + % MATHEMATICAL ITALIC SMALL ALPHA + % MATHEMATICAL ITALIC SMALL BETA + % MATHEMATICAL ITALIC SMALL GAMMA + % MATHEMATICAL ITALIC SMALL DELTA + % MATHEMATICAL ITALIC SMALL EPSILON + % MATHEMATICAL ITALIC SMALL ZETA + % MATHEMATICAL ITALIC SMALL ETA + % MATHEMATICAL ITALIC SMALL THETA + % MATHEMATICAL ITALIC SMALL IOTA + % MATHEMATICAL ITALIC SMALL KAPPA + % MATHEMATICAL ITALIC SMALL LAMDA + % MATHEMATICAL ITALIC SMALL MU + % MATHEMATICAL ITALIC SMALL NU + % MATHEMATICAL ITALIC SMALL XI + % MATHEMATICAL ITALIC SMALL OMICRON + % MATHEMATICAL ITALIC SMALL PI + % MATHEMATICAL ITALIC SMALL RHO + % MATHEMATICAL ITALIC SMALL FINAL SIGMA + % MATHEMATICAL ITALIC SMALL SIGMA + % MATHEMATICAL ITALIC SMALL TAU + % MATHEMATICAL ITALIC SMALL UPSILON + % MATHEMATICAL ITALIC SMALL PHI + % MATHEMATICAL ITALIC SMALL CHI + % MATHEMATICAL ITALIC SMALL PSI + % MATHEMATICAL ITALIC SMALL OMEGA + % MATHEMATICAL ITALIC PARTIAL DIFFERENTIAL + % MATHEMATICAL ITALIC EPSILON SYMBOL + % MATHEMATICAL ITALIC THETA SYMBOL + % MATHEMATICAL ITALIC KAPPA SYMBOL + % MATHEMATICAL ITALIC PHI SYMBOL + % MATHEMATICAL ITALIC RHO SYMBOL + % MATHEMATICAL ITALIC PI SYMBOL + % MATHEMATICAL BOLD ITALIC CAPITAL ALPHA + % MATHEMATICAL BOLD ITALIC CAPITAL BETA + % MATHEMATICAL BOLD ITALIC CAPITAL GAMMA + % MATHEMATICAL BOLD ITALIC CAPITAL DELTA + % MATHEMATICAL BOLD ITALIC CAPITAL EPSILON + % MATHEMATICAL BOLD ITALIC CAPITAL ZETA + % MATHEMATICAL BOLD ITALIC CAPITAL ETA + % MATHEMATICAL BOLD ITALIC CAPITAL THETA + % MATHEMATICAL BOLD ITALIC CAPITAL IOTA + % MATHEMATICAL BOLD ITALIC CAPITAL KAPPA + % MATHEMATICAL BOLD ITALIC CAPITAL LAMDA + % MATHEMATICAL BOLD ITALIC CAPITAL MU + % MATHEMATICAL BOLD ITALIC CAPITAL NU + % MATHEMATICAL BOLD ITALIC CAPITAL XI + % MATHEMATICAL BOLD ITALIC CAPITAL OMICRON + % MATHEMATICAL BOLD ITALIC CAPITAL PI + % MATHEMATICAL BOLD ITALIC CAPITAL RHO + % MATHEMATICAL BOLD ITALIC CAPITAL THETA SYMBOL + % MATHEMATICAL BOLD ITALIC CAPITAL SIGMA + % MATHEMATICAL BOLD ITALIC CAPITAL TAU + % MATHEMATICAL BOLD ITALIC CAPITAL UPSILON + % MATHEMATICAL BOLD ITALIC CAPITAL PHI + % MATHEMATICAL BOLD ITALIC CAPITAL CHI + % MATHEMATICAL BOLD ITALIC CAPITAL PSI + % MATHEMATICAL BOLD ITALIC CAPITAL OMEGA + % MATHEMATICAL BOLD ITALIC NABLA + % MATHEMATICAL BOLD ITALIC SMALL ALPHA + % MATHEMATICAL BOLD ITALIC SMALL BETA + % MATHEMATICAL BOLD ITALIC SMALL GAMMA + % MATHEMATICAL BOLD ITALIC SMALL DELTA + % MATHEMATICAL BOLD ITALIC SMALL EPSILON + % MATHEMATICAL BOLD ITALIC SMALL ZETA + % MATHEMATICAL BOLD ITALIC SMALL ETA + % MATHEMATICAL BOLD ITALIC SMALL THETA + % MATHEMATICAL BOLD ITALIC SMALL IOTA + % MATHEMATICAL BOLD ITALIC SMALL KAPPA + % MATHEMATICAL BOLD ITALIC SMALL LAMDA + % MATHEMATICAL BOLD ITALIC SMALL MU + % MATHEMATICAL BOLD ITALIC SMALL NU + % MATHEMATICAL BOLD ITALIC SMALL XI + % MATHEMATICAL BOLD ITALIC SMALL OMICRON + % MATHEMATICAL BOLD ITALIC SMALL PI + % MATHEMATICAL BOLD ITALIC SMALL RHO + % MATHEMATICAL BOLD ITALIC SMALL FINAL SIGMA + % MATHEMATICAL BOLD ITALIC SMALL SIGMA + % MATHEMATICAL BOLD ITALIC SMALL TAU + % MATHEMATICAL BOLD ITALIC SMALL UPSILON + % MATHEMATICAL BOLD ITALIC SMALL PHI + % MATHEMATICAL BOLD ITALIC SMALL CHI + % MATHEMATICAL BOLD ITALIC SMALL PSI + % MATHEMATICAL BOLD ITALIC SMALL OMEGA + % MATHEMATICAL BOLD ITALIC PARTIAL DIFFERENTIAL + % MATHEMATICAL BOLD ITALIC EPSILON SYMBOL + % MATHEMATICAL BOLD ITALIC THETA SYMBOL + % MATHEMATICAL BOLD ITALIC KAPPA SYMBOL + % MATHEMATICAL BOLD ITALIC PHI SYMBOL + % MATHEMATICAL BOLD ITALIC RHO SYMBOL + % MATHEMATICAL BOLD ITALIC PI SYMBOL + % MATHEMATICAL SANS-SERIF BOLD CAPITAL ALPHA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL BETA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL GAMMA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL DELTA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL EPSILON + % MATHEMATICAL SANS-SERIF BOLD CAPITAL ZETA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL ETA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL IOTA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL KAPPA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL LAMDA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL MU + % MATHEMATICAL SANS-SERIF BOLD CAPITAL NU + % MATHEMATICAL SANS-SERIF BOLD CAPITAL XI + % MATHEMATICAL SANS-SERIF BOLD CAPITAL OMICRON + % MATHEMATICAL SANS-SERIF BOLD CAPITAL PI + % MATHEMATICAL SANS-SERIF BOLD CAPITAL RHO + % MATHEMATICAL SANS-SERIF BOLD CAPITAL THETA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD CAPITAL SIGMA + % MATHEMATICAL SANS-SERIF BOLD CAPITAL TAU + % MATHEMATICAL SANS-SERIF BOLD CAPITAL UPSILON + % MATHEMATICAL SANS-SERIF BOLD CAPITAL PHI + % MATHEMATICAL SANS-SERIF BOLD CAPITAL CHI + % MATHEMATICAL SANS-SERIF BOLD CAPITAL PSI + % MATHEMATICAL SANS-SERIF BOLD CAPITAL OMEGA + % MATHEMATICAL SANS-SERIF BOLD NABLA + % MATHEMATICAL SANS-SERIF BOLD SMALL ALPHA + % MATHEMATICAL SANS-SERIF BOLD SMALL BETA + % MATHEMATICAL SANS-SERIF BOLD SMALL GAMMA + % MATHEMATICAL SANS-SERIF BOLD SMALL DELTA + % MATHEMATICAL SANS-SERIF BOLD SMALL EPSILON + % MATHEMATICAL SANS-SERIF BOLD SMALL ZETA + % MATHEMATICAL SANS-SERIF BOLD SMALL ETA + % MATHEMATICAL SANS-SERIF BOLD SMALL THETA + % MATHEMATICAL SANS-SERIF BOLD SMALL IOTA + % MATHEMATICAL SANS-SERIF BOLD SMALL KAPPA + % MATHEMATICAL SANS-SERIF BOLD SMALL LAMDA + % MATHEMATICAL SANS-SERIF BOLD SMALL MU + % MATHEMATICAL SANS-SERIF BOLD SMALL NU + % MATHEMATICAL SANS-SERIF BOLD SMALL XI + % MATHEMATICAL SANS-SERIF BOLD SMALL OMICRON + % MATHEMATICAL SANS-SERIF BOLD SMALL PI + % MATHEMATICAL SANS-SERIF BOLD SMALL RHO + % MATHEMATICAL SANS-SERIF BOLD SMALL FINAL SIGMA + % MATHEMATICAL SANS-SERIF BOLD SMALL SIGMA + % MATHEMATICAL SANS-SERIF BOLD SMALL TAU + % MATHEMATICAL SANS-SERIF BOLD SMALL UPSILON + % MATHEMATICAL SANS-SERIF BOLD SMALL PHI + % MATHEMATICAL SANS-SERIF BOLD SMALL CHI + % MATHEMATICAL SANS-SERIF BOLD SMALL PSI + % MATHEMATICAL SANS-SERIF BOLD SMALL OMEGA + % MATHEMATICAL SANS-SERIF BOLD PARTIAL DIFFERENTIAL + % MATHEMATICAL SANS-SERIF BOLD EPSILON SYMBOL + % MATHEMATICAL SANS-SERIF BOLD THETA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD KAPPA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD PHI SYMBOL + % MATHEMATICAL SANS-SERIF BOLD RHO SYMBOL + % MATHEMATICAL SANS-SERIF BOLD PI SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ALPHA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL BETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL GAMMA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL DELTA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL EPSILON + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ZETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL ETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL IOTA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL KAPPA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL LAMDA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL MU + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL NU + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL XI + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMICRON + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PI + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL RHO + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL THETA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL SIGMA + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL TAU + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL UPSILON + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PHI + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL CHI + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL PSI + % MATHEMATICAL SANS-SERIF BOLD ITALIC CAPITAL OMEGA + % MATHEMATICAL SANS-SERIF BOLD ITALIC NABLA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ALPHA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL BETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL GAMMA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL DELTA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL EPSILON + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ZETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL ETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL THETA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL IOTA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL KAPPA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL LAMDA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL MU + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL NU + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL XI + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMICRON + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PI + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL RHO + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL FINAL SIGMA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL SIGMA + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL TAU + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL UPSILON + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PHI + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL CHI + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL PSI + % MATHEMATICAL SANS-SERIF BOLD ITALIC SMALL OMEGA + % MATHEMATICAL SANS-SERIF BOLD ITALIC PARTIAL DIFFERENTIAL + % MATHEMATICAL SANS-SERIF BOLD ITALIC EPSILON SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC THETA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC KAPPA SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC PHI SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC RHO SYMBOL + % MATHEMATICAL SANS-SERIF BOLD ITALIC PI SYMBOL + % MATHEMATICAL BOLD DIGIT ZERO + % MATHEMATICAL BOLD DIGIT ONE + % MATHEMATICAL BOLD DIGIT TWO + % MATHEMATICAL BOLD DIGIT THREE + % MATHEMATICAL BOLD DIGIT FOUR + % MATHEMATICAL BOLD DIGIT FIVE + % MATHEMATICAL BOLD DIGIT SIX + % MATHEMATICAL BOLD DIGIT SEVEN + % MATHEMATICAL BOLD DIGIT EIGHT + % MATHEMATICAL BOLD DIGIT NINE + % MATHEMATICAL DOUBLE-STRUCK DIGIT ZERO + % MATHEMATICAL DOUBLE-STRUCK DIGIT ONE + % MATHEMATICAL DOUBLE-STRUCK DIGIT TWO + % MATHEMATICAL DOUBLE-STRUCK DIGIT THREE + % MATHEMATICAL DOUBLE-STRUCK DIGIT FOUR + % MATHEMATICAL DOUBLE-STRUCK DIGIT FIVE + % MATHEMATICAL DOUBLE-STRUCK DIGIT SIX + % MATHEMATICAL DOUBLE-STRUCK DIGIT SEVEN + % MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT + % MATHEMATICAL DOUBLE-STRUCK DIGIT NINE + % MATHEMATICAL SANS-SERIF DIGIT ZERO + % MATHEMATICAL SANS-SERIF DIGIT ONE + % MATHEMATICAL SANS-SERIF DIGIT TWO + % MATHEMATICAL SANS-SERIF DIGIT THREE + % MATHEMATICAL SANS-SERIF DIGIT FOUR + % MATHEMATICAL SANS-SERIF DIGIT FIVE + % MATHEMATICAL SANS-SERIF DIGIT SIX + % MATHEMATICAL SANS-SERIF DIGIT SEVEN + % MATHEMATICAL SANS-SERIF DIGIT EIGHT + % MATHEMATICAL SANS-SERIF DIGIT NINE + % MATHEMATICAL SANS-SERIF BOLD DIGIT ZERO + % MATHEMATICAL SANS-SERIF BOLD DIGIT ONE + % MATHEMATICAL SANS-SERIF BOLD DIGIT TWO + % MATHEMATICAL SANS-SERIF BOLD DIGIT THREE + % MATHEMATICAL SANS-SERIF BOLD DIGIT FOUR + % MATHEMATICAL SANS-SERIF BOLD DIGIT FIVE + % MATHEMATICAL SANS-SERIF BOLD DIGIT SIX + % MATHEMATICAL SANS-SERIF BOLD DIGIT SEVEN + % MATHEMATICAL SANS-SERIF BOLD DIGIT EIGHT + % MATHEMATICAL SANS-SERIF BOLD DIGIT NINE + % MATHEMATICAL MONOSPACE DIGIT ZERO + % MATHEMATICAL MONOSPACE DIGIT ONE + % MATHEMATICAL MONOSPACE DIGIT TWO + % MATHEMATICAL MONOSPACE DIGIT THREE + % MATHEMATICAL MONOSPACE DIGIT FOUR + % MATHEMATICAL MONOSPACE DIGIT FIVE + % MATHEMATICAL MONOSPACE DIGIT SIX + % MATHEMATICAL MONOSPACE DIGIT SEVEN + % MATHEMATICAL MONOSPACE DIGIT EIGHT + % MATHEMATICAL MONOSPACE DIGIT NINE translit_end diff --git a/math/Makefile b/math/Makefile index cbc2f4c4..2c17529 100644 --- a/math/Makefile +++ b/math/Makefile @@ -53,11 +53,11 @@ libm-calls = e_acos e_acosh e_asin e_atan2 e_atanh e_cosh e_exp e_fmod \ w_tgamma w_hypot w_j0 w_j1 w_jn w_lgamma w_lgamma_r \ w_log w_log10 w_pow w_remainder w_scalb w_sinh w_sqrt \ s_signbit s_fpclassify s_fmax s_fmin s_fdim s_nan s_trunc \ - s_remquo s_log2 e_exp2 s_round s_nearbyint s_sincos \ + s_remquo e_log2 e_exp2 s_round s_nearbyint s_sincos \ conj cimag creal cabs carg s_cexp s_csinh s_ccosh s_clog \ s_catan s_casin s_ccos s_csin s_ctan s_ctanh s_cacos \ s_casinh s_cacosh s_catanh s_csqrt s_cpow s_cproj s_clog10 \ - s_fma s_lrint s_llrint s_lround s_llround e_exp10 + s_fma s_lrint s_llrint s_lround s_llround e_exp10 w_log2 dbl-only-routines := branred doasin dosincos halfulp mpa mpatan2 \ mpatan mpexp mplog mpsqrt mptan sincos32 slowexp \ slowpow diff --git a/math/libm-test.inc b/math/libm-test.inc index c9ba1f9..481c395 100644 --- a/math/libm-test.inc +++ b/math/libm-test.inc @@ -120,6 +120,7 @@ #include #include #include +#include #include #include @@ -2800,6 +2801,8 @@ ilogb_test (void) TEST_f_i (ilogb, 0.0, FP_ILOGB0, EXCEPTIONS_OK); TEST_f_i (ilogb, nan_value, FP_ILOGBNAN, EXCEPTIONS_OK); + TEST_f_i (ilogb, plus_infty, INT_MAX, EXCEPTIONS_OK); + TEST_f_i (ilogb, minus_infty, INT_MAX, EXCEPTIONS_OK); END (ilogb); } @@ -3302,6 +3305,13 @@ llround_test (void) /* 0x100000000000000 */ TEST_f_L (llround, 72057594037927936.0, 72057594037927936LL); +#ifndef TEST_FLOAT + /* 0x100000000 */ + TEST_f_L (llround, 4294967295.5, 4294967296LL); + /* 0x200000000 */ + TEST_f_L (llround, 8589934591.5, 8589934592LL); +#endif + END (llround); } diff --git a/math/math_private.h b/math/math_private.h index 19404d0..593cb7a 100644 --- a/math/math_private.h +++ b/math/math_private.h @@ -169,6 +169,7 @@ extern double __ieee754_gamma_r (double,int *); extern double __ieee754_lgamma (double); extern double __ieee754_gamma (double); extern double __ieee754_log10 (double); +extern double __ieee754_log2 (double); extern double __ieee754_sinh (double); extern double __ieee754_hypot (double,double); extern double __ieee754_j0 (double); @@ -211,6 +212,7 @@ extern float __ieee754_gammaf_r (float,int *); extern float __ieee754_lgammaf (float); extern float __ieee754_gammaf (float); extern float __ieee754_log10f (float); +extern float __ieee754_log2f (float); extern float __ieee754_sinhf (float); extern float __ieee754_hypotf (float,float); extern float __ieee754_j0f (float); @@ -250,6 +252,7 @@ extern long double __ieee754_gammal_r (long double,int *); extern long double __ieee754_lgammal (long double); extern long double __ieee754_gammal (long double); extern long double __ieee754_log10l (long double); +extern long double __ieee754_log2l (long double); extern long double __ieee754_sinhl (long double); extern long double __ieee754_hypotl (long double,long double); extern long double __ieee754_j0l (long double); diff --git a/math/test-misc.c b/math/test-misc.c index ba34f92..5a78574 100644 --- a/math/test-misc.c +++ b/math/test-misc.c @@ -79,6 +79,28 @@ main (void) } puts ("ok"); } + + for (i = LDBL_MIN_EXP, x = LDBL_MIN; i >= LDBL_MIN_EXP - LDBL_MANT_DIG + 1; + --i, x /= 2.0L) + { + printf ("2^%d: ", i); + + r = frexpl (x, &e); + if (r != 0.5L) + { + printf ("mantissa incorrect: %.20La\n", r); + result = 1; + continue; + } + if (e != i) + { + printf ("exponent wrong %d (%.20Lg)\n", e, x); + result = 1; + continue; + } + puts ("ok"); + } + } # endif diff --git a/sysdeps/generic/s_log2l.c b/sysdeps/generic/e_log2l.c similarity index 61% rename from sysdeps/generic/s_log2l.c rename to sysdeps/generic/e_log2l.c index 835cd4f..681904b 100644 --- a/sysdeps/generic/s_log2l.c +++ b/sysdeps/generic/e_log2l.c @@ -3,13 +3,12 @@ #include long double -__log2l (long double x) +__ieee754_log2l (long double x) { - fputs ("__log2l not implemented\n", stderr); + fputs ("__ieee754_log2l not implemented\n", stderr); __set_errno (ENOSYS); return 0.0; } -weak_alias (__log2l, log2l) stub_warning (log2l) #include diff --git a/sysdeps/generic/w_cosh.c b/sysdeps/generic/w_cosh.c index 8db25c8..709f485 100644 --- a/sysdeps/generic/w_cosh.c +++ b/sysdeps/generic/w_cosh.c @@ -34,7 +34,7 @@ static char rcsid[] = "$NetBSD: w_cosh.c,v 1.6 1995/05/10 20:48:47 jtc Exp $"; double z; z = __ieee754_cosh(x); if(_LIB_VERSION == _IEEE_ || __isnan(x)) return z; - if(fabs(x)>7.10475860073943863426e+02) { + if(!__finite(z) && __finite(x)) { return __kernel_standard(x,x,5); /* cosh overflow */ } else return z; diff --git a/sysdeps/generic/w_coshf.c b/sysdeps/generic/w_coshf.c index 53ca841..c38fd1d 100644 --- a/sysdeps/generic/w_coshf.c +++ b/sysdeps/generic/w_coshf.c @@ -37,7 +37,7 @@ static char rcsid[] = "$NetBSD: w_coshf.c,v 1.3 1995/05/10 20:48:49 jtc Exp $"; float z; z = __ieee754_coshf(x); if(_LIB_VERSION == _IEEE_ || __isnanf(x)) return z; - if(fabsf(x)>(float)8.9415985107e+01) { + if(!__finite(z) && __finite(x)) { /* cosh overflow */ return (float)__kernel_standard((double)x,(double)x,105); } else diff --git a/sysdeps/generic/w_coshl.c b/sysdeps/generic/w_coshl.c index 343d572..cc1929a 100644 --- a/sysdeps/generic/w_coshl.c +++ b/sysdeps/generic/w_coshl.c @@ -38,7 +38,7 @@ static char rcsid[] = "$NetBSD: $"; long double z; z = __ieee754_coshl(x); if(_LIB_VERSION == _IEEE_ || __isnanl(x)) return z; - if(fabsl(x)>7.10475860073943863426e+02) { + if(!__finite(z) && __finite(x)) { return __kernel_standard(x,x,205); /* cosh overflow */ } else return z; diff --git a/sysdeps/generic/w_exp10.c b/sysdeps/generic/w_exp10.c index bf0d361..597506f 100644 --- a/sysdeps/generic/w_exp10.c +++ b/sysdeps/generic/w_exp10.c @@ -21,14 +21,6 @@ #include "math_private.h" #ifdef __STDC__ -static const double -#else -static double -#endif -o_threshold= 3.0825471555991674389672e+02, -u_threshold= -3.2360724533877978485251e+02; - -#ifdef __STDC__ double __exp10(double x) /* wrapper exp10 */ #else double __exp10(x) /* wrapper exp10 */ @@ -41,11 +33,9 @@ u_threshold= -3.2360724533877978485251e+02; double z; z = __ieee754_exp10(x); if(_LIB_VERSION == _IEEE_) return z; - if(__finite(x)) { - if(x>o_threshold) - return __kernel_standard(x,x,46); /* exp10 overflow */ - else if(x 0, underflow (47) if x < 0. */ + return __kernel_standard(x,x,46+!!__signbit(x)); } return z; #endif diff --git a/sysdeps/generic/w_exp10f.c b/sysdeps/generic/w_exp10f.c index f78be79..1c510a3 100644 --- a/sysdeps/generic/w_exp10f.c +++ b/sysdeps/generic/w_exp10f.c @@ -21,14 +21,6 @@ #include "math_private.h" #ifdef __STDC__ -static const float -#else -static float -#endif -o_threshold= 3.853183944498959298709e+01, -u_threshold= -4.515449934959717928174e+01; - -#ifdef __STDC__ float __exp10f(float x) /* wrapper exp10f */ #else float __exp10f(x) /* wrapper exp10f */ @@ -41,13 +33,10 @@ u_threshold= -4.515449934959717928174e+01; float z; z = __ieee754_exp10f(x); if(_LIB_VERSION == _IEEE_) return z; - if(__finitef(x)) { - if(x>o_threshold) - /* exp overflow */ - return (float)__kernel_standard((double)x,(double)x,146); - else if(x 0, underflow (147) if x < 0. */ + return (float)__kernel_standard((double) x, (double) x, + 146+!!__signbitf(x)); } return z; #endif diff --git a/sysdeps/generic/w_exp10l.c b/sysdeps/generic/w_exp10l.c index 7117873..aebddcb 100644 --- a/sysdeps/generic/w_exp10l.c +++ b/sysdeps/generic/w_exp10l.c @@ -22,14 +22,6 @@ #include "math_private.h" #ifdef __STDC__ -static const long double -#else -static long double -#endif -o_threshold= 4.93207544895866790234755e+03, -u_threshold= -4.95104033868549871764588e+03; - -#ifdef __STDC__ long double __exp10l(long double x) /* wrapper exp10 */ #else long double __exp10l(x) /* wrapper exp10 */ @@ -42,11 +34,9 @@ u_threshold= -4.95104033868549871764588e+03; long double z; z = __ieee754_exp10l(x); if(_LIB_VERSION == _IEEE_) return z; - if(__finitel(x)) { - if(x>o_threshold) - return __kernel_standard(x,x,246); /* exp10 overflow */ - else if(x 0, underflow (247) if x < 0. */ + return __kernel_standard(x,x,246+__signbitl(x)); } return z; #endif diff --git a/sysdeps/generic/w_exp2.c b/sysdeps/generic/w_exp2.c index 126aa09..4e667d7 100644 --- a/sysdeps/generic/w_exp2.c +++ b/sysdeps/generic/w_exp2.c @@ -7,7 +7,7 @@ #include "math_private.h" static const double o_threshold= (double) DBL_MAX_EXP; -static const double u_threshold= (double) DBL_MIN_EXP; +static const double u_threshold= (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1); double __exp2 (double x) /* wrapper exp2 */ @@ -22,7 +22,7 @@ __exp2 (double x) /* wrapper exp2 */ if (x > o_threshold) /* exp2 overflow */ return __kernel_standard (x, x, 44); - else if (x < u_threshold) + else if (x <= u_threshold) /* exp2 underflow */ return __kernel_standard (x, x, 45); } diff --git a/sysdeps/generic/w_exp2f.c b/sysdeps/generic/w_exp2f.c index d2c340d..13cfc9a 100644 --- a/sysdeps/generic/w_exp2f.c +++ b/sysdeps/generic/w_exp2f.c @@ -7,7 +7,7 @@ #include "math_private.h" static const float o_threshold= (float) FLT_MAX_EXP; -static const float u_threshold= (float) FLT_MIN_EXP; +static const float u_threshold= (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1); float __exp2f (float x) /* wrapper exp2f */ @@ -22,7 +22,7 @@ __exp2f (float x) /* wrapper exp2f */ if (x > o_threshold) /* exp2 overflow */ return (float) __kernel_standard ((double) x, (double) x, 144); - else if (x < u_threshold) + else if (x <= u_threshold) /* exp2 underflow */ return (float) __kernel_standard ((double) x, (double) x, 145); } diff --git a/sysdeps/generic/w_exp2l.c b/sysdeps/generic/w_exp2l.c index 965e9bf..f492301 100644 --- a/sysdeps/generic/w_exp2l.c +++ b/sysdeps/generic/w_exp2l.c @@ -7,7 +7,8 @@ #include "math_private.h" static const long double o_threshold = (long double) LDBL_MAX_EXP; -static const long double u_threshold = (long double) LDBL_MIN_EXP; +static const long double u_threshold + = (long double) (LDBL_MIN_EXP - LDBL_MANT_DIG - 1); long double __exp2l (long double x) /* wrapper exp2l */ @@ -21,7 +22,7 @@ __exp2l (long double x) /* wrapper exp2l */ { if (x > o_threshold) return __kernel_standard (x, x, 244); /* exp2l overflow */ - else if (x < u_threshold) + else if (x <= u_threshold) return __kernel_standard (x, x, 245); /* exp2l underflow */ } return z; diff --git a/sysdeps/generic/w_log2.c b/sysdeps/generic/w_log2.c new file mode 100644 index 0000000..7966ff3 --- /dev/null +++ b/sysdeps/generic/w_log2.c @@ -0,0 +1,32 @@ +/* + * wrapper log2(X) + */ + +#include "math.h" +#include "math_private.h" + +double +__log2 (double x) /* wrapper log2 */ +{ +#ifdef _IEEE_LIBM + return __ieee754_log2 (x); +#else + double z; + z = __ieee754_log2 (x); + if (_LIB_VERSION == _IEEE_ || __isnan (x)) return z; + if (x <= 0.0) + { + if (x == 0.0) + return __kernel_standard (x, x, 48); /* log2 (0) */ + else + return __kernel_standard (x, x, 49); /* log2 (x < 0) */ + } + else + return z; +#endif +} +weak_alias (__log2, log2) +#ifdef NO_LONG_DOUBLE +strong_alias (__log2, __log2l) +weak_alias (__log2, log2l) +#endif diff --git a/sysdeps/generic/w_log2f.c b/sysdeps/generic/w_log2f.c new file mode 100644 index 0000000..1e2eb85 --- /dev/null +++ b/sysdeps/generic/w_log2f.c @@ -0,0 +1,30 @@ +/* + * wrapper log2(X) + */ + +#include "math.h" +#include "math_private.h" + +float +__log2f (float x) /* wrapper log2f */ +{ +#ifdef _IEEE_LIBM + return __ieee754_log2f (x); +#else + float z; + z = __ieee754_log2f (x); + if (_LIB_VERSION == _IEEE_ || __isnanf (x)) return z; + if (x <= 0.0f) + { + if (x == 0.0f) + /* log2f (0) */ + return __kernel_standard ((double) x, (double) x, 148); + else + /* log2f (x < 0) */ + return __kernel_standard ((double) x, (double) x, 149); + } + else + return z; +#endif +} +weak_alias (__log2f, log2f) diff --git a/sysdeps/generic/w_log2l.c b/sysdeps/generic/w_log2l.c new file mode 100644 index 0000000..f41757c --- /dev/null +++ b/sysdeps/generic/w_log2l.c @@ -0,0 +1,28 @@ +/* + * wrapper log2l(X) + */ + +#include "math.h" +#include "math_private.h" + +long double +__log2l (long double x) /* wrapper log2l */ +{ +#ifdef _IEEE_LIBM + return __ieee754_log2l (x); +#else + long double z; + z = __ieee754_log2l (x); + if (_LIB_VERSION == _IEEE_ || __isnanl (x)) return z; + if (x <= 0.0) + { + if (x == 0.0) + return __kernel_standard (x, x, 248); /* log2l (0) */ + else + return __kernel_standard (x, x, 249); /* log2l (x < 0) */ + } + else + return z; +#endif +} +weak_alias (__log2l, log2l) diff --git a/sysdeps/i386/fpu/s_log2.S b/sysdeps/i386/fpu/e_log2.S similarity index 95% rename from sysdeps/i386/fpu/s_log2.S rename to sysdeps/i386/fpu/e_log2.S index 5ba4076..4f7f0d5 100644 --- a/sysdeps/i386/fpu/s_log2.S +++ b/sysdeps/i386/fpu/e_log2.S @@ -32,7 +32,7 @@ limit: .double 0.29 #endif .text -ENTRY(__log2) +ENTRY(__ieee754_log2) #ifdef PIC call 1f 1: popl %edx @@ -64,5 +64,4 @@ ENTRY(__log2) fstp %st(1) fstp %st(1) ret -END (__log2) -weak_alias (__log2, log2) +END (__ieee754_log2) diff --git a/sysdeps/i386/fpu/s_log2f.S b/sysdeps/i386/fpu/e_log2f.S similarity index 95% rename from sysdeps/i386/fpu/s_log2f.S rename to sysdeps/i386/fpu/e_log2f.S index 111dc9c..88f28b4 100644 --- a/sysdeps/i386/fpu/s_log2f.S +++ b/sysdeps/i386/fpu/e_log2f.S @@ -32,7 +32,7 @@ limit: .double 0.29 #endif .text -ENTRY(__log2f) +ENTRY(__ieee754_log2f) #ifdef PIC call 1f 1: popl %edx @@ -64,5 +64,4 @@ ENTRY(__log2f) fstp %st(1) fstp %st(1) ret -END (__log2f) -weak_alias (__log2f, log2f) +END (__ieee754_log2f) diff --git a/sysdeps/i386/fpu/s_log2l.S b/sysdeps/i386/fpu/e_log2l.S similarity index 95% rename from sysdeps/i386/fpu/s_log2l.S rename to sysdeps/i386/fpu/e_log2l.S index 7b645d5..f5c661a 100644 --- a/sysdeps/i386/fpu/s_log2l.S +++ b/sysdeps/i386/fpu/e_log2l.S @@ -32,7 +32,7 @@ limit: .double 0.29 #endif .text -ENTRY(__log2l) +ENTRY(__ieee754_log2l) #ifdef PIC call 1f 1: popl %edx @@ -64,5 +64,4 @@ ENTRY(__log2l) fstp %st(1) fstp %st(1) ret -END (__log2l) -weak_alias (__log2l, log2l) +END (__ieee754_log2l) diff --git a/sysdeps/i386/fpu/s_frexpl.S b/sysdeps/i386/fpu/s_frexpl.S index 2645d22..56b1456 100644 --- a/sysdeps/i386/fpu/s_frexpl.S +++ b/sysdeps/i386/fpu/s_frexpl.S @@ -1,5 +1,5 @@ /* ix87 specific frexp implementation for long double. - Copyright (C) 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -32,12 +32,6 @@ ASM_TYPE_DIRECTIVE(two64,@object) two64: .byte 0, 0, 0, 0, 0, 0, 0xf0, 0x43 ASM_SIZE_DIRECTIVE(two64) - /* The following is LDBL_MAX / ldexp (1.0, 64), the largest - number we can handle the normal way. */ - ASM_TYPE_DIRECTIVE(largest,@object) -largest: - .byte 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xbe, 0x7f, 0, 0 - ASM_SIZE_DIRECTIVE(largest) #ifdef PIC #define MO(op) op##@GOTOFF(%edx) @@ -67,10 +61,7 @@ ENTRY (BP_SYM (__frexpl)) je 1f cmpl $0, %eax - je 2f - - cmpl $0x7fbe, %eax - ja 4f + jne 2f fldt VAL0(%esp) #ifdef PIC @@ -102,15 +93,5 @@ ENTRY (BP_SYM (__frexpl)) LEAVE ret - -4: movl VAL2(%esp), %ecx - movl %ecx, %edx - andl $0x7fff, %ecx - - andl $0x8000, %edx - subl $16382, %ecx - orl $0x3ffe, %edx - movl %edx, VAL2(%esp) - jmp 1b END (BP_SYM (__frexpl)) weak_alias (BP_SYM (__frexpl), BP_SYM (frexpl)) diff --git a/sysdeps/i386/fpu/s_ilogb.S b/sysdeps/i386/fpu/s_ilogb.S index 36fb000..68d9c1a 100644 --- a/sysdeps/i386/fpu/s_ilogb.S +++ b/sysdeps/i386/fpu/s_ilogb.S @@ -9,6 +9,16 @@ RCSID("$NetBSD: s_ilogb.S,v 1.5 1995/10/12 15:53:09 jtc Exp $") ENTRY(__ilogb) fldl 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fxtract pushl %eax fstp %st @@ -18,5 +28,9 @@ ENTRY(__ilogb) popl %eax ret + +1: fstp %st + movl $0x7fffffff, %eax + ret END (__ilogb) weak_alias (__ilogb, ilogb) diff --git a/sysdeps/i386/fpu/s_ilogbf.S b/sysdeps/i386/fpu/s_ilogbf.S index 54f9d46..521afe2 100644 --- a/sysdeps/i386/fpu/s_ilogbf.S +++ b/sysdeps/i386/fpu/s_ilogbf.S @@ -9,6 +9,16 @@ RCSID("$NetBSD: s_ilogbf.S,v 1.4 1995/10/22 20:32:43 pk Exp $") ENTRY(__ilogbf) flds 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fxtract pushl %eax fstp %st @@ -18,5 +28,9 @@ ENTRY(__ilogbf) popl %eax ret + +1: fstp %st + movl $0x7fffffff, %eax + ret END (__ilogbf) weak_alias (__ilogbf, ilogbf) diff --git a/sysdeps/i386/fpu/s_ilogbl.S b/sysdeps/i386/fpu/s_ilogbl.S index 1dad93a..ed547bd 100644 --- a/sysdeps/i386/fpu/s_ilogbl.S +++ b/sysdeps/i386/fpu/s_ilogbl.S @@ -10,6 +10,16 @@ RCSID("$NetBSD: $") ENTRY(__ilogbl) fldt 4(%esp) +/* I added the following ugly construct because ilogb(+-Inf) is + required to return INT_MAX in ISO C99. + -- jakub@redhat.com. */ + fxam /* Is NaN or +-Inf? */ + fstsw %ax + movb $0x45, %dh + andb %ah, %dh + cmpb $0x05, %dh + je 1f /* Is +-Inf, jump. */ + fxtract pushl %eax fstp %st @@ -19,5 +29,9 @@ ENTRY(__ilogbl) popl %eax ret + +1: fstp %st + movl $0x7fffffff, %eax + ret END (__ilogbl) weak_alias (__ilogbl, ilogbl) diff --git a/sysdeps/ieee754/dbl-64/e_exp2.c b/sysdeps/ieee754/dbl-64/e_exp2.c index d02af15..699f44e 100644 --- a/sysdeps/ieee754/dbl-64/e_exp2.c +++ b/sysdeps/ieee754/dbl-64/e_exp2.c @@ -1,5 +1,5 @@ /* Double-precision floating point 2^x. - Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Geoffrey Keating @@ -44,10 +44,10 @@ double __ieee754_exp2 (double x) { static const double himark = (double) DBL_MAX_EXP; - static const double lomark = (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1) - 1.0; + static const double lomark = (double) (DBL_MIN_EXP - DBL_MANT_DIG - 1); /* Check for usual case. */ - if (isless (x, himark) && isgreater (x, lomark)) + if (isless (x, himark) && isgreaterequal (x, lomark)) { static const double THREEp42 = 13194139533312.0; int tval, unsafe; diff --git a/sysdeps/ieee754/dbl-64/s_log2.c b/sysdeps/ieee754/dbl-64/e_log2.c similarity index 95% rename from sysdeps/ieee754/dbl-64/s_log2.c rename to sysdeps/ieee754/dbl-64/e_log2.c index 7379ce8..f05d0ce 100644 --- a/sysdeps/ieee754/dbl-64/s_log2.c +++ b/sysdeps/ieee754/dbl-64/e_log2.c @@ -10,7 +10,7 @@ * ==================================================== */ -/* __log2(x) +/* __ieee754_log2(x) * Return the logarithm to base 2 of x * * Method : @@ -79,9 +79,9 @@ static double zero = 0.0; #endif #ifdef __STDC__ - double __log2(double x) + double __ieee754_log2(double x) #else - double __log2(x) + double __ieee754_log2(x) double x; #endif { @@ -128,9 +128,3 @@ static double zero = 0.0; return dk-((s*(f-R))-f)/ln2; } } - -weak_alias (__log2, log2) -#ifdef NO_LONG_DOUBLE -strong_alias (__log2, __log2l) -weak_alias (__log2, log2l) -#endif diff --git a/sysdeps/ieee754/dbl-64/s_ilogb.c b/sysdeps/ieee754/dbl-64/s_ilogb.c index 820f01c..89a8337 100644 --- a/sysdeps/ieee754/dbl-64/s_ilogb.c +++ b/sysdeps/ieee754/dbl-64/s_ilogb.c @@ -16,10 +16,12 @@ static char rcsid[] = "$NetBSD: s_ilogb.c,v 1.9 1995/05/10 20:47:28 jtc Exp $"; /* ilogb(double x) * return the binary exponent of non-zero x - * ilogb(0) = 0x80000001 - * ilogb(inf/NaN) = 0x7fffffff (no signal is raised) + * ilogb(0) = FP_ILOGB0 + * ilogb(NaN) = FP_ILOGBNAN (no signal is raised) + * ilogb(+-Inf) = INT_MAX (no signal is raised) */ +#include #include "math.h" #include "math_private.h" @@ -47,7 +49,13 @@ static char rcsid[] = "$NetBSD: s_ilogb.c,v 1.9 1995/05/10 20:47:28 jtc Exp $"; return ix; } else if (hx<0x7ff00000) return (hx>>20)-1023; - else return FP_ILOGBNAN; + else if (FP_ILOGBNAN != INT_MAX) { + /* ISO C99 requires ilogb(+-Inf) == INT_MAX. */ + GET_LOW_WORD(lx,x); + if(((hx^0x7ff00000)|lx) == 0) + return INT_MAX; + } + return FP_ILOGBNAN; } weak_alias (__ilogb, ilogb) #ifdef NO_LONG_DOUBLE diff --git a/sysdeps/ieee754/flt-32/e_exp2f.c b/sysdeps/ieee754/flt-32/e_exp2f.c index 4d529ea..263ee16 100644 --- a/sysdeps/ieee754/flt-32/e_exp2f.c +++ b/sysdeps/ieee754/flt-32/e_exp2f.c @@ -1,5 +1,5 @@ /* Single-precision floating point 2^x. - Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Geoffrey Keating @@ -45,10 +45,10 @@ float __ieee754_exp2f (float x) { static const float himark = (float) FLT_MAX_EXP; - static const float lomark = (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1) - 1.0; + static const float lomark = (float) (FLT_MIN_EXP - FLT_MANT_DIG - 1); /* Check for usual case. */ - if (isless (x, himark) && isgreater (x, lomark)) + if (isless (x, himark) && isgreaterequal (x, lomark)) { static const float THREEp14 = 49152.0; int tval, unsafe; diff --git a/sysdeps/ieee754/flt-32/s_log2f.c b/sysdeps/ieee754/flt-32/e_log2f.c similarity index 96% rename from sysdeps/ieee754/flt-32/s_log2f.c rename to sysdeps/ieee754/flt-32/e_log2f.c index 2377acd..af3c6ea 100644 --- a/sysdeps/ieee754/flt-32/s_log2f.c +++ b/sysdeps/ieee754/flt-32/e_log2f.c @@ -40,9 +40,9 @@ static float zero = 0.0; #endif #ifdef __STDC__ - float __log2f(float x) + float __ieee754_log2f(float x) #else - float __log2f(x) + float __ieee754_log2f(x) float x; #endif { @@ -88,4 +88,3 @@ static float zero = 0.0; return dk-((s*(f-R))-f)/ln2; } } -weak_alias (__log2f, log2f) diff --git a/sysdeps/ieee754/flt-32/s_ilogbf.c b/sysdeps/ieee754/flt-32/s_ilogbf.c index e652b93..ea3dc13 100644 --- a/sysdeps/ieee754/flt-32/s_ilogbf.c +++ b/sysdeps/ieee754/flt-32/s_ilogbf.c @@ -17,6 +17,7 @@ static char rcsid[] = "$NetBSD: s_ilogbf.c,v 1.4 1995/05/10 20:47:31 jtc Exp $"; #endif +#include #include "math.h" #include "math_private.h" @@ -39,6 +40,11 @@ static char rcsid[] = "$NetBSD: s_ilogbf.c,v 1.4 1995/05/10 20:47:31 jtc Exp $"; return ix; } else if (hx<0x7f800000) return (hx>>23)-127; - else return FP_ILOGBNAN; + else if (FP_ILOGBNAN != INT_MAX) { + /* ISO C99 requires ilogbf(+-Inf) == INT_MAX. */ + if (hx==0x7f800000) + return INT_MAX; + } + return FP_ILOGBNAN; } weak_alias (__ilogbf, ilogbf) diff --git a/sysdeps/ieee754/k_standard.c b/sysdeps/ieee754/k_standard.c index 2230065..6def34b 100644 --- a/sysdeps/ieee754/k_standard.c +++ b/sysdeps/ieee754/k_standard.c @@ -88,6 +88,8 @@ static double zero = 0.0; /* used as const */ * 45-- exp2 underflow * 46-- exp10 overflow * 47-- exp10 underflow + * 48-- log2(0) + * 49-- log2(x<0) */ @@ -937,7 +939,42 @@ static double zero = 0.0; /* used as const */ __set_errno (ERANGE); } break; - /* #### Last used is 47/147/247 ### */ + case 48: + case 148: + case 248: + /* log2(0) */ + exc.type = SING; + exc.name = type < 100 ? "log2" : (type < 200 + ? "log2f" : "log2l"); + if (_LIB_VERSION == _SVID_) + exc.retval = -HUGE; + else + exc.retval = -HUGE_VAL; + if (_LIB_VERSION == _POSIX_) + __set_errno (ERANGE); + else if (!matherr(&exc)) { + __set_errno (EDOM); + } + break; + case 49: + case 149: + case 249: + /* log2(x<0) */ + exc.type = DOMAIN; + exc.name = type < 100 ? "log2" : (type < 200 + ? "log2f" : "log2l"); + if (_LIB_VERSION == _SVID_) + exc.retval = -HUGE; + else + exc.retval = NAN; + if (_LIB_VERSION == _POSIX_) + __set_errno (EDOM); + else if (!matherr(&exc)) { + __set_errno (EDOM); + } + break; + + /* #### Last used is 49/149/249 ### */ } return exc.retval; } diff --git a/sysdeps/ieee754/ldbl-128/s_ilogbl.c b/sysdeps/ieee754/ldbl-128/s_ilogbl.c index d2acfd3..c042aa4 100644 --- a/sysdeps/ieee754/ldbl-128/s_ilogbl.c +++ b/sysdeps/ieee754/ldbl-128/s_ilogbl.c @@ -19,8 +19,9 @@ static char rcsid[] = "$NetBSD: $"; /* ilogbl(long double x) * return the binary exponent of non-zero x - * ilogbl(0) = 0x80000001 - * ilogbl(inf/NaN) = 0x7fffffff (no signal is raised) + * ilogbl(0) = FP_ILOGB0 + * ilogbl(NaN) = FP_ILOGBNAN (no signal is raised) + * ilogbl(+-Inf) = INT_MAX (no signal is raised) */ #include "math.h" @@ -50,6 +51,11 @@ static char rcsid[] = "$NetBSD: $"; return ix; } else if (hx<0x7fff000000000000LL) return (hx>>48)-0x3fff; - else return FP_ILOGBNAN; + else if (FP_ILOGBNAN != INT_MAX) { + /* ISO C99 requires ilogbl(+-Inf) == INT_MAX. */ + if (((hx^0x7fff000000000000LL)|lx) == 0) + return INT_MAX; + } + return FP_ILOGBNAN; } weak_alias (__ilogbl, ilogbl) diff --git a/sysdeps/ieee754/ldbl-96/e_coshl.c b/sysdeps/ieee754/ldbl-96/e_coshl.c index 6af846c..8c38fa4 100644 --- a/sysdeps/ieee754/ldbl-96/e_coshl.c +++ b/sysdeps/ieee754/ldbl-96/e_coshl.c @@ -79,16 +79,15 @@ static long double one = 1.0, half=0.5, huge = 1.0e4900L; if (ex < 0x400c || (ex == 0x400c && mx < 0xb1700000u)) return half*__ieee754_expl(fabsl(x)); - /* |x| in [log(maxdouble), overflowthresold] */ - if (ex < 0x400d - || (ex == 0x400d && (mx < 0xb170b513u - || (mx == 0xb170b513u && lx < 0xa1dfd60cu)))) + /* |x| in [log(maxdouble), log(2*maxdouble)) */ + if (ex == 0x400c && (mx < 0xb174ddc0u + || (mx == 0xb174ddc0u && lx < 0x31aec0ebu))) { w = __ieee754_expl(half*fabsl(x)); t = half*w; return t*w; } - /* |x| > overflowthresold, cosh(x) overflow */ + /* |x| >= log(2*maxdouble), cosh(x) overflow */ return huge*huge; } diff --git a/sysdeps/ieee754/ldbl-96/s_ilogbl.c b/sysdeps/ieee754/ldbl-96/s_ilogbl.c index d44229d..9688f5a 100644 --- a/sysdeps/ieee754/ldbl-96/s_ilogbl.c +++ b/sysdeps/ieee754/ldbl-96/s_ilogbl.c @@ -20,10 +20,12 @@ static char rcsid[] = "$NetBSD: $"; /* ilogbl(long double x) * return the binary exponent of non-zero x - * ilogbl(0) = 0x80000001 - * ilogbl(inf/NaN) = 0x7fffffff (no signal is raised) + * ilogbl(0) = FP_ILOGB0 + * ilogbl(NaN) = FP_ILOGBNAN (no signal is raised) + * ilogbl(+-Inf) = INT_MAX (no signal is raised) */ +#include #include "math.h" #include "math_private.h" @@ -51,6 +53,9 @@ static char rcsid[] = "$NetBSD: $"; return ix; } else if (es<0x7fff) return es-0x3fff; - else return FP_ILOGBNAN; + else if (FP_ILOGBNAN != INT_MAX && (hx|lx) == 0) + /* ISO C99 requires ilogbl(+-Inf) == INT_MAX. */ + return INT_MAX; + return FP_ILOGBNAN; } weak_alias (__ilogbl, ilogbl) diff --git a/sysdeps/ieee754/ldbl-96/s_llroundl.c b/sysdeps/ieee754/ldbl-96/s_llroundl.c index 4a537c8..61df42d 100644 --- a/sysdeps/ieee754/ldbl-96/s_llroundl.c +++ b/sysdeps/ieee754/ldbl-96/s_llroundl.c @@ -1,5 +1,5 @@ /* Round long double value to long long int. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -59,13 +59,13 @@ __llroundl (long double x) else { u_int32_t j = i1 + (0x80000000 >> (j0 - 31)); + + result = (long long int) i0; if (j < i1) - ++i0; + ++result; - if (j0 == 31) - result = (long long int) i0; - else - result = ((long long int) i0 << (j0 - 31)) | (j >> (63 - j0)); + if (j0 > 31) + result = (result << (j0 - 31)) | (j >> (63 - j0)); } } else diff --git a/sysdeps/m68k/fpu/e_log2.c b/sysdeps/m68k/fpu/e_log2.c new file mode 100644 index 0000000..5528922 --- /dev/null +++ b/sysdeps/m68k/fpu/e_log2.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_log2 +#include diff --git a/sysdeps/m68k/fpu/e_log2f.c b/sysdeps/m68k/fpu/e_log2f.c new file mode 100644 index 0000000..ed74933 --- /dev/null +++ b/sysdeps/m68k/fpu/e_log2f.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_log10f +#include diff --git a/sysdeps/m68k/fpu/e_log2l.c b/sysdeps/m68k/fpu/e_log2l.c new file mode 100644 index 0000000..795cfba --- /dev/null +++ b/sysdeps/m68k/fpu/e_log2l.c @@ -0,0 +1,2 @@ +#define FUNC __ieee754_log10l +#include diff --git a/sysdeps/m68k/fpu/s_log2.c b/sysdeps/m68k/fpu/s_log2.c deleted file mode 100644 index 26e26ba..0000000 --- a/sysdeps/m68k/fpu/s_log2.c +++ /dev/null @@ -1,2 +0,0 @@ -#define FUNC log2 -#include diff --git a/sysdeps/m68k/fpu/s_log2f.c b/sysdeps/m68k/fpu/s_log2f.c deleted file mode 100644 index 6849432..0000000 --- a/sysdeps/m68k/fpu/s_log2f.c +++ /dev/null @@ -1,2 +0,0 @@ -#define FUNC log2f -#include diff --git a/sysdeps/m68k/fpu/s_log2l.c b/sysdeps/m68k/fpu/s_log2l.c deleted file mode 100644 index c4eb063..0000000 --- a/sysdeps/m68k/fpu/s_log2l.c +++ /dev/null @@ -1,2 +0,0 @@ -#define FUNC log2l -#include -- 2.7.4