author | duke |
Wed, 05 Jul 2017 17:32:52 +0200 | |
changeset 7867 | f83cd8bd35c6 |
parent 3052 | 5c9886498f31 |
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 |
# (1)entries that exist only in MS932DB.c2b.private |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
3 |
# (diff result of MS932DB.b2c.private and MS932DB.c2b.private) |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
4 |
# (2)added the jis0201 c->b only entries |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
5 |
# u+203e -> 0x7e |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
6 |
# u+00a5 -> 0x5c |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
7 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
8 |
0x7e 0x203e |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
9 |
0x5c 0x00a5 |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
10 |
# |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
11 |
0x8143 0x00b8 # CEDILLA |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
12 |
0x8145 0x00b7 # MIDDLE DOT |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
13 |
0x8150 0x00af # MACRON |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
14 |
0x8191 0x00a2 # CENT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
15 |
0x8192 0x00a3 # POUND SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
16 |
0x81ca 0x00ac # NOT SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
17 |
0x81e1 0x00ab # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
18 |
0x81e2 0x00bb # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
19 |
0x8394 0x3094 # HIRAGANA LETTER VU |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
20 |
0x83ca 0x00b5 # MICRO SIGN |
5c9886498f31
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
sherman
parents:
diff
changeset
|
21 |