Changeset 687 for trunk/tcl/scripts


Ignore:
Timestamp:
Apr 27, 2007 8:44:51 PM (17 years ago)
Author:
mmc
Message:

Fixed the Rappture library and <string> element to handle binary
data properly. Binary data was getting compressed twice--once in
the textentry and again in the xml library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tcl/scripts/library.tcl

    r647 r687  
    499499        set fileName $str
    500500        set fid [open $fileName r]
    501         fconfigure $fid -translation binary
     501        fconfigure $fid -translation binary -encoding binary
    502502        set str [read $fid]
    503503        close $fid
Note: See TracChangeset for help on using the changeset viewer.