mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-07 13:16:34 +02:00
Unicode support
This commit is contained in:
parent
f51d8f014b
commit
f89f955367
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ Section | Status | Comments
|
||||||
6.3 Booleans | Yes |
|
6.3 Booleans | Yes |
|
||||||
6.4 Pairs and lists | Yes |
|
6.4 Pairs and lists | Yes |
|
||||||
6.5 Symbols | Yes |
|
6.5 Symbols | Yes |
|
||||||
6.6 Characters | Partial | No unicode support.
|
6.6 Characters | Yes |
|
||||||
6.7 Strings | Partial | No unicode support.
|
6.7 Strings | Yes |
|
||||||
6.8 Vectors | Yes |
|
6.8 Vectors | Yes |
|
||||||
6.9 Bytevectors | Yes |
|
6.9 Bytevectors | Yes |
|
||||||
6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.
|
6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.
|
||||||
|
|
Loading…
Add table
Reference in a new issue