CharacterEncoderImplementations__MAC_Roman.st
branchjv
changeset 21387 e3865533e6a6
parent 18011 deb0c3355881
parent 21303 4317984fa5df
--- a/CharacterEncoderImplementations__MAC_Roman.st	Sun Jan 29 11:04:01 2017 +0000
+++ b/CharacterEncoderImplementations__MAC_Roman.st	Wed Feb 01 11:28:48 2017 +0000
@@ -34,6 +34,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I encode/decode MAC roman encoded documents
+"
 ! !
 
 !MAC_Roman class methodsFor:'mapping'!
@@ -965,9 +971,10 @@
 !MAC_Roman class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.4 2011-01-29 20:33:33 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.4 2011-01-29 20:33:33 cg Exp $'
+    ^ '$Header$'
 ! !
+