scripting / Scripting-News

I'm starting to use GitHub for work on my blog. Why not? It's got good communication and collaboration tools. Why not hook it up to a blog?
121 stars 10 forks source link

Wrong text encoding on "Outliners & Programming" page #311

Open ole opened 2 months ago

ole commented 2 months ago

Hi Dave, I saw your post the other day linking to your page Outliners & Programming. Great read, thanks!

Small issue on that page: I noticed that the quotation marks in the phrase “the halceon days are yet to come.” do not render correctly in my browsers.

It looks like neither the HTTP headers nor the HTML code specify the text encoding:

$ curl --head "http://scripting.com/outlinersProgramming.html"
HTTP/1.1 200 OK
Date: Tue, 27 Aug 2024 12:54:06 GMT
Content-Type: text/html
Content-Length: 18900
Server: AmazonS3
Last-Modified: Wed, 02 Jan 2013 00:05:59 GMT
ETag: "14eb000fc596155005eb9b6f68a86500"
…

PS: I realize that page is a part of an archived site and it might not be easy for you to fix this, but I thought I'd let you know. Feel free to disregard and close this issue.