diff options
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" |