ImmutableString.st
branchjv
changeset 18555 7cc0ec139c8d
parent 18120 e3a375d5f6a8
parent 18546 23c33cdd1f43
child 18705 843770030c5f
--- a/ImmutableString.st	Wed Jul 01 06:24:17 2015 +0100
+++ b/ImmutableString.st	Sat Jul 04 11:52:42 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1998 by eXept Software AG
 	      All Rights Reserved
@@ -58,6 +60,7 @@
     Turn the ImmutableString feature on by setting the Parsers class variable
     'StringsAreImmutable' to true or use the new launchers settings menu.
 
+    This class should be used only by the compiler.
 
     ATTENTION:
         there may be still code around which checks for explicit class being String
@@ -210,10 +213,10 @@
 !ImmutableString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableString.st,v 1.16 2015-02-03 13:53:40 stefan Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ImmutableString.st,v 1.16 2015-02-03 13:53:40 stefan Exp $'
+    ^ '$Header$'
 ! !