From 08448b914879fcbab3e1b8c842caa29bbb04fd95 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 13 Nov 2017 17:50:54 -0500 Subject: [PATCH] Added unicode support --- CHANGELOG.md | 1 + docs/Scheme-Language-Compliance.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 904c035f..a8de96ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ Features +- Finally added Unicode support using UTF-8! - Allow a program to have macros expand into a top-level `import` expression. - Added continuous integration support thanks to Alex Arslan. diff --git a/docs/Scheme-Language-Compliance.md b/docs/Scheme-Language-Compliance.md index 823dedf5..5d66a44d 100644 --- a/docs/Scheme-Language-Compliance.md +++ b/docs/Scheme-Language-Compliance.md @@ -36,8 +36,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.