Skip to content
Snippets Groups Projects
  1. Jan 06, 2024
  2. Jan 01, 2024
  3. Dec 26, 2023
  4. Dec 25, 2023
  5. Dec 22, 2023
  6. Dec 21, 2023
    • Rob Swindell's avatar
      Convert LATIN-1 to ISO-8859-1 charset on export to NNTP · b256f4ae
      Rob Swindell authored
      From: Carlos Navarro (2:341/234.1)
      
      Messages that use CHRS: LATIN-1 are not displayed properly in newsreaders
      (Synchronet's NNTP server renders them with the default charset=IBM437).
      
      This fix may work: edit exec/load/newsutil.js, at line 77 insert
      
              case "LATIN-1 2":
                      charset = "ISO-8859-1";
                      break;
      
      If you want to test: ßΘφ≤· ± (accented aeiou, n with tilde)
      b256f4ae
    • Rob Swindell's avatar
      Strip Ctrl-A codes from extended file descriptions · 22f1c81e
      Rob Swindell authored
      I'm doing this manually with String.replace() because the "built-in"
      strip_ctrl_a() function doesn't expand ^A/ (conditional line-break) as it
      would need to.
      22f1c81e
  7. Dec 20, 2023
  8. Dec 19, 2023
  9. Dec 17, 2023
  10. Dec 15, 2023
  11. Dec 12, 2023
  12. Dec 10, 2023
  13. Dec 09, 2023
  14. Dec 08, 2023
  15. Dec 04, 2023
Loading