diff options
author | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-16 12:14:44 (GMT) |
---|---|---|
committer | ferrieux <ferrieux@users.sourceforge.net> | 2009-11-16 12:14:44 (GMT) |
commit | eaaa5034bff48b8fd6162def1dd4b0020b7c46cc (patch) | |
tree | c768bc39837f58df10cf53d8c7c937a8fc90c731 /tests | |
parent | 29964f603b788e4be58ee964184a84854b3724be (diff) | |
download | tcl-eaaa5034bff48b8fd6162def1dd4b0020b7c46cc.zip tcl-eaaa5034bff48b8fd6162def1dd4b0020b7c46cc.tar.gz tcl-eaaa5034bff48b8fd6162def1dd4b0020b7c46cc.tar.bz2 |
Fix [Bug 2891556] and improve test to detect similar manifestations in the future.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/encoding.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/encoding.test b/tests/encoding.test index 02dc07a..4530580 100644 --- a/tests/encoding.test +++ b/tests/encoding.test @@ -8,7 +8,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: encoding.test,v 1.27.4.1 2008/07/22 03:34:30 dgp Exp $ +# RCS: @(#) $Id: encoding.test,v 1.27.4.2 2009/11/16 12:14:45 ferrieux Exp $ package require tcltest 2 @@ -414,6 +414,7 @@ test encoding-24.2 {EscapeFreeProc on open channels} -constraints { } -setup { # Bug #524674 output set file [makeFile { + encoding system cp1252; # Bug #2891556 crash revelator fconfigure stdout -encoding iso2022-jp puts ab\u4e4e\u68d9g exit |