#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Thu, 26 Jan 2017 12:51:49 +0100
changeset 21304 3337ea4d2590
parent 21303 4317984fa5df
child 21305 10e038ca2253
#OTHER by cg added: #documentation
CharacterEncoderImplementations__KOI8_U.st
--- a/CharacterEncoderImplementations__KOI8_U.st	Thu Jan 26 12:51:32 2017 +0100
+++ b/CharacterEncoderImplementations__KOI8_U.st	Thu Jan 26 12:51:49 2017 +0100
@@ -34,6 +34,12 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    I encode/decode KOI8-U encoded documents (cyrillic - ukraine)
+"
 ! !
 
 !KOI8_U class methodsFor:'mapping'!
@@ -416,5 +422,6 @@
 !KOI8_U class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_U.st,v 1.4 2012-07-11 16:43:20 stefan Exp $'
+    ^ '$Header$'
 ! !
+