class: Unicode32String
authorClaus Gittinger <cg@exept.de>
Sat, 27 Jul 2013 15:54:51 +0200
changeset 3065 8488543e42fa
parent 3064 7fe7e32ae4dd
child 3066 5ec162bc812d
class: Unicode32String comment/format in: #printOn: wether -> whether (lookup what wether is ;-)
Unicode32String.st
--- a/Unicode32String.st	Thu Jul 25 11:49:26 2013 +0200
+++ b/Unicode32String.st	Sat Jul 27 15:54:51 2013 +0200
@@ -112,9 +112,11 @@
 
 printOn:aStream
     "print the receiver on aStream. 
-     Let aStream decide how to represent this, wether utf8, ucs16, ..."
+     Let aStream decide how to represent this, whether utf8, ucs16, ..."
 
     aStream nextPutAllUnicode:self
+
+    "Modified (comment): / 27-07-2013 / 15:37:03 / cg"
 ! !
 
 !Unicode32String methodsFor:'printing & storing'!
@@ -184,11 +186,12 @@
 !Unicode32String class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Unicode32String.st,v 1.13 2012-04-24 14:57:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Unicode32String.st,v 1.14 2013-07-27 13:54:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic2/Unicode32String.st,v 1.13 2012-04-24 14:57:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Unicode32String.st,v 1.14 2013-07-27 13:54:51 cg Exp $'
 ! !
 
+
 Unicode32String initialize!