registry.scheme.org/character-name.scm

63 lines
1000 B
Scheme
Raw Permalink Normal View History

2020-08-06 16:54:00 -04:00
(id alarm)
(string-escape "\\a")
2020-08-17 02:40:39 -04:00
(description "U+0007 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id backspace)
(string-escape "\\b")
2020-08-17 02:40:39 -04:00
(description "U+0008 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id bel)
(description "U+0007 [Chez Scheme]")
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)
(string-escape "\\n")
2020-08-17 02:40:39 -04:00
(description "U+000A [R6RS]")
2020-08-06 16:54:00 -04:00
(id ls)
(description "U+2028 [Chez Scheme]")
(id nel)
(description "U+0085 [Chez Scheme]")
2020-08-06 16:54:00 -04:00
(id newline)
(string-escape "\\n")
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)
(string-escape "\\r")
2020-08-17 02:40:39 -04:00
(description "U+000D [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id rubout)
(description "U+007F [Chez Scheme]")
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)
(string-escape "\\t")
2020-08-17 02:40:39 -04:00
(description "U+0009 [R6RS, R7RS]")
2020-08-06 16:54:00 -04:00
(id vt)
(description "U+000B [Chez Scheme]")
2020-08-06 16:54:00 -04:00
(id vtab)
2020-08-17 02:40:39 -04:00
(description "U+000B [R6RS]")