From 396ea0d956dbef57a10947f8dd0936bee29ead4f Mon Sep 17 00:00:00 2001 From: Jack Allnutt Date: Sat, 3 Aug 2013 05:47:26 +0100 Subject: [PATCH] Default encoding should be 'utf8' instead of 'UTF-8' --- config.example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.js b/config.example.js index bd1a3d5..3ab9d0f 100644 --- a/config.example.js +++ b/config.example.js @@ -69,7 +69,7 @@ conf.max_server_conns = 0; * Default encoding to be used by the server * As specified and limited to iconv-lite library support. */ -conf.default_encoding = 'UTF-8'; +conf.default_encoding = 'utf8'; /* * Client side plugins -- 2.25.1