summaryrefslogtreecommitdiffstats
path: root/generic/tclZlib.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-01-16 14:16:34 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-01-16 14:16:34 (GMT)
commit9843ac2a949950a8dd51bcba03fbdfcb71d0e48f (patch)
tree4efb09d21a52695b78db8cfc0841a372283602c2 /generic/tclZlib.c
parent8d1982bdd791d4454a5e3f8928b5936b869b0d43 (diff)
parent445ffe85310c4a5853d313305b11a4323605c29c (diff)
downloadtcl-9843ac2a949950a8dd51bcba03fbdfcb71d0e48f.zip
tcl-9843ac2a949950a8dd51bcba03fbdfcb71d0e48f.tar.gz
tcl-9843ac2a949950a8dd51bcba03fbdfcb71d0e48f.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclZlib.c')
-rw-r--r--generic/tclZlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclZlib.c b/generic/tclZlib.c
index 9c1176e..47091de 100644
--- a/generic/tclZlib.c
+++ b/generic/tclZlib.c
@@ -3865,7 +3865,7 @@ TclZlibInit(
cfg[0].key = "zlibVersion";
cfg[0].value = zlibVersion();
cfg[1].key = NULL;
- Tcl_RegisterConfig(interp, "zlib", cfg, "ascii");
+ Tcl_RegisterConfig(interp, "zlib", cfg, "iso8859-1");
/*
* Formally provide the package as a Tcl built-in.