# HG changeset patch # User Stefan Vogel # Date 1341907111 -7200 # Node ID 636682b781263219be94ae82b800caaa33572e1e # Parent 8c2cf2a68116b4471a66325b91c6f1dbc8a555ac comment/format in: #encoding diff -r 8c2cf2a68116 -r 636682b78126 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 $' ! !