Hacker News new | ask | show | jobs
by spc476 3391 days ago
I "ported" my blog to gopher as well (gopher://gopher.conman.org/) but it's not a clean port. The gopher client I use (an extension to Firefox) is not UTF-8 aware and thus there are character set issues. Also, there's some loss from the conversion of HTML to plain text (compare gopher://gopher.conman.org/0Phlog:2017/02/27.1 with http://boston.conman.org/2017/02/27.1).

But it wasn't that difficult to do. And yes, I do see a few people hitting the gopher site.

1 comments

I just tested your blog with OverbiteFF (I guess that's the client you're using), and I had to manually switch the encoding to Unicode (View->Text Encoding.) I see there's an "item type" field in the protocol, it's set to 0 (ie "plain text file") for your blog entries. The protocol doesn't seem to offer anything to specify the encoding to the client, so overbite must default to something like plain ascii.