CharacterArray.st
branchjv
changeset 17940 985e22966acb
parent 17928 8e8dad2e6269
child 17944 084a2c804b87
--- a/CharacterArray.st	Fri Apr 13 15:03:30 2012 +0100
+++ b/CharacterArray.st	Sat May 05 22:58:24 2012 +0100
@@ -4270,6 +4270,7 @@
     "Created: / 08-03-2012 / 03:11:11 / cg"
 ! !
 
+
 !CharacterArray methodsFor:'padded copying'!
 
 centerPaddedTo:newSize
@@ -4790,6 +4791,7 @@
     "Modified: 17.4.1997 / 12:50:23 / cg"
 ! !
 
+
 !CharacterArray methodsFor:'special string converting'!
 
 expandPlaceholdersWith:argArrayOrDictionary
@@ -5955,6 +5957,18 @@
     "Modified: / 13-09-2006 / 11:35:15 / cg"
 !
 
+isUnicode16String
+    ^ false
+!
+
+isUnicode32String
+    ^ false
+!
+
+isUnicodeString
+    ^ false
+!
+
 isValidSmalltalkIdentifier
     "return true, if the receivers characters make up a valid smalltalk identifier"
 
@@ -6061,15 +6075,15 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.470 2012/03/08 03:09:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.471 2012/04/24 14:56:08 stefan Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.470 2012/03/08 03:09:27 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.471 2012/04/24 14:56:08 stefan Exp §'
 !
 
 version_SVN
-    ^ '$Id: CharacterArray.st 10792 2012-03-21 17:45:38Z vranyj1 $'
+    ^ '$Id: CharacterArray.st 10807 2012-05-05 21:58:24Z vranyj1 $'
 ! !
 
 CharacterArray initialize!