author | duke |
Wed, 05 Jul 2017 17:48:11 +0200 | |
changeset 10204 | bbd2c5e0ce05 |
parent 3052 | 5c9886498f31 |
child 17915 | 6d0dcca98844 |
permissions | -rw-r--r-- |
3052
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2 |
# Copy/pasted of EUC_CR.b2c |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4 |
# (1)Added 0x00-0x7f |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5 |
# (2)Added 2 new codepoints (KS X 1001:1998) |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6 |
# 0xA2E6 0x20AC # EURO Sign |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7 |
# 0xA2E7 0x00AE # Registered Sign |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
9 |
0x00 0x0000 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
10 |
0x01 0x0001 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
11 |
0x02 0x0002 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
12 |
0x03 0x0003 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
13 |
0x04 0x0004 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
14 |
0x05 0x0005 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
15 |
0x06 0x0006 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
16 |
0x07 0x0007 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
17 |
0x08 0x0008 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
18 |
0x09 0x0009 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
19 |
0x0a 0x000a |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
20 |
0x0b 0x000b |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
21 |
0x0c 0x000c |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
22 |
0x0d 0x000d |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
23 |
0x0e 0x000e |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
24 |
0x0f 0x000f |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
25 |
0x10 0x0010 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
26 |
0x11 0x0011 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
27 |
0x12 0x0012 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
28 |
0x13 0x0013 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
29 |
0x14 0x0014 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
30 |
0x15 0x0015 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
31 |
0x16 0x0016 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
32 |
0x17 0x0017 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
33 |
0x18 0x0018 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
34 |
0x19 0x0019 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
35 |
0x1a 0x001a |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
36 |
0x1b 0x001b |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
37 |
0x1c 0x001c |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
38 |
0x1d 0x001d |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
39 |
0x1e 0x001e |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
40 |
0x1f 0x001f |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
41 |
0x20 0x0020 # SPACE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
42 |
0x21 0x0021 # EXCLAMATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
43 |
0x22 0x0022 # QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
44 |
0x23 0x0023 # NUMBER SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
45 |
0x24 0x0024 # DOLLAR SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
46 |
0x25 0x0025 # PERCENT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
47 |
0x26 0x0026 # AMPERSAND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
48 |
0x27 0x0027 # APOSTROPHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
49 |
0x28 0x0028 # LEFT PARENTHESIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
50 |
0x29 0x0029 # RIGHT PARENTHESIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
51 |
0x2A 0x002A # ASTERISK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
52 |
0x2B 0x002B # PLUS SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
53 |
0x2C 0x002C # COMMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
54 |
0x2D 0x002D # HYPHEN-MINUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
55 |
0x2E 0x002E # FULL STOP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
56 |
0x2F 0x002F # SOLIDUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
57 |
0x30 0x0030 # DIGIT ZERO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
58 |
0x31 0x0031 # DIGIT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
59 |
0x32 0x0032 # DIGIT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
60 |
0x33 0x0033 # DIGIT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
61 |
0x34 0x0034 # DIGIT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
62 |
0x35 0x0035 # DIGIT FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
63 |
0x36 0x0036 # DIGIT SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
64 |
0x37 0x0037 # DIGIT SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
65 |
0x38 0x0038 # DIGIT EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
66 |
0x39 0x0039 # DIGIT NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
67 |
0x3A 0x003A # COLON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
68 |
0x3B 0x003B # SEMICOLON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
69 |
0x3C 0x003C # LESS-THAN SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
70 |
0x3D 0x003D # EQUALS SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
71 |
0x3E 0x003E # GREATER-THAN SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
72 |
0x3F 0x003F # QUESTION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
73 |
0x40 0x0040 # COMMERCIAL AT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
74 |
0x41 0x0041 # LATIN CAPITAL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
75 |
0x42 0x0042 # LATIN CAPITAL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
76 |
0x43 0x0043 # LATIN CAPITAL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
77 |
0x44 0x0044 # LATIN CAPITAL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
78 |
0x45 0x0045 # LATIN CAPITAL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
79 |
0x46 0x0046 # LATIN CAPITAL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
80 |
0x47 0x0047 # LATIN CAPITAL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
81 |
0x48 0x0048 # LATIN CAPITAL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
82 |
0x49 0x0049 # LATIN CAPITAL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
83 |
0x4A 0x004A # LATIN CAPITAL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
84 |
0x4B 0x004B # LATIN CAPITAL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
85 |
0x4C 0x004C # LATIN CAPITAL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
86 |
0x4D 0x004D # LATIN CAPITAL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
87 |
0x4E 0x004E # LATIN CAPITAL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
88 |
0x4F 0x004F # LATIN CAPITAL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
89 |
0x50 0x0050 # LATIN CAPITAL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
90 |
0x51 0x0051 # LATIN CAPITAL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
91 |
0x52 0x0052 # LATIN CAPITAL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
92 |
0x53 0x0053 # LATIN CAPITAL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
93 |
0x54 0x0054 # LATIN CAPITAL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
94 |
0x55 0x0055 # LATIN CAPITAL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
95 |
0x56 0x0056 # LATIN CAPITAL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
96 |
0x57 0x0057 # LATIN CAPITAL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
97 |
0x58 0x0058 # LATIN CAPITAL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
98 |
0x59 0x0059 # LATIN CAPITAL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
99 |
0x5A 0x005A # LATIN CAPITAL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
100 |
0x5B 0x005B # LEFT SQUARE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
101 |
0x5C 0x005C # WON SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
102 |
0x5D 0x005D # RIGHT SQUARE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
103 |
0x5E 0x005E # CIRCUMFLEX ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
104 |
0x5F 0x005F # LOW LINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
105 |
0x60 0x0060 # GRAVE ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
106 |
0x61 0x0061 # LATIN SMALL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
107 |
0x62 0x0062 # LATIN SMALL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
108 |
0x63 0x0063 # LATIN SMALL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
109 |
0x64 0x0064 # LATIN SMALL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
110 |
0x65 0x0065 # LATIN SMALL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
111 |
0x66 0x0066 # LATIN SMALL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
112 |
0x67 0x0067 # LATIN SMALL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
113 |
0x68 0x0068 # LATIN SMALL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
114 |
0x69 0x0069 # LATIN SMALL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
115 |
0x6A 0x006A # LATIN SMALL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
116 |
0x6B 0x006B # LATIN SMALL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
117 |
0x6C 0x006C # LATIN SMALL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
118 |
0x6D 0x006D # LATIN SMALL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
119 |
0x6E 0x006E # LATIN SMALL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
120 |
0x6F 0x006F # LATIN SMALL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
121 |
0x70 0x0070 # LATIN SMALL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
122 |
0x71 0x0071 # LATIN SMALL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
123 |
0x72 0x0072 # LATIN SMALL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
124 |
0x73 0x0073 # LATIN SMALL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
125 |
0x74 0x0074 # LATIN SMALL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
126 |
0x75 0x0075 # LATIN SMALL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
127 |
0x76 0x0076 # LATIN SMALL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
128 |
0x77 0x0077 # LATIN SMALL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
129 |
0x78 0x0078 # LATIN SMALL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
130 |
0x79 0x0079 # LATIN SMALL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
131 |
0x7A 0x007A # LATIN SMALL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
132 |
0x7B 0x007B # LEFT CURLY BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
133 |
0x7C 0x007C # VERTICAL LINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
134 |
0x7D 0x007D # RIGHT CURLY BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
135 |
0x7E 0x007E # TILDE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
136 |
0x7F 0x007F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
137 |
# doublebyte |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
138 |
0xA1A1 0x3000 # IDEOGRAPHIC SPACE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
139 |
0xA1A2 0x3001 # IDEOGRAPHIC COMMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
140 |
0xA1A3 0x3002 # IDEOGRAPHIC FULL STOP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
141 |
0xA1A4 0x00B7 # MIDDLE DOT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
142 |
0xA1A5 0x2025 # TWO DOT LEADER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
143 |
0xA1A6 0x2026 # HORIZONTAL ELLIPSIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
144 |
0xA1A7 0x00A8 # DIAERESIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
145 |
0xA1A8 0x3003 # DITTO MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
146 |
0xA1A9 0x00AD # SOFT HYPHEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
147 |
0xA1AA 0x2015 # HORIZONTAL BAR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
148 |
0xA1AB 0x2225 # PARALLEL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
149 |
0xA1AC 0xFF3C # FULLWIDTH REVERSE SOLIDUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
150 |
0xA1AD 0x223C # TILDE OPERATOR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
151 |
0xA1AE 0x2018 # LEFT SINGLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
152 |
0xA1AF 0x2019 # RIGHT SINGLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
153 |
0xA1B0 0x201C # LEFT DOUBLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
154 |
0xA1B1 0x201D # RIGHT DOUBLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
155 |
0xA1B2 0x3014 # LEFT TORTOISE SHELL BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
156 |
0xA1B3 0x3015 # RIGHT TORTOISE SHELL BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
157 |
0xA1B4 0x3008 # LEFT ANGLE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
158 |
0xA1B5 0x3009 # RIGHT ANGLE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
159 |
0xA1B6 0x300A # LEFT DOUBLE ANGLE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
160 |
0xA1B7 0x300B # RIGHT DOUBLE ANGLE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
161 |
0xA1B8 0x300C # LEFT CORNER BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
162 |
0xA1B9 0x300D # RIGHT CORNER BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
163 |
0xA1BA 0x300E # LEFT WHITE CORNER BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
164 |
0xA1BB 0x300F # RIGHT WHITE CORNER BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
165 |
0xA1BC 0x3010 # LEFT BLACK LENTICULAR BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
166 |
0xA1BD 0x3011 # RIGHT BLACK LENTICULAR BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
167 |
0xA1BE 0x00B1 # PLUS-MINUS SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
168 |
0xA1BF 0x00D7 # MULTIPLICATION SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
169 |
0xA1C0 0x00F7 # DIVISION SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
170 |
0xA1C1 0x2260 # NOT EQUAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
171 |
0xA1C2 0x2264 # LESS-THAN OR EQUAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
172 |
0xA1C3 0x2265 # GREATER-THAN OR EQUAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
173 |
0xA1C4 0x221E # INFINITY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
174 |
0xA1C5 0x2234 # THEREFORE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
175 |
0xA1C6 0x00B0 # DEGREE SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
176 |
0xA1C7 0x2032 # PRIME |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
177 |
0xA1C8 0x2033 # DOUBLE PRIME |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
178 |
0xA1C9 0x2103 # DEGREE CELSIUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
179 |
0xA1CA 0x212B # ANGSTROM SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
180 |
0xA1CB 0xFFE0 # FULLWIDTH CENT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
181 |
0xA1CC 0xFFE1 # FULLWIDTH POUND SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
182 |
0xA1CD 0xFFE5 # FULLWIDTH YEN SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
183 |
0xA1CE 0x2642 # MALE SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
184 |
0xA1CF 0x2640 # FEMALE SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
185 |
0xA1D0 0x2220 # ANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
186 |
0xA1D1 0x22A5 # UP TACK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
187 |
0xA1D2 0x2312 # ARC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
188 |
0xA1D3 0x2202 # PARTIAL DIFFERENTIAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
189 |
0xA1D4 0x2207 # NABLA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
190 |
0xA1D5 0x2261 # IDENTICAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
191 |
0xA1D6 0x2252 # APPROXIMATELY EQUAL TO OR THE IMAGE OF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
192 |
0xA1D7 0x00A7 # SECTION SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
193 |
0xA1D8 0x203B # REFERENCE MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
194 |
0xA1D9 0x2606 # WHITE STAR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
195 |
0xA1DA 0x2605 # BLACK STAR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
196 |
0xA1DB 0x25CB # WHITE CIRCLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
197 |
0xA1DC 0x25CF # BLACK CIRCLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
198 |
0xA1DD 0x25CE # BULLSEYE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
199 |
0xA1DE 0x25C7 # WHITE DIAMOND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
200 |
0xA1DF 0x25C6 # BLACK DIAMOND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
201 |
0xA1E0 0x25A1 # WHITE SQUARE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
202 |
0xA1E1 0x25A0 # BLACK SQUARE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
203 |
0xA1E2 0x25B3 # WHITE UP-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
204 |
0xA1E3 0x25B2 # BLACK UP-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
205 |
0xA1E4 0x25BD # WHITE DOWN-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
206 |
0xA1E5 0x25BC # BLACK DOWN-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
207 |
0xA1E6 0x2192 # RIGHTWARDS ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
208 |
0xA1E7 0x2190 # LEFTWARDS ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
209 |
0xA1E8 0x2191 # UPWARDS ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
210 |
0xA1E9 0x2193 # DOWNWARDS ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
211 |
0xA1EA 0x2194 # LEFT RIGHT ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
212 |
0xA1EB 0x3013 # GETA MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
213 |
0xA1EC 0x226A # MUCH LESS-THAN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
214 |
0xA1ED 0x226B # MUCH GREATER-THAN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
215 |
0xA1EE 0x221A # SQUARE ROOT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
216 |
0xA1EF 0x223D # REVERSED TILDE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
217 |
0xA1F0 0x221D # PROPORTIONAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
218 |
0xA1F1 0x2235 # BECAUSE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
219 |
0xA1F2 0x222B # INTEGRAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
220 |
0xA1F3 0x222C # DOUBLE INTEGRAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
221 |
0xA1F4 0x2208 # ELEMENT OF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
222 |
0xA1F5 0x220B # CONTAINS AS MEMBER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
223 |
0xA1F6 0x2286 # SUBSET OF OR EQUAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
224 |
0xA1F7 0x2287 # SUPERSET OF OR EQUAL TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
225 |
0xA1F8 0x2282 # SUBSET OF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
226 |
0xA1F9 0x2283 # SUPERSET OF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
227 |
0xA1FA 0x222A # UNION |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
228 |
0xA1FB 0x2229 # INTERSECTION |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
229 |
0xA1FC 0x2227 # LOGICAL AND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
230 |
0xA1FD 0x2228 # LOGICAL OR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
231 |
0xA1FE 0xFFE2 # FULLWIDTH NOT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
232 |
0xA2A1 0x21D2 # RIGHTWARDS DOUBLE ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
233 |
0xA2A2 0x21D4 # LEFT RIGHT DOUBLE ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
234 |
0xA2A3 0x2200 # FOR ALL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
235 |
0xA2A4 0x2203 # THERE EXISTS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
236 |
0xA2A5 0x00B4 # ACUTE ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
237 |
0xA2A6 0xFF5E # FULLWIDTH TILDE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
238 |
0xA2A7 0x02C7 # CARON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
239 |
0xA2A8 0x02D8 # BREVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
240 |
0xA2A9 0x02DD # DOUBLE ACUTE ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
241 |
0xA2AA 0x02DA # RING ABOVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
242 |
0xA2AB 0x02D9 # DOT ABOVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
243 |
0xA2AC 0x00B8 # CEDILLA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
244 |
0xA2AD 0x02DB # OGONEK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
245 |
0xA2AE 0x00A1 # INVERTED EXCLAMATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
246 |
0xA2AF 0x00BF # INVERTED QUESTION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
247 |
0xA2B0 0x02D0 # MODIFIER LETTER TRIANGULAR COLON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
248 |
0xA2B1 0x222E # CONTOUR INTEGRAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
249 |
0xA2B2 0x2211 # N-ARY SUMMATION |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
250 |
0xA2B3 0x220F # N-ARY PRODUCT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
251 |
0xA2B4 0x00A4 # CURRENCY SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
252 |
0xA2B5 0x2109 # DEGREE FAHRENHEIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
253 |
0xA2B6 0x2030 # PER MILLE SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
254 |
0xA2B7 0x25C1 # WHITE LEFT-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
255 |
0xA2B8 0x25C0 # BLACK LEFT-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
256 |
0xA2B9 0x25B7 # WHITE RIGHT-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
257 |
0xA2BA 0x25B6 # BLACK RIGHT-POINTING TRIANGLE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
258 |
0xA2BB 0x2664 # WHITE SPADE SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
259 |
0xA2BC 0x2660 # BLACK SPADE SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
260 |
0xA2BD 0x2661 # WHITE HEART SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
261 |
0xA2BE 0x2665 # BLACK HEART SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
262 |
0xA2BF 0x2667 # WHITE CLUB SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
263 |
0xA2C0 0x2663 # BLACK CLUB SUIT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
264 |
0xA2C1 0x2299 # CIRCLED DOT OPERATOR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
265 |
0xA2C2 0x25C8 # WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
266 |
0xA2C3 0x25A3 # WHITE SQUARE CONTAINING BLACK SMALL SQUARE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
267 |
0xA2C4 0x25D0 # CIRCLE WITH LEFT HALF BLACK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
268 |
0xA2C5 0x25D1 # CIRCLE WITH RIGHT HALF BLACK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
269 |
0xA2C6 0x2592 # MEDIUM SHADE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
270 |
0xA2C7 0x25A4 # SQUARE WITH HORIZONTAL FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
271 |
0xA2C8 0x25A5 # SQUARE WITH VERTICAL FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
272 |
0xA2C9 0x25A8 # SQUARE WITH UPPER RIGHT TO LOWER LEFT FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
273 |
0xA2CA 0x25A7 # SQUARE WITH UPPER LEFT TO LOWER RIGHT FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
274 |
0xA2CB 0x25A6 # SQUARE WITH ORTHOGONAL CROSSHATCH FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
275 |
0xA2CC 0x25A9 # SQUARE WITH DIAGONAL CROSSHATCH FILL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
276 |
0xA2CD 0x2668 # HOT SPRINGS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
277 |
0xA2CE 0x260F # WHITE TELEPHONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
278 |
0xA2CF 0x260E # BLACK TELEPHONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
279 |
0xA2D0 0x261C # WHITE LEFT POINTING INDEX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
280 |
0xA2D1 0x261E # WHITE RIGHT POINTING INDEX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
281 |
0xA2D2 0x00B6 # PILCROW SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
282 |
0xA2D3 0x2020 # DAGGER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
283 |
0xA2D4 0x2021 # DOUBLE DAGGER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
284 |
0xA2D5 0x2195 # UP DOWN ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
285 |
0xA2D6 0x2197 # NORTH EAST ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
286 |
0xA2D7 0x2199 # SOUTH WEST ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
287 |
0xA2D8 0x2196 # NORTH WEST ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
288 |
0xA2D9 0x2198 # SOUTH EAST ARROW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
289 |
0xA2DA 0x266D # MUSIC FLAT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
290 |
0xA2DB 0x2669 # QUARTER NOTE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
291 |
0xA2DC 0x266A # EIGHTH NOTE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
292 |
0xA2DD 0x266C # BEAMED SIXTEENTH NOTES |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
293 |
0xA2DE 0x327F # KOREAN STANDARD SYMBOL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
294 |
0xA2DF 0x321C # PARENTHESIZED HANGUL CIEUC U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
295 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
296 |
0xA2E6 0x20AC # EURO Sign |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
297 |
0xA2E7 0x00AE # Registered Sign |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
298 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
299 |
0xA2E0 0x2116 # NUMERO SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
300 |
0xA2E1 0x33C7 # SQUARE CO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
301 |
0xA2E2 0x2122 # TRADE MARK SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
302 |
0xA2E3 0x33C2 # SQUARE AM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
303 |
0xA2E4 0x33D8 # SQUARE PM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
304 |
0xA2E5 0x2121 # TELEPHONE SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
305 |
0xA3A1 0xFF01 # FULLWIDTH EXCLAMATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
306 |
0xA3A2 0xFF02 # FULLWIDTH QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
307 |
0xA3A3 0xFF03 # FULLWIDTH NUMBER SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
308 |
0xA3A4 0xFF04 # FULLWIDTH DOLLAR SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
309 |
0xA3A5 0xFF05 # FULLWIDTH PERCENT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
310 |
0xA3A6 0xFF06 # FULLWIDTH AMPERSAND |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
311 |
0xA3A7 0xFF07 # FULLWIDTH APOSTROPHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
312 |
0xA3A8 0xFF08 # FULLWIDTH LEFT PARENTHESIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
313 |
0xA3A9 0xFF09 # FULLWIDTH RIGHT PARENTHESIS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
314 |
0xA3AA 0xFF0A # FULLWIDTH ASTERISK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
315 |
0xA3AB 0xFF0B # FULLWIDTH PLUS SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
316 |
0xA3AC 0xFF0C # FULLWIDTH COMMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
317 |
0xA3AD 0xFF0D # FULLWIDTH HYPHEN-MINUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
318 |
0xA3AE 0xFF0E # FULLWIDTH FULL STOP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
319 |
0xA3AF 0xFF0F # FULLWIDTH SOLIDUS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
320 |
0xA3B0 0xFF10 # FULLWIDTH DIGIT ZERO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
321 |
0xA3B1 0xFF11 # FULLWIDTH DIGIT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
322 |
0xA3B2 0xFF12 # FULLWIDTH DIGIT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
323 |
0xA3B3 0xFF13 # FULLWIDTH DIGIT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
324 |
0xA3B4 0xFF14 # FULLWIDTH DIGIT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
325 |
0xA3B5 0xFF15 # FULLWIDTH DIGIT FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
326 |
0xA3B6 0xFF16 # FULLWIDTH DIGIT SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
327 |
0xA3B7 0xFF17 # FULLWIDTH DIGIT SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
328 |
0xA3B8 0xFF18 # FULLWIDTH DIGIT EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
329 |
0xA3B9 0xFF19 # FULLWIDTH DIGIT NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
330 |
0xA3BA 0xFF1A # FULLWIDTH COLON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
331 |
0xA3BB 0xFF1B # FULLWIDTH SEMICOLON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
332 |
0xA3BC 0xFF1C # FULLWIDTH LESS-THAN SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
333 |
0xA3BD 0xFF1D # FULLWIDTH EQUALS SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
334 |
0xA3BE 0xFF1E # FULLWIDTH GREATER-THAN SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
335 |
0xA3BF 0xFF1F # FULLWIDTH QUESTION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
336 |
0xA3C0 0xFF20 # FULLWIDTH COMMERCIAL AT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
337 |
0xA3C1 0xFF21 # FULLWIDTH LATIN CAPITAL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
338 |
0xA3C2 0xFF22 # FULLWIDTH LATIN CAPITAL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
339 |
0xA3C3 0xFF23 # FULLWIDTH LATIN CAPITAL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
340 |
0xA3C4 0xFF24 # FULLWIDTH LATIN CAPITAL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
341 |
0xA3C5 0xFF25 # FULLWIDTH LATIN CAPITAL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
342 |
0xA3C6 0xFF26 # FULLWIDTH LATIN CAPITAL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
343 |
0xA3C7 0xFF27 # FULLWIDTH LATIN CAPITAL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
344 |
0xA3C8 0xFF28 # FULLWIDTH LATIN CAPITAL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
345 |
0xA3C9 0xFF29 # FULLWIDTH LATIN CAPITAL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
346 |
0xA3CA 0xFF2A # FULLWIDTH LATIN CAPITAL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
347 |
0xA3CB 0xFF2B # FULLWIDTH LATIN CAPITAL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
348 |
0xA3CC 0xFF2C # FULLWIDTH LATIN CAPITAL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
349 |
0xA3CD 0xFF2D # FULLWIDTH LATIN CAPITAL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
350 |
0xA3CE 0xFF2E # FULLWIDTH LATIN CAPITAL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
351 |
0xA3CF 0xFF2F # FULLWIDTH LATIN CAPITAL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
352 |
0xA3D0 0xFF30 # FULLWIDTH LATIN CAPITAL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
353 |
0xA3D1 0xFF31 # FULLWIDTH LATIN CAPITAL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
354 |
0xA3D2 0xFF32 # FULLWIDTH LATIN CAPITAL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
355 |
0xA3D3 0xFF33 # FULLWIDTH LATIN CAPITAL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
356 |
0xA3D4 0xFF34 # FULLWIDTH LATIN CAPITAL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
357 |
0xA3D5 0xFF35 # FULLWIDTH LATIN CAPITAL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
358 |
0xA3D6 0xFF36 # FULLWIDTH LATIN CAPITAL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
359 |
0xA3D7 0xFF37 # FULLWIDTH LATIN CAPITAL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
360 |
0xA3D8 0xFF38 # FULLWIDTH LATIN CAPITAL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
361 |
0xA3D9 0xFF39 # FULLWIDTH LATIN CAPITAL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
362 |
0xA3DA 0xFF3A # FULLWIDTH LATIN CAPITAL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
363 |
0xA3DB 0xFF3B # FULLWIDTH LEFT SQUARE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
364 |
0xA3DC 0xFFE6 # FULLWIDTH WON SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
365 |
0xA3DD 0xFF3D # FULLWIDTH RIGHT SQUARE BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
366 |
0xA3DE 0xFF3E # FULLWIDTH CIRCUMFLEX ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
367 |
0xA3DF 0xFF3F # FULLWIDTH LOW LINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
368 |
0xA3E0 0xFF40 # FULLWIDTH GRAVE ACCENT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
369 |
0xA3E1 0xFF41 # FULLWIDTH LATIN SMALL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
370 |
0xA3E2 0xFF42 # FULLWIDTH LATIN SMALL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
371 |
0xA3E3 0xFF43 # FULLWIDTH LATIN SMALL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
372 |
0xA3E4 0xFF44 # FULLWIDTH LATIN SMALL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
373 |
0xA3E5 0xFF45 # FULLWIDTH LATIN SMALL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
374 |
0xA3E6 0xFF46 # FULLWIDTH LATIN SMALL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
375 |
0xA3E7 0xFF47 # FULLWIDTH LATIN SMALL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
376 |
0xA3E8 0xFF48 # FULLWIDTH LATIN SMALL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
377 |
0xA3E9 0xFF49 # FULLWIDTH LATIN SMALL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
378 |
0xA3EA 0xFF4A # FULLWIDTH LATIN SMALL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
379 |
0xA3EB 0xFF4B # FULLWIDTH LATIN SMALL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
380 |
0xA3EC 0xFF4C # FULLWIDTH LATIN SMALL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
381 |
0xA3ED 0xFF4D # FULLWIDTH LATIN SMALL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
382 |
0xA3EE 0xFF4E # FULLWIDTH LATIN SMALL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
383 |
0xA3EF 0xFF4F # FULLWIDTH LATIN SMALL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
384 |
0xA3F0 0xFF50 # FULLWIDTH LATIN SMALL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
385 |
0xA3F1 0xFF51 # FULLWIDTH LATIN SMALL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
386 |
0xA3F2 0xFF52 # FULLWIDTH LATIN SMALL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
387 |
0xA3F3 0xFF53 # FULLWIDTH LATIN SMALL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
388 |
0xA3F4 0xFF54 # FULLWIDTH LATIN SMALL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
389 |
0xA3F5 0xFF55 # FULLWIDTH LATIN SMALL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
390 |
0xA3F6 0xFF56 # FULLWIDTH LATIN SMALL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
391 |
0xA3F7 0xFF57 # FULLWIDTH LATIN SMALL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
392 |
0xA3F8 0xFF58 # FULLWIDTH LATIN SMALL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
393 |
0xA3F9 0xFF59 # FULLWIDTH LATIN SMALL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
394 |
0xA3FA 0xFF5A # FULLWIDTH LATIN SMALL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
395 |
0xA3FB 0xFF5B # FULLWIDTH LEFT CURLY BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
396 |
0xA3FC 0xFF5C # FULLWIDTH VERTICAL LINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
397 |
0xA3FD 0xFF5D # FULLWIDTH RIGHT CURLY BRACKET |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
398 |
0xA3FE 0xFFE3 # FULLWIDTH MACRON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
399 |
0xA4A1 0x3131 # HANGUL LETTER KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
400 |
0xA4A2 0x3132 # HANGUL LETTER SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
401 |
0xA4A3 0x3133 # HANGUL LETTER KIYEOK-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
402 |
0xA4A4 0x3134 # HANGUL LETTER NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
403 |
0xA4A5 0x3135 # HANGUL LETTER NIEUN-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
404 |
0xA4A6 0x3136 # HANGUL LETTER NIEUN-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
405 |
0xA4A7 0x3137 # HANGUL LETTER TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
406 |
0xA4A8 0x3138 # HANGUL LETTER SSANGTIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
407 |
0xA4A9 0x3139 # HANGUL LETTER RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
408 |
0xA4AA 0x313A # HANGUL LETTER RIEUL-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
409 |
0xA4AB 0x313B # HANGUL LETTER RIEUL-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
410 |
0xA4AC 0x313C # HANGUL LETTER RIEUL-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
411 |
0xA4AD 0x313D # HANGUL LETTER RIEUL-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
412 |
0xA4AE 0x313E # HANGUL LETTER RIEUL-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
413 |
0xA4AF 0x313F # HANGUL LETTER RIEUL-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
414 |
0xA4B0 0x3140 # HANGUL LETTER RIEUL-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
415 |
0xA4B1 0x3141 # HANGUL LETTER MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
416 |
0xA4B2 0x3142 # HANGUL LETTER PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
417 |
0xA4B3 0x3143 # HANGUL LETTER SSANGPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
418 |
0xA4B4 0x3144 # HANGUL LETTER PIEUP-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
419 |
0xA4B5 0x3145 # HANGUL LETTER SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
420 |
0xA4B6 0x3146 # HANGUL LETTER SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
421 |
0xA4B7 0x3147 # HANGUL LETTER IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
422 |
0xA4B8 0x3148 # HANGUL LETTER CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
423 |
0xA4B9 0x3149 # HANGUL LETTER SSANGCIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
424 |
0xA4BA 0x314A # HANGUL LETTER CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
425 |
0xA4BB 0x314B # HANGUL LETTER KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
426 |
0xA4BC 0x314C # HANGUL LETTER THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
427 |
0xA4BD 0x314D # HANGUL LETTER PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
428 |
0xA4BE 0x314E # HANGUL LETTER HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
429 |
0xA4BF 0x314F # HANGUL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
430 |
0xA4C0 0x3150 # HANGUL LETTER AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
431 |
0xA4C1 0x3151 # HANGUL LETTER YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
432 |
0xA4C2 0x3152 # HANGUL LETTER YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
433 |
0xA4C3 0x3153 # HANGUL LETTER EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
434 |
0xA4C4 0x3154 # HANGUL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
435 |
0xA4C5 0x3155 # HANGUL LETTER YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
436 |
0xA4C6 0x3156 # HANGUL LETTER YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
437 |
0xA4C7 0x3157 # HANGUL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
438 |
0xA4C8 0x3158 # HANGUL LETTER WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
439 |
0xA4C9 0x3159 # HANGUL LETTER WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
440 |
0xA4CA 0x315A # HANGUL LETTER OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
441 |
0xA4CB 0x315B # HANGUL LETTER YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
442 |
0xA4CC 0x315C # HANGUL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
443 |
0xA4CD 0x315D # HANGUL LETTER WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
444 |
0xA4CE 0x315E # HANGUL LETTER WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
445 |
0xA4CF 0x315F # HANGUL LETTER WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
446 |
0xA4D0 0x3160 # HANGUL LETTER YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
447 |
0xA4D1 0x3161 # HANGUL LETTER EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
448 |
0xA4D2 0x3162 # HANGUL LETTER YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
449 |
0xA4D3 0x3163 # HANGUL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
450 |
0xA4D4 0x3164 # HANGUL FILLER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
451 |
0xA4D5 0x3165 # HANGUL LETTER SSANGNIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
452 |
0xA4D6 0x3166 # HANGUL LETTER NIEUN-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
453 |
0xA4D7 0x3167 # HANGUL LETTER NIEUN-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
454 |
0xA4D8 0x3168 # HANGUL LETTER NIEUN-PANSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
455 |
0xA4D9 0x3169 # HANGUL LETTER RIEUL-KIYEOK-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
456 |
0xA4DA 0x316A # HANGUL LETTER RIEUL-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
457 |
0xA4DB 0x316B # HANGUL LETTER RIEUL-PIEUP-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
458 |
0xA4DC 0x316C # HANGUL LETTER RIEUL-PANSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
459 |
0xA4DD 0x316D # HANGUL LETTER RIEUL-YEORINHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
460 |
0xA4DE 0x316E # HANGUL LETTER MIEUM-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
461 |
0xA4DF 0x316F # HANGUL LETTER MIEUM-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
462 |
0xA4E0 0x3170 # HANGUL LETTER MIEUM-PANSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
463 |
0xA4E1 0x3171 # HANGUL LETTER KAPYEOUNMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
464 |
0xA4E2 0x3172 # HANGUL LETTER PIEUP-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
465 |
0xA4E3 0x3173 # HANGUL LETTER PIEUP-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
466 |
0xA4E4 0x3174 # HANGUL LETTER PIEUP-SIOS-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
467 |
0xA4E5 0x3175 # HANGUL LETTER PIEUP-SIOS-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
468 |
0xA4E6 0x3176 # HANGUL LETTER PIEUP-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
469 |
0xA4E7 0x3177 # HANGUL LETTER PIEUP-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
470 |
0xA4E8 0x3178 # HANGUL LETTER KAPYEOUNPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
471 |
0xA4E9 0x3179 # HANGUL LETTER KAPYEOUNSSANGPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
472 |
0xA4EA 0x317A # HANGUL LETTER SIOS-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
473 |
0xA4EB 0x317B # HANGUL LETTER SIOS-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
474 |
0xA4EC 0x317C # HANGUL LETTER SIOS-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
475 |
0xA4ED 0x317D # HANGUL LETTER SIOS-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
476 |
0xA4EE 0x317E # HANGUL LETTER SIOS-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
477 |
0xA4EF 0x317F # HANGUL LETTER PANSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
478 |
0xA4F0 0x3180 # HANGUL LETTER SSANGIEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
479 |
0xA4F1 0x3181 # HANGUL LETTER YESIEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
480 |
0xA4F2 0x3182 # HANGUL LETTER YESIEUNG-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
481 |
0xA4F3 0x3183 # HANGUL LETTER YESIEUNG-PANSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
482 |
0xA4F4 0x3184 # HANGUL LETTER KAPYEOUNPHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
483 |
0xA4F5 0x3185 # HANGUL LETTER SSANGHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
484 |
0xA4F6 0x3186 # HANGUL LETTER YEORINHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
485 |
0xA4F7 0x3187 # HANGUL LETTER YO-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
486 |
0xA4F8 0x3188 # HANGUL LETTER YO-YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
487 |
0xA4F9 0x3189 # HANGUL LETTER YO-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
488 |
0xA4FA 0x318A # HANGUL LETTER YU-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
489 |
0xA4FB 0x318B # HANGUL LETTER YU-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
490 |
0xA4FC 0x318C # HANGUL LETTER YU-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
491 |
0xA4FD 0x318D # HANGUL LETTER ARAEA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
492 |
0xA4FE 0x318E # HANGUL LETTER ARAEAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
493 |
0xA5A1 0x2170 # SMALL ROMAN NUMERAL ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
494 |
0xA5A2 0x2171 # SMALL ROMAN NUMERAL TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
495 |
0xA5A3 0x2172 # SMALL ROMAN NUMERAL THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
496 |
0xA5A4 0x2173 # SMALL ROMAN NUMERAL FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
497 |
0xA5A5 0x2174 # SMALL ROMAN NUMERAL FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
498 |
0xA5A6 0x2175 # SMALL ROMAN NUMERAL SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
499 |
0xA5A7 0x2176 # SMALL ROMAN NUMERAL SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
500 |
0xA5A8 0x2177 # SMALL ROMAN NUMERAL EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
501 |
0xA5A9 0x2178 # SMALL ROMAN NUMERAL NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
502 |
0xA5AA 0x2179 # SMALL ROMAN NUMERAL TEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
503 |
0xA5B0 0x2160 # ROMAN NUMERAL ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
504 |
0xA5B1 0x2161 # ROMAN NUMERAL TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
505 |
0xA5B2 0x2162 # ROMAN NUMERAL THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
506 |
0xA5B3 0x2163 # ROMAN NUMERAL FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
507 |
0xA5B4 0x2164 # ROMAN NUMERAL FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
508 |
0xA5B5 0x2165 # ROMAN NUMERAL SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
509 |
0xA5B6 0x2166 # ROMAN NUMERAL SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
510 |
0xA5B7 0x2167 # ROMAN NUMERAL EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
511 |
0xA5B8 0x2168 # ROMAN NUMERAL NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
512 |
0xA5B9 0x2169 # ROMAN NUMERAL TEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
513 |
0xA5C1 0x0391 # GREEK CAPITAL LETTER ALPHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
514 |
0xA5C2 0x0392 # GREEK CAPITAL LETTER BETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
515 |
0xA5C3 0x0393 # GREEK CAPITAL LETTER GAMMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
516 |
0xA5C4 0x0394 # GREEK CAPITAL LETTER DELTA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
517 |
0xA5C5 0x0395 # GREEK CAPITAL LETTER EPSILON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
518 |
0xA5C6 0x0396 # GREEK CAPITAL LETTER ZETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
519 |
0xA5C7 0x0397 # GREEK CAPITAL LETTER ETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
520 |
0xA5C8 0x0398 # GREEK CAPITAL LETTER THETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
521 |
0xA5C9 0x0399 # GREEK CAPITAL LETTER IOTA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
522 |
0xA5CA 0x039A # GREEK CAPITAL LETTER KAPPA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
523 |
0xA5CB 0x039B # GREEK CAPITAL LETTER LAMDA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
524 |
0xA5CC 0x039C # GREEK CAPITAL LETTER MU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
525 |
0xA5CD 0x039D # GREEK CAPITAL LETTER NU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
526 |
0xA5CE 0x039E # GREEK CAPITAL LETTER XI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
527 |
0xA5CF 0x039F # GREEK CAPITAL LETTER OMICRON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
528 |
0xA5D0 0x03A0 # GREEK CAPITAL LETTER PI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
529 |
0xA5D1 0x03A1 # GREEK CAPITAL LETTER RHO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
530 |
0xA5D2 0x03A3 # GREEK CAPITAL LETTER SIGMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
531 |
0xA5D3 0x03A4 # GREEK CAPITAL LETTER TAU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
532 |
0xA5D4 0x03A5 # GREEK CAPITAL LETTER UPSILON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
533 |
0xA5D5 0x03A6 # GREEK CAPITAL LETTER PHI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
534 |
0xA5D6 0x03A7 # GREEK CAPITAL LETTER CHI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
535 |
0xA5D7 0x03A8 # GREEK CAPITAL LETTER PSI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
536 |
0xA5D8 0x03A9 # GREEK CAPITAL LETTER OMEGA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
537 |
0xA5E1 0x03B1 # GREEK SMALL LETTER ALPHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
538 |
0xA5E2 0x03B2 # GREEK SMALL LETTER BETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
539 |
0xA5E3 0x03B3 # GREEK SMALL LETTER GAMMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
540 |
0xA5E4 0x03B4 # GREEK SMALL LETTER DELTA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
541 |
0xA5E5 0x03B5 # GREEK SMALL LETTER EPSILON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
542 |
0xA5E6 0x03B6 # GREEK SMALL LETTER ZETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
543 |
0xA5E7 0x03B7 # GREEK SMALL LETTER ETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
544 |
0xA5E8 0x03B8 # GREEK SMALL LETTER THETA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
545 |
0xA5E9 0x03B9 # GREEK SMALL LETTER IOTA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
546 |
0xA5EA 0x03BA # GREEK SMALL LETTER KAPPA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
547 |
0xA5EB 0x03BB # GREEK SMALL LETTER LAMDA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
548 |
0xA5EC 0x03BC # GREEK SMALL LETTER MU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
549 |
0xA5ED 0x03BD # GREEK SMALL LETTER NU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
550 |
0xA5EE 0x03BE # GREEK SMALL LETTER XI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
551 |
0xA5EF 0x03BF # GREEK SMALL LETTER OMICRON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
552 |
0xA5F0 0x03C0 # GREEK SMALL LETTER PI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
553 |
0xA5F1 0x03C1 # GREEK SMALL LETTER RHO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
554 |
0xA5F2 0x03C3 # GREEK SMALL LETTER SIGMA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
555 |
0xA5F3 0x03C4 # GREEK SMALL LETTER TAU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
556 |
0xA5F4 0x03C5 # GREEK SMALL LETTER UPSILON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
557 |
0xA5F5 0x03C6 # GREEK SMALL LETTER PHI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
558 |
0xA5F6 0x03C7 # GREEK SMALL LETTER CHI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
559 |
0xA5F7 0x03C8 # GREEK SMALL LETTER PSI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
560 |
0xA5F8 0x03C9 # GREEK SMALL LETTER OMEGA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
561 |
0xA6A1 0x2500 # BOX DRAWINGS LIGHT HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
562 |
0xA6A2 0x2502 # BOX DRAWINGS LIGHT VERTICAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
563 |
0xA6A3 0x250C # BOX DRAWINGS LIGHT DOWN AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
564 |
0xA6A4 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
565 |
0xA6A5 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
566 |
0xA6A6 0x2514 # BOX DRAWINGS LIGHT UP AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
567 |
0xA6A7 0x251C # BOX DRAWINGS LIGHT VERTICAL AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
568 |
0xA6A8 0x252C # BOX DRAWINGS LIGHT DOWN AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
569 |
0xA6A9 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
570 |
0xA6AA 0x2534 # BOX DRAWINGS LIGHT UP AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
571 |
0xA6AB 0x253C # BOX DRAWINGS LIGHT VERTICAL AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
572 |
0xA6AC 0x2501 # BOX DRAWINGS HEAVY HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
573 |
0xA6AD 0x2503 # BOX DRAWINGS HEAVY VERTICAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
574 |
0xA6AE 0x250F # BOX DRAWINGS HEAVY DOWN AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
575 |
0xA6AF 0x2513 # BOX DRAWINGS HEAVY DOWN AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
576 |
0xA6B0 0x251B # BOX DRAWINGS HEAVY UP AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
577 |
0xA6B1 0x2517 # BOX DRAWINGS HEAVY UP AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
578 |
0xA6B2 0x2523 # BOX DRAWINGS HEAVY VERTICAL AND RIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
579 |
0xA6B3 0x2533 # BOX DRAWINGS HEAVY DOWN AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
580 |
0xA6B4 0x252B # BOX DRAWINGS HEAVY VERTICAL AND LEFT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
581 |
0xA6B5 0x253B # BOX DRAWINGS HEAVY UP AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
582 |
0xA6B6 0x254B # BOX DRAWINGS HEAVY VERTICAL AND HORIZONTAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
583 |
0xA6B7 0x2520 # BOX DRAWINGS VERTICAL HEAVY AND RIGHT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
584 |
0xA6B8 0x252F # BOX DRAWINGS DOWN LIGHT AND HORIZONTAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
585 |
0xA6B9 0x2528 # BOX DRAWINGS VERTICAL HEAVY AND LEFT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
586 |
0xA6BA 0x2537 # BOX DRAWINGS UP LIGHT AND HORIZONTAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
587 |
0xA6BB 0x253F # BOX DRAWINGS VERTICAL LIGHT AND HORIZONTAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
588 |
0xA6BC 0x251D # BOX DRAWINGS VERTICAL LIGHT AND RIGHT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
589 |
0xA6BD 0x2530 # BOX DRAWINGS DOWN HEAVY AND HORIZONTAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
590 |
0xA6BE 0x2525 # BOX DRAWINGS VERTICAL LIGHT AND LEFT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
591 |
0xA6BF 0x2538 # BOX DRAWINGS UP HEAVY AND HORIZONTAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
592 |
0xA6C0 0x2542 # BOX DRAWINGS VERTICAL HEAVY AND HORIZONTAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
593 |
0xA6C1 0x2512 # BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
594 |
0xA6C2 0x2511 # BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
595 |
0xA6C3 0x251A # BOX DRAWINGS UP HEAVY AND LEFT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
596 |
0xA6C4 0x2519 # BOX DRAWINGS UP LIGHT AND LEFT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
597 |
0xA6C5 0x2516 # BOX DRAWINGS UP HEAVY AND RIGHT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
598 |
0xA6C6 0x2515 # BOX DRAWINGS UP LIGHT AND RIGHT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
599 |
0xA6C7 0x250E # BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
600 |
0xA6C8 0x250D # BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
601 |
0xA6C9 0x251E # BOX DRAWINGS UP HEAVY AND RIGHT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
602 |
0xA6CA 0x251F # BOX DRAWINGS DOWN HEAVY AND RIGHT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
603 |
0xA6CB 0x2521 # BOX DRAWINGS DOWN LIGHT AND RIGHT UP HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
604 |
0xA6CC 0x2522 # BOX DRAWINGS UP LIGHT AND RIGHT DOWN HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
605 |
0xA6CD 0x2526 # BOX DRAWINGS UP HEAVY AND LEFT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
606 |
0xA6CE 0x2527 # BOX DRAWINGS DOWN HEAVY AND LEFT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
607 |
0xA6CF 0x2529 # BOX DRAWINGS DOWN LIGHT AND LEFT UP HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
608 |
0xA6D0 0x252A # BOX DRAWINGS UP LIGHT AND LEFT DOWN HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
609 |
0xA6D1 0x252D # BOX DRAWINGS LEFT HEAVY AND RIGHT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
610 |
0xA6D2 0x252E # BOX DRAWINGS RIGHT HEAVY AND LEFT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
611 |
0xA6D3 0x2531 # BOX DRAWINGS RIGHT LIGHT AND LEFT DOWN HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
612 |
0xA6D4 0x2532 # BOX DRAWINGS LEFT LIGHT AND RIGHT DOWN HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
613 |
0xA6D5 0x2535 # BOX DRAWINGS LEFT HEAVY AND RIGHT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
614 |
0xA6D6 0x2536 # BOX DRAWINGS RIGHT HEAVY AND LEFT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
615 |
0xA6D7 0x2539 # BOX DRAWINGS RIGHT LIGHT AND LEFT UP HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
616 |
0xA6D8 0x253A # BOX DRAWINGS LEFT LIGHT AND RIGHT UP HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
617 |
0xA6D9 0x253D # BOX DRAWINGS LEFT HEAVY AND RIGHT VERTICAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
618 |
0xA6DA 0x253E # BOX DRAWINGS RIGHT HEAVY AND LEFT VERTICAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
619 |
0xA6DB 0x2540 # BOX DRAWINGS UP HEAVY AND DOWN HORIZONTAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
620 |
0xA6DC 0x2541 # BOX DRAWINGS DOWN HEAVY AND UP HORIZONTAL LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
621 |
0xA6DD 0x2543 # BOX DRAWINGS LEFT UP HEAVY AND RIGHT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
622 |
0xA6DE 0x2544 # BOX DRAWINGS RIGHT UP HEAVY AND LEFT DOWN LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
623 |
0xA6DF 0x2545 # BOX DRAWINGS LEFT DOWN HEAVY AND RIGHT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
624 |
0xA6E0 0x2546 # BOX DRAWINGS RIGHT DOWN HEAVY AND LEFT UP LIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
625 |
0xA6E1 0x2547 # BOX DRAWINGS DOWN LIGHT AND UP HORIZONTAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
626 |
0xA6E2 0x2548 # BOX DRAWINGS UP LIGHT AND DOWN HORIZONTAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
627 |
0xA6E3 0x2549 # BOX DRAWINGS RIGHT LIGHT AND LEFT VERTICAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
628 |
0xA6E4 0x254A # BOX DRAWINGS LEFT LIGHT AND RIGHT VERTICAL HEAVY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
629 |
0xA7A1 0x3395 # SQUARE MU L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
630 |
0xA7A2 0x3396 # SQUARE ML |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
631 |
0xA7A3 0x3397 # SQUARE DL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
632 |
0xA7A4 0x2113 # SCRIPT SMALL L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
633 |
0xA7A5 0x3398 # SQUARE KL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
634 |
0xA7A6 0x33C4 # SQUARE CC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
635 |
0xA7A7 0x33A3 # SQUARE MM CUBED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
636 |
0xA7A8 0x33A4 # SQUARE CM CUBED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
637 |
0xA7A9 0x33A5 # SQUARE M CUBED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
638 |
0xA7AA 0x33A6 # SQUARE KM CUBED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
639 |
0xA7AB 0x3399 # SQUARE FM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
640 |
0xA7AC 0x339A # SQUARE NM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
641 |
0xA7AD 0x339B # SQUARE MU M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
642 |
0xA7AE 0x339C # SQUARE MM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
643 |
0xA7AF 0x339D # SQUARE CM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
644 |
0xA7B0 0x339E # SQUARE KM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
645 |
0xA7B1 0x339F # SQUARE MM SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
646 |
0xA7B2 0x33A0 # SQUARE CM SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
647 |
0xA7B3 0x33A1 # SQUARE M SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
648 |
0xA7B4 0x33A2 # SQUARE KM SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
649 |
0xA7B5 0x33CA # SQUARE HA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
650 |
0xA7B6 0x338D # SQUARE MU G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
651 |
0xA7B7 0x338E # SQUARE MG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
652 |
0xA7B8 0x338F # SQUARE KG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
653 |
0xA7B9 0x33CF # SQUARE KT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
654 |
0xA7BA 0x3388 # SQUARE CAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
655 |
0xA7BB 0x3389 # SQUARE KCAL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
656 |
0xA7BC 0x33C8 # SQUARE DB |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
657 |
0xA7BD 0x33A7 # SQUARE M OVER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
658 |
0xA7BE 0x33A8 # SQUARE M OVER S SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
659 |
0xA7BF 0x33B0 # SQUARE PS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
660 |
0xA7C0 0x33B1 # SQUARE NS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
661 |
0xA7C1 0x33B2 # SQUARE MU S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
662 |
0xA7C2 0x33B3 # SQUARE MS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
663 |
0xA7C3 0x33B4 # SQUARE PV |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
664 |
0xA7C4 0x33B5 # SQUARE NV |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
665 |
0xA7C5 0x33B6 # SQUARE MU V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
666 |
0xA7C6 0x33B7 # SQUARE MV |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
667 |
0xA7C7 0x33B8 # SQUARE KV |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
668 |
0xA7C8 0x33B9 # SQUARE MV MEGA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
669 |
0xA7C9 0x3380 # SQUARE PA AMPS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
670 |
0xA7CA 0x3381 # SQUARE NA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
671 |
0xA7CB 0x3382 # SQUARE MU A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
672 |
0xA7CC 0x3383 # SQUARE MA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
673 |
0xA7CD 0x3384 # SQUARE KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
674 |
0xA7CE 0x33BA # SQUARE PW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
675 |
0xA7CF 0x33BB # SQUARE NW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
676 |
0xA7D0 0x33BC # SQUARE MU W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
677 |
0xA7D1 0x33BD # SQUARE MW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
678 |
0xA7D2 0x33BE # SQUARE KW |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
679 |
0xA7D3 0x33BF # SQUARE MW MEGA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
680 |
0xA7D4 0x3390 # SQUARE HZ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
681 |
0xA7D5 0x3391 # SQUARE KHZ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
682 |
0xA7D6 0x3392 # SQUARE MHZ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
683 |
0xA7D7 0x3393 # SQUARE GHZ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
684 |
0xA7D8 0x3394 # SQUARE THZ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
685 |
0xA7D9 0x2126 # OHM SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
686 |
0xA7DA 0x33C0 # SQUARE K OHM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
687 |
0xA7DB 0x33C1 # SQUARE M OHM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
688 |
0xA7DC 0x338A # SQUARE PF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
689 |
0xA7DD 0x338B # SQUARE NF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
690 |
0xA7DE 0x338C # SQUARE MU F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
691 |
0xA7DF 0x33D6 # SQUARE MOL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
692 |
0xA7E0 0x33C5 # SQUARE CD |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
693 |
0xA7E1 0x33AD # SQUARE RAD |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
694 |
0xA7E2 0x33AE # SQUARE RAD OVER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
695 |
0xA7E3 0x33AF # SQUARE RAD OVER S SQUARED |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
696 |
0xA7E4 0x33DB # SQUARE SR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
697 |
0xA7E5 0x33A9 # SQUARE PA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
698 |
0xA7E6 0x33AA # SQUARE KPA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
699 |
0xA7E7 0x33AB # SQUARE MPA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
700 |
0xA7E8 0x33AC # SQUARE GPA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
701 |
0xA7E9 0x33DD # SQUARE WB |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
702 |
0xA7EA 0x33D0 # SQUARE LM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
703 |
0xA7EB 0x33D3 # SQUARE LX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
704 |
0xA7EC 0x33C3 # SQUARE BQ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
705 |
0xA7ED 0x33C9 # SQUARE GY |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
706 |
0xA7EE 0x33DC # SQUARE SV |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
707 |
0xA7EF 0x33C6 # SQUARE C OVER KG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
708 |
0xA8A1 0x00C6 # LATIN CAPITAL LIGATURE AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
709 |
0xA8A2 0x00D0 # LATIN CAPITAL LETTER ETH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
710 |
0xA8A3 0x00AA # FEMININE ORDINAL INDICATOR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
711 |
0xA8A4 0x0126 # LATIN CAPITAL LETTER H WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
712 |
0xA8A6 0x0132 # LATIN CAPITAL LIGATURE IJ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
713 |
0xA8A8 0x013F # LATIN CAPITAL LETTER L WITH MIDDLE DOT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
714 |
0xA8A9 0x0141 # LATIN CAPITAL LETTER L WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
715 |
0xA8AA 0x00D8 # LATIN CAPITAL LETTER O WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
716 |
0xA8AB 0x0152 # LATIN CAPITAL LIGATURE OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
717 |
0xA8AC 0x00BA # MASCULINE ORDINAL INDICATOR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
718 |
0xA8AD 0x00DE # LATIN CAPITAL LETTER THORN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
719 |
0xA8AE 0x0166 # LATIN CAPITAL LETTER T WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
720 |
0xA8AF 0x014A # LATIN CAPITAL LETTER ENG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
721 |
0xA8B1 0x3260 # CIRCLED HANGUL KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
722 |
0xA8B2 0x3261 # CIRCLED HANGUL NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
723 |
0xA8B3 0x3262 # CIRCLED HANGUL TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
724 |
0xA8B4 0x3263 # CIRCLED HANGUL RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
725 |
0xA8B5 0x3264 # CIRCLED HANGUL MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
726 |
0xA8B6 0x3265 # CIRCLED HANGUL PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
727 |
0xA8B7 0x3266 # CIRCLED HANGUL SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
728 |
0xA8B8 0x3267 # CIRCLED HANGUL IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
729 |
0xA8B9 0x3268 # CIRCLED HANGUL CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
730 |
0xA8BA 0x3269 # CIRCLED HANGUL CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
731 |
0xA8BB 0x326A # CIRCLED HANGUL KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
732 |
0xA8BC 0x326B # CIRCLED HANGUL THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
733 |
0xA8BD 0x326C # CIRCLED HANGUL PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
734 |
0xA8BE 0x326D # CIRCLED HANGUL HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
735 |
0xA8BF 0x326E # CIRCLED HANGUL KIYEOK A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
736 |
0xA8C0 0x326F # CIRCLED HANGUL NIEUN A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
737 |
0xA8C1 0x3270 # CIRCLED HANGUL TIKEUT A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
738 |
0xA8C2 0x3271 # CIRCLED HANGUL RIEUL A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
739 |
0xA8C3 0x3272 # CIRCLED HANGUL MIEUM A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
740 |
0xA8C4 0x3273 # CIRCLED HANGUL PIEUP A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
741 |
0xA8C5 0x3274 # CIRCLED HANGUL SIOS A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
742 |
0xA8C6 0x3275 # CIRCLED HANGUL IEUNG A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
743 |
0xA8C7 0x3276 # CIRCLED HANGUL CIEUC A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
744 |
0xA8C8 0x3277 # CIRCLED HANGUL CHIEUCH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
745 |
0xA8C9 0x3278 # CIRCLED HANGUL KHIEUKH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
746 |
0xA8CA 0x3279 # CIRCLED HANGUL THIEUTH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
747 |
0xA8CB 0x327A # CIRCLED HANGUL PHIEUPH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
748 |
0xA8CC 0x327B # CIRCLED HANGUL HIEUH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
749 |
0xA8CD 0x24D0 # CIRCLED LATIN SMALL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
750 |
0xA8CE 0x24D1 # CIRCLED LATIN SMALL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
751 |
0xA8CF 0x24D2 # CIRCLED LATIN SMALL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
752 |
0xA8D0 0x24D3 # CIRCLED LATIN SMALL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
753 |
0xA8D1 0x24D4 # CIRCLED LATIN SMALL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
754 |
0xA8D2 0x24D5 # CIRCLED LATIN SMALL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
755 |
0xA8D3 0x24D6 # CIRCLED LATIN SMALL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
756 |
0xA8D4 0x24D7 # CIRCLED LATIN SMALL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
757 |
0xA8D5 0x24D8 # CIRCLED LATIN SMALL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
758 |
0xA8D6 0x24D9 # CIRCLED LATIN SMALL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
759 |
0xA8D7 0x24DA # CIRCLED LATIN SMALL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
760 |
0xA8D8 0x24DB # CIRCLED LATIN SMALL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
761 |
0xA8D9 0x24DC # CIRCLED LATIN SMALL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
762 |
0xA8DA 0x24DD # CIRCLED LATIN SMALL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
763 |
0xA8DB 0x24DE # CIRCLED LATIN SMALL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
764 |
0xA8DC 0x24DF # CIRCLED LATIN SMALL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
765 |
0xA8DD 0x24E0 # CIRCLED LATIN SMALL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
766 |
0xA8DE 0x24E1 # CIRCLED LATIN SMALL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
767 |
0xA8DF 0x24E2 # CIRCLED LATIN SMALL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
768 |
0xA8E0 0x24E3 # CIRCLED LATIN SMALL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
769 |
0xA8E1 0x24E4 # CIRCLED LATIN SMALL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
770 |
0xA8E2 0x24E5 # CIRCLED LATIN SMALL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
771 |
0xA8E3 0x24E6 # CIRCLED LATIN SMALL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
772 |
0xA8E4 0x24E7 # CIRCLED LATIN SMALL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
773 |
0xA8E5 0x24E8 # CIRCLED LATIN SMALL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
774 |
0xA8E6 0x24E9 # CIRCLED LATIN SMALL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
775 |
0xA8E7 0x2460 # CIRCLED DIGIT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
776 |
0xA8E8 0x2461 # CIRCLED DIGIT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
777 |
0xA8E9 0x2462 # CIRCLED DIGIT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
778 |
0xA8EA 0x2463 # CIRCLED DIGIT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
779 |
0xA8EB 0x2464 # CIRCLED DIGIT FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
780 |
0xA8EC 0x2465 # CIRCLED DIGIT SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
781 |
0xA8ED 0x2466 # CIRCLED DIGIT SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
782 |
0xA8EE 0x2467 # CIRCLED DIGIT EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
783 |
0xA8EF 0x2468 # CIRCLED DIGIT NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
784 |
0xA8F0 0x2469 # CIRCLED NUMBER TEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
785 |
0xA8F1 0x246A # CIRCLED NUMBER ELEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
786 |
0xA8F2 0x246B # CIRCLED NUMBER TWELVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
787 |
0xA8F3 0x246C # CIRCLED NUMBER THIRTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
788 |
0xA8F4 0x246D # CIRCLED NUMBER FOURTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
789 |
0xA8F5 0x246E # CIRCLED NUMBER FIFTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
790 |
0xA8F6 0x00BD # VULGAR FRACTION ONE HALF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
791 |
0xA8F7 0x2153 # VULGAR FRACTION ONE THIRD |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
792 |
0xA8F8 0x2154 # VULGAR FRACTION TWO THIRDS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
793 |
0xA8F9 0x00BC # VULGAR FRACTION ONE QUARTER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
794 |
0xA8FA 0x00BE # VULGAR FRACTION THREE QUARTERS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
795 |
0xA8FB 0x215B # VULGAR FRACTION ONE EIGHTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
796 |
0xA8FC 0x215C # VULGAR FRACTION THREE EIGHTHS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
797 |
0xA8FD 0x215D # VULGAR FRACTION FIVE EIGHTHS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
798 |
0xA8FE 0x215E # VULGAR FRACTION SEVEN EIGHTHS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
799 |
0xA9A1 0x00E6 # LATIN SMALL LIGATURE AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
800 |
0xA9A2 0x0111 # LATIN SMALL LETTER D WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
801 |
0xA9A3 0x00F0 # LATIN SMALL LETTER ETH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
802 |
0xA9A4 0x0127 # LATIN SMALL LETTER H WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
803 |
0xA9A5 0x0131 # LATIN SMALL LETTER DOTLESS I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
804 |
0xA9A6 0x0133 # LATIN SMALL LIGATURE IJ |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
805 |
0xA9A7 0x0138 # LATIN SMALL LETTER KRA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
806 |
0xA9A8 0x0140 # LATIN SMALL LETTER L WITH MIDDLE DOT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
807 |
0xA9A9 0x0142 # LATIN SMALL LETTER L WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
808 |
0xA9AA 0x00F8 # LATIN SMALL LETTER O WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
809 |
0xA9AB 0x0153 # LATIN SMALL LIGATURE OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
810 |
0xA9AC 0x00DF # LATIN SMALL LETTER SHARP S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
811 |
0xA9AD 0x00FE # LATIN SMALL LETTER THORN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
812 |
0xA9AE 0x0167 # LATIN SMALL LETTER T WITH STROKE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
813 |
0xA9AF 0x014B # LATIN SMALL LETTER ENG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
814 |
0xA9B0 0x0149 # LATIN SMALL LETTER N PRECEDED BY APOSTROPHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
815 |
0xA9B1 0x3200 # PARENTHESIZED HANGUL KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
816 |
0xA9B2 0x3201 # PARENTHESIZED HANGUL NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
817 |
0xA9B3 0x3202 # PARENTHESIZED HANGUL TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
818 |
0xA9B4 0x3203 # PARENTHESIZED HANGUL RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
819 |
0xA9B5 0x3204 # PARENTHESIZED HANGUL MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
820 |
0xA9B6 0x3205 # PARENTHESIZED HANGUL PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
821 |
0xA9B7 0x3206 # PARENTHESIZED HANGUL SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
822 |
0xA9B8 0x3207 # PARENTHESIZED HANGUL IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
823 |
0xA9B9 0x3208 # PARENTHESIZED HANGUL CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
824 |
0xA9BA 0x3209 # PARENTHESIZED HANGUL CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
825 |
0xA9BB 0x320A # PARENTHESIZED HANGUL KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
826 |
0xA9BC 0x320B # PARENTHESIZED HANGUL THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
827 |
0xA9BD 0x320C # PARENTHESIZED HANGUL PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
828 |
0xA9BE 0x320D # PARENTHESIZED HANGUL HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
829 |
0xA9BF 0x320E # PARENTHESIZED HANGUL KIYEOK A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
830 |
0xA9C0 0x320F # PARENTHESIZED HANGUL NIEUN A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
831 |
0xA9C1 0x3210 # PARENTHESIZED HANGUL TIKEUT A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
832 |
0xA9C2 0x3211 # PARENTHESIZED HANGUL RIEUL A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
833 |
0xA9C3 0x3212 # PARENTHESIZED HANGUL MIEUM A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
834 |
0xA9C4 0x3213 # PARENTHESIZED HANGUL PIEUP A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
835 |
0xA9C5 0x3214 # PARENTHESIZED HANGUL SIOS A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
836 |
0xA9C6 0x3215 # PARENTHESIZED HANGUL IEUNG A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
837 |
0xA9C7 0x3216 # PARENTHESIZED HANGUL CIEUC A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
838 |
0xA9C8 0x3217 # PARENTHESIZED HANGUL CHIEUCH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
839 |
0xA9C9 0x3218 # PARENTHESIZED HANGUL KHIEUKH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
840 |
0xA9CA 0x3219 # PARENTHESIZED HANGUL THIEUTH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
841 |
0xA9CB 0x321A # PARENTHESIZED HANGUL PHIEUPH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
842 |
0xA9CC 0x321B # PARENTHESIZED HANGUL HIEUH A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
843 |
0xA9CD 0x249C # PARENTHESIZED LATIN SMALL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
844 |
0xA9CE 0x249D # PARENTHESIZED LATIN SMALL LETTER B |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
845 |
0xA9CF 0x249E # PARENTHESIZED LATIN SMALL LETTER C |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
846 |
0xA9D0 0x249F # PARENTHESIZED LATIN SMALL LETTER D |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
847 |
0xA9D1 0x24A0 # PARENTHESIZED LATIN SMALL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
848 |
0xA9D2 0x24A1 # PARENTHESIZED LATIN SMALL LETTER F |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
849 |
0xA9D3 0x24A2 # PARENTHESIZED LATIN SMALL LETTER G |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
850 |
0xA9D4 0x24A3 # PARENTHESIZED LATIN SMALL LETTER H |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
851 |
0xA9D5 0x24A4 # PARENTHESIZED LATIN SMALL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
852 |
0xA9D6 0x24A5 # PARENTHESIZED LATIN SMALL LETTER J |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
853 |
0xA9D7 0x24A6 # PARENTHESIZED LATIN SMALL LETTER K |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
854 |
0xA9D8 0x24A7 # PARENTHESIZED LATIN SMALL LETTER L |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
855 |
0xA9D9 0x24A8 # PARENTHESIZED LATIN SMALL LETTER M |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
856 |
0xA9DA 0x24A9 # PARENTHESIZED LATIN SMALL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
857 |
0xA9DB 0x24AA # PARENTHESIZED LATIN SMALL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
858 |
0xA9DC 0x24AB # PARENTHESIZED LATIN SMALL LETTER P |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
859 |
0xA9DD 0x24AC # PARENTHESIZED LATIN SMALL LETTER Q |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
860 |
0xA9DE 0x24AD # PARENTHESIZED LATIN SMALL LETTER R |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
861 |
0xA9DF 0x24AE # PARENTHESIZED LATIN SMALL LETTER S |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
862 |
0xA9E0 0x24AF # PARENTHESIZED LATIN SMALL LETTER T |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
863 |
0xA9E1 0x24B0 # PARENTHESIZED LATIN SMALL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
864 |
0xA9E2 0x24B1 # PARENTHESIZED LATIN SMALL LETTER V |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
865 |
0xA9E3 0x24B2 # PARENTHESIZED LATIN SMALL LETTER W |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
866 |
0xA9E4 0x24B3 # PARENTHESIZED LATIN SMALL LETTER X |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
867 |
0xA9E5 0x24B4 # PARENTHESIZED LATIN SMALL LETTER Y |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
868 |
0xA9E6 0x24B5 # PARENTHESIZED LATIN SMALL LETTER Z |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
869 |
0xA9E7 0x2474 # PARENTHESIZED DIGIT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
870 |
0xA9E8 0x2475 # PARENTHESIZED DIGIT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
871 |
0xA9E9 0x2476 # PARENTHESIZED DIGIT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
872 |
0xA9EA 0x2477 # PARENTHESIZED DIGIT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
873 |
0xA9EB 0x2478 # PARENTHESIZED DIGIT FIVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
874 |
0xA9EC 0x2479 # PARENTHESIZED DIGIT SIX |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
875 |
0xA9ED 0x247A # PARENTHESIZED DIGIT SEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
876 |
0xA9EE 0x247B # PARENTHESIZED DIGIT EIGHT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
877 |
0xA9EF 0x247C # PARENTHESIZED DIGIT NINE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
878 |
0xA9F0 0x247D # PARENTHESIZED NUMBER TEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
879 |
0xA9F1 0x247E # PARENTHESIZED NUMBER ELEVEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
880 |
0xA9F2 0x247F # PARENTHESIZED NUMBER TWELVE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
881 |
0xA9F3 0x2480 # PARENTHESIZED NUMBER THIRTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
882 |
0xA9F4 0x2481 # PARENTHESIZED NUMBER FOURTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
883 |
0xA9F5 0x2482 # PARENTHESIZED NUMBER FIFTEEN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
884 |
0xA9F6 0x00B9 # SUPERSCRIPT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
885 |
0xA9F7 0x00B2 # SUPERSCRIPT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
886 |
0xA9F8 0x00B3 # SUPERSCRIPT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
887 |
0xA9F9 0x2074 # SUPERSCRIPT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
888 |
0xA9FA 0x207F # SUPERSCRIPT LATIN SMALL LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
889 |
0xA9FB 0x2081 # SUBSCRIPT ONE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
890 |
0xA9FC 0x2082 # SUBSCRIPT TWO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
891 |
0xA9FD 0x2083 # SUBSCRIPT THREE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
892 |
0xA9FE 0x2084 # SUBSCRIPT FOUR |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
893 |
0xAAA1 0x3041 # HIRAGANA LETTER SMALL A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
894 |
0xAAA2 0x3042 # HIRAGANA LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
895 |
0xAAA3 0x3043 # HIRAGANA LETTER SMALL I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
896 |
0xAAA4 0x3044 # HIRAGANA LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
897 |
0xAAA5 0x3045 # HIRAGANA LETTER SMALL U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
898 |
0xAAA6 0x3046 # HIRAGANA LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
899 |
0xAAA7 0x3047 # HIRAGANA LETTER SMALL E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
900 |
0xAAA8 0x3048 # HIRAGANA LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
901 |
0xAAA9 0x3049 # HIRAGANA LETTER SMALL O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
902 |
0xAAAA 0x304A # HIRAGANA LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
903 |
0xAAAB 0x304B # HIRAGANA LETTER KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
904 |
0xAAAC 0x304C # HIRAGANA LETTER GA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
905 |
0xAAAD 0x304D # HIRAGANA LETTER KI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
906 |
0xAAAE 0x304E # HIRAGANA LETTER GI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
907 |
0xAAAF 0x304F # HIRAGANA LETTER KU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
908 |
0xAAB0 0x3050 # HIRAGANA LETTER GU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
909 |
0xAAB1 0x3051 # HIRAGANA LETTER KE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
910 |
0xAAB2 0x3052 # HIRAGANA LETTER GE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
911 |
0xAAB3 0x3053 # HIRAGANA LETTER KO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
912 |
0xAAB4 0x3054 # HIRAGANA LETTER GO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
913 |
0xAAB5 0x3055 # HIRAGANA LETTER SA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
914 |
0xAAB6 0x3056 # HIRAGANA LETTER ZA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
915 |
0xAAB7 0x3057 # HIRAGANA LETTER SI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
916 |
0xAAB8 0x3058 # HIRAGANA LETTER ZI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
917 |
0xAAB9 0x3059 # HIRAGANA LETTER SU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
918 |
0xAABA 0x305A # HIRAGANA LETTER ZU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
919 |
0xAABB 0x305B # HIRAGANA LETTER SE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
920 |
0xAABC 0x305C # HIRAGANA LETTER ZE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
921 |
0xAABD 0x305D # HIRAGANA LETTER SO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
922 |
0xAABE 0x305E # HIRAGANA LETTER ZO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
923 |
0xAABF 0x305F # HIRAGANA LETTER TA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
924 |
0xAAC0 0x3060 # HIRAGANA LETTER DA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
925 |
0xAAC1 0x3061 # HIRAGANA LETTER TI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
926 |
0xAAC2 0x3062 # HIRAGANA LETTER DI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
927 |
0xAAC3 0x3063 # HIRAGANA LETTER SMALL TU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
928 |
0xAAC4 0x3064 # HIRAGANA LETTER TU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
929 |
0xAAC5 0x3065 # HIRAGANA LETTER DU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
930 |
0xAAC6 0x3066 # HIRAGANA LETTER TE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
931 |
0xAAC7 0x3067 # HIRAGANA LETTER DE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
932 |
0xAAC8 0x3068 # HIRAGANA LETTER TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
933 |
0xAAC9 0x3069 # HIRAGANA LETTER DO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
934 |
0xAACA 0x306A # HIRAGANA LETTER NA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
935 |
0xAACB 0x306B # HIRAGANA LETTER NI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
936 |
0xAACC 0x306C # HIRAGANA LETTER NU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
937 |
0xAACD 0x306D # HIRAGANA LETTER NE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
938 |
0xAACE 0x306E # HIRAGANA LETTER NO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
939 |
0xAACF 0x306F # HIRAGANA LETTER HA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
940 |
0xAAD0 0x3070 # HIRAGANA LETTER BA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
941 |
0xAAD1 0x3071 # HIRAGANA LETTER PA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
942 |
0xAAD2 0x3072 # HIRAGANA LETTER HI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
943 |
0xAAD3 0x3073 # HIRAGANA LETTER BI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
944 |
0xAAD4 0x3074 # HIRAGANA LETTER PI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
945 |
0xAAD5 0x3075 # HIRAGANA LETTER HU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
946 |
0xAAD6 0x3076 # HIRAGANA LETTER BU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
947 |
0xAAD7 0x3077 # HIRAGANA LETTER PU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
948 |
0xAAD8 0x3078 # HIRAGANA LETTER HE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
949 |
0xAAD9 0x3079 # HIRAGANA LETTER BE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
950 |
0xAADA 0x307A # HIRAGANA LETTER PE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
951 |
0xAADB 0x307B # HIRAGANA LETTER HO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
952 |
0xAADC 0x307C # HIRAGANA LETTER BO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
953 |
0xAADD 0x307D # HIRAGANA LETTER PO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
954 |
0xAADE 0x307E # HIRAGANA LETTER MA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
955 |
0xAADF 0x307F # HIRAGANA LETTER MI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
956 |
0xAAE0 0x3080 # HIRAGANA LETTER MU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
957 |
0xAAE1 0x3081 # HIRAGANA LETTER ME |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
958 |
0xAAE2 0x3082 # HIRAGANA LETTER MO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
959 |
0xAAE3 0x3083 # HIRAGANA LETTER SMALL YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
960 |
0xAAE4 0x3084 # HIRAGANA LETTER YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
961 |
0xAAE5 0x3085 # HIRAGANA LETTER SMALL YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
962 |
0xAAE6 0x3086 # HIRAGANA LETTER YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
963 |
0xAAE7 0x3087 # HIRAGANA LETTER SMALL YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
964 |
0xAAE8 0x3088 # HIRAGANA LETTER YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
965 |
0xAAE9 0x3089 # HIRAGANA LETTER RA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
966 |
0xAAEA 0x308A # HIRAGANA LETTER RI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
967 |
0xAAEB 0x308B # HIRAGANA LETTER RU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
968 |
0xAAEC 0x308C # HIRAGANA LETTER RE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
969 |
0xAAED 0x308D # HIRAGANA LETTER RO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
970 |
0xAAEE 0x308E # HIRAGANA LETTER SMALL WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
971 |
0xAAEF 0x308F # HIRAGANA LETTER WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
972 |
0xAAF0 0x3090 # HIRAGANA LETTER WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
973 |
0xAAF1 0x3091 # HIRAGANA LETTER WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
974 |
0xAAF2 0x3092 # HIRAGANA LETTER WO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
975 |
0xAAF3 0x3093 # HIRAGANA LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
976 |
0xABA1 0x30A1 # KATAKANA LETTER SMALL A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
977 |
0xABA2 0x30A2 # KATAKANA LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
978 |
0xABA3 0x30A3 # KATAKANA LETTER SMALL I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
979 |
0xABA4 0x30A4 # KATAKANA LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
980 |
0xABA5 0x30A5 # KATAKANA LETTER SMALL U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
981 |
0xABA6 0x30A6 # KATAKANA LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
982 |
0xABA7 0x30A7 # KATAKANA LETTER SMALL E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
983 |
0xABA8 0x30A8 # KATAKANA LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
984 |
0xABA9 0x30A9 # KATAKANA LETTER SMALL O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
985 |
0xABAA 0x30AA # KATAKANA LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
986 |
0xABAB 0x30AB # KATAKANA LETTER KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
987 |
0xABAC 0x30AC # KATAKANA LETTER GA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
988 |
0xABAD 0x30AD # KATAKANA LETTER KI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
989 |
0xABAE 0x30AE # KATAKANA LETTER GI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
990 |
0xABAF 0x30AF # KATAKANA LETTER KU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
991 |
0xABB0 0x30B0 # KATAKANA LETTER GU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
992 |
0xABB1 0x30B1 # KATAKANA LETTER KE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
993 |
0xABB2 0x30B2 # KATAKANA LETTER GE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
994 |
0xABB3 0x30B3 # KATAKANA LETTER KO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
995 |
0xABB4 0x30B4 # KATAKANA LETTER GO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
996 |
0xABB5 0x30B5 # KATAKANA LETTER SA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
997 |
0xABB6 0x30B6 # KATAKANA LETTER ZA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
998 |
0xABB7 0x30B7 # KATAKANA LETTER SI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
999 |
0xABB8 0x30B8 # KATAKANA LETTER ZI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1000 |
0xABB9 0x30B9 # KATAKANA LETTER SU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1001 |
0xABBA 0x30BA # KATAKANA LETTER ZU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1002 |
0xABBB 0x30BB # KATAKANA LETTER SE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1003 |
0xABBC 0x30BC # KATAKANA LETTER ZE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1004 |
0xABBD 0x30BD # KATAKANA LETTER SO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1005 |
0xABBE 0x30BE # KATAKANA LETTER ZO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1006 |
0xABBF 0x30BF # KATAKANA LETTER TA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1007 |
0xABC0 0x30C0 # KATAKANA LETTER DA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1008 |
0xABC1 0x30C1 # KATAKANA LETTER TI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1009 |
0xABC2 0x30C2 # KATAKANA LETTER DI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1010 |
0xABC3 0x30C3 # KATAKANA LETTER SMALL TU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1011 |
0xABC4 0x30C4 # KATAKANA LETTER TU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1012 |
0xABC5 0x30C5 # KATAKANA LETTER DU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1013 |
0xABC6 0x30C6 # KATAKANA LETTER TE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1014 |
0xABC7 0x30C7 # KATAKANA LETTER DE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1015 |
0xABC8 0x30C8 # KATAKANA LETTER TO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1016 |
0xABC9 0x30C9 # KATAKANA LETTER DO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1017 |
0xABCA 0x30CA # KATAKANA LETTER NA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1018 |
0xABCB 0x30CB # KATAKANA LETTER NI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1019 |
0xABCC 0x30CC # KATAKANA LETTER NU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1020 |
0xABCD 0x30CD # KATAKANA LETTER NE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1021 |
0xABCE 0x30CE # KATAKANA LETTER NO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1022 |
0xABCF 0x30CF # KATAKANA LETTER HA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1023 |
0xABD0 0x30D0 # KATAKANA LETTER BA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1024 |
0xABD1 0x30D1 # KATAKANA LETTER PA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1025 |
0xABD2 0x30D2 # KATAKANA LETTER HI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1026 |
0xABD3 0x30D3 # KATAKANA LETTER BI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1027 |
0xABD4 0x30D4 # KATAKANA LETTER PI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1028 |
0xABD5 0x30D5 # KATAKANA LETTER HU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1029 |
0xABD6 0x30D6 # KATAKANA LETTER BU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1030 |
0xABD7 0x30D7 # KATAKANA LETTER PU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1031 |
0xABD8 0x30D8 # KATAKANA LETTER HE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1032 |
0xABD9 0x30D9 # KATAKANA LETTER BE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1033 |
0xABDA 0x30DA # KATAKANA LETTER PE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1034 |
0xABDB 0x30DB # KATAKANA LETTER HO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1035 |
0xABDC 0x30DC # KATAKANA LETTER BO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1036 |
0xABDD 0x30DD # KATAKANA LETTER PO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1037 |
0xABDE 0x30DE # KATAKANA LETTER MA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1038 |
0xABDF 0x30DF # KATAKANA LETTER MI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1039 |
0xABE0 0x30E0 # KATAKANA LETTER MU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1040 |
0xABE1 0x30E1 # KATAKANA LETTER ME |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1041 |
0xABE2 0x30E2 # KATAKANA LETTER MO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1042 |
0xABE3 0x30E3 # KATAKANA LETTER SMALL YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1043 |
0xABE4 0x30E4 # KATAKANA LETTER YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1044 |
0xABE5 0x30E5 # KATAKANA LETTER SMALL YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1045 |
0xABE6 0x30E6 # KATAKANA LETTER YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1046 |
0xABE7 0x30E7 # KATAKANA LETTER SMALL YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1047 |
0xABE8 0x30E8 # KATAKANA LETTER YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1048 |
0xABE9 0x30E9 # KATAKANA LETTER RA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1049 |
0xABEA 0x30EA # KATAKANA LETTER RI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1050 |
0xABEB 0x30EB # KATAKANA LETTER RU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1051 |
0xABEC 0x30EC # KATAKANA LETTER RE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1052 |
0xABED 0x30ED # KATAKANA LETTER RO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1053 |
0xABEE 0x30EE # KATAKANA LETTER SMALL WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1054 |
0xABEF 0x30EF # KATAKANA LETTER WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1055 |
0xABF0 0x30F0 # KATAKANA LETTER WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1056 |
0xABF1 0x30F1 # KATAKANA LETTER WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1057 |
0xABF2 0x30F2 # KATAKANA LETTER WO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1058 |
0xABF3 0x30F3 # KATAKANA LETTER N |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1059 |
0xABF4 0x30F4 # KATAKANA LETTER VU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1060 |
0xABF5 0x30F5 # KATAKANA LETTER SMALL KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1061 |
0xABF6 0x30F6 # KATAKANA LETTER SMALL KE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1062 |
0xACA1 0x0410 # CYRILLIC CAPITAL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1063 |
0xACA2 0x0411 # CYRILLIC CAPITAL LETTER BE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1064 |
0xACA3 0x0412 # CYRILLIC CAPITAL LETTER VE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1065 |
0xACA4 0x0413 # CYRILLIC CAPITAL LETTER GHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1066 |
0xACA5 0x0414 # CYRILLIC CAPITAL LETTER DE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1067 |
0xACA6 0x0415 # CYRILLIC CAPITAL LETTER IE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1068 |
0xACA7 0x0401 # CYRILLIC CAPITAL LETTER IO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1069 |
0xACA8 0x0416 # CYRILLIC CAPITAL LETTER ZHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1070 |
0xACA9 0x0417 # CYRILLIC CAPITAL LETTER ZE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1071 |
0xACAA 0x0418 # CYRILLIC CAPITAL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1072 |
0xACAB 0x0419 # CYRILLIC CAPITAL LETTER SHORT I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1073 |
0xACAC 0x041A # CYRILLIC CAPITAL LETTER KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1074 |
0xACAD 0x041B # CYRILLIC CAPITAL LETTER EL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1075 |
0xACAE 0x041C # CYRILLIC CAPITAL LETTER EM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1076 |
0xACAF 0x041D # CYRILLIC CAPITAL LETTER EN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1077 |
0xACB0 0x041E # CYRILLIC CAPITAL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1078 |
0xACB1 0x041F # CYRILLIC CAPITAL LETTER PE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1079 |
0xACB2 0x0420 # CYRILLIC CAPITAL LETTER ER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1080 |
0xACB3 0x0421 # CYRILLIC CAPITAL LETTER ES |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1081 |
0xACB4 0x0422 # CYRILLIC CAPITAL LETTER TE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1082 |
0xACB5 0x0423 # CYRILLIC CAPITAL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1083 |
0xACB6 0x0424 # CYRILLIC CAPITAL LETTER EF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1084 |
0xACB7 0x0425 # CYRILLIC CAPITAL LETTER HA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1085 |
0xACB8 0x0426 # CYRILLIC CAPITAL LETTER TSE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1086 |
0xACB9 0x0427 # CYRILLIC CAPITAL LETTER CHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1087 |
0xACBA 0x0428 # CYRILLIC CAPITAL LETTER SHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1088 |
0xACBB 0x0429 # CYRILLIC CAPITAL LETTER SHCHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1089 |
0xACBC 0x042A # CYRILLIC CAPITAL LETTER HARD SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1090 |
0xACBD 0x042B # CYRILLIC CAPITAL LETTER YERU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1091 |
0xACBE 0x042C # CYRILLIC CAPITAL LETTER SOFT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1092 |
0xACBF 0x042D # CYRILLIC CAPITAL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1093 |
0xACC0 0x042E # CYRILLIC CAPITAL LETTER YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1094 |
0xACC1 0x042F # CYRILLIC CAPITAL LETTER YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1095 |
0xACD1 0x0430 # CYRILLIC SMALL LETTER A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1096 |
0xACD2 0x0431 # CYRILLIC SMALL LETTER BE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1097 |
0xACD3 0x0432 # CYRILLIC SMALL LETTER VE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1098 |
0xACD4 0x0433 # CYRILLIC SMALL LETTER GHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1099 |
0xACD5 0x0434 # CYRILLIC SMALL LETTER DE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1100 |
0xACD6 0x0435 # CYRILLIC SMALL LETTER IE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1101 |
0xACD7 0x0451 # CYRILLIC SMALL LETTER IO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1102 |
0xACD8 0x0436 # CYRILLIC SMALL LETTER ZHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1103 |
0xACD9 0x0437 # CYRILLIC SMALL LETTER ZE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1104 |
0xACDA 0x0438 # CYRILLIC SMALL LETTER I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1105 |
0xACDB 0x0439 # CYRILLIC SMALL LETTER SHORT I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1106 |
0xACDC 0x043A # CYRILLIC SMALL LETTER KA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1107 |
0xACDD 0x043B # CYRILLIC SMALL LETTER EL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1108 |
0xACDE 0x043C # CYRILLIC SMALL LETTER EM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1109 |
0xACDF 0x043D # CYRILLIC SMALL LETTER EN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1110 |
0xACE0 0x043E # CYRILLIC SMALL LETTER O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1111 |
0xACE1 0x043F # CYRILLIC SMALL LETTER PE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1112 |
0xACE2 0x0440 # CYRILLIC SMALL LETTER ER |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1113 |
0xACE3 0x0441 # CYRILLIC SMALL LETTER ES |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1114 |
0xACE4 0x0442 # CYRILLIC SMALL LETTER TE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1115 |
0xACE5 0x0443 # CYRILLIC SMALL LETTER U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1116 |
0xACE6 0x0444 # CYRILLIC SMALL LETTER EF |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1117 |
0xACE7 0x0445 # CYRILLIC SMALL LETTER HA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1118 |
0xACE8 0x0446 # CYRILLIC SMALL LETTER TSE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1119 |
0xACE9 0x0447 # CYRILLIC SMALL LETTER CHE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1120 |
0xACEA 0x0448 # CYRILLIC SMALL LETTER SHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1121 |
0xACEB 0x0449 # CYRILLIC SMALL LETTER SHCHA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1122 |
0xACEC 0x044A # CYRILLIC SMALL LETTER HARD SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1123 |
0xACED 0x044B # CYRILLIC SMALL LETTER YERU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1124 |
0xACEE 0x044C # CYRILLIC SMALL LETTER SOFT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1125 |
0xACEF 0x044D # CYRILLIC SMALL LETTER E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1126 |
0xACF0 0x044E # CYRILLIC SMALL LETTER YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1127 |
0xACF1 0x044F # CYRILLIC SMALL LETTER YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1128 |
0xB0A1 0xAC00 # HANGUL SYLLABLE KIYEOK-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1129 |
0xB0A2 0xAC01 # HANGUL SYLLABLE KIYEOK-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1130 |
0xB0A3 0xAC04 # HANGUL SYLLABLE KIYEOK-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1131 |
0xB0A4 0xAC07 # HANGUL SYLLABLE KIYEOK-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1132 |
0xB0A5 0xAC08 # HANGUL SYLLABLE KIYEOK-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1133 |
0xB0A6 0xAC09 # HANGUL SYLLABLE KIYEOK-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1134 |
0xB0A7 0xAC0A # HANGUL SYLLABLE KIYEOK-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1135 |
0xB0A8 0xAC10 # HANGUL SYLLABLE KIYEOK-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1136 |
0xB0A9 0xAC11 # HANGUL SYLLABLE KIYEOK-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1137 |
0xB0AA 0xAC12 # HANGUL SYLLABLE KIYEOK-A-PIEUPSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1138 |
0xB0AB 0xAC13 # HANGUL SYLLABLE KIYEOK-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1139 |
0xB0AC 0xAC14 # HANGUL SYLLABLE KIYEOK-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1140 |
0xB0AD 0xAC15 # HANGUL SYLLABLE KIYEOK-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1141 |
0xB0AE 0xAC16 # HANGUL SYLLABLE KIYEOK-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1142 |
0xB0AF 0xAC17 # HANGUL SYLLABLE KIYEOK-A-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1143 |
0xB0B0 0xAC19 # HANGUL SYLLABLE KIYEOK-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1144 |
0xB0B1 0xAC1A # HANGUL SYLLABLE KIYEOK-A-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1145 |
0xB0B2 0xAC1B # HANGUL SYLLABLE KIYEOK-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1146 |
0xB0B3 0xAC1C # HANGUL SYLLABLE KIYEOK-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1147 |
0xB0B4 0xAC1D # HANGUL SYLLABLE KIYEOK-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1148 |
0xB0B5 0xAC20 # HANGUL SYLLABLE KIYEOK-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1149 |
0xB0B6 0xAC24 # HANGUL SYLLABLE KIYEOK-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1150 |
0xB0B7 0xAC2C # HANGUL SYLLABLE KIYEOK-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1151 |
0xB0B8 0xAC2D # HANGUL SYLLABLE KIYEOK-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1152 |
0xB0B9 0xAC2F # HANGUL SYLLABLE KIYEOK-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1153 |
0xB0BA 0xAC30 # HANGUL SYLLABLE KIYEOK-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1154 |
0xB0BB 0xAC31 # HANGUL SYLLABLE KIYEOK-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1155 |
0xB0BC 0xAC38 # HANGUL SYLLABLE KIYEOK-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1156 |
0xB0BD 0xAC39 # HANGUL SYLLABLE KIYEOK-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1157 |
0xB0BE 0xAC3C # HANGUL SYLLABLE KIYEOK-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1158 |
0xB0BF 0xAC40 # HANGUL SYLLABLE KIYEOK-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1159 |
0xB0C0 0xAC4B # HANGUL SYLLABLE KIYEOK-YA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1160 |
0xB0C1 0xAC4D # HANGUL SYLLABLE KIYEOK-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1161 |
0xB0C2 0xAC54 # HANGUL SYLLABLE KIYEOK-YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1162 |
0xB0C3 0xAC58 # HANGUL SYLLABLE KIYEOK-YAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1163 |
0xB0C4 0xAC5C # HANGUL SYLLABLE KIYEOK-YAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1164 |
0xB0C5 0xAC70 # HANGUL SYLLABLE KIYEOK-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1165 |
0xB0C6 0xAC71 # HANGUL SYLLABLE KIYEOK-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1166 |
0xB0C7 0xAC74 # HANGUL SYLLABLE KIYEOK-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1167 |
0xB0C8 0xAC77 # HANGUL SYLLABLE KIYEOK-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1168 |
0xB0C9 0xAC78 # HANGUL SYLLABLE KIYEOK-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1169 |
0xB0CA 0xAC7A # HANGUL SYLLABLE KIYEOK-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1170 |
0xB0CB 0xAC80 # HANGUL SYLLABLE KIYEOK-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1171 |
0xB0CC 0xAC81 # HANGUL SYLLABLE KIYEOK-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1172 |
0xB0CD 0xAC83 # HANGUL SYLLABLE KIYEOK-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1173 |
0xB0CE 0xAC84 # HANGUL SYLLABLE KIYEOK-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1174 |
0xB0CF 0xAC85 # HANGUL SYLLABLE KIYEOK-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1175 |
0xB0D0 0xAC86 # HANGUL SYLLABLE KIYEOK-EO-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1176 |
0xB0D1 0xAC89 # HANGUL SYLLABLE KIYEOK-EO-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1177 |
0xB0D2 0xAC8A # HANGUL SYLLABLE KIYEOK-EO-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1178 |
0xB0D3 0xAC8B # HANGUL SYLLABLE KIYEOK-EO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1179 |
0xB0D4 0xAC8C # HANGUL SYLLABLE KIYEOK-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1180 |
0xB0D5 0xAC90 # HANGUL SYLLABLE KIYEOK-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1181 |
0xB0D6 0xAC94 # HANGUL SYLLABLE KIYEOK-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1182 |
0xB0D7 0xAC9C # HANGUL SYLLABLE KIYEOK-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1183 |
0xB0D8 0xAC9D # HANGUL SYLLABLE KIYEOK-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1184 |
0xB0D9 0xAC9F # HANGUL SYLLABLE KIYEOK-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1185 |
0xB0DA 0xACA0 # HANGUL SYLLABLE KIYEOK-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1186 |
0xB0DB 0xACA1 # HANGUL SYLLABLE KIYEOK-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1187 |
0xB0DC 0xACA8 # HANGUL SYLLABLE KIYEOK-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1188 |
0xB0DD 0xACA9 # HANGUL SYLLABLE KIYEOK-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1189 |
0xB0DE 0xACAA # HANGUL SYLLABLE KIYEOK-YEO-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1190 |
0xB0DF 0xACAC # HANGUL SYLLABLE KIYEOK-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1191 |
0xB0E0 0xACAF # HANGUL SYLLABLE KIYEOK-YEO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1192 |
0xB0E1 0xACB0 # HANGUL SYLLABLE KIYEOK-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1193 |
0xB0E2 0xACB8 # HANGUL SYLLABLE KIYEOK-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1194 |
0xB0E3 0xACB9 # HANGUL SYLLABLE KIYEOK-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1195 |
0xB0E4 0xACBB # HANGUL SYLLABLE KIYEOK-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1196 |
0xB0E5 0xACBC # HANGUL SYLLABLE KIYEOK-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1197 |
0xB0E6 0xACBD # HANGUL SYLLABLE KIYEOK-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1198 |
0xB0E7 0xACC1 # HANGUL SYLLABLE KIYEOK-YEO-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1199 |
0xB0E8 0xACC4 # HANGUL SYLLABLE KIYEOK-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1200 |
0xB0E9 0xACC8 # HANGUL SYLLABLE KIYEOK-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1201 |
0xB0EA 0xACCC # HANGUL SYLLABLE KIYEOK-YE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1202 |
0xB0EB 0xACD5 # HANGUL SYLLABLE KIYEOK-YE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1203 |
0xB0EC 0xACD7 # HANGUL SYLLABLE KIYEOK-YE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1204 |
0xB0ED 0xACE0 # HANGUL SYLLABLE KIYEOK-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1205 |
0xB0EE 0xACE1 # HANGUL SYLLABLE KIYEOK-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1206 |
0xB0EF 0xACE4 # HANGUL SYLLABLE KIYEOK-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1207 |
0xB0F0 0xACE7 # HANGUL SYLLABLE KIYEOK-O-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1208 |
0xB0F1 0xACE8 # HANGUL SYLLABLE KIYEOK-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1209 |
0xB0F2 0xACEA # HANGUL SYLLABLE KIYEOK-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1210 |
0xB0F3 0xACEC # HANGUL SYLLABLE KIYEOK-O-RIEULSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1211 |
0xB0F4 0xACEF # HANGUL SYLLABLE KIYEOK-O-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1212 |
0xB0F5 0xACF0 # HANGUL SYLLABLE KIYEOK-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1213 |
0xB0F6 0xACF1 # HANGUL SYLLABLE KIYEOK-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1214 |
0xB0F7 0xACF3 # HANGUL SYLLABLE KIYEOK-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1215 |
0xB0F8 0xACF5 # HANGUL SYLLABLE KIYEOK-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1216 |
0xB0F9 0xACF6 # HANGUL SYLLABLE KIYEOK-O-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1217 |
0xB0FA 0xACFC # HANGUL SYLLABLE KIYEOK-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1218 |
0xB0FB 0xACFD # HANGUL SYLLABLE KIYEOK-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1219 |
0xB0FC 0xAD00 # HANGUL SYLLABLE KIYEOK-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1220 |
0xB0FD 0xAD04 # HANGUL SYLLABLE KIYEOK-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1221 |
0xB0FE 0xAD06 # HANGUL SYLLABLE KIYEOK-WA-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1222 |
0xB1A1 0xAD0C # HANGUL SYLLABLE KIYEOK-WA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1223 |
0xB1A2 0xAD0D # HANGUL SYLLABLE KIYEOK-WA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1224 |
0xB1A3 0xAD0F # HANGUL SYLLABLE KIYEOK-WA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1225 |
0xB1A4 0xAD11 # HANGUL SYLLABLE KIYEOK-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1226 |
0xB1A5 0xAD18 # HANGUL SYLLABLE KIYEOK-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1227 |
0xB1A6 0xAD1C # HANGUL SYLLABLE KIYEOK-WAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1228 |
0xB1A7 0xAD20 # HANGUL SYLLABLE KIYEOK-WAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1229 |
0xB1A8 0xAD29 # HANGUL SYLLABLE KIYEOK-WAE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1230 |
0xB1A9 0xAD2C # HANGUL SYLLABLE KIYEOK-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1231 |
0xB1AA 0xAD2D # HANGUL SYLLABLE KIYEOK-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1232 |
0xB1AB 0xAD34 # HANGUL SYLLABLE KIYEOK-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1233 |
0xB1AC 0xAD35 # HANGUL SYLLABLE KIYEOK-OE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1234 |
0xB1AD 0xAD38 # HANGUL SYLLABLE KIYEOK-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1235 |
0xB1AE 0xAD3C # HANGUL SYLLABLE KIYEOK-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1236 |
0xB1AF 0xAD44 # HANGUL SYLLABLE KIYEOK-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1237 |
0xB1B0 0xAD45 # HANGUL SYLLABLE KIYEOK-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1238 |
0xB1B1 0xAD47 # HANGUL SYLLABLE KIYEOK-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1239 |
0xB1B2 0xAD49 # HANGUL SYLLABLE KIYEOK-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1240 |
0xB1B3 0xAD50 # HANGUL SYLLABLE KIYEOK-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1241 |
0xB1B4 0xAD54 # HANGUL SYLLABLE KIYEOK-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1242 |
0xB1B5 0xAD58 # HANGUL SYLLABLE KIYEOK-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1243 |
0xB1B6 0xAD61 # HANGUL SYLLABLE KIYEOK-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1244 |
0xB1B7 0xAD63 # HANGUL SYLLABLE KIYEOK-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1245 |
0xB1B8 0xAD6C # HANGUL SYLLABLE KIYEOK-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1246 |
0xB1B9 0xAD6D # HANGUL SYLLABLE KIYEOK-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1247 |
0xB1BA 0xAD70 # HANGUL SYLLABLE KIYEOK-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1248 |
0xB1BB 0xAD73 # HANGUL SYLLABLE KIYEOK-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1249 |
0xB1BC 0xAD74 # HANGUL SYLLABLE KIYEOK-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1250 |
0xB1BD 0xAD75 # HANGUL SYLLABLE KIYEOK-U-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1251 |
0xB1BE 0xAD76 # HANGUL SYLLABLE KIYEOK-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1252 |
0xB1BF 0xAD7B # HANGUL SYLLABLE KIYEOK-U-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1253 |
0xB1C0 0xAD7C # HANGUL SYLLABLE KIYEOK-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1254 |
0xB1C1 0xAD7D # HANGUL SYLLABLE KIYEOK-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1255 |
0xB1C2 0xAD7F # HANGUL SYLLABLE KIYEOK-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1256 |
0xB1C3 0xAD81 # HANGUL SYLLABLE KIYEOK-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1257 |
0xB1C4 0xAD82 # HANGUL SYLLABLE KIYEOK-U-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1258 |
0xB1C5 0xAD88 # HANGUL SYLLABLE KIYEOK-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1259 |
0xB1C6 0xAD89 # HANGUL SYLLABLE KIYEOK-WEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1260 |
0xB1C7 0xAD8C # HANGUL SYLLABLE KIYEOK-WEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1261 |
0xB1C8 0xAD90 # HANGUL SYLLABLE KIYEOK-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1262 |
0xB1C9 0xAD9C # HANGUL SYLLABLE KIYEOK-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1263 |
0xB1CA 0xAD9D # HANGUL SYLLABLE KIYEOK-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1264 |
0xB1CB 0xADA4 # HANGUL SYLLABLE KIYEOK-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1265 |
0xB1CC 0xADB7 # HANGUL SYLLABLE KIYEOK-WE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1266 |
0xB1CD 0xADC0 # HANGUL SYLLABLE KIYEOK-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1267 |
0xB1CE 0xADC1 # HANGUL SYLLABLE KIYEOK-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1268 |
0xB1CF 0xADC4 # HANGUL SYLLABLE KIYEOK-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1269 |
0xB1D0 0xADC8 # HANGUL SYLLABLE KIYEOK-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1270 |
0xB1D1 0xADD0 # HANGUL SYLLABLE KIYEOK-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1271 |
0xB1D2 0xADD1 # HANGUL SYLLABLE KIYEOK-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1272 |
0xB1D3 0xADD3 # HANGUL SYLLABLE KIYEOK-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1273 |
0xB1D4 0xADDC # HANGUL SYLLABLE KIYEOK-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1274 |
0xB1D5 0xADE0 # HANGUL SYLLABLE KIYEOK-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1275 |
0xB1D6 0xADE4 # HANGUL SYLLABLE KIYEOK-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1276 |
0xB1D7 0xADF8 # HANGUL SYLLABLE KIYEOK-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1277 |
0xB1D8 0xADF9 # HANGUL SYLLABLE KIYEOK-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1278 |
0xB1D9 0xADFC # HANGUL SYLLABLE KIYEOK-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1279 |
0xB1DA 0xADFF # HANGUL SYLLABLE KIYEOK-EU-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1280 |
0xB1DB 0xAE00 # HANGUL SYLLABLE KIYEOK-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1281 |
0xB1DC 0xAE01 # HANGUL SYLLABLE KIYEOK-EU-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1282 |
0xB1DD 0xAE08 # HANGUL SYLLABLE KIYEOK-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1283 |
0xB1DE 0xAE09 # HANGUL SYLLABLE KIYEOK-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1284 |
0xB1DF 0xAE0B # HANGUL SYLLABLE KIYEOK-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1285 |
0xB1E0 0xAE0D # HANGUL SYLLABLE KIYEOK-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1286 |
0xB1E1 0xAE14 # HANGUL SYLLABLE KIYEOK-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1287 |
0xB1E2 0xAE30 # HANGUL SYLLABLE KIYEOK-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1288 |
0xB1E3 0xAE31 # HANGUL SYLLABLE KIYEOK-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1289 |
0xB1E4 0xAE34 # HANGUL SYLLABLE KIYEOK-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1290 |
0xB1E5 0xAE37 # HANGUL SYLLABLE KIYEOK-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1291 |
0xB1E6 0xAE38 # HANGUL SYLLABLE KIYEOK-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1292 |
0xB1E7 0xAE3A # HANGUL SYLLABLE KIYEOK-I-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1293 |
0xB1E8 0xAE40 # HANGUL SYLLABLE KIYEOK-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1294 |
0xB1E9 0xAE41 # HANGUL SYLLABLE KIYEOK-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1295 |
0xB1EA 0xAE43 # HANGUL SYLLABLE KIYEOK-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1296 |
0xB1EB 0xAE45 # HANGUL SYLLABLE KIYEOK-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1297 |
0xB1EC 0xAE46 # HANGUL SYLLABLE KIYEOK-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1298 |
0xB1ED 0xAE4A # HANGUL SYLLABLE KIYEOK-I-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1299 |
0xB1EE 0xAE4C # HANGUL SYLLABLE SSANGKIYEOK-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1300 |
0xB1EF 0xAE4D # HANGUL SYLLABLE SSANGKIYEOK-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1301 |
0xB1F0 0xAE4E # HANGUL SYLLABLE SSANGKIYEOK-A-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1302 |
0xB1F1 0xAE50 # HANGUL SYLLABLE SSANGKIYEOK-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1303 |
0xB1F2 0xAE54 # HANGUL SYLLABLE SSANGKIYEOK-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1304 |
0xB1F3 0xAE56 # HANGUL SYLLABLE SSANGKIYEOK-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1305 |
0xB1F4 0xAE5C # HANGUL SYLLABLE SSANGKIYEOK-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1306 |
0xB1F5 0xAE5D # HANGUL SYLLABLE SSANGKIYEOK-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1307 |
0xB1F6 0xAE5F # HANGUL SYLLABLE SSANGKIYEOK-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1308 |
0xB1F7 0xAE60 # HANGUL SYLLABLE SSANGKIYEOK-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1309 |
0xB1F8 0xAE61 # HANGUL SYLLABLE SSANGKIYEOK-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1310 |
0xB1F9 0xAE65 # HANGUL SYLLABLE SSANGKIYEOK-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1311 |
0xB1FA 0xAE68 # HANGUL SYLLABLE SSANGKIYEOK-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1312 |
0xB1FB 0xAE69 # HANGUL SYLLABLE SSANGKIYEOK-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1313 |
0xB1FC 0xAE6C # HANGUL SYLLABLE SSANGKIYEOK-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1314 |
0xB1FD 0xAE70 # HANGUL SYLLABLE SSANGKIYEOK-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1315 |
0xB1FE 0xAE78 # HANGUL SYLLABLE SSANGKIYEOK-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1316 |
0xB2A1 0xAE79 # HANGUL SYLLABLE SSANGKIYEOK-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1317 |
0xB2A2 0xAE7B # HANGUL SYLLABLE SSANGKIYEOK-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1318 |
0xB2A3 0xAE7C # HANGUL SYLLABLE SSANGKIYEOK-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1319 |
0xB2A4 0xAE7D # HANGUL SYLLABLE SSANGKIYEOK-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1320 |
0xB2A5 0xAE84 # HANGUL SYLLABLE SSANGKIYEOK-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1321 |
0xB2A6 0xAE85 # HANGUL SYLLABLE SSANGKIYEOK-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1322 |
0xB2A7 0xAE8C # HANGUL SYLLABLE SSANGKIYEOK-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1323 |
0xB2A8 0xAEBC # HANGUL SYLLABLE SSANGKIYEOK-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1324 |
0xB2A9 0xAEBD # HANGUL SYLLABLE SSANGKIYEOK-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1325 |
0xB2AA 0xAEBE # HANGUL SYLLABLE SSANGKIYEOK-EO-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1326 |
0xB2AB 0xAEC0 # HANGUL SYLLABLE SSANGKIYEOK-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1327 |
0xB2AC 0xAEC4 # HANGUL SYLLABLE SSANGKIYEOK-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1328 |
0xB2AD 0xAECC # HANGUL SYLLABLE SSANGKIYEOK-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1329 |
0xB2AE 0xAECD # HANGUL SYLLABLE SSANGKIYEOK-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1330 |
0xB2AF 0xAECF # HANGUL SYLLABLE SSANGKIYEOK-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1331 |
0xB2B0 0xAED0 # HANGUL SYLLABLE SSANGKIYEOK-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1332 |
0xB2B1 0xAED1 # HANGUL SYLLABLE SSANGKIYEOK-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1333 |
0xB2B2 0xAED8 # HANGUL SYLLABLE SSANGKIYEOK-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1334 |
0xB2B3 0xAED9 # HANGUL SYLLABLE SSANGKIYEOK-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1335 |
0xB2B4 0xAEDC # HANGUL SYLLABLE SSANGKIYEOK-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1336 |
0xB2B5 0xAEE8 # HANGUL SYLLABLE SSANGKIYEOK-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1337 |
0xB2B6 0xAEEB # HANGUL SYLLABLE SSANGKIYEOK-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1338 |
0xB2B7 0xAEED # HANGUL SYLLABLE SSANGKIYEOK-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1339 |
0xB2B8 0xAEF4 # HANGUL SYLLABLE SSANGKIYEOK-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1340 |
0xB2B9 0xAEF8 # HANGUL SYLLABLE SSANGKIYEOK-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1341 |
0xB2BA 0xAEFC # HANGUL SYLLABLE SSANGKIYEOK-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1342 |
0xB2BB 0xAF07 # HANGUL SYLLABLE SSANGKIYEOK-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1343 |
0xB2BC 0xAF08 # HANGUL SYLLABLE SSANGKIYEOK-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1344 |
0xB2BD 0xAF0D # HANGUL SYLLABLE SSANGKIYEOK-YEO-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1345 |
0xB2BE 0xAF10 # HANGUL SYLLABLE SSANGKIYEOK-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1346 |
0xB2BF 0xAF2C # HANGUL SYLLABLE SSANGKIYEOK-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1347 |
0xB2C0 0xAF2D # HANGUL SYLLABLE SSANGKIYEOK-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1348 |
0xB2C1 0xAF30 # HANGUL SYLLABLE SSANGKIYEOK-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1349 |
0xB2C2 0xAF32 # HANGUL SYLLABLE SSANGKIYEOK-O-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1350 |
0xB2C3 0xAF34 # HANGUL SYLLABLE SSANGKIYEOK-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1351 |
0xB2C4 0xAF3C # HANGUL SYLLABLE SSANGKIYEOK-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1352 |
0xB2C5 0xAF3D # HANGUL SYLLABLE SSANGKIYEOK-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1353 |
0xB2C6 0xAF3F # HANGUL SYLLABLE SSANGKIYEOK-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1354 |
0xB2C7 0xAF41 # HANGUL SYLLABLE SSANGKIYEOK-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1355 |
0xB2C8 0xAF42 # HANGUL SYLLABLE SSANGKIYEOK-O-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1356 |
0xB2C9 0xAF43 # HANGUL SYLLABLE SSANGKIYEOK-O-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1357 |
0xB2CA 0xAF48 # HANGUL SYLLABLE SSANGKIYEOK-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1358 |
0xB2CB 0xAF49 # HANGUL SYLLABLE SSANGKIYEOK-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1359 |
0xB2CC 0xAF50 # HANGUL SYLLABLE SSANGKIYEOK-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1360 |
0xB2CD 0xAF5C # HANGUL SYLLABLE SSANGKIYEOK-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1361 |
0xB2CE 0xAF5D # HANGUL SYLLABLE SSANGKIYEOK-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1362 |
0xB2CF 0xAF64 # HANGUL SYLLABLE SSANGKIYEOK-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1363 |
0xB2D0 0xAF65 # HANGUL SYLLABLE SSANGKIYEOK-WAE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1364 |
0xB2D1 0xAF79 # HANGUL SYLLABLE SSANGKIYEOK-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1365 |
0xB2D2 0xAF80 # HANGUL SYLLABLE SSANGKIYEOK-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1366 |
0xB2D3 0xAF84 # HANGUL SYLLABLE SSANGKIYEOK-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1367 |
0xB2D4 0xAF88 # HANGUL SYLLABLE SSANGKIYEOK-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1368 |
0xB2D5 0xAF90 # HANGUL SYLLABLE SSANGKIYEOK-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1369 |
0xB2D6 0xAF91 # HANGUL SYLLABLE SSANGKIYEOK-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1370 |
0xB2D7 0xAF95 # HANGUL SYLLABLE SSANGKIYEOK-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1371 |
0xB2D8 0xAF9C # HANGUL SYLLABLE SSANGKIYEOK-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1372 |
0xB2D9 0xAFB8 # HANGUL SYLLABLE SSANGKIYEOK-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1373 |
0xB2DA 0xAFB9 # HANGUL SYLLABLE SSANGKIYEOK-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1374 |
0xB2DB 0xAFBC # HANGUL SYLLABLE SSANGKIYEOK-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1375 |
0xB2DC 0xAFC0 # HANGUL SYLLABLE SSANGKIYEOK-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1376 |
0xB2DD 0xAFC7 # HANGUL SYLLABLE SSANGKIYEOK-U-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1377 |
0xB2DE 0xAFC8 # HANGUL SYLLABLE SSANGKIYEOK-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1378 |
0xB2DF 0xAFC9 # HANGUL SYLLABLE SSANGKIYEOK-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1379 |
0xB2E0 0xAFCB # HANGUL SYLLABLE SSANGKIYEOK-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1380 |
0xB2E1 0xAFCD # HANGUL SYLLABLE SSANGKIYEOK-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1381 |
0xB2E2 0xAFCE # HANGUL SYLLABLE SSANGKIYEOK-U-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1382 |
0xB2E3 0xAFD4 # HANGUL SYLLABLE SSANGKIYEOK-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1383 |
0xB2E4 0xAFDC # HANGUL SYLLABLE SSANGKIYEOK-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1384 |
0xB2E5 0xAFE8 # HANGUL SYLLABLE SSANGKIYEOK-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1385 |
0xB2E6 0xAFE9 # HANGUL SYLLABLE SSANGKIYEOK-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1386 |
0xB2E7 0xAFF0 # HANGUL SYLLABLE SSANGKIYEOK-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1387 |
0xB2E8 0xAFF1 # HANGUL SYLLABLE SSANGKIYEOK-WE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1388 |
0xB2E9 0xAFF4 # HANGUL SYLLABLE SSANGKIYEOK-WE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1389 |
0xB2EA 0xAFF8 # HANGUL SYLLABLE SSANGKIYEOK-WE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1390 |
0xB2EB 0xB000 # HANGUL SYLLABLE SSANGKIYEOK-WE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1391 |
0xB2EC 0xB001 # HANGUL SYLLABLE SSANGKIYEOK-WE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1392 |
0xB2ED 0xB004 # HANGUL SYLLABLE SSANGKIYEOK-WE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1393 |
0xB2EE 0xB00C # HANGUL SYLLABLE SSANGKIYEOK-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1394 |
0xB2EF 0xB010 # HANGUL SYLLABLE SSANGKIYEOK-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1395 |
0xB2F0 0xB014 # HANGUL SYLLABLE SSANGKIYEOK-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1396 |
0xB2F1 0xB01C # HANGUL SYLLABLE SSANGKIYEOK-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1397 |
0xB2F2 0xB01D # HANGUL SYLLABLE SSANGKIYEOK-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1398 |
0xB2F3 0xB028 # HANGUL SYLLABLE SSANGKIYEOK-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1399 |
0xB2F4 0xB044 # HANGUL SYLLABLE SSANGKIYEOK-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1400 |
0xB2F5 0xB045 # HANGUL SYLLABLE SSANGKIYEOK-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1401 |
0xB2F6 0xB048 # HANGUL SYLLABLE SSANGKIYEOK-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1402 |
0xB2F7 0xB04A # HANGUL SYLLABLE SSANGKIYEOK-EU-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1403 |
0xB2F8 0xB04C # HANGUL SYLLABLE SSANGKIYEOK-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1404 |
0xB2F9 0xB04E # HANGUL SYLLABLE SSANGKIYEOK-EU-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1405 |
0xB2FA 0xB053 # HANGUL SYLLABLE SSANGKIYEOK-EU-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1406 |
0xB2FB 0xB054 # HANGUL SYLLABLE SSANGKIYEOK-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1407 |
0xB2FC 0xB055 # HANGUL SYLLABLE SSANGKIYEOK-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1408 |
0xB2FD 0xB057 # HANGUL SYLLABLE SSANGKIYEOK-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1409 |
0xB2FE 0xB059 # HANGUL SYLLABLE SSANGKIYEOK-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1410 |
0xB3A1 0xB05D # HANGUL SYLLABLE SSANGKIYEOK-EU-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1411 |
0xB3A2 0xB07C # HANGUL SYLLABLE SSANGKIYEOK-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1412 |
0xB3A3 0xB07D # HANGUL SYLLABLE SSANGKIYEOK-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1413 |
0xB3A4 0xB080 # HANGUL SYLLABLE SSANGKIYEOK-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1414 |
0xB3A5 0xB084 # HANGUL SYLLABLE SSANGKIYEOK-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1415 |
0xB3A6 0xB08C # HANGUL SYLLABLE SSANGKIYEOK-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1416 |
0xB3A7 0xB08D # HANGUL SYLLABLE SSANGKIYEOK-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1417 |
0xB3A8 0xB08F # HANGUL SYLLABLE SSANGKIYEOK-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1418 |
0xB3A9 0xB091 # HANGUL SYLLABLE SSANGKIYEOK-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1419 |
0xB3AA 0xB098 # HANGUL SYLLABLE NIEUN-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1420 |
0xB3AB 0xB099 # HANGUL SYLLABLE NIEUN-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1421 |
0xB3AC 0xB09A # HANGUL SYLLABLE NIEUN-A-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1422 |
0xB3AD 0xB09C # HANGUL SYLLABLE NIEUN-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1423 |
0xB3AE 0xB09F # HANGUL SYLLABLE NIEUN-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1424 |
0xB3AF 0xB0A0 # HANGUL SYLLABLE NIEUN-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1425 |
0xB3B0 0xB0A1 # HANGUL SYLLABLE NIEUN-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1426 |
0xB3B1 0xB0A2 # HANGUL SYLLABLE NIEUN-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1427 |
0xB3B2 0xB0A8 # HANGUL SYLLABLE NIEUN-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1428 |
0xB3B3 0xB0A9 # HANGUL SYLLABLE NIEUN-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1429 |
0xB3B4 0xB0AB # HANGUL SYLLABLE NIEUN-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1430 |
0xB3B5 0xB0AC # HANGUL SYLLABLE NIEUN-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1431 |
0xB3B6 0xB0AD # HANGUL SYLLABLE NIEUN-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1432 |
0xB3B7 0xB0AE # HANGUL SYLLABLE NIEUN-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1433 |
0xB3B8 0xB0AF # HANGUL SYLLABLE NIEUN-A-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1434 |
0xB3B9 0xB0B1 # HANGUL SYLLABLE NIEUN-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1435 |
0xB3BA 0xB0B3 # HANGUL SYLLABLE NIEUN-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1436 |
0xB3BB 0xB0B4 # HANGUL SYLLABLE NIEUN-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1437 |
0xB3BC 0xB0B5 # HANGUL SYLLABLE NIEUN-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1438 |
0xB3BD 0xB0B8 # HANGUL SYLLABLE NIEUN-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1439 |
0xB3BE 0xB0BC # HANGUL SYLLABLE NIEUN-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1440 |
0xB3BF 0xB0C4 # HANGUL SYLLABLE NIEUN-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1441 |
0xB3C0 0xB0C5 # HANGUL SYLLABLE NIEUN-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1442 |
0xB3C1 0xB0C7 # HANGUL SYLLABLE NIEUN-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1443 |
0xB3C2 0xB0C8 # HANGUL SYLLABLE NIEUN-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1444 |
0xB3C3 0xB0C9 # HANGUL SYLLABLE NIEUN-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1445 |
0xB3C4 0xB0D0 # HANGUL SYLLABLE NIEUN-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1446 |
0xB3C5 0xB0D1 # HANGUL SYLLABLE NIEUN-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1447 |
0xB3C6 0xB0D4 # HANGUL SYLLABLE NIEUN-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1448 |
0xB3C7 0xB0D8 # HANGUL SYLLABLE NIEUN-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1449 |
0xB3C8 0xB0E0 # HANGUL SYLLABLE NIEUN-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1450 |
0xB3C9 0xB0E5 # HANGUL SYLLABLE NIEUN-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1451 |
0xB3CA 0xB108 # HANGUL SYLLABLE NIEUN-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1452 |
0xB3CB 0xB109 # HANGUL SYLLABLE NIEUN-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1453 |
0xB3CC 0xB10B # HANGUL SYLLABLE NIEUN-EO-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1454 |
0xB3CD 0xB10C # HANGUL SYLLABLE NIEUN-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1455 |
0xB3CE 0xB110 # HANGUL SYLLABLE NIEUN-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1456 |
0xB3CF 0xB112 # HANGUL SYLLABLE NIEUN-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1457 |
0xB3D0 0xB113 # HANGUL SYLLABLE NIEUN-EO-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1458 |
0xB3D1 0xB118 # HANGUL SYLLABLE NIEUN-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1459 |
0xB3D2 0xB119 # HANGUL SYLLABLE NIEUN-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1460 |
0xB3D3 0xB11B # HANGUL SYLLABLE NIEUN-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1461 |
0xB3D4 0xB11C # HANGUL SYLLABLE NIEUN-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1462 |
0xB3D5 0xB11D # HANGUL SYLLABLE NIEUN-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1463 |
0xB3D6 0xB123 # HANGUL SYLLABLE NIEUN-EO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1464 |
0xB3D7 0xB124 # HANGUL SYLLABLE NIEUN-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1465 |
0xB3D8 0xB125 # HANGUL SYLLABLE NIEUN-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1466 |
0xB3D9 0xB128 # HANGUL SYLLABLE NIEUN-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1467 |
0xB3DA 0xB12C # HANGUL SYLLABLE NIEUN-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1468 |
0xB3DB 0xB134 # HANGUL SYLLABLE NIEUN-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1469 |
0xB3DC 0xB135 # HANGUL SYLLABLE NIEUN-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1470 |
0xB3DD 0xB137 # HANGUL SYLLABLE NIEUN-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1471 |
0xB3DE 0xB138 # HANGUL SYLLABLE NIEUN-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1472 |
0xB3DF 0xB139 # HANGUL SYLLABLE NIEUN-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1473 |
0xB3E0 0xB140 # HANGUL SYLLABLE NIEUN-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1474 |
0xB3E1 0xB141 # HANGUL SYLLABLE NIEUN-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1475 |
0xB3E2 0xB144 # HANGUL SYLLABLE NIEUN-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1476 |
0xB3E3 0xB148 # HANGUL SYLLABLE NIEUN-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1477 |
0xB3E4 0xB150 # HANGUL SYLLABLE NIEUN-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1478 |
0xB3E5 0xB151 # HANGUL SYLLABLE NIEUN-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1479 |
0xB3E6 0xB154 # HANGUL SYLLABLE NIEUN-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1480 |
0xB3E7 0xB155 # HANGUL SYLLABLE NIEUN-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1481 |
0xB3E8 0xB158 # HANGUL SYLLABLE NIEUN-YEO-KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1482 |
0xB3E9 0xB15C # HANGUL SYLLABLE NIEUN-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1483 |
0xB3EA 0xB160 # HANGUL SYLLABLE NIEUN-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1484 |
0xB3EB 0xB178 # HANGUL SYLLABLE NIEUN-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1485 |
0xB3EC 0xB179 # HANGUL SYLLABLE NIEUN-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1486 |
0xB3ED 0xB17C # HANGUL SYLLABLE NIEUN-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1487 |
0xB3EE 0xB180 # HANGUL SYLLABLE NIEUN-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1488 |
0xB3EF 0xB182 # HANGUL SYLLABLE NIEUN-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1489 |
0xB3F0 0xB188 # HANGUL SYLLABLE NIEUN-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1490 |
0xB3F1 0xB189 # HANGUL SYLLABLE NIEUN-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1491 |
0xB3F2 0xB18B # HANGUL SYLLABLE NIEUN-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1492 |
0xB3F3 0xB18D # HANGUL SYLLABLE NIEUN-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1493 |
0xB3F4 0xB192 # HANGUL SYLLABLE NIEUN-O-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1494 |
0xB3F5 0xB193 # HANGUL SYLLABLE NIEUN-O-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1495 |
0xB3F6 0xB194 # HANGUL SYLLABLE NIEUN-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1496 |
0xB3F7 0xB198 # HANGUL SYLLABLE NIEUN-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1497 |
0xB3F8 0xB19C # HANGUL SYLLABLE NIEUN-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1498 |
0xB3F9 0xB1A8 # HANGUL SYLLABLE NIEUN-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1499 |
0xB3FA 0xB1CC # HANGUL SYLLABLE NIEUN-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1500 |
0xB3FB 0xB1D0 # HANGUL SYLLABLE NIEUN-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1501 |
0xB3FC 0xB1D4 # HANGUL SYLLABLE NIEUN-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1502 |
0xB3FD 0xB1DC # HANGUL SYLLABLE NIEUN-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1503 |
0xB3FE 0xB1DD # HANGUL SYLLABLE NIEUN-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1504 |
0xB4A1 0xB1DF # HANGUL SYLLABLE NIEUN-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1505 |
0xB4A2 0xB1E8 # HANGUL SYLLABLE NIEUN-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1506 |
0xB4A3 0xB1E9 # HANGUL SYLLABLE NIEUN-YO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1507 |
0xB4A4 0xB1EC # HANGUL SYLLABLE NIEUN-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1508 |
0xB4A5 0xB1F0 # HANGUL SYLLABLE NIEUN-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1509 |
0xB4A6 0xB1F9 # HANGUL SYLLABLE NIEUN-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1510 |
0xB4A7 0xB1FB # HANGUL SYLLABLE NIEUN-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1511 |
0xB4A8 0xB1FD # HANGUL SYLLABLE NIEUN-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1512 |
0xB4A9 0xB204 # HANGUL SYLLABLE NIEUN-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1513 |
0xB4AA 0xB205 # HANGUL SYLLABLE NIEUN-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1514 |
0xB4AB 0xB208 # HANGUL SYLLABLE NIEUN-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1515 |
0xB4AC 0xB20B # HANGUL SYLLABLE NIEUN-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1516 |
0xB4AD 0xB20C # HANGUL SYLLABLE NIEUN-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1517 |
0xB4AE 0xB214 # HANGUL SYLLABLE NIEUN-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1518 |
0xB4AF 0xB215 # HANGUL SYLLABLE NIEUN-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1519 |
0xB4B0 0xB217 # HANGUL SYLLABLE NIEUN-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1520 |
0xB4B1 0xB219 # HANGUL SYLLABLE NIEUN-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1521 |
0xB4B2 0xB220 # HANGUL SYLLABLE NIEUN-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1522 |
0xB4B3 0xB234 # HANGUL SYLLABLE NIEUN-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1523 |
0xB4B4 0xB23C # HANGUL SYLLABLE NIEUN-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1524 |
0xB4B5 0xB258 # HANGUL SYLLABLE NIEUN-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1525 |
0xB4B6 0xB25C # HANGUL SYLLABLE NIEUN-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1526 |
0xB4B7 0xB260 # HANGUL SYLLABLE NIEUN-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1527 |
0xB4B8 0xB268 # HANGUL SYLLABLE NIEUN-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1528 |
0xB4B9 0xB269 # HANGUL SYLLABLE NIEUN-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1529 |
0xB4BA 0xB274 # HANGUL SYLLABLE NIEUN-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1530 |
0xB4BB 0xB275 # HANGUL SYLLABLE NIEUN-YU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1531 |
0xB4BC 0xB27C # HANGUL SYLLABLE NIEUN-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1532 |
0xB4BD 0xB284 # HANGUL SYLLABLE NIEUN-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1533 |
0xB4BE 0xB285 # HANGUL SYLLABLE NIEUN-YU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1534 |
0xB4BF 0xB289 # HANGUL SYLLABLE NIEUN-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1535 |
0xB4C0 0xB290 # HANGUL SYLLABLE NIEUN-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1536 |
0xB4C1 0xB291 # HANGUL SYLLABLE NIEUN-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1537 |
0xB4C2 0xB294 # HANGUL SYLLABLE NIEUN-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1538 |
0xB4C3 0xB298 # HANGUL SYLLABLE NIEUN-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1539 |
0xB4C4 0xB299 # HANGUL SYLLABLE NIEUN-EU-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1540 |
0xB4C5 0xB29A # HANGUL SYLLABLE NIEUN-EU-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1541 |
0xB4C6 0xB2A0 # HANGUL SYLLABLE NIEUN-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1542 |
0xB4C7 0xB2A1 # HANGUL SYLLABLE NIEUN-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1543 |
0xB4C8 0xB2A3 # HANGUL SYLLABLE NIEUN-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1544 |
0xB4C9 0xB2A5 # HANGUL SYLLABLE NIEUN-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1545 |
0xB4CA 0xB2A6 # HANGUL SYLLABLE NIEUN-EU-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1546 |
0xB4CB 0xB2AA # HANGUL SYLLABLE NIEUN-EU-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1547 |
0xB4CC 0xB2AC # HANGUL SYLLABLE NIEUN-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1548 |
0xB4CD 0xB2B0 # HANGUL SYLLABLE NIEUN-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1549 |
0xB4CE 0xB2B4 # HANGUL SYLLABLE NIEUN-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1550 |
0xB4CF 0xB2C8 # HANGUL SYLLABLE NIEUN-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1551 |
0xB4D0 0xB2C9 # HANGUL SYLLABLE NIEUN-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1552 |
0xB4D1 0xB2CC # HANGUL SYLLABLE NIEUN-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1553 |
0xB4D2 0xB2D0 # HANGUL SYLLABLE NIEUN-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1554 |
0xB4D3 0xB2D2 # HANGUL SYLLABLE NIEUN-I-RIEULMIEUM-<3/22/95> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1555 |
0xB4D4 0xB2D8 # HANGUL SYLLABLE NIEUN-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1556 |
0xB4D5 0xB2D9 # HANGUL SYLLABLE NIEUN-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1557 |
0xB4D6 0xB2DB # HANGUL SYLLABLE NIEUN-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1558 |
0xB4D7 0xB2DD # HANGUL SYLLABLE NIEUN-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1559 |
0xB4D8 0xB2E2 # HANGUL SYLLABLE NIEUN-I-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1560 |
0xB4D9 0xB2E4 # HANGUL SYLLABLE TIKEUT-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1561 |
0xB4DA 0xB2E5 # HANGUL SYLLABLE TIKEUT-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1562 |
0xB4DB 0xB2E6 # HANGUL SYLLABLE TIKEUT-A-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1563 |
0xB4DC 0xB2E8 # HANGUL SYLLABLE TIKEUT-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1564 |
0xB4DD 0xB2EB # HANGUL SYLLABLE TIKEUT-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1565 |
0xB4DE 0xB2EC # HANGUL SYLLABLE TIKEUT-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1566 |
0xB4DF 0xB2ED # HANGUL SYLLABLE TIKEUT-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1567 |
0xB4E0 0xB2EE # HANGUL SYLLABLE TIKEUT-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1568 |
0xB4E1 0xB2EF # HANGUL SYLLABLE TIKEUT-A-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1569 |
0xB4E2 0xB2F3 # HANGUL SYLLABLE TIKEUT-A-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1570 |
0xB4E3 0xB2F4 # HANGUL SYLLABLE TIKEUT-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1571 |
0xB4E4 0xB2F5 # HANGUL SYLLABLE TIKEUT-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1572 |
0xB4E5 0xB2F7 # HANGUL SYLLABLE TIKEUT-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1573 |
0xB4E6 0xB2F8 # HANGUL SYLLABLE TIKEUT-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1574 |
0xB4E7 0xB2F9 # HANGUL SYLLABLE TIKEUT-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1575 |
0xB4E8 0xB2FA # HANGUL SYLLABLE TIKEUT-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1576 |
0xB4E9 0xB2FB # HANGUL SYLLABLE TIKEUT-A-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1577 |
0xB4EA 0xB2FF # HANGUL SYLLABLE TIKEUT-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1578 |
0xB4EB 0xB300 # HANGUL SYLLABLE TIKEUT-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1579 |
0xB4EC 0xB301 # HANGUL SYLLABLE TIKEUT-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1580 |
0xB4ED 0xB304 # HANGUL SYLLABLE TIKEUT-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1581 |
0xB4EE 0xB308 # HANGUL SYLLABLE TIKEUT-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1582 |
0xB4EF 0xB310 # HANGUL SYLLABLE TIKEUT-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1583 |
0xB4F0 0xB311 # HANGUL SYLLABLE TIKEUT-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1584 |
0xB4F1 0xB313 # HANGUL SYLLABLE TIKEUT-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1585 |
0xB4F2 0xB314 # HANGUL SYLLABLE TIKEUT-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1586 |
0xB4F3 0xB315 # HANGUL SYLLABLE TIKEUT-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1587 |
0xB4F4 0xB31C # HANGUL SYLLABLE TIKEUT-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1588 |
0xB4F5 0xB354 # HANGUL SYLLABLE TIKEUT-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1589 |
0xB4F6 0xB355 # HANGUL SYLLABLE TIKEUT-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1590 |
0xB4F7 0xB356 # HANGUL SYLLABLE TIKEUT-EO-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1591 |
0xB4F8 0xB358 # HANGUL SYLLABLE TIKEUT-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1592 |
0xB4F9 0xB35B # HANGUL SYLLABLE TIKEUT-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1593 |
0xB4FA 0xB35C # HANGUL SYLLABLE TIKEUT-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1594 |
0xB4FB 0xB35E # HANGUL SYLLABLE TIKEUT-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1595 |
0xB4FC 0xB35F # HANGUL SYLLABLE TIKEUT-EO-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1596 |
0xB4FD 0xB364 # HANGUL SYLLABLE TIKEUT-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1597 |
0xB4FE 0xB365 # HANGUL SYLLABLE TIKEUT-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1598 |
0xB5A1 0xB367 # HANGUL SYLLABLE TIKEUT-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1599 |
0xB5A2 0xB369 # HANGUL SYLLABLE TIKEUT-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1600 |
0xB5A3 0xB36B # HANGUL SYLLABLE TIKEUT-EO-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1601 |
0xB5A4 0xB36E # HANGUL SYLLABLE TIKEUT-EO-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1602 |
0xB5A5 0xB370 # HANGUL SYLLABLE TIKEUT-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1603 |
0xB5A6 0xB371 # HANGUL SYLLABLE TIKEUT-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1604 |
0xB5A7 0xB374 # HANGUL SYLLABLE TIKEUT-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1605 |
0xB5A8 0xB378 # HANGUL SYLLABLE TIKEUT-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1606 |
0xB5A9 0xB380 # HANGUL SYLLABLE TIKEUT-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1607 |
0xB5AA 0xB381 # HANGUL SYLLABLE TIKEUT-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1608 |
0xB5AB 0xB383 # HANGUL SYLLABLE TIKEUT-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1609 |
0xB5AC 0xB384 # HANGUL SYLLABLE TIKEUT-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1610 |
0xB5AD 0xB385 # HANGUL SYLLABLE TIKEUT-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1611 |
0xB5AE 0xB38C # HANGUL SYLLABLE TIKEUT-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1612 |
0xB5AF 0xB390 # HANGUL SYLLABLE TIKEUT-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1613 |
0xB5B0 0xB394 # HANGUL SYLLABLE TIKEUT-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1614 |
0xB5B1 0xB3A0 # HANGUL SYLLABLE TIKEUT-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1615 |
0xB5B2 0xB3A1 # HANGUL SYLLABLE TIKEUT-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1616 |
0xB5B3 0xB3A8 # HANGUL SYLLABLE TIKEUT-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1617 |
0xB5B4 0xB3AC # HANGUL SYLLABLE TIKEUT-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1618 |
0xB5B5 0xB3C4 # HANGUL SYLLABLE TIKEUT-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1619 |
0xB5B6 0xB3C5 # HANGUL SYLLABLE TIKEUT-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1620 |
0xB5B7 0xB3C8 # HANGUL SYLLABLE TIKEUT-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1621 |
0xB5B8 0xB3CB # HANGUL SYLLABLE TIKEUT-O-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1622 |
0xB5B9 0xB3CC # HANGUL SYLLABLE TIKEUT-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1623 |
0xB5BA 0xB3CE # HANGUL SYLLABLE TIKEUT-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1624 |
0xB5BB 0xB3D0 # HANGUL SYLLABLE TIKEUT-O-RIEULSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1625 |
0xB5BC 0xB3D4 # HANGUL SYLLABLE TIKEUT-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1626 |
0xB5BD 0xB3D5 # HANGUL SYLLABLE TIKEUT-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1627 |
0xB5BE 0xB3D7 # HANGUL SYLLABLE TIKEUT-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1628 |
0xB5BF 0xB3D9 # HANGUL SYLLABLE TIKEUT-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1629 |
0xB5C0 0xB3DB # HANGUL SYLLABLE TIKEUT-O-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1630 |
0xB5C1 0xB3DD # HANGUL SYLLABLE TIKEUT-O-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1631 |
0xB5C2 0xB3E0 # HANGUL SYLLABLE TIKEUT-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1632 |
0xB5C3 0xB3E4 # HANGUL SYLLABLE TIKEUT-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1633 |
0xB5C4 0xB3E8 # HANGUL SYLLABLE TIKEUT-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1634 |
0xB5C5 0xB3FC # HANGUL SYLLABLE TIKEUT-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1635 |
0xB5C6 0xB410 # HANGUL SYLLABLE TIKEUT-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1636 |
0xB5C7 0xB418 # HANGUL SYLLABLE TIKEUT-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1637 |
0xB5C8 0xB41C # HANGUL SYLLABLE TIKEUT-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1638 |
0xB5C9 0xB420 # HANGUL SYLLABLE TIKEUT-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1639 |
0xB5CA 0xB428 # HANGUL SYLLABLE TIKEUT-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1640 |
0xB5CB 0xB429 # HANGUL SYLLABLE TIKEUT-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1641 |
0xB5CC 0xB42B # HANGUL SYLLABLE TIKEUT-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1642 |
0xB5CD 0xB434 # HANGUL SYLLABLE TIKEUT-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1643 |
0xB5CE 0xB450 # HANGUL SYLLABLE TIKEUT-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1644 |
0xB5CF 0xB451 # HANGUL SYLLABLE TIKEUT-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1645 |
0xB5D0 0xB454 # HANGUL SYLLABLE TIKEUT-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1646 |
0xB5D1 0xB458 # HANGUL SYLLABLE TIKEUT-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1647 |
0xB5D2 0xB460 # HANGUL SYLLABLE TIKEUT-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1648 |
0xB5D3 0xB461 # HANGUL SYLLABLE TIKEUT-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1649 |
0xB5D4 0xB463 # HANGUL SYLLABLE TIKEUT-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1650 |
0xB5D5 0xB465 # HANGUL SYLLABLE TIKEUT-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1651 |
0xB5D6 0xB46C # HANGUL SYLLABLE TIKEUT-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1652 |
0xB5D7 0xB480 # HANGUL SYLLABLE TIKEUT-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1653 |
0xB5D8 0xB488 # HANGUL SYLLABLE TIKEUT-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1654 |
0xB5D9 0xB49D # HANGUL SYLLABLE TIKEUT-WE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1655 |
0xB5DA 0xB4A4 # HANGUL SYLLABLE TIKEUT-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1656 |
0xB5DB 0xB4A8 # HANGUL SYLLABLE TIKEUT-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1657 |
0xB5DC 0xB4AC # HANGUL SYLLABLE TIKEUT-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1658 |
0xB5DD 0xB4B5 # HANGUL SYLLABLE TIKEUT-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1659 |
0xB5DE 0xB4B7 # HANGUL SYLLABLE TIKEUT-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1660 |
0xB5DF 0xB4B9 # HANGUL SYLLABLE TIKEUT-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1661 |
0xB5E0 0xB4C0 # HANGUL SYLLABLE TIKEUT-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1662 |
0xB5E1 0xB4C4 # HANGUL SYLLABLE TIKEUT-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1663 |
0xB5E2 0xB4C8 # HANGUL SYLLABLE TIKEUT-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1664 |
0xB5E3 0xB4D0 # HANGUL SYLLABLE TIKEUT-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1665 |
0xB5E4 0xB4D5 # HANGUL SYLLABLE TIKEUT-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1666 |
0xB5E5 0xB4DC # HANGUL SYLLABLE TIKEUT-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1667 |
0xB5E6 0xB4DD # HANGUL SYLLABLE TIKEUT-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1668 |
0xB5E7 0xB4E0 # HANGUL SYLLABLE TIKEUT-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1669 |
0xB5E8 0xB4E3 # HANGUL SYLLABLE TIKEUT-EU-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1670 |
0xB5E9 0xB4E4 # HANGUL SYLLABLE TIKEUT-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1671 |
0xB5EA 0xB4E6 # HANGUL SYLLABLE TIKEUT-EU-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1672 |
0xB5EB 0xB4EC # HANGUL SYLLABLE TIKEUT-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1673 |
0xB5EC 0xB4ED # HANGUL SYLLABLE TIKEUT-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1674 |
0xB5ED 0xB4EF # HANGUL SYLLABLE TIKEUT-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1675 |
0xB5EE 0xB4F1 # HANGUL SYLLABLE TIKEUT-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1676 |
0xB5EF 0xB4F8 # HANGUL SYLLABLE TIKEUT-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1677 |
0xB5F0 0xB514 # HANGUL SYLLABLE TIKEUT-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1678 |
0xB5F1 0xB515 # HANGUL SYLLABLE TIKEUT-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1679 |
0xB5F2 0xB518 # HANGUL SYLLABLE TIKEUT-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1680 |
0xB5F3 0xB51B # HANGUL SYLLABLE TIKEUT-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1681 |
0xB5F4 0xB51C # HANGUL SYLLABLE TIKEUT-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1682 |
0xB5F5 0xB524 # HANGUL SYLLABLE TIKEUT-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1683 |
0xB5F6 0xB525 # HANGUL SYLLABLE TIKEUT-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1684 |
0xB5F7 0xB527 # HANGUL SYLLABLE TIKEUT-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1685 |
0xB5F8 0xB528 # HANGUL SYLLABLE TIKEUT-I-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1686 |
0xB5F9 0xB529 # HANGUL SYLLABLE TIKEUT-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1687 |
0xB5FA 0xB52A # HANGUL SYLLABLE TIKEUT-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1688 |
0xB5FB 0xB530 # HANGUL SYLLABLE SSANGTIKEUT-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1689 |
0xB5FC 0xB531 # HANGUL SYLLABLE SSANGTIKEUT-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1690 |
0xB5FD 0xB534 # HANGUL SYLLABLE SSANGTIKEUT-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1691 |
0xB5FE 0xB538 # HANGUL SYLLABLE SSANGTIKEUT-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1692 |
0xB6A1 0xB540 # HANGUL SYLLABLE SSANGTIKEUT-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1693 |
0xB6A2 0xB541 # HANGUL SYLLABLE SSANGTIKEUT-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1694 |
0xB6A3 0xB543 # HANGUL SYLLABLE SSANGTIKEUT-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1695 |
0xB6A4 0xB544 # HANGUL SYLLABLE SSANGTIKEUT-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1696 |
0xB6A5 0xB545 # HANGUL SYLLABLE SSANGTIKEUT-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1697 |
0xB6A6 0xB54B # HANGUL SYLLABLE SSANGTIKEUT-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1698 |
0xB6A7 0xB54C # HANGUL SYLLABLE SSANGTIKEUT-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1699 |
0xB6A8 0xB54D # HANGUL SYLLABLE SSANGTIKEUT-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1700 |
0xB6A9 0xB550 # HANGUL SYLLABLE SSANGTIKEUT-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1701 |
0xB6AA 0xB554 # HANGUL SYLLABLE SSANGTIKEUT-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1702 |
0xB6AB 0xB55C # HANGUL SYLLABLE SSANGTIKEUT-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1703 |
0xB6AC 0xB55D # HANGUL SYLLABLE SSANGTIKEUT-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1704 |
0xB6AD 0xB55F # HANGUL SYLLABLE SSANGTIKEUT-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1705 |
0xB6AE 0xB560 # HANGUL SYLLABLE SSANGTIKEUT-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1706 |
0xB6AF 0xB561 # HANGUL SYLLABLE SSANGTIKEUT-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1707 |
0xB6B0 0xB5A0 # HANGUL SYLLABLE SSANGTIKEUT-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1708 |
0xB6B1 0xB5A1 # HANGUL SYLLABLE SSANGTIKEUT-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1709 |
0xB6B2 0xB5A4 # HANGUL SYLLABLE SSANGTIKEUT-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1710 |
0xB6B3 0xB5A8 # HANGUL SYLLABLE SSANGTIKEUT-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1711 |
0xB6B4 0xB5AA # HANGUL SYLLABLE SSANGTIKEUT-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1712 |
0xB6B5 0xB5AB # HANGUL SYLLABLE SSANGTIKEUT-EO-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1713 |
0xB6B6 0xB5B0 # HANGUL SYLLABLE SSANGTIKEUT-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1714 |
0xB6B7 0xB5B1 # HANGUL SYLLABLE SSANGTIKEUT-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1715 |
0xB6B8 0xB5B3 # HANGUL SYLLABLE SSANGTIKEUT-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1716 |
0xB6B9 0xB5B4 # HANGUL SYLLABLE SSANGTIKEUT-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1717 |
0xB6BA 0xB5B5 # HANGUL SYLLABLE SSANGTIKEUT-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1718 |
0xB6BB 0xB5BB # HANGUL SYLLABLE SSANGTIKEUT-EO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1719 |
0xB6BC 0xB5BC # HANGUL SYLLABLE SSANGTIKEUT-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1720 |
0xB6BD 0xB5BD # HANGUL SYLLABLE SSANGTIKEUT-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1721 |
0xB6BE 0xB5C0 # HANGUL SYLLABLE SSANGTIKEUT-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1722 |
0xB6BF 0xB5C4 # HANGUL SYLLABLE SSANGTIKEUT-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1723 |
0xB6C0 0xB5CC # HANGUL SYLLABLE SSANGTIKEUT-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1724 |
0xB6C1 0xB5CD # HANGUL SYLLABLE SSANGTIKEUT-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1725 |
0xB6C2 0xB5CF # HANGUL SYLLABLE SSANGTIKEUT-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1726 |
0xB6C3 0xB5D0 # HANGUL SYLLABLE SSANGTIKEUT-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1727 |
0xB6C4 0xB5D1 # HANGUL SYLLABLE SSANGTIKEUT-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1728 |
0xB6C5 0xB5D8 # HANGUL SYLLABLE SSANGTIKEUT-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1729 |
0xB6C6 0xB5EC # HANGUL SYLLABLE SSANGTIKEUT-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1730 |
0xB6C7 0xB610 # HANGUL SYLLABLE SSANGTIKEUT-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1731 |
0xB6C8 0xB611 # HANGUL SYLLABLE SSANGTIKEUT-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1732 |
0xB6C9 0xB614 # HANGUL SYLLABLE SSANGTIKEUT-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1733 |
0xB6CA 0xB618 # HANGUL SYLLABLE SSANGTIKEUT-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1734 |
0xB6CB 0xB625 # HANGUL SYLLABLE SSANGTIKEUT-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1735 |
0xB6CC 0xB62C # HANGUL SYLLABLE SSANGTIKEUT-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1736 |
0xB6CD 0xB634 # HANGUL SYLLABLE SSANGTIKEUT-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1737 |
0xB6CE 0xB648 # HANGUL SYLLABLE SSANGTIKEUT-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1738 |
0xB6CF 0xB664 # HANGUL SYLLABLE SSANGTIKEUT-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1739 |
0xB6D0 0xB668 # HANGUL SYLLABLE SSANGTIKEUT-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1740 |
0xB6D1 0xB69C # HANGUL SYLLABLE SSANGTIKEUT-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1741 |
0xB6D2 0xB69D # HANGUL SYLLABLE SSANGTIKEUT-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1742 |
0xB6D3 0xB6A0 # HANGUL SYLLABLE SSANGTIKEUT-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1743 |
0xB6D4 0xB6A4 # HANGUL SYLLABLE SSANGTIKEUT-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1744 |
0xB6D5 0xB6AB # HANGUL SYLLABLE SSANGTIKEUT-U-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1745 |
0xB6D6 0xB6AC # HANGUL SYLLABLE SSANGTIKEUT-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1746 |
0xB6D7 0xB6B1 # HANGUL SYLLABLE SSANGTIKEUT-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1747 |
0xB6D8 0xB6D4 # HANGUL SYLLABLE SSANGTIKEUT-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1748 |
0xB6D9 0xB6F0 # HANGUL SYLLABLE SSANGTIKEUT-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1749 |
0xB6DA 0xB6F4 # HANGUL SYLLABLE SSANGTIKEUT-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1750 |
0xB6DB 0xB6F8 # HANGUL SYLLABLE SSANGTIKEUT-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1751 |
0xB6DC 0xB700 # HANGUL SYLLABLE SSANGTIKEUT-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1752 |
0xB6DD 0xB701 # HANGUL SYLLABLE SSANGTIKEUT-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1753 |
0xB6DE 0xB705 # HANGUL SYLLABLE SSANGTIKEUT-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1754 |
0xB6DF 0xB728 # HANGUL SYLLABLE SSANGTIKEUT-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1755 |
0xB6E0 0xB729 # HANGUL SYLLABLE SSANGTIKEUT-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1756 |
0xB6E1 0xB72C # HANGUL SYLLABLE SSANGTIKEUT-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1757 |
0xB6E2 0xB72F # HANGUL SYLLABLE SSANGTIKEUT-EU-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1758 |
0xB6E3 0xB730 # HANGUL SYLLABLE SSANGTIKEUT-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1759 |
0xB6E4 0xB738 # HANGUL SYLLABLE SSANGTIKEUT-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1760 |
0xB6E5 0xB739 # HANGUL SYLLABLE SSANGTIKEUT-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1761 |
0xB6E6 0xB73B # HANGUL SYLLABLE SSANGTIKEUT-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1762 |
0xB6E7 0xB744 # HANGUL SYLLABLE SSANGTIKEUT-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1763 |
0xB6E8 0xB748 # HANGUL SYLLABLE SSANGTIKEUT-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1764 |
0xB6E9 0xB74C # HANGUL SYLLABLE SSANGTIKEUT-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1765 |
0xB6EA 0xB754 # HANGUL SYLLABLE SSANGTIKEUT-YI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1766 |
0xB6EB 0xB755 # HANGUL SYLLABLE SSANGTIKEUT-YI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1767 |
0xB6EC 0xB760 # HANGUL SYLLABLE SSANGTIKEUT-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1768 |
0xB6ED 0xB764 # HANGUL SYLLABLE SSANGTIKEUT-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1769 |
0xB6EE 0xB768 # HANGUL SYLLABLE SSANGTIKEUT-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1770 |
0xB6EF 0xB770 # HANGUL SYLLABLE SSANGTIKEUT-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1771 |
0xB6F0 0xB771 # HANGUL SYLLABLE SSANGTIKEUT-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1772 |
0xB6F1 0xB773 # HANGUL SYLLABLE SSANGTIKEUT-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1773 |
0xB6F2 0xB775 # HANGUL SYLLABLE SSANGTIKEUT-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1774 |
0xB6F3 0xB77C # HANGUL SYLLABLE RIEUL-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1775 |
0xB6F4 0xB77D # HANGUL SYLLABLE RIEUL-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1776 |
0xB6F5 0xB780 # HANGUL SYLLABLE RIEUL-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1777 |
0xB6F6 0xB784 # HANGUL SYLLABLE RIEUL-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1778 |
0xB6F7 0xB78C # HANGUL SYLLABLE RIEUL-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1779 |
0xB6F8 0xB78D # HANGUL SYLLABLE RIEUL-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1780 |
0xB6F9 0xB78F # HANGUL SYLLABLE RIEUL-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1781 |
0xB6FA 0xB790 # HANGUL SYLLABLE RIEUL-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1782 |
0xB6FB 0xB791 # HANGUL SYLLABLE RIEUL-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1783 |
0xB6FC 0xB792 # HANGUL SYLLABLE RIEUL-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1784 |
0xB6FD 0xB796 # HANGUL SYLLABLE RIEUL-A-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1785 |
0xB6FE 0xB797 # HANGUL SYLLABLE RIEUL-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1786 |
0xB7A1 0xB798 # HANGUL SYLLABLE RIEUL-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1787 |
0xB7A2 0xB799 # HANGUL SYLLABLE RIEUL-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1788 |
0xB7A3 0xB79C # HANGUL SYLLABLE RIEUL-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1789 |
0xB7A4 0xB7A0 # HANGUL SYLLABLE RIEUL-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1790 |
0xB7A5 0xB7A8 # HANGUL SYLLABLE RIEUL-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1791 |
0xB7A6 0xB7A9 # HANGUL SYLLABLE RIEUL-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1792 |
0xB7A7 0xB7AB # HANGUL SYLLABLE RIEUL-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1793 |
0xB7A8 0xB7AC # HANGUL SYLLABLE RIEUL-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1794 |
0xB7A9 0xB7AD # HANGUL SYLLABLE RIEUL-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1795 |
0xB7AA 0xB7B4 # HANGUL SYLLABLE RIEUL-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1796 |
0xB7AB 0xB7B5 # HANGUL SYLLABLE RIEUL-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1797 |
0xB7AC 0xB7B8 # HANGUL SYLLABLE RIEUL-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1798 |
0xB7AD 0xB7C7 # HANGUL SYLLABLE RIEUL-YA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1799 |
0xB7AE 0xB7C9 # HANGUL SYLLABLE RIEUL-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1800 |
0xB7AF 0xB7EC # HANGUL SYLLABLE RIEUL-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1801 |
0xB7B0 0xB7ED # HANGUL SYLLABLE RIEUL-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1802 |
0xB7B1 0xB7F0 # HANGUL SYLLABLE RIEUL-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1803 |
0xB7B2 0xB7F4 # HANGUL SYLLABLE RIEUL-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1804 |
0xB7B3 0xB7FC # HANGUL SYLLABLE RIEUL-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1805 |
0xB7B4 0xB7FD # HANGUL SYLLABLE RIEUL-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1806 |
0xB7B5 0xB7FF # HANGUL SYLLABLE RIEUL-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1807 |
0xB7B6 0xB800 # HANGUL SYLLABLE RIEUL-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1808 |
0xB7B7 0xB801 # HANGUL SYLLABLE RIEUL-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1809 |
0xB7B8 0xB807 # HANGUL SYLLABLE RIEUL-EO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1810 |
0xB7B9 0xB808 # HANGUL SYLLABLE RIEUL-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1811 |
0xB7BA 0xB809 # HANGUL SYLLABLE RIEUL-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1812 |
0xB7BB 0xB80C # HANGUL SYLLABLE RIEUL-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1813 |
0xB7BC 0xB810 # HANGUL SYLLABLE RIEUL-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1814 |
0xB7BD 0xB818 # HANGUL SYLLABLE RIEUL-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1815 |
0xB7BE 0xB819 # HANGUL SYLLABLE RIEUL-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1816 |
0xB7BF 0xB81B # HANGUL SYLLABLE RIEUL-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1817 |
0xB7C0 0xB81D # HANGUL SYLLABLE RIEUL-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1818 |
0xB7C1 0xB824 # HANGUL SYLLABLE RIEUL-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1819 |
0xB7C2 0xB825 # HANGUL SYLLABLE RIEUL-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1820 |
0xB7C3 0xB828 # HANGUL SYLLABLE RIEUL-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1821 |
0xB7C4 0xB82C # HANGUL SYLLABLE RIEUL-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1822 |
0xB7C5 0xB834 # HANGUL SYLLABLE RIEUL-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1823 |
0xB7C6 0xB835 # HANGUL SYLLABLE RIEUL-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1824 |
0xB7C7 0xB837 # HANGUL SYLLABLE RIEUL-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1825 |
0xB7C8 0xB838 # HANGUL SYLLABLE RIEUL-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1826 |
0xB7C9 0xB839 # HANGUL SYLLABLE RIEUL-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1827 |
0xB7CA 0xB840 # HANGUL SYLLABLE RIEUL-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1828 |
0xB7CB 0xB844 # HANGUL SYLLABLE RIEUL-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1829 |
0xB7CC 0xB851 # HANGUL SYLLABLE RIEUL-YE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1830 |
0xB7CD 0xB853 # HANGUL SYLLABLE RIEUL-YE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1831 |
0xB7CE 0xB85C # HANGUL SYLLABLE RIEUL-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1832 |
0xB7CF 0xB85D # HANGUL SYLLABLE RIEUL-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1833 |
0xB7D0 0xB860 # HANGUL SYLLABLE RIEUL-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1834 |
0xB7D1 0xB864 # HANGUL SYLLABLE RIEUL-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1835 |
0xB7D2 0xB86C # HANGUL SYLLABLE RIEUL-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1836 |
0xB7D3 0xB86D # HANGUL SYLLABLE RIEUL-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1837 |
0xB7D4 0xB86F # HANGUL SYLLABLE RIEUL-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1838 |
0xB7D5 0xB871 # HANGUL SYLLABLE RIEUL-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1839 |
0xB7D6 0xB878 # HANGUL SYLLABLE RIEUL-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1840 |
0xB7D7 0xB87C # HANGUL SYLLABLE RIEUL-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1841 |
0xB7D8 0xB88D # HANGUL SYLLABLE RIEUL-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1842 |
0xB7D9 0xB8A8 # HANGUL SYLLABLE RIEUL-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1843 |
0xB7DA 0xB8B0 # HANGUL SYLLABLE RIEUL-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1844 |
0xB7DB 0xB8B4 # HANGUL SYLLABLE RIEUL-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1845 |
0xB7DC 0xB8B8 # HANGUL SYLLABLE RIEUL-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1846 |
0xB7DD 0xB8C0 # HANGUL SYLLABLE RIEUL-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1847 |
0xB7DE 0xB8C1 # HANGUL SYLLABLE RIEUL-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1848 |
0xB7DF 0xB8C3 # HANGUL SYLLABLE RIEUL-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1849 |
0xB7E0 0xB8C5 # HANGUL SYLLABLE RIEUL-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1850 |
0xB7E1 0xB8CC # HANGUL SYLLABLE RIEUL-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1851 |
0xB7E2 0xB8D0 # HANGUL SYLLABLE RIEUL-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1852 |
0xB7E3 0xB8D4 # HANGUL SYLLABLE RIEUL-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1853 |
0xB7E4 0xB8DD # HANGUL SYLLABLE RIEUL-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1854 |
0xB7E5 0xB8DF # HANGUL SYLLABLE RIEUL-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1855 |
0xB7E6 0xB8E1 # HANGUL SYLLABLE RIEUL-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1856 |
0xB7E7 0xB8E8 # HANGUL SYLLABLE RIEUL-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1857 |
0xB7E8 0xB8E9 # HANGUL SYLLABLE RIEUL-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1858 |
0xB7E9 0xB8EC # HANGUL SYLLABLE RIEUL-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1859 |
0xB7EA 0xB8F0 # HANGUL SYLLABLE RIEUL-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1860 |
0xB7EB 0xB8F8 # HANGUL SYLLABLE RIEUL-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1861 |
0xB7EC 0xB8F9 # HANGUL SYLLABLE RIEUL-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1862 |
0xB7ED 0xB8FB # HANGUL SYLLABLE RIEUL-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1863 |
0xB7EE 0xB8FD # HANGUL SYLLABLE RIEUL-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1864 |
0xB7EF 0xB904 # HANGUL SYLLABLE RIEUL-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1865 |
0xB7F0 0xB918 # HANGUL SYLLABLE RIEUL-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1866 |
0xB7F1 0xB920 # HANGUL SYLLABLE RIEUL-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1867 |
0xB7F2 0xB93C # HANGUL SYLLABLE RIEUL-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1868 |
0xB7F3 0xB93D # HANGUL SYLLABLE RIEUL-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1869 |
0xB7F4 0xB940 # HANGUL SYLLABLE RIEUL-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1870 |
0xB7F5 0xB944 # HANGUL SYLLABLE RIEUL-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1871 |
0xB7F6 0xB94C # HANGUL SYLLABLE RIEUL-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1872 |
0xB7F7 0xB94F # HANGUL SYLLABLE RIEUL-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1873 |
0xB7F8 0xB951 # HANGUL SYLLABLE RIEUL-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1874 |
0xB7F9 0xB958 # HANGUL SYLLABLE RIEUL-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1875 |
0xB7FA 0xB959 # HANGUL SYLLABLE RIEUL-YU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1876 |
0xB7FB 0xB95C # HANGUL SYLLABLE RIEUL-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1877 |
0xB7FC 0xB960 # HANGUL SYLLABLE RIEUL-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1878 |
0xB7FD 0xB968 # HANGUL SYLLABLE RIEUL-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1879 |
0xB7FE 0xB969 # HANGUL SYLLABLE RIEUL-YU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1880 |
0xB8A1 0xB96B # HANGUL SYLLABLE RIEUL-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1881 |
0xB8A2 0xB96D # HANGUL SYLLABLE RIEUL-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1882 |
0xB8A3 0xB974 # HANGUL SYLLABLE RIEUL-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1883 |
0xB8A4 0xB975 # HANGUL SYLLABLE RIEUL-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1884 |
0xB8A5 0xB978 # HANGUL SYLLABLE RIEUL-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1885 |
0xB8A6 0xB97C # HANGUL SYLLABLE RIEUL-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1886 |
0xB8A7 0xB984 # HANGUL SYLLABLE RIEUL-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1887 |
0xB8A8 0xB985 # HANGUL SYLLABLE RIEUL-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1888 |
0xB8A9 0xB987 # HANGUL SYLLABLE RIEUL-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1889 |
0xB8AA 0xB989 # HANGUL SYLLABLE RIEUL-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1890 |
0xB8AB 0xB98A # HANGUL SYLLABLE RIEUL-EU-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1891 |
0xB8AC 0xB98D # HANGUL SYLLABLE RIEUL-EU-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1892 |
0xB8AD 0xB98E # HANGUL SYLLABLE RIEUL-EU-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1893 |
0xB8AE 0xB9AC # HANGUL SYLLABLE RIEUL-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1894 |
0xB8AF 0xB9AD # HANGUL SYLLABLE RIEUL-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1895 |
0xB8B0 0xB9B0 # HANGUL SYLLABLE RIEUL-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1896 |
0xB8B1 0xB9B4 # HANGUL SYLLABLE RIEUL-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1897 |
0xB8B2 0xB9BC # HANGUL SYLLABLE RIEUL-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1898 |
0xB8B3 0xB9BD # HANGUL SYLLABLE RIEUL-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1899 |
0xB8B4 0xB9BF # HANGUL SYLLABLE RIEUL-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1900 |
0xB8B5 0xB9C1 # HANGUL SYLLABLE RIEUL-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1901 |
0xB8B6 0xB9C8 # HANGUL SYLLABLE MIEUM-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1902 |
0xB8B7 0xB9C9 # HANGUL SYLLABLE MIEUM-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1903 |
0xB8B8 0xB9CC # HANGUL SYLLABLE MIEUM-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1904 |
0xB8B9 0xB9CE # HANGUL SYLLABLE MIEUM-A-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1905 |
0xB8BA 0xB9CF # HANGUL SYLLABLE MIEUM-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1906 |
0xB8BB 0xB9D0 # HANGUL SYLLABLE MIEUM-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1907 |
0xB8BC 0xB9D1 # HANGUL SYLLABLE MIEUM-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1908 |
0xB8BD 0xB9D2 # HANGUL SYLLABLE MIEUM-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1909 |
0xB8BE 0xB9D8 # HANGUL SYLLABLE MIEUM-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1910 |
0xB8BF 0xB9D9 # HANGUL SYLLABLE MIEUM-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1911 |
0xB8C0 0xB9DB # HANGUL SYLLABLE MIEUM-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1912 |
0xB8C1 0xB9DD # HANGUL SYLLABLE MIEUM-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1913 |
0xB8C2 0xB9DE # HANGUL SYLLABLE MIEUM-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1914 |
0xB8C3 0xB9E1 # HANGUL SYLLABLE MIEUM-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1915 |
0xB8C4 0xB9E3 # HANGUL SYLLABLE MIEUM-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1916 |
0xB8C5 0xB9E4 # HANGUL SYLLABLE MIEUM-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1917 |
0xB8C6 0xB9E5 # HANGUL SYLLABLE MIEUM-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1918 |
0xB8C7 0xB9E8 # HANGUL SYLLABLE MIEUM-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1919 |
0xB8C8 0xB9EC # HANGUL SYLLABLE MIEUM-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1920 |
0xB8C9 0xB9F4 # HANGUL SYLLABLE MIEUM-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1921 |
0xB8CA 0xB9F5 # HANGUL SYLLABLE MIEUM-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1922 |
0xB8CB 0xB9F7 # HANGUL SYLLABLE MIEUM-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1923 |
0xB8CC 0xB9F8 # HANGUL SYLLABLE MIEUM-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1924 |
0xB8CD 0xB9F9 # HANGUL SYLLABLE MIEUM-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1925 |
0xB8CE 0xB9FA # HANGUL SYLLABLE MIEUM-AE-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1926 |
0xB8CF 0xBA00 # HANGUL SYLLABLE MIEUM-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1927 |
0xB8D0 0xBA01 # HANGUL SYLLABLE MIEUM-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1928 |
0xB8D1 0xBA08 # HANGUL SYLLABLE MIEUM-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1929 |
0xB8D2 0xBA15 # HANGUL SYLLABLE MIEUM-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1930 |
0xB8D3 0xBA38 # HANGUL SYLLABLE MIEUM-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1931 |
0xB8D4 0xBA39 # HANGUL SYLLABLE MIEUM-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1932 |
0xB8D5 0xBA3C # HANGUL SYLLABLE MIEUM-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1933 |
0xB8D6 0xBA40 # HANGUL SYLLABLE MIEUM-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1934 |
0xB8D7 0xBA42 # HANGUL SYLLABLE MIEUM-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1935 |
0xB8D8 0xBA48 # HANGUL SYLLABLE MIEUM-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1936 |
0xB8D9 0xBA49 # HANGUL SYLLABLE MIEUM-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1937 |
0xB8DA 0xBA4B # HANGUL SYLLABLE MIEUM-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1938 |
0xB8DB 0xBA4D # HANGUL SYLLABLE MIEUM-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1939 |
0xB8DC 0xBA4E # HANGUL SYLLABLE MIEUM-EO-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1940 |
0xB8DD 0xBA53 # HANGUL SYLLABLE MIEUM-EO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1941 |
0xB8DE 0xBA54 # HANGUL SYLLABLE MIEUM-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1942 |
0xB8DF 0xBA55 # HANGUL SYLLABLE MIEUM-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1943 |
0xB8E0 0xBA58 # HANGUL SYLLABLE MIEUM-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1944 |
0xB8E1 0xBA5C # HANGUL SYLLABLE MIEUM-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1945 |
0xB8E2 0xBA64 # HANGUL SYLLABLE MIEUM-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1946 |
0xB8E3 0xBA65 # HANGUL SYLLABLE MIEUM-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1947 |
0xB8E4 0xBA67 # HANGUL SYLLABLE MIEUM-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1948 |
0xB8E5 0xBA68 # HANGUL SYLLABLE MIEUM-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1949 |
0xB8E6 0xBA69 # HANGUL SYLLABLE MIEUM-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1950 |
0xB8E7 0xBA70 # HANGUL SYLLABLE MIEUM-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1951 |
0xB8E8 0xBA71 # HANGUL SYLLABLE MIEUM-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1952 |
0xB8E9 0xBA74 # HANGUL SYLLABLE MIEUM-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1953 |
0xB8EA 0xBA78 # HANGUL SYLLABLE MIEUM-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1954 |
0xB8EB 0xBA83 # HANGUL SYLLABLE MIEUM-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1955 |
0xB8EC 0xBA84 # HANGUL SYLLABLE MIEUM-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1956 |
0xB8ED 0xBA85 # HANGUL SYLLABLE MIEUM-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1957 |
0xB8EE 0xBA87 # HANGUL SYLLABLE MIEUM-YEO-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1958 |
0xB8EF 0xBA8C # HANGUL SYLLABLE MIEUM-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1959 |
0xB8F0 0xBAA8 # HANGUL SYLLABLE MIEUM-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1960 |
0xB8F1 0xBAA9 # HANGUL SYLLABLE MIEUM-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1961 |
0xB8F2 0xBAAB # HANGUL SYLLABLE MIEUM-O-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1962 |
0xB8F3 0xBAAC # HANGUL SYLLABLE MIEUM-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1963 |
0xB8F4 0xBAB0 # HANGUL SYLLABLE MIEUM-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1964 |
0xB8F5 0xBAB2 # HANGUL SYLLABLE MIEUM-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1965 |
0xB8F6 0xBAB8 # HANGUL SYLLABLE MIEUM-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1966 |
0xB8F7 0xBAB9 # HANGUL SYLLABLE MIEUM-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1967 |
0xB8F8 0xBABB # HANGUL SYLLABLE MIEUM-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1968 |
0xB8F9 0xBABD # HANGUL SYLLABLE MIEUM-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1969 |
0xB8FA 0xBAC4 # HANGUL SYLLABLE MIEUM-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1970 |
0xB8FB 0xBAC8 # HANGUL SYLLABLE MIEUM-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1971 |
0xB8FC 0xBAD8 # HANGUL SYLLABLE MIEUM-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1972 |
0xB8FD 0xBAD9 # HANGUL SYLLABLE MIEUM-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1973 |
0xB8FE 0xBAFC # HANGUL SYLLABLE MIEUM-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1974 |
0xB9A1 0xBB00 # HANGUL SYLLABLE MIEUM-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1975 |
0xB9A2 0xBB04 # HANGUL SYLLABLE MIEUM-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1976 |
0xB9A3 0xBB0D # HANGUL SYLLABLE MIEUM-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1977 |
0xB9A4 0xBB0F # HANGUL SYLLABLE MIEUM-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1978 |
0xB9A5 0xBB11 # HANGUL SYLLABLE MIEUM-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1979 |
0xB9A6 0xBB18 # HANGUL SYLLABLE MIEUM-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1980 |
0xB9A7 0xBB1C # HANGUL SYLLABLE MIEUM-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1981 |
0xB9A8 0xBB20 # HANGUL SYLLABLE MIEUM-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1982 |
0xB9A9 0xBB29 # HANGUL SYLLABLE MIEUM-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1983 |
0xB9AA 0xBB2B # HANGUL SYLLABLE MIEUM-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1984 |
0xB9AB 0xBB34 # HANGUL SYLLABLE MIEUM-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1985 |
0xB9AC 0xBB35 # HANGUL SYLLABLE MIEUM-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1986 |
0xB9AD 0xBB36 # HANGUL SYLLABLE MIEUM-U-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1987 |
0xB9AE 0xBB38 # HANGUL SYLLABLE MIEUM-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1988 |
0xB9AF 0xBB3B # HANGUL SYLLABLE MIEUM-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1989 |
0xB9B0 0xBB3C # HANGUL SYLLABLE MIEUM-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1990 |
0xB9B1 0xBB3D # HANGUL SYLLABLE MIEUM-U-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1991 |
0xB9B2 0xBB3E # HANGUL SYLLABLE MIEUM-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1992 |
0xB9B3 0xBB44 # HANGUL SYLLABLE MIEUM-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1993 |
0xB9B4 0xBB45 # HANGUL SYLLABLE MIEUM-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1994 |
0xB9B5 0xBB47 # HANGUL SYLLABLE MIEUM-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1995 |
0xB9B6 0xBB49 # HANGUL SYLLABLE MIEUM-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1996 |
0xB9B7 0xBB4D # HANGUL SYLLABLE MIEUM-U-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1997 |
0xB9B8 0xBB4F # HANGUL SYLLABLE MIEUM-U-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1998 |
0xB9B9 0xBB50 # HANGUL SYLLABLE MIEUM-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
1999 |
0xB9BA 0xBB54 # HANGUL SYLLABLE MIEUM-WEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2000 |
0xB9BB 0xBB58 # HANGUL SYLLABLE MIEUM-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2001 |
0xB9BC 0xBB61 # HANGUL SYLLABLE MIEUM-WEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2002 |
0xB9BD 0xBB63 # HANGUL SYLLABLE MIEUM-WEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2003 |
0xB9BE 0xBB6C # HANGUL SYLLABLE MIEUM-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2004 |
0xB9BF 0xBB88 # HANGUL SYLLABLE MIEUM-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2005 |
0xB9C0 0xBB8C # HANGUL SYLLABLE MIEUM-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2006 |
0xB9C1 0xBB90 # HANGUL SYLLABLE MIEUM-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2007 |
0xB9C2 0xBBA4 # HANGUL SYLLABLE MIEUM-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2008 |
0xB9C3 0xBBA8 # HANGUL SYLLABLE MIEUM-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2009 |
0xB9C4 0xBBAC # HANGUL SYLLABLE MIEUM-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2010 |
0xB9C5 0xBBB4 # HANGUL SYLLABLE MIEUM-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2011 |
0xB9C6 0xBBB7 # HANGUL SYLLABLE MIEUM-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2012 |
0xB9C7 0xBBC0 # HANGUL SYLLABLE MIEUM-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2013 |
0xB9C8 0xBBC4 # HANGUL SYLLABLE MIEUM-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2014 |
0xB9C9 0xBBC8 # HANGUL SYLLABLE MIEUM-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2015 |
0xB9CA 0xBBD0 # HANGUL SYLLABLE MIEUM-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2016 |
0xB9CB 0xBBD3 # HANGUL SYLLABLE MIEUM-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2017 |
0xB9CC 0xBBF8 # HANGUL SYLLABLE MIEUM-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2018 |
0xB9CD 0xBBF9 # HANGUL SYLLABLE MIEUM-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2019 |
0xB9CE 0xBBFC # HANGUL SYLLABLE MIEUM-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2020 |
0xB9CF 0xBBFF # HANGUL SYLLABLE MIEUM-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2021 |
0xB9D0 0xBC00 # HANGUL SYLLABLE MIEUM-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2022 |
0xB9D1 0xBC02 # HANGUL SYLLABLE MIEUM-I-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2023 |
0xB9D2 0xBC08 # HANGUL SYLLABLE MIEUM-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2024 |
0xB9D3 0xBC09 # HANGUL SYLLABLE MIEUM-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2025 |
0xB9D4 0xBC0B # HANGUL SYLLABLE MIEUM-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2026 |
0xB9D5 0xBC0C # HANGUL SYLLABLE MIEUM-I-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2027 |
0xB9D6 0xBC0D # HANGUL SYLLABLE MIEUM-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2028 |
0xB9D7 0xBC0F # HANGUL SYLLABLE MIEUM-I-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2029 |
0xB9D8 0xBC11 # HANGUL SYLLABLE MIEUM-I-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2030 |
0xB9D9 0xBC14 # HANGUL SYLLABLE PIEUP-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2031 |
0xB9DA 0xBC15 # HANGUL SYLLABLE PIEUP-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2032 |
0xB9DB 0xBC16 # HANGUL SYLLABLE PIEUP-A-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2033 |
0xB9DC 0xBC17 # HANGUL SYLLABLE PIEUP-A-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2034 |
0xB9DD 0xBC18 # HANGUL SYLLABLE PIEUP-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2035 |
0xB9DE 0xBC1B # HANGUL SYLLABLE PIEUP-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2036 |
0xB9DF 0xBC1C # HANGUL SYLLABLE PIEUP-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2037 |
0xB9E0 0xBC1D # HANGUL SYLLABLE PIEUP-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2038 |
0xB9E1 0xBC1E # HANGUL SYLLABLE PIEUP-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2039 |
0xB9E2 0xBC1F # HANGUL SYLLABLE PIEUP-A-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2040 |
0xB9E3 0xBC24 # HANGUL SYLLABLE PIEUP-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2041 |
0xB9E4 0xBC25 # HANGUL SYLLABLE PIEUP-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2042 |
0xB9E5 0xBC27 # HANGUL SYLLABLE PIEUP-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2043 |
0xB9E6 0xBC29 # HANGUL SYLLABLE PIEUP-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2044 |
0xB9E7 0xBC2D # HANGUL SYLLABLE PIEUP-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2045 |
0xB9E8 0xBC30 # HANGUL SYLLABLE PIEUP-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2046 |
0xB9E9 0xBC31 # HANGUL SYLLABLE PIEUP-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2047 |
0xB9EA 0xBC34 # HANGUL SYLLABLE PIEUP-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2048 |
0xB9EB 0xBC38 # HANGUL SYLLABLE PIEUP-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2049 |
0xB9EC 0xBC40 # HANGUL SYLLABLE PIEUP-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2050 |
0xB9ED 0xBC41 # HANGUL SYLLABLE PIEUP-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2051 |
0xB9EE 0xBC43 # HANGUL SYLLABLE PIEUP-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2052 |
0xB9EF 0xBC44 # HANGUL SYLLABLE PIEUP-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2053 |
0xB9F0 0xBC45 # HANGUL SYLLABLE PIEUP-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2054 |
0xB9F1 0xBC49 # HANGUL SYLLABLE PIEUP-AE-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2055 |
0xB9F2 0xBC4C # HANGUL SYLLABLE PIEUP-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2056 |
0xB9F3 0xBC4D # HANGUL SYLLABLE PIEUP-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2057 |
0xB9F4 0xBC50 # HANGUL SYLLABLE PIEUP-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2058 |
0xB9F5 0xBC5D # HANGUL SYLLABLE PIEUP-YA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2059 |
0xB9F6 0xBC84 # HANGUL SYLLABLE PIEUP-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2060 |
0xB9F7 0xBC85 # HANGUL SYLLABLE PIEUP-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2061 |
0xB9F8 0xBC88 # HANGUL SYLLABLE PIEUP-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2062 |
0xB9F9 0xBC8B # HANGUL SYLLABLE PIEUP-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2063 |
0xB9FA 0xBC8C # HANGUL SYLLABLE PIEUP-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2064 |
0xB9FB 0xBC8E # HANGUL SYLLABLE PIEUP-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2065 |
0xB9FC 0xBC94 # HANGUL SYLLABLE PIEUP-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2066 |
0xB9FD 0xBC95 # HANGUL SYLLABLE PIEUP-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2067 |
0xB9FE 0xBC97 # HANGUL SYLLABLE PIEUP-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2068 |
0xBAA1 0xBC99 # HANGUL SYLLABLE PIEUP-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2069 |
0xBAA2 0xBC9A # HANGUL SYLLABLE PIEUP-EO-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2070 |
0xBAA3 0xBCA0 # HANGUL SYLLABLE PIEUP-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2071 |
0xBAA4 0xBCA1 # HANGUL SYLLABLE PIEUP-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2072 |
0xBAA5 0xBCA4 # HANGUL SYLLABLE PIEUP-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2073 |
0xBAA6 0xBCA7 # HANGUL SYLLABLE PIEUP-E-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2074 |
0xBAA7 0xBCA8 # HANGUL SYLLABLE PIEUP-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2075 |
0xBAA8 0xBCB0 # HANGUL SYLLABLE PIEUP-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2076 |
0xBAA9 0xBCB1 # HANGUL SYLLABLE PIEUP-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2077 |
0xBAAA 0xBCB3 # HANGUL SYLLABLE PIEUP-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2078 |
0xBAAB 0xBCB4 # HANGUL SYLLABLE PIEUP-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2079 |
0xBAAC 0xBCB5 # HANGUL SYLLABLE PIEUP-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2080 |
0xBAAD 0xBCBC # HANGUL SYLLABLE PIEUP-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2081 |
0xBAAE 0xBCBD # HANGUL SYLLABLE PIEUP-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2082 |
0xBAAF 0xBCC0 # HANGUL SYLLABLE PIEUP-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2083 |
0xBAB0 0xBCC4 # HANGUL SYLLABLE PIEUP-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2084 |
0xBAB1 0xBCCD # HANGUL SYLLABLE PIEUP-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2085 |
0xBAB2 0xBCCF # HANGUL SYLLABLE PIEUP-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2086 |
0xBAB3 0xBCD0 # HANGUL SYLLABLE PIEUP-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2087 |
0xBAB4 0xBCD1 # HANGUL SYLLABLE PIEUP-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2088 |
0xBAB5 0xBCD5 # HANGUL SYLLABLE PIEUP-YEO-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2089 |
0xBAB6 0xBCD8 # HANGUL SYLLABLE PIEUP-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2090 |
0xBAB7 0xBCDC # HANGUL SYLLABLE PIEUP-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2091 |
0xBAB8 0xBCF4 # HANGUL SYLLABLE PIEUP-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2092 |
0xBAB9 0xBCF5 # HANGUL SYLLABLE PIEUP-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2093 |
0xBABA 0xBCF6 # HANGUL SYLLABLE PIEUP-O-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2094 |
0xBABB 0xBCF8 # HANGUL SYLLABLE PIEUP-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2095 |
0xBABC 0xBCFC # HANGUL SYLLABLE PIEUP-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2096 |
0xBABD 0xBD04 # HANGUL SYLLABLE PIEUP-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2097 |
0xBABE 0xBD05 # HANGUL SYLLABLE PIEUP-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2098 |
0xBABF 0xBD07 # HANGUL SYLLABLE PIEUP-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2099 |
0xBAC0 0xBD09 # HANGUL SYLLABLE PIEUP-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2100 |
0xBAC1 0xBD10 # HANGUL SYLLABLE PIEUP-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2101 |
0xBAC2 0xBD14 # HANGUL SYLLABLE PIEUP-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2102 |
0xBAC3 0xBD24 # HANGUL SYLLABLE PIEUP-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2103 |
0xBAC4 0xBD2C # HANGUL SYLLABLE PIEUP-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2104 |
0xBAC5 0xBD40 # HANGUL SYLLABLE PIEUP-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2105 |
0xBAC6 0xBD48 # HANGUL SYLLABLE PIEUP-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2106 |
0xBAC7 0xBD49 # HANGUL SYLLABLE PIEUP-OE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2107 |
0xBAC8 0xBD4C # HANGUL SYLLABLE PIEUP-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2108 |
0xBAC9 0xBD50 # HANGUL SYLLABLE PIEUP-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2109 |
0xBACA 0xBD58 # HANGUL SYLLABLE PIEUP-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2110 |
0xBACB 0xBD59 # HANGUL SYLLABLE PIEUP-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2111 |
0xBACC 0xBD64 # HANGUL SYLLABLE PIEUP-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2112 |
0xBACD 0xBD68 # HANGUL SYLLABLE PIEUP-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2113 |
0xBACE 0xBD80 # HANGUL SYLLABLE PIEUP-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2114 |
0xBACF 0xBD81 # HANGUL SYLLABLE PIEUP-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2115 |
0xBAD0 0xBD84 # HANGUL SYLLABLE PIEUP-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2116 |
0xBAD1 0xBD87 # HANGUL SYLLABLE PIEUP-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2117 |
0xBAD2 0xBD88 # HANGUL SYLLABLE PIEUP-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2118 |
0xBAD3 0xBD89 # HANGUL SYLLABLE PIEUP-U-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2119 |
0xBAD4 0xBD8A # HANGUL SYLLABLE PIEUP-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2120 |
0xBAD5 0xBD90 # HANGUL SYLLABLE PIEUP-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2121 |
0xBAD6 0xBD91 # HANGUL SYLLABLE PIEUP-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2122 |
0xBAD7 0xBD93 # HANGUL SYLLABLE PIEUP-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2123 |
0xBAD8 0xBD95 # HANGUL SYLLABLE PIEUP-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2124 |
0xBAD9 0xBD99 # HANGUL SYLLABLE PIEUP-U-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2125 |
0xBADA 0xBD9A # HANGUL SYLLABLE PIEUP-U-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2126 |
0xBADB 0xBD9C # HANGUL SYLLABLE PIEUP-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2127 |
0xBADC 0xBDA4 # HANGUL SYLLABLE PIEUP-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2128 |
0xBADD 0xBDB0 # HANGUL SYLLABLE PIEUP-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2129 |
0xBADE 0xBDB8 # HANGUL SYLLABLE PIEUP-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2130 |
0xBADF 0xBDD4 # HANGUL SYLLABLE PIEUP-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2131 |
0xBAE0 0xBDD5 # HANGUL SYLLABLE PIEUP-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2132 |
0xBAE1 0xBDD8 # HANGUL SYLLABLE PIEUP-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2133 |
0xBAE2 0xBDDC # HANGUL SYLLABLE PIEUP-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2134 |
0xBAE3 0xBDE9 # HANGUL SYLLABLE PIEUP-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2135 |
0xBAE4 0xBDF0 # HANGUL SYLLABLE PIEUP-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2136 |
0xBAE5 0xBDF4 # HANGUL SYLLABLE PIEUP-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2137 |
0xBAE6 0xBDF8 # HANGUL SYLLABLE PIEUP-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2138 |
0xBAE7 0xBE00 # HANGUL SYLLABLE PIEUP-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2139 |
0xBAE8 0xBE03 # HANGUL SYLLABLE PIEUP-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2140 |
0xBAE9 0xBE05 # HANGUL SYLLABLE PIEUP-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2141 |
0xBAEA 0xBE0C # HANGUL SYLLABLE PIEUP-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2142 |
0xBAEB 0xBE0D # HANGUL SYLLABLE PIEUP-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2143 |
0xBAEC 0xBE10 # HANGUL SYLLABLE PIEUP-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2144 |
0xBAED 0xBE14 # HANGUL SYLLABLE PIEUP-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2145 |
0xBAEE 0xBE1C # HANGUL SYLLABLE PIEUP-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2146 |
0xBAEF 0xBE1D # HANGUL SYLLABLE PIEUP-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2147 |
0xBAF0 0xBE1F # HANGUL SYLLABLE PIEUP-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2148 |
0xBAF1 0xBE44 # HANGUL SYLLABLE PIEUP-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2149 |
0xBAF2 0xBE45 # HANGUL SYLLABLE PIEUP-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2150 |
0xBAF3 0xBE48 # HANGUL SYLLABLE PIEUP-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2151 |
0xBAF4 0xBE4C # HANGUL SYLLABLE PIEUP-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2152 |
0xBAF5 0xBE4E # HANGUL SYLLABLE PIEUP-I-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2153 |
0xBAF6 0xBE54 # HANGUL SYLLABLE PIEUP-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2154 |
0xBAF7 0xBE55 # HANGUL SYLLABLE PIEUP-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2155 |
0xBAF8 0xBE57 # HANGUL SYLLABLE PIEUP-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2156 |
0xBAF9 0xBE59 # HANGUL SYLLABLE PIEUP-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2157 |
0xBAFA 0xBE5A # HANGUL SYLLABLE PIEUP-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2158 |
0xBAFB 0xBE5B # HANGUL SYLLABLE PIEUP-I-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2159 |
0xBAFC 0xBE60 # HANGUL SYLLABLE SSANGPIEUP-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2160 |
0xBAFD 0xBE61 # HANGUL SYLLABLE SSANGPIEUP-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2161 |
0xBAFE 0xBE64 # HANGUL SYLLABLE SSANGPIEUP-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2162 |
0xBBA1 0xBE68 # HANGUL SYLLABLE SSANGPIEUP-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2163 |
0xBBA2 0xBE6A # HANGUL SYLLABLE SSANGPIEUP-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2164 |
0xBBA3 0xBE70 # HANGUL SYLLABLE SSANGPIEUP-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2165 |
0xBBA4 0xBE71 # HANGUL SYLLABLE SSANGPIEUP-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2166 |
0xBBA5 0xBE73 # HANGUL SYLLABLE SSANGPIEUP-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2167 |
0xBBA6 0xBE74 # HANGUL SYLLABLE SSANGPIEUP-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2168 |
0xBBA7 0xBE75 # HANGUL SYLLABLE SSANGPIEUP-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2169 |
0xBBA8 0xBE7B # HANGUL SYLLABLE SSANGPIEUP-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2170 |
0xBBA9 0xBE7C # HANGUL SYLLABLE SSANGPIEUP-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2171 |
0xBBAA 0xBE7D # HANGUL SYLLABLE SSANGPIEUP-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2172 |
0xBBAB 0xBE80 # HANGUL SYLLABLE SSANGPIEUP-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2173 |
0xBBAC 0xBE84 # HANGUL SYLLABLE SSANGPIEUP-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2174 |
0xBBAD 0xBE8C # HANGUL SYLLABLE SSANGPIEUP-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2175 |
0xBBAE 0xBE8D # HANGUL SYLLABLE SSANGPIEUP-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2176 |
0xBBAF 0xBE8F # HANGUL SYLLABLE SSANGPIEUP-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2177 |
0xBBB0 0xBE90 # HANGUL SYLLABLE SSANGPIEUP-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2178 |
0xBBB1 0xBE91 # HANGUL SYLLABLE SSANGPIEUP-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2179 |
0xBBB2 0xBE98 # HANGUL SYLLABLE SSANGPIEUP-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2180 |
0xBBB3 0xBE99 # HANGUL SYLLABLE SSANGPIEUP-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2181 |
0xBBB4 0xBEA8 # HANGUL SYLLABLE SSANGPIEUP-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2182 |
0xBBB5 0xBED0 # HANGUL SYLLABLE SSANGPIEUP-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2183 |
0xBBB6 0xBED1 # HANGUL SYLLABLE SSANGPIEUP-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2184 |
0xBBB7 0xBED4 # HANGUL SYLLABLE SSANGPIEUP-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2185 |
0xBBB8 0xBED7 # HANGUL SYLLABLE SSANGPIEUP-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2186 |
0xBBB9 0xBED8 # HANGUL SYLLABLE SSANGPIEUP-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2187 |
0xBBBA 0xBEE0 # HANGUL SYLLABLE SSANGPIEUP-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2188 |
0xBBBB 0xBEE3 # HANGUL SYLLABLE SSANGPIEUP-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2189 |
0xBBBC 0xBEE4 # HANGUL SYLLABLE SSANGPIEUP-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2190 |
0xBBBD 0xBEE5 # HANGUL SYLLABLE SSANGPIEUP-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2191 |
0xBBBE 0xBEEC # HANGUL SYLLABLE SSANGPIEUP-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2192 |
0xBBBF 0xBF01 # HANGUL SYLLABLE SSANGPIEUP-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2193 |
0xBBC0 0xBF08 # HANGUL SYLLABLE SSANGPIEUP-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2194 |
0xBBC1 0xBF09 # HANGUL SYLLABLE SSANGPIEUP-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2195 |
0xBBC2 0xBF18 # HANGUL SYLLABLE SSANGPIEUP-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2196 |
0xBBC3 0xBF19 # HANGUL SYLLABLE SSANGPIEUP-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2197 |
0xBBC4 0xBF1B # HANGUL SYLLABLE SSANGPIEUP-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2198 |
0xBBC5 0xBF1C # HANGUL SYLLABLE SSANGPIEUP-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2199 |
0xBBC6 0xBF1D # HANGUL SYLLABLE SSANGPIEUP-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2200 |
0xBBC7 0xBF40 # HANGUL SYLLABLE SSANGPIEUP-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2201 |
0xBBC8 0xBF41 # HANGUL SYLLABLE SSANGPIEUP-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2202 |
0xBBC9 0xBF44 # HANGUL SYLLABLE SSANGPIEUP-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2203 |
0xBBCA 0xBF48 # HANGUL SYLLABLE SSANGPIEUP-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2204 |
0xBBCB 0xBF50 # HANGUL SYLLABLE SSANGPIEUP-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2205 |
0xBBCC 0xBF51 # HANGUL SYLLABLE SSANGPIEUP-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2206 |
0xBBCD 0xBF55 # HANGUL SYLLABLE SSANGPIEUP-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2207 |
0xBBCE 0xBF94 # HANGUL SYLLABLE SSANGPIEUP-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2208 |
0xBBCF 0xBFB0 # HANGUL SYLLABLE SSANGPIEUP-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2209 |
0xBBD0 0xBFC5 # HANGUL SYLLABLE SSANGPIEUP-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2210 |
0xBBD1 0xBFCC # HANGUL SYLLABLE SSANGPIEUP-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2211 |
0xBBD2 0xBFCD # HANGUL SYLLABLE SSANGPIEUP-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2212 |
0xBBD3 0xBFD0 # HANGUL SYLLABLE SSANGPIEUP-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2213 |
0xBBD4 0xBFD4 # HANGUL SYLLABLE SSANGPIEUP-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2214 |
0xBBD5 0xBFDC # HANGUL SYLLABLE SSANGPIEUP-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2215 |
0xBBD6 0xBFDF # HANGUL SYLLABLE SSANGPIEUP-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2216 |
0xBBD7 0xBFE1 # HANGUL SYLLABLE SSANGPIEUP-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2217 |
0xBBD8 0xC03C # HANGUL SYLLABLE SSANGPIEUP-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2218 |
0xBBD9 0xC051 # HANGUL SYLLABLE SSANGPIEUP-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2219 |
0xBBDA 0xC058 # HANGUL SYLLABLE SSANGPIEUP-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2220 |
0xBBDB 0xC05C # HANGUL SYLLABLE SSANGPIEUP-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2221 |
0xBBDC 0xC060 # HANGUL SYLLABLE SSANGPIEUP-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2222 |
0xBBDD 0xC068 # HANGUL SYLLABLE SSANGPIEUP-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2223 |
0xBBDE 0xC069 # HANGUL SYLLABLE SSANGPIEUP-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2224 |
0xBBDF 0xC090 # HANGUL SYLLABLE SSANGPIEUP-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2225 |
0xBBE0 0xC091 # HANGUL SYLLABLE SSANGPIEUP-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2226 |
0xBBE1 0xC094 # HANGUL SYLLABLE SSANGPIEUP-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2227 |
0xBBE2 0xC098 # HANGUL SYLLABLE SSANGPIEUP-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2228 |
0xBBE3 0xC0A0 # HANGUL SYLLABLE SSANGPIEUP-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2229 |
0xBBE4 0xC0A1 # HANGUL SYLLABLE SSANGPIEUP-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2230 |
0xBBE5 0xC0A3 # HANGUL SYLLABLE SSANGPIEUP-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2231 |
0xBBE6 0xC0A5 # HANGUL SYLLABLE SSANGPIEUP-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2232 |
0xBBE7 0xC0AC # HANGUL SYLLABLE SIOS-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2233 |
0xBBE8 0xC0AD # HANGUL SYLLABLE SIOS-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2234 |
0xBBE9 0xC0AF # HANGUL SYLLABLE SIOS-A-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2235 |
0xBBEA 0xC0B0 # HANGUL SYLLABLE SIOS-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2236 |
0xBBEB 0xC0B3 # HANGUL SYLLABLE SIOS-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2237 |
0xBBEC 0xC0B4 # HANGUL SYLLABLE SIOS-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2238 |
0xBBED 0xC0B5 # HANGUL SYLLABLE SIOS-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2239 |
0xBBEE 0xC0B6 # HANGUL SYLLABLE SIOS-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2240 |
0xBBEF 0xC0BC # HANGUL SYLLABLE SIOS-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2241 |
0xBBF0 0xC0BD # HANGUL SYLLABLE SIOS-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2242 |
0xBBF1 0xC0BF # HANGUL SYLLABLE SIOS-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2243 |
0xBBF2 0xC0C0 # HANGUL SYLLABLE SIOS-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2244 |
0xBBF3 0xC0C1 # HANGUL SYLLABLE SIOS-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2245 |
0xBBF4 0xC0C5 # HANGUL SYLLABLE SIOS-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2246 |
0xBBF5 0xC0C8 # HANGUL SYLLABLE SIOS-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2247 |
0xBBF6 0xC0C9 # HANGUL SYLLABLE SIOS-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2248 |
0xBBF7 0xC0CC # HANGUL SYLLABLE SIOS-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2249 |
0xBBF8 0xC0D0 # HANGUL SYLLABLE SIOS-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2250 |
0xBBF9 0xC0D8 # HANGUL SYLLABLE SIOS-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2251 |
0xBBFA 0xC0D9 # HANGUL SYLLABLE SIOS-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2252 |
0xBBFB 0xC0DB # HANGUL SYLLABLE SIOS-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2253 |
0xBBFC 0xC0DC # HANGUL SYLLABLE SIOS-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2254 |
0xBBFD 0xC0DD # HANGUL SYLLABLE SIOS-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2255 |
0xBBFE 0xC0E4 # HANGUL SYLLABLE SIOS-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2256 |
0xBCA1 0xC0E5 # HANGUL SYLLABLE SIOS-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2257 |
0xBCA2 0xC0E8 # HANGUL SYLLABLE SIOS-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2258 |
0xBCA3 0xC0EC # HANGUL SYLLABLE SIOS-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2259 |
0xBCA4 0xC0F4 # HANGUL SYLLABLE SIOS-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2260 |
0xBCA5 0xC0F5 # HANGUL SYLLABLE SIOS-YA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2261 |
0xBCA6 0xC0F7 # HANGUL SYLLABLE SIOS-YA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2262 |
0xBCA7 0xC0F9 # HANGUL SYLLABLE SIOS-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2263 |
0xBCA8 0xC100 # HANGUL SYLLABLE SIOS-YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2264 |
0xBCA9 0xC104 # HANGUL SYLLABLE SIOS-YAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2265 |
0xBCAA 0xC108 # HANGUL SYLLABLE SIOS-YAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2266 |
0xBCAB 0xC110 # HANGUL SYLLABLE SIOS-YAE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2267 |
0xBCAC 0xC115 # HANGUL SYLLABLE SIOS-YAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2268 |
0xBCAD 0xC11C # HANGUL SYLLABLE SIOS-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2269 |
0xBCAE 0xC11D # HANGUL SYLLABLE SIOS-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2270 |
0xBCAF 0xC11E # HANGUL SYLLABLE SIOS-EO-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2271 |
0xBCB0 0xC11F # HANGUL SYLLABLE SIOS-EO-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2272 |
0xBCB1 0xC120 # HANGUL SYLLABLE SIOS-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2273 |
0xBCB2 0xC123 # HANGUL SYLLABLE SIOS-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2274 |
0xBCB3 0xC124 # HANGUL SYLLABLE SIOS-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2275 |
0xBCB4 0xC126 # HANGUL SYLLABLE SIOS-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2276 |
0xBCB5 0xC127 # HANGUL SYLLABLE SIOS-EO-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2277 |
0xBCB6 0xC12C # HANGUL SYLLABLE SIOS-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2278 |
0xBCB7 0xC12D # HANGUL SYLLABLE SIOS-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2279 |
0xBCB8 0xC12F # HANGUL SYLLABLE SIOS-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2280 |
0xBCB9 0xC130 # HANGUL SYLLABLE SIOS-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2281 |
0xBCBA 0xC131 # HANGUL SYLLABLE SIOS-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2282 |
0xBCBB 0xC136 # HANGUL SYLLABLE SIOS-EO-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2283 |
0xBCBC 0xC138 # HANGUL SYLLABLE SIOS-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2284 |
0xBCBD 0xC139 # HANGUL SYLLABLE SIOS-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2285 |
0xBCBE 0xC13C # HANGUL SYLLABLE SIOS-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2286 |
0xBCBF 0xC140 # HANGUL SYLLABLE SIOS-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2287 |
0xBCC0 0xC148 # HANGUL SYLLABLE SIOS-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2288 |
0xBCC1 0xC149 # HANGUL SYLLABLE SIOS-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2289 |
0xBCC2 0xC14B # HANGUL SYLLABLE SIOS-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2290 |
0xBCC3 0xC14C # HANGUL SYLLABLE SIOS-E-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2291 |
0xBCC4 0xC14D # HANGUL SYLLABLE SIOS-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2292 |
0xBCC5 0xC154 # HANGUL SYLLABLE SIOS-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2293 |
0xBCC6 0xC155 # HANGUL SYLLABLE SIOS-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2294 |
0xBCC7 0xC158 # HANGUL SYLLABLE SIOS-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2295 |
0xBCC8 0xC15C # HANGUL SYLLABLE SIOS-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2296 |
0xBCC9 0xC164 # HANGUL SYLLABLE SIOS-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2297 |
0xBCCA 0xC165 # HANGUL SYLLABLE SIOS-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2298 |
0xBCCB 0xC167 # HANGUL SYLLABLE SIOS-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2299 |
0xBCCC 0xC168 # HANGUL SYLLABLE SIOS-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2300 |
0xBCCD 0xC169 # HANGUL SYLLABLE SIOS-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2301 |
0xBCCE 0xC170 # HANGUL SYLLABLE SIOS-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2302 |
0xBCCF 0xC174 # HANGUL SYLLABLE SIOS-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2303 |
0xBCD0 0xC178 # HANGUL SYLLABLE SIOS-YE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2304 |
0xBCD1 0xC185 # HANGUL SYLLABLE SIOS-YE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2305 |
0xBCD2 0xC18C # HANGUL SYLLABLE SIOS-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2306 |
0xBCD3 0xC18D # HANGUL SYLLABLE SIOS-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2307 |
0xBCD4 0xC18E # HANGUL SYLLABLE SIOS-O-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2308 |
0xBCD5 0xC190 # HANGUL SYLLABLE SIOS-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2309 |
0xBCD6 0xC194 # HANGUL SYLLABLE SIOS-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2310 |
0xBCD7 0xC196 # HANGUL SYLLABLE SIOS-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2311 |
0xBCD8 0xC19C # HANGUL SYLLABLE SIOS-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2312 |
0xBCD9 0xC19D # HANGUL SYLLABLE SIOS-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2313 |
0xBCDA 0xC19F # HANGUL SYLLABLE SIOS-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2314 |
0xBCDB 0xC1A1 # HANGUL SYLLABLE SIOS-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2315 |
0xBCDC 0xC1A5 # HANGUL SYLLABLE SIOS-O-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2316 |
0xBCDD 0xC1A8 # HANGUL SYLLABLE SIOS-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2317 |
0xBCDE 0xC1A9 # HANGUL SYLLABLE SIOS-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2318 |
0xBCDF 0xC1AC # HANGUL SYLLABLE SIOS-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2319 |
0xBCE0 0xC1B0 # HANGUL SYLLABLE SIOS-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2320 |
0xBCE1 0xC1BD # HANGUL SYLLABLE SIOS-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2321 |
0xBCE2 0xC1C4 # HANGUL SYLLABLE SIOS-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2322 |
0xBCE3 0xC1C8 # HANGUL SYLLABLE SIOS-WAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2323 |
0xBCE4 0xC1CC # HANGUL SYLLABLE SIOS-WAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2324 |
0xBCE5 0xC1D4 # HANGUL SYLLABLE SIOS-WAE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2325 |
0xBCE6 0xC1D7 # HANGUL SYLLABLE SIOS-WAE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2326 |
0xBCE7 0xC1D8 # HANGUL SYLLABLE SIOS-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2327 |
0xBCE8 0xC1E0 # HANGUL SYLLABLE SIOS-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2328 |
0xBCE9 0xC1E4 # HANGUL SYLLABLE SIOS-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2329 |
0xBCEA 0xC1E8 # HANGUL SYLLABLE SIOS-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2330 |
0xBCEB 0xC1F0 # HANGUL SYLLABLE SIOS-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2331 |
0xBCEC 0xC1F1 # HANGUL SYLLABLE SIOS-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2332 |
0xBCED 0xC1F3 # HANGUL SYLLABLE SIOS-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2333 |
0xBCEE 0xC1FC # HANGUL SYLLABLE SIOS-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2334 |
0xBCEF 0xC1FD # HANGUL SYLLABLE SIOS-YO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2335 |
0xBCF0 0xC200 # HANGUL SYLLABLE SIOS-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2336 |
0xBCF1 0xC204 # HANGUL SYLLABLE SIOS-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2337 |
0xBCF2 0xC20C # HANGUL SYLLABLE SIOS-YO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2338 |
0xBCF3 0xC20D # HANGUL SYLLABLE SIOS-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2339 |
0xBCF4 0xC20F # HANGUL SYLLABLE SIOS-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2340 |
0xBCF5 0xC211 # HANGUL SYLLABLE SIOS-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2341 |
0xBCF6 0xC218 # HANGUL SYLLABLE SIOS-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2342 |
0xBCF7 0xC219 # HANGUL SYLLABLE SIOS-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2343 |
0xBCF8 0xC21C # HANGUL SYLLABLE SIOS-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2344 |
0xBCF9 0xC21F # HANGUL SYLLABLE SIOS-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2345 |
0xBCFA 0xC220 # HANGUL SYLLABLE SIOS-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2346 |
0xBCFB 0xC228 # HANGUL SYLLABLE SIOS-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2347 |
0xBCFC 0xC229 # HANGUL SYLLABLE SIOS-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2348 |
0xBCFD 0xC22B # HANGUL SYLLABLE SIOS-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2349 |
0xBCFE 0xC22D # HANGUL SYLLABLE SIOS-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2350 |
0xBDA1 0xC22F # HANGUL SYLLABLE SIOS-U-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2351 |
0xBDA2 0xC231 # HANGUL SYLLABLE SIOS-U-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2352 |
0xBDA3 0xC232 # HANGUL SYLLABLE SIOS-U-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2353 |
0xBDA4 0xC234 # HANGUL SYLLABLE SIOS-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2354 |
0xBDA5 0xC248 # HANGUL SYLLABLE SIOS-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2355 |
0xBDA6 0xC250 # HANGUL SYLLABLE SIOS-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2356 |
0xBDA7 0xC251 # HANGUL SYLLABLE SIOS-WE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2357 |
0xBDA8 0xC254 # HANGUL SYLLABLE SIOS-WE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2358 |
0xBDA9 0xC258 # HANGUL SYLLABLE SIOS-WE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2359 |
0xBDAA 0xC260 # HANGUL SYLLABLE SIOS-WE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2360 |
0xBDAB 0xC265 # HANGUL SYLLABLE SIOS-WE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2361 |
0xBDAC 0xC26C # HANGUL SYLLABLE SIOS-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2362 |
0xBDAD 0xC26D # HANGUL SYLLABLE SIOS-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2363 |
0xBDAE 0xC270 # HANGUL SYLLABLE SIOS-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2364 |
0xBDAF 0xC274 # HANGUL SYLLABLE SIOS-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2365 |
0xBDB0 0xC27C # HANGUL SYLLABLE SIOS-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2366 |
0xBDB1 0xC27D # HANGUL SYLLABLE SIOS-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2367 |
0xBDB2 0xC27F # HANGUL SYLLABLE SIOS-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2368 |
0xBDB3 0xC281 # HANGUL SYLLABLE SIOS-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2369 |
0xBDB4 0xC288 # HANGUL SYLLABLE SIOS-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2370 |
0xBDB5 0xC289 # HANGUL SYLLABLE SIOS-YU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2371 |
0xBDB6 0xC290 # HANGUL SYLLABLE SIOS-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2372 |
0xBDB7 0xC298 # HANGUL SYLLABLE SIOS-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2373 |
0xBDB8 0xC29B # HANGUL SYLLABLE SIOS-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2374 |
0xBDB9 0xC29D # HANGUL SYLLABLE SIOS-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2375 |
0xBDBA 0xC2A4 # HANGUL SYLLABLE SIOS-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2376 |
0xBDBB 0xC2A5 # HANGUL SYLLABLE SIOS-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2377 |
0xBDBC 0xC2A8 # HANGUL SYLLABLE SIOS-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2378 |
0xBDBD 0xC2AC # HANGUL SYLLABLE SIOS-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2379 |
0xBDBE 0xC2AD # HANGUL SYLLABLE SIOS-EU-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2380 |
0xBDBF 0xC2B4 # HANGUL SYLLABLE SIOS-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2381 |
0xBDC0 0xC2B5 # HANGUL SYLLABLE SIOS-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2382 |
0xBDC1 0xC2B7 # HANGUL SYLLABLE SIOS-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2383 |
0xBDC2 0xC2B9 # HANGUL SYLLABLE SIOS-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2384 |
0xBDC3 0xC2DC # HANGUL SYLLABLE SIOS-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2385 |
0xBDC4 0xC2DD # HANGUL SYLLABLE SIOS-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2386 |
0xBDC5 0xC2E0 # HANGUL SYLLABLE SIOS-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2387 |
0xBDC6 0xC2E3 # HANGUL SYLLABLE SIOS-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2388 |
0xBDC7 0xC2E4 # HANGUL SYLLABLE SIOS-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2389 |
0xBDC8 0xC2EB # HANGUL SYLLABLE SIOS-I-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2390 |
0xBDC9 0xC2EC # HANGUL SYLLABLE SIOS-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2391 |
0xBDCA 0xC2ED # HANGUL SYLLABLE SIOS-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2392 |
0xBDCB 0xC2EF # HANGUL SYLLABLE SIOS-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2393 |
0xBDCC 0xC2F1 # HANGUL SYLLABLE SIOS-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2394 |
0xBDCD 0xC2F6 # HANGUL SYLLABLE SIOS-I-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2395 |
0xBDCE 0xC2F8 # HANGUL SYLLABLE SSANGSIOS-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2396 |
0xBDCF 0xC2F9 # HANGUL SYLLABLE SSANGSIOS-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2397 |
0xBDD0 0xC2FB # HANGUL SYLLABLE SSANGSIOS-A-KIYEOKSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2398 |
0xBDD1 0xC2FC # HANGUL SYLLABLE SSANGSIOS-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2399 |
0xBDD2 0xC300 # HANGUL SYLLABLE SSANGSIOS-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2400 |
0xBDD3 0xC308 # HANGUL SYLLABLE SSANGSIOS-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2401 |
0xBDD4 0xC309 # HANGUL SYLLABLE SSANGSIOS-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2402 |
0xBDD5 0xC30C # HANGUL SYLLABLE SSANGSIOS-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2403 |
0xBDD6 0xC30D # HANGUL SYLLABLE SSANGSIOS-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2404 |
0xBDD7 0xC313 # HANGUL SYLLABLE SSANGSIOS-A-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2405 |
0xBDD8 0xC314 # HANGUL SYLLABLE SSANGSIOS-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2406 |
0xBDD9 0xC315 # HANGUL SYLLABLE SSANGSIOS-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2407 |
0xBDDA 0xC318 # HANGUL SYLLABLE SSANGSIOS-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2408 |
0xBDDB 0xC31C # HANGUL SYLLABLE SSANGSIOS-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2409 |
0xBDDC 0xC324 # HANGUL SYLLABLE SSANGSIOS-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2410 |
0xBDDD 0xC325 # HANGUL SYLLABLE SSANGSIOS-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2411 |
0xBDDE 0xC328 # HANGUL SYLLABLE SSANGSIOS-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2412 |
0xBDDF 0xC329 # HANGUL SYLLABLE SSANGSIOS-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2413 |
0xBDE0 0xC345 # HANGUL SYLLABLE SSANGSIOS-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2414 |
0xBDE1 0xC368 # HANGUL SYLLABLE SSANGSIOS-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2415 |
0xBDE2 0xC369 # HANGUL SYLLABLE SSANGSIOS-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2416 |
0xBDE3 0xC36C # HANGUL SYLLABLE SSANGSIOS-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2417 |
0xBDE4 0xC370 # HANGUL SYLLABLE SSANGSIOS-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2418 |
0xBDE5 0xC372 # HANGUL SYLLABLE SSANGSIOS-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2419 |
0xBDE6 0xC378 # HANGUL SYLLABLE SSANGSIOS-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2420 |
0xBDE7 0xC379 # HANGUL SYLLABLE SSANGSIOS-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2421 |
0xBDE8 0xC37C # HANGUL SYLLABLE SSANGSIOS-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2422 |
0xBDE9 0xC37D # HANGUL SYLLABLE SSANGSIOS-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2423 |
0xBDEA 0xC384 # HANGUL SYLLABLE SSANGSIOS-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2424 |
0xBDEB 0xC388 # HANGUL SYLLABLE SSANGSIOS-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2425 |
0xBDEC 0xC38C # HANGUL SYLLABLE SSANGSIOS-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2426 |
0xBDED 0xC3C0 # HANGUL SYLLABLE SSANGSIOS-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2427 |
0xBDEE 0xC3D8 # HANGUL SYLLABLE SSANGSIOS-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2428 |
0xBDEF 0xC3D9 # HANGUL SYLLABLE SSANGSIOS-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2429 |
0xBDF0 0xC3DC # HANGUL SYLLABLE SSANGSIOS-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2430 |
0xBDF1 0xC3DF # HANGUL SYLLABLE SSANGSIOS-O-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2431 |
0xBDF2 0xC3E0 # HANGUL SYLLABLE SSANGSIOS-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2432 |
0xBDF3 0xC3E2 # HANGUL SYLLABLE SSANGSIOS-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2433 |
0xBDF4 0xC3E8 # HANGUL SYLLABLE SSANGSIOS-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2434 |
0xBDF5 0xC3E9 # HANGUL SYLLABLE SSANGSIOS-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2435 |
0xBDF6 0xC3ED # HANGUL SYLLABLE SSANGSIOS-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2436 |
0xBDF7 0xC3F4 # HANGUL SYLLABLE SSANGSIOS-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2437 |
0xBDF8 0xC3F5 # HANGUL SYLLABLE SSANGSIOS-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2438 |
0xBDF9 0xC3F8 # HANGUL SYLLABLE SSANGSIOS-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2439 |
0xBDFA 0xC408 # HANGUL SYLLABLE SSANGSIOS-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2440 |
0xBDFB 0xC410 # HANGUL SYLLABLE SSANGSIOS-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2441 |
0xBDFC 0xC424 # HANGUL SYLLABLE SSANGSIOS-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2442 |
0xBDFD 0xC42C # HANGUL SYLLABLE SSANGSIOS-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2443 |
0xBDFE 0xC430 # HANGUL SYLLABLE SSANGSIOS-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2444 |
0xBEA1 0xC434 # HANGUL SYLLABLE SSANGSIOS-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2445 |
0xBEA2 0xC43C # HANGUL SYLLABLE SSANGSIOS-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2446 |
0xBEA3 0xC43D # HANGUL SYLLABLE SSANGSIOS-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2447 |
0xBEA4 0xC448 # HANGUL SYLLABLE SSANGSIOS-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2448 |
0xBEA5 0xC464 # HANGUL SYLLABLE SSANGSIOS-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2449 |
0xBEA6 0xC465 # HANGUL SYLLABLE SSANGSIOS-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2450 |
0xBEA7 0xC468 # HANGUL SYLLABLE SSANGSIOS-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2451 |
0xBEA8 0xC46C # HANGUL SYLLABLE SSANGSIOS-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2452 |
0xBEA9 0xC474 # HANGUL SYLLABLE SSANGSIOS-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2453 |
0xBEAA 0xC475 # HANGUL SYLLABLE SSANGSIOS-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2454 |
0xBEAB 0xC479 # HANGUL SYLLABLE SSANGSIOS-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2455 |
0xBEAC 0xC480 # HANGUL SYLLABLE SSANGSIOS-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2456 |
0xBEAD 0xC494 # HANGUL SYLLABLE SSANGSIOS-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2457 |
0xBEAE 0xC49C # HANGUL SYLLABLE SSANGSIOS-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2458 |
0xBEAF 0xC4B8 # HANGUL SYLLABLE SSANGSIOS-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2459 |
0xBEB0 0xC4BC # HANGUL SYLLABLE SSANGSIOS-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2460 |
0xBEB1 0xC4E9 # HANGUL SYLLABLE SSANGSIOS-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2461 |
0xBEB2 0xC4F0 # HANGUL SYLLABLE SSANGSIOS-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2462 |
0xBEB3 0xC4F1 # HANGUL SYLLABLE SSANGSIOS-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2463 |
0xBEB4 0xC4F4 # HANGUL SYLLABLE SSANGSIOS-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2464 |
0xBEB5 0xC4F8 # HANGUL SYLLABLE SSANGSIOS-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2465 |
0xBEB6 0xC4FA # HANGUL SYLLABLE SSANGSIOS-EU-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2466 |
0xBEB7 0xC4FF # HANGUL SYLLABLE SSANGSIOS-EU-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2467 |
0xBEB8 0xC500 # HANGUL SYLLABLE SSANGSIOS-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2468 |
0xBEB9 0xC501 # HANGUL SYLLABLE SSANGSIOS-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2469 |
0xBEBA 0xC50C # HANGUL SYLLABLE SSANGSIOS-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2470 |
0xBEBB 0xC510 # HANGUL SYLLABLE SSANGSIOS-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2471 |
0xBEBC 0xC514 # HANGUL SYLLABLE SSANGSIOS-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2472 |
0xBEBD 0xC51C # HANGUL SYLLABLE SSANGSIOS-YI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2473 |
0xBEBE 0xC528 # HANGUL SYLLABLE SSANGSIOS-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2474 |
0xBEBF 0xC529 # HANGUL SYLLABLE SSANGSIOS-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2475 |
0xBEC0 0xC52C # HANGUL SYLLABLE SSANGSIOS-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2476 |
0xBEC1 0xC530 # HANGUL SYLLABLE SSANGSIOS-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2477 |
0xBEC2 0xC538 # HANGUL SYLLABLE SSANGSIOS-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2478 |
0xBEC3 0xC539 # HANGUL SYLLABLE SSANGSIOS-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2479 |
0xBEC4 0xC53B # HANGUL SYLLABLE SSANGSIOS-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2480 |
0xBEC5 0xC53D # HANGUL SYLLABLE SSANGSIOS-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2481 |
0xBEC6 0xC544 # HANGUL SYLLABLE IEUNG-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2482 |
0xBEC7 0xC545 # HANGUL SYLLABLE IEUNG-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2483 |
0xBEC8 0xC548 # HANGUL SYLLABLE IEUNG-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2484 |
0xBEC9 0xC549 # HANGUL SYLLABLE IEUNG-A-NIEUNCIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2485 |
0xBECA 0xC54A # HANGUL SYLLABLE IEUNG-A-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2486 |
0xBECB 0xC54C # HANGUL SYLLABLE IEUNG-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2487 |
0xBECC 0xC54D # HANGUL SYLLABLE IEUNG-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2488 |
0xBECD 0xC54E # HANGUL SYLLABLE IEUNG-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2489 |
0xBECE 0xC553 # HANGUL SYLLABLE IEUNG-A-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2490 |
0xBECF 0xC554 # HANGUL SYLLABLE IEUNG-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2491 |
0xBED0 0xC555 # HANGUL SYLLABLE IEUNG-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2492 |
0xBED1 0xC557 # HANGUL SYLLABLE IEUNG-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2493 |
0xBED2 0xC558 # HANGUL SYLLABLE IEUNG-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2494 |
0xBED3 0xC559 # HANGUL SYLLABLE IEUNG-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2495 |
0xBED4 0xC55D # HANGUL SYLLABLE IEUNG-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2496 |
0xBED5 0xC55E # HANGUL SYLLABLE IEUNG-A-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2497 |
0xBED6 0xC560 # HANGUL SYLLABLE IEUNG-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2498 |
0xBED7 0xC561 # HANGUL SYLLABLE IEUNG-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2499 |
0xBED8 0xC564 # HANGUL SYLLABLE IEUNG-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2500 |
0xBED9 0xC568 # HANGUL SYLLABLE IEUNG-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2501 |
0xBEDA 0xC570 # HANGUL SYLLABLE IEUNG-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2502 |
0xBEDB 0xC571 # HANGUL SYLLABLE IEUNG-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2503 |
0xBEDC 0xC573 # HANGUL SYLLABLE IEUNG-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2504 |
0xBEDD 0xC574 # HANGUL SYLLABLE IEUNG-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2505 |
0xBEDE 0xC575 # HANGUL SYLLABLE IEUNG-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2506 |
0xBEDF 0xC57C # HANGUL SYLLABLE IEUNG-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2507 |
0xBEE0 0xC57D # HANGUL SYLLABLE IEUNG-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2508 |
0xBEE1 0xC580 # HANGUL SYLLABLE IEUNG-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2509 |
0xBEE2 0xC584 # HANGUL SYLLABLE IEUNG-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2510 |
0xBEE3 0xC587 # HANGUL SYLLABLE IEUNG-YA-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2511 |
0xBEE4 0xC58C # HANGUL SYLLABLE IEUNG-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2512 |
0xBEE5 0xC58D # HANGUL SYLLABLE IEUNG-YA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2513 |
0xBEE6 0xC58F # HANGUL SYLLABLE IEUNG-YA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2514 |
0xBEE7 0xC591 # HANGUL SYLLABLE IEUNG-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2515 |
0xBEE8 0xC595 # HANGUL SYLLABLE IEUNG-YA-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2516 |
0xBEE9 0xC597 # HANGUL SYLLABLE IEUNG-YA-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2517 |
0xBEEA 0xC598 # HANGUL SYLLABLE IEUNG-YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2518 |
0xBEEB 0xC59C # HANGUL SYLLABLE IEUNG-YAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2519 |
0xBEEC 0xC5A0 # HANGUL SYLLABLE IEUNG-YAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2520 |
0xBEED 0xC5A9 # HANGUL SYLLABLE IEUNG-YAE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2521 |
0xBEEE 0xC5B4 # HANGUL SYLLABLE IEUNG-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2522 |
0xBEEF 0xC5B5 # HANGUL SYLLABLE IEUNG-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2523 |
0xBEF0 0xC5B8 # HANGUL SYLLABLE IEUNG-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2524 |
0xBEF1 0xC5B9 # HANGUL SYLLABLE IEUNG-EO-NIEUNCIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2525 |
0xBEF2 0xC5BB # HANGUL SYLLABLE IEUNG-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2526 |
0xBEF3 0xC5BC # HANGUL SYLLABLE IEUNG-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2527 |
0xBEF4 0xC5BD # HANGUL SYLLABLE IEUNG-EO-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2528 |
0xBEF5 0xC5BE # HANGUL SYLLABLE IEUNG-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2529 |
0xBEF6 0xC5C4 # HANGUL SYLLABLE IEUNG-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2530 |
0xBEF7 0xC5C5 # HANGUL SYLLABLE IEUNG-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2531 |
0xBEF8 0xC5C6 # HANGUL SYLLABLE IEUNG-EO-PIEUPSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2532 |
0xBEF9 0xC5C7 # HANGUL SYLLABLE IEUNG-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2533 |
0xBEFA 0xC5C8 # HANGUL SYLLABLE IEUNG-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2534 |
0xBEFB 0xC5C9 # HANGUL SYLLABLE IEUNG-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2535 |
0xBEFC 0xC5CA # HANGUL SYLLABLE IEUNG-EO-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2536 |
0xBEFD 0xC5CC # HANGUL SYLLABLE IEUNG-EO-KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2537 |
0xBEFE 0xC5CE # HANGUL SYLLABLE IEUNG-EO-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2538 |
0xBFA1 0xC5D0 # HANGUL SYLLABLE IEUNG-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2539 |
0xBFA2 0xC5D1 # HANGUL SYLLABLE IEUNG-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2540 |
0xBFA3 0xC5D4 # HANGUL SYLLABLE IEUNG-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2541 |
0xBFA4 0xC5D8 # HANGUL SYLLABLE IEUNG-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2542 |
0xBFA5 0xC5E0 # HANGUL SYLLABLE IEUNG-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2543 |
0xBFA6 0xC5E1 # HANGUL SYLLABLE IEUNG-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2544 |
0xBFA7 0xC5E3 # HANGUL SYLLABLE IEUNG-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2545 |
0xBFA8 0xC5E5 # HANGUL SYLLABLE IEUNG-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2546 |
0xBFA9 0xC5EC # HANGUL SYLLABLE IEUNG-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2547 |
0xBFAA 0xC5ED # HANGUL SYLLABLE IEUNG-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2548 |
0xBFAB 0xC5EE # HANGUL SYLLABLE IEUNG-YEO-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2549 |
0xBFAC 0xC5F0 # HANGUL SYLLABLE IEUNG-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2550 |
0xBFAD 0xC5F4 # HANGUL SYLLABLE IEUNG-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2551 |
0xBFAE 0xC5F6 # HANGUL SYLLABLE IEUNG-YEO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2552 |
0xBFAF 0xC5F7 # HANGUL SYLLABLE IEUNG-YEO-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2553 |
0xBFB0 0xC5FC # HANGUL SYLLABLE IEUNG-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2554 |
0xBFB1 0xC5FD # HANGUL SYLLABLE IEUNG-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2555 |
0xBFB2 0xC5FE # HANGUL SYLLABLE IEUNG-YEO-PIEUPSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2556 |
0xBFB3 0xC5FF # HANGUL SYLLABLE IEUNG-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2557 |
0xBFB4 0xC600 # HANGUL SYLLABLE IEUNG-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2558 |
0xBFB5 0xC601 # HANGUL SYLLABLE IEUNG-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2559 |
0xBFB6 0xC605 # HANGUL SYLLABLE IEUNG-YEO-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2560 |
0xBFB7 0xC606 # HANGUL SYLLABLE IEUNG-YEO-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2561 |
0xBFB8 0xC607 # HANGUL SYLLABLE IEUNG-YEO-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2562 |
0xBFB9 0xC608 # HANGUL SYLLABLE IEUNG-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2563 |
0xBFBA 0xC60C # HANGUL SYLLABLE IEUNG-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2564 |
0xBFBB 0xC610 # HANGUL SYLLABLE IEUNG-YE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2565 |
0xBFBC 0xC618 # HANGUL SYLLABLE IEUNG-YE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2566 |
0xBFBD 0xC619 # HANGUL SYLLABLE IEUNG-YE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2567 |
0xBFBE 0xC61B # HANGUL SYLLABLE IEUNG-YE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2568 |
0xBFBF 0xC61C # HANGUL SYLLABLE IEUNG-YE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2569 |
0xBFC0 0xC624 # HANGUL SYLLABLE IEUNG-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2570 |
0xBFC1 0xC625 # HANGUL SYLLABLE IEUNG-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2571 |
0xBFC2 0xC628 # HANGUL SYLLABLE IEUNG-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2572 |
0xBFC3 0xC62C # HANGUL SYLLABLE IEUNG-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2573 |
0xBFC4 0xC62D # HANGUL SYLLABLE IEUNG-O-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2574 |
0xBFC5 0xC62E # HANGUL SYLLABLE IEUNG-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2575 |
0xBFC6 0xC630 # HANGUL SYLLABLE IEUNG-O-RIEULSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2576 |
0xBFC7 0xC633 # HANGUL SYLLABLE IEUNG-O-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2577 |
0xBFC8 0xC634 # HANGUL SYLLABLE IEUNG-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2578 |
0xBFC9 0xC635 # HANGUL SYLLABLE IEUNG-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2579 |
0xBFCA 0xC637 # HANGUL SYLLABLE IEUNG-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2580 |
0xBFCB 0xC639 # HANGUL SYLLABLE IEUNG-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2581 |
0xBFCC 0xC63B # HANGUL SYLLABLE IEUNG-O-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2582 |
0xBFCD 0xC640 # HANGUL SYLLABLE IEUNG-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2583 |
0xBFCE 0xC641 # HANGUL SYLLABLE IEUNG-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2584 |
0xBFCF 0xC644 # HANGUL SYLLABLE IEUNG-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2585 |
0xBFD0 0xC648 # HANGUL SYLLABLE IEUNG-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2586 |
0xBFD1 0xC650 # HANGUL SYLLABLE IEUNG-WA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2587 |
0xBFD2 0xC651 # HANGUL SYLLABLE IEUNG-WA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2588 |
0xBFD3 0xC653 # HANGUL SYLLABLE IEUNG-WA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2589 |
0xBFD4 0xC654 # HANGUL SYLLABLE IEUNG-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2590 |
0xBFD5 0xC655 # HANGUL SYLLABLE IEUNG-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2591 |
0xBFD6 0xC65C # HANGUL SYLLABLE IEUNG-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2592 |
0xBFD7 0xC65D # HANGUL SYLLABLE IEUNG-WAE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2593 |
0xBFD8 0xC660 # HANGUL SYLLABLE IEUNG-WAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2594 |
0xBFD9 0xC66C # HANGUL SYLLABLE IEUNG-WAE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2595 |
0xBFDA 0xC66F # HANGUL SYLLABLE IEUNG-WAE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2596 |
0xBFDB 0xC671 # HANGUL SYLLABLE IEUNG-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2597 |
0xBFDC 0xC678 # HANGUL SYLLABLE IEUNG-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2598 |
0xBFDD 0xC679 # HANGUL SYLLABLE IEUNG-OE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2599 |
0xBFDE 0xC67C # HANGUL SYLLABLE IEUNG-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2600 |
0xBFDF 0xC680 # HANGUL SYLLABLE IEUNG-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2601 |
0xBFE0 0xC688 # HANGUL SYLLABLE IEUNG-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2602 |
0xBFE1 0xC689 # HANGUL SYLLABLE IEUNG-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2603 |
0xBFE2 0xC68B # HANGUL SYLLABLE IEUNG-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2604 |
0xBFE3 0xC68D # HANGUL SYLLABLE IEUNG-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2605 |
0xBFE4 0xC694 # HANGUL SYLLABLE IEUNG-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2606 |
0xBFE5 0xC695 # HANGUL SYLLABLE IEUNG-YO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2607 |
0xBFE6 0xC698 # HANGUL SYLLABLE IEUNG-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2608 |
0xBFE7 0xC69C # HANGUL SYLLABLE IEUNG-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2609 |
0xBFE8 0xC6A4 # HANGUL SYLLABLE IEUNG-YO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2610 |
0xBFE9 0xC6A5 # HANGUL SYLLABLE IEUNG-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2611 |
0xBFEA 0xC6A7 # HANGUL SYLLABLE IEUNG-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2612 |
0xBFEB 0xC6A9 # HANGUL SYLLABLE IEUNG-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2613 |
0xBFEC 0xC6B0 # HANGUL SYLLABLE IEUNG-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2614 |
0xBFED 0xC6B1 # HANGUL SYLLABLE IEUNG-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2615 |
0xBFEE 0xC6B4 # HANGUL SYLLABLE IEUNG-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2616 |
0xBFEF 0xC6B8 # HANGUL SYLLABLE IEUNG-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2617 |
0xBFF0 0xC6B9 # HANGUL SYLLABLE IEUNG-U-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2618 |
0xBFF1 0xC6BA # HANGUL SYLLABLE IEUNG-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2619 |
0xBFF2 0xC6C0 # HANGUL SYLLABLE IEUNG-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2620 |
0xBFF3 0xC6C1 # HANGUL SYLLABLE IEUNG-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2621 |
0xBFF4 0xC6C3 # HANGUL SYLLABLE IEUNG-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2622 |
0xBFF5 0xC6C5 # HANGUL SYLLABLE IEUNG-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2623 |
0xBFF6 0xC6CC # HANGUL SYLLABLE IEUNG-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2624 |
0xBFF7 0xC6CD # HANGUL SYLLABLE IEUNG-WEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2625 |
0xBFF8 0xC6D0 # HANGUL SYLLABLE IEUNG-WEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2626 |
0xBFF9 0xC6D4 # HANGUL SYLLABLE IEUNG-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2627 |
0xBFFA 0xC6DC # HANGUL SYLLABLE IEUNG-WEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2628 |
0xBFFB 0xC6DD # HANGUL SYLLABLE IEUNG-WEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2629 |
0xBFFC 0xC6E0 # HANGUL SYLLABLE IEUNG-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2630 |
0xBFFD 0xC6E1 # HANGUL SYLLABLE IEUNG-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2631 |
0xBFFE 0xC6E8 # HANGUL SYLLABLE IEUNG-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2632 |
0xC0A1 0xC6E9 # HANGUL SYLLABLE IEUNG-WE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2633 |
0xC0A2 0xC6EC # HANGUL SYLLABLE IEUNG-WE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2634 |
0xC0A3 0xC6F0 # HANGUL SYLLABLE IEUNG-WE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2635 |
0xC0A4 0xC6F8 # HANGUL SYLLABLE IEUNG-WE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2636 |
0xC0A5 0xC6F9 # HANGUL SYLLABLE IEUNG-WE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2637 |
0xC0A6 0xC6FD # HANGUL SYLLABLE IEUNG-WE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2638 |
0xC0A7 0xC704 # HANGUL SYLLABLE IEUNG-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2639 |
0xC0A8 0xC705 # HANGUL SYLLABLE IEUNG-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2640 |
0xC0A9 0xC708 # HANGUL SYLLABLE IEUNG-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2641 |
0xC0AA 0xC70C # HANGUL SYLLABLE IEUNG-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2642 |
0xC0AB 0xC714 # HANGUL SYLLABLE IEUNG-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2643 |
0xC0AC 0xC715 # HANGUL SYLLABLE IEUNG-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2644 |
0xC0AD 0xC717 # HANGUL SYLLABLE IEUNG-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2645 |
0xC0AE 0xC719 # HANGUL SYLLABLE IEUNG-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2646 |
0xC0AF 0xC720 # HANGUL SYLLABLE IEUNG-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2647 |
0xC0B0 0xC721 # HANGUL SYLLABLE IEUNG-YU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2648 |
0xC0B1 0xC724 # HANGUL SYLLABLE IEUNG-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2649 |
0xC0B2 0xC728 # HANGUL SYLLABLE IEUNG-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2650 |
0xC0B3 0xC730 # HANGUL SYLLABLE IEUNG-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2651 |
0xC0B4 0xC731 # HANGUL SYLLABLE IEUNG-YU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2652 |
0xC0B5 0xC733 # HANGUL SYLLABLE IEUNG-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2653 |
0xC0B6 0xC735 # HANGUL SYLLABLE IEUNG-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2654 |
0xC0B7 0xC737 # HANGUL SYLLABLE IEUNG-YU-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2655 |
0xC0B8 0xC73C # HANGUL SYLLABLE IEUNG-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2656 |
0xC0B9 0xC73D # HANGUL SYLLABLE IEUNG-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2657 |
0xC0BA 0xC740 # HANGUL SYLLABLE IEUNG-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2658 |
0xC0BB 0xC744 # HANGUL SYLLABLE IEUNG-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2659 |
0xC0BC 0xC74A # HANGUL SYLLABLE IEUNG-EU-RIEULPHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2660 |
0xC0BD 0xC74C # HANGUL SYLLABLE IEUNG-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2661 |
0xC0BE 0xC74D # HANGUL SYLLABLE IEUNG-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2662 |
0xC0BF 0xC74F # HANGUL SYLLABLE IEUNG-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2663 |
0xC0C0 0xC751 # HANGUL SYLLABLE IEUNG-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2664 |
0xC0C1 0xC752 # HANGUL SYLLABLE IEUNG-EU-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2665 |
0xC0C2 0xC753 # HANGUL SYLLABLE IEUNG-EU-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2666 |
0xC0C3 0xC754 # HANGUL SYLLABLE IEUNG-EU-KHIEUKH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2667 |
0xC0C4 0xC755 # HANGUL SYLLABLE IEUNG-EU-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2668 |
0xC0C5 0xC756 # HANGUL SYLLABLE IEUNG-EU-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2669 |
0xC0C6 0xC757 # HANGUL SYLLABLE IEUNG-EU-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2670 |
0xC0C7 0xC758 # HANGUL SYLLABLE IEUNG-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2671 |
0xC0C8 0xC75C # HANGUL SYLLABLE IEUNG-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2672 |
0xC0C9 0xC760 # HANGUL SYLLABLE IEUNG-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2673 |
0xC0CA 0xC768 # HANGUL SYLLABLE IEUNG-YI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2674 |
0xC0CB 0xC76B # HANGUL SYLLABLE IEUNG-YI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2675 |
0xC0CC 0xC774 # HANGUL SYLLABLE IEUNG-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2676 |
0xC0CD 0xC775 # HANGUL SYLLABLE IEUNG-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2677 |
0xC0CE 0xC778 # HANGUL SYLLABLE IEUNG-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2678 |
0xC0CF 0xC77C # HANGUL SYLLABLE IEUNG-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2679 |
0xC0D0 0xC77D # HANGUL SYLLABLE IEUNG-I-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2680 |
0xC0D1 0xC77E # HANGUL SYLLABLE IEUNG-I-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2681 |
0xC0D2 0xC783 # HANGUL SYLLABLE IEUNG-I-RIEULHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2682 |
0xC0D3 0xC784 # HANGUL SYLLABLE IEUNG-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2683 |
0xC0D4 0xC785 # HANGUL SYLLABLE IEUNG-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2684 |
0xC0D5 0xC787 # HANGUL SYLLABLE IEUNG-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2685 |
0xC0D6 0xC788 # HANGUL SYLLABLE IEUNG-I-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2686 |
0xC0D7 0xC789 # HANGUL SYLLABLE IEUNG-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2687 |
0xC0D8 0xC78A # HANGUL SYLLABLE IEUNG-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2688 |
0xC0D9 0xC78E # HANGUL SYLLABLE IEUNG-I-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2689 |
0xC0DA 0xC790 # HANGUL SYLLABLE CIEUC-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2690 |
0xC0DB 0xC791 # HANGUL SYLLABLE CIEUC-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2691 |
0xC0DC 0xC794 # HANGUL SYLLABLE CIEUC-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2692 |
0xC0DD 0xC796 # HANGUL SYLLABLE CIEUC-A-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2693 |
0xC0DE 0xC797 # HANGUL SYLLABLE CIEUC-A-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2694 |
0xC0DF 0xC798 # HANGUL SYLLABLE CIEUC-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2695 |
0xC0E0 0xC79A # HANGUL SYLLABLE CIEUC-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2696 |
0xC0E1 0xC7A0 # HANGUL SYLLABLE CIEUC-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2697 |
0xC0E2 0xC7A1 # HANGUL SYLLABLE CIEUC-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2698 |
0xC0E3 0xC7A3 # HANGUL SYLLABLE CIEUC-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2699 |
0xC0E4 0xC7A4 # HANGUL SYLLABLE CIEUC-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2700 |
0xC0E5 0xC7A5 # HANGUL SYLLABLE CIEUC-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2701 |
0xC0E6 0xC7A6 # HANGUL SYLLABLE CIEUC-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2702 |
0xC0E7 0xC7AC # HANGUL SYLLABLE CIEUC-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2703 |
0xC0E8 0xC7AD # HANGUL SYLLABLE CIEUC-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2704 |
0xC0E9 0xC7B0 # HANGUL SYLLABLE CIEUC-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2705 |
0xC0EA 0xC7B4 # HANGUL SYLLABLE CIEUC-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2706 |
0xC0EB 0xC7BC # HANGUL SYLLABLE CIEUC-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2707 |
0xC0EC 0xC7BD # HANGUL SYLLABLE CIEUC-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2708 |
0xC0ED 0xC7BF # HANGUL SYLLABLE CIEUC-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2709 |
0xC0EE 0xC7C0 # HANGUL SYLLABLE CIEUC-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2710 |
0xC0EF 0xC7C1 # HANGUL SYLLABLE CIEUC-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2711 |
0xC0F0 0xC7C8 # HANGUL SYLLABLE CIEUC-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2712 |
0xC0F1 0xC7C9 # HANGUL SYLLABLE CIEUC-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2713 |
0xC0F2 0xC7CC # HANGUL SYLLABLE CIEUC-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2714 |
0xC0F3 0xC7CE # HANGUL SYLLABLE CIEUC-YA-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2715 |
0xC0F4 0xC7D0 # HANGUL SYLLABLE CIEUC-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2716 |
0xC0F5 0xC7D8 # HANGUL SYLLABLE CIEUC-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2717 |
0xC0F6 0xC7DD # HANGUL SYLLABLE CIEUC-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2718 |
0xC0F7 0xC7E4 # HANGUL SYLLABLE CIEUC-YAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2719 |
0xC0F8 0xC7E8 # HANGUL SYLLABLE CIEUC-YAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2720 |
0xC0F9 0xC7EC # HANGUL SYLLABLE CIEUC-YAE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2721 |
0xC0FA 0xC800 # HANGUL SYLLABLE CIEUC-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2722 |
0xC0FB 0xC801 # HANGUL SYLLABLE CIEUC-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2723 |
0xC0FC 0xC804 # HANGUL SYLLABLE CIEUC-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2724 |
0xC0FD 0xC808 # HANGUL SYLLABLE CIEUC-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2725 |
0xC0FE 0xC80A # HANGUL SYLLABLE CIEUC-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2726 |
0xC1A1 0xC810 # HANGUL SYLLABLE CIEUC-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2727 |
0xC1A2 0xC811 # HANGUL SYLLABLE CIEUC-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2728 |
0xC1A3 0xC813 # HANGUL SYLLABLE CIEUC-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2729 |
0xC1A4 0xC815 # HANGUL SYLLABLE CIEUC-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2730 |
0xC1A5 0xC816 # HANGUL SYLLABLE CIEUC-EO-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2731 |
0xC1A6 0xC81C # HANGUL SYLLABLE CIEUC-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2732 |
0xC1A7 0xC81D # HANGUL SYLLABLE CIEUC-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2733 |
0xC1A8 0xC820 # HANGUL SYLLABLE CIEUC-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2734 |
0xC1A9 0xC824 # HANGUL SYLLABLE CIEUC-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2735 |
0xC1AA 0xC82C # HANGUL SYLLABLE CIEUC-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2736 |
0xC1AB 0xC82D # HANGUL SYLLABLE CIEUC-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2737 |
0xC1AC 0xC82F # HANGUL SYLLABLE CIEUC-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2738 |
0xC1AD 0xC831 # HANGUL SYLLABLE CIEUC-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2739 |
0xC1AE 0xC838 # HANGUL SYLLABLE CIEUC-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2740 |
0xC1AF 0xC83C # HANGUL SYLLABLE CIEUC-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2741 |
0xC1B0 0xC840 # HANGUL SYLLABLE CIEUC-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2742 |
0xC1B1 0xC848 # HANGUL SYLLABLE CIEUC-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2743 |
0xC1B2 0xC849 # HANGUL SYLLABLE CIEUC-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2744 |
0xC1B3 0xC84C # HANGUL SYLLABLE CIEUC-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2745 |
0xC1B4 0xC84D # HANGUL SYLLABLE CIEUC-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2746 |
0xC1B5 0xC854 # HANGUL SYLLABLE CIEUC-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2747 |
0xC1B6 0xC870 # HANGUL SYLLABLE CIEUC-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2748 |
0xC1B7 0xC871 # HANGUL SYLLABLE CIEUC-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2749 |
0xC1B8 0xC874 # HANGUL SYLLABLE CIEUC-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2750 |
0xC1B9 0xC878 # HANGUL SYLLABLE CIEUC-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2751 |
0xC1BA 0xC87A # HANGUL SYLLABLE CIEUC-O-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2752 |
0xC1BB 0xC880 # HANGUL SYLLABLE CIEUC-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2753 |
0xC1BC 0xC881 # HANGUL SYLLABLE CIEUC-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2754 |
0xC1BD 0xC883 # HANGUL SYLLABLE CIEUC-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2755 |
0xC1BE 0xC885 # HANGUL SYLLABLE CIEUC-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2756 |
0xC1BF 0xC886 # HANGUL SYLLABLE CIEUC-O-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2757 |
0xC1C0 0xC887 # HANGUL SYLLABLE CIEUC-O-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2758 |
0xC1C1 0xC88B # HANGUL SYLLABLE CIEUC-O-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2759 |
0xC1C2 0xC88C # HANGUL SYLLABLE CIEUC-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2760 |
0xC1C3 0xC88D # HANGUL SYLLABLE CIEUC-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2761 |
0xC1C4 0xC894 # HANGUL SYLLABLE CIEUC-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2762 |
0xC1C5 0xC89D # HANGUL SYLLABLE CIEUC-WA-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2763 |
0xC1C6 0xC89F # HANGUL SYLLABLE CIEUC-WA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2764 |
0xC1C7 0xC8A1 # HANGUL SYLLABLE CIEUC-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2765 |
0xC1C8 0xC8A8 # HANGUL SYLLABLE CIEUC-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2766 |
0xC1C9 0xC8BC # HANGUL SYLLABLE CIEUC-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2767 |
0xC1CA 0xC8BD # HANGUL SYLLABLE CIEUC-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2768 |
0xC1CB 0xC8C4 # HANGUL SYLLABLE CIEUC-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2769 |
0xC1CC 0xC8C8 # HANGUL SYLLABLE CIEUC-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2770 |
0xC1CD 0xC8CC # HANGUL SYLLABLE CIEUC-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2771 |
0xC1CE 0xC8D4 # HANGUL SYLLABLE CIEUC-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2772 |
0xC1CF 0xC8D5 # HANGUL SYLLABLE CIEUC-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2773 |
0xC1D0 0xC8D7 # HANGUL SYLLABLE CIEUC-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2774 |
0xC1D1 0xC8D9 # HANGUL SYLLABLE CIEUC-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2775 |
0xC1D2 0xC8E0 # HANGUL SYLLABLE CIEUC-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2776 |
0xC1D3 0xC8E1 # HANGUL SYLLABLE CIEUC-YO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2777 |
0xC1D4 0xC8E4 # HANGUL SYLLABLE CIEUC-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2778 |
0xC1D5 0xC8F5 # HANGUL SYLLABLE CIEUC-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2779 |
0xC1D6 0xC8FC # HANGUL SYLLABLE CIEUC-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2780 |
0xC1D7 0xC8FD # HANGUL SYLLABLE CIEUC-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2781 |
0xC1D8 0xC900 # HANGUL SYLLABLE CIEUC-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2782 |
0xC1D9 0xC904 # HANGUL SYLLABLE CIEUC-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2783 |
0xC1DA 0xC905 # HANGUL SYLLABLE CIEUC-U-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2784 |
0xC1DB 0xC906 # HANGUL SYLLABLE CIEUC-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2785 |
0xC1DC 0xC90C # HANGUL SYLLABLE CIEUC-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2786 |
0xC1DD 0xC90D # HANGUL SYLLABLE CIEUC-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2787 |
0xC1DE 0xC90F # HANGUL SYLLABLE CIEUC-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2788 |
0xC1DF 0xC911 # HANGUL SYLLABLE CIEUC-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2789 |
0xC1E0 0xC918 # HANGUL SYLLABLE CIEUC-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2790 |
0xC1E1 0xC92C # HANGUL SYLLABLE CIEUC-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2791 |
0xC1E2 0xC934 # HANGUL SYLLABLE CIEUC-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2792 |
0xC1E3 0xC950 # HANGUL SYLLABLE CIEUC-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2793 |
0xC1E4 0xC951 # HANGUL SYLLABLE CIEUC-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2794 |
0xC1E5 0xC954 # HANGUL SYLLABLE CIEUC-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2795 |
0xC1E6 0xC958 # HANGUL SYLLABLE CIEUC-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2796 |
0xC1E7 0xC960 # HANGUL SYLLABLE CIEUC-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2797 |
0xC1E8 0xC961 # HANGUL SYLLABLE CIEUC-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2798 |
0xC1E9 0xC963 # HANGUL SYLLABLE CIEUC-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2799 |
0xC1EA 0xC96C # HANGUL SYLLABLE CIEUC-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2800 |
0xC1EB 0xC970 # HANGUL SYLLABLE CIEUC-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2801 |
0xC1EC 0xC974 # HANGUL SYLLABLE CIEUC-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2802 |
0xC1ED 0xC97C # HANGUL SYLLABLE CIEUC-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2803 |
0xC1EE 0xC988 # HANGUL SYLLABLE CIEUC-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2804 |
0xC1EF 0xC989 # HANGUL SYLLABLE CIEUC-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2805 |
0xC1F0 0xC98C # HANGUL SYLLABLE CIEUC-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2806 |
0xC1F1 0xC990 # HANGUL SYLLABLE CIEUC-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2807 |
0xC1F2 0xC998 # HANGUL SYLLABLE CIEUC-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2808 |
0xC1F3 0xC999 # HANGUL SYLLABLE CIEUC-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2809 |
0xC1F4 0xC99B # HANGUL SYLLABLE CIEUC-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2810 |
0xC1F5 0xC99D # HANGUL SYLLABLE CIEUC-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2811 |
0xC1F6 0xC9C0 # HANGUL SYLLABLE CIEUC-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2812 |
0xC1F7 0xC9C1 # HANGUL SYLLABLE CIEUC-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2813 |
0xC1F8 0xC9C4 # HANGUL SYLLABLE CIEUC-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2814 |
0xC1F9 0xC9C7 # HANGUL SYLLABLE CIEUC-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2815 |
0xC1FA 0xC9C8 # HANGUL SYLLABLE CIEUC-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2816 |
0xC1FB 0xC9CA # HANGUL SYLLABLE CIEUC-I-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2817 |
0xC1FC 0xC9D0 # HANGUL SYLLABLE CIEUC-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2818 |
0xC1FD 0xC9D1 # HANGUL SYLLABLE CIEUC-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2819 |
0xC1FE 0xC9D3 # HANGUL SYLLABLE CIEUC-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2820 |
0xC2A1 0xC9D5 # HANGUL SYLLABLE CIEUC-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2821 |
0xC2A2 0xC9D6 # HANGUL SYLLABLE CIEUC-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2822 |
0xC2A3 0xC9D9 # HANGUL SYLLABLE CIEUC-I-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2823 |
0xC2A4 0xC9DA # HANGUL SYLLABLE CIEUC-I-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2824 |
0xC2A5 0xC9DC # HANGUL SYLLABLE SSANGCIEUC-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2825 |
0xC2A6 0xC9DD # HANGUL SYLLABLE SSANGCIEUC-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2826 |
0xC2A7 0xC9E0 # HANGUL SYLLABLE SSANGCIEUC-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2827 |
0xC2A8 0xC9E2 # HANGUL SYLLABLE SSANGCIEUC-A-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2828 |
0xC2A9 0xC9E4 # HANGUL SYLLABLE SSANGCIEUC-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2829 |
0xC2AA 0xC9E7 # HANGUL SYLLABLE SSANGCIEUC-A-RIEULPIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2830 |
0xC2AB 0xC9EC # HANGUL SYLLABLE SSANGCIEUC-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2831 |
0xC2AC 0xC9ED # HANGUL SYLLABLE SSANGCIEUC-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2832 |
0xC2AD 0xC9EF # HANGUL SYLLABLE SSANGCIEUC-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2833 |
0xC2AE 0xC9F0 # HANGUL SYLLABLE SSANGCIEUC-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2834 |
0xC2AF 0xC9F1 # HANGUL SYLLABLE SSANGCIEUC-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2835 |
0xC2B0 0xC9F8 # HANGUL SYLLABLE SSANGCIEUC-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2836 |
0xC2B1 0xC9F9 # HANGUL SYLLABLE SSANGCIEUC-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2837 |
0xC2B2 0xC9FC # HANGUL SYLLABLE SSANGCIEUC-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2838 |
0xC2B3 0xCA00 # HANGUL SYLLABLE SSANGCIEUC-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2839 |
0xC2B4 0xCA08 # HANGUL SYLLABLE SSANGCIEUC-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2840 |
0xC2B5 0xCA09 # HANGUL SYLLABLE SSANGCIEUC-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2841 |
0xC2B6 0xCA0B # HANGUL SYLLABLE SSANGCIEUC-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2842 |
0xC2B7 0xCA0C # HANGUL SYLLABLE SSANGCIEUC-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2843 |
0xC2B8 0xCA0D # HANGUL SYLLABLE SSANGCIEUC-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2844 |
0xC2B9 0xCA14 # HANGUL SYLLABLE SSANGCIEUC-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2845 |
0xC2BA 0xCA18 # HANGUL SYLLABLE SSANGCIEUC-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2846 |
0xC2BB 0xCA29 # HANGUL SYLLABLE SSANGCIEUC-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2847 |
0xC2BC 0xCA4C # HANGUL SYLLABLE SSANGCIEUC-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2848 |
0xC2BD 0xCA4D # HANGUL SYLLABLE SSANGCIEUC-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2849 |
0xC2BE 0xCA50 # HANGUL SYLLABLE SSANGCIEUC-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2850 |
0xC2BF 0xCA54 # HANGUL SYLLABLE SSANGCIEUC-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2851 |
0xC2C0 0xCA5C # HANGUL SYLLABLE SSANGCIEUC-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2852 |
0xC2C1 0xCA5D # HANGUL SYLLABLE SSANGCIEUC-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2853 |
0xC2C2 0xCA5F # HANGUL SYLLABLE SSANGCIEUC-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2854 |
0xC2C3 0xCA60 # HANGUL SYLLABLE SSANGCIEUC-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2855 |
0xC2C4 0xCA61 # HANGUL SYLLABLE SSANGCIEUC-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2856 |
0xC2C5 0xCA68 # HANGUL SYLLABLE SSANGCIEUC-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2857 |
0xC2C6 0xCA7D # HANGUL SYLLABLE SSANGCIEUC-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2858 |
0xC2C7 0xCA84 # HANGUL SYLLABLE SSANGCIEUC-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2859 |
0xC2C8 0xCA98 # HANGUL SYLLABLE SSANGCIEUC-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2860 |
0xC2C9 0xCABC # HANGUL SYLLABLE SSANGCIEUC-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2861 |
0xC2CA 0xCABD # HANGUL SYLLABLE SSANGCIEUC-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2862 |
0xC2CB 0xCAC0 # HANGUL SYLLABLE SSANGCIEUC-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2863 |
0xC2CC 0xCAC4 # HANGUL SYLLABLE SSANGCIEUC-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2864 |
0xC2CD 0xCACC # HANGUL SYLLABLE SSANGCIEUC-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2865 |
0xC2CE 0xCACD # HANGUL SYLLABLE SSANGCIEUC-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2866 |
0xC2CF 0xCACF # HANGUL SYLLABLE SSANGCIEUC-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2867 |
0xC2D0 0xCAD1 # HANGUL SYLLABLE SSANGCIEUC-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2868 |
0xC2D1 0xCAD3 # HANGUL SYLLABLE SSANGCIEUC-O-CHIEUCH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2869 |
0xC2D2 0xCAD8 # HANGUL SYLLABLE SSANGCIEUC-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2870 |
0xC2D3 0xCAD9 # HANGUL SYLLABLE SSANGCIEUC-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2871 |
0xC2D4 0xCAE0 # HANGUL SYLLABLE SSANGCIEUC-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2872 |
0xC2D5 0xCAEC # HANGUL SYLLABLE SSANGCIEUC-WA-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2873 |
0xC2D6 0xCAF4 # HANGUL SYLLABLE SSANGCIEUC-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2874 |
0xC2D7 0xCB08 # HANGUL SYLLABLE SSANGCIEUC-WAE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2875 |
0xC2D8 0xCB10 # HANGUL SYLLABLE SSANGCIEUC-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2876 |
0xC2D9 0xCB14 # HANGUL SYLLABLE SSANGCIEUC-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2877 |
0xC2DA 0xCB18 # HANGUL SYLLABLE SSANGCIEUC-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2878 |
0xC2DB 0xCB20 # HANGUL SYLLABLE SSANGCIEUC-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2879 |
0xC2DC 0xCB21 # HANGUL SYLLABLE SSANGCIEUC-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2880 |
0xC2DD 0xCB41 # HANGUL SYLLABLE SSANGCIEUC-YO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2881 |
0xC2DE 0xCB48 # HANGUL SYLLABLE SSANGCIEUC-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2882 |
0xC2DF 0xCB49 # HANGUL SYLLABLE SSANGCIEUC-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2883 |
0xC2E0 0xCB4C # HANGUL SYLLABLE SSANGCIEUC-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2884 |
0xC2E1 0xCB50 # HANGUL SYLLABLE SSANGCIEUC-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2885 |
0xC2E2 0xCB58 # HANGUL SYLLABLE SSANGCIEUC-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2886 |
0xC2E3 0xCB59 # HANGUL SYLLABLE SSANGCIEUC-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2887 |
0xC2E4 0xCB5D # HANGUL SYLLABLE SSANGCIEUC-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2888 |
0xC2E5 0xCB64 # HANGUL SYLLABLE SSANGCIEUC-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2889 |
0xC2E6 0xCB78 # HANGUL SYLLABLE SSANGCIEUC-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2890 |
0xC2E7 0xCB79 # HANGUL SYLLABLE SSANGCIEUC-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2891 |
0xC2E8 0xCB9C # HANGUL SYLLABLE SSANGCIEUC-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2892 |
0xC2E9 0xCBB8 # HANGUL SYLLABLE SSANGCIEUC-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2893 |
0xC2EA 0xCBD4 # HANGUL SYLLABLE SSANGCIEUC-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2894 |
0xC2EB 0xCBE4 # HANGUL SYLLABLE SSANGCIEUC-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2895 |
0xC2EC 0xCBE7 # HANGUL SYLLABLE SSANGCIEUC-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2896 |
0xC2ED 0xCBE9 # HANGUL SYLLABLE SSANGCIEUC-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2897 |
0xC2EE 0xCC0C # HANGUL SYLLABLE SSANGCIEUC-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2898 |
0xC2EF 0xCC0D # HANGUL SYLLABLE SSANGCIEUC-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2899 |
0xC2F0 0xCC10 # HANGUL SYLLABLE SSANGCIEUC-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2900 |
0xC2F1 0xCC14 # HANGUL SYLLABLE SSANGCIEUC-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2901 |
0xC2F2 0xCC1C # HANGUL SYLLABLE SSANGCIEUC-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2902 |
0xC2F3 0xCC1D # HANGUL SYLLABLE SSANGCIEUC-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2903 |
0xC2F4 0xCC21 # HANGUL SYLLABLE SSANGCIEUC-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2904 |
0xC2F5 0xCC22 # HANGUL SYLLABLE SSANGCIEUC-I-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2905 |
0xC2F6 0xCC27 # HANGUL SYLLABLE SSANGCIEUC-I-HIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2906 |
0xC2F7 0xCC28 # HANGUL SYLLABLE CHIEUCH-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2907 |
0xC2F8 0xCC29 # HANGUL SYLLABLE CHIEUCH-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2908 |
0xC2F9 0xCC2C # HANGUL SYLLABLE CHIEUCH-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2909 |
0xC2FA 0xCC2E # HANGUL SYLLABLE CHIEUCH-A-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2910 |
0xC2FB 0xCC30 # HANGUL SYLLABLE CHIEUCH-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2911 |
0xC2FC 0xCC38 # HANGUL SYLLABLE CHIEUCH-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2912 |
0xC2FD 0xCC39 # HANGUL SYLLABLE CHIEUCH-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2913 |
0xC2FE 0xCC3B # HANGUL SYLLABLE CHIEUCH-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2914 |
0xC3A1 0xCC3C # HANGUL SYLLABLE CHIEUCH-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2915 |
0xC3A2 0xCC3D # HANGUL SYLLABLE CHIEUCH-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2916 |
0xC3A3 0xCC3E # HANGUL SYLLABLE CHIEUCH-A-CIEUC |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2917 |
0xC3A4 0xCC44 # HANGUL SYLLABLE CHIEUCH-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2918 |
0xC3A5 0xCC45 # HANGUL SYLLABLE CHIEUCH-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2919 |
0xC3A6 0xCC48 # HANGUL SYLLABLE CHIEUCH-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2920 |
0xC3A7 0xCC4C # HANGUL SYLLABLE CHIEUCH-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2921 |
0xC3A8 0xCC54 # HANGUL SYLLABLE CHIEUCH-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2922 |
0xC3A9 0xCC55 # HANGUL SYLLABLE CHIEUCH-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2923 |
0xC3AA 0xCC57 # HANGUL SYLLABLE CHIEUCH-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2924 |
0xC3AB 0xCC58 # HANGUL SYLLABLE CHIEUCH-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2925 |
0xC3AC 0xCC59 # HANGUL SYLLABLE CHIEUCH-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2926 |
0xC3AD 0xCC60 # HANGUL SYLLABLE CHIEUCH-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2927 |
0xC3AE 0xCC64 # HANGUL SYLLABLE CHIEUCH-YA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2928 |
0xC3AF 0xCC66 # HANGUL SYLLABLE CHIEUCH-YA-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2929 |
0xC3B0 0xCC68 # HANGUL SYLLABLE CHIEUCH-YA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2930 |
0xC3B1 0xCC70 # HANGUL SYLLABLE CHIEUCH-YA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2931 |
0xC3B2 0xCC75 # HANGUL SYLLABLE CHIEUCH-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2932 |
0xC3B3 0xCC98 # HANGUL SYLLABLE CHIEUCH-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2933 |
0xC3B4 0xCC99 # HANGUL SYLLABLE CHIEUCH-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2934 |
0xC3B5 0xCC9C # HANGUL SYLLABLE CHIEUCH-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2935 |
0xC3B6 0xCCA0 # HANGUL SYLLABLE CHIEUCH-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2936 |
0xC3B7 0xCCA8 # HANGUL SYLLABLE CHIEUCH-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2937 |
0xC3B8 0xCCA9 # HANGUL SYLLABLE CHIEUCH-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2938 |
0xC3B9 0xCCAB # HANGUL SYLLABLE CHIEUCH-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2939 |
0xC3BA 0xCCAC # HANGUL SYLLABLE CHIEUCH-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2940 |
0xC3BB 0xCCAD # HANGUL SYLLABLE CHIEUCH-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2941 |
0xC3BC 0xCCB4 # HANGUL SYLLABLE CHIEUCH-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2942 |
0xC3BD 0xCCB5 # HANGUL SYLLABLE CHIEUCH-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2943 |
0xC3BE 0xCCB8 # HANGUL SYLLABLE CHIEUCH-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2944 |
0xC3BF 0xCCBC # HANGUL SYLLABLE CHIEUCH-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2945 |
0xC3C0 0xCCC4 # HANGUL SYLLABLE CHIEUCH-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2946 |
0xC3C1 0xCCC5 # HANGUL SYLLABLE CHIEUCH-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2947 |
0xC3C2 0xCCC7 # HANGUL SYLLABLE CHIEUCH-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2948 |
0xC3C3 0xCCC9 # HANGUL SYLLABLE CHIEUCH-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2949 |
0xC3C4 0xCCD0 # HANGUL SYLLABLE CHIEUCH-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2950 |
0xC3C5 0xCCD4 # HANGUL SYLLABLE CHIEUCH-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2951 |
0xC3C6 0xCCE4 # HANGUL SYLLABLE CHIEUCH-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2952 |
0xC3C7 0xCCEC # HANGUL SYLLABLE CHIEUCH-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2953 |
0xC3C8 0xCCF0 # HANGUL SYLLABLE CHIEUCH-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2954 |
0xC3C9 0xCD01 # HANGUL SYLLABLE CHIEUCH-YE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2955 |
0xC3CA 0xCD08 # HANGUL SYLLABLE CHIEUCH-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2956 |
0xC3CB 0xCD09 # HANGUL SYLLABLE CHIEUCH-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2957 |
0xC3CC 0xCD0C # HANGUL SYLLABLE CHIEUCH-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2958 |
0xC3CD 0xCD10 # HANGUL SYLLABLE CHIEUCH-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2959 |
0xC3CE 0xCD18 # HANGUL SYLLABLE CHIEUCH-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2960 |
0xC3CF 0xCD19 # HANGUL SYLLABLE CHIEUCH-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2961 |
0xC3D0 0xCD1B # HANGUL SYLLABLE CHIEUCH-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2962 |
0xC3D1 0xCD1D # HANGUL SYLLABLE CHIEUCH-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2963 |
0xC3D2 0xCD24 # HANGUL SYLLABLE CHIEUCH-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2964 |
0xC3D3 0xCD28 # HANGUL SYLLABLE CHIEUCH-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2965 |
0xC3D4 0xCD2C # HANGUL SYLLABLE CHIEUCH-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2966 |
0xC3D5 0xCD39 # HANGUL SYLLABLE CHIEUCH-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2967 |
0xC3D6 0xCD5C # HANGUL SYLLABLE CHIEUCH-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2968 |
0xC3D7 0xCD60 # HANGUL SYLLABLE CHIEUCH-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2969 |
0xC3D8 0xCD64 # HANGUL SYLLABLE CHIEUCH-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2970 |
0xC3D9 0xCD6C # HANGUL SYLLABLE CHIEUCH-OE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2971 |
0xC3DA 0xCD6D # HANGUL SYLLABLE CHIEUCH-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2972 |
0xC3DB 0xCD6F # HANGUL SYLLABLE CHIEUCH-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2973 |
0xC3DC 0xCD71 # HANGUL SYLLABLE CHIEUCH-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2974 |
0xC3DD 0xCD78 # HANGUL SYLLABLE CHIEUCH-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2975 |
0xC3DE 0xCD88 # HANGUL SYLLABLE CHIEUCH-YO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2976 |
0xC3DF 0xCD94 # HANGUL SYLLABLE CHIEUCH-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2977 |
0xC3E0 0xCD95 # HANGUL SYLLABLE CHIEUCH-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2978 |
0xC3E1 0xCD98 # HANGUL SYLLABLE CHIEUCH-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2979 |
0xC3E2 0xCD9C # HANGUL SYLLABLE CHIEUCH-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2980 |
0xC3E3 0xCDA4 # HANGUL SYLLABLE CHIEUCH-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2981 |
0xC3E4 0xCDA5 # HANGUL SYLLABLE CHIEUCH-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2982 |
0xC3E5 0xCDA7 # HANGUL SYLLABLE CHIEUCH-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2983 |
0xC3E6 0xCDA9 # HANGUL SYLLABLE CHIEUCH-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2984 |
0xC3E7 0xCDB0 # HANGUL SYLLABLE CHIEUCH-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2985 |
0xC3E8 0xCDC4 # HANGUL SYLLABLE CHIEUCH-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2986 |
0xC3E9 0xCDCC # HANGUL SYLLABLE CHIEUCH-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2987 |
0xC3EA 0xCDD0 # HANGUL SYLLABLE CHIEUCH-WE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2988 |
0xC3EB 0xCDE8 # HANGUL SYLLABLE CHIEUCH-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2989 |
0xC3EC 0xCDEC # HANGUL SYLLABLE CHIEUCH-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2990 |
0xC3ED 0xCDF0 # HANGUL SYLLABLE CHIEUCH-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2991 |
0xC3EE 0xCDF8 # HANGUL SYLLABLE CHIEUCH-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2992 |
0xC3EF 0xCDF9 # HANGUL SYLLABLE CHIEUCH-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2993 |
0xC3F0 0xCDFB # HANGUL SYLLABLE CHIEUCH-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2994 |
0xC3F1 0xCDFD # HANGUL SYLLABLE CHIEUCH-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2995 |
0xC3F2 0xCE04 # HANGUL SYLLABLE CHIEUCH-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2996 |
0xC3F3 0xCE08 # HANGUL SYLLABLE CHIEUCH-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2997 |
0xC3F4 0xCE0C # HANGUL SYLLABLE CHIEUCH-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2998 |
0xC3F5 0xCE14 # HANGUL SYLLABLE CHIEUCH-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
2999 |
0xC3F6 0xCE19 # HANGUL SYLLABLE CHIEUCH-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3000 |
0xC3F7 0xCE20 # HANGUL SYLLABLE CHIEUCH-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3001 |
0xC3F8 0xCE21 # HANGUL SYLLABLE CHIEUCH-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3002 |
0xC3F9 0xCE24 # HANGUL SYLLABLE CHIEUCH-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3003 |
0xC3FA 0xCE28 # HANGUL SYLLABLE CHIEUCH-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3004 |
0xC3FB 0xCE30 # HANGUL SYLLABLE CHIEUCH-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3005 |
0xC3FC 0xCE31 # HANGUL SYLLABLE CHIEUCH-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3006 |
0xC3FD 0xCE33 # HANGUL SYLLABLE CHIEUCH-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3007 |
0xC3FE 0xCE35 # HANGUL SYLLABLE CHIEUCH-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3008 |
0xC4A1 0xCE58 # HANGUL SYLLABLE CHIEUCH-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3009 |
0xC4A2 0xCE59 # HANGUL SYLLABLE CHIEUCH-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3010 |
0xC4A3 0xCE5C # HANGUL SYLLABLE CHIEUCH-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3011 |
0xC4A4 0xCE5F # HANGUL SYLLABLE CHIEUCH-I-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3012 |
0xC4A5 0xCE60 # HANGUL SYLLABLE CHIEUCH-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3013 |
0xC4A6 0xCE61 # HANGUL SYLLABLE CHIEUCH-I-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3014 |
0xC4A7 0xCE68 # HANGUL SYLLABLE CHIEUCH-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3015 |
0xC4A8 0xCE69 # HANGUL SYLLABLE CHIEUCH-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3016 |
0xC4A9 0xCE6B # HANGUL SYLLABLE CHIEUCH-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3017 |
0xC4AA 0xCE6D # HANGUL SYLLABLE CHIEUCH-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3018 |
0xC4AB 0xCE74 # HANGUL SYLLABLE KHIEUKH-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3019 |
0xC4AC 0xCE75 # HANGUL SYLLABLE KHIEUKH-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3020 |
0xC4AD 0xCE78 # HANGUL SYLLABLE KHIEUKH-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3021 |
0xC4AE 0xCE7C # HANGUL SYLLABLE KHIEUKH-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3022 |
0xC4AF 0xCE84 # HANGUL SYLLABLE KHIEUKH-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3023 |
0xC4B0 0xCE85 # HANGUL SYLLABLE KHIEUKH-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3024 |
0xC4B1 0xCE87 # HANGUL SYLLABLE KHIEUKH-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3025 |
0xC4B2 0xCE89 # HANGUL SYLLABLE KHIEUKH-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3026 |
0xC4B3 0xCE90 # HANGUL SYLLABLE KHIEUKH-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3027 |
0xC4B4 0xCE91 # HANGUL SYLLABLE KHIEUKH-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3028 |
0xC4B5 0xCE94 # HANGUL SYLLABLE KHIEUKH-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3029 |
0xC4B6 0xCE98 # HANGUL SYLLABLE KHIEUKH-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3030 |
0xC4B7 0xCEA0 # HANGUL SYLLABLE KHIEUKH-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3031 |
0xC4B8 0xCEA1 # HANGUL SYLLABLE KHIEUKH-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3032 |
0xC4B9 0xCEA3 # HANGUL SYLLABLE KHIEUKH-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3033 |
0xC4BA 0xCEA4 # HANGUL SYLLABLE KHIEUKH-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3034 |
0xC4BB 0xCEA5 # HANGUL SYLLABLE KHIEUKH-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3035 |
0xC4BC 0xCEAC # HANGUL SYLLABLE KHIEUKH-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3036 |
0xC4BD 0xCEAD # HANGUL SYLLABLE KHIEUKH-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3037 |
0xC4BE 0xCEC1 # HANGUL SYLLABLE KHIEUKH-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3038 |
0xC4BF 0xCEE4 # HANGUL SYLLABLE KHIEUKH-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3039 |
0xC4C0 0xCEE5 # HANGUL SYLLABLE KHIEUKH-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3040 |
0xC4C1 0xCEE8 # HANGUL SYLLABLE KHIEUKH-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3041 |
0xC4C2 0xCEEB # HANGUL SYLLABLE KHIEUKH-EO-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3042 |
0xC4C3 0xCEEC # HANGUL SYLLABLE KHIEUKH-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3043 |
0xC4C4 0xCEF4 # HANGUL SYLLABLE KHIEUKH-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3044 |
0xC4C5 0xCEF5 # HANGUL SYLLABLE KHIEUKH-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3045 |
0xC4C6 0xCEF7 # HANGUL SYLLABLE KHIEUKH-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3046 |
0xC4C7 0xCEF8 # HANGUL SYLLABLE KHIEUKH-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3047 |
0xC4C8 0xCEF9 # HANGUL SYLLABLE KHIEUKH-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3048 |
0xC4C9 0xCF00 # HANGUL SYLLABLE KHIEUKH-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3049 |
0xC4CA 0xCF01 # HANGUL SYLLABLE KHIEUKH-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3050 |
0xC4CB 0xCF04 # HANGUL SYLLABLE KHIEUKH-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3051 |
0xC4CC 0xCF08 # HANGUL SYLLABLE KHIEUKH-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3052 |
0xC4CD 0xCF10 # HANGUL SYLLABLE KHIEUKH-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3053 |
0xC4CE 0xCF11 # HANGUL SYLLABLE KHIEUKH-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3054 |
0xC4CF 0xCF13 # HANGUL SYLLABLE KHIEUKH-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3055 |
0xC4D0 0xCF15 # HANGUL SYLLABLE KHIEUKH-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3056 |
0xC4D1 0xCF1C # HANGUL SYLLABLE KHIEUKH-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3057 |
0xC4D2 0xCF20 # HANGUL SYLLABLE KHIEUKH-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3058 |
0xC4D3 0xCF24 # HANGUL SYLLABLE KHIEUKH-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3059 |
0xC4D4 0xCF2C # HANGUL SYLLABLE KHIEUKH-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3060 |
0xC4D5 0xCF2D # HANGUL SYLLABLE KHIEUKH-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3061 |
0xC4D6 0xCF2F # HANGUL SYLLABLE KHIEUKH-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3062 |
0xC4D7 0xCF30 # HANGUL SYLLABLE KHIEUKH-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3063 |
0xC4D8 0xCF31 # HANGUL SYLLABLE KHIEUKH-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3064 |
0xC4D9 0xCF38 # HANGUL SYLLABLE KHIEUKH-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3065 |
0xC4DA 0xCF54 # HANGUL SYLLABLE KHIEUKH-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3066 |
0xC4DB 0xCF55 # HANGUL SYLLABLE KHIEUKH-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3067 |
0xC4DC 0xCF58 # HANGUL SYLLABLE KHIEUKH-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3068 |
0xC4DD 0xCF5C # HANGUL SYLLABLE KHIEUKH-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3069 |
0xC4DE 0xCF64 # HANGUL SYLLABLE KHIEUKH-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3070 |
0xC4DF 0xCF65 # HANGUL SYLLABLE KHIEUKH-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3071 |
0xC4E0 0xCF67 # HANGUL SYLLABLE KHIEUKH-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3072 |
0xC4E1 0xCF69 # HANGUL SYLLABLE KHIEUKH-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3073 |
0xC4E2 0xCF70 # HANGUL SYLLABLE KHIEUKH-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3074 |
0xC4E3 0xCF71 # HANGUL SYLLABLE KHIEUKH-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3075 |
0xC4E4 0xCF74 # HANGUL SYLLABLE KHIEUKH-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3076 |
0xC4E5 0xCF78 # HANGUL SYLLABLE KHIEUKH-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3077 |
0xC4E6 0xCF80 # HANGUL SYLLABLE KHIEUKH-WA-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3078 |
0xC4E7 0xCF85 # HANGUL SYLLABLE KHIEUKH-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3079 |
0xC4E8 0xCF8C # HANGUL SYLLABLE KHIEUKH-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3080 |
0xC4E9 0xCFA1 # HANGUL SYLLABLE KHIEUKH-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3081 |
0xC4EA 0xCFA8 # HANGUL SYLLABLE KHIEUKH-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3082 |
0xC4EB 0xCFB0 # HANGUL SYLLABLE KHIEUKH-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3083 |
0xC4EC 0xCFC4 # HANGUL SYLLABLE KHIEUKH-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3084 |
0xC4ED 0xCFE0 # HANGUL SYLLABLE KHIEUKH-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3085 |
0xC4EE 0xCFE1 # HANGUL SYLLABLE KHIEUKH-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3086 |
0xC4EF 0xCFE4 # HANGUL SYLLABLE KHIEUKH-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3087 |
0xC4F0 0xCFE8 # HANGUL SYLLABLE KHIEUKH-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3088 |
0xC4F1 0xCFF0 # HANGUL SYLLABLE KHIEUKH-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3089 |
0xC4F2 0xCFF1 # HANGUL SYLLABLE KHIEUKH-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3090 |
0xC4F3 0xCFF3 # HANGUL SYLLABLE KHIEUKH-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3091 |
0xC4F4 0xCFF5 # HANGUL SYLLABLE KHIEUKH-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3092 |
0xC4F5 0xCFFC # HANGUL SYLLABLE KHIEUKH-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3093 |
0xC4F6 0xD000 # HANGUL SYLLABLE KHIEUKH-WEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3094 |
0xC4F7 0xD004 # HANGUL SYLLABLE KHIEUKH-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3095 |
0xC4F8 0xD011 # HANGUL SYLLABLE KHIEUKH-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3096 |
0xC4F9 0xD018 # HANGUL SYLLABLE KHIEUKH-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3097 |
0xC4FA 0xD02D # HANGUL SYLLABLE KHIEUKH-WE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3098 |
0xC4FB 0xD034 # HANGUL SYLLABLE KHIEUKH-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3099 |
0xC4FC 0xD035 # HANGUL SYLLABLE KHIEUKH-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3100 |
0xC4FD 0xD038 # HANGUL SYLLABLE KHIEUKH-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3101 |
0xC4FE 0xD03C # HANGUL SYLLABLE KHIEUKH-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3102 |
0xC5A1 0xD044 # HANGUL SYLLABLE KHIEUKH-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3103 |
0xC5A2 0xD045 # HANGUL SYLLABLE KHIEUKH-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3104 |
0xC5A3 0xD047 # HANGUL SYLLABLE KHIEUKH-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3105 |
0xC5A4 0xD049 # HANGUL SYLLABLE KHIEUKH-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3106 |
0xC5A5 0xD050 # HANGUL SYLLABLE KHIEUKH-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3107 |
0xC5A6 0xD054 # HANGUL SYLLABLE KHIEUKH-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3108 |
0xC5A7 0xD058 # HANGUL SYLLABLE KHIEUKH-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3109 |
0xC5A8 0xD060 # HANGUL SYLLABLE KHIEUKH-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3110 |
0xC5A9 0xD06C # HANGUL SYLLABLE KHIEUKH-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3111 |
0xC5AA 0xD06D # HANGUL SYLLABLE KHIEUKH-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3112 |
0xC5AB 0xD070 # HANGUL SYLLABLE KHIEUKH-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3113 |
0xC5AC 0xD074 # HANGUL SYLLABLE KHIEUKH-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3114 |
0xC5AD 0xD07C # HANGUL SYLLABLE KHIEUKH-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3115 |
0xC5AE 0xD07D # HANGUL SYLLABLE KHIEUKH-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3116 |
0xC5AF 0xD081 # HANGUL SYLLABLE KHIEUKH-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3117 |
0xC5B0 0xD0A4 # HANGUL SYLLABLE KHIEUKH-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3118 |
0xC5B1 0xD0A5 # HANGUL SYLLABLE KHIEUKH-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3119 |
0xC5B2 0xD0A8 # HANGUL SYLLABLE KHIEUKH-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3120 |
0xC5B3 0xD0AC # HANGUL SYLLABLE KHIEUKH-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3121 |
0xC5B4 0xD0B4 # HANGUL SYLLABLE KHIEUKH-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3122 |
0xC5B5 0xD0B5 # HANGUL SYLLABLE KHIEUKH-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3123 |
0xC5B6 0xD0B7 # HANGUL SYLLABLE KHIEUKH-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3124 |
0xC5B7 0xD0B9 # HANGUL SYLLABLE KHIEUKH-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3125 |
0xC5B8 0xD0C0 # HANGUL SYLLABLE THIEUTH-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3126 |
0xC5B9 0xD0C1 # HANGUL SYLLABLE THIEUTH-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3127 |
0xC5BA 0xD0C4 # HANGUL SYLLABLE THIEUTH-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3128 |
0xC5BB 0xD0C8 # HANGUL SYLLABLE THIEUTH-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3129 |
0xC5BC 0xD0C9 # HANGUL SYLLABLE THIEUTH-A-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3130 |
0xC5BD 0xD0D0 # HANGUL SYLLABLE THIEUTH-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3131 |
0xC5BE 0xD0D1 # HANGUL SYLLABLE THIEUTH-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3132 |
0xC5BF 0xD0D3 # HANGUL SYLLABLE THIEUTH-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3133 |
0xC5C0 0xD0D4 # HANGUL SYLLABLE THIEUTH-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3134 |
0xC5C1 0xD0D5 # HANGUL SYLLABLE THIEUTH-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3135 |
0xC5C2 0xD0DC # HANGUL SYLLABLE THIEUTH-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3136 |
0xC5C3 0xD0DD # HANGUL SYLLABLE THIEUTH-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3137 |
0xC5C4 0xD0E0 # HANGUL SYLLABLE THIEUTH-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3138 |
0xC5C5 0xD0E4 # HANGUL SYLLABLE THIEUTH-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3139 |
0xC5C6 0xD0EC # HANGUL SYLLABLE THIEUTH-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3140 |
0xC5C7 0xD0ED # HANGUL SYLLABLE THIEUTH-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3141 |
0xC5C8 0xD0EF # HANGUL SYLLABLE THIEUTH-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3142 |
0xC5C9 0xD0F0 # HANGUL SYLLABLE THIEUTH-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3143 |
0xC5CA 0xD0F1 # HANGUL SYLLABLE THIEUTH-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3144 |
0xC5CB 0xD0F8 # HANGUL SYLLABLE THIEUTH-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3145 |
0xC5CC 0xD10D # HANGUL SYLLABLE THIEUTH-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3146 |
0xC5CD 0xD130 # HANGUL SYLLABLE THIEUTH-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3147 |
0xC5CE 0xD131 # HANGUL SYLLABLE THIEUTH-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3148 |
0xC5CF 0xD134 # HANGUL SYLLABLE THIEUTH-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3149 |
0xC5D0 0xD138 # HANGUL SYLLABLE THIEUTH-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3150 |
0xC5D1 0xD13A # HANGUL SYLLABLE THIEUTH-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3151 |
0xC5D2 0xD140 # HANGUL SYLLABLE THIEUTH-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3152 |
0xC5D3 0xD141 # HANGUL SYLLABLE THIEUTH-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3153 |
0xC5D4 0xD143 # HANGUL SYLLABLE THIEUTH-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3154 |
0xC5D5 0xD144 # HANGUL SYLLABLE THIEUTH-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3155 |
0xC5D6 0xD145 # HANGUL SYLLABLE THIEUTH-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3156 |
0xC5D7 0xD14C # HANGUL SYLLABLE THIEUTH-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3157 |
0xC5D8 0xD14D # HANGUL SYLLABLE THIEUTH-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3158 |
0xC5D9 0xD150 # HANGUL SYLLABLE THIEUTH-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3159 |
0xC5DA 0xD154 # HANGUL SYLLABLE THIEUTH-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3160 |
0xC5DB 0xD15C # HANGUL SYLLABLE THIEUTH-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3161 |
0xC5DC 0xD15D # HANGUL SYLLABLE THIEUTH-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3162 |
0xC5DD 0xD15F # HANGUL SYLLABLE THIEUTH-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3163 |
0xC5DE 0xD161 # HANGUL SYLLABLE THIEUTH-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3164 |
0xC5DF 0xD168 # HANGUL SYLLABLE THIEUTH-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3165 |
0xC5E0 0xD16C # HANGUL SYLLABLE THIEUTH-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3166 |
0xC5E1 0xD17C # HANGUL SYLLABLE THIEUTH-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3167 |
0xC5E2 0xD184 # HANGUL SYLLABLE THIEUTH-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3168 |
0xC5E3 0xD188 # HANGUL SYLLABLE THIEUTH-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3169 |
0xC5E4 0xD1A0 # HANGUL SYLLABLE THIEUTH-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3170 |
0xC5E5 0xD1A1 # HANGUL SYLLABLE THIEUTH-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3171 |
0xC5E6 0xD1A4 # HANGUL SYLLABLE THIEUTH-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3172 |
0xC5E7 0xD1A8 # HANGUL SYLLABLE THIEUTH-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3173 |
0xC5E8 0xD1B0 # HANGUL SYLLABLE THIEUTH-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3174 |
0xC5E9 0xD1B1 # HANGUL SYLLABLE THIEUTH-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3175 |
0xC5EA 0xD1B3 # HANGUL SYLLABLE THIEUTH-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3176 |
0xC5EB 0xD1B5 # HANGUL SYLLABLE THIEUTH-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3177 |
0xC5EC 0xD1BA # HANGUL SYLLABLE THIEUTH-O-PHIEUPH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3178 |
0xC5ED 0xD1BC # HANGUL SYLLABLE THIEUTH-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3179 |
0xC5EE 0xD1C0 # HANGUL SYLLABLE THIEUTH-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3180 |
0xC5EF 0xD1D8 # HANGUL SYLLABLE THIEUTH-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3181 |
0xC5F0 0xD1F4 # HANGUL SYLLABLE THIEUTH-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3182 |
0xC5F1 0xD1F8 # HANGUL SYLLABLE THIEUTH-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3183 |
0xC5F2 0xD207 # HANGUL SYLLABLE THIEUTH-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3184 |
0xC5F3 0xD209 # HANGUL SYLLABLE THIEUTH-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3185 |
0xC5F4 0xD210 # HANGUL SYLLABLE THIEUTH-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3186 |
0xC5F5 0xD22C # HANGUL SYLLABLE THIEUTH-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3187 |
0xC5F6 0xD22D # HANGUL SYLLABLE THIEUTH-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3188 |
0xC5F7 0xD230 # HANGUL SYLLABLE THIEUTH-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3189 |
0xC5F8 0xD234 # HANGUL SYLLABLE THIEUTH-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3190 |
0xC5F9 0xD23C # HANGUL SYLLABLE THIEUTH-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3191 |
0xC5FA 0xD23D # HANGUL SYLLABLE THIEUTH-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3192 |
0xC5FB 0xD23F # HANGUL SYLLABLE THIEUTH-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3193 |
0xC5FC 0xD241 # HANGUL SYLLABLE THIEUTH-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3194 |
0xC5FD 0xD248 # HANGUL SYLLABLE THIEUTH-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3195 |
0xC5FE 0xD25C # HANGUL SYLLABLE THIEUTH-WEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3196 |
0xC6A1 0xD264 # HANGUL SYLLABLE THIEUTH-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3197 |
0xC6A2 0xD280 # HANGUL SYLLABLE THIEUTH-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3198 |
0xC6A3 0xD281 # HANGUL SYLLABLE THIEUTH-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3199 |
0xC6A4 0xD284 # HANGUL SYLLABLE THIEUTH-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3200 |
0xC6A5 0xD288 # HANGUL SYLLABLE THIEUTH-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3201 |
0xC6A6 0xD290 # HANGUL SYLLABLE THIEUTH-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3202 |
0xC6A7 0xD291 # HANGUL SYLLABLE THIEUTH-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3203 |
0xC6A8 0xD295 # HANGUL SYLLABLE THIEUTH-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3204 |
0xC6A9 0xD29C # HANGUL SYLLABLE THIEUTH-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3205 |
0xC6AA 0xD2A0 # HANGUL SYLLABLE THIEUTH-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3206 |
0xC6AB 0xD2A4 # HANGUL SYLLABLE THIEUTH-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3207 |
0xC6AC 0xD2AC # HANGUL SYLLABLE THIEUTH-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3208 |
0xC6AD 0xD2B1 # HANGUL SYLLABLE THIEUTH-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3209 |
0xC6AE 0xD2B8 # HANGUL SYLLABLE THIEUTH-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3210 |
0xC6AF 0xD2B9 # HANGUL SYLLABLE THIEUTH-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3211 |
0xC6B0 0xD2BC # HANGUL SYLLABLE THIEUTH-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3212 |
0xC6B1 0xD2BF # HANGUL SYLLABLE THIEUTH-EU-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3213 |
0xC6B2 0xD2C0 # HANGUL SYLLABLE THIEUTH-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3214 |
0xC6B3 0xD2C2 # HANGUL SYLLABLE THIEUTH-EU-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3215 |
0xC6B4 0xD2C8 # HANGUL SYLLABLE THIEUTH-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3216 |
0xC6B5 0xD2C9 # HANGUL SYLLABLE THIEUTH-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3217 |
0xC6B6 0xD2CB # HANGUL SYLLABLE THIEUTH-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3218 |
0xC6B7 0xD2D4 # HANGUL SYLLABLE THIEUTH-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3219 |
0xC6B8 0xD2D8 # HANGUL SYLLABLE THIEUTH-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3220 |
0xC6B9 0xD2DC # HANGUL SYLLABLE THIEUTH-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3221 |
0xC6BA 0xD2E4 # HANGUL SYLLABLE THIEUTH-YI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3222 |
0xC6BB 0xD2E5 # HANGUL SYLLABLE THIEUTH-YI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3223 |
0xC6BC 0xD2F0 # HANGUL SYLLABLE THIEUTH-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3224 |
0xC6BD 0xD2F1 # HANGUL SYLLABLE THIEUTH-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3225 |
0xC6BE 0xD2F4 # HANGUL SYLLABLE THIEUTH-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3226 |
0xC6BF 0xD2F8 # HANGUL SYLLABLE THIEUTH-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3227 |
0xC6C0 0xD300 # HANGUL SYLLABLE THIEUTH-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3228 |
0xC6C1 0xD301 # HANGUL SYLLABLE THIEUTH-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3229 |
0xC6C2 0xD303 # HANGUL SYLLABLE THIEUTH-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3230 |
0xC6C3 0xD305 # HANGUL SYLLABLE THIEUTH-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3231 |
0xC6C4 0xD30C # HANGUL SYLLABLE PHIEUPH-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3232 |
0xC6C5 0xD30D # HANGUL SYLLABLE PHIEUPH-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3233 |
0xC6C6 0xD30E # HANGUL SYLLABLE PHIEUPH-A-SSANGKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3234 |
0xC6C7 0xD310 # HANGUL SYLLABLE PHIEUPH-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3235 |
0xC6C8 0xD314 # HANGUL SYLLABLE PHIEUPH-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3236 |
0xC6C9 0xD316 # HANGUL SYLLABLE PHIEUPH-A-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3237 |
0xC6CA 0xD31C # HANGUL SYLLABLE PHIEUPH-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3238 |
0xC6CB 0xD31D # HANGUL SYLLABLE PHIEUPH-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3239 |
0xC6CC 0xD31F # HANGUL SYLLABLE PHIEUPH-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3240 |
0xC6CD 0xD320 # HANGUL SYLLABLE PHIEUPH-A-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3241 |
0xC6CE 0xD321 # HANGUL SYLLABLE PHIEUPH-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3242 |
0xC6CF 0xD325 # HANGUL SYLLABLE PHIEUPH-A-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3243 |
0xC6D0 0xD328 # HANGUL SYLLABLE PHIEUPH-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3244 |
0xC6D1 0xD329 # HANGUL SYLLABLE PHIEUPH-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3245 |
0xC6D2 0xD32C # HANGUL SYLLABLE PHIEUPH-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3246 |
0xC6D3 0xD330 # HANGUL SYLLABLE PHIEUPH-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3247 |
0xC6D4 0xD338 # HANGUL SYLLABLE PHIEUPH-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3248 |
0xC6D5 0xD339 # HANGUL SYLLABLE PHIEUPH-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3249 |
0xC6D6 0xD33B # HANGUL SYLLABLE PHIEUPH-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3250 |
0xC6D7 0xD33C # HANGUL SYLLABLE PHIEUPH-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3251 |
0xC6D8 0xD33D # HANGUL SYLLABLE PHIEUPH-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3252 |
0xC6D9 0xD344 # HANGUL SYLLABLE PHIEUPH-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3253 |
0xC6DA 0xD345 # HANGUL SYLLABLE PHIEUPH-YA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3254 |
0xC6DB 0xD37C # HANGUL SYLLABLE PHIEUPH-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3255 |
0xC6DC 0xD37D # HANGUL SYLLABLE PHIEUPH-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3256 |
0xC6DD 0xD380 # HANGUL SYLLABLE PHIEUPH-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3257 |
0xC6DE 0xD384 # HANGUL SYLLABLE PHIEUPH-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3258 |
0xC6DF 0xD38C # HANGUL SYLLABLE PHIEUPH-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3259 |
0xC6E0 0xD38D # HANGUL SYLLABLE PHIEUPH-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3260 |
0xC6E1 0xD38F # HANGUL SYLLABLE PHIEUPH-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3261 |
0xC6E2 0xD390 # HANGUL SYLLABLE PHIEUPH-EO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3262 |
0xC6E3 0xD391 # HANGUL SYLLABLE PHIEUPH-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3263 |
0xC6E4 0xD398 # HANGUL SYLLABLE PHIEUPH-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3264 |
0xC6E5 0xD399 # HANGUL SYLLABLE PHIEUPH-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3265 |
0xC6E6 0xD39C # HANGUL SYLLABLE PHIEUPH-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3266 |
0xC6E7 0xD3A0 # HANGUL SYLLABLE PHIEUPH-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3267 |
0xC6E8 0xD3A8 # HANGUL SYLLABLE PHIEUPH-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3268 |
0xC6E9 0xD3A9 # HANGUL SYLLABLE PHIEUPH-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3269 |
0xC6EA 0xD3AB # HANGUL SYLLABLE PHIEUPH-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3270 |
0xC6EB 0xD3AD # HANGUL SYLLABLE PHIEUPH-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3271 |
0xC6EC 0xD3B4 # HANGUL SYLLABLE PHIEUPH-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3272 |
0xC6ED 0xD3B8 # HANGUL SYLLABLE PHIEUPH-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3273 |
0xC6EE 0xD3BC # HANGUL SYLLABLE PHIEUPH-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3274 |
0xC6EF 0xD3C4 # HANGUL SYLLABLE PHIEUPH-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3275 |
0xC6F0 0xD3C5 # HANGUL SYLLABLE PHIEUPH-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3276 |
0xC6F1 0xD3C8 # HANGUL SYLLABLE PHIEUPH-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3277 |
0xC6F2 0xD3C9 # HANGUL SYLLABLE PHIEUPH-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3278 |
0xC6F3 0xD3D0 # HANGUL SYLLABLE PHIEUPH-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3279 |
0xC6F4 0xD3D8 # HANGUL SYLLABLE PHIEUPH-YE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3280 |
0xC6F5 0xD3E1 # HANGUL SYLLABLE PHIEUPH-YE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3281 |
0xC6F6 0xD3E3 # HANGUL SYLLABLE PHIEUPH-YE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3282 |
0xC6F7 0xD3EC # HANGUL SYLLABLE PHIEUPH-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3283 |
0xC6F8 0xD3ED # HANGUL SYLLABLE PHIEUPH-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3284 |
0xC6F9 0xD3F0 # HANGUL SYLLABLE PHIEUPH-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3285 |
0xC6FA 0xD3F4 # HANGUL SYLLABLE PHIEUPH-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3286 |
0xC6FB 0xD3FC # HANGUL SYLLABLE PHIEUPH-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3287 |
0xC6FC 0xD3FD # HANGUL SYLLABLE PHIEUPH-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3288 |
0xC6FD 0xD3FF # HANGUL SYLLABLE PHIEUPH-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3289 |
0xC6FE 0xD401 # HANGUL SYLLABLE PHIEUPH-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3290 |
0xC7A1 0xD408 # HANGUL SYLLABLE PHIEUPH-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3291 |
0xC7A2 0xD41D # HANGUL SYLLABLE PHIEUPH-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3292 |
0xC7A3 0xD440 # HANGUL SYLLABLE PHIEUPH-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3293 |
0xC7A4 0xD444 # HANGUL SYLLABLE PHIEUPH-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3294 |
0xC7A5 0xD45C # HANGUL SYLLABLE PHIEUPH-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3295 |
0xC7A6 0xD460 # HANGUL SYLLABLE PHIEUPH-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3296 |
0xC7A7 0xD464 # HANGUL SYLLABLE PHIEUPH-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3297 |
0xC7A8 0xD46D # HANGUL SYLLABLE PHIEUPH-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3298 |
0xC7A9 0xD46F # HANGUL SYLLABLE PHIEUPH-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3299 |
0xC7AA 0xD478 # HANGUL SYLLABLE PHIEUPH-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3300 |
0xC7AB 0xD479 # HANGUL SYLLABLE PHIEUPH-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3301 |
0xC7AC 0xD47C # HANGUL SYLLABLE PHIEUPH-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3302 |
0xC7AD 0xD47F # HANGUL SYLLABLE PHIEUPH-U-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3303 |
0xC7AE 0xD480 # HANGUL SYLLABLE PHIEUPH-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3304 |
0xC7AF 0xD482 # HANGUL SYLLABLE PHIEUPH-U-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3305 |
0xC7B0 0xD488 # HANGUL SYLLABLE PHIEUPH-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3306 |
0xC7B1 0xD489 # HANGUL SYLLABLE PHIEUPH-U-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3307 |
0xC7B2 0xD48B # HANGUL SYLLABLE PHIEUPH-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3308 |
0xC7B3 0xD48D # HANGUL SYLLABLE PHIEUPH-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3309 |
0xC7B4 0xD494 # HANGUL SYLLABLE PHIEUPH-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3310 |
0xC7B5 0xD4A9 # HANGUL SYLLABLE PHIEUPH-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3311 |
0xC7B6 0xD4CC # HANGUL SYLLABLE PHIEUPH-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3312 |
0xC7B7 0xD4D0 # HANGUL SYLLABLE PHIEUPH-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3313 |
0xC7B8 0xD4D4 # HANGUL SYLLABLE PHIEUPH-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3314 |
0xC7B9 0xD4DC # HANGUL SYLLABLE PHIEUPH-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3315 |
0xC7BA 0xD4DF # HANGUL SYLLABLE PHIEUPH-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3316 |
0xC7BB 0xD4E8 # HANGUL SYLLABLE PHIEUPH-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3317 |
0xC7BC 0xD4EC # HANGUL SYLLABLE PHIEUPH-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3318 |
0xC7BD 0xD4F0 # HANGUL SYLLABLE PHIEUPH-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3319 |
0xC7BE 0xD4F8 # HANGUL SYLLABLE PHIEUPH-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3320 |
0xC7BF 0xD4FB # HANGUL SYLLABLE PHIEUPH-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3321 |
0xC7C0 0xD4FD # HANGUL SYLLABLE PHIEUPH-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3322 |
0xC7C1 0xD504 # HANGUL SYLLABLE PHIEUPH-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3323 |
0xC7C2 0xD508 # HANGUL SYLLABLE PHIEUPH-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3324 |
0xC7C3 0xD50C # HANGUL SYLLABLE PHIEUPH-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3325 |
0xC7C4 0xD514 # HANGUL SYLLABLE PHIEUPH-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3326 |
0xC7C5 0xD515 # HANGUL SYLLABLE PHIEUPH-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3327 |
0xC7C6 0xD517 # HANGUL SYLLABLE PHIEUPH-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3328 |
0xC7C7 0xD53C # HANGUL SYLLABLE PHIEUPH-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3329 |
0xC7C8 0xD53D # HANGUL SYLLABLE PHIEUPH-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3330 |
0xC7C9 0xD540 # HANGUL SYLLABLE PHIEUPH-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3331 |
0xC7CA 0xD544 # HANGUL SYLLABLE PHIEUPH-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3332 |
0xC7CB 0xD54C # HANGUL SYLLABLE PHIEUPH-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3333 |
0xC7CC 0xD54D # HANGUL SYLLABLE PHIEUPH-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3334 |
0xC7CD 0xD54F # HANGUL SYLLABLE PHIEUPH-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3335 |
0xC7CE 0xD551 # HANGUL SYLLABLE PHIEUPH-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3336 |
0xC7CF 0xD558 # HANGUL SYLLABLE HIEUH-A |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3337 |
0xC7D0 0xD559 # HANGUL SYLLABLE HIEUH-A-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3338 |
0xC7D1 0xD55C # HANGUL SYLLABLE HIEUH-A-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3339 |
0xC7D2 0xD560 # HANGUL SYLLABLE HIEUH-A-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3340 |
0xC7D3 0xD565 # HANGUL SYLLABLE HIEUH-A-RIEULTHIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3341 |
0xC7D4 0xD568 # HANGUL SYLLABLE HIEUH-A-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3342 |
0xC7D5 0xD569 # HANGUL SYLLABLE HIEUH-A-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3343 |
0xC7D6 0xD56B # HANGUL SYLLABLE HIEUH-A-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3344 |
0xC7D7 0xD56D # HANGUL SYLLABLE HIEUH-A-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3345 |
0xC7D8 0xD574 # HANGUL SYLLABLE HIEUH-AE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3346 |
0xC7D9 0xD575 # HANGUL SYLLABLE HIEUH-AE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3347 |
0xC7DA 0xD578 # HANGUL SYLLABLE HIEUH-AE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3348 |
0xC7DB 0xD57C # HANGUL SYLLABLE HIEUH-AE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3349 |
0xC7DC 0xD584 # HANGUL SYLLABLE HIEUH-AE-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3350 |
0xC7DD 0xD585 # HANGUL SYLLABLE HIEUH-AE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3351 |
0xC7DE 0xD587 # HANGUL SYLLABLE HIEUH-AE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3352 |
0xC7DF 0xD588 # HANGUL SYLLABLE HIEUH-AE-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3353 |
0xC7E0 0xD589 # HANGUL SYLLABLE HIEUH-AE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3354 |
0xC7E1 0xD590 # HANGUL SYLLABLE HIEUH-YA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3355 |
0xC7E2 0xD5A5 # HANGUL SYLLABLE HIEUH-YA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3356 |
0xC7E3 0xD5C8 # HANGUL SYLLABLE HIEUH-EO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3357 |
0xC7E4 0xD5C9 # HANGUL SYLLABLE HIEUH-EO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3358 |
0xC7E5 0xD5CC # HANGUL SYLLABLE HIEUH-EO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3359 |
0xC7E6 0xD5D0 # HANGUL SYLLABLE HIEUH-EO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3360 |
0xC7E7 0xD5D2 # HANGUL SYLLABLE HIEUH-EO-RIEULMIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3361 |
0xC7E8 0xD5D8 # HANGUL SYLLABLE HIEUH-EO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3362 |
0xC7E9 0xD5D9 # HANGUL SYLLABLE HIEUH-EO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3363 |
0xC7EA 0xD5DB # HANGUL SYLLABLE HIEUH-EO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3364 |
0xC7EB 0xD5DD # HANGUL SYLLABLE HIEUH-EO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3365 |
0xC7EC 0xD5E4 # HANGUL SYLLABLE HIEUH-E |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3366 |
0xC7ED 0xD5E5 # HANGUL SYLLABLE HIEUH-E-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3367 |
0xC7EE 0xD5E8 # HANGUL SYLLABLE HIEUH-E-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3368 |
0xC7EF 0xD5EC # HANGUL SYLLABLE HIEUH-E-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3369 |
0xC7F0 0xD5F4 # HANGUL SYLLABLE HIEUH-E-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3370 |
0xC7F1 0xD5F5 # HANGUL SYLLABLE HIEUH-E-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3371 |
0xC7F2 0xD5F7 # HANGUL SYLLABLE HIEUH-E-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3372 |
0xC7F3 0xD5F9 # HANGUL SYLLABLE HIEUH-E-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3373 |
0xC7F4 0xD600 # HANGUL SYLLABLE HIEUH-YEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3374 |
0xC7F5 0xD601 # HANGUL SYLLABLE HIEUH-YEO-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3375 |
0xC7F6 0xD604 # HANGUL SYLLABLE HIEUH-YEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3376 |
0xC7F7 0xD608 # HANGUL SYLLABLE HIEUH-YEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3377 |
0xC7F8 0xD610 # HANGUL SYLLABLE HIEUH-YEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3378 |
0xC7F9 0xD611 # HANGUL SYLLABLE HIEUH-YEO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3379 |
0xC7FA 0xD613 # HANGUL SYLLABLE HIEUH-YEO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3380 |
0xC7FB 0xD614 # HANGUL SYLLABLE HIEUH-YEO-SSANGSIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3381 |
0xC7FC 0xD615 # HANGUL SYLLABLE HIEUH-YEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3382 |
0xC7FD 0xD61C # HANGUL SYLLABLE HIEUH-YE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3383 |
0xC7FE 0xD620 # HANGUL SYLLABLE HIEUH-YE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3384 |
0xC8A1 0xD624 # HANGUL SYLLABLE HIEUH-YE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3385 |
0xC8A2 0xD62D # HANGUL SYLLABLE HIEUH-YE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3386 |
0xC8A3 0xD638 # HANGUL SYLLABLE HIEUH-O |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3387 |
0xC8A4 0xD639 # HANGUL SYLLABLE HIEUH-O-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3388 |
0xC8A5 0xD63C # HANGUL SYLLABLE HIEUH-O-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3389 |
0xC8A6 0xD640 # HANGUL SYLLABLE HIEUH-O-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3390 |
0xC8A7 0xD645 # HANGUL SYLLABLE HIEUH-O-RIEULTHIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3391 |
0xC8A8 0xD648 # HANGUL SYLLABLE HIEUH-O-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3392 |
0xC8A9 0xD649 # HANGUL SYLLABLE HIEUH-O-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3393 |
0xC8AA 0xD64B # HANGUL SYLLABLE HIEUH-O-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3394 |
0xC8AB 0xD64D # HANGUL SYLLABLE HIEUH-O-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3395 |
0xC8AC 0xD651 # HANGUL SYLLABLE HIEUH-O-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3396 |
0xC8AD 0xD654 # HANGUL SYLLABLE HIEUH-WA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3397 |
0xC8AE 0xD655 # HANGUL SYLLABLE HIEUH-WA-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3398 |
0xC8AF 0xD658 # HANGUL SYLLABLE HIEUH-WA-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3399 |
0xC8B0 0xD65C # HANGUL SYLLABLE HIEUH-WA-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3400 |
0xC8B1 0xD667 # HANGUL SYLLABLE HIEUH-WA-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3401 |
0xC8B2 0xD669 # HANGUL SYLLABLE HIEUH-WA-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3402 |
0xC8B3 0xD670 # HANGUL SYLLABLE HIEUH-WAE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3403 |
0xC8B4 0xD671 # HANGUL SYLLABLE HIEUH-WAE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3404 |
0xC8B5 0xD674 # HANGUL SYLLABLE HIEUH-WAE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3405 |
0xC8B6 0xD683 # HANGUL SYLLABLE HIEUH-WAE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3406 |
0xC8B7 0xD685 # HANGUL SYLLABLE HIEUH-WAE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3407 |
0xC8B8 0xD68C # HANGUL SYLLABLE HIEUH-OE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3408 |
0xC8B9 0xD68D # HANGUL SYLLABLE HIEUH-OE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3409 |
0xC8BA 0xD690 # HANGUL SYLLABLE HIEUH-OE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3410 |
0xC8BB 0xD694 # HANGUL SYLLABLE HIEUH-OE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3411 |
0xC8BC 0xD69D # HANGUL SYLLABLE HIEUH-OE-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3412 |
0xC8BD 0xD69F # HANGUL SYLLABLE HIEUH-OE-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3413 |
0xC8BE 0xD6A1 # HANGUL SYLLABLE HIEUH-OE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3414 |
0xC8BF 0xD6A8 # HANGUL SYLLABLE HIEUH-YO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3415 |
0xC8C0 0xD6AC # HANGUL SYLLABLE HIEUH-YO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3416 |
0xC8C1 0xD6B0 # HANGUL SYLLABLE HIEUH-YO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3417 |
0xC8C2 0xD6B9 # HANGUL SYLLABLE HIEUH-YO-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3418 |
0xC8C3 0xD6BB # HANGUL SYLLABLE HIEUH-YO-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3419 |
0xC8C4 0xD6C4 # HANGUL SYLLABLE HIEUH-U |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3420 |
0xC8C5 0xD6C5 # HANGUL SYLLABLE HIEUH-U-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3421 |
0xC8C6 0xD6C8 # HANGUL SYLLABLE HIEUH-U-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3422 |
0xC8C7 0xD6CC # HANGUL SYLLABLE HIEUH-U-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3423 |
0xC8C8 0xD6D1 # HANGUL SYLLABLE HIEUH-U-RIEULTHIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3424 |
0xC8C9 0xD6D4 # HANGUL SYLLABLE HIEUH-U-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3425 |
0xC8CA 0xD6D7 # HANGUL SYLLABLE HIEUH-U-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3426 |
0xC8CB 0xD6D9 # HANGUL SYLLABLE HIEUH-U-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3427 |
0xC8CC 0xD6E0 # HANGUL SYLLABLE HIEUH-WEO |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3428 |
0xC8CD 0xD6E4 # HANGUL SYLLABLE HIEUH-WEO-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3429 |
0xC8CE 0xD6E8 # HANGUL SYLLABLE HIEUH-WEO-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3430 |
0xC8CF 0xD6F0 # HANGUL SYLLABLE HIEUH-WEO-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3431 |
0xC8D0 0xD6F5 # HANGUL SYLLABLE HIEUH-WEO-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3432 |
0xC8D1 0xD6FC # HANGUL SYLLABLE HIEUH-WE |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3433 |
0xC8D2 0xD6FD # HANGUL SYLLABLE HIEUH-WE-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3434 |
0xC8D3 0xD700 # HANGUL SYLLABLE HIEUH-WE-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3435 |
0xC8D4 0xD704 # HANGUL SYLLABLE HIEUH-WE-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3436 |
0xC8D5 0xD711 # HANGUL SYLLABLE HIEUH-WE-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3437 |
0xC8D6 0xD718 # HANGUL SYLLABLE HIEUH-WI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3438 |
0xC8D7 0xD719 # HANGUL SYLLABLE HIEUH-WI-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3439 |
0xC8D8 0xD71C # HANGUL SYLLABLE HIEUH-WI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3440 |
0xC8D9 0xD720 # HANGUL SYLLABLE HIEUH-WI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3441 |
0xC8DA 0xD728 # HANGUL SYLLABLE HIEUH-WI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3442 |
0xC8DB 0xD729 # HANGUL SYLLABLE HIEUH-WI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3443 |
0xC8DC 0xD72B # HANGUL SYLLABLE HIEUH-WI-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3444 |
0xC8DD 0xD72D # HANGUL SYLLABLE HIEUH-WI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3445 |
0xC8DE 0xD734 # HANGUL SYLLABLE HIEUH-YU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3446 |
0xC8DF 0xD735 # HANGUL SYLLABLE HIEUH-YU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3447 |
0xC8E0 0xD738 # HANGUL SYLLABLE HIEUH-YU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3448 |
0xC8E1 0xD73C # HANGUL SYLLABLE HIEUH-YU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3449 |
0xC8E2 0xD744 # HANGUL SYLLABLE HIEUH-YU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3450 |
0xC8E3 0xD747 # HANGUL SYLLABLE HIEUH-YU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3451 |
0xC8E4 0xD749 # HANGUL SYLLABLE HIEUH-YU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3452 |
0xC8E5 0xD750 # HANGUL SYLLABLE HIEUH-EU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3453 |
0xC8E6 0xD751 # HANGUL SYLLABLE HIEUH-EU-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3454 |
0xC8E7 0xD754 # HANGUL SYLLABLE HIEUH-EU-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3455 |
0xC8E8 0xD756 # HANGUL SYLLABLE HIEUH-EU-NIEUNHIEUH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3456 |
0xC8E9 0xD757 # HANGUL SYLLABLE HIEUH-EU-TIKEUT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3457 |
0xC8EA 0xD758 # HANGUL SYLLABLE HIEUH-EU-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3458 |
0xC8EB 0xD759 # HANGUL SYLLABLE HIEUH-EU-RIEULKIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3459 |
0xC8EC 0xD760 # HANGUL SYLLABLE HIEUH-EU-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3460 |
0xC8ED 0xD761 # HANGUL SYLLABLE HIEUH-EU-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3461 |
0xC8EE 0xD763 # HANGUL SYLLABLE HIEUH-EU-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3462 |
0xC8EF 0xD765 # HANGUL SYLLABLE HIEUH-EU-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3463 |
0xC8F0 0xD769 # HANGUL SYLLABLE HIEUH-EU-THIEUTH |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3464 |
0xC8F1 0xD76C # HANGUL SYLLABLE HIEUH-YI |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3465 |
0xC8F2 0xD770 # HANGUL SYLLABLE HIEUH-YI-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3466 |
0xC8F3 0xD774 # HANGUL SYLLABLE HIEUH-YI-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3467 |
0xC8F4 0xD77C # HANGUL SYLLABLE HIEUH-YI-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3468 |
0xC8F5 0xD77D # HANGUL SYLLABLE HIEUH-YI-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3469 |
0xC8F6 0xD781 # HANGUL SYLLABLE HIEUH-YI-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3470 |
0xC8F7 0xD788 # HANGUL SYLLABLE HIEUH-I |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3471 |
0xC8F8 0xD789 # HANGUL SYLLABLE HIEUH-I-KIYEOK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3472 |
0xC8F9 0xD78C # HANGUL SYLLABLE HIEUH-I-NIEUN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3473 |
0xC8FA 0xD790 # HANGUL SYLLABLE HIEUH-I-RIEUL |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3474 |
0xC8FB 0xD798 # HANGUL SYLLABLE HIEUH-I-MIEUM |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3475 |
0xC8FC 0xD799 # HANGUL SYLLABLE HIEUH-I-PIEUP |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3476 |
0xC8FD 0xD79B # HANGUL SYLLABLE HIEUH-I-SIOS |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3477 |
0xC8FE 0xD79D # HANGUL SYLLABLE HIEUH-I-IEUNG |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3478 |
0xCAA1 0x4F3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3479 |
0xCAA2 0x4F73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3480 |
0xCAA3 0x5047 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3481 |
0xCAA4 0x50F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3482 |
0xCAA5 0x52A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3483 |
0xCAA6 0x53EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3484 |
0xCAA7 0x5475 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3485 |
0xCAA8 0x54E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3486 |
0xCAA9 0x5609 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3487 |
0xCAAA 0x5AC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3488 |
0xCAAB 0x5BB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3489 |
0xCAAC 0x6687 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3490 |
0xCAAD 0x67B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3491 |
0xCAAE 0x67B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3492 |
0xCAAF 0x67EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3493 |
0xCAB0 0x6B4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3494 |
0xCAB1 0x73C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3495 |
0xCAB2 0x75C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3496 |
0xCAB3 0x7A3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3497 |
0xCAB4 0x82DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3498 |
0xCAB5 0x8304 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3499 |
0xCAB6 0x8857 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3500 |
0xCAB7 0x8888 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3501 |
0xCAB8 0x8A36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3502 |
0xCAB9 0x8CC8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3503 |
0xCABA 0x8DCF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3504 |
0xCABB 0x8EFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3505 |
0xCABC 0x8FE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3506 |
0xCABD 0x99D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3507 |
0xCABE 0x523B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3508 |
0xCABF 0x5374 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3509 |
0xCAC0 0x5404 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3510 |
0xCAC1 0x606A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3511 |
0xCAC2 0x6164 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3512 |
0xCAC3 0x6BBC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3513 |
0xCAC4 0x73CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3514 |
0xCAC5 0x811A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3515 |
0xCAC6 0x89BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3516 |
0xCAC7 0x89D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3517 |
0xCAC8 0x95A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3518 |
0xCAC9 0x4F83 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3519 |
0xCACA 0x520A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3520 |
0xCACB 0x58BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3521 |
0xCACC 0x5978 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3522 |
0xCACD 0x59E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3523 |
0xCACE 0x5E72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3524 |
0xCACF 0x5E79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3525 |
0xCAD0 0x61C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3526 |
0xCAD1 0x63C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3527 |
0xCAD2 0x6746 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3528 |
0xCAD3 0x67EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3529 |
0xCAD4 0x687F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3530 |
0xCAD5 0x6F97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3531 |
0xCAD6 0x764E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3532 |
0xCAD7 0x770B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3533 |
0xCAD8 0x78F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3534 |
0xCAD9 0x7A08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3535 |
0xCADA 0x7AFF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3536 |
0xCADB 0x7C21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3537 |
0xCADC 0x809D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3538 |
0xCADD 0x826E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3539 |
0xCADE 0x8271 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3540 |
0xCADF 0x8AEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3541 |
0xCAE0 0x9593 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3542 |
0xCAE1 0x4E6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3543 |
0xCAE2 0x559D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3544 |
0xCAE3 0x66F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3545 |
0xCAE4 0x6E34 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3546 |
0xCAE5 0x78A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3547 |
0xCAE6 0x7AED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3548 |
0xCAE7 0x845B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3549 |
0xCAE8 0x8910 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3550 |
0xCAE9 0x874E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3551 |
0xCAEA 0x97A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3552 |
0xCAEB 0x52D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3553 |
0xCAEC 0x574E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3554 |
0xCAED 0x582A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3555 |
0xCAEE 0x5D4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3556 |
0xCAEF 0x611F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3557 |
0xCAF0 0x61BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3558 |
0xCAF1 0x6221 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3559 |
0xCAF2 0x6562 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3560 |
0xCAF3 0x67D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3561 |
0xCAF4 0x6A44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3562 |
0xCAF5 0x6E1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3563 |
0xCAF6 0x7518 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3564 |
0xCAF7 0x75B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3565 |
0xCAF8 0x76E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3566 |
0xCAF9 0x77B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3567 |
0xCAFA 0x7D3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3568 |
0xCAFB 0x90AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3569 |
0xCAFC 0x9451 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3570 |
0xCAFD 0x9452 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3571 |
0xCAFE 0x9F95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3572 |
0xCBA1 0x5323 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3573 |
0xCBA2 0x5CAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3574 |
0xCBA3 0x7532 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3575 |
0xCBA4 0x80DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3576 |
0xCBA5 0x9240 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3577 |
0xCBA6 0x9598 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3578 |
0xCBA7 0x525B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3579 |
0xCBA8 0x5808 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3580 |
0xCBA9 0x59DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3581 |
0xCBAA 0x5CA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3582 |
0xCBAB 0x5D17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3583 |
0xCBAC 0x5EB7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3584 |
0xCBAD 0x5F3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3585 |
0xCBAE 0x5F4A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3586 |
0xCBAF 0x6177 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3587 |
0xCBB0 0x6C5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3588 |
0xCBB1 0x757A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3589 |
0xCBB2 0x7586 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3590 |
0xCBB3 0x7CE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3591 |
0xCBB4 0x7D73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3592 |
0xCBB5 0x7DB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3593 |
0xCBB6 0x7F8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3594 |
0xCBB7 0x8154 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3595 |
0xCBB8 0x8221 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3596 |
0xCBB9 0x8591 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3597 |
0xCBBA 0x8941 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3598 |
0xCBBB 0x8B1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3599 |
0xCBBC 0x92FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3600 |
0xCBBD 0x964D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3601 |
0xCBBE 0x9C47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3602 |
0xCBBF 0x4ECB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3603 |
0xCBC0 0x4EF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3604 |
0xCBC1 0x500B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3605 |
0xCBC2 0x51F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3606 |
0xCBC3 0x584F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3607 |
0xCBC4 0x6137 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3608 |
0xCBC5 0x613E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3609 |
0xCBC6 0x6168 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3610 |
0xCBC7 0x6539 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3611 |
0xCBC8 0x69EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3612 |
0xCBC9 0x6F11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3613 |
0xCBCA 0x75A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3614 |
0xCBCB 0x7686 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3615 |
0xCBCC 0x76D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3616 |
0xCBCD 0x7B87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3617 |
0xCBCE 0x82A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3618 |
0xCBCF 0x84CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3619 |
0xCBD0 0xF900 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3620 |
0xCBD1 0x93A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3621 |
0xCBD2 0x958B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3622 |
0xCBD3 0x5580 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3623 |
0xCBD4 0x5BA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3624 |
0xCBD5 0x5751 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3625 |
0xCBD6 0xF901 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3626 |
0xCBD7 0x7CB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3627 |
0xCBD8 0x7FB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3628 |
0xCBD9 0x91B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3629 |
0xCBDA 0x5028 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3630 |
0xCBDB 0x53BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3631 |
0xCBDC 0x5C45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3632 |
0xCBDD 0x5DE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3633 |
0xCBDE 0x62D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3634 |
0xCBDF 0x636E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3635 |
0xCBE0 0x64DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3636 |
0xCBE1 0x64E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3637 |
0xCBE2 0x6E20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3638 |
0xCBE3 0x70AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3639 |
0xCBE4 0x795B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3640 |
0xCBE5 0x8DDD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3641 |
0xCBE6 0x8E1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3642 |
0xCBE7 0xF902 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3643 |
0xCBE8 0x907D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3644 |
0xCBE9 0x9245 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3645 |
0xCBEA 0x92F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3646 |
0xCBEB 0x4E7E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3647 |
0xCBEC 0x4EF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3648 |
0xCBED 0x5065 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3649 |
0xCBEE 0x5DFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3650 |
0xCBEF 0x5EFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3651 |
0xCBF0 0x6106 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3652 |
0xCBF1 0x6957 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3653 |
0xCBF2 0x8171 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3654 |
0xCBF3 0x8654 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3655 |
0xCBF4 0x8E47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3656 |
0xCBF5 0x9375 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3657 |
0xCBF6 0x9A2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3658 |
0xCBF7 0x4E5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3659 |
0xCBF8 0x5091 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3660 |
0xCBF9 0x6770 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3661 |
0xCBFA 0x6840 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3662 |
0xCBFB 0x5109 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3663 |
0xCBFC 0x528D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3664 |
0xCBFD 0x5292 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3665 |
0xCBFE 0x6AA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3666 |
0xCCA1 0x77BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3667 |
0xCCA2 0x9210 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3668 |
0xCCA3 0x9ED4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3669 |
0xCCA4 0x52AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3670 |
0xCCA5 0x602F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3671 |
0xCCA6 0x8FF2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3672 |
0xCCA7 0x5048 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3673 |
0xCCA8 0x61A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3674 |
0xCCA9 0x63ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3675 |
0xCCAA 0x64CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3676 |
0xCCAB 0x683C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3677 |
0xCCAC 0x6A84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3678 |
0xCCAD 0x6FC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3679 |
0xCCAE 0x8188 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3680 |
0xCCAF 0x89A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3681 |
0xCCB0 0x9694 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3682 |
0xCCB1 0x5805 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3683 |
0xCCB2 0x727D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3684 |
0xCCB3 0x72AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3685 |
0xCCB4 0x7504 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3686 |
0xCCB5 0x7D79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3687 |
0xCCB6 0x7E6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3688 |
0xCCB7 0x80A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3689 |
0xCCB8 0x898B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3690 |
0xCCB9 0x8B74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3691 |
0xCCBA 0x9063 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3692 |
0xCCBB 0x9D51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3693 |
0xCCBC 0x6289 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3694 |
0xCCBD 0x6C7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3695 |
0xCCBE 0x6F54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3696 |
0xCCBF 0x7D50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3697 |
0xCCC0 0x7F3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3698 |
0xCCC1 0x8A23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3699 |
0xCCC2 0x517C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3700 |
0xCCC3 0x614A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3701 |
0xCCC4 0x7B9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3702 |
0xCCC5 0x8B19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3703 |
0xCCC6 0x9257 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3704 |
0xCCC7 0x938C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3705 |
0xCCC8 0x4EAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3706 |
0xCCC9 0x4FD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3707 |
0xCCCA 0x501E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3708 |
0xCCCB 0x50BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3709 |
0xCCCC 0x5106 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3710 |
0xCCCD 0x52C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3711 |
0xCCCE 0x52CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3712 |
0xCCCF 0x537F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3713 |
0xCCD0 0x5770 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3714 |
0xCCD1 0x5883 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3715 |
0xCCD2 0x5E9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3716 |
0xCCD3 0x5F91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3717 |
0xCCD4 0x6176 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3718 |
0xCCD5 0x61AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3719 |
0xCCD6 0x64CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3720 |
0xCCD7 0x656C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3721 |
0xCCD8 0x666F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3722 |
0xCCD9 0x66BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3723 |
0xCCDA 0x66F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3724 |
0xCCDB 0x6897 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3725 |
0xCCDC 0x6D87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3726 |
0xCCDD 0x7085 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3727 |
0xCCDE 0x70F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3728 |
0xCCDF 0x749F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3729 |
0xCCE0 0x74A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3730 |
0xCCE1 0x74CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3731 |
0xCCE2 0x75D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3732 |
0xCCE3 0x786C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3733 |
0xCCE4 0x78EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3734 |
0xCCE5 0x7ADF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3735 |
0xCCE6 0x7AF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3736 |
0xCCE7 0x7D45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3737 |
0xCCE8 0x7D93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3738 |
0xCCE9 0x8015 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3739 |
0xCCEA 0x803F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3740 |
0xCCEB 0x811B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3741 |
0xCCEC 0x8396 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3742 |
0xCCED 0x8B66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3743 |
0xCCEE 0x8F15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3744 |
0xCCEF 0x9015 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3745 |
0xCCF0 0x93E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3746 |
0xCCF1 0x9803 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3747 |
0xCCF2 0x9838 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3748 |
0xCCF3 0x9A5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3749 |
0xCCF4 0x9BE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3750 |
0xCCF5 0x4FC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3751 |
0xCCF6 0x5553 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3752 |
0xCCF7 0x583A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3753 |
0xCCF8 0x5951 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3754 |
0xCCF9 0x5B63 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3755 |
0xCCFA 0x5C46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3756 |
0xCCFB 0x60B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3757 |
0xCCFC 0x6212 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3758 |
0xCCFD 0x6842 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3759 |
0xCCFE 0x68B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3760 |
0xCDA1 0x68E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3761 |
0xCDA2 0x6EAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3762 |
0xCDA3 0x754C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3763 |
0xCDA4 0x7678 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3764 |
0xCDA5 0x78CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3765 |
0xCDA6 0x7A3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3766 |
0xCDA7 0x7CFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3767 |
0xCDA8 0x7E6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3768 |
0xCDA9 0x7E7C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3769 |
0xCDAA 0x8A08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3770 |
0xCDAB 0x8AA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3771 |
0xCDAC 0x8C3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3772 |
0xCDAD 0x968E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3773 |
0xCDAE 0x9DC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3774 |
0xCDAF 0x53E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3775 |
0xCDB0 0x53E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3776 |
0xCDB1 0x544A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3777 |
0xCDB2 0x5471 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3778 |
0xCDB3 0x56FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3779 |
0xCDB4 0x59D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3780 |
0xCDB5 0x5B64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3781 |
0xCDB6 0x5C3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3782 |
0xCDB7 0x5EAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3783 |
0xCDB8 0x62F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3784 |
0xCDB9 0x6537 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3785 |
0xCDBA 0x6545 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3786 |
0xCDBB 0x6572 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3787 |
0xCDBC 0x66A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3788 |
0xCDBD 0x67AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3789 |
0xCDBE 0x69C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3790 |
0xCDBF 0x6CBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3791 |
0xCDC0 0x75FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3792 |
0xCDC1 0x7690 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3793 |
0xCDC2 0x777E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3794 |
0xCDC3 0x7A3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3795 |
0xCDC4 0x7F94 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3796 |
0xCDC5 0x8003 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3797 |
0xCDC6 0x80A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3798 |
0xCDC7 0x818F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3799 |
0xCDC8 0x82E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3800 |
0xCDC9 0x82FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3801 |
0xCDCA 0x83F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3802 |
0xCDCB 0x85C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3803 |
0xCDCC 0x8831 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3804 |
0xCDCD 0x88B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3805 |
0xCDCE 0x8AA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3806 |
0xCDCF 0xF903 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3807 |
0xCDD0 0x8F9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3808 |
0xCDD1 0x932E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3809 |
0xCDD2 0x96C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3810 |
0xCDD3 0x9867 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3811 |
0xCDD4 0x9AD8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3812 |
0xCDD5 0x9F13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3813 |
0xCDD6 0x54ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3814 |
0xCDD7 0x659B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3815 |
0xCDD8 0x66F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3816 |
0xCDD9 0x688F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3817 |
0xCDDA 0x7A40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3818 |
0xCDDB 0x8C37 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3819 |
0xCDDC 0x9D60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3820 |
0xCDDD 0x56F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3821 |
0xCDDE 0x5764 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3822 |
0xCDDF 0x5D11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3823 |
0xCDE0 0x6606 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3824 |
0xCDE1 0x68B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3825 |
0xCDE2 0x68CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3826 |
0xCDE3 0x6EFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3827 |
0xCDE4 0x7428 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3828 |
0xCDE5 0x889E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3829 |
0xCDE6 0x9BE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3830 |
0xCDE7 0x6C68 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3831 |
0xCDE8 0xF904 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3832 |
0xCDE9 0x9AA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3833 |
0xCDEA 0x4F9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3834 |
0xCDEB 0x516C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3835 |
0xCDEC 0x5171 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3836 |
0xCDED 0x529F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3837 |
0xCDEE 0x5B54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3838 |
0xCDEF 0x5DE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3839 |
0xCDF0 0x6050 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3840 |
0xCDF1 0x606D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3841 |
0xCDF2 0x62F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3842 |
0xCDF3 0x63A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3843 |
0xCDF4 0x653B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3844 |
0xCDF5 0x73D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3845 |
0xCDF6 0x7A7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3846 |
0xCDF7 0x86A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3847 |
0xCDF8 0x8CA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3848 |
0xCDF9 0x978F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3849 |
0xCDFA 0x4E32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3850 |
0xCDFB 0x5BE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3851 |
0xCDFC 0x6208 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3852 |
0xCDFD 0x679C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3853 |
0xCDFE 0x74DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3854 |
0xCEA1 0x79D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3855 |
0xCEA2 0x83D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3856 |
0xCEA3 0x8A87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3857 |
0xCEA4 0x8AB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3858 |
0xCEA5 0x8DE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3859 |
0xCEA6 0x904E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3860 |
0xCEA7 0x934B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3861 |
0xCEA8 0x9846 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3862 |
0xCEA9 0x5ED3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3863 |
0xCEAA 0x69E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3864 |
0xCEAB 0x85FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3865 |
0xCEAC 0x90ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3866 |
0xCEAD 0xF905 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3867 |
0xCEAE 0x51A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3868 |
0xCEAF 0x5B98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3869 |
0xCEB0 0x5BEC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3870 |
0xCEB1 0x6163 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3871 |
0xCEB2 0x68FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3872 |
0xCEB3 0x6B3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3873 |
0xCEB4 0x704C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3874 |
0xCEB5 0x742F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3875 |
0xCEB6 0x74D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3876 |
0xCEB7 0x7BA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3877 |
0xCEB8 0x7F50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3878 |
0xCEB9 0x83C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3879 |
0xCEBA 0x89C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3880 |
0xCEBB 0x8CAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3881 |
0xCEBC 0x95DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3882 |
0xCEBD 0x9928 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3883 |
0xCEBE 0x522E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3884 |
0xCEBF 0x605D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3885 |
0xCEC0 0x62EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3886 |
0xCEC1 0x9002 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3887 |
0xCEC2 0x4F8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3888 |
0xCEC3 0x5149 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3889 |
0xCEC4 0x5321 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3890 |
0xCEC5 0x58D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3891 |
0xCEC6 0x5EE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3892 |
0xCEC7 0x66E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3893 |
0xCEC8 0x6D38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3894 |
0xCEC9 0x709A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3895 |
0xCECA 0x72C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3896 |
0xCECB 0x73D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3897 |
0xCECC 0x7B50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3898 |
0xCECD 0x80F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3899 |
0xCECE 0x945B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3900 |
0xCECF 0x5366 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3901 |
0xCED0 0x639B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3902 |
0xCED1 0x7F6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3903 |
0xCED2 0x4E56 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3904 |
0xCED3 0x5080 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3905 |
0xCED4 0x584A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3906 |
0xCED5 0x58DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3907 |
0xCED6 0x602A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3908 |
0xCED7 0x6127 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3909 |
0xCED8 0x62D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3910 |
0xCED9 0x69D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3911 |
0xCEDA 0x9B41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3912 |
0xCEDB 0x5B8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3913 |
0xCEDC 0x7D18 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3914 |
0xCEDD 0x80B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3915 |
0xCEDE 0x8F5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3916 |
0xCEDF 0x4EA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3917 |
0xCEE0 0x50D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3918 |
0xCEE1 0x54AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3919 |
0xCEE2 0x55AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3920 |
0xCEE3 0x5B0C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3921 |
0xCEE4 0x5DA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3922 |
0xCEE5 0x5DE7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3923 |
0xCEE6 0x652A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3924 |
0xCEE7 0x654E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3925 |
0xCEE8 0x6821 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3926 |
0xCEE9 0x6A4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3927 |
0xCEEA 0x72E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3928 |
0xCEEB 0x768E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3929 |
0xCEEC 0x77EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3930 |
0xCEED 0x7D5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3931 |
0xCEEE 0x7FF9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3932 |
0xCEEF 0x81A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3933 |
0xCEF0 0x854E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3934 |
0xCEF1 0x86DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3935 |
0xCEF2 0x8F03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3936 |
0xCEF3 0x8F4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3937 |
0xCEF4 0x90CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3938 |
0xCEF5 0x9903 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3939 |
0xCEF6 0x9A55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3940 |
0xCEF7 0x9BAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3941 |
0xCEF8 0x4E18 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3942 |
0xCEF9 0x4E45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3943 |
0xCEFA 0x4E5D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3944 |
0xCEFB 0x4EC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3945 |
0xCEFC 0x4FF1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3946 |
0xCEFD 0x5177 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3947 |
0xCEFE 0x52FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3948 |
0xCFA1 0x5340 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3949 |
0xCFA2 0x53E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3950 |
0xCFA3 0x53E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3951 |
0xCFA4 0x548E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3952 |
0xCFA5 0x5614 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3953 |
0xCFA6 0x5775 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3954 |
0xCFA7 0x57A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3955 |
0xCFA8 0x5BC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3956 |
0xCFA9 0x5D87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3957 |
0xCFAA 0x5ED0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3958 |
0xCFAB 0x61FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3959 |
0xCFAC 0x62D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3960 |
0xCFAD 0x6551 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3961 |
0xCFAE 0x67B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3962 |
0xCFAF 0x67E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3963 |
0xCFB0 0x69CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3964 |
0xCFB1 0x6B50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3965 |
0xCFB2 0x6BC6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3966 |
0xCFB3 0x6BEC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3967 |
0xCFB4 0x6C42 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3968 |
0xCFB5 0x6E9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3969 |
0xCFB6 0x7078 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3970 |
0xCFB7 0x72D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3971 |
0xCFB8 0x7396 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3972 |
0xCFB9 0x7403 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3973 |
0xCFBA 0x77BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3974 |
0xCFBB 0x77E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3975 |
0xCFBC 0x7A76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3976 |
0xCFBD 0x7D7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3977 |
0xCFBE 0x8009 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3978 |
0xCFBF 0x81FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3979 |
0xCFC0 0x8205 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3980 |
0xCFC1 0x820A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3981 |
0xCFC2 0x82DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3982 |
0xCFC3 0x8862 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3983 |
0xCFC4 0x8B33 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3984 |
0xCFC5 0x8CFC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3985 |
0xCFC6 0x8EC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3986 |
0xCFC7 0x9011 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3987 |
0xCFC8 0x90B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3988 |
0xCFC9 0x9264 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3989 |
0xCFCA 0x92B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3990 |
0xCFCB 0x99D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3991 |
0xCFCC 0x9A45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3992 |
0xCFCD 0x9CE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3993 |
0xCFCE 0x9DD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3994 |
0xCFCF 0x9F9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3995 |
0xCFD0 0x570B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3996 |
0xCFD1 0x5C40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3997 |
0xCFD2 0x83CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3998 |
0xCFD3 0x97A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3999 |
0xCFD4 0x97AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4000 |
0xCFD5 0x9EB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4001 |
0xCFD6 0x541B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4002 |
0xCFD7 0x7A98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4003 |
0xCFD8 0x7FA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4004 |
0xCFD9 0x88D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4005 |
0xCFDA 0x8ECD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4006 |
0xCFDB 0x90E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4007 |
0xCFDC 0x5800 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4008 |
0xCFDD 0x5C48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4009 |
0xCFDE 0x6398 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4010 |
0xCFDF 0x7A9F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4011 |
0xCFE0 0x5BAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4012 |
0xCFE1 0x5F13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4013 |
0xCFE2 0x7A79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4014 |
0xCFE3 0x7AAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4015 |
0xCFE4 0x828E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4016 |
0xCFE5 0x8EAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4017 |
0xCFE6 0x5026 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4018 |
0xCFE7 0x5238 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4019 |
0xCFE8 0x52F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4020 |
0xCFE9 0x5377 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4021 |
0xCFEA 0x5708 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4022 |
0xCFEB 0x62F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4023 |
0xCFEC 0x6372 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4024 |
0xCFED 0x6B0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4025 |
0xCFEE 0x6DC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4026 |
0xCFEF 0x7737 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4027 |
0xCFF0 0x53A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4028 |
0xCFF1 0x7357 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4029 |
0xCFF2 0x8568 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4030 |
0xCFF3 0x8E76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4031 |
0xCFF4 0x95D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4032 |
0xCFF5 0x673A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4033 |
0xCFF6 0x6AC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4034 |
0xCFF7 0x6F70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4035 |
0xCFF8 0x8A6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4036 |
0xCFF9 0x8ECC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4037 |
0xCFFA 0x994B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4038 |
0xCFFB 0xF906 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4039 |
0xCFFC 0x6677 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4040 |
0xCFFD 0x6B78 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4041 |
0xCFFE 0x8CB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4042 |
0xD0A1 0x9B3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4043 |
0xD0A2 0xF907 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4044 |
0xD0A3 0x53EB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4045 |
0xD0A4 0x572D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4046 |
0xD0A5 0x594E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4047 |
0xD0A6 0x63C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4048 |
0xD0A7 0x69FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4049 |
0xD0A8 0x73EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4050 |
0xD0A9 0x7845 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4051 |
0xD0AA 0x7ABA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4052 |
0xD0AB 0x7AC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4053 |
0xD0AC 0x7CFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4054 |
0xD0AD 0x8475 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4055 |
0xD0AE 0x898F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4056 |
0xD0AF 0x8D73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4057 |
0xD0B0 0x9035 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4058 |
0xD0B1 0x95A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4059 |
0xD0B2 0x52FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4060 |
0xD0B3 0x5747 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4061 |
0xD0B4 0x7547 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4062 |
0xD0B5 0x7B60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4063 |
0xD0B6 0x83CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4064 |
0xD0B7 0x921E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4065 |
0xD0B8 0xF908 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4066 |
0xD0B9 0x6A58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4067 |
0xD0BA 0x514B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4068 |
0xD0BB 0x524B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4069 |
0xD0BC 0x5287 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4070 |
0xD0BD 0x621F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4071 |
0xD0BE 0x68D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4072 |
0xD0BF 0x6975 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4073 |
0xD0C0 0x9699 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4074 |
0xD0C1 0x50C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4075 |
0xD0C2 0x52A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4076 |
0xD0C3 0x52E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4077 |
0xD0C4 0x61C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4078 |
0xD0C5 0x65A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4079 |
0xD0C6 0x6839 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4080 |
0xD0C7 0x69FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4081 |
0xD0C8 0x747E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4082 |
0xD0C9 0x7B4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4083 |
0xD0CA 0x82B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4084 |
0xD0CB 0x83EB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4085 |
0xD0CC 0x89B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4086 |
0xD0CD 0x8B39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4087 |
0xD0CE 0x8FD1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4088 |
0xD0CF 0x9949 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4089 |
0xD0D0 0xF909 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4090 |
0xD0D1 0x4ECA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4091 |
0xD0D2 0x5997 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4092 |
0xD0D3 0x64D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4093 |
0xD0D4 0x6611 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4094 |
0xD0D5 0x6A8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4095 |
0xD0D6 0x7434 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4096 |
0xD0D7 0x7981 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4097 |
0xD0D8 0x79BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4098 |
0xD0D9 0x82A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4099 |
0xD0DA 0x887E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4100 |
0xD0DB 0x887F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4101 |
0xD0DC 0x895F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4102 |
0xD0DD 0xF90A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4103 |
0xD0DE 0x9326 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4104 |
0xD0DF 0x4F0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4105 |
0xD0E0 0x53CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4106 |
0xD0E1 0x6025 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4107 |
0xD0E2 0x6271 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4108 |
0xD0E3 0x6C72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4109 |
0xD0E4 0x7D1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4110 |
0xD0E5 0x7D66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4111 |
0xD0E6 0x4E98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4112 |
0xD0E7 0x5162 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4113 |
0xD0E8 0x77DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4114 |
0xD0E9 0x80AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4115 |
0xD0EA 0x4F01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4116 |
0xD0EB 0x4F0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4117 |
0xD0EC 0x5176 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4118 |
0xD0ED 0x5180 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4119 |
0xD0EE 0x55DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4120 |
0xD0EF 0x5668 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4121 |
0xD0F0 0x573B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4122 |
0xD0F1 0x57FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4123 |
0xD0F2 0x57FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4124 |
0xD0F3 0x5914 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4125 |
0xD0F4 0x5947 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4126 |
0xD0F5 0x5993 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4127 |
0xD0F6 0x5BC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4128 |
0xD0F7 0x5C90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4129 |
0xD0F8 0x5D0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4130 |
0xD0F9 0x5DF1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4131 |
0xD0FA 0x5E7E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4132 |
0xD0FB 0x5FCC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4133 |
0xD0FC 0x6280 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4134 |
0xD0FD 0x65D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4135 |
0xD0FE 0x65E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4136 |
0xD1A1 0x671E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4137 |
0xD1A2 0x671F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4138 |
0xD1A3 0x675E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4139 |
0xD1A4 0x68CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4140 |
0xD1A5 0x68C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4141 |
0xD1A6 0x6A5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4142 |
0xD1A7 0x6B3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4143 |
0xD1A8 0x6C23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4144 |
0xD1A9 0x6C7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4145 |
0xD1AA 0x6C82 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4146 |
0xD1AB 0x6DC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4147 |
0xD1AC 0x7398 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4148 |
0xD1AD 0x7426 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4149 |
0xD1AE 0x742A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4150 |
0xD1AF 0x7482 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4151 |
0xD1B0 0x74A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4152 |
0xD1B1 0x7578 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4153 |
0xD1B2 0x757F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4154 |
0xD1B3 0x7881 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4155 |
0xD1B4 0x78EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4156 |
0xD1B5 0x7941 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4157 |
0xD1B6 0x7947 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4158 |
0xD1B7 0x7948 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4159 |
0xD1B8 0x797A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4160 |
0xD1B9 0x7B95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4161 |
0xD1BA 0x7D00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4162 |
0xD1BB 0x7DBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4163 |
0xD1BC 0x7F88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4164 |
0xD1BD 0x8006 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4165 |
0xD1BE 0x802D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4166 |
0xD1BF 0x808C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4167 |
0xD1C0 0x8A18 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4168 |
0xD1C1 0x8B4F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4169 |
0xD1C2 0x8C48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4170 |
0xD1C3 0x8D77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4171 |
0xD1C4 0x9321 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4172 |
0xD1C5 0x9324 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4173 |
0xD1C6 0x98E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4174 |
0xD1C7 0x9951 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4175 |
0xD1C8 0x9A0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4176 |
0xD1C9 0x9A0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4177 |
0xD1CA 0x9A65 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4178 |
0xD1CB 0x9E92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4179 |
0xD1CC 0x7DCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4180 |
0xD1CD 0x4F76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4181 |
0xD1CE 0x5409 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4182 |
0xD1CF 0x62EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4183 |
0xD1D0 0x6854 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4184 |
0xD1D1 0x91D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4185 |
0xD1D2 0x55AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4186 |
0xD1D3 0x513A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4187 |
0xD1D4 0xF90B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4188 |
0xD1D5 0xF90C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4189 |
0xD1D6 0x5A1C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4190 |
0xD1D7 0x61E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4191 |
0xD1D8 0xF90D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4192 |
0xD1D9 0x62CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4193 |
0xD1DA 0x62FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4194 |
0xD1DB 0xF90E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4195 |
0xD1DC 0xF90F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4196 |
0xD1DD 0xF910 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4197 |
0xD1DE 0xF911 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4198 |
0xD1DF 0xF912 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4199 |
0xD1E0 0xF913 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4200 |
0xD1E1 0x90A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4201 |
0xD1E2 0xF914 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4202 |
0xD1E3 0xF915 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4203 |
0xD1E4 0xF916 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4204 |
0xD1E5 0xF917 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4205 |
0xD1E6 0xF918 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4206 |
0xD1E7 0x8AFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4207 |
0xD1E8 0xF919 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4208 |
0xD1E9 0xF91A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4209 |
0xD1EA 0xF91B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4210 |
0xD1EB 0xF91C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4211 |
0xD1EC 0x6696 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4212 |
0xD1ED 0xF91D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4213 |
0xD1EE 0x7156 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4214 |
0xD1EF 0xF91E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4215 |
0xD1F0 0xF91F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4216 |
0xD1F1 0x96E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4217 |
0xD1F2 0xF920 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4218 |
0xD1F3 0x634F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4219 |
0xD1F4 0x637A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4220 |
0xD1F5 0x5357 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4221 |
0xD1F6 0xF921 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4222 |
0xD1F7 0x678F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4223 |
0xD1F8 0x6960 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4224 |
0xD1F9 0x6E73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4225 |
0xD1FA 0xF922 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4226 |
0xD1FB 0x7537 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4227 |
0xD1FC 0xF923 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4228 |
0xD1FD 0xF924 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4229 |
0xD1FE 0xF925 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4230 |
0xD2A1 0x7D0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4231 |
0xD2A2 0xF926 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4232 |
0xD2A3 0xF927 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4233 |
0xD2A4 0x8872 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4234 |
0xD2A5 0x56CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4235 |
0xD2A6 0x5A18 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4236 |
0xD2A7 0xF928 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4237 |
0xD2A8 0xF929 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4238 |
0xD2A9 0xF92A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4239 |
0xD2AA 0xF92B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4240 |
0xD2AB 0xF92C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4241 |
0xD2AC 0x4E43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4242 |
0xD2AD 0xF92D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4243 |
0xD2AE 0x5167 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4244 |
0xD2AF 0x5948 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4245 |
0xD2B0 0x67F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4246 |
0xD2B1 0x8010 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4247 |
0xD2B2 0xF92E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4248 |
0xD2B3 0x5973 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4249 |
0xD2B4 0x5E74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4250 |
0xD2B5 0x649A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4251 |
0xD2B6 0x79CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4252 |
0xD2B7 0x5FF5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4253 |
0xD2B8 0x606C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4254 |
0xD2B9 0x62C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4255 |
0xD2BA 0x637B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4256 |
0xD2BB 0x5BE7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4257 |
0xD2BC 0x5BD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4258 |
0xD2BD 0x52AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4259 |
0xD2BE 0xF92F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4260 |
0xD2BF 0x5974 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4261 |
0xD2C0 0x5F29 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4262 |
0xD2C1 0x6012 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4263 |
0xD2C2 0xF930 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4264 |
0xD2C3 0xF931 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4265 |
0xD2C4 0xF932 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4266 |
0xD2C5 0x7459 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4267 |
0xD2C6 0xF933 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4268 |
0xD2C7 0xF934 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4269 |
0xD2C8 0xF935 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4270 |
0xD2C9 0xF936 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4271 |
0xD2CA 0xF937 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4272 |
0xD2CB 0xF938 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4273 |
0xD2CC 0x99D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4274 |
0xD2CD 0xF939 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4275 |
0xD2CE 0xF93A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4276 |
0xD2CF 0xF93B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4277 |
0xD2D0 0xF93C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4278 |
0xD2D1 0xF93D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4279 |
0xD2D2 0xF93E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4280 |
0xD2D3 0xF93F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4281 |
0xD2D4 0xF940 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4282 |
0xD2D5 0xF941 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4283 |
0xD2D6 0xF942 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4284 |
0xD2D7 0xF943 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4285 |
0xD2D8 0x6FC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4286 |
0xD2D9 0xF944 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4287 |
0xD2DA 0xF945 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4288 |
0xD2DB 0x81BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4289 |
0xD2DC 0x8FB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4290 |
0xD2DD 0x60F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4291 |
0xD2DE 0xF946 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4292 |
0xD2DF 0xF947 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4293 |
0xD2E0 0x8166 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4294 |
0xD2E1 0xF948 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4295 |
0xD2E2 0xF949 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4296 |
0xD2E3 0x5C3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4297 |
0xD2E4 0xF94A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4298 |
0xD2E5 0xF94B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4299 |
0xD2E6 0xF94C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4300 |
0xD2E7 0xF94D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4301 |
0xD2E8 0xF94E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4302 |
0xD2E9 0xF94F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4303 |
0xD2EA 0xF950 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4304 |
0xD2EB 0xF951 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4305 |
0xD2EC 0x5AE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4306 |
0xD2ED 0x8A25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4307 |
0xD2EE 0x677B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4308 |
0xD2EF 0x7D10 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4309 |
0xD2F0 0xF952 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4310 |
0xD2F1 0xF953 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4311 |
0xD2F2 0xF954 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4312 |
0xD2F3 0xF955 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4313 |
0xD2F4 0xF956 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4314 |
0xD2F5 0xF957 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4315 |
0xD2F6 0x80FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4316 |
0xD2F7 0xF958 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4317 |
0xD2F8 0xF959 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4318 |
0xD2F9 0x5C3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4319 |
0xD2FA 0x6CE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4320 |
0xD2FB 0x533F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4321 |
0xD2FC 0x6EBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4322 |
0xD2FD 0x591A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4323 |
0xD2FE 0x8336 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4324 |
0xD3A1 0x4E39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4325 |
0xD3A2 0x4EB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4326 |
0xD3A3 0x4F46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4327 |
0xD3A4 0x55AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4328 |
0xD3A5 0x5718 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4329 |
0xD3A6 0x58C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4330 |
0xD3A7 0x5F56 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4331 |
0xD3A8 0x65B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4332 |
0xD3A9 0x65E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4333 |
0xD3AA 0x6A80 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4334 |
0xD3AB 0x6BB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4335 |
0xD3AC 0x6E4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4336 |
0xD3AD 0x77ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4337 |
0xD3AE 0x7AEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4338 |
0xD3AF 0x7C1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4339 |
0xD3B0 0x7DDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4340 |
0xD3B1 0x86CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4341 |
0xD3B2 0x8892 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4342 |
0xD3B3 0x9132 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4343 |
0xD3B4 0x935B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4344 |
0xD3B5 0x64BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4345 |
0xD3B6 0x6FBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4346 |
0xD3B7 0x737A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4347 |
0xD3B8 0x75B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4348 |
0xD3B9 0x9054 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4349 |
0xD3BA 0x5556 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4350 |
0xD3BB 0x574D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4351 |
0xD3BC 0x61BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4352 |
0xD3BD 0x64D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4353 |
0xD3BE 0x66C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4354 |
0xD3BF 0x6DE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4355 |
0xD3C0 0x6E5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4356 |
0xD3C1 0x6F6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4357 |
0xD3C2 0x6FB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4358 |
0xD3C3 0x75F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4359 |
0xD3C4 0x8043 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4360 |
0xD3C5 0x81BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4361 |
0xD3C6 0x8541 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4362 |
0xD3C7 0x8983 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4363 |
0xD3C8 0x8AC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4364 |
0xD3C9 0x8B5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4365 |
0xD3CA 0x931F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4366 |
0xD3CB 0x6C93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4367 |
0xD3CC 0x7553 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4368 |
0xD3CD 0x7B54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4369 |
0xD3CE 0x8E0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4370 |
0xD3CF 0x905D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4371 |
0xD3D0 0x5510 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4372 |
0xD3D1 0x5802 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4373 |
0xD3D2 0x5858 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4374 |
0xD3D3 0x5E62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4375 |
0xD3D4 0x6207 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4376 |
0xD3D5 0x649E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4377 |
0xD3D6 0x68E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4378 |
0xD3D7 0x7576 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4379 |
0xD3D8 0x7CD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4380 |
0xD3D9 0x87B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4381 |
0xD3DA 0x9EE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4382 |
0xD3DB 0x4EE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4383 |
0xD3DC 0x5788 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4384 |
0xD3DD 0x576E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4385 |
0xD3DE 0x5927 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4386 |
0xD3DF 0x5C0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4387 |
0xD3E0 0x5CB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4388 |
0xD3E1 0x5E36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4389 |
0xD3E2 0x5F85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4390 |
0xD3E3 0x6234 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4391 |
0xD3E4 0x64E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4392 |
0xD3E5 0x73B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4393 |
0xD3E6 0x81FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4394 |
0xD3E7 0x888B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4395 |
0xD3E8 0x8CB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4396 |
0xD3E9 0x968A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4397 |
0xD3EA 0x9EDB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4398 |
0xD3EB 0x5B85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4399 |
0xD3EC 0x5FB7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4400 |
0xD3ED 0x60B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4401 |
0xD3EE 0x5012 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4402 |
0xD3EF 0x5200 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4403 |
0xD3F0 0x5230 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4404 |
0xD3F1 0x5716 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4405 |
0xD3F2 0x5835 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4406 |
0xD3F3 0x5857 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4407 |
0xD3F4 0x5C0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4408 |
0xD3F5 0x5C60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4409 |
0xD3F6 0x5CF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4410 |
0xD3F7 0x5D8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4411 |
0xD3F8 0x5EA6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4412 |
0xD3F9 0x5F92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4413 |
0xD3FA 0x60BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4414 |
0xD3FB 0x6311 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4415 |
0xD3FC 0x6389 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4416 |
0xD3FD 0x6417 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4417 |
0xD3FE 0x6843 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4418 |
0xD4A1 0x68F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4419 |
0xD4A2 0x6AC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4420 |
0xD4A3 0x6DD8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4421 |
0xD4A4 0x6E21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4422 |
0xD4A5 0x6ED4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4423 |
0xD4A6 0x6FE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4424 |
0xD4A7 0x71FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4425 |
0xD4A8 0x76DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4426 |
0xD4A9 0x7779 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4427 |
0xD4AA 0x79B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4428 |
0xD4AB 0x7A3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4429 |
0xD4AC 0x8404 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4430 |
0xD4AD 0x89A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4431 |
0xD4AE 0x8CED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4432 |
0xD4AF 0x8DF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4433 |
0xD4B0 0x8E48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4434 |
0xD4B1 0x9003 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4435 |
0xD4B2 0x9014 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4436 |
0xD4B3 0x9053 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4437 |
0xD4B4 0x90FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4438 |
0xD4B5 0x934D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4439 |
0xD4B6 0x9676 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4440 |
0xD4B7 0x97DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4441 |
0xD4B8 0x6BD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4442 |
0xD4B9 0x7006 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4443 |
0xD4BA 0x7258 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4444 |
0xD4BB 0x72A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4445 |
0xD4BC 0x7368 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4446 |
0xD4BD 0x7763 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4447 |
0xD4BE 0x79BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4448 |
0xD4BF 0x7BE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4449 |
0xD4C0 0x7E9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4450 |
0xD4C1 0x8B80 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4451 |
0xD4C2 0x58A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4452 |
0xD4C3 0x60C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4453 |
0xD4C4 0x6566 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4454 |
0xD4C5 0x65FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4455 |
0xD4C6 0x66BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4456 |
0xD4C7 0x6C8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4457 |
0xD4C8 0x711E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4458 |
0xD4C9 0x71C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4459 |
0xD4CA 0x8C5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4460 |
0xD4CB 0x9813 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4461 |
0xD4CC 0x4E6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4462 |
0xD4CD 0x7A81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4463 |
0xD4CE 0x4EDD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4464 |
0xD4CF 0x51AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4465 |
0xD4D0 0x51CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4466 |
0xD4D1 0x52D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4467 |
0xD4D2 0x540C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4468 |
0xD4D3 0x61A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4469 |
0xD4D4 0x6771 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4470 |
0xD4D5 0x6850 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4471 |
0xD4D6 0x68DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4472 |
0xD4D7 0x6D1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4473 |
0xD4D8 0x6F7C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4474 |
0xD4D9 0x75BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4475 |
0xD4DA 0x77B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4476 |
0xD4DB 0x7AE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4477 |
0xD4DC 0x80F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4478 |
0xD4DD 0x8463 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4479 |
0xD4DE 0x9285 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4480 |
0xD4DF 0x515C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4481 |
0xD4E0 0x6597 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4482 |
0xD4E1 0x675C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4483 |
0xD4E2 0x6793 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4484 |
0xD4E3 0x75D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4485 |
0xD4E4 0x7AC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4486 |
0xD4E5 0x8373 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4487 |
0xD4E6 0xF95A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4488 |
0xD4E7 0x8C46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4489 |
0xD4E8 0x9017 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4490 |
0xD4E9 0x982D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4491 |
0xD4EA 0x5C6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4492 |
0xD4EB 0x81C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4493 |
0xD4EC 0x829A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4494 |
0xD4ED 0x9041 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4495 |
0xD4EE 0x906F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4496 |
0xD4EF 0x920D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4497 |
0xD4F0 0x5F97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4498 |
0xD4F1 0x5D9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4499 |
0xD4F2 0x6A59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4500 |
0xD4F3 0x71C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4501 |
0xD4F4 0x767B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4502 |
0xD4F5 0x7B49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4503 |
0xD4F6 0x85E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4504 |
0xD4F7 0x8B04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4505 |
0xD4F8 0x9127 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4506 |
0xD4F9 0x9A30 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4507 |
0xD4FA 0x5587 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4508 |
0xD4FB 0x61F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4509 |
0xD4FC 0xF95B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4510 |
0xD4FD 0x7669 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4511 |
0xD4FE 0x7F85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4512 |
0xD5A1 0x863F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4513 |
0xD5A2 0x87BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4514 |
0xD5A3 0x88F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4515 |
0xD5A4 0x908F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4516 |
0xD5A5 0xF95C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4517 |
0xD5A6 0x6D1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4518 |
0xD5A7 0x70D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4519 |
0xD5A8 0x73DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4520 |
0xD5A9 0x7D61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4521 |
0xD5AA 0x843D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4522 |
0xD5AB 0xF95D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4523 |
0xD5AC 0x916A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4524 |
0xD5AD 0x99F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4525 |
0xD5AE 0xF95E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4526 |
0xD5AF 0x4E82 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4527 |
0xD5B0 0x5375 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4528 |
0xD5B1 0x6B04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4529 |
0xD5B2 0x6B12 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4530 |
0xD5B3 0x703E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4531 |
0xD5B4 0x721B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4532 |
0xD5B5 0x862D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4533 |
0xD5B6 0x9E1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4534 |
0xD5B7 0x524C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4535 |
0xD5B8 0x8FA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4536 |
0xD5B9 0x5D50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4537 |
0xD5BA 0x64E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4538 |
0xD5BB 0x652C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4539 |
0xD5BC 0x6B16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4540 |
0xD5BD 0x6FEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4541 |
0xD5BE 0x7C43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4542 |
0xD5BF 0x7E9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4543 |
0xD5C0 0x85CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4544 |
0xD5C1 0x8964 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4545 |
0xD5C2 0x89BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4546 |
0xD5C3 0x62C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4547 |
0xD5C4 0x81D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4548 |
0xD5C5 0x881F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4549 |
0xD5C6 0x5ECA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4550 |
0xD5C7 0x6717 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4551 |
0xD5C8 0x6D6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4552 |
0xD5C9 0x72FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4553 |
0xD5CA 0x7405 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4554 |
0xD5CB 0x746F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4555 |
0xD5CC 0x8782 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4556 |
0xD5CD 0x90DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4557 |
0xD5CE 0x4F86 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4558 |
0xD5CF 0x5D0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4559 |
0xD5D0 0x5FA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4560 |
0xD5D1 0x840A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4561 |
0xD5D2 0x51B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4562 |
0xD5D3 0x63A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4563 |
0xD5D4 0x7565 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4564 |
0xD5D5 0x4EAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4565 |
0xD5D6 0x5006 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4566 |
0xD5D7 0x5169 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4567 |
0xD5D8 0x51C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4568 |
0xD5D9 0x6881 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4569 |
0xD5DA 0x6A11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4570 |
0xD5DB 0x7CAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4571 |
0xD5DC 0x7CB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4572 |
0xD5DD 0x7CE7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4573 |
0xD5DE 0x826F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4574 |
0xD5DF 0x8AD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4575 |
0xD5E0 0x8F1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4576 |
0xD5E1 0x91CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4577 |
0xD5E2 0x4FB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4578 |
0xD5E3 0x5137 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4579 |
0xD5E4 0x52F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4580 |
0xD5E5 0x5442 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4581 |
0xD5E6 0x5EEC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4582 |
0xD5E7 0x616E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4583 |
0xD5E8 0x623E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4584 |
0xD5E9 0x65C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4585 |
0xD5EA 0x6ADA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4586 |
0xD5EB 0x6FFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4587 |
0xD5EC 0x792A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4588 |
0xD5ED 0x85DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4589 |
0xD5EE 0x8823 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4590 |
0xD5EF 0x95AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4591 |
0xD5F0 0x9A62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4592 |
0xD5F1 0x9A6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4593 |
0xD5F2 0x9E97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4594 |
0xD5F3 0x9ECE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4595 |
0xD5F4 0x529B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4596 |
0xD5F5 0x66C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4597 |
0xD5F6 0x6B77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4598 |
0xD5F7 0x701D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4599 |
0xD5F8 0x792B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4600 |
0xD5F9 0x8F62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4601 |
0xD5FA 0x9742 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4602 |
0xD5FB 0x6190 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4603 |
0xD5FC 0x6200 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4604 |
0xD5FD 0x6523 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4605 |
0xD5FE 0x6F23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4606 |
0xD6A1 0x7149 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4607 |
0xD6A2 0x7489 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4608 |
0xD6A3 0x7DF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4609 |
0xD6A4 0x806F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4610 |
0xD6A5 0x84EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4611 |
0xD6A6 0x8F26 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4612 |
0xD6A7 0x9023 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4613 |
0xD6A8 0x934A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4614 |
0xD6A9 0x51BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4615 |
0xD6AA 0x5217 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4616 |
0xD6AB 0x52A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4617 |
0xD6AC 0x6D0C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4618 |
0xD6AD 0x70C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4619 |
0xD6AE 0x88C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4620 |
0xD6AF 0x5EC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4621 |
0xD6B0 0x6582 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4622 |
0xD6B1 0x6BAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4623 |
0xD6B2 0x6FC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4624 |
0xD6B3 0x7C3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4625 |
0xD6B4 0x7375 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4626 |
0xD6B5 0x4EE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4627 |
0xD6B6 0x4F36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4628 |
0xD6B7 0x56F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4629 |
0xD6B8 0xF95F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4630 |
0xD6B9 0x5CBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4631 |
0xD6BA 0x5DBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4632 |
0xD6BB 0x601C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4633 |
0xD6BC 0x73B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4634 |
0xD6BD 0x7B2D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4635 |
0xD6BE 0x7F9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4636 |
0xD6BF 0x7FCE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4637 |
0xD6C0 0x8046 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4638 |
0xD6C1 0x901E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4639 |
0xD6C2 0x9234 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4640 |
0xD6C3 0x96F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4641 |
0xD6C4 0x9748 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4642 |
0xD6C5 0x9818 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4643 |
0xD6C6 0x9F61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4644 |
0xD6C7 0x4F8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4645 |
0xD6C8 0x6FA7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4646 |
0xD6C9 0x79AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4647 |
0xD6CA 0x91B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4648 |
0xD6CB 0x96B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4649 |
0xD6CC 0x52DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4650 |
0xD6CD 0xF960 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4651 |
0xD6CE 0x6488 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4652 |
0xD6CF 0x64C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4653 |
0xD6D0 0x6AD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4654 |
0xD6D1 0x6F5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4655 |
0xD6D2 0x7018 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4656 |
0xD6D3 0x7210 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4657 |
0xD6D4 0x76E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4658 |
0xD6D5 0x8001 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4659 |
0xD6D6 0x8606 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4660 |
0xD6D7 0x865C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4661 |
0xD6D8 0x8DEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4662 |
0xD6D9 0x8F05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4663 |
0xD6DA 0x9732 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4664 |
0xD6DB 0x9B6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4665 |
0xD6DC 0x9DFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4666 |
0xD6DD 0x9E75 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4667 |
0xD6DE 0x788C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4668 |
0xD6DF 0x797F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4669 |
0xD6E0 0x7DA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4670 |
0xD6E1 0x83C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4671 |
0xD6E2 0x9304 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4672 |
0xD6E3 0x9E7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4673 |
0xD6E4 0x9E93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4674 |
0xD6E5 0x8AD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4675 |
0xD6E6 0x58DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4676 |
0xD6E7 0x5F04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4677 |
0xD6E8 0x6727 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4678 |
0xD6E9 0x7027 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4679 |
0xD6EA 0x74CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4680 |
0xD6EB 0x7C60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4681 |
0xD6EC 0x807E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4682 |
0xD6ED 0x5121 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4683 |
0xD6EE 0x7028 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4684 |
0xD6EF 0x7262 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4685 |
0xD6F0 0x78CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4686 |
0xD6F1 0x8CC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4687 |
0xD6F2 0x8CDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4688 |
0xD6F3 0x8CF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4689 |
0xD6F4 0x96F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4690 |
0xD6F5 0x4E86 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4691 |
0xD6F6 0x50DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4692 |
0xD6F7 0x5BEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4693 |
0xD6F8 0x5ED6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4694 |
0xD6F9 0x6599 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4695 |
0xD6FA 0x71CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4696 |
0xD6FB 0x7642 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4697 |
0xD6FC 0x77AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4698 |
0xD6FD 0x804A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4699 |
0xD6FE 0x84FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4700 |
0xD7A1 0x907C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4701 |
0xD7A2 0x9B27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4702 |
0xD7A3 0x9F8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4703 |
0xD7A4 0x58D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4704 |
0xD7A5 0x5A41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4705 |
0xD7A6 0x5C62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4706 |
0xD7A7 0x6A13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4707 |
0xD7A8 0x6DDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4708 |
0xD7A9 0x6F0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4709 |
0xD7AA 0x763B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4710 |
0xD7AB 0x7D2F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4711 |
0xD7AC 0x7E37 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4712 |
0xD7AD 0x851E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4713 |
0xD7AE 0x8938 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4714 |
0xD7AF 0x93E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4715 |
0xD7B0 0x964B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4716 |
0xD7B1 0x5289 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4717 |
0xD7B2 0x65D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4718 |
0xD7B3 0x67F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4719 |
0xD7B4 0x69B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4720 |
0xD7B5 0x6D41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4721 |
0xD7B6 0x6E9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4722 |
0xD7B7 0x700F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4723 |
0xD7B8 0x7409 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4724 |
0xD7B9 0x7460 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4725 |
0xD7BA 0x7559 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4726 |
0xD7BB 0x7624 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4727 |
0xD7BC 0x786B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4728 |
0xD7BD 0x8B2C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4729 |
0xD7BE 0x985E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4730 |
0xD7BF 0x516D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4731 |
0xD7C0 0x622E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4732 |
0xD7C1 0x9678 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4733 |
0xD7C2 0x4F96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4734 |
0xD7C3 0x502B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4735 |
0xD7C4 0x5D19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4736 |
0xD7C5 0x6DEA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4737 |
0xD7C6 0x7DB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4738 |
0xD7C7 0x8F2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4739 |
0xD7C8 0x5F8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4740 |
0xD7C9 0x6144 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4741 |
0xD7CA 0x6817 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4742 |
0xD7CB 0xF961 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4743 |
0xD7CC 0x9686 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4744 |
0xD7CD 0x52D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4745 |
0xD7CE 0x808B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4746 |
0xD7CF 0x51DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4747 |
0xD7D0 0x51CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4748 |
0xD7D1 0x695E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4749 |
0xD7D2 0x7A1C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4750 |
0xD7D3 0x7DBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4751 |
0xD7D4 0x83F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4752 |
0xD7D5 0x9675 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4753 |
0xD7D6 0x4FDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4754 |
0xD7D7 0x5229 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4755 |
0xD7D8 0x5398 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4756 |
0xD7D9 0x540F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4757 |
0xD7DA 0x550E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4758 |
0xD7DB 0x5C65 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4759 |
0xD7DC 0x60A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4760 |
0xD7DD 0x674E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4761 |
0xD7DE 0x68A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4762 |
0xD7DF 0x6D6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4763 |
0xD7E0 0x7281 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4764 |
0xD7E1 0x72F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4765 |
0xD7E2 0x7406 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4766 |
0xD7E3 0x7483 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4767 |
0xD7E4 0xF962 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4768 |
0xD7E5 0x75E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4769 |
0xD7E6 0x7C6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4770 |
0xD7E7 0x7F79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4771 |
0xD7E8 0x7FB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4772 |
0xD7E9 0x8389 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4773 |
0xD7EA 0x88CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4774 |
0xD7EB 0x88E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4775 |
0xD7EC 0x91CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4776 |
0xD7ED 0x91D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4777 |
0xD7EE 0x96E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4778 |
0xD7EF 0x9BC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4779 |
0xD7F0 0x541D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4780 |
0xD7F1 0x6F7E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4781 |
0xD7F2 0x71D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4782 |
0xD7F3 0x7498 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4783 |
0xD7F4 0x85FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4784 |
0xD7F5 0x8EAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4785 |
0xD7F6 0x96A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4786 |
0xD7F7 0x9C57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4787 |
0xD7F8 0x9E9F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4788 |
0xD7F9 0x6797 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4789 |
0xD7FA 0x6DCB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4790 |
0xD7FB 0x7433 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4791 |
0xD7FC 0x81E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4792 |
0xD7FD 0x9716 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4793 |
0xD7FE 0x782C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4794 |
0xD8A1 0x7ACB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4795 |
0xD8A2 0x7B20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4796 |
0xD8A3 0x7C92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4797 |
0xD8A4 0x6469 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4798 |
0xD8A5 0x746A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4799 |
0xD8A6 0x75F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4800 |
0xD8A7 0x78BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4801 |
0xD8A8 0x78E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4802 |
0xD8A9 0x99AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4803 |
0xD8AA 0x9B54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4804 |
0xD8AB 0x9EBB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4805 |
0xD8AC 0x5BDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4806 |
0xD8AD 0x5E55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4807 |
0xD8AE 0x6F20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4808 |
0xD8AF 0x819C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4809 |
0xD8B0 0x83AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4810 |
0xD8B1 0x9088 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4811 |
0xD8B2 0x4E07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4812 |
0xD8B3 0x534D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4813 |
0xD8B4 0x5A29 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4814 |
0xD8B5 0x5DD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4815 |
0xD8B6 0x5F4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4816 |
0xD8B7 0x6162 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4817 |
0xD8B8 0x633D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4818 |
0xD8B9 0x6669 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4819 |
0xD8BA 0x66FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4820 |
0xD8BB 0x6EFF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4821 |
0xD8BC 0x6F2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4822 |
0xD8BD 0x7063 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4823 |
0xD8BE 0x779E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4824 |
0xD8BF 0x842C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4825 |
0xD8C0 0x8513 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4826 |
0xD8C1 0x883B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4827 |
0xD8C2 0x8F13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4828 |
0xD8C3 0x9945 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4829 |
0xD8C4 0x9C3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4830 |
0xD8C5 0x551C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4831 |
0xD8C6 0x62B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4832 |
0xD8C7 0x672B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4833 |
0xD8C8 0x6CAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4834 |
0xD8C9 0x8309 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4835 |
0xD8CA 0x896A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4836 |
0xD8CB 0x977A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4837 |
0xD8CC 0x4EA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4838 |
0xD8CD 0x5984 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4839 |
0xD8CE 0x5FD8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4840 |
0xD8CF 0x5FD9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4841 |
0xD8D0 0x671B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4842 |
0xD8D1 0x7DB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4843 |
0xD8D2 0x7F54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4844 |
0xD8D3 0x8292 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4845 |
0xD8D4 0x832B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4846 |
0xD8D5 0x83BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4847 |
0xD8D6 0x8F1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4848 |
0xD8D7 0x9099 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4849 |
0xD8D8 0x57CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4850 |
0xD8D9 0x59B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4851 |
0xD8DA 0x5A92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4852 |
0xD8DB 0x5BD0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4853 |
0xD8DC 0x6627 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4854 |
0xD8DD 0x679A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4855 |
0xD8DE 0x6885 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4856 |
0xD8DF 0x6BCF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4857 |
0xD8E0 0x7164 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4858 |
0xD8E1 0x7F75 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4859 |
0xD8E2 0x8CB7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4860 |
0xD8E3 0x8CE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4861 |
0xD8E4 0x9081 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4862 |
0xD8E5 0x9B45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4863 |
0xD8E6 0x8108 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4864 |
0xD8E7 0x8C8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4865 |
0xD8E8 0x964C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4866 |
0xD8E9 0x9A40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4867 |
0xD8EA 0x9EA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4868 |
0xD8EB 0x5B5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4869 |
0xD8EC 0x6C13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4870 |
0xD8ED 0x731B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4871 |
0xD8EE 0x76F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4872 |
0xD8EF 0x76DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4873 |
0xD8F0 0x840C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4874 |
0xD8F1 0x51AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4875 |
0xD8F2 0x8993 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4876 |
0xD8F3 0x514D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4877 |
0xD8F4 0x5195 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4878 |
0xD8F5 0x52C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4879 |
0xD8F6 0x68C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4880 |
0xD8F7 0x6C94 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4881 |
0xD8F8 0x7704 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4882 |
0xD8F9 0x7720 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4883 |
0xD8FA 0x7DBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4884 |
0xD8FB 0x7DEC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4885 |
0xD8FC 0x9762 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4886 |
0xD8FD 0x9EB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4887 |
0xD8FE 0x6EC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4888 |
0xD9A1 0x8511 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4889 |
0xD9A2 0x51A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4890 |
0xD9A3 0x540D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4891 |
0xD9A4 0x547D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4892 |
0xD9A5 0x660E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4893 |
0xD9A6 0x669D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4894 |
0xD9A7 0x6927 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4895 |
0xD9A8 0x6E9F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4896 |
0xD9A9 0x76BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4897 |
0xD9AA 0x7791 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4898 |
0xD9AB 0x8317 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4899 |
0xD9AC 0x84C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4900 |
0xD9AD 0x879F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4901 |
0xD9AE 0x9169 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4902 |
0xD9AF 0x9298 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4903 |
0xD9B0 0x9CF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4904 |
0xD9B1 0x8882 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4905 |
0xD9B2 0x4FAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4906 |
0xD9B3 0x5192 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4907 |
0xD9B4 0x52DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4908 |
0xD9B5 0x59C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4909 |
0xD9B6 0x5E3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4910 |
0xD9B7 0x6155 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4911 |
0xD9B8 0x6478 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4912 |
0xD9B9 0x6479 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4913 |
0xD9BA 0x66AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4914 |
0xD9BB 0x67D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4915 |
0xD9BC 0x6A21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4916 |
0xD9BD 0x6BCD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4917 |
0xD9BE 0x6BDB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4918 |
0xD9BF 0x725F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4919 |
0xD9C0 0x7261 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4920 |
0xD9C1 0x7441 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4921 |
0xD9C2 0x7738 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4922 |
0xD9C3 0x77DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4923 |
0xD9C4 0x8017 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4924 |
0xD9C5 0x82BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4925 |
0xD9C6 0x8305 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4926 |
0xD9C7 0x8B00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4927 |
0xD9C8 0x8B28 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4928 |
0xD9C9 0x8C8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4929 |
0xD9CA 0x6728 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4930 |
0xD9CB 0x6C90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4931 |
0xD9CC 0x7267 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4932 |
0xD9CD 0x76EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4933 |
0xD9CE 0x7766 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4934 |
0xD9CF 0x7A46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4935 |
0xD9D0 0x9DA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4936 |
0xD9D1 0x6B7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4937 |
0xD9D2 0x6C92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4938 |
0xD9D3 0x5922 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4939 |
0xD9D4 0x6726 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4940 |
0xD9D5 0x8499 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4941 |
0xD9D6 0x536F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4942 |
0xD9D7 0x5893 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4943 |
0xD9D8 0x5999 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4944 |
0xD9D9 0x5EDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4945 |
0xD9DA 0x63CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4946 |
0xD9DB 0x6634 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4947 |
0xD9DC 0x6773 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4948 |
0xD9DD 0x6E3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4949 |
0xD9DE 0x732B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4950 |
0xD9DF 0x7AD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4951 |
0xD9E0 0x82D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4952 |
0xD9E1 0x9328 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4953 |
0xD9E2 0x52D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4954 |
0xD9E3 0x5DEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4955 |
0xD9E4 0x61AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4956 |
0xD9E5 0x61CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4957 |
0xD9E6 0x620A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4958 |
0xD9E7 0x62C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4959 |
0xD9E8 0x64AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4960 |
0xD9E9 0x65E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4961 |
0xD9EA 0x6959 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4962 |
0xD9EB 0x6B66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4963 |
0xD9EC 0x6BCB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4964 |
0xD9ED 0x7121 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4965 |
0xD9EE 0x73F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4966 |
0xD9EF 0x755D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4967 |
0xD9F0 0x7E46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4968 |
0xD9F1 0x821E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4969 |
0xD9F2 0x8302 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4970 |
0xD9F3 0x856A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4971 |
0xD9F4 0x8AA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4972 |
0xD9F5 0x8CBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4973 |
0xD9F6 0x9727 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4974 |
0xD9F7 0x9D61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4975 |
0xD9F8 0x58A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4976 |
0xD9F9 0x9ED8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4977 |
0xD9FA 0x5011 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4978 |
0xD9FB 0x520E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4979 |
0xD9FC 0x543B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4980 |
0xD9FD 0x554F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4981 |
0xD9FE 0x6587 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4982 |
0xDAA1 0x6C76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4983 |
0xDAA2 0x7D0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4984 |
0xDAA3 0x7D0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4985 |
0xDAA4 0x805E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4986 |
0xDAA5 0x868A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4987 |
0xDAA6 0x9580 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4988 |
0xDAA7 0x96EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4989 |
0xDAA8 0x52FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4990 |
0xDAA9 0x6C95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4991 |
0xDAAA 0x7269 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4992 |
0xDAAB 0x5473 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4993 |
0xDAAC 0x5A9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4994 |
0xDAAD 0x5C3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4995 |
0xDAAE 0x5D4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4996 |
0xDAAF 0x5F4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4997 |
0xDAB0 0x5FAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4998 |
0xDAB1 0x672A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4999 |
0xDAB2 0x68B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5000 |
0xDAB3 0x6963 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5001 |
0xDAB4 0x6E3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5002 |
0xDAB5 0x6E44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5003 |
0xDAB6 0x7709 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5004 |
0xDAB7 0x7C73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5005 |
0xDAB8 0x7F8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5006 |
0xDAB9 0x8587 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5007 |
0xDABA 0x8B0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5008 |
0xDABB 0x8FF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5009 |
0xDABC 0x9761 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5010 |
0xDABD 0x9EF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5011 |
0xDABE 0x5CB7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5012 |
0xDABF 0x60B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5013 |
0xDAC0 0x610D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5014 |
0xDAC1 0x61AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5015 |
0xDAC2 0x654F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5016 |
0xDAC3 0x65FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5017 |
0xDAC4 0x65FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5018 |
0xDAC5 0x6C11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5019 |
0xDAC6 0x6CEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5020 |
0xDAC7 0x739F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5021 |
0xDAC8 0x73C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5022 |
0xDAC9 0x7DE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5023 |
0xDACA 0x9594 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5024 |
0xDACB 0x5BC6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5025 |
0xDACC 0x871C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5026 |
0xDACD 0x8B10 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5027 |
0xDACE 0x525D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5028 |
0xDACF 0x535A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5029 |
0xDAD0 0x62CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5030 |
0xDAD1 0x640F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5031 |
0xDAD2 0x64B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5032 |
0xDAD3 0x6734 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5033 |
0xDAD4 0x6A38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5034 |
0xDAD5 0x6CCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5035 |
0xDAD6 0x73C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5036 |
0xDAD7 0x749E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5037 |
0xDAD8 0x7B94 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5038 |
0xDAD9 0x7C95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5039 |
0xDADA 0x7E1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5040 |
0xDADB 0x818A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5041 |
0xDADC 0x8236 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5042 |
0xDADD 0x8584 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5043 |
0xDADE 0x8FEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5044 |
0xDADF 0x96F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5045 |
0xDAE0 0x99C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5046 |
0xDAE1 0x4F34 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5047 |
0xDAE2 0x534A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5048 |
0xDAE3 0x53CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5049 |
0xDAE4 0x53DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5050 |
0xDAE5 0x62CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5051 |
0xDAE6 0x642C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5052 |
0xDAE7 0x6500 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5053 |
0xDAE8 0x6591 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5054 |
0xDAE9 0x69C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5055 |
0xDAEA 0x6CEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5056 |
0xDAEB 0x6F58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5057 |
0xDAEC 0x73ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5058 |
0xDAED 0x7554 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5059 |
0xDAEE 0x7622 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5060 |
0xDAEF 0x76E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5061 |
0xDAF0 0x76FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5062 |
0xDAF1 0x78D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5063 |
0xDAF2 0x78FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5064 |
0xDAF3 0x792C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5065 |
0xDAF4 0x7D46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5066 |
0xDAF5 0x822C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5067 |
0xDAF6 0x87E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5068 |
0xDAF7 0x8FD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5069 |
0xDAF8 0x9812 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5070 |
0xDAF9 0x98EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5071 |
0xDAFA 0x52C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5072 |
0xDAFB 0x62D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5073 |
0xDAFC 0x64A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5074 |
0xDAFD 0x6E24 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5075 |
0xDAFE 0x6F51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5076 |
0xDBA1 0x767C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5077 |
0xDBA2 0x8DCB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5078 |
0xDBA3 0x91B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5079 |
0xDBA4 0x9262 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5080 |
0xDBA5 0x9AEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5081 |
0xDBA6 0x9B43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5082 |
0xDBA7 0x5023 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5083 |
0xDBA8 0x508D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5084 |
0xDBA9 0x574A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5085 |
0xDBAA 0x59A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5086 |
0xDBAB 0x5C28 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5087 |
0xDBAC 0x5E47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5088 |
0xDBAD 0x5F77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5089 |
0xDBAE 0x623F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5090 |
0xDBAF 0x653E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5091 |
0xDBB0 0x65B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5092 |
0xDBB1 0x65C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5093 |
0xDBB2 0x6609 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5094 |
0xDBB3 0x678B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5095 |
0xDBB4 0x699C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5096 |
0xDBB5 0x6EC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5097 |
0xDBB6 0x78C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5098 |
0xDBB7 0x7D21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5099 |
0xDBB8 0x80AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5100 |
0xDBB9 0x8180 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5101 |
0xDBBA 0x822B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5102 |
0xDBBB 0x82B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5103 |
0xDBBC 0x84A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5104 |
0xDBBD 0x868C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5105 |
0xDBBE 0x8A2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5106 |
0xDBBF 0x8B17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5107 |
0xDBC0 0x90A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5108 |
0xDBC1 0x9632 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5109 |
0xDBC2 0x9F90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5110 |
0xDBC3 0x500D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5111 |
0xDBC4 0x4FF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5112 |
0xDBC5 0xF963 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5113 |
0xDBC6 0x57F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5114 |
0xDBC7 0x5F98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5115 |
0xDBC8 0x62DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5116 |
0xDBC9 0x6392 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5117 |
0xDBCA 0x676F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5118 |
0xDBCB 0x6E43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5119 |
0xDBCC 0x7119 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5120 |
0xDBCD 0x76C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5121 |
0xDBCE 0x80CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5122 |
0xDBCF 0x80DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5123 |
0xDBD0 0x88F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5124 |
0xDBD1 0x88F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5125 |
0xDBD2 0x8919 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5126 |
0xDBD3 0x8CE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5127 |
0xDBD4 0x8F29 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5128 |
0xDBD5 0x914D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5129 |
0xDBD6 0x966A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5130 |
0xDBD7 0x4F2F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5131 |
0xDBD8 0x4F70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5132 |
0xDBD9 0x5E1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5133 |
0xDBDA 0x67CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5134 |
0xDBDB 0x6822 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5135 |
0xDBDC 0x767D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5136 |
0xDBDD 0x767E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5137 |
0xDBDE 0x9B44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5138 |
0xDBDF 0x5E61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5139 |
0xDBE0 0x6A0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5140 |
0xDBE1 0x7169 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5141 |
0xDBE2 0x71D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5142 |
0xDBE3 0x756A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5143 |
0xDBE4 0xF964 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5144 |
0xDBE5 0x7E41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5145 |
0xDBE6 0x8543 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5146 |
0xDBE7 0x85E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5147 |
0xDBE8 0x98DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5148 |
0xDBE9 0x4F10 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5149 |
0xDBEA 0x7B4F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5150 |
0xDBEB 0x7F70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5151 |
0xDBEC 0x95A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5152 |
0xDBED 0x51E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5153 |
0xDBEE 0x5E06 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5154 |
0xDBEF 0x68B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5155 |
0xDBF0 0x6C3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5156 |
0xDBF1 0x6C4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5157 |
0xDBF2 0x6CDB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5158 |
0xDBF3 0x72AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5159 |
0xDBF4 0x7BC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5160 |
0xDBF5 0x8303 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5161 |
0xDBF6 0x6CD5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5162 |
0xDBF7 0x743A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5163 |
0xDBF8 0x50FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5164 |
0xDBF9 0x5288 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5165 |
0xDBFA 0x58C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5166 |
0xDBFB 0x64D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5167 |
0xDBFC 0x6A97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5168 |
0xDBFD 0x74A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5169 |
0xDBFE 0x7656 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5170 |
0xDCA1 0x78A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5171 |
0xDCA2 0x8617 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5172 |
0xDCA3 0x95E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5173 |
0xDCA4 0x9739 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5174 |
0xDCA5 0xF965 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5175 |
0xDCA6 0x535E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5176 |
0xDCA7 0x5F01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5177 |
0xDCA8 0x8B8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5178 |
0xDCA9 0x8FA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5179 |
0xDCAA 0x8FAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5180 |
0xDCAB 0x908A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5181 |
0xDCAC 0x5225 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5182 |
0xDCAD 0x77A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5183 |
0xDCAE 0x9C49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5184 |
0xDCAF 0x9F08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5185 |
0xDCB0 0x4E19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5186 |
0xDCB1 0x5002 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5187 |
0xDCB2 0x5175 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5188 |
0xDCB3 0x5C5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5189 |
0xDCB4 0x5E77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5190 |
0xDCB5 0x661E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5191 |
0xDCB6 0x663A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5192 |
0xDCB7 0x67C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5193 |
0xDCB8 0x68C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5194 |
0xDCB9 0x70B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5195 |
0xDCBA 0x7501 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5196 |
0xDCBB 0x75C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5197 |
0xDCBC 0x79C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5198 |
0xDCBD 0x7ADD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5199 |
0xDCBE 0x8F27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5200 |
0xDCBF 0x9920 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5201 |
0xDCC0 0x9A08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5202 |
0xDCC1 0x4FDD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5203 |
0xDCC2 0x5821 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5204 |
0xDCC3 0x5831 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5205 |
0xDCC4 0x5BF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5206 |
0xDCC5 0x666E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5207 |
0xDCC6 0x6B65 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5208 |
0xDCC7 0x6D11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5209 |
0xDCC8 0x6E7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5210 |
0xDCC9 0x6F7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5211 |
0xDCCA 0x73E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5212 |
0xDCCB 0x752B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5213 |
0xDCCC 0x83E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5214 |
0xDCCD 0x88DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5215 |
0xDCCE 0x8913 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5216 |
0xDCCF 0x8B5C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5217 |
0xDCD0 0x8F14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5218 |
0xDCD1 0x4F0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5219 |
0xDCD2 0x50D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5220 |
0xDCD3 0x5310 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5221 |
0xDCD4 0x535C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5222 |
0xDCD5 0x5B93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5223 |
0xDCD6 0x5FA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5224 |
0xDCD7 0x670D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5225 |
0xDCD8 0x798F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5226 |
0xDCD9 0x8179 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5227 |
0xDCDA 0x832F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5228 |
0xDCDB 0x8514 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5229 |
0xDCDC 0x8907 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5230 |
0xDCDD 0x8986 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5231 |
0xDCDE 0x8F39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5232 |
0xDCDF 0x8F3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5233 |
0xDCE0 0x99A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5234 |
0xDCE1 0x9C12 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5235 |
0xDCE2 0x672C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5236 |
0xDCE3 0x4E76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5237 |
0xDCE4 0x4FF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5238 |
0xDCE5 0x5949 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5239 |
0xDCE6 0x5C01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5240 |
0xDCE7 0x5CEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5241 |
0xDCE8 0x5CF0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5242 |
0xDCE9 0x6367 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5243 |
0xDCEA 0x68D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5244 |
0xDCEB 0x70FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5245 |
0xDCEC 0x71A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5246 |
0xDCED 0x742B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5247 |
0xDCEE 0x7E2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5248 |
0xDCEF 0x84EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5249 |
0xDCF0 0x8702 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5250 |
0xDCF1 0x9022 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5251 |
0xDCF2 0x92D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5252 |
0xDCF3 0x9CF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5253 |
0xDCF4 0x4E0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5254 |
0xDCF5 0x4ED8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5255 |
0xDCF6 0x4FEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5256 |
0xDCF7 0x5085 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5257 |
0xDCF8 0x5256 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5258 |
0xDCF9 0x526F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5259 |
0xDCFA 0x5426 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5260 |
0xDCFB 0x5490 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5261 |
0xDCFC 0x57E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5262 |
0xDCFD 0x592B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5263 |
0xDCFE 0x5A66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5264 |
0xDDA1 0x5B5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5265 |
0xDDA2 0x5B75 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5266 |
0xDDA3 0x5BCC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5267 |
0xDDA4 0x5E9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5268 |
0xDDA5 0xF966 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5269 |
0xDDA6 0x6276 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5270 |
0xDDA7 0x6577 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5271 |
0xDDA8 0x65A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5272 |
0xDDA9 0x6D6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5273 |
0xDDAA 0x6EA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5274 |
0xDDAB 0x7236 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5275 |
0xDDAC 0x7B26 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5276 |
0xDDAD 0x7C3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5277 |
0xDDAE 0x7F36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5278 |
0xDDAF 0x8150 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5279 |
0xDDB0 0x8151 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5280 |
0xDDB1 0x819A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5281 |
0xDDB2 0x8240 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5282 |
0xDDB3 0x8299 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5283 |
0xDDB4 0x83A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5284 |
0xDDB5 0x8A03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5285 |
0xDDB6 0x8CA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5286 |
0xDDB7 0x8CE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5287 |
0xDDB8 0x8CFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5288 |
0xDDB9 0x8D74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5289 |
0xDDBA 0x8DBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5290 |
0xDDBB 0x90E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5291 |
0xDDBC 0x91DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5292 |
0xDDBD 0x961C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5293 |
0xDDBE 0x9644 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5294 |
0xDDBF 0x99D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5295 |
0xDDC0 0x9CE7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5296 |
0xDDC1 0x5317 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5297 |
0xDDC2 0x5206 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5298 |
0xDDC3 0x5429 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5299 |
0xDDC4 0x5674 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5300 |
0xDDC5 0x58B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5301 |
0xDDC6 0x5954 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5302 |
0xDDC7 0x596E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5303 |
0xDDC8 0x5FFF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5304 |
0xDDC9 0x61A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5305 |
0xDDCA 0x626E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5306 |
0xDDCB 0x6610 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5307 |
0xDDCC 0x6C7E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5308 |
0xDDCD 0x711A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5309 |
0xDDCE 0x76C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5310 |
0xDDCF 0x7C89 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5311 |
0xDDD0 0x7CDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5312 |
0xDDD1 0x7D1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5313 |
0xDDD2 0x82AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5314 |
0xDDD3 0x8CC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5315 |
0xDDD4 0x96F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5316 |
0xDDD5 0xF967 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5317 |
0xDDD6 0x4F5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5318 |
0xDDD7 0x5F17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5319 |
0xDDD8 0x5F7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5320 |
0xDDD9 0x62C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5321 |
0xDDDA 0x5D29 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5322 |
0xDDDB 0x670B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5323 |
0xDDDC 0x68DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5324 |
0xDDDD 0x787C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5325 |
0xDDDE 0x7E43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5326 |
0xDDDF 0x9D6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5327 |
0xDDE0 0x4E15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5328 |
0xDDE1 0x5099 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5329 |
0xDDE2 0x5315 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5330 |
0xDDE3 0x532A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5331 |
0xDDE4 0x5351 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5332 |
0xDDE5 0x5983 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5333 |
0xDDE6 0x5A62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5334 |
0xDDE7 0x5E87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5335 |
0xDDE8 0x60B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5336 |
0xDDE9 0x618A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5337 |
0xDDEA 0x6249 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5338 |
0xDDEB 0x6279 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5339 |
0xDDEC 0x6590 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5340 |
0xDDED 0x6787 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5341 |
0xDDEE 0x69A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5342 |
0xDDEF 0x6BD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5343 |
0xDDF0 0x6BD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5344 |
0xDDF1 0x6BD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5345 |
0xDDF2 0x6BD8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5346 |
0xDDF3 0x6CB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5347 |
0xDDF4 0xF968 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5348 |
0xDDF5 0x7435 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5349 |
0xDDF6 0x75FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5350 |
0xDDF7 0x7812 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5351 |
0xDDF8 0x7891 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5352 |
0xDDF9 0x79D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5353 |
0xDDFA 0x79D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5354 |
0xDDFB 0x7C83 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5355 |
0xDDFC 0x7DCB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5356 |
0xDDFD 0x7FE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5357 |
0xDDFE 0x80A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5358 |
0xDEA1 0x813E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5359 |
0xDEA2 0x81C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5360 |
0xDEA3 0x83F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5361 |
0xDEA4 0x871A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5362 |
0xDEA5 0x88E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5363 |
0xDEA6 0x8AB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5364 |
0xDEA7 0x8B6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5365 |
0xDEA8 0x8CBB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5366 |
0xDEA9 0x9119 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5367 |
0xDEAA 0x975E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5368 |
0xDEAB 0x98DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5369 |
0xDEAC 0x9F3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5370 |
0xDEAD 0x56AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5371 |
0xDEAE 0x5B2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5372 |
0xDEAF 0x5F6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5373 |
0xDEB0 0x658C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5374 |
0xDEB1 0x6AB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5375 |
0xDEB2 0x6BAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5376 |
0xDEB3 0x6D5C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5377 |
0xDEB4 0x6FF1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5378 |
0xDEB5 0x7015 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5379 |
0xDEB6 0x725D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5380 |
0xDEB7 0x73AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5381 |
0xDEB8 0x8CA7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5382 |
0xDEB9 0x8CD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5383 |
0xDEBA 0x983B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5384 |
0xDEBB 0x6191 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5385 |
0xDEBC 0x6C37 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5386 |
0xDEBD 0x8058 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5387 |
0xDEBE 0x9A01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5388 |
0xDEBF 0x4E4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5389 |
0xDEC0 0x4E8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5390 |
0xDEC1 0x4E9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5391 |
0xDEC2 0x4ED5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5392 |
0xDEC3 0x4F3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5393 |
0xDEC4 0x4F3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5394 |
0xDEC5 0x4F7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5395 |
0xDEC6 0x4FDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5396 |
0xDEC7 0x50FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5397 |
0xDEC8 0x53F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5398 |
0xDEC9 0x53F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5399 |
0xDECA 0x5506 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5400 |
0xDECB 0x55E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5401 |
0xDECC 0x56DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5402 |
0xDECD 0x58EB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5403 |
0xDECE 0x5962 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5404 |
0xDECF 0x5A11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5405 |
0xDED0 0x5BEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5406 |
0xDED1 0x5BFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5407 |
0xDED2 0x5C04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5408 |
0xDED3 0x5DF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5409 |
0xDED4 0x5E2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5410 |
0xDED5 0x5F99 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5411 |
0xDED6 0x601D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5412 |
0xDED7 0x6368 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5413 |
0xDED8 0x659C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5414 |
0xDED9 0x65AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5415 |
0xDEDA 0x67F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5416 |
0xDEDB 0x67FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5417 |
0xDEDC 0x68AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5418 |
0xDEDD 0x6B7B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5419 |
0xDEDE 0x6C99 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5420 |
0xDEDF 0x6CD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5421 |
0xDEE0 0x6E23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5422 |
0xDEE1 0x7009 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5423 |
0xDEE2 0x7345 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5424 |
0xDEE3 0x7802 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5425 |
0xDEE4 0x793E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5426 |
0xDEE5 0x7940 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5427 |
0xDEE6 0x7960 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5428 |
0xDEE7 0x79C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5429 |
0xDEE8 0x7BE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5430 |
0xDEE9 0x7D17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5431 |
0xDEEA 0x7D72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5432 |
0xDEEB 0x8086 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5433 |
0xDEEC 0x820D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5434 |
0xDEED 0x838E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5435 |
0xDEEE 0x84D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5436 |
0xDEEF 0x86C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5437 |
0xDEF0 0x88DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5438 |
0xDEF1 0x8A50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5439 |
0xDEF2 0x8A5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5440 |
0xDEF3 0x8B1D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5441 |
0xDEF4 0x8CDC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5442 |
0xDEF5 0x8D66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5443 |
0xDEF6 0x8FAD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5444 |
0xDEF7 0x90AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5445 |
0xDEF8 0x98FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5446 |
0xDEF9 0x99DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5447 |
0xDEFA 0x9E9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5448 |
0xDEFB 0x524A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5449 |
0xDEFC 0xF969 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5450 |
0xDEFD 0x6714 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5451 |
0xDEFE 0xF96A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5452 |
0xDFA1 0x5098 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5453 |
0xDFA2 0x522A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5454 |
0xDFA3 0x5C71 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5455 |
0xDFA4 0x6563 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5456 |
0xDFA5 0x6C55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5457 |
0xDFA6 0x73CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5458 |
0xDFA7 0x7523 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5459 |
0xDFA8 0x759D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5460 |
0xDFA9 0x7B97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5461 |
0xDFAA 0x849C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5462 |
0xDFAB 0x9178 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5463 |
0xDFAC 0x9730 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5464 |
0xDFAD 0x4E77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5465 |
0xDFAE 0x6492 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5466 |
0xDFAF 0x6BBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5467 |
0xDFB0 0x715E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5468 |
0xDFB1 0x85A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5469 |
0xDFB2 0x4E09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5470 |
0xDFB3 0xF96B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5471 |
0xDFB4 0x6749 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5472 |
0xDFB5 0x68EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5473 |
0xDFB6 0x6E17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5474 |
0xDFB7 0x829F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5475 |
0xDFB8 0x8518 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5476 |
0xDFB9 0x886B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5477 |
0xDFBA 0x63F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5478 |
0xDFBB 0x6F81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5479 |
0xDFBC 0x9212 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5480 |
0xDFBD 0x98AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5481 |
0xDFBE 0x4E0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5482 |
0xDFBF 0x50B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5483 |
0xDFC0 0x50CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5484 |
0xDFC1 0x511F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5485 |
0xDFC2 0x5546 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5486 |
0xDFC3 0x55AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5487 |
0xDFC4 0x5617 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5488 |
0xDFC5 0x5B40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5489 |
0xDFC6 0x5C19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5490 |
0xDFC7 0x5CE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5491 |
0xDFC8 0x5E38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5492 |
0xDFC9 0x5E8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5493 |
0xDFCA 0x5EA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5494 |
0xDFCB 0x5EC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5495 |
0xDFCC 0x60F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5496 |
0xDFCD 0x6851 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5497 |
0xDFCE 0x6A61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5498 |
0xDFCF 0x6E58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5499 |
0xDFD0 0x723D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5500 |
0xDFD1 0x7240 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5501 |
0xDFD2 0x72C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5502 |
0xDFD3 0x76F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5503 |
0xDFD4 0x7965 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5504 |
0xDFD5 0x7BB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5505 |
0xDFD6 0x7FD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5506 |
0xDFD7 0x88F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5507 |
0xDFD8 0x89F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5508 |
0xDFD9 0x8A73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5509 |
0xDFDA 0x8C61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5510 |
0xDFDB 0x8CDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5511 |
0xDFDC 0x971C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5512 |
0xDFDD 0x585E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5513 |
0xDFDE 0x74BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5514 |
0xDFDF 0x8CFD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5515 |
0xDFE0 0x55C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5516 |
0xDFE1 0xF96C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5517 |
0xDFE2 0x7A61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5518 |
0xDFE3 0x7D22 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5519 |
0xDFE4 0x8272 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5520 |
0xDFE5 0x7272 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5521 |
0xDFE6 0x751F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5522 |
0xDFE7 0x7525 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5523 |
0xDFE8 0xF96D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5524 |
0xDFE9 0x7B19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5525 |
0xDFEA 0x5885 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5526 |
0xDFEB 0x58FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5527 |
0xDFEC 0x5DBC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5528 |
0xDFED 0x5E8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5529 |
0xDFEE 0x5EB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5530 |
0xDFEF 0x5F90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5531 |
0xDFF0 0x6055 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5532 |
0xDFF1 0x6292 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5533 |
0xDFF2 0x637F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5534 |
0xDFF3 0x654D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5535 |
0xDFF4 0x6691 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5536 |
0xDFF5 0x66D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5537 |
0xDFF6 0x66F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5538 |
0xDFF7 0x6816 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5539 |
0xDFF8 0x68F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5540 |
0xDFF9 0x7280 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5541 |
0xDFFA 0x745E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5542 |
0xDFFB 0x7B6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5543 |
0xDFFC 0x7D6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5544 |
0xDFFD 0x7DD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5545 |
0xDFFE 0x7F72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5546 |
0xE0A1 0x80E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5547 |
0xE0A2 0x8212 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5548 |
0xE0A3 0x85AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5549 |
0xE0A4 0x897F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5550 |
0xE0A5 0x8A93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5551 |
0xE0A6 0x901D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5552 |
0xE0A7 0x92E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5553 |
0xE0A8 0x9ECD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5554 |
0xE0A9 0x9F20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5555 |
0xE0AA 0x5915 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5556 |
0xE0AB 0x596D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5557 |
0xE0AC 0x5E2D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5558 |
0xE0AD 0x60DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5559 |
0xE0AE 0x6614 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5560 |
0xE0AF 0x6673 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5561 |
0xE0B0 0x6790 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5562 |
0xE0B1 0x6C50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5563 |
0xE0B2 0x6DC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5564 |
0xE0B3 0x6F5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5565 |
0xE0B4 0x77F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5566 |
0xE0B5 0x78A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5567 |
0xE0B6 0x84C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5568 |
0xE0B7 0x91CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5569 |
0xE0B8 0x932B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5570 |
0xE0B9 0x4ED9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5571 |
0xE0BA 0x50CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5572 |
0xE0BB 0x5148 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5573 |
0xE0BC 0x5584 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5574 |
0xE0BD 0x5B0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5575 |
0xE0BE 0x5BA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5576 |
0xE0BF 0x6247 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5577 |
0xE0C0 0x657E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5578 |
0xE0C1 0x65CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5579 |
0xE0C2 0x6E32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5580 |
0xE0C3 0x717D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5581 |
0xE0C4 0x7401 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5582 |
0xE0C5 0x7444 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5583 |
0xE0C6 0x7487 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5584 |
0xE0C7 0x74BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5585 |
0xE0C8 0x766C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5586 |
0xE0C9 0x79AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5587 |
0xE0CA 0x7DDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5588 |
0xE0CB 0x7E55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5589 |
0xE0CC 0x7FA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5590 |
0xE0CD 0x817A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5591 |
0xE0CE 0x81B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5592 |
0xE0CF 0x8239 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5593 |
0xE0D0 0x861A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5594 |
0xE0D1 0x87EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5595 |
0xE0D2 0x8A75 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5596 |
0xE0D3 0x8DE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5597 |
0xE0D4 0x9078 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5598 |
0xE0D5 0x9291 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5599 |
0xE0D6 0x9425 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5600 |
0xE0D7 0x994D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5601 |
0xE0D8 0x9BAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5602 |
0xE0D9 0x5368 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5603 |
0xE0DA 0x5C51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5604 |
0xE0DB 0x6954 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5605 |
0xE0DC 0x6CC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5606 |
0xE0DD 0x6D29 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5607 |
0xE0DE 0x6E2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5608 |
0xE0DF 0x820C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5609 |
0xE0E0 0x859B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5610 |
0xE0E1 0x893B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5611 |
0xE0E2 0x8A2D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5612 |
0xE0E3 0x8AAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5613 |
0xE0E4 0x96EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5614 |
0xE0E5 0x9F67 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5615 |
0xE0E6 0x5261 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5616 |
0xE0E7 0x66B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5617 |
0xE0E8 0x6BB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5618 |
0xE0E9 0x7E96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5619 |
0xE0EA 0x87FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5620 |
0xE0EB 0x8D0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5621 |
0xE0EC 0x9583 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5622 |
0xE0ED 0x965D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5623 |
0xE0EE 0x651D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5624 |
0xE0EF 0x6D89 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5625 |
0xE0F0 0x71EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5626 |
0xE0F1 0xF96E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5627 |
0xE0F2 0x57CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5628 |
0xE0F3 0x59D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5629 |
0xE0F4 0x5BAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5630 |
0xE0F5 0x6027 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5631 |
0xE0F6 0x60FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5632 |
0xE0F7 0x6210 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5633 |
0xE0F8 0x661F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5634 |
0xE0F9 0x665F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5635 |
0xE0FA 0x7329 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5636 |
0xE0FB 0x73F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5637 |
0xE0FC 0x76DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5638 |
0xE0FD 0x7701 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5639 |
0xE0FE 0x7B6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5640 |
0xE1A1 0x8056 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5641 |
0xE1A2 0x8072 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5642 |
0xE1A3 0x8165 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5643 |
0xE1A4 0x8AA0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5644 |
0xE1A5 0x9192 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5645 |
0xE1A6 0x4E16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5646 |
0xE1A7 0x52E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5647 |
0xE1A8 0x6B72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5648 |
0xE1A9 0x6D17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5649 |
0xE1AA 0x7A05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5650 |
0xE1AB 0x7B39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5651 |
0xE1AC 0x7D30 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5652 |
0xE1AD 0xF96F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5653 |
0xE1AE 0x8CB0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5654 |
0xE1AF 0x53EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5655 |
0xE1B0 0x562F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5656 |
0xE1B1 0x5851 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5657 |
0xE1B2 0x5BB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5658 |
0xE1B3 0x5C0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5659 |
0xE1B4 0x5C11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5660 |
0xE1B5 0x5DE2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5661 |
0xE1B6 0x6240 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5662 |
0xE1B7 0x6383 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5663 |
0xE1B8 0x6414 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5664 |
0xE1B9 0x662D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5665 |
0xE1BA 0x68B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5666 |
0xE1BB 0x6CBC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5667 |
0xE1BC 0x6D88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5668 |
0xE1BD 0x6EAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5669 |
0xE1BE 0x701F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5670 |
0xE1BF 0x70A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5671 |
0xE1C0 0x71D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5672 |
0xE1C1 0x7526 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5673 |
0xE1C2 0x758F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5674 |
0xE1C3 0x758E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5675 |
0xE1C4 0x7619 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5676 |
0xE1C5 0x7B11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5677 |
0xE1C6 0x7BE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5678 |
0xE1C7 0x7C2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5679 |
0xE1C8 0x7D20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5680 |
0xE1C9 0x7D39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5681 |
0xE1CA 0x852C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5682 |
0xE1CB 0x856D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5683 |
0xE1CC 0x8607 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5684 |
0xE1CD 0x8A34 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5685 |
0xE1CE 0x900D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5686 |
0xE1CF 0x9061 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5687 |
0xE1D0 0x90B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5688 |
0xE1D1 0x92B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5689 |
0xE1D2 0x97F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5690 |
0xE1D3 0x9A37 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5691 |
0xE1D4 0x4FD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5692 |
0xE1D5 0x5C6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5693 |
0xE1D6 0x675F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5694 |
0xE1D7 0x6D91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5695 |
0xE1D8 0x7C9F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5696 |
0xE1D9 0x7E8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5697 |
0xE1DA 0x8B16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5698 |
0xE1DB 0x8D16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5699 |
0xE1DC 0x901F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5700 |
0xE1DD 0x5B6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5701 |
0xE1DE 0x5DFD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5702 |
0xE1DF 0x640D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5703 |
0xE1E0 0x84C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5704 |
0xE1E1 0x905C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5705 |
0xE1E2 0x98E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5706 |
0xE1E3 0x7387 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5707 |
0xE1E4 0x5B8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5708 |
0xE1E5 0x609A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5709 |
0xE1E6 0x677E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5710 |
0xE1E7 0x6DDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5711 |
0xE1E8 0x8A1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5712 |
0xE1E9 0x8AA6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5713 |
0xE1EA 0x9001 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5714 |
0xE1EB 0x980C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5715 |
0xE1EC 0x5237 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5716 |
0xE1ED 0xF970 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5717 |
0xE1EE 0x7051 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5718 |
0xE1EF 0x788E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5719 |
0xE1F0 0x9396 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5720 |
0xE1F1 0x8870 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5721 |
0xE1F2 0x91D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5722 |
0xE1F3 0x4FEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5723 |
0xE1F4 0x53D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5724 |
0xE1F5 0x55FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5725 |
0xE1F6 0x56DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5726 |
0xE1F7 0x5782 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5727 |
0xE1F8 0x58FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5728 |
0xE1F9 0x5AC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5729 |
0xE1FA 0x5B88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5730 |
0xE1FB 0x5CAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5731 |
0xE1FC 0x5CC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5732 |
0xE1FD 0x5E25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5733 |
0xE1FE 0x6101 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5734 |
0xE2A1 0x620D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5735 |
0xE2A2 0x624B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5736 |
0xE2A3 0x6388 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5737 |
0xE2A4 0x641C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5738 |
0xE2A5 0x6536 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5739 |
0xE2A6 0x6578 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5740 |
0xE2A7 0x6A39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5741 |
0xE2A8 0x6B8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5742 |
0xE2A9 0x6C34 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5743 |
0xE2AA 0x6D19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5744 |
0xE2AB 0x6F31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5745 |
0xE2AC 0x71E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5746 |
0xE2AD 0x72E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5747 |
0xE2AE 0x7378 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5748 |
0xE2AF 0x7407 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5749 |
0xE2B0 0x74B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5750 |
0xE2B1 0x7626 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5751 |
0xE2B2 0x7761 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5752 |
0xE2B3 0x79C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5753 |
0xE2B4 0x7A57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5754 |
0xE2B5 0x7AEA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5755 |
0xE2B6 0x7CB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5756 |
0xE2B7 0x7D8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5757 |
0xE2B8 0x7DAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5758 |
0xE2B9 0x7E61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5759 |
0xE2BA 0x7F9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5760 |
0xE2BB 0x8129 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5761 |
0xE2BC 0x8331 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5762 |
0xE2BD 0x8490 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5763 |
0xE2BE 0x84DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5764 |
0xE2BF 0x85EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5765 |
0xE2C0 0x8896 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5766 |
0xE2C1 0x8AB0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5767 |
0xE2C2 0x8B90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5768 |
0xE2C3 0x8F38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5769 |
0xE2C4 0x9042 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5770 |
0xE2C5 0x9083 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5771 |
0xE2C6 0x916C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5772 |
0xE2C7 0x9296 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5773 |
0xE2C8 0x92B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5774 |
0xE2C9 0x968B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5775 |
0xE2CA 0x96A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5776 |
0xE2CB 0x96A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5777 |
0xE2CC 0x96D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5778 |
0xE2CD 0x9700 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5779 |
0xE2CE 0x9808 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5780 |
0xE2CF 0x9996 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5781 |
0xE2D0 0x9AD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5782 |
0xE2D1 0x9B1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5783 |
0xE2D2 0x53D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5784 |
0xE2D3 0x587E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5785 |
0xE2D4 0x5919 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5786 |
0xE2D5 0x5B70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5787 |
0xE2D6 0x5BBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5788 |
0xE2D7 0x6DD1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5789 |
0xE2D8 0x6F5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5790 |
0xE2D9 0x719F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5791 |
0xE2DA 0x7421 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5792 |
0xE2DB 0x74B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5793 |
0xE2DC 0x8085 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5794 |
0xE2DD 0x83FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5795 |
0xE2DE 0x5DE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5796 |
0xE2DF 0x5F87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5797 |
0xE2E0 0x5FAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5798 |
0xE2E1 0x6042 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5799 |
0xE2E2 0x65EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5800 |
0xE2E3 0x6812 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5801 |
0xE2E4 0x696F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5802 |
0xE2E5 0x6A53 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5803 |
0xE2E6 0x6B89 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5804 |
0xE2E7 0x6D35 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5805 |
0xE2E8 0x6DF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5806 |
0xE2E9 0x73E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5807 |
0xE2EA 0x76FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5808 |
0xE2EB 0x77AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5809 |
0xE2EC 0x7B4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5810 |
0xE2ED 0x7D14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5811 |
0xE2EE 0x8123 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5812 |
0xE2EF 0x821C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5813 |
0xE2F0 0x8340 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5814 |
0xE2F1 0x84F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5815 |
0xE2F2 0x8563 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5816 |
0xE2F3 0x8A62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5817 |
0xE2F4 0x8AC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5818 |
0xE2F5 0x9187 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5819 |
0xE2F6 0x931E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5820 |
0xE2F7 0x9806 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5821 |
0xE2F8 0x99B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5822 |
0xE2F9 0x620C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5823 |
0xE2FA 0x8853 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5824 |
0xE2FB 0x8FF0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5825 |
0xE2FC 0x9265 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5826 |
0xE2FD 0x5D07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5827 |
0xE2FE 0x5D27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5828 |
0xE3A1 0x5D69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5829 |
0xE3A2 0x745F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5830 |
0xE3A3 0x819D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5831 |
0xE3A4 0x8768 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5832 |
0xE3A5 0x6FD5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5833 |
0xE3A6 0x62FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5834 |
0xE3A7 0x7FD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5835 |
0xE3A8 0x8936 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5836 |
0xE3A9 0x8972 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5837 |
0xE3AA 0x4E1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5838 |
0xE3AB 0x4E58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5839 |
0xE3AC 0x50E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5840 |
0xE3AD 0x52DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5841 |
0xE3AE 0x5347 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5842 |
0xE3AF 0x627F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5843 |
0xE3B0 0x6607 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5844 |
0xE3B1 0x7E69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5845 |
0xE3B2 0x8805 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5846 |
0xE3B3 0x965E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5847 |
0xE3B4 0x4F8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5848 |
0xE3B5 0x5319 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5849 |
0xE3B6 0x5636 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5850 |
0xE3B7 0x59CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5851 |
0xE3B8 0x5AA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5852 |
0xE3B9 0x5C38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5853 |
0xE3BA 0x5C4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5854 |
0xE3BB 0x5C4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5855 |
0xE3BC 0x5E02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5856 |
0xE3BD 0x5F11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5857 |
0xE3BE 0x6043 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5858 |
0xE3BF 0x65BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5859 |
0xE3C0 0x662F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5860 |
0xE3C1 0x6642 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5861 |
0xE3C2 0x67BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5862 |
0xE3C3 0x67F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5863 |
0xE3C4 0x731C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5864 |
0xE3C5 0x77E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5865 |
0xE3C6 0x793A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5866 |
0xE3C7 0x7FC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5867 |
0xE3C8 0x8494 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5868 |
0xE3C9 0x84CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5869 |
0xE3CA 0x8996 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5870 |
0xE3CB 0x8A66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5871 |
0xE3CC 0x8A69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5872 |
0xE3CD 0x8AE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5873 |
0xE3CE 0x8C55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5874 |
0xE3CF 0x8C7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5875 |
0xE3D0 0x57F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5876 |
0xE3D1 0x5BD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5877 |
0xE3D2 0x5F0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5878 |
0xE3D3 0x606F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5879 |
0xE3D4 0x62ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5880 |
0xE3D5 0x690D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5881 |
0xE3D6 0x6B96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5882 |
0xE3D7 0x6E5C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5883 |
0xE3D8 0x7184 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5884 |
0xE3D9 0x7BD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5885 |
0xE3DA 0x8755 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5886 |
0xE3DB 0x8B58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5887 |
0xE3DC 0x8EFE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5888 |
0xE3DD 0x98DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5889 |
0xE3DE 0x98FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5890 |
0xE3DF 0x4F38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5891 |
0xE3E0 0x4F81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5892 |
0xE3E1 0x4FE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5893 |
0xE3E2 0x547B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5894 |
0xE3E3 0x5A20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5895 |
0xE3E4 0x5BB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5896 |
0xE3E5 0x613C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5897 |
0xE3E6 0x65B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5898 |
0xE3E7 0x6668 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5899 |
0xE3E8 0x71FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5900 |
0xE3E9 0x7533 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5901 |
0xE3EA 0x795E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5902 |
0xE3EB 0x7D33 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5903 |
0xE3EC 0x814E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5904 |
0xE3ED 0x81E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5905 |
0xE3EE 0x8398 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5906 |
0xE3EF 0x85AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5907 |
0xE3F0 0x85CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5908 |
0xE3F1 0x8703 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5909 |
0xE3F2 0x8A0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5910 |
0xE3F3 0x8EAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5911 |
0xE3F4 0x8F9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5912 |
0xE3F5 0xF971 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5913 |
0xE3F6 0x8FC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5914 |
0xE3F7 0x5931 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5915 |
0xE3F8 0x5BA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5916 |
0xE3F9 0x5BE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5917 |
0xE3FA 0x6089 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5918 |
0xE3FB 0x5BE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5919 |
0xE3FC 0x5C0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5920 |
0xE3FD 0x5FC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5921 |
0xE3FE 0x6C81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5922 |
0xE4A1 0xF972 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5923 |
0xE4A2 0x6DF1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5924 |
0xE4A3 0x700B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5925 |
0xE4A4 0x751A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5926 |
0xE4A5 0x82AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5927 |
0xE4A6 0x8AF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5928 |
0xE4A7 0x4EC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5929 |
0xE4A8 0x5341 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5930 |
0xE4A9 0xF973 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5931 |
0xE4AA 0x96D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5932 |
0xE4AB 0x6C0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5933 |
0xE4AC 0x4E9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5934 |
0xE4AD 0x4FC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5935 |
0xE4AE 0x5152 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5936 |
0xE4AF 0x555E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5937 |
0xE4B0 0x5A25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5938 |
0xE4B1 0x5CE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5939 |
0xE4B2 0x6211 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5940 |
0xE4B3 0x7259 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5941 |
0xE4B4 0x82BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5942 |
0xE4B5 0x83AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5943 |
0xE4B6 0x86FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5944 |
0xE4B7 0x8859 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5945 |
0xE4B8 0x8A1D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5946 |
0xE4B9 0x963F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5947 |
0xE4BA 0x96C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5948 |
0xE4BB 0x9913 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5949 |
0xE4BC 0x9D09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5950 |
0xE4BD 0x9D5D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5951 |
0xE4BE 0x580A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5952 |
0xE4BF 0x5CB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5953 |
0xE4C0 0x5DBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5954 |
0xE4C1 0x5E44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5955 |
0xE4C2 0x60E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5956 |
0xE4C3 0x6115 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5957 |
0xE4C4 0x63E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5958 |
0xE4C5 0x6A02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5959 |
0xE4C6 0x6E25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5960 |
0xE4C7 0x9102 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5961 |
0xE4C8 0x9354 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5962 |
0xE4C9 0x984E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5963 |
0xE4CA 0x9C10 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5964 |
0xE4CB 0x9F77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5965 |
0xE4CC 0x5B89 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5966 |
0xE4CD 0x5CB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5967 |
0xE4CE 0x6309 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5968 |
0xE4CF 0x664F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5969 |
0xE4D0 0x6848 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5970 |
0xE4D1 0x773C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5971 |
0xE4D2 0x96C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5972 |
0xE4D3 0x978D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5973 |
0xE4D4 0x9854 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5974 |
0xE4D5 0x9B9F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5975 |
0xE4D6 0x65A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5976 |
0xE4D7 0x8B01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5977 |
0xE4D8 0x8ECB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5978 |
0xE4D9 0x95BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5979 |
0xE4DA 0x5535 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5980 |
0xE4DB 0x5CA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5981 |
0xE4DC 0x5DD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5982 |
0xE4DD 0x5EB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5983 |
0xE4DE 0x6697 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5984 |
0xE4DF 0x764C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5985 |
0xE4E0 0x83F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5986 |
0xE4E1 0x95C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5987 |
0xE4E2 0x58D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5988 |
0xE4E3 0x62BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5989 |
0xE4E4 0x72CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5990 |
0xE4E5 0x9D28 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5991 |
0xE4E6 0x4EF0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5992 |
0xE4E7 0x592E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5993 |
0xE4E8 0x600F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5994 |
0xE4E9 0x663B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5995 |
0xE4EA 0x6B83 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5996 |
0xE4EB 0x79E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5997 |
0xE4EC 0x9D26 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5998 |
0xE4ED 0x5393 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5999 |
0xE4EE 0x54C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6000 |
0xE4EF 0x57C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6001 |
0xE4F0 0x5D16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6002 |
0xE4F1 0x611B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6003 |
0xE4F2 0x66D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6004 |
0xE4F3 0x6DAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6005 |
0xE4F4 0x788D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6006 |
0xE4F5 0x827E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6007 |
0xE4F6 0x9698 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6008 |
0xE4F7 0x9744 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6009 |
0xE4F8 0x5384 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6010 |
0xE4F9 0x627C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6011 |
0xE4FA 0x6396 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6012 |
0xE4FB 0x6DB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6013 |
0xE4FC 0x7E0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6014 |
0xE4FD 0x814B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6015 |
0xE4FE 0x984D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6016 |
0xE5A1 0x6AFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6017 |
0xE5A2 0x7F4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6018 |
0xE5A3 0x9DAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6019 |
0xE5A4 0x9E1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6020 |
0xE5A5 0x4E5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6021 |
0xE5A6 0x503B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6022 |
0xE5A7 0x51B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6023 |
0xE5A8 0x591C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6024 |
0xE5A9 0x60F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6025 |
0xE5AA 0x63F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6026 |
0xE5AB 0x6930 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6027 |
0xE5AC 0x723A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6028 |
0xE5AD 0x8036 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6029 |
0xE5AE 0xF974 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6030 |
0xE5AF 0x91CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6031 |
0xE5B0 0x5F31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6032 |
0xE5B1 0xF975 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6033 |
0xE5B2 0xF976 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6034 |
0xE5B3 0x7D04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6035 |
0xE5B4 0x82E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6036 |
0xE5B5 0x846F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6037 |
0xE5B6 0x84BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6038 |
0xE5B7 0x85E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6039 |
0xE5B8 0x8E8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6040 |
0xE5B9 0xF977 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6041 |
0xE5BA 0x4F6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6042 |
0xE5BB 0xF978 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6043 |
0xE5BC 0xF979 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6044 |
0xE5BD 0x58E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6045 |
0xE5BE 0x5B43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6046 |
0xE5BF 0x6059 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6047 |
0xE5C0 0x63DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6048 |
0xE5C1 0x6518 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6049 |
0xE5C2 0x656D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6050 |
0xE5C3 0x6698 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6051 |
0xE5C4 0xF97A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6052 |
0xE5C5 0x694A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6053 |
0xE5C6 0x6A23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6054 |
0xE5C7 0x6D0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6055 |
0xE5C8 0x7001 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6056 |
0xE5C9 0x716C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6057 |
0xE5CA 0x75D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6058 |
0xE5CB 0x760D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6059 |
0xE5CC 0x79B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6060 |
0xE5CD 0x7A70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6061 |
0xE5CE 0xF97B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6062 |
0xE5CF 0x7F8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6063 |
0xE5D0 0xF97C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6064 |
0xE5D1 0x8944 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6065 |
0xE5D2 0xF97D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6066 |
0xE5D3 0x8B93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6067 |
0xE5D4 0x91C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6068 |
0xE5D5 0x967D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6069 |
0xE5D6 0xF97E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6070 |
0xE5D7 0x990A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6071 |
0xE5D8 0x5704 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6072 |
0xE5D9 0x5FA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6073 |
0xE5DA 0x65BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6074 |
0xE5DB 0x6F01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6075 |
0xE5DC 0x7600 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6076 |
0xE5DD 0x79A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6077 |
0xE5DE 0x8A9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6078 |
0xE5DF 0x99AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6079 |
0xE5E0 0x9B5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6080 |
0xE5E1 0x9F6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6081 |
0xE5E2 0x5104 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6082 |
0xE5E3 0x61B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6083 |
0xE5E4 0x6291 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6084 |
0xE5E5 0x6A8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6085 |
0xE5E6 0x81C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6086 |
0xE5E7 0x5043 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6087 |
0xE5E8 0x5830 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6088 |
0xE5E9 0x5F66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6089 |
0xE5EA 0x7109 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6090 |
0xE5EB 0x8A00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6091 |
0xE5EC 0x8AFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6092 |
0xE5ED 0x5B7C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6093 |
0xE5EE 0x8616 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6094 |
0xE5EF 0x4FFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6095 |
0xE5F0 0x513C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6096 |
0xE5F1 0x56B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6097 |
0xE5F2 0x5944 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6098 |
0xE5F3 0x63A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6099 |
0xE5F4 0x6DF9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6100 |
0xE5F5 0x5DAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6101 |
0xE5F6 0x696D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6102 |
0xE5F7 0x5186 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6103 |
0xE5F8 0x4E88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6104 |
0xE5F9 0x4F59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6105 |
0xE5FA 0xF97F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6106 |
0xE5FB 0xF980 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6107 |
0xE5FC 0xF981 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6108 |
0xE5FD 0x5982 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6109 |
0xE5FE 0xF982 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6110 |
0xE6A1 0xF983 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6111 |
0xE6A2 0x6B5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6112 |
0xE6A3 0x6C5D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6113 |
0xE6A4 0xF984 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6114 |
0xE6A5 0x74B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6115 |
0xE6A6 0x7916 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6116 |
0xE6A7 0xF985 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6117 |
0xE6A8 0x8207 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6118 |
0xE6A9 0x8245 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6119 |
0xE6AA 0x8339 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6120 |
0xE6AB 0x8F3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6121 |
0xE6AC 0x8F5D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6122 |
0xE6AD 0xF986 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6123 |
0xE6AE 0x9918 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6124 |
0xE6AF 0xF987 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6125 |
0xE6B0 0xF988 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6126 |
0xE6B1 0xF989 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6127 |
0xE6B2 0x4EA6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6128 |
0xE6B3 0xF98A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6129 |
0xE6B4 0x57DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6130 |
0xE6B5 0x5F79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6131 |
0xE6B6 0x6613 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6132 |
0xE6B7 0xF98B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6133 |
0xE6B8 0xF98C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6134 |
0xE6B9 0x75AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6135 |
0xE6BA 0x7E79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6136 |
0xE6BB 0x8B6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6137 |
0xE6BC 0xF98D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6138 |
0xE6BD 0x9006 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6139 |
0xE6BE 0x9A5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6140 |
0xE6BF 0x56A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6141 |
0xE6C0 0x5827 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6142 |
0xE6C1 0x59F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6143 |
0xE6C2 0x5A1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6144 |
0xE6C3 0x5BB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6145 |
0xE6C4 0xF98E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6146 |
0xE6C5 0x5EF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6147 |
0xE6C6 0xF98F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6148 |
0xE6C7 0xF990 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6149 |
0xE6C8 0x6350 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6150 |
0xE6C9 0x633B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6151 |
0xE6CA 0xF991 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6152 |
0xE6CB 0x693D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6153 |
0xE6CC 0x6C87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6154 |
0xE6CD 0x6CBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6155 |
0xE6CE 0x6D8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6156 |
0xE6CF 0x6D93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6157 |
0xE6D0 0x6DF5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6158 |
0xE6D1 0x6F14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6159 |
0xE6D2 0xF992 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6160 |
0xE6D3 0x70DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6161 |
0xE6D4 0x7136 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6162 |
0xE6D5 0x7159 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6163 |
0xE6D6 0xF993 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6164 |
0xE6D7 0x71C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6165 |
0xE6D8 0x71D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6166 |
0xE6D9 0xF994 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6167 |
0xE6DA 0x784F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6168 |
0xE6DB 0x786F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6169 |
0xE6DC 0xF995 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6170 |
0xE6DD 0x7B75 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6171 |
0xE6DE 0x7DE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6172 |
0xE6DF 0xF996 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6173 |
0xE6E0 0x7E2F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6174 |
0xE6E1 0xF997 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6175 |
0xE6E2 0x884D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6176 |
0xE6E3 0x8EDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6177 |
0xE6E4 0xF998 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6178 |
0xE6E5 0xF999 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6179 |
0xE6E6 0xF99A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6180 |
0xE6E7 0x925B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6181 |
0xE6E8 0xF99B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6182 |
0xE6E9 0x9CF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6183 |
0xE6EA 0xF99C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6184 |
0xE6EB 0xF99D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6185 |
0xE6EC 0xF99E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6186 |
0xE6ED 0x6085 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6187 |
0xE6EE 0x6D85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6188 |
0xE6EF 0xF99F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6189 |
0xE6F0 0x71B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6190 |
0xE6F1 0xF9A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6191 |
0xE6F2 0xF9A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6192 |
0xE6F3 0x95B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6193 |
0xE6F4 0x53AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6194 |
0xE6F5 0xF9A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6195 |
0xE6F6 0xF9A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6196 |
0xE6F7 0xF9A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6197 |
0xE6F8 0x67D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6198 |
0xE6F9 0xF9A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6199 |
0xE6FA 0x708E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6200 |
0xE6FB 0x7130 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6201 |
0xE6FC 0x7430 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6202 |
0xE6FD 0x8276 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6203 |
0xE6FE 0x82D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6204 |
0xE7A1 0xF9A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6205 |
0xE7A2 0x95BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6206 |
0xE7A3 0x9AE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6207 |
0xE7A4 0x9E7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6208 |
0xE7A5 0x66C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6209 |
0xE7A6 0xF9A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6210 |
0xE7A7 0x71C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6211 |
0xE7A8 0x8449 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6212 |
0xE7A9 0xF9A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6213 |
0xE7AA 0xF9A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6214 |
0xE7AB 0x584B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6215 |
0xE7AC 0xF9AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6216 |
0xE7AD 0xF9AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6217 |
0xE7AE 0x5DB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6218 |
0xE7AF 0x5F71 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6219 |
0xE7B0 0xF9AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6220 |
0xE7B1 0x6620 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6221 |
0xE7B2 0x668E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6222 |
0xE7B3 0x6979 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6223 |
0xE7B4 0x69AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6224 |
0xE7B5 0x6C38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6225 |
0xE7B6 0x6CF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6226 |
0xE7B7 0x6E36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6227 |
0xE7B8 0x6F41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6228 |
0xE7B9 0x6FDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6229 |
0xE7BA 0x701B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6230 |
0xE7BB 0x702F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6231 |
0xE7BC 0x7150 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6232 |
0xE7BD 0x71DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6233 |
0xE7BE 0x7370 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6234 |
0xE7BF 0xF9AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6235 |
0xE7C0 0x745B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6236 |
0xE7C1 0xF9AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6237 |
0xE7C2 0x74D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6238 |
0xE7C3 0x76C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6239 |
0xE7C4 0x7A4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6240 |
0xE7C5 0x7E93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6241 |
0xE7C6 0xF9AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6242 |
0xE7C7 0xF9B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6243 |
0xE7C8 0x82F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6244 |
0xE7C9 0x8A60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6245 |
0xE7CA 0x8FCE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6246 |
0xE7CB 0xF9B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6247 |
0xE7CC 0x9348 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6248 |
0xE7CD 0xF9B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6249 |
0xE7CE 0x9719 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6250 |
0xE7CF 0xF9B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6251 |
0xE7D0 0xF9B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6252 |
0xE7D1 0x4E42 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6253 |
0xE7D2 0x502A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6254 |
0xE7D3 0xF9B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6255 |
0xE7D4 0x5208 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6256 |
0xE7D5 0x53E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6257 |
0xE7D6 0x66F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6258 |
0xE7D7 0x6C6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6259 |
0xE7D8 0x6FCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6260 |
0xE7D9 0x730A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6261 |
0xE7DA 0x777F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6262 |
0xE7DB 0x7A62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6263 |
0xE7DC 0x82AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6264 |
0xE7DD 0x85DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6265 |
0xE7DE 0x8602 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6266 |
0xE7DF 0xF9B6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6267 |
0xE7E0 0x88D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6268 |
0xE7E1 0x8A63 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6269 |
0xE7E2 0x8B7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6270 |
0xE7E3 0x8C6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6271 |
0xE7E4 0xF9B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6272 |
0xE7E5 0x92B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6273 |
0xE7E6 0xF9B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6274 |
0xE7E7 0x9713 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6275 |
0xE7E8 0x9810 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6276 |
0xE7E9 0x4E94 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6277 |
0xE7EA 0x4F0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6278 |
0xE7EB 0x4FC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6279 |
0xE7EC 0x50B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6280 |
0xE7ED 0x5348 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6281 |
0xE7EE 0x543E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6282 |
0xE7EF 0x5433 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6283 |
0xE7F0 0x55DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6284 |
0xE7F1 0x5862 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6285 |
0xE7F2 0x58BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6286 |
0xE7F3 0x5967 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6287 |
0xE7F4 0x5A1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6288 |
0xE7F5 0x5BE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6289 |
0xE7F6 0x609F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6290 |
0xE7F7 0xF9B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6291 |
0xE7F8 0x61CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6292 |
0xE7F9 0x6556 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6293 |
0xE7FA 0x65FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6294 |
0xE7FB 0x6664 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6295 |
0xE7FC 0x68A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6296 |
0xE7FD 0x6C5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6297 |
0xE7FE 0x6FB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6298 |
0xE8A1 0x70CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6299 |
0xE8A2 0x71AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6300 |
0xE8A3 0x7352 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6301 |
0xE8A4 0x7B7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6302 |
0xE8A5 0x8708 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6303 |
0xE8A6 0x8AA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6304 |
0xE8A7 0x9C32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6305 |
0xE8A8 0x9F07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6306 |
0xE8A9 0x5C4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6307 |
0xE8AA 0x6C83 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6308 |
0xE8AB 0x7344 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6309 |
0xE8AC 0x7389 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6310 |
0xE8AD 0x923A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6311 |
0xE8AE 0x6EAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6312 |
0xE8AF 0x7465 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6313 |
0xE8B0 0x761F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6314 |
0xE8B1 0x7A69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6315 |
0xE8B2 0x7E15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6316 |
0xE8B3 0x860A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6317 |
0xE8B4 0x5140 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6318 |
0xE8B5 0x58C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6319 |
0xE8B6 0x64C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6320 |
0xE8B7 0x74EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6321 |
0xE8B8 0x7515 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6322 |
0xE8B9 0x7670 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6323 |
0xE8BA 0x7FC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6324 |
0xE8BB 0x9095 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6325 |
0xE8BC 0x96CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6326 |
0xE8BD 0x9954 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6327 |
0xE8BE 0x6E26 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6328 |
0xE8BF 0x74E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6329 |
0xE8C0 0x7AA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6330 |
0xE8C1 0x7AAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6331 |
0xE8C2 0x81E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6332 |
0xE8C3 0x86D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6333 |
0xE8C4 0x8778 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6334 |
0xE8C5 0x8A1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6335 |
0xE8C6 0x5A49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6336 |
0xE8C7 0x5B8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6337 |
0xE8C8 0x5B9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6338 |
0xE8C9 0x68A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6339 |
0xE8CA 0x6900 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6340 |
0xE8CB 0x6D63 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6341 |
0xE8CC 0x73A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6342 |
0xE8CD 0x7413 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6343 |
0xE8CE 0x742C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6344 |
0xE8CF 0x7897 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6345 |
0xE8D0 0x7DE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6346 |
0xE8D1 0x7FEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6347 |
0xE8D2 0x8118 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6348 |
0xE8D3 0x8155 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6349 |
0xE8D4 0x839E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6350 |
0xE8D5 0x8C4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6351 |
0xE8D6 0x962E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6352 |
0xE8D7 0x9811 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6353 |
0xE8D8 0x66F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6354 |
0xE8D9 0x5F80 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6355 |
0xE8DA 0x65FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6356 |
0xE8DB 0x6789 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6357 |
0xE8DC 0x6C6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6358 |
0xE8DD 0x738B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6359 |
0xE8DE 0x502D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6360 |
0xE8DF 0x5A03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6361 |
0xE8E0 0x6B6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6362 |
0xE8E1 0x77EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6363 |
0xE8E2 0x5916 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6364 |
0xE8E3 0x5D6C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6365 |
0xE8E4 0x5DCD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6366 |
0xE8E5 0x7325 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6367 |
0xE8E6 0x754F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6368 |
0xE8E7 0xF9BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6369 |
0xE8E8 0xF9BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6370 |
0xE8E9 0x50E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6371 |
0xE8EA 0x51F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6372 |
0xE8EB 0x582F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6373 |
0xE8EC 0x592D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6374 |
0xE8ED 0x5996 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6375 |
0xE8EE 0x59DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6376 |
0xE8EF 0x5BE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6377 |
0xE8F0 0xF9BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6378 |
0xE8F1 0xF9BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6379 |
0xE8F2 0x5DA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6380 |
0xE8F3 0x62D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6381 |
0xE8F4 0x6416 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6382 |
0xE8F5 0x6493 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6383 |
0xE8F6 0x64FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6384 |
0xE8F7 0xF9BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6385 |
0xE8F8 0x66DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6386 |
0xE8F9 0xF9BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6387 |
0xE8FA 0x6A48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6388 |
0xE8FB 0xF9C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6389 |
0xE8FC 0x71FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6390 |
0xE8FD 0x7464 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6391 |
0xE8FE 0xF9C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6392 |
0xE9A1 0x7A88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6393 |
0xE9A2 0x7AAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6394 |
0xE9A3 0x7E47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6395 |
0xE9A4 0x7E5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6396 |
0xE9A5 0x8000 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6397 |
0xE9A6 0x8170 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6398 |
0xE9A7 0xF9C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6399 |
0xE9A8 0x87EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6400 |
0xE9A9 0x8981 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6401 |
0xE9AA 0x8B20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6402 |
0xE9AB 0x9059 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6403 |
0xE9AC 0xF9C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6404 |
0xE9AD 0x9080 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6405 |
0xE9AE 0x9952 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6406 |
0xE9AF 0x617E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6407 |
0xE9B0 0x6B32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6408 |
0xE9B1 0x6D74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6409 |
0xE9B2 0x7E1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6410 |
0xE9B3 0x8925 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6411 |
0xE9B4 0x8FB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6412 |
0xE9B5 0x4FD1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6413 |
0xE9B6 0x50AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6414 |
0xE9B7 0x5197 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6415 |
0xE9B8 0x52C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6416 |
0xE9B9 0x57C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6417 |
0xE9BA 0x5889 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6418 |
0xE9BB 0x5BB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6419 |
0xE9BC 0x5EB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6420 |
0xE9BD 0x6142 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6421 |
0xE9BE 0x6995 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6422 |
0xE9BF 0x6D8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6423 |
0xE9C0 0x6E67 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6424 |
0xE9C1 0x6EB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6425 |
0xE9C2 0x7194 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6426 |
0xE9C3 0x7462 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6427 |
0xE9C4 0x7528 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6428 |
0xE9C5 0x752C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6429 |
0xE9C6 0x8073 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6430 |
0xE9C7 0x8338 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6431 |
0xE9C8 0x84C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6432 |
0xE9C9 0x8E0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6433 |
0xE9CA 0x9394 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6434 |
0xE9CB 0x93DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6435 |
0xE9CC 0xF9C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6436 |
0xE9CD 0x4E8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6437 |
0xE9CE 0x4F51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6438 |
0xE9CF 0x5076 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6439 |
0xE9D0 0x512A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6440 |
0xE9D1 0x53C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6441 |
0xE9D2 0x53CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6442 |
0xE9D3 0x53F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6443 |
0xE9D4 0x5B87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6444 |
0xE9D5 0x5BD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6445 |
0xE9D6 0x5C24 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6446 |
0xE9D7 0x611A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6447 |
0xE9D8 0x6182 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6448 |
0xE9D9 0x65F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6449 |
0xE9DA 0x725B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6450 |
0xE9DB 0x7397 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6451 |
0xE9DC 0x7440 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6452 |
0xE9DD 0x76C2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6453 |
0xE9DE 0x7950 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6454 |
0xE9DF 0x7991 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6455 |
0xE9E0 0x79B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6456 |
0xE9E1 0x7D06 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6457 |
0xE9E2 0x7FBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6458 |
0xE9E3 0x828B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6459 |
0xE9E4 0x85D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6460 |
0xE9E5 0x865E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6461 |
0xE9E6 0x8FC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6462 |
0xE9E7 0x9047 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6463 |
0xE9E8 0x90F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6464 |
0xE9E9 0x91EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6465 |
0xE9EA 0x9685 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6466 |
0xE9EB 0x96E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6467 |
0xE9EC 0x96E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6468 |
0xE9ED 0x52D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6469 |
0xE9EE 0x5F67 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6470 |
0xE9EF 0x65ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6471 |
0xE9F0 0x6631 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6472 |
0xE9F1 0x682F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6473 |
0xE9F2 0x715C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6474 |
0xE9F3 0x7A36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6475 |
0xE9F4 0x90C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6476 |
0xE9F5 0x980A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6477 |
0xE9F6 0x4E91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6478 |
0xE9F7 0xF9C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6479 |
0xE9F8 0x6A52 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6480 |
0xE9F9 0x6B9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6481 |
0xE9FA 0x6F90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6482 |
0xE9FB 0x7189 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6483 |
0xE9FC 0x8018 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6484 |
0xE9FD 0x82B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6485 |
0xE9FE 0x8553 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6486 |
0xEAA1 0x904B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6487 |
0xEAA2 0x9695 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6488 |
0xEAA3 0x96F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6489 |
0xEAA4 0x97FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6490 |
0xEAA5 0x851A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6491 |
0xEAA6 0x9B31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6492 |
0xEAA7 0x4E90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6493 |
0xEAA8 0x718A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6494 |
0xEAA9 0x96C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6495 |
0xEAAA 0x5143 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6496 |
0xEAAB 0x539F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6497 |
0xEAAC 0x54E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6498 |
0xEAAD 0x5713 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6499 |
0xEAAE 0x5712 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6500 |
0xEAAF 0x57A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6501 |
0xEAB0 0x5A9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6502 |
0xEAB1 0x5AC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6503 |
0xEAB2 0x5BC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6504 |
0xEAB3 0x6028 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6505 |
0xEAB4 0x613F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6506 |
0xEAB5 0x63F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6507 |
0xEAB6 0x6C85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6508 |
0xEAB7 0x6D39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6509 |
0xEAB8 0x6E72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6510 |
0xEAB9 0x6E90 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6511 |
0xEABA 0x7230 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6512 |
0xEABB 0x733F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6513 |
0xEABC 0x7457 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6514 |
0xEABD 0x82D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6515 |
0xEABE 0x8881 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6516 |
0xEABF 0x8F45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6517 |
0xEAC0 0x9060 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6518 |
0xEAC1 0xF9C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6519 |
0xEAC2 0x9662 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6520 |
0xEAC3 0x9858 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6521 |
0xEAC4 0x9D1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6522 |
0xEAC5 0x6708 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6523 |
0xEAC6 0x8D8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6524 |
0xEAC7 0x925E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6525 |
0xEAC8 0x4F4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6526 |
0xEAC9 0x5049 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6527 |
0xEACA 0x50DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6528 |
0xEACB 0x5371 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6529 |
0xEACC 0x570D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6530 |
0xEACD 0x59D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6531 |
0xEACE 0x5A01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6532 |
0xEACF 0x5C09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6533 |
0xEAD0 0x6170 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6534 |
0xEAD1 0x6690 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6535 |
0xEAD2 0x6E2D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6536 |
0xEAD3 0x7232 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6537 |
0xEAD4 0x744B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6538 |
0xEAD5 0x7DEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6539 |
0xEAD6 0x80C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6540 |
0xEAD7 0x840E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6541 |
0xEAD8 0x8466 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6542 |
0xEAD9 0x853F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6543 |
0xEADA 0x875F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6544 |
0xEADB 0x885B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6545 |
0xEADC 0x8918 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6546 |
0xEADD 0x8B02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6547 |
0xEADE 0x9055 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6548 |
0xEADF 0x97CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6549 |
0xEAE0 0x9B4F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6550 |
0xEAE1 0x4E73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6551 |
0xEAE2 0x4F91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6552 |
0xEAE3 0x5112 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6553 |
0xEAE4 0x516A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6554 |
0xEAE5 0xF9C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6555 |
0xEAE6 0x552F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6556 |
0xEAE7 0x55A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6557 |
0xEAE8 0x5B7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6558 |
0xEAE9 0x5BA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6559 |
0xEAEA 0x5E7C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6560 |
0xEAEB 0x5E7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6561 |
0xEAEC 0x5EBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6562 |
0xEAED 0x60A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6563 |
0xEAEE 0x60DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6564 |
0xEAEF 0x6108 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6565 |
0xEAF0 0x6109 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6566 |
0xEAF1 0x63C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6567 |
0xEAF2 0x6538 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6568 |
0xEAF3 0x6709 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6569 |
0xEAF4 0xF9C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6570 |
0xEAF5 0x67D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6571 |
0xEAF6 0x67DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6572 |
0xEAF7 0xF9C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6573 |
0xEAF8 0x6961 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6574 |
0xEAF9 0x6962 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6575 |
0xEAFA 0x6CB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6576 |
0xEAFB 0x6D27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6577 |
0xEAFC 0xF9CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6578 |
0xEAFD 0x6E38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6579 |
0xEAFE 0xF9CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6580 |
0xEBA1 0x6FE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6581 |
0xEBA2 0x7336 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6582 |
0xEBA3 0x7337 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6583 |
0xEBA4 0xF9CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6584 |
0xEBA5 0x745C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6585 |
0xEBA6 0x7531 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6586 |
0xEBA7 0xF9CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6587 |
0xEBA8 0x7652 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6588 |
0xEBA9 0xF9CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6589 |
0xEBAA 0xF9CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6590 |
0xEBAB 0x7DAD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6591 |
0xEBAC 0x81FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6592 |
0xEBAD 0x8438 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6593 |
0xEBAE 0x88D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6594 |
0xEBAF 0x8A98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6595 |
0xEBB0 0x8ADB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6596 |
0xEBB1 0x8AED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6597 |
0xEBB2 0x8E30 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6598 |
0xEBB3 0x8E42 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6599 |
0xEBB4 0x904A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6600 |
0xEBB5 0x903E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6601 |
0xEBB6 0x907A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6602 |
0xEBB7 0x9149 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6603 |
0xEBB8 0x91C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6604 |
0xEBB9 0x936E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6605 |
0xEBBA 0xF9D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6606 |
0xEBBB 0xF9D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6607 |
0xEBBC 0x5809 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6608 |
0xEBBD 0xF9D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6609 |
0xEBBE 0x6BD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6610 |
0xEBBF 0x8089 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6611 |
0xEBC0 0x80B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6612 |
0xEBC1 0xF9D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6613 |
0xEBC2 0xF9D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6614 |
0xEBC3 0x5141 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6615 |
0xEBC4 0x596B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6616 |
0xEBC5 0x5C39 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6617 |
0xEBC6 0xF9D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6618 |
0xEBC7 0xF9D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6619 |
0xEBC8 0x6F64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6620 |
0xEBC9 0x73A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6621 |
0xEBCA 0x80E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6622 |
0xEBCB 0x8D07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6623 |
0xEBCC 0xF9D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6624 |
0xEBCD 0x9217 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6625 |
0xEBCE 0x958F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6626 |
0xEBCF 0xF9D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6627 |
0xEBD0 0xF9D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6628 |
0xEBD1 0xF9DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6629 |
0xEBD2 0xF9DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6630 |
0xEBD3 0x807F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6631 |
0xEBD4 0x620E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6632 |
0xEBD5 0x701C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6633 |
0xEBD6 0x7D68 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6634 |
0xEBD7 0x878D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6635 |
0xEBD8 0xF9DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6636 |
0xEBD9 0x57A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6637 |
0xEBDA 0x6069 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6638 |
0xEBDB 0x6147 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6639 |
0xEBDC 0x6BB7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6640 |
0xEBDD 0x8ABE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6641 |
0xEBDE 0x9280 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6642 |
0xEBDF 0x96B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6643 |
0xEBE0 0x4E59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6644 |
0xEBE1 0x541F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6645 |
0xEBE2 0x6DEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6646 |
0xEBE3 0x852D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6647 |
0xEBE4 0x9670 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6648 |
0xEBE5 0x97F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6649 |
0xEBE6 0x98EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6650 |
0xEBE7 0x63D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6651 |
0xEBE8 0x6CE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6652 |
0xEBE9 0x9091 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6653 |
0xEBEA 0x51DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6654 |
0xEBEB 0x61C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6655 |
0xEBEC 0x81BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6656 |
0xEBED 0x9DF9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6657 |
0xEBEE 0x4F9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6658 |
0xEBEF 0x501A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6659 |
0xEBF0 0x5100 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6660 |
0xEBF1 0x5B9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6661 |
0xEBF2 0x610F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6662 |
0xEBF3 0x61FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6663 |
0xEBF4 0x64EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6664 |
0xEBF5 0x6905 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6665 |
0xEBF6 0x6BC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6666 |
0xEBF7 0x7591 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6667 |
0xEBF8 0x77E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6668 |
0xEBF9 0x7FA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6669 |
0xEBFA 0x8264 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6670 |
0xEBFB 0x858F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6671 |
0xEBFC 0x87FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6672 |
0xEBFD 0x8863 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6673 |
0xEBFE 0x8ABC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6674 |
0xECA1 0x8B70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6675 |
0xECA2 0x91AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6676 |
0xECA3 0x4E8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6677 |
0xECA4 0x4EE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6678 |
0xECA5 0x4F0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6679 |
0xECA6 0xF9DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6680 |
0xECA7 0xF9DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6681 |
0xECA8 0x5937 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6682 |
0xECA9 0x59E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6683 |
0xECAA 0xF9DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6684 |
0xECAB 0x5DF2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6685 |
0xECAC 0x5F1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6686 |
0xECAD 0x5F5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6687 |
0xECAE 0x6021 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6688 |
0xECAF 0xF9E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6689 |
0xECB0 0xF9E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6690 |
0xECB1 0xF9E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6691 |
0xECB2 0xF9E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6692 |
0xECB3 0x723E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6693 |
0xECB4 0x73E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6694 |
0xECB5 0xF9E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6695 |
0xECB6 0x7570 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6696 |
0xECB7 0x75CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6697 |
0xECB8 0xF9E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6698 |
0xECB9 0x79FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6699 |
0xECBA 0xF9E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6700 |
0xECBB 0x800C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6701 |
0xECBC 0x8033 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6702 |
0xECBD 0x8084 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6703 |
0xECBE 0x82E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6704 |
0xECBF 0x8351 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6705 |
0xECC0 0xF9E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6706 |
0xECC1 0xF9E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6707 |
0xECC2 0x8CBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6708 |
0xECC3 0x8CB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6709 |
0xECC4 0x9087 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6710 |
0xECC5 0xF9E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6711 |
0xECC6 0xF9EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6712 |
0xECC7 0x98F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6713 |
0xECC8 0x990C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6714 |
0xECC9 0xF9EB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6715 |
0xECCA 0xF9EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6716 |
0xECCB 0x7037 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6717 |
0xECCC 0x76CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6718 |
0xECCD 0x7FCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6719 |
0xECCE 0x7FCC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6720 |
0xECCF 0x7FFC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6721 |
0xECD0 0x8B1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6722 |
0xECD1 0x4EBA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6723 |
0xECD2 0x4EC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6724 |
0xECD3 0x5203 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6725 |
0xECD4 0x5370 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6726 |
0xECD5 0xF9ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6727 |
0xECD6 0x54BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6728 |
0xECD7 0x56E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6729 |
0xECD8 0x59FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6730 |
0xECD9 0x5BC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6731 |
0xECDA 0x5F15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6732 |
0xECDB 0x5FCD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6733 |
0xECDC 0x6E6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6734 |
0xECDD 0xF9EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6735 |
0xECDE 0xF9EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6736 |
0xECDF 0x7D6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6737 |
0xECE0 0x8335 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6738 |
0xECE1 0xF9F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6739 |
0xECE2 0x8693 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6740 |
0xECE3 0x8A8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6741 |
0xECE4 0xF9F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6742 |
0xECE5 0x976D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6743 |
0xECE6 0x9777 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6744 |
0xECE7 0xF9F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6745 |
0xECE8 0xF9F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6746 |
0xECE9 0x4E00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6747 |
0xECEA 0x4F5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6748 |
0xECEB 0x4F7E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6749 |
0xECEC 0x58F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6750 |
0xECED 0x65E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6751 |
0xECEE 0x6EA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6752 |
0xECEF 0x9038 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6753 |
0xECF0 0x93B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6754 |
0xECF1 0x99B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6755 |
0xECF2 0x4EFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6756 |
0xECF3 0x58EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6757 |
0xECF4 0x598A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6758 |
0xECF5 0x59D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6759 |
0xECF6 0x6041 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6760 |
0xECF7 0xF9F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6761 |
0xECF8 0xF9F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6762 |
0xECF9 0x7A14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6763 |
0xECFA 0xF9F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6764 |
0xECFB 0x834F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6765 |
0xECFC 0x8CC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6766 |
0xECFD 0x5165 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6767 |
0xECFE 0x5344 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6768 |
0xEDA1 0xF9F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6769 |
0xEDA2 0xF9F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6770 |
0xEDA3 0xF9F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6771 |
0xEDA4 0x4ECD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6772 |
0xEDA5 0x5269 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6773 |
0xEDA6 0x5B55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6774 |
0xEDA7 0x82BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6775 |
0xEDA8 0x4ED4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6776 |
0xEDA9 0x523A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6777 |
0xEDAA 0x54A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6778 |
0xEDAB 0x59C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6779 |
0xEDAC 0x59FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6780 |
0xEDAD 0x5B50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6781 |
0xEDAE 0x5B57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6782 |
0xEDAF 0x5B5C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6783 |
0xEDB0 0x6063 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6784 |
0xEDB1 0x6148 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6785 |
0xEDB2 0x6ECB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6786 |
0xEDB3 0x7099 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6787 |
0xEDB4 0x716E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6788 |
0xEDB5 0x7386 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6789 |
0xEDB6 0x74F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6790 |
0xEDB7 0x75B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6791 |
0xEDB8 0x78C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6792 |
0xEDB9 0x7D2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6793 |
0xEDBA 0x8005 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6794 |
0xEDBB 0x81EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6795 |
0xEDBC 0x8328 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6796 |
0xEDBD 0x8517 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6797 |
0xEDBE 0x85C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6798 |
0xEDBF 0x8AEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6799 |
0xEDC0 0x8CC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6800 |
0xEDC1 0x96CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6801 |
0xEDC2 0x4F5C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6802 |
0xEDC3 0x52FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6803 |
0xEDC4 0x56BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6804 |
0xEDC5 0x65AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6805 |
0xEDC6 0x6628 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6806 |
0xEDC7 0x707C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6807 |
0xEDC8 0x70B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6808 |
0xEDC9 0x7235 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6809 |
0xEDCA 0x7DBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6810 |
0xEDCB 0x828D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6811 |
0xEDCC 0x914C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6812 |
0xEDCD 0x96C0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6813 |
0xEDCE 0x9D72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6814 |
0xEDCF 0x5B71 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6815 |
0xEDD0 0x68E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6816 |
0xEDD1 0x6B98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6817 |
0xEDD2 0x6F7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6818 |
0xEDD3 0x76DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6819 |
0xEDD4 0x5C91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6820 |
0xEDD5 0x66AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6821 |
0xEDD6 0x6F5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6822 |
0xEDD7 0x7BB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6823 |
0xEDD8 0x7C2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6824 |
0xEDD9 0x8836 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6825 |
0xEDDA 0x96DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6826 |
0xEDDB 0x4E08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6827 |
0xEDDC 0x4ED7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6828 |
0xEDDD 0x5320 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6829 |
0xEDDE 0x5834 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6830 |
0xEDDF 0x58BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6831 |
0xEDE0 0x58EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6832 |
0xEDE1 0x596C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6833 |
0xEDE2 0x5C07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6834 |
0xEDE3 0x5E33 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6835 |
0xEDE4 0x5E84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6836 |
0xEDE5 0x5F35 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6837 |
0xEDE6 0x638C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6838 |
0xEDE7 0x66B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6839 |
0xEDE8 0x6756 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6840 |
0xEDE9 0x6A1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6841 |
0xEDEA 0x6AA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6842 |
0xEDEB 0x6B0C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6843 |
0xEDEC 0x6F3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6844 |
0xEDED 0x7246 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6845 |
0xEDEE 0xF9FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6846 |
0xEDEF 0x7350 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6847 |
0xEDF0 0x748B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6848 |
0xEDF1 0x7AE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6849 |
0xEDF2 0x7CA7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6850 |
0xEDF3 0x8178 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6851 |
0xEDF4 0x81DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6852 |
0xEDF5 0x81E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6853 |
0xEDF6 0x838A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6854 |
0xEDF7 0x846C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6855 |
0xEDF8 0x8523 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6856 |
0xEDF9 0x8594 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6857 |
0xEDFA 0x85CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6858 |
0xEDFB 0x88DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6859 |
0xEDFC 0x8D13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6860 |
0xEDFD 0x91AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6861 |
0xEDFE 0x9577 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6862 |
0xEEA1 0x969C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6863 |
0xEEA2 0x518D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6864 |
0xEEA3 0x54C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6865 |
0xEEA4 0x5728 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6866 |
0xEEA5 0x5BB0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6867 |
0xEEA6 0x624D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6868 |
0xEEA7 0x6750 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6869 |
0xEEA8 0x683D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6870 |
0xEEA9 0x6893 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6871 |
0xEEAA 0x6E3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6872 |
0xEEAB 0x6ED3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6873 |
0xEEAC 0x707D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6874 |
0xEEAD 0x7E21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6875 |
0xEEAE 0x88C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6876 |
0xEEAF 0x8CA1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6877 |
0xEEB0 0x8F09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6878 |
0xEEB1 0x9F4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6879 |
0xEEB2 0x9F4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6880 |
0xEEB3 0x722D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6881 |
0xEEB4 0x7B8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6882 |
0xEEB5 0x8ACD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6883 |
0xEEB6 0x931A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6884 |
0xEEB7 0x4F47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6885 |
0xEEB8 0x4F4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6886 |
0xEEB9 0x5132 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6887 |
0xEEBA 0x5480 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6888 |
0xEEBB 0x59D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6889 |
0xEEBC 0x5E95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6890 |
0xEEBD 0x62B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6891 |
0xEEBE 0x6775 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6892 |
0xEEBF 0x696E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6893 |
0xEEC0 0x6A17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6894 |
0xEEC1 0x6CAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6895 |
0xEEC2 0x6E1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6896 |
0xEEC3 0x72D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6897 |
0xEEC4 0x732A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6898 |
0xEEC5 0x75BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6899 |
0xEEC6 0x7BB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6900 |
0xEEC7 0x7D35 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6901 |
0xEEC8 0x82E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6902 |
0xEEC9 0x83F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6903 |
0xEECA 0x8457 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6904 |
0xEECB 0x85F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6905 |
0xEECC 0x8A5B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6906 |
0xEECD 0x8CAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6907 |
0xEECE 0x8E87 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6908 |
0xEECF 0x9019 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6909 |
0xEED0 0x90B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6910 |
0xEED1 0x96CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6911 |
0xEED2 0x9F5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6912 |
0xEED3 0x52E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6913 |
0xEED4 0x540A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6914 |
0xEED5 0x5AE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6915 |
0xEED6 0x5BC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6916 |
0xEED7 0x6458 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6917 |
0xEED8 0x6575 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6918 |
0xEED9 0x6EF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6919 |
0xEEDA 0x72C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6920 |
0xEEDB 0xF9FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6921 |
0xEEDC 0x7684 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6922 |
0xEEDD 0x7A4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6923 |
0xEEDE 0x7B1B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6924 |
0xEEDF 0x7C4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6925 |
0xEEE0 0x7E3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6926 |
0xEEE1 0x7FDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6927 |
0xEEE2 0x837B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6928 |
0xEEE3 0x8B2B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6929 |
0xEEE4 0x8CCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6930 |
0xEEE5 0x8D64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6931 |
0xEEE6 0x8DE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6932 |
0xEEE7 0x8E5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6933 |
0xEEE8 0x8FEA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6934 |
0xEEE9 0x8FF9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6935 |
0xEEEA 0x9069 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6936 |
0xEEEB 0x93D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6937 |
0xEEEC 0x4F43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6938 |
0xEEED 0x4F7A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6939 |
0xEEEE 0x50B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6940 |
0xEEEF 0x5168 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6941 |
0xEEF0 0x5178 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6942 |
0xEEF1 0x524D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6943 |
0xEEF2 0x526A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6944 |
0xEEF3 0x5861 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6945 |
0xEEF4 0x587C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6946 |
0xEEF5 0x5960 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6947 |
0xEEF6 0x5C08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6948 |
0xEEF7 0x5C55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6949 |
0xEEF8 0x5EDB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6950 |
0xEEF9 0x609B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6951 |
0xEEFA 0x6230 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6952 |
0xEEFB 0x6813 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6953 |
0xEEFC 0x6BBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6954 |
0xEEFD 0x6C08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6955 |
0xEEFE 0x6FB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6956 |
0xEFA1 0x714E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6957 |
0xEFA2 0x7420 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6958 |
0xEFA3 0x7530 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6959 |
0xEFA4 0x7538 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6960 |
0xEFA5 0x7551 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6961 |
0xEFA6 0x7672 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6962 |
0xEFA7 0x7B4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6963 |
0xEFA8 0x7B8B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6964 |
0xEFA9 0x7BAD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6965 |
0xEFAA 0x7BC6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6966 |
0xEFAB 0x7E8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6967 |
0xEFAC 0x8A6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6968 |
0xEFAD 0x8F3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6969 |
0xEFAE 0x8F49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6970 |
0xEFAF 0x923F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6971 |
0xEFB0 0x9293 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6972 |
0xEFB1 0x9322 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6973 |
0xEFB2 0x942B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6974 |
0xEFB3 0x96FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6975 |
0xEFB4 0x985A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6976 |
0xEFB5 0x986B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6977 |
0xEFB6 0x991E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6978 |
0xEFB7 0x5207 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6979 |
0xEFB8 0x622A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6980 |
0xEFB9 0x6298 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6981 |
0xEFBA 0x6D59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6982 |
0xEFBB 0x7664 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6983 |
0xEFBC 0x7ACA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6984 |
0xEFBD 0x7BC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6985 |
0xEFBE 0x7D76 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6986 |
0xEFBF 0x5360 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6987 |
0xEFC0 0x5CBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6988 |
0xEFC1 0x5E97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6989 |
0xEFC2 0x6F38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6990 |
0xEFC3 0x70B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6991 |
0xEFC4 0x7C98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6992 |
0xEFC5 0x9711 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6993 |
0xEFC6 0x9B8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6994 |
0xEFC7 0x9EDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6995 |
0xEFC8 0x63A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6996 |
0xEFC9 0x647A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6997 |
0xEFCA 0x8776 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6998 |
0xEFCB 0x4E01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6999 |
0xEFCC 0x4E95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7000 |
0xEFCD 0x4EAD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7001 |
0xEFCE 0x505C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7002 |
0xEFCF 0x5075 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7003 |
0xEFD0 0x5448 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7004 |
0xEFD1 0x59C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7005 |
0xEFD2 0x5B9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7006 |
0xEFD3 0x5E40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7007 |
0xEFD4 0x5EAD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7008 |
0xEFD5 0x5EF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7009 |
0xEFD6 0x5F81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7010 |
0xEFD7 0x60C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7011 |
0xEFD8 0x633A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7012 |
0xEFD9 0x653F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7013 |
0xEFDA 0x6574 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7014 |
0xEFDB 0x65CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7015 |
0xEFDC 0x6676 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7016 |
0xEFDD 0x6678 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7017 |
0xEFDE 0x67FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7018 |
0xEFDF 0x6968 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7019 |
0xEFE0 0x6A89 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7020 |
0xEFE1 0x6B63 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7021 |
0xEFE2 0x6C40 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7022 |
0xEFE3 0x6DC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7023 |
0xEFE4 0x6DE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7024 |
0xEFE5 0x6E1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7025 |
0xEFE6 0x6E5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7026 |
0xEFE7 0x701E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7027 |
0xEFE8 0x70A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7028 |
0xEFE9 0x738E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7029 |
0xEFEA 0x73FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7030 |
0xEFEB 0x753A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7031 |
0xEFEC 0x775B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7032 |
0xEFED 0x7887 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7033 |
0xEFEE 0x798E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7034 |
0xEFEF 0x7A0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7035 |
0xEFF0 0x7A7D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7036 |
0xEFF1 0x7CBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7037 |
0xEFF2 0x7D8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7038 |
0xEFF3 0x8247 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7039 |
0xEFF4 0x8A02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7040 |
0xEFF5 0x8AEA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7041 |
0xEFF6 0x8C9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7042 |
0xEFF7 0x912D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7043 |
0xEFF8 0x914A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7044 |
0xEFF9 0x91D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7045 |
0xEFFA 0x9266 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7046 |
0xEFFB 0x92CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7047 |
0xEFFC 0x9320 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7048 |
0xEFFD 0x9706 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7049 |
0xEFFE 0x9756 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7050 |
0xF0A1 0x975C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7051 |
0xF0A2 0x9802 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7052 |
0xF0A3 0x9F0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7053 |
0xF0A4 0x5236 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7054 |
0xF0A5 0x5291 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7055 |
0xF0A6 0x557C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7056 |
0xF0A7 0x5824 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7057 |
0xF0A8 0x5E1D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7058 |
0xF0A9 0x5F1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7059 |
0xF0AA 0x608C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7060 |
0xF0AB 0x63D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7061 |
0xF0AC 0x68AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7062 |
0xF0AD 0x6FDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7063 |
0xF0AE 0x796D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7064 |
0xF0AF 0x7B2C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7065 |
0xF0B0 0x81CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7066 |
0xF0B1 0x85BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7067 |
0xF0B2 0x88FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7068 |
0xF0B3 0x8AF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7069 |
0xF0B4 0x8E44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7070 |
0xF0B5 0x918D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7071 |
0xF0B6 0x9664 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7072 |
0xF0B7 0x969B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7073 |
0xF0B8 0x973D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7074 |
0xF0B9 0x984C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7075 |
0xF0BA 0x9F4A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7076 |
0xF0BB 0x4FCE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7077 |
0xF0BC 0x5146 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7078 |
0xF0BD 0x51CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7079 |
0xF0BE 0x52A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7080 |
0xF0BF 0x5632 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7081 |
0xF0C0 0x5F14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7082 |
0xF0C1 0x5F6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7083 |
0xF0C2 0x63AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7084 |
0xF0C3 0x64CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7085 |
0xF0C4 0x65E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7086 |
0xF0C5 0x6641 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7087 |
0xF0C6 0x66FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7088 |
0xF0C7 0x66F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7089 |
0xF0C8 0x671D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7090 |
0xF0C9 0x689D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7091 |
0xF0CA 0x68D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7092 |
0xF0CB 0x69FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7093 |
0xF0CC 0x6F15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7094 |
0xF0CD 0x6F6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7095 |
0xF0CE 0x7167 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7096 |
0xF0CF 0x71E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7097 |
0xF0D0 0x722A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7098 |
0xF0D1 0x74AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7099 |
0xF0D2 0x773A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7100 |
0xF0D3 0x7956 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7101 |
0xF0D4 0x795A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7102 |
0xF0D5 0x79DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7103 |
0xF0D6 0x7A20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7104 |
0xF0D7 0x7A95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7105 |
0xF0D8 0x7C97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7106 |
0xF0D9 0x7CDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7107 |
0xF0DA 0x7D44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7108 |
0xF0DB 0x7E70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7109 |
0xF0DC 0x8087 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7110 |
0xF0DD 0x85FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7111 |
0xF0DE 0x86A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7112 |
0xF0DF 0x8A54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7113 |
0xF0E0 0x8ABF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7114 |
0xF0E1 0x8D99 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7115 |
0xF0E2 0x8E81 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7116 |
0xF0E3 0x9020 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7117 |
0xF0E4 0x906D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7118 |
0xF0E5 0x91E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7119 |
0xF0E6 0x963B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7120 |
0xF0E7 0x96D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7121 |
0xF0E8 0x9CE5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7122 |
0xF0E9 0x65CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7123 |
0xF0EA 0x7C07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7124 |
0xF0EB 0x8DB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7125 |
0xF0EC 0x93C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7126 |
0xF0ED 0x5B58 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7127 |
0xF0EE 0x5C0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7128 |
0xF0EF 0x5352 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7129 |
0xF0F0 0x62D9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7130 |
0xF0F1 0x731D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7131 |
0xF0F2 0x5027 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7132 |
0xF0F3 0x5B97 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7133 |
0xF0F4 0x5F9E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7134 |
0xF0F5 0x60B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7135 |
0xF0F6 0x616B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7136 |
0xF0F7 0x68D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7137 |
0xF0F8 0x6DD9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7138 |
0xF0F9 0x742E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7139 |
0xF0FA 0x7A2E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7140 |
0xF0FB 0x7D42 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7141 |
0xF0FC 0x7D9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7142 |
0xF0FD 0x7E31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7143 |
0xF0FE 0x816B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7144 |
0xF1A1 0x8E2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7145 |
0xF1A2 0x8E35 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7146 |
0xF1A3 0x937E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7147 |
0xF1A4 0x9418 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7148 |
0xF1A5 0x4F50 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7149 |
0xF1A6 0x5750 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7150 |
0xF1A7 0x5DE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7151 |
0xF1A8 0x5EA7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7152 |
0xF1A9 0x632B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7153 |
0xF1AA 0x7F6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7154 |
0xF1AB 0x4E3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7155 |
0xF1AC 0x4F4F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7156 |
0xF1AD 0x4F8F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7157 |
0xF1AE 0x505A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7158 |
0xF1AF 0x59DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7159 |
0xF1B0 0x80C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7160 |
0xF1B1 0x546A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7161 |
0xF1B2 0x5468 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7162 |
0xF1B3 0x55FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7163 |
0xF1B4 0x594F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7164 |
0xF1B5 0x5B99 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7165 |
0xF1B6 0x5DDE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7166 |
0xF1B7 0x5EDA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7167 |
0xF1B8 0x665D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7168 |
0xF1B9 0x6731 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7169 |
0xF1BA 0x67F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7170 |
0xF1BB 0x682A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7171 |
0xF1BC 0x6CE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7172 |
0xF1BD 0x6D32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7173 |
0xF1BE 0x6E4A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7174 |
0xF1BF 0x6F8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7175 |
0xF1C0 0x70B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7176 |
0xF1C1 0x73E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7177 |
0xF1C2 0x7587 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7178 |
0xF1C3 0x7C4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7179 |
0xF1C4 0x7D02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7180 |
0xF1C5 0x7D2C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7181 |
0xF1C6 0x7DA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7182 |
0xF1C7 0x821F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7183 |
0xF1C8 0x86DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7184 |
0xF1C9 0x8A3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7185 |
0xF1CA 0x8A85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7186 |
0xF1CB 0x8D70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7187 |
0xF1CC 0x8E8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7188 |
0xF1CD 0x8F33 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7189 |
0xF1CE 0x9031 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7190 |
0xF1CF 0x914E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7191 |
0xF1D0 0x9152 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7192 |
0xF1D1 0x9444 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7193 |
0xF1D2 0x99D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7194 |
0xF1D3 0x7AF9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7195 |
0xF1D4 0x7CA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7196 |
0xF1D5 0x4FCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7197 |
0xF1D6 0x5101 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7198 |
0xF1D7 0x51C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7199 |
0xF1D8 0x57C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7200 |
0xF1D9 0x5BEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7201 |
0xF1DA 0x5CFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7202 |
0xF1DB 0x6659 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7203 |
0xF1DC 0x6A3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7204 |
0xF1DD 0x6D5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7205 |
0xF1DE 0x6E96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7206 |
0xF1DF 0x6FEC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7207 |
0xF1E0 0x710C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7208 |
0xF1E1 0x756F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7209 |
0xF1E2 0x7AE3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7210 |
0xF1E3 0x8822 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7211 |
0xF1E4 0x9021 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7212 |
0xF1E5 0x9075 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7213 |
0xF1E6 0x96CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7214 |
0xF1E7 0x99FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7215 |
0xF1E8 0x8301 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7216 |
0xF1E9 0x4E2D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7217 |
0xF1EA 0x4EF2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7218 |
0xF1EB 0x8846 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7219 |
0xF1EC 0x91CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7220 |
0xF1ED 0x537D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7221 |
0xF1EE 0x6ADB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7222 |
0xF1EF 0x696B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7223 |
0xF1F0 0x6C41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7224 |
0xF1F1 0x847A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7225 |
0xF1F2 0x589E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7226 |
0xF1F3 0x618E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7227 |
0xF1F4 0x66FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7228 |
0xF1F5 0x62EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7229 |
0xF1F6 0x70DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7230 |
0xF1F7 0x7511 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7231 |
0xF1F8 0x75C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7232 |
0xF1F9 0x7E52 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7233 |
0xF1FA 0x84B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7234 |
0xF1FB 0x8B49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7235 |
0xF1FC 0x8D08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7236 |
0xF1FD 0x4E4B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7237 |
0xF1FE 0x53EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7238 |
0xF2A1 0x54AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7239 |
0xF2A2 0x5730 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7240 |
0xF2A3 0x5740 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7241 |
0xF2A4 0x5FD7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7242 |
0xF2A5 0x6301 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7243 |
0xF2A6 0x6307 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7244 |
0xF2A7 0x646F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7245 |
0xF2A8 0x652F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7246 |
0xF2A9 0x65E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7247 |
0xF2AA 0x667A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7248 |
0xF2AB 0x679D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7249 |
0xF2AC 0x67B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7250 |
0xF2AD 0x6B62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7251 |
0xF2AE 0x6C60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7252 |
0xF2AF 0x6C9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7253 |
0xF2B0 0x6F2C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7254 |
0xF2B1 0x77E5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7255 |
0xF2B2 0x7825 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7256 |
0xF2B3 0x7949 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7257 |
0xF2B4 0x7957 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7258 |
0xF2B5 0x7D19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7259 |
0xF2B6 0x80A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7260 |
0xF2B7 0x8102 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7261 |
0xF2B8 0x81F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7262 |
0xF2B9 0x829D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7263 |
0xF2BA 0x82B7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7264 |
0xF2BB 0x8718 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7265 |
0xF2BC 0x8A8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7266 |
0xF2BD 0xF9FC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7267 |
0xF2BE 0x8D04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7268 |
0xF2BF 0x8DBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7269 |
0xF2C0 0x9072 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7270 |
0xF2C1 0x76F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7271 |
0xF2C2 0x7A19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7272 |
0xF2C3 0x7A37 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7273 |
0xF2C4 0x7E54 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7274 |
0xF2C5 0x8077 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7275 |
0xF2C6 0x5507 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7276 |
0xF2C7 0x55D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7277 |
0xF2C8 0x5875 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7278 |
0xF2C9 0x632F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7279 |
0xF2CA 0x6422 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7280 |
0xF2CB 0x6649 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7281 |
0xF2CC 0x664B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7282 |
0xF2CD 0x686D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7283 |
0xF2CE 0x699B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7284 |
0xF2CF 0x6B84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7285 |
0xF2D0 0x6D25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7286 |
0xF2D1 0x6EB1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7287 |
0xF2D2 0x73CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7288 |
0xF2D3 0x7468 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7289 |
0xF2D4 0x74A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7290 |
0xF2D5 0x755B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7291 |
0xF2D6 0x75B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7292 |
0xF2D7 0x76E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7293 |
0xF2D8 0x771E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7294 |
0xF2D9 0x778B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7295 |
0xF2DA 0x79E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7296 |
0xF2DB 0x7E09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7297 |
0xF2DC 0x7E1D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7298 |
0xF2DD 0x81FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7299 |
0xF2DE 0x852F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7300 |
0xF2DF 0x8897 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7301 |
0xF2E0 0x8A3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7302 |
0xF2E1 0x8CD1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7303 |
0xF2E2 0x8EEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7304 |
0xF2E3 0x8FB0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7305 |
0xF2E4 0x9032 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7306 |
0xF2E5 0x93AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7307 |
0xF2E6 0x9663 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7308 |
0xF2E7 0x9673 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7309 |
0xF2E8 0x9707 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7310 |
0xF2E9 0x4F84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7311 |
0xF2EA 0x53F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7312 |
0xF2EB 0x59EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7313 |
0xF2EC 0x5AC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7314 |
0xF2ED 0x5E19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7315 |
0xF2EE 0x684E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7316 |
0xF2EF 0x74C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7317 |
0xF2F0 0x75BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7318 |
0xF2F1 0x79E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7319 |
0xF2F2 0x7A92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7320 |
0xF2F3 0x81A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7321 |
0xF2F4 0x86ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7322 |
0xF2F5 0x8CEA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7323 |
0xF2F6 0x8DCC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7324 |
0xF2F7 0x8FED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7325 |
0xF2F8 0x659F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7326 |
0xF2F9 0x6715 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7327 |
0xF2FA 0xF9FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7328 |
0xF2FB 0x57F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7329 |
0xF2FC 0x6F57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7330 |
0xF2FD 0x7DDD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7331 |
0xF2FE 0x8F2F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7332 |
0xF3A1 0x93F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7333 |
0xF3A2 0x96C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7334 |
0xF3A3 0x5FB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7335 |
0xF3A4 0x61F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7336 |
0xF3A5 0x6F84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7337 |
0xF3A6 0x4E14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7338 |
0xF3A7 0x4F98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7339 |
0xF3A8 0x501F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7340 |
0xF3A9 0x53C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7341 |
0xF3AA 0x55DF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7342 |
0xF3AB 0x5D6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7343 |
0xF3AC 0x5DEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7344 |
0xF3AD 0x6B21 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7345 |
0xF3AE 0x6B64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7346 |
0xF3AF 0x78CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7347 |
0xF3B0 0x7B9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7348 |
0xF3B1 0xF9FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7349 |
0xF3B2 0x8E49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7350 |
0xF3B3 0x8ECA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7351 |
0xF3B4 0x906E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7352 |
0xF3B5 0x6349 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7353 |
0xF3B6 0x643E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7354 |
0xF3B7 0x7740 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7355 |
0xF3B8 0x7A84 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7356 |
0xF3B9 0x932F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7357 |
0xF3BA 0x947F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7358 |
0xF3BB 0x9F6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7359 |
0xF3BC 0x64B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7360 |
0xF3BD 0x6FAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7361 |
0xF3BE 0x71E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7362 |
0xF3BF 0x74A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7363 |
0xF3C0 0x74DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7364 |
0xF3C1 0x7AC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7365 |
0xF3C2 0x7C12 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7366 |
0xF3C3 0x7E82 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7367 |
0xF3C4 0x7CB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7368 |
0xF3C5 0x7E98 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7369 |
0xF3C6 0x8B9A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7370 |
0xF3C7 0x8D0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7371 |
0xF3C8 0x947D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7372 |
0xF3C9 0x9910 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7373 |
0xF3CA 0x994C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7374 |
0xF3CB 0x5239 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7375 |
0xF3CC 0x5BDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7376 |
0xF3CD 0x64E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7377 |
0xF3CE 0x672D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7378 |
0xF3CF 0x7D2E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7379 |
0xF3D0 0x50ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7380 |
0xF3D1 0x53C3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7381 |
0xF3D2 0x5879 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7382 |
0xF3D3 0x6158 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7383 |
0xF3D4 0x6159 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7384 |
0xF3D5 0x61FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7385 |
0xF3D6 0x65AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7386 |
0xF3D7 0x7AD9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7387 |
0xF3D8 0x8B92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7388 |
0xF3D9 0x8B96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7389 |
0xF3DA 0x5009 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7390 |
0xF3DB 0x5021 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7391 |
0xF3DC 0x5275 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7392 |
0xF3DD 0x5531 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7393 |
0xF3DE 0x5A3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7394 |
0xF3DF 0x5EE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7395 |
0xF3E0 0x5F70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7396 |
0xF3E1 0x6134 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7397 |
0xF3E2 0x655E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7398 |
0xF3E3 0x660C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7399 |
0xF3E4 0x6636 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7400 |
0xF3E5 0x66A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7401 |
0xF3E6 0x69CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7402 |
0xF3E7 0x6EC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7403 |
0xF3E8 0x6F32 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7404 |
0xF3E9 0x7316 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7405 |
0xF3EA 0x7621 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7406 |
0xF3EB 0x7A93 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7407 |
0xF3EC 0x8139 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7408 |
0xF3ED 0x8259 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7409 |
0xF3EE 0x83D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7410 |
0xF3EF 0x84BC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7411 |
0xF3F0 0x50B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7412 |
0xF3F1 0x57F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7413 |
0xF3F2 0x5BC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7414 |
0xF3F3 0x5BE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7415 |
0xF3F4 0x5F69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7416 |
0xF3F5 0x63A1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7417 |
0xF3F6 0x7826 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7418 |
0xF3F7 0x7DB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7419 |
0xF3F8 0x83DC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7420 |
0xF3F9 0x8521 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7421 |
0xF3FA 0x91C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7422 |
0xF3FB 0x91F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7423 |
0xF3FC 0x518A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7424 |
0xF3FD 0x67F5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7425 |
0xF3FE 0x7B56 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7426 |
0xF4A1 0x8CAC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7427 |
0xF4A2 0x51C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7428 |
0xF4A3 0x59BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7429 |
0xF4A4 0x60BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7430 |
0xF4A5 0x8655 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7431 |
0xF4A6 0x501C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7432 |
0xF4A7 0xF9FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7433 |
0xF4A8 0x5254 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7434 |
0xF4A9 0x5C3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7435 |
0xF4AA 0x617D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7436 |
0xF4AB 0x621A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7437 |
0xF4AC 0x62D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7438 |
0xF4AD 0x64F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7439 |
0xF4AE 0x65A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7440 |
0xF4AF 0x6ECC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7441 |
0xF4B0 0x7620 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7442 |
0xF4B1 0x810A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7443 |
0xF4B2 0x8E60 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7444 |
0xF4B3 0x965F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7445 |
0xF4B4 0x96BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7446 |
0xF4B5 0x4EDF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7447 |
0xF4B6 0x5343 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7448 |
0xF4B7 0x5598 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7449 |
0xF4B8 0x5929 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7450 |
0xF4B9 0x5DDD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7451 |
0xF4BA 0x64C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7452 |
0xF4BB 0x6CC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7453 |
0xF4BC 0x6DFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7454 |
0xF4BD 0x7394 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7455 |
0xF4BE 0x7A7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7456 |
0xF4BF 0x821B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7457 |
0xF4C0 0x85A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7458 |
0xF4C1 0x8CE4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7459 |
0xF4C2 0x8E10 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7460 |
0xF4C3 0x9077 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7461 |
0xF4C4 0x91E7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7462 |
0xF4C5 0x95E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7463 |
0xF4C6 0x9621 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7464 |
0xF4C7 0x97C6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7465 |
0xF4C8 0x51F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7466 |
0xF4C9 0x54F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7467 |
0xF4CA 0x5586 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7468 |
0xF4CB 0x5FB9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7469 |
0xF4CC 0x64A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7470 |
0xF4CD 0x6F88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7471 |
0xF4CE 0x7DB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7472 |
0xF4CF 0x8F1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7473 |
0xF4D0 0x8F4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7474 |
0xF4D1 0x9435 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7475 |
0xF4D2 0x50C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7476 |
0xF4D3 0x5C16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7477 |
0xF4D4 0x6CBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7478 |
0xF4D5 0x6DFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7479 |
0xF4D6 0x751B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7480 |
0xF4D7 0x77BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7481 |
0xF4D8 0x7C3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7482 |
0xF4D9 0x7C64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7483 |
0xF4DA 0x8A79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7484 |
0xF4DB 0x8AC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7485 |
0xF4DC 0x581E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7486 |
0xF4DD 0x59BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7487 |
0xF4DE 0x5E16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7488 |
0xF4DF 0x6377 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7489 |
0xF4E0 0x7252 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7490 |
0xF4E1 0x758A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7491 |
0xF4E2 0x776B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7492 |
0xF4E3 0x8ADC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7493 |
0xF4E4 0x8CBC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7494 |
0xF4E5 0x8F12 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7495 |
0xF4E6 0x5EF3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7496 |
0xF4E7 0x6674 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7497 |
0xF4E8 0x6DF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7498 |
0xF4E9 0x807D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7499 |
0xF4EA 0x83C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7500 |
0xF4EB 0x8ACB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7501 |
0xF4EC 0x9751 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7502 |
0xF4ED 0x9BD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7503 |
0xF4EE 0xFA00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7504 |
0xF4EF 0x5243 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7505 |
0xF4F0 0x66FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7506 |
0xF4F1 0x6D95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7507 |
0xF4F2 0x6EEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7508 |
0xF4F3 0x7DE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7509 |
0xF4F4 0x8AE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7510 |
0xF4F5 0x902E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7511 |
0xF4F6 0x905E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7512 |
0xF4F7 0x9AD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7513 |
0xF4F8 0x521D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7514 |
0xF4F9 0x527F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7515 |
0xF4FA 0x54E8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7516 |
0xF4FB 0x6194 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7517 |
0xF4FC 0x6284 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7518 |
0xF4FD 0x62DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7519 |
0xF4FE 0x68A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7520 |
0xF5A1 0x6912 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7521 |
0xF5A2 0x695A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7522 |
0xF5A3 0x6A35 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7523 |
0xF5A4 0x7092 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7524 |
0xF5A5 0x7126 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7525 |
0xF5A6 0x785D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7526 |
0xF5A7 0x7901 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7527 |
0xF5A8 0x790E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7528 |
0xF5A9 0x79D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7529 |
0xF5AA 0x7A0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7530 |
0xF5AB 0x8096 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7531 |
0xF5AC 0x8278 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7532 |
0xF5AD 0x82D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7533 |
0xF5AE 0x8349 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7534 |
0xF5AF 0x8549 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7535 |
0xF5B0 0x8C82 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7536 |
0xF5B1 0x8D85 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7537 |
0xF5B2 0x9162 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7538 |
0xF5B3 0x918B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7539 |
0xF5B4 0x91AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7540 |
0xF5B5 0x4FC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7541 |
0xF5B6 0x56D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7542 |
0xF5B7 0x71ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7543 |
0xF5B8 0x77D7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7544 |
0xF5B9 0x8700 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7545 |
0xF5BA 0x89F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7546 |
0xF5BB 0x5BF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7547 |
0xF5BC 0x5FD6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7548 |
0xF5BD 0x6751 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7549 |
0xF5BE 0x90A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7550 |
0xF5BF 0x53E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7551 |
0xF5C0 0x585A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7552 |
0xF5C1 0x5BF5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7553 |
0xF5C2 0x60A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7554 |
0xF5C3 0x6181 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7555 |
0xF5C4 0x6460 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7556 |
0xF5C5 0x7E3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7557 |
0xF5C6 0x8070 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7558 |
0xF5C7 0x8525 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7559 |
0xF5C8 0x9283 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7560 |
0xF5C9 0x64AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7561 |
0xF5CA 0x50AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7562 |
0xF5CB 0x5D14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7563 |
0xF5CC 0x6700 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7564 |
0xF5CD 0x589C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7565 |
0xF5CE 0x62BD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7566 |
0xF5CF 0x63A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7567 |
0xF5D0 0x690E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7568 |
0xF5D1 0x6978 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7569 |
0xF5D2 0x6A1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7570 |
0xF5D3 0x6E6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7571 |
0xF5D4 0x76BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7572 |
0xF5D5 0x79CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7573 |
0xF5D6 0x82BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7574 |
0xF5D7 0x8429 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7575 |
0xF5D8 0x8ACF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7576 |
0xF5D9 0x8DA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7577 |
0xF5DA 0x8FFD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7578 |
0xF5DB 0x9112 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7579 |
0xF5DC 0x914B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7580 |
0xF5DD 0x919C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7581 |
0xF5DE 0x9310 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7582 |
0xF5DF 0x9318 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7583 |
0xF5E0 0x939A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7584 |
0xF5E1 0x96DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7585 |
0xF5E2 0x9A36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7586 |
0xF5E3 0x9C0D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7587 |
0xF5E4 0x4E11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7588 |
0xF5E5 0x755C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7589 |
0xF5E6 0x795D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7590 |
0xF5E7 0x7AFA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7591 |
0xF5E8 0x7B51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7592 |
0xF5E9 0x7BC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7593 |
0xF5EA 0x7E2E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7594 |
0xF5EB 0x84C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7595 |
0xF5EC 0x8E59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7596 |
0xF5ED 0x8E74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7597 |
0xF5EE 0x8EF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7598 |
0xF5EF 0x9010 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7599 |
0xF5F0 0x6625 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7600 |
0xF5F1 0x693F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7601 |
0xF5F2 0x7443 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7602 |
0xF5F3 0x51FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7603 |
0xF5F4 0x672E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7604 |
0xF5F5 0x9EDC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7605 |
0xF5F6 0x5145 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7606 |
0xF5F7 0x5FE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7607 |
0xF5F8 0x6C96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7608 |
0xF5F9 0x87F2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7609 |
0xF5FA 0x885D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7610 |
0xF5FB 0x8877 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7611 |
0xF5FC 0x60B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7612 |
0xF5FD 0x81B5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7613 |
0xF5FE 0x8403 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7614 |
0xF6A1 0x8D05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7615 |
0xF6A2 0x53D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7616 |
0xF6A3 0x5439 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7617 |
0xF6A4 0x5634 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7618 |
0xF6A5 0x5A36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7619 |
0xF6A6 0x5C31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7620 |
0xF6A7 0x708A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7621 |
0xF6A8 0x7FE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7622 |
0xF6A9 0x805A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7623 |
0xF6AA 0x8106 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7624 |
0xF6AB 0x81ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7625 |
0xF6AC 0x8DA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7626 |
0xF6AD 0x9189 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7627 |
0xF6AE 0x9A5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7628 |
0xF6AF 0x9DF2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7629 |
0xF6B0 0x5074 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7630 |
0xF6B1 0x4EC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7631 |
0xF6B2 0x53A0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7632 |
0xF6B3 0x60FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7633 |
0xF6B4 0x6E2C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7634 |
0xF6B5 0x5C64 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7635 |
0xF6B6 0x4F88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7636 |
0xF6B7 0x5024 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7637 |
0xF6B8 0x55E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7638 |
0xF6B9 0x5CD9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7639 |
0xF6BA 0x5E5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7640 |
0xF6BB 0x6065 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7641 |
0xF6BC 0x6894 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7642 |
0xF6BD 0x6CBB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7643 |
0xF6BE 0x6DC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7644 |
0xF6BF 0x71BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7645 |
0xF6C0 0x75D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7646 |
0xF6C1 0x75F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7647 |
0xF6C2 0x7661 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7648 |
0xF6C3 0x7A1A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7649 |
0xF6C4 0x7A49 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7650 |
0xF6C5 0x7DC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7651 |
0xF6C6 0x7DFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7652 |
0xF6C7 0x7F6E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7653 |
0xF6C8 0x81F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7654 |
0xF6C9 0x86A9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7655 |
0xF6CA 0x8F1C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7656 |
0xF6CB 0x96C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7657 |
0xF6CC 0x99B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7658 |
0xF6CD 0x9F52 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7659 |
0xF6CE 0x5247 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7660 |
0xF6CF 0x52C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7661 |
0xF6D0 0x98ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7662 |
0xF6D1 0x89AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7663 |
0xF6D2 0x4E03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7664 |
0xF6D3 0x67D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7665 |
0xF6D4 0x6F06 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7666 |
0xF6D5 0x4FB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7667 |
0xF6D6 0x5BE2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7668 |
0xF6D7 0x6795 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7669 |
0xF6D8 0x6C88 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7670 |
0xF6D9 0x6D78 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7671 |
0xF6DA 0x741B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7672 |
0xF6DB 0x7827 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7673 |
0xF6DC 0x91DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7674 |
0xF6DD 0x937C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7675 |
0xF6DE 0x87C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7676 |
0xF6DF 0x79E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7677 |
0xF6E0 0x7A31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7678 |
0xF6E1 0x5FEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7679 |
0xF6E2 0x4ED6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7680 |
0xF6E3 0x54A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7681 |
0xF6E4 0x553E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7682 |
0xF6E5 0x58AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7683 |
0xF6E6 0x59A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7684 |
0xF6E7 0x60F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7685 |
0xF6E8 0x6253 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7686 |
0xF6E9 0x62D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7687 |
0xF6EA 0x6736 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7688 |
0xF6EB 0x6955 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7689 |
0xF6EC 0x8235 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7690 |
0xF6ED 0x9640 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7691 |
0xF6EE 0x99B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7692 |
0xF6EF 0x99DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7693 |
0xF6F0 0x502C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7694 |
0xF6F1 0x5353 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7695 |
0xF6F2 0x5544 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7696 |
0xF6F3 0x577C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7697 |
0xF6F4 0xFA01 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7698 |
0xF6F5 0x6258 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7699 |
0xF6F6 0xFA02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7700 |
0xF6F7 0x64E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7701 |
0xF6F8 0x666B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7702 |
0xF6F9 0x67DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7703 |
0xF6FA 0x6FC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7704 |
0xF6FB 0x6FEF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7705 |
0xF6FC 0x7422 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7706 |
0xF6FD 0x7438 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7707 |
0xF6FE 0x8A17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7708 |
0xF7A1 0x9438 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7709 |
0xF7A2 0x5451 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7710 |
0xF7A3 0x5606 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7711 |
0xF7A4 0x5766 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7712 |
0xF7A5 0x5F48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7713 |
0xF7A6 0x619A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7714 |
0xF7A7 0x6B4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7715 |
0xF7A8 0x7058 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7716 |
0xF7A9 0x70AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7717 |
0xF7AA 0x7DBB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7718 |
0xF7AB 0x8A95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7719 |
0xF7AC 0x596A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7720 |
0xF7AD 0x812B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7721 |
0xF7AE 0x63A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7722 |
0xF7AF 0x7708 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7723 |
0xF7B0 0x803D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7724 |
0xF7B1 0x8CAA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7725 |
0xF7B2 0x5854 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7726 |
0xF7B3 0x642D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7727 |
0xF7B4 0x69BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7728 |
0xF7B5 0x5B95 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7729 |
0xF7B6 0x5E11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7730 |
0xF7B7 0x6E6F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7731 |
0xF7B8 0xFA03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7732 |
0xF7B9 0x8569 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7733 |
0xF7BA 0x514C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7734 |
0xF7BB 0x53F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7735 |
0xF7BC 0x592A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7736 |
0xF7BD 0x6020 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7737 |
0xF7BE 0x614B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7738 |
0xF7BF 0x6B86 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7739 |
0xF7C0 0x6C70 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7740 |
0xF7C1 0x6CF0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7741 |
0xF7C2 0x7B1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7742 |
0xF7C3 0x80CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7743 |
0xF7C4 0x82D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7744 |
0xF7C5 0x8DC6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7745 |
0xF7C6 0x90B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7746 |
0xF7C7 0x98B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7747 |
0xF7C8 0xFA04 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7748 |
0xF7C9 0x64C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7749 |
0xF7CA 0x6FA4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7750 |
0xF7CB 0x6491 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7751 |
0xF7CC 0x6504 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7752 |
0xF7CD 0x514E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7753 |
0xF7CE 0x5410 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7754 |
0xF7CF 0x571F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7755 |
0xF7D0 0x8A0E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7756 |
0xF7D1 0x615F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7757 |
0xF7D2 0x6876 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7758 |
0xF7D3 0xFA05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7759 |
0xF7D4 0x75DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7760 |
0xF7D5 0x7B52 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7761 |
0xF7D6 0x7D71 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7762 |
0xF7D7 0x901A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7763 |
0xF7D8 0x5806 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7764 |
0xF7D9 0x69CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7765 |
0xF7DA 0x817F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7766 |
0xF7DB 0x892A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7767 |
0xF7DC 0x9000 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7768 |
0xF7DD 0x9839 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7769 |
0xF7DE 0x5078 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7770 |
0xF7DF 0x5957 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7771 |
0xF7E0 0x59AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7772 |
0xF7E1 0x6295 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7773 |
0xF7E2 0x900F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7774 |
0xF7E3 0x9B2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7775 |
0xF7E4 0x615D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7776 |
0xF7E5 0x7279 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7777 |
0xF7E6 0x95D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7778 |
0xF7E7 0x5761 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7779 |
0xF7E8 0x5A46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7780 |
0xF7E9 0x5DF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7781 |
0xF7EA 0x628A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7782 |
0xF7EB 0x64AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7783 |
0xF7EC 0x64FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7784 |
0xF7ED 0x6777 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7785 |
0xF7EE 0x6CE2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7786 |
0xF7EF 0x6D3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7787 |
0xF7F0 0x722C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7788 |
0xF7F1 0x7436 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7789 |
0xF7F2 0x7834 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7790 |
0xF7F3 0x7F77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7791 |
0xF7F4 0x82AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7792 |
0xF7F5 0x8DDB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7793 |
0xF7F6 0x9817 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7794 |
0xF7F7 0x5224 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7795 |
0xF7F8 0x5742 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7796 |
0xF7F9 0x677F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7797 |
0xF7FA 0x7248 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7798 |
0xF7FB 0x74E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7799 |
0xF7FC 0x8CA9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7800 |
0xF7FD 0x8FA6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7801 |
0xF7FE 0x9211 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7802 |
0xF8A1 0x962A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7803 |
0xF8A2 0x516B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7804 |
0xF8A3 0x53ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7805 |
0xF8A4 0x634C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7806 |
0xF8A5 0x4F69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7807 |
0xF8A6 0x5504 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7808 |
0xF8A7 0x6096 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7809 |
0xF8A8 0x6557 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7810 |
0xF8A9 0x6C9B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7811 |
0xF8AA 0x6D7F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7812 |
0xF8AB 0x724C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7813 |
0xF8AC 0x72FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7814 |
0xF8AD 0x7A17 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7815 |
0xF8AE 0x8987 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7816 |
0xF8AF 0x8C9D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7817 |
0xF8B0 0x5F6D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7818 |
0xF8B1 0x6F8E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7819 |
0xF8B2 0x70F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7820 |
0xF8B3 0x81A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7821 |
0xF8B4 0x610E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7822 |
0xF8B5 0x4FBF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7823 |
0xF8B6 0x504F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7824 |
0xF8B7 0x6241 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7825 |
0xF8B8 0x7247 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7826 |
0xF8B9 0x7BC7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7827 |
0xF8BA 0x7DE8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7828 |
0xF8BB 0x7FE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7829 |
0xF8BC 0x904D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7830 |
0xF8BD 0x97AD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7831 |
0xF8BE 0x9A19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7832 |
0xF8BF 0x8CB6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7833 |
0xF8C0 0x576A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7834 |
0xF8C1 0x5E73 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7835 |
0xF8C2 0x67B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7836 |
0xF8C3 0x840D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7837 |
0xF8C4 0x8A55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7838 |
0xF8C5 0x5420 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7839 |
0xF8C6 0x5B16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7840 |
0xF8C7 0x5E63 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7841 |
0xF8C8 0x5EE2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7842 |
0xF8C9 0x5F0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7843 |
0xF8CA 0x6583 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7844 |
0xF8CB 0x80BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7845 |
0xF8CC 0x853D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7846 |
0xF8CD 0x9589 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7847 |
0xF8CE 0x965B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7848 |
0xF8CF 0x4F48 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7849 |
0xF8D0 0x5305 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7850 |
0xF8D1 0x530D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7851 |
0xF8D2 0x530F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7852 |
0xF8D3 0x5486 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7853 |
0xF8D4 0x54FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7854 |
0xF8D5 0x5703 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7855 |
0xF8D6 0x5E03 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7856 |
0xF8D7 0x6016 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7857 |
0xF8D8 0x629B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7858 |
0xF8D9 0x62B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7859 |
0xF8DA 0x6355 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7860 |
0xF8DB 0xFA06 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7861 |
0xF8DC 0x6CE1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7862 |
0xF8DD 0x6D66 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7863 |
0xF8DE 0x75B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7864 |
0xF8DF 0x7832 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7865 |
0xF8E0 0x80DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7866 |
0xF8E1 0x812F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7867 |
0xF8E2 0x82DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7868 |
0xF8E3 0x8461 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7869 |
0xF8E4 0x84B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7870 |
0xF8E5 0x888D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7871 |
0xF8E6 0x8912 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7872 |
0xF8E7 0x900B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7873 |
0xF8E8 0x92EA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7874 |
0xF8E9 0x98FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7875 |
0xF8EA 0x9B91 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7876 |
0xF8EB 0x5E45 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7877 |
0xF8EC 0x66B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7878 |
0xF8ED 0x66DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7879 |
0xF8EE 0x7011 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7880 |
0xF8EF 0x7206 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7881 |
0xF8F0 0xFA07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7882 |
0xF8F1 0x4FF5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7883 |
0xF8F2 0x527D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7884 |
0xF8F3 0x5F6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7885 |
0xF8F4 0x6153 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7886 |
0xF8F5 0x6753 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7887 |
0xF8F6 0x6A19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7888 |
0xF8F7 0x6F02 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7889 |
0xF8F8 0x74E2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7890 |
0xF8F9 0x7968 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7891 |
0xF8FA 0x8868 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7892 |
0xF8FB 0x8C79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7893 |
0xF8FC 0x98C7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7894 |
0xF8FD 0x98C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7895 |
0xF8FE 0x9A43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7896 |
0xF9A1 0x54C1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7897 |
0xF9A2 0x7A1F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7898 |
0xF9A3 0x6953 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7899 |
0xF9A4 0x8AF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7900 |
0xF9A5 0x8C4A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7901 |
0xF9A6 0x98A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7902 |
0xF9A7 0x99AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7903 |
0xF9A8 0x5F7C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7904 |
0xF9A9 0x62AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7905 |
0xF9AA 0x75B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7906 |
0xF9AB 0x76AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7907 |
0xF9AC 0x88AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7908 |
0xF9AD 0x907F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7909 |
0xF9AE 0x9642 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7910 |
0xF9AF 0x5339 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7911 |
0xF9B0 0x5F3C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7912 |
0xF9B1 0x5FC5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7913 |
0xF9B2 0x6CCC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7914 |
0xF9B3 0x73CC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7915 |
0xF9B4 0x7562 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7916 |
0xF9B5 0x758B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7917 |
0xF9B6 0x7B46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7918 |
0xF9B7 0x82FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7919 |
0xF9B8 0x999D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7920 |
0xF9B9 0x4E4F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7921 |
0xF9BA 0x903C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7922 |
0xF9BB 0x4E0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7923 |
0xF9BC 0x4F55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7924 |
0xF9BD 0x53A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7925 |
0xF9BE 0x590F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7926 |
0xF9BF 0x5EC8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7927 |
0xF9C0 0x6630 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7928 |
0xF9C1 0x6CB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7929 |
0xF9C2 0x7455 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7930 |
0xF9C3 0x8377 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7931 |
0xF9C4 0x8766 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7932 |
0xF9C5 0x8CC0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7933 |
0xF9C6 0x9050 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7934 |
0xF9C7 0x971E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7935 |
0xF9C8 0x9C15 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7936 |
0xF9C9 0x58D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7937 |
0xF9CA 0x5B78 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7938 |
0xF9CB 0x8650 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7939 |
0xF9CC 0x8B14 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7940 |
0xF9CD 0x9DB4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7941 |
0xF9CE 0x5BD2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7942 |
0xF9CF 0x6068 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7943 |
0xF9D0 0x608D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7944 |
0xF9D1 0x65F1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7945 |
0xF9D2 0x6C57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7946 |
0xF9D3 0x6F22 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7947 |
0xF9D4 0x6FA3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7948 |
0xF9D5 0x701A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7949 |
0xF9D6 0x7F55 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7950 |
0xF9D7 0x7FF0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7951 |
0xF9D8 0x9591 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7952 |
0xF9D9 0x9592 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7953 |
0xF9DA 0x9650 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7954 |
0xF9DB 0x97D3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7955 |
0xF9DC 0x5272 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7956 |
0xF9DD 0x8F44 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7957 |
0xF9DE 0x51FD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7958 |
0xF9DF 0x542B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7959 |
0xF9E0 0x54B8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7960 |
0xF9E1 0x5563 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7961 |
0xF9E2 0x558A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7962 |
0xF9E3 0x6ABB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7963 |
0xF9E4 0x6DB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7964 |
0xF9E5 0x7DD8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7965 |
0xF9E6 0x8266 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7966 |
0xF9E7 0x929C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7967 |
0xF9E8 0x9677 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7968 |
0xF9E9 0x9E79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7969 |
0xF9EA 0x5408 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7970 |
0xF9EB 0x54C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7971 |
0xF9EC 0x76D2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7972 |
0xF9ED 0x86E4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7973 |
0xF9EE 0x95A4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7974 |
0xF9EF 0x95D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7975 |
0xF9F0 0x965C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7976 |
0xF9F1 0x4EA2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7977 |
0xF9F2 0x4F09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7978 |
0xF9F3 0x59EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7979 |
0xF9F4 0x5AE6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7980 |
0xF9F5 0x5DF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7981 |
0xF9F6 0x6052 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7982 |
0xF9F7 0x6297 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7983 |
0xF9F8 0x676D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7984 |
0xF9F9 0x6841 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7985 |
0xF9FA 0x6C86 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7986 |
0xF9FB 0x6E2F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7987 |
0xF9FC 0x7F38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7988 |
0xF9FD 0x809B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7989 |
0xF9FE 0x822A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7990 |
0xFAA1 0xFA08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7991 |
0xFAA2 0xFA09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7992 |
0xFAA3 0x9805 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7993 |
0xFAA4 0x4EA5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7994 |
0xFAA5 0x5055 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7995 |
0xFAA6 0x54B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7996 |
0xFAA7 0x5793 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7997 |
0xFAA8 0x595A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7998 |
0xFAA9 0x5B69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7999 |
0xFAAA 0x5BB3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8000 |
0xFAAB 0x61C8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8001 |
0xFAAC 0x6977 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8002 |
0xFAAD 0x6D77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8003 |
0xFAAE 0x7023 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8004 |
0xFAAF 0x87F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8005 |
0xFAB0 0x89E3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8006 |
0xFAB1 0x8A72 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8007 |
0xFAB2 0x8AE7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8008 |
0xFAB3 0x9082 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8009 |
0xFAB4 0x99ED # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8010 |
0xFAB5 0x9AB8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8011 |
0xFAB6 0x52BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8012 |
0xFAB7 0x6838 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8013 |
0xFAB8 0x5016 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8014 |
0xFAB9 0x5E78 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8015 |
0xFABA 0x674F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8016 |
0xFABB 0x8347 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8017 |
0xFABC 0x884C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8018 |
0xFABD 0x4EAB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8019 |
0xFABE 0x5411 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8020 |
0xFABF 0x56AE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8021 |
0xFAC0 0x73E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8022 |
0xFAC1 0x9115 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8023 |
0xFAC2 0x97FF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8024 |
0xFAC3 0x9909 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8025 |
0xFAC4 0x9957 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8026 |
0xFAC5 0x9999 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8027 |
0xFAC6 0x5653 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8028 |
0xFAC7 0x589F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8029 |
0xFAC8 0x865B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8030 |
0xFAC9 0x8A31 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8031 |
0xFACA 0x61B2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8032 |
0xFACB 0x6AF6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8033 |
0xFACC 0x737B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8034 |
0xFACD 0x8ED2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8035 |
0xFACE 0x6B47 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8036 |
0xFACF 0x96AA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8037 |
0xFAD0 0x9A57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8038 |
0xFAD1 0x5955 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8039 |
0xFAD2 0x7200 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8040 |
0xFAD3 0x8D6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8041 |
0xFAD4 0x9769 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8042 |
0xFAD5 0x4FD4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8043 |
0xFAD6 0x5CF4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8044 |
0xFAD7 0x5F26 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8045 |
0xFAD8 0x61F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8046 |
0xFAD9 0x665B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8047 |
0xFADA 0x6CEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8048 |
0xFADB 0x70AB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8049 |
0xFADC 0x7384 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8050 |
0xFADD 0x73B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8051 |
0xFADE 0x73FE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8052 |
0xFADF 0x7729 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8053 |
0xFAE0 0x774D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8054 |
0xFAE1 0x7D43 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8055 |
0xFAE2 0x7D62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8056 |
0xFAE3 0x7E23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8057 |
0xFAE4 0x8237 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8058 |
0xFAE5 0x8852 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8059 |
0xFAE6 0xFA0A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8060 |
0xFAE7 0x8CE2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8061 |
0xFAE8 0x9249 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8062 |
0xFAE9 0x986F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8063 |
0xFAEA 0x5B51 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8064 |
0xFAEB 0x7A74 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8065 |
0xFAEC 0x8840 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8066 |
0xFAED 0x9801 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8067 |
0xFAEE 0x5ACC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8068 |
0xFAEF 0x4FE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8069 |
0xFAF0 0x5354 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8070 |
0xFAF1 0x593E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8071 |
0xFAF2 0x5CFD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8072 |
0xFAF3 0x633E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8073 |
0xFAF4 0x6D79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8074 |
0xFAF5 0x72F9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8075 |
0xFAF6 0x8105 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8076 |
0xFAF7 0x8107 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8077 |
0xFAF8 0x83A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8078 |
0xFAF9 0x92CF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8079 |
0xFAFA 0x9830 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8080 |
0xFAFB 0x4EA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8081 |
0xFAFC 0x5144 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8082 |
0xFAFD 0x5211 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8083 |
0xFAFE 0x578B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8084 |
0xFBA1 0x5F62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8085 |
0xFBA2 0x6CC2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8086 |
0xFBA3 0x6ECE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8087 |
0xFBA4 0x7005 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8088 |
0xFBA5 0x7050 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8089 |
0xFBA6 0x70AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8090 |
0xFBA7 0x7192 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8091 |
0xFBA8 0x73E9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8092 |
0xFBA9 0x7469 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8093 |
0xFBAA 0x834A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8094 |
0xFBAB 0x87A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8095 |
0xFBAC 0x8861 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8096 |
0xFBAD 0x9008 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8097 |
0xFBAE 0x90A2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8098 |
0xFBAF 0x93A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8099 |
0xFBB0 0x99A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8100 |
0xFBB1 0x516E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8101 |
0xFBB2 0x5F57 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8102 |
0xFBB3 0x60E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8103 |
0xFBB4 0x6167 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8104 |
0xFBB5 0x66B3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8105 |
0xFBB6 0x8559 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8106 |
0xFBB7 0x8E4A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8107 |
0xFBB8 0x91AF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8108 |
0xFBB9 0x978B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8109 |
0xFBBA 0x4E4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8110 |
0xFBBB 0x4E92 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8111 |
0xFBBC 0x547C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8112 |
0xFBBD 0x58D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8113 |
0xFBBE 0x58FA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8114 |
0xFBBF 0x597D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8115 |
0xFBC0 0x5CB5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8116 |
0xFBC1 0x5F27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8117 |
0xFBC2 0x6236 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8118 |
0xFBC3 0x6248 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8119 |
0xFBC4 0x660A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8120 |
0xFBC5 0x6667 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8121 |
0xFBC6 0x6BEB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8122 |
0xFBC7 0x6D69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8123 |
0xFBC8 0x6DCF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8124 |
0xFBC9 0x6E56 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8125 |
0xFBCA 0x6EF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8126 |
0xFBCB 0x6F94 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8127 |
0xFBCC 0x6FE0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8128 |
0xFBCD 0x6FE9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8129 |
0xFBCE 0x705D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8130 |
0xFBCF 0x72D0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8131 |
0xFBD0 0x7425 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8132 |
0xFBD1 0x745A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8133 |
0xFBD2 0x74E0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8134 |
0xFBD3 0x7693 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8135 |
0xFBD4 0x795C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8136 |
0xFBD5 0x7CCA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8137 |
0xFBD6 0x7E1E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8138 |
0xFBD7 0x80E1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8139 |
0xFBD8 0x82A6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8140 |
0xFBD9 0x846B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8141 |
0xFBDA 0x84BF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8142 |
0xFBDB 0x864E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8143 |
0xFBDC 0x865F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8144 |
0xFBDD 0x8774 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8145 |
0xFBDE 0x8B77 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8146 |
0xFBDF 0x8C6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8147 |
0xFBE0 0x93AC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8148 |
0xFBE1 0x9800 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8149 |
0xFBE2 0x9865 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8150 |
0xFBE3 0x60D1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8151 |
0xFBE4 0x6216 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8152 |
0xFBE5 0x9177 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8153 |
0xFBE6 0x5A5A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8154 |
0xFBE7 0x660F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8155 |
0xFBE8 0x6DF7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8156 |
0xFBE9 0x6E3E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8157 |
0xFBEA 0x743F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8158 |
0xFBEB 0x9B42 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8159 |
0xFBEC 0x5FFD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8160 |
0xFBED 0x60DA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8161 |
0xFBEE 0x7B0F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8162 |
0xFBEF 0x54C4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8163 |
0xFBF0 0x5F18 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8164 |
0xFBF1 0x6C5E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8165 |
0xFBF2 0x6CD3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8166 |
0xFBF3 0x6D2A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8167 |
0xFBF4 0x70D8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8168 |
0xFBF5 0x7D05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8169 |
0xFBF6 0x8679 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8170 |
0xFBF7 0x8A0C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8171 |
0xFBF8 0x9D3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8172 |
0xFBF9 0x5316 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8173 |
0xFBFA 0x548C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8174 |
0xFBFB 0x5B05 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8175 |
0xFBFC 0x6A3A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8176 |
0xFBFD 0x706B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8177 |
0xFBFE 0x7575 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8178 |
0xFCA1 0x798D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8179 |
0xFCA2 0x79BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8180 |
0xFCA3 0x82B1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8181 |
0xFCA4 0x83EF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8182 |
0xFCA5 0x8A71 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8183 |
0xFCA6 0x8B41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8184 |
0xFCA7 0x8CA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8185 |
0xFCA8 0x9774 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8186 |
0xFCA9 0xFA0B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8187 |
0xFCAA 0x64F4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8188 |
0xFCAB 0x652B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8189 |
0xFCAC 0x78BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8190 |
0xFCAD 0x78BB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8191 |
0xFCAE 0x7A6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8192 |
0xFCAF 0x4E38 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8193 |
0xFCB0 0x559A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8194 |
0xFCB1 0x5950 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8195 |
0xFCB2 0x5BA6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8196 |
0xFCB3 0x5E7B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8197 |
0xFCB4 0x60A3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8198 |
0xFCB5 0x63DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8199 |
0xFCB6 0x6B61 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8200 |
0xFCB7 0x6665 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8201 |
0xFCB8 0x6853 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8202 |
0xFCB9 0x6E19 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8203 |
0xFCBA 0x7165 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8204 |
0xFCBB 0x74B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8205 |
0xFCBC 0x7D08 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8206 |
0xFCBD 0x9084 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8207 |
0xFCBE 0x9A69 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8208 |
0xFCBF 0x9C25 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8209 |
0xFCC0 0x6D3B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8210 |
0xFCC1 0x6ED1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8211 |
0xFCC2 0x733E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8212 |
0xFCC3 0x8C41 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8213 |
0xFCC4 0x95CA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8214 |
0xFCC5 0x51F0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8215 |
0xFCC6 0x5E4C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8216 |
0xFCC7 0x5FA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8217 |
0xFCC8 0x604D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8218 |
0xFCC9 0x60F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8219 |
0xFCCA 0x6130 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8220 |
0xFCCB 0x614C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8221 |
0xFCCC 0x6643 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8222 |
0xFCCD 0x6644 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8223 |
0xFCCE 0x69A5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8224 |
0xFCCF 0x6CC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8225 |
0xFCD0 0x6E5F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8226 |
0xFCD1 0x6EC9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8227 |
0xFCD2 0x6F62 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8228 |
0xFCD3 0x714C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8229 |
0xFCD4 0x749C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8230 |
0xFCD5 0x7687 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8231 |
0xFCD6 0x7BC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8232 |
0xFCD7 0x7C27 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8233 |
0xFCD8 0x8352 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8234 |
0xFCD9 0x8757 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8235 |
0xFCDA 0x9051 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8236 |
0xFCDB 0x968D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8237 |
0xFCDC 0x9EC3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8238 |
0xFCDD 0x532F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8239 |
0xFCDE 0x56DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8240 |
0xFCDF 0x5EFB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8241 |
0xFCE0 0x5F8A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8242 |
0xFCE1 0x6062 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8243 |
0xFCE2 0x6094 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8244 |
0xFCE3 0x61F7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8245 |
0xFCE4 0x6666 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8246 |
0xFCE5 0x6703 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8247 |
0xFCE6 0x6A9C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8248 |
0xFCE7 0x6DEE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8249 |
0xFCE8 0x6FAE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8250 |
0xFCE9 0x7070 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8251 |
0xFCEA 0x736A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8252 |
0xFCEB 0x7E6A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8253 |
0xFCEC 0x81BE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8254 |
0xFCED 0x8334 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8255 |
0xFCEE 0x86D4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8256 |
0xFCEF 0x8AA8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8257 |
0xFCF0 0x8CC4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8258 |
0xFCF1 0x5283 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8259 |
0xFCF2 0x7372 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8260 |
0xFCF3 0x5B96 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8261 |
0xFCF4 0x6A6B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8262 |
0xFCF5 0x9404 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8263 |
0xFCF6 0x54EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8264 |
0xFCF7 0x5686 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8265 |
0xFCF8 0x5B5D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8266 |
0xFCF9 0x6548 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8267 |
0xFCFA 0x6585 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8268 |
0xFCFB 0x66C9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8269 |
0xFCFC 0x689F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8270 |
0xFCFD 0x6D8D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8271 |
0xFCFE 0x6DC6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8272 |
0xFDA1 0x723B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8273 |
0xFDA2 0x80B4 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8274 |
0xFDA3 0x9175 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8275 |
0xFDA4 0x9A4D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8276 |
0xFDA5 0x4FAF # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8277 |
0xFDA6 0x5019 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8278 |
0xFDA7 0x539A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8279 |
0xFDA8 0x540E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8280 |
0xFDA9 0x543C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8281 |
0xFDAA 0x5589 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8282 |
0xFDAB 0x55C5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8283 |
0xFDAC 0x5E3F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8284 |
0xFDAD 0x5F8C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8285 |
0xFDAE 0x673D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8286 |
0xFDAF 0x7166 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8287 |
0xFDB0 0x73DD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8288 |
0xFDB1 0x9005 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8289 |
0xFDB2 0x52DB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8290 |
0xFDB3 0x52F3 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8291 |
0xFDB4 0x5864 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8292 |
0xFDB5 0x58CE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8293 |
0xFDB6 0x7104 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8294 |
0xFDB7 0x718F # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8295 |
0xFDB8 0x71FB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8296 |
0xFDB9 0x85B0 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8297 |
0xFDBA 0x8A13 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8298 |
0xFDBB 0x6688 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8299 |
0xFDBC 0x85A8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8300 |
0xFDBD 0x55A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8301 |
0xFDBE 0x6684 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8302 |
0xFDBF 0x714A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8303 |
0xFDC0 0x8431 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8304 |
0xFDC1 0x5349 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8305 |
0xFDC2 0x5599 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8306 |
0xFDC3 0x6BC1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8307 |
0xFDC4 0x5F59 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8308 |
0xFDC5 0x5FBD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8309 |
0xFDC6 0x63EE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8310 |
0xFDC7 0x6689 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8311 |
0xFDC8 0x7147 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8312 |
0xFDC9 0x8AF1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8313 |
0xFDCA 0x8F1D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8314 |
0xFDCB 0x9EBE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8315 |
0xFDCC 0x4F11 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8316 |
0xFDCD 0x643A # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8317 |
0xFDCE 0x70CB # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8318 |
0xFDCF 0x7566 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8319 |
0xFDD0 0x8667 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8320 |
0xFDD1 0x6064 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8321 |
0xFDD2 0x8B4E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8322 |
0xFDD3 0x9DF8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8323 |
0xFDD4 0x5147 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8324 |
0xFDD5 0x51F6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8325 |
0xFDD6 0x5308 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8326 |
0xFDD7 0x6D36 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8327 |
0xFDD8 0x80F8 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8328 |
0xFDD9 0x9ED1 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8329 |
0xFDDA 0x6615 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8330 |
0xFDDB 0x6B23 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8331 |
0xFDDC 0x7098 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8332 |
0xFDDD 0x75D5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8333 |
0xFDDE 0x5403 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8334 |
0xFDDF 0x5C79 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8335 |
0xFDE0 0x7D07 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8336 |
0xFDE1 0x8A16 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8337 |
0xFDE2 0x6B20 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8338 |
0xFDE3 0x6B3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8339 |
0xFDE4 0x6B46 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8340 |
0xFDE5 0x5438 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8341 |
0xFDE6 0x6070 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8342 |
0xFDE7 0x6D3D # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8343 |
0xFDE8 0x7FD5 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8344 |
0xFDE9 0x8208 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8345 |
0xFDEA 0x50D6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8346 |
0xFDEB 0x51DE # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8347 |
0xFDEC 0x559C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8348 |
0xFDED 0x566B # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8349 |
0xFDEE 0x56CD # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8350 |
0xFDEF 0x59EC # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8351 |
0xFDF0 0x5B09 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8352 |
0xFDF1 0x5E0C # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8353 |
0xFDF2 0x6199 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8354 |
0xFDF3 0x6198 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8355 |
0xFDF4 0x6231 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8356 |
0xFDF5 0x665E # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8357 |
0xFDF6 0x66E6 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8358 |
0xFDF7 0x7199 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8359 |
0xFDF8 0x71B9 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8360 |
0xFDF9 0x71BA # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8361 |
0xFDFA 0x72A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8362 |
0xFDFB 0x79A7 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8363 |
0xFDFC 0x7A00 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8364 |
0xFDFD 0x7FB2 # <CJK> |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8365 |
0xFDFE 0x8A70 # <CJK> |