Unicode support

This commit is contained in:
Justin Ethier 2017-11-13 17:51:24 -05:00
parent f51d8f014b
commit f89f955367

View file

@ -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.