CharacterArray.st
changeset 14168 fb2ae640ab02
parent 14150 e13160aa321a
child 14405 1d0d99a95bba
--- a/CharacterArray.st	Fri Jul 06 18:33:40 2012 +0200
+++ b/CharacterArray.st	Tue Jul 10 09:39:54 2012 +0200
@@ -1553,7 +1553,6 @@
 ! !
 
 
-
 !CharacterArray methodsFor:'character searching'!
 
 includesMatchCharacters
@@ -4639,7 +4638,7 @@
      and that singleByteStrings are therefore both unicode AND
      8859-1 encoded."
 
-    ^ #'unicode'
+    ^ #unicode
 !
 
 hasChangeOfEmphasis
@@ -6081,11 +6080,11 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.474 2012-06-01 11:11:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.475 2012-07-10 07:39:54 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.474 2012-06-01 11:11:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.475 2012-07-10 07:39:54 stefan Exp $'
 ! !
 
 CharacterArray initialize!