SourceCodeManagerUtilities.st
changeset 2365 f9d88e3df45d
parent 2362 9c4eba6eac26
child 2383 04860eb94c0c
--- a/SourceCodeManagerUtilities.st	Fri May 20 12:32:09 2011 +0200
+++ b/SourceCodeManagerUtilities.st	Fri May 20 14:38:35 2011 +0200
@@ -3255,20 +3255,6 @@
 
 !SourceCodeManagerUtilities class methodsFor:'utilities-encoding'!
 
-guessEncodingOfBuffer:buffer
-    "look for a string of the form
-            encoding #name
-     or:
-            encoding: name
-     within the given buffer 
-     (which is usually the first few bytes of a textFile)."
-
-    <resource: #obsolete>
-
-    self obsoleteMethodWarning:'ask CharacterEncoder'.
-    ^ CharacterEncoder guessEncodingOfBuffer:buffer
-!
-
 guessEncodingOfFile:aFilename
     "look for a string
         encoding #name
@@ -3305,9 +3291,9 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.214 2011-05-06 08:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.215 2011-05-20 12:38:35 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.214 2011-05-06 08:39:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.215 2011-05-20 12:38:35 stefan Exp $'
 ! !