Add 'eggdrop/' from commit '2b21f843e485b88cf55ba09ee41e05d75e592e18'
git-subtree-dir: eggdrop git-subtree-mainline:45e68051begit-subtree-split:2b21f843e4
This commit is contained in:
12
eggdrop/utf8.patch
Normal file
12
eggdrop/utf8.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -Nura e2/src/tcl.c e1/src/tcl.c
|
||||
--- e2/src/tcl.c 2011-09-10 01:37:53.000000000 +0400
|
||||
+++ e1/src/tcl.c 2016-10-08 01:25:00.830082096 +0300
|
||||
@@ -863,7 +863,7 @@
|
||||
}
|
||||
|
||||
if (encoding == NULL) {
|
||||
- encoding = "iso8859-1";
|
||||
+ encoding = "utf-8";
|
||||
}
|
||||
|
||||
Tcl_SetSystemEncoding(NULL, encoding);
|
||||
Reference in New Issue
Block a user