about summary refs log tree commit diff stats
path: root/linux/403unicode.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-09 07:30:44 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-09 07:30:44 -0800
commitd1808995b2c6b99749237a29e6ac6477d00ff8f9 (patch)
treef21aff05c07c09d7c8d0d6e9660e0ffe1b2777b1 /linux/403unicode.mu
parenta459208291ffea063cd532cf2ab5b6adf27d80b7 (diff)
downloadmu-d1808995b2c6b99749237a29e6ac6477d00ff8f9.tar.gz
copy back some error messages from linux/
Diffstat (limited to 'linux/403unicode.mu')
-rw-r--r--linux/403unicode.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/403unicode.mu b/linux/403unicode.mu
index 2baefd9f..8594615a 100644
--- a/linux/403unicode.mu
+++ b/linux/403unicode.mu
@@ -199,7 +199,7 @@ fn read-grapheme in: (addr stream byte) -> _/eax: grapheme {
     }
 $read-grapheme:abort: {
       # TODO: print to stderr
-      print-string-to-real-screen "utf-8 encodings larger than 4 bytes are not supported. First byte seen: "
+      print-string-to-real-screen "utf-8 encodings larger than 4 bytes are not yet supported. First byte seen: "
       var n/eax: int <- copy c
       print-int32-hex-to-real-screen n
       print-string-to-real-screen "\n"