diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-09 07:30:44 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-09 07:30:44 -0800 |
commit | d1808995b2c6b99749237a29e6ac6477d00ff8f9 (patch) | |
tree | f21aff05c07c09d7c8d0d6e9660e0ffe1b2777b1 /linux | |
parent | a459208291ffea063cd532cf2ab5b6adf27d80b7 (diff) | |
download | mu-d1808995b2c6b99749237a29e6ac6477d00ff8f9.tar.gz |
copy back some error messages from linux/
Diffstat (limited to 'linux')
-rw-r--r-- | linux/403unicode.mu | 2 |
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" |