Skip to content
Snippets Groups Projects
  1. Jun 16, 2024
  2. Jun 15, 2024
  3. Jun 14, 2024
    • Rob Swindell's avatar
      Open the quote file in "binary" mode (only applicable on Windows) · 22f5dd46
      Rob Swindell authored
      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.
      22f5dd46
  4. Jun 10, 2024
  5. Jun 09, 2024
  6. Jun 04, 2024
  7. Jun 02, 2024
  8. May 29, 2024
  9. May 28, 2024
  10. May 27, 2024
  11. May 26, 2024
  12. May 25, 2024
Loading