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.
On Firefox (Mac), it renders as Òthe halceon days are yet to come.Ó
On Safari (Mac), it renders as �the halceon days are yet to come.�
If I manually switch Safari to use the Mac OS Roman text encoding, the quotes render correctly as “the halceon days are yet to come.”
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.
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.
Òthe halceon days are yet to come.Ó
�the halceon days are yet to come.�
“the halceon days are yet to come.”
It looks like neither the HTTP headers nor the HTML code specify the text encoding:
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.