sbbs.el

View Ticket
Login
Ticket Hash: ee2e075a9819e83f97775ac8216b2c3753e8594b
Title: Fix encoding issues
Status: Fixed Type: Code_Defect
Severity: Critical Priority: Immediate
Subsystem: Resolution: Fixed
Last Modified: 2020-06-05 21:44:16
Version Found In: 0.1.0
User Comments:
phi added on 2020-05-28 16:36:21:
There are decoding issues when opening non-ASCII text, such as on https://bbs.jp.net/mona. 

Instead of 

There's this new board for everything related to Japanese culture.
      ⋁
          ∧_∧
    ∧_∧  (´<_`  ) ∠This is incredibly original.
   ( ´_ゝ`) /   ⌒i   
   /   \     | |       
  /    / ̄ ̄ ̄ ̄/ |          
__(__ニつ/  FMV  / .| .|____
    \/____/ (u ⊃

one gets

There's this new board for everything related to Japanese culture.
\343\200\200\342\200...

and so on.

zge added on 2020-05-31 12:32:34:
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.

anonymous added on 2020-06-01 09:19:39:
There have been some comments on the issue here: http://textboard.org/prog/39/263

zge added on 2020-06-05 21:44:16:

Fixed in commit 17bd3b26618a4f16