Skip to content

Commit

Permalink
!5 Character Set mapping in gateway side
Browse files Browse the repository at this point in the history
Merge pull request !5 from lancez93/charset
  • Loading branch information
it-is-a-robot authored and gitee-org committed Aug 21, 2020
2 parents d95cc6a + 21134dd commit d59437a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/main/resources/index_to_charset.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
4=cp850
5=latin1
6=hp8
7=koi8r
7=koi8-r
8=latin1
9=latin2
9=ISO-8859-2
10=swe7
11=ascii
12=ujis
12=EUC-JP
13=sjis
14=cp1251
15=latin1
Expand All @@ -18,7 +18,7 @@
19=euckr
20=latin7
21=latin2
22=koi8u
22=koi8-u
23=cp1251
24=gb2312
25=greek
Expand All @@ -37,7 +37,7 @@
38=macce
39=macroman
40=cp852
41=latin7
41=ISO-8859-13
42=latin7
43=macce
44=cp1250
Expand All @@ -52,7 +52,7 @@
53=macroman
54=utf16
55=utf16
56=utf16le
56=utf-16le
57=cp1256
58=cp1257
59=cp1257
Expand Down Expand Up @@ -90,9 +90,9 @@
92=geostd8
93=geostd8
94=latin1
95=cp932
95=windows-31j
96=cp932
97=eucjpms
97=eucjp
98=eucjpms
99=cp1250
101=utf16
Expand Down Expand Up @@ -224,4 +224,4 @@
252=utf8mb4
253=utf8mb4
254=utf8mb4
255=utf8mb4
255=utf8

0 comments on commit d59437a

Please sign in to comment.