diff options
author | sebres <sebres@users.sourceforge.net> | 2017-03-06 20:10:42 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-03-06 20:10:42 (GMT) |
commit | ae0c48521551ffe6af28967e0c3b848836fb632e (patch) | |
tree | 2d31ad45057b33fefe5c2c8fe11d2752fac876b8 /tests/chanio.test | |
parent | 08192ab42f794f6a486fdc21a537cce794f04472 (diff) | |
parent | 72972a21efecd282225c91662d7f83037434f63e (diff) | |
download | tcl-ae0c48521551ffe6af28967e0c3b848836fb632e.zip tcl-ae0c48521551ffe6af28967e0c3b848836fb632e.tar.gz tcl-ae0c48521551ffe6af28967e0c3b848836fb632e.tar.bz2 |
merge core-8-6-branch
Diffstat (limited to 'tests/chanio.test')
-rw-r--r-- | tests/chanio.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chanio.test b/tests/chanio.test index 075b64e..8e27af9 100644 --- a/tests/chanio.test +++ b/tests/chanio.test @@ -6775,7 +6775,7 @@ test chan-io-52.10 {TclCopyChannel & encodings} {fcopy} { } 5 test chan-io-52.11 {TclCopyChannel & encodings} -setup { set f [open $path(utf8-fcopy.txt) w] - fconfigure $f -encoding utf-8 + fconfigure $f -encoding utf-8 -translation lf puts $f "\u0410\u0410" close $f } -constraints {fcopy} -body { |