Skip to content
Snippets Groups Projects

SlyEdit: Open the quote file in "binary" mode (only applicable on Windows; same as the fseditor change)

Merged Eric Oulashin requested to merge slyedit_open_quote_file_in_binary_mode into master

SlyEdit: Open the quote file in "binary" mode (only applicable on Windows; same as the fseditor change)

From the fseditor commit message for this change: 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.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Eric Oulashin added 1 commit

    added 1 commit

    • 012249aa - SlyEdit: Always open the quote/input file in "rb" mode

    Compare with previous version

  • Eric Oulashin resolved all threads

    resolved all threads

  • Rob Swindell enabled an automatic merge when all merge checks for 012249aa pass

    enabled an automatic merge when all merge checks for 012249aa pass

  • Rob Swindell mentioned in commit 6e818a2f

    mentioned in commit 6e818a2f

  • merged

  • Please register or sign in to reply
    Loading