Go to file
Lassi Kortela b248110155 Declare character encoding
Though the page is output entirely in US-ASCII with Unicode characters
escaped as Ӓ that still doesn't appease W3C's HTML validator. It
wants us to explicitly declare an encoding. If we declare US-ASCII, it
also complains. Therefore declare UTF-8.
2020-08-07 16:14:12 +03:00
.gitignore Add web page generator 2020-08-05 10:03:43 +03:00
LICENSE Switch to CC0 license 2020-08-07 14:56:49 +03:00
character-name.scm Fix typo 2020-08-06 23:55:30 +03:00
features.scm Add many more feature identifiers 2020-08-07 10:53:26 +03:00
foreign-status-property.scm Improve presentation, clean up, add new things 2020-08-05 12:39:36 +03:00
foreign-status-set.scm Improve presentation, clean up, add new things 2020-08-05 12:39:36 +03:00
generate.scm Declare character encoding 2020-08-07 16:14:12 +03:00
hash-bang-syntax.scm Say where each #! identifier came from 2020-08-07 10:53:02 +03:00
hash-syntax.scm Add hash-syntax data file 2020-08-06 23:46:55 +03:00
library-name.scm Improve presentation, clean up, add new things 2020-08-05 12:39:36 +03:00
machine.scm Sort machine file 2020-08-05 12:51:18 +03:00
operating-system.scm Edit operating-system descriptions 2020-08-07 11:47:09 +03:00
scheme-id.scm Add scheme-id for racket 2020-08-07 14:06:34 +03:00