CharacterArray.st
changeset 14141 e86d245213b0
parent 14137 1eb1b4a3f364
child 14150 e13160aa321a
--- a/CharacterArray.st	Wed May 16 21:31:45 2012 +0200
+++ b/CharacterArray.st	Wed May 16 23:41:45 2012 +0200
@@ -3053,6 +3053,10 @@
     "thats not really true - characters above ascii 16r7F may need special treatment"
 
     ^ ((UnicodeString new:self size) replaceFrom:1 to:self size with:self startingAt:1)
+
+    "
+        'Hello World' asUnicodeString
+    "
 !
 
 asUnixFilename
@@ -6077,11 +6081,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.472 2012-05-15 19:35:04 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.473 2012-05-16 21:41:45 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.472 2012-05-15 19:35:04 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.473 2012-05-16 21:41:45 stefan Exp $'
 ! !
 
 CharacterArray initialize!