Skip to content

Commit 824320b

Browse files
spongedutangenta
andauthored
Update charset/charset.go
Co-Authored-By: tangenta <tangenta@126.com>
1 parent 396c043 commit 824320b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charset/charset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var charsetInfos = []*Charset{
5858
{CharsetASCII, CollationASCII, make(map[string]*Collation), "US ASCII", 1},
5959
{CharsetLatin1, CollationLatin1, make(map[string]*Collation), "cp1252 West European", 1},
6060
{CharsetBin, CollationBin, make(map[string]*Collation), "Binary pseudo charset", 1},
61-
{CharsetGBK, CollationGBKChineseCi, make(map[string]*Collation), "GBK Simplified Chinese", 1},
61+
{CharsetGBK, CollationGBKChineseCi, make(map[string]*Collation), "GBK Simplified Chinese", 2},
6262
}
6363

6464
// All the names supported collations should be in the following table.

0 commit comments

Comments
 (0)