CharacterEncoderImplementations__ISO8859_13.st
changeset 8811 b2a78fe1d44f
parent 8148 dbf64e3142d9
child 14196 e425597f8237
child 17711 39faaaf888b4
--- a/CharacterEncoderImplementations__ISO8859_13.st	Thu Mar 31 20:11:53 2005 +0200
+++ b/CharacterEncoderImplementations__ISO8859_13.st	Thu Mar 31 20:13:33 2005 +0200
@@ -35,6 +35,18 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    8859-13 (Latin 7) - Baltic (replaces Latin4 and Latin6).
+
+    [see with:]
+        CharacterEncoderImplementations::ISO8859_13 showCharacterSet
+
+    [author:]
+        Claus Gittinger
+"
 ! !
 
 !ISO8859_13 class methodsFor:'mapping'!
@@ -725,5 +737,5 @@
 !ISO8859_13 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.3 2004-03-09 21:58:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.4 2005-03-31 18:12:35 cg Exp $'
 ! !