comment/format in: #encoding
authorStefan Vogel <sv@exept.de>
Tue, 10 Jul 2012 09:58:31 +0200
changeset 14173 636682b78126
parent 14172 8c2cf2a68116
child 14174 3a4f041c94a2
comment/format in: #encoding
StringCollection.st
--- a/StringCollection.st	Tue Jul 10 09:55:50 2012 +0200
+++ b/StringCollection.st	Tue Jul 10 09:58:31 2012 +0200
@@ -289,7 +289,7 @@
 encoding
     self do:[:l | l notNil ifTrue:[^ l encoding]].
     "/ sigh
-    ^ #'unicode'
+    ^ #unicode
 !
 
 stringSize
@@ -385,9 +385,9 @@
 !StringCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.42 2012-04-21 15:23:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.43 2012-07-10 07:58:31 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.42 2012-04-21 15:23:45 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.43 2012-07-10 07:58:31 stefan Exp $'
 ! !