FileBrowser.st
changeset 5515 3ff121346fc1
parent 5514 a9e6eb4214bd
child 5516 bec64341cb20
--- a/FileBrowser.st	Fri Feb 13 01:49:48 2004 +0100
+++ b/FileBrowser.st	Fri Feb 13 01:54:14 2004 +0100
@@ -6148,9 +6148,6 @@
     editorsEncoding ~~ fileEncoding ifTrue:[
         (CharacterEncoder isEncoding:fileEncoding subSetOf:editorsEncoding) ifFalse:[
             encoder := CharacterEncoder encoderToEncodeFrom:fileEncoding into:editorsEncoding.
-            encoder isNullEncoder ifTrue:[
-                encoder := nil
-            ]
         ]
     ].
 
@@ -7612,5 +7609,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.568 2004-02-13 00:49:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.569 2004-02-13 00:54:14 cg Exp $'
 ! !