SourceCodeManagerUtilities.st
changeset 1433 c3696ad0922b
parent 1429 a0bc2197c14e
child 1449 cfb2e98b9259
--- a/SourceCodeManagerUtilities.st	Mon Nov 14 15:34:52 2005 +0100
+++ b/SourceCodeManagerUtilities.st	Fri Nov 18 12:22:23 2005 +0100
@@ -2144,6 +2144,8 @@
      within the given buffer 
      (which is usually the first few bytes of a textFile)."
 
+    <resource: #obsolete>
+
     self obsoleteMethodWarning:'ask CharacterEncoder'.
     ^ CharacterEncoder guessEncodingOfBuffer:buffer
 !
@@ -2157,6 +2159,8 @@
      (which is usually the first few bytes of a textFile).
      If thats not found, use heuristics (in CharacterArray) to guess."
 
+    <resource: #obsolete>
+
     self obsoleteMethodWarning:'ask CharacterEncoder'.
     ^ CharacterEncoder guessEncodingOfFile:aFilename
 
@@ -2173,6 +2177,8 @@
             encoding: name
      in the first few bytes of aStream."
 
+    <resource: #obsolete>
+
     self obsoleteMethodWarning:'ask CharacterEncoder'.
     ^ CharacterEncoder guessEncodingOfStream:aStream
 ! !
@@ -2180,5 +2186,5 @@
 !SourceCodeManagerUtilities class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.112 2005-10-18 16:26:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/SourceCodeManagerUtilities.st,v 1.113 2005-11-18 11:22:23 stefan Exp $'
 ! !