SourceCodeManagerUtilities.st
changeset 1378 056a1b94de85
parent 1377 0fd99dd003f6
child 1381 9a44354883b8
--- a/SourceCodeManagerUtilities.st	Fri Mar 12 13:43:34 2004 +0100
+++ b/SourceCodeManagerUtilities.st	Fri Mar 12 16:12:00 2004 +0100
@@ -2152,9 +2152,9 @@
                 (CharacterEncoder encoderFor:enc asSymbol ifAbsent:nil) notNil ifTrue:[
                     ^ enc asSymbol
                 ].
-                enc size >=3 ifTrue:[
-                    Transcript showCR:'Unknown encoding: ' , withoutQuotes value.
-                ]
+"/                enc size >=3 ifTrue:[
+"/                    Transcript showCR:'Unknown encoding: ' , withoutQuotes value.
+"/                ]
             ].
         ].
     ].
@@ -2244,5 +2244,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.101 2004-03-12 12:43:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.102 2004-03-12 15:12:00 cg Exp $'
 ! !