FileBrowser.st
changeset 5539 1c7984963fc0
parent 5531 3d9480ee977c
child 5566 3fea3a9a1df5
--- a/FileBrowser.st	Wed Feb 18 16:53:40 2004 +0100
+++ b/FileBrowser.st	Wed Feb 18 18:51:05 2004 +0100
@@ -1507,7 +1507,7 @@
             w notNil ifTrue:[
                 enc := withoutQuotes value asSymbolIfInterned.
                 enc notNil ifTrue:[
-                    (CharacterEncoder unicodeEncoderFor:enc ifAbsent:nil) notNil ifTrue:[
+                    (CharacterEncoder encoderFor:enc ifAbsent:nil) notNil ifTrue:[
                         ^ enc
                     ].
                 ].
@@ -7507,5 +7507,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.579 2004-02-17 13:48:09 tm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.580 2004-02-18 17:51:05 cg Exp $'
 ! !