CharacterEncoder.st
changeset 20403 7f44b6aab60d
parent 20227 4090cde0c345
child 20578 39641ba8d6e0
child 20645 51353c4d390c
--- a/CharacterEncoder.st	Thu Sep 22 15:02:24 2016 +0200
+++ b/CharacterEncoder.st	Thu Sep 22 15:03:22 2016 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -1123,7 +1125,7 @@
         encoding: name
      within the given buffer 
      (which is usually the first few bytes of a textFile).
-     If thats not found, use heuristics (in CharacterArray) to guess.
+     If that's not found, use heuristics (in CharacterArray) to guess.
      Return a symbol like #utf8."
 
     |s buffer n "{Class: SmallInteger }"|