From: Jack Allnutt Date: Sat, 3 Aug 2013 04:47:26 +0000 (+0100) Subject: Default encoding should be 'utf8' instead of 'UTF-8' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=396ea0d956dbef57a10947f8dd0936bee29ead4f;p=KiwiIRC.git Default encoding should be 'utf8' instead of 'UTF-8' --- 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