diff options
author | dgp <dgp@users.sourceforge.net> | 2024-07-31 17:58:28 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-07-31 17:58:28 (GMT) |
commit | 849e8743a0a26f736f3179888535404b44c47181 (patch) | |
tree | 78f35d81fad7deefcd7684bad459d198778c0d66 /library/print.tcl | |
parent | 45d3973d64de534a885940f93f052d967a0d0b67 (diff) | |
parent | e626189b9df61e69de84156fc55368c0e0f35e8a (diff) | |
download | tk-849e8743a0a26f736f3179888535404b44c47181.zip tk-849e8743a0a26f736f3179888535404b44c47181.tar.gz tk-849e8743a0a26f736f3179888535404b44c47181.tar.bz2 |
merge trunkcore-9-0-b3
Diffstat (limited to 'library/print.tcl')
-rw-r--r-- | library/print.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |