sbbs.el

Ticket Change Details
Login
Overview

Artifact ID: 29cfae1acf6b3691148960a98caa7a63ee28b4de4e6458a3f4bb06927073bf2c
Ticket: ee2e075a9819e83f97775ac8216b2c3753e8594b
Fix encoding issues
User & Date: zge on 2020-05-31 12:32:34
Changes

  1. icomment:
    Looking further into this, I think this might be a schemebbs issue, or at lease an issue with the configuration of textboard.org. 
    
    I ran 
    
    $ curl -I https://bbs.jp.net/sexp/mona/10
    HTTP/1.1 200 OK
    Server: nginx/1.18.0
    Date: Sun, 31 May 2020 12:28:44 GMT
    Content-Type: text/x-scheme
    Content-Length: 6175
    Last-Modified: Fri, 29 May 2020 18:22:58 GMT
    Connection: keep-alive
    ETag: "5ed15302-181f"
    Accept-Ranges: bytes
    
    where the Content-Type is just "text/x-scheme", without any encoding data. I'm not sure how url.el handles this, but in eww the same post gets rendered correctly.
    
  2. login: "zge"
  3. mimetype: "text/x-fossil-plain"
  4. priority changed to: "Immediate"
  5. resolution changed to: "Open"