Changeset 803 for trunk/readinst.tcl


Ignore:
Timestamp:
Dec 4, 2009 5:12:18 PM (13 years ago)
Author:
toby
Message:

# on 2004/09/20 15:29:14, toby did:
force all output to instfile to be in ASCII

this might solve bugs where non-ascii chars invalidate .EXP file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/readinst.tcl

    • Property rcs:date changed from 2003/11/05 22:13:58 to 2004/09/20 15:29:14
    • Property rcs:rev changed from 1.3 to 1.4
    r740 r803  
    115115    # open the file and write all the records
    116116    set fp [open ${instfile} w]
    117     fconfigure $fp -translation crlf
     117    fconfigure $fp -translation crlf -encoding ascii
    118118    set keylist [lsort [array names instarray]]
    119119    foreach key $keylist {
Note: See TracChangeset for help on using the changeset viewer.