about summary refs log tree commit diff stats
path: root/apps/ex14.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ex14.mu')
-rw-r--r--apps/ex14.mu9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/ex14.mu b/apps/ex14.mu
index 4a2d5dd7..b940e4f6 100644
--- a/apps/ex14.mu
+++ b/apps/ex14.mu
@@ -1,7 +1,7 @@
 # Unicode demo
 #
-# Mu can't read Unicode from keyboard yet, so we'll read from disk and print
-# to screen.
+# Mu can't read Unicode from keyboard yet, so we'll read utf-8 from disk and
+# print to screen.
 #
 # Steps for trying it out:
 #   1. Translate this example into a disk image code.img.
@@ -13,11 +13,6 @@
 #       qemu-system-i386 -hda code.img -hdb data.img
 #
 # Expected output: 'நட' in green near the top-left corner of screen
-#
-# Limitations:
-#   - Utf-8 is the one true encoding.
-#   - No keyboard support yet.
-#   - Just single-code-point graphemes so far. No combiner characters, etc.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var text-storage: (stream byte 0x200)