StringCollection.st
changeset 7982 0412a26c4621
parent 7916 55417bd7cc1d
child 8375 b43b5d1c494d
--- a/StringCollection.st	Fri Feb 20 17:04:45 2004 +0100
+++ b/StringCollection.st	Sat Feb 21 13:08:23 2004 +0100
@@ -187,7 +187,7 @@
 encoding
     self do:[:l | l notNil ifTrue:[^ l encoding]].
     "/ sigh
-    ^ #'iso8859-1'
+    ^ #'unicode'
 ! !
 
 !StringCollection methodsFor:'searching'!
@@ -277,5 +277,5 @@
 !StringCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.33 2004-02-11 18:52:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StringCollection.st,v 1.34 2004-02-21 12:08:11 cg Exp $'
 ! !