Skip to content

Commit bf3a7e7

Browse files
committed
改为默认使用utf8mb4字符集
kbengine#1262
1 parent 096e1f3 commit bf3a7e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kbe/res/server/kbengine_defaults.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@
365365
(Character encoding type)
366366
-->
367367
<unicodeString>
368-
<characterSet> utf8 </characterSet> <!-- Type: String -->
369-
<collation> utf8_bin </collation> <!-- Type: String -->
368+
<characterSet> utf8mb4 </characterSet> <!-- Type: String -->
369+
<collation> utf8mb4_bin </collation> <!-- Type: String -->
370370
</unicodeString>
371371
</default>
372372
</databaseInterfaces>

0 commit comments

Comments
 (0)