Default encoding should be 'utf8' instead of 'UTF-8'
authorJack Allnutt <jack@allnutt.eu>
Sat, 3 Aug 2013 04:47:26 +0000 (05:47 +0100)
committerJack Allnutt <jack@allnutt.eu>
Sat, 3 Aug 2013 04:47:26 +0000 (05:47 +0100)
config.example.js

index bd1a3d535d92bf174f71a181aa4190b63b0efc71..3ab9d0fab0522f4614a3e4f4689b53685b43b4e7 100644 (file)
@@ -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