Changeset 4979


Ignore:
Timestamp:
Apr 10, 2022, 8:26:27 PM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed: After converting a file from UTF-16LE to ibm-850 and automatic Revert, converted file was opened binary. Commented out the special BIN handling in Revert, because it is determined for the old file. Fixes #32.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/revert.e

    r4611 r4979  
    108108         'UnLock'
    109109      endif
     110/*
     111      -- This is the old mode
    110112      Mode = GetMode()
    111113      if Mode = 'BIN' then
     
    119121         endif
    120122      else
    121          'e /d ='            -- /D means load from disk even if in ring.
     123*/
     124         'e /d ='            -- /d means load from disk even if in ring.
    122125         if not rc then
    123126            'QuitSameFile'
    124127            'PostMe RestorePos 'SavedPos  -- postme required
    125128         endif
     129/*
    126130      endif
     131*/
    127132   enddo
    128133
Note: See TracChangeset for help on using the changeset viewer.