#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 20 Jun 2016 14:05:57 +0200
changeset 20016 40b9d147b855
parent 20015 e91971b89af2
child 20017 c52f5f68f9fb
#FEATURE by cg class: Character comment/format in: #unicodeBlock
Character.st
--- a/Character.st	Mon Jun 20 14:05:34 2016 +0200
+++ b/Character.st	Mon Jun 20 14:05:57 2016 +0200
@@ -1800,7 +1800,8 @@
 !
 
 unicodeBlock
-    "return the name of the unicode block in which this character is"
+    "return the name of the unicode block in which this character is.
+     incomplete"
 
     asciivalue <= 16r007F ifTrue:[^ #BASIC_LATIN ].
     asciivalue <= 16r00FF ifTrue:[^ #LATIN1_SUPPLEMENT ].