mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 11:22:30 +01:00
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);
|