Add 'eggdrop/' from commit '2b21f843e485b88cf55ba09ee41e05d75e592e18'

git-subtree-dir: eggdrop
git-subtree-mainline: 45e68051be
git-subtree-split: 2b21f843e4
This commit is contained in:
2019-09-06 12:52:20 +02:00
4 changed files with 164 additions and 0 deletions

12
eggdrop/utf8.patch Normal file
View 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);