diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-09 07:27:17 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-09 07:27:17 -0800 |
commit | cc39b738c5c4d7ebaa334d6fe21e782aaeb96f65 (patch) | |
tree | 8ac1d48922d3f02bcbf0c6beb5a1c65beb2a32c5 | |
parent | b49ea0c7b08db95071487a0b36f7c556d294df40 (diff) | |
download | mu-cc39b738c5c4d7ebaa334d6fe21e782aaeb96f65.tar.gz |
.
-rw-r--r-- | 403unicode.mu | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/403unicode.mu b/403unicode.mu index 134f8216..5f5935c6 100644 --- a/403unicode.mu +++ b/403unicode.mu @@ -10,9 +10,7 @@ # in 4 bytes. (This can be confusing if you focus just on ASCII, where Mu's # graphemes and code-points are identical.) # -# Mu doesn't currently support combining code points, or graphemes made of -# multiple code points. One day we will. -# https://en.wikipedia.org/wiki/Combining_character +# Mu doesn't yet support graphemes consisting of multiple code points. fn test-unicode-serialization-and-deserialization { var i/ebx: int <- copy 0 |