summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/tclPkgConfig.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/generic/tclPkgConfig.c b/generic/tclPkgConfig.c
index 83a00dd..12df68e 100644
--- a/generic/tclPkgConfig.c
+++ b/generic/tclPkgConfig.c
@@ -36,11 +36,7 @@
#include "tclInt.h"
#ifndef TCL_CFGVAL_ENCODING
-# ifdef _WIN32
-# define TCL_CFGVAL_ENCODING "cp1252"
-# else
-# define TCL_CFGVAL_ENCODING "iso8859-1"
-# endif
+# define TCL_CFGVAL_ENCODING "utf-8"
#endif
/*