• exec/fseditor.js

    From Rob Swindell (on Debian Linux)@1:103/705 to Git commit to main/sbbs/master on Thu Jun 13 18:04:40 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/22f5dd4609a316ef6d1182a3
    Modified Files:
    exec/fseditor.js
    Log Message:
    Open the quote file in "binary" mode (only applicable on Windows)

    If the quote file contained a Ctrl-Z (ASCII 26) char, it would be truncated
    at that point. Some UTF-8 messages that include a "right arrow" unicode code point are translated to ASCII Ctrl-Z (ASCII 26) char, which is interpretted
    by Windows as "EOF" (end of file) marker for files open in "text mode" and
    the file won't be read beyond that char. Open the file in binary mode to
    more closely match the *nix fopen() before.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)