Changeset 805 for trunk/gsascmds.tcl


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

# on 2004/09/20 15:32:20, 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/gsascmds.tcl

    • Property rcs:date changed from 2004/05/04 17:20:35 to 2004/09/20 15:32:20
    • Property rcs:lines changed from +13 -3 to +2 -2
    • Property rcs:rev changed from 1.57 to 1.58
    r791 r805  
    15911591        set in [open $file r]
    15921592        set out [open $tmpname w]
    1593         fconfigure $out -translation crlf
     1593        fconfigure $out -translation crlf -encoding ascii
    15941594        set len [gets $in line]
    15951595        if {$len > 160} {
Note: See TracChangeset for help on using the changeset viewer.