diff options
Diffstat (limited to 'main/eggdrop/utf8.patch')
| -rw-r--r-- | main/eggdrop/utf8.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/eggdrop/utf8.patch b/main/eggdrop/utf8.patch new file mode 100644 index 0000000000..385357cd95 --- /dev/null +++ b/main/eggdrop/utf8.patch @@ -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); |
