registry.scheme.org/character-name.scm

42 lines
632 B
Scheme
Raw Normal View History

2020-08-06 16:54:00 -04:00
(id alarm)
2020-08-17 02:40:39 -04:00
(description "U+0007 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id backspace)
2020-08-17 02:40:39 -04:00
(description "U+0008 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id delete)
2020-08-17 02:40:39 -04:00
(description "U+007F [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id esc)
2020-08-17 02:40:39 -04:00
(description "U+001B [R6RS]")
2020-08-06 16:54:00 -04:00
(id escape)
2020-08-17 02:40:39 -04:00
(description "U+001B [R7RS]")
2020-08-06 16:54:00 -04:00
(id linefeed)
2020-08-17 02:40:39 -04:00
(description "U+000A [R6RS]")
2020-08-06 16:54:00 -04:00
(id newline)
2020-08-17 02:40:39 -04:00
(description "U+000A [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id nul)
2020-08-17 02:40:39 -04:00
(description "U+0000 [R6RS]")
2020-08-06 16:54:00 -04:00
(id null)
2020-08-17 02:40:39 -04:00
(description "U+0000 [R7RS]")
2020-08-06 16:54:00 -04:00
(id page)
2020-08-17 02:40:39 -04:00
(description "U+000C [R6RS]")
2020-08-06 16:54:00 -04:00
(id return)
2020-08-17 02:40:39 -04:00
(description "U+000D [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id space)
2020-08-17 02:40:39 -04:00
(description "U+0020 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id tab)
2020-08-17 02:40:39 -04:00
(description "U+0009 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id vtab)
2020-08-17 02:40:39 -04:00
(description "U+000B [R6RS]")