projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d8af6
)
Default encoding should be 'utf8' instead of 'UTF-8'
author
Jack Allnutt
<jack@allnutt.eu>
Sat, 3 Aug 2013 04:47:26 +0000
(
05:47
+0100)
committer
Jack Allnutt
<jack@allnutt.eu>
Sat, 3 Aug 2013 04:47:26 +0000
(
05:47
+0100)
config.example.js
patch
|
blob
|
blame
|
history
diff --git
a/config.example.js
b/config.example.js
index bd1a3d535d92bf174f71a181aa4190b63b0efc71..3ab9d0fab0522f4614a3e4f4689b53685b43b4e7 100644
(file)
--- 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 = '
utf
8';
/*
* Client side plugins