git-subtree-dir: eggdrop git-subtree-mainline:45e68051begit-subtree-split:2b21f843e4
13 lines
300 B
Diff
13 lines
300 B
Diff
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);
|