| Ticket UUID: | 0d645369ff34148a386ea4c7d356fd6607e62940 | ||
| Title: | Test "chan-io-52.11 TclCopyChannel & encodings" fails for Win32 | ||
| Type: | Bug | Created on: | 2016-07-26 11:59:56 |
| Submitter: | oehhar | Assigned to: | nobody |
| Subsystem: | - New Builtin Commands | Severity: | Minor |
| Priority: | 5 Medium | Last modified: | 2020-11-17 09:10:34 |
| Status: | Closed | Closed by: | oehhar |
| Resolution: | Fixed | Closed on: | 2020-11-17 09:10:34 |
| Version: | 8.6.6rc1 | ||
| Description: | ||||
|
Test "chan-io-52.11" fails as follows:
==== chan-io-52.11 TclCopyChannel & encodings FAILED
==== Contents of test case:
# binary to encoding => the input has to be in utf-8 to make sense to the
# encoder
set in [open $path(utf8-fcopy.txt) r]
set out [open $path(kyrillic.txt) w]
# -translation binary is also -encoding binary
chan configure $in -translation binary
chan configure $out -encoding koi8-r -translation lf
chan copy $in $out
chan close $in
chan close $out
file size $path(kyrillic.txt)
---- Result was:
4
---- Result should have been (exact matching):
3
==== chan-io-52.11 FAILED
for
| ||||
| User Comments: | ||||
oehhar added on 2020-11-17 09:10:34:
fixed: https://wiki.tcl-lang.org/page/Test+Suite+Log | ||||
