aboutsummaryrefslogtreecommitdiffstats
path: root/main/eggdrop/utf8.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2020-03-09 10:47:41 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-25 17:13:42 +0000
commitbe4e9928d9fbeb45a36b8601def0782732fb0a98 (patch)
tree0beb07b5796f84ca6351a659ff71633a4f259eb7 /main/eggdrop/utf8.patch
parent936220e3a5ca223ed285e6b9ad8d37fd8c64218e (diff)
main/eggdrop: upgrade to 1.8.4
Diffstat (limited to 'main/eggdrop/utf8.patch')
-rw-r--r--main/eggdrop/utf8.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/main/eggdrop/utf8.patch b/main/eggdrop/utf8.patch
new file mode 100644
index 00000000000..385357cd958
--- /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);