From f89f955367b1e106c135fd048b4dd655b468a58c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 13 Nov 2017 17:51:24 -0500 Subject: [PATCH] Unicode support --- docs/Scheme-Language-Compliance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index fb0a2dd8..61e5d918 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -41,8 +41,8 @@ Section | Status | Comments 6.3 Booleans | Yes | 6.4 Pairs and lists | Yes | 6.5 Symbols | Yes | -6.6 Characters | Partial | No unicode support. -6.7 Strings | Partial | No unicode support. +6.6 Characters | Yes | +6.7 Strings | Yes | 6.8 Vectors | Yes | 6.9 Bytevectors | Yes | 6.10 Control features | Yes | `dynamic-wind` is limited, and does not work across calls to continuations.