summaryrefslogtreecommitdiffstats
path: root/generic/tclPkgConfig.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 14:31:26 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-22 14:31:26 (GMT)
commit021af90722d6cf901b75e8f36f0d6cf0a62ed56e (patch)
tree210b8a5ec1f4880f7174f9fa3f59c93e14544f3b /generic/tclPkgConfig.c
parentd970d6f3f67a50a0b71ef5d61f77c9353a09ef64 (diff)
parentbe83197ee590ec252235b5684a13f8d42e35c814 (diff)
downloadtcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.zip
tcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.tar.gz
tcl-021af90722d6cf901b75e8f36f0d6cf0a62ed56e.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/tclPkgConfig.c')
-rw-r--r--generic/tclPkgConfig.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclPkgConfig.c b/generic/tclPkgConfig.c
index 96b6962..12df68e 100644
--- a/generic/tclPkgConfig.c
+++ b/generic/tclPkgConfig.c
@@ -35,6 +35,10 @@
#include "tclInt.h"
+#ifndef TCL_CFGVAL_ENCODING
+# define TCL_CFGVAL_ENCODING "utf-8"
+#endif
+
/*
* Use C preprocessor statements to define the various values for the embedded
* configuration information.