Hacker News new | ask | show | jobs
by bbrks 1062 days ago
What's with the encoding on that website? It's virtually unreadable in my browser.

e.g. From https://www.pilledtexts.com/files/nick-land/february.txt

> “This can’t go on,” he said. “It’s too blatantly wrong. It’s insolence.”

2 comments

It's UTF-8, but the server doesn't specify that so the browser treats it as windows-1252.
Edited my nginx file to display UTF-8, should look better now