Give character-name Unicode codepoints
This commit is contained in:
parent
28db834ea2
commit
7efd5b4122
|
@ -1,41 +1,41 @@
|
||||||
(id alarm)
|
(id alarm)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+0007 [R6RS, R7RS]")
|
||||||
|
|
||||||
(id backspace)
|
(id backspace)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+0008 [R6RS, R7RS]")
|
||||||
|
|
||||||
(id delete)
|
(id delete)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+007F [R6RS, R7RS]")
|
||||||
|
|
||||||
(id esc)
|
(id esc)
|
||||||
(description "[R6RS]")
|
(description "U+001B [R6RS]")
|
||||||
|
|
||||||
(id escape)
|
(id escape)
|
||||||
(description "[R7RS]")
|
(description "U+001B [R7RS]")
|
||||||
|
|
||||||
(id linefeed)
|
(id linefeed)
|
||||||
(description "[R6RS]")
|
(description "U+000A [R6RS]")
|
||||||
|
|
||||||
(id newline)
|
(id newline)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+000A [R6RS, R7RS]")
|
||||||
|
|
||||||
(id nul)
|
(id nul)
|
||||||
(description "[R6RS]")
|
(description "U+0000 [R6RS]")
|
||||||
|
|
||||||
(id null)
|
(id null)
|
||||||
(description "[R7RS]")
|
(description "U+0000 [R7RS]")
|
||||||
|
|
||||||
(id page)
|
(id page)
|
||||||
(description "[R6RS]")
|
(description "U+000C [R6RS]")
|
||||||
|
|
||||||
(id return)
|
(id return)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+000D [R6RS, R7RS]")
|
||||||
|
|
||||||
(id space)
|
(id space)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+0020 [R6RS, R7RS]")
|
||||||
|
|
||||||
(id tab)
|
(id tab)
|
||||||
(description "[R6RS, R7RS]")
|
(description "U+0009 [R6RS, R7RS]")
|
||||||
|
|
||||||
(id vtab)
|
(id vtab)
|
||||||
(description "[R6RS]")
|
(description "U+000B [R6RS]")
|
||||||
|
|
Loading…
Reference in New Issue