FourByteString.st
changeset 3805 9cb0780df5fc
parent 3586 a6d20359cdf4
child 3826 63c5834d27c1
--- a/FourByteString.st	Mon Apr 11 18:01:19 2016 +0200
+++ b/FourByteString.st	Thu Apr 14 12:53:36 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -134,6 +132,8 @@
 !
 
 isWideString
+    "true if I require more than one byte per character"
+
     ^ true
 ! !