From 83ba9e91932f82eb033d14cdfd3eede0dec15e61 Mon Sep 17 00:00:00 2001 From: csaba Date: Wed, 31 Jul 2024 09:52:20 +0000 Subject: Removed "-encoding binary" from library/print.tcl. --- library/print.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/print.tcl b/library/print.tcl index 5908b41..3319306 100644 --- a/library/print.tcl +++ b/library/print.tcl @@ -830,7 +830,7 @@ if {[tk windowingsystem] eq "x11"} { lappend printargs -P $printer # open temp file set fd [file tempfile fname tk_print] - chan configure $fd -encoding binary -translation binary + chan configure $fd -translation binary chan puts $fd $data chan close $fd # add -r to automatically delete temp files -- cgit v0.12