CharacterEncoderImplementations__ISO8859_2.st
changeset 8811 b2a78fe1d44f
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
--- a/CharacterEncoderImplementations__ISO8859_2.st	Thu Mar 31 20:11:53 2005 +0200
+++ b/CharacterEncoderImplementations__ISO8859_2.st	Thu Mar 31 20:13:33 2005 +0200
@@ -35,6 +35,20 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
+!
+
+documentation
+"
+    8859-2 (Latin 2) - East European.
+
+    Notice: this is NOT the same as CP1250.
+
+    [see with:]
+        CharacterEncoderImplementations::ISO8859_2 showCharacterSet
+
+    [author:]
+        Claus Gittinger
+"
 ! !
 
 !ISO8859_2 class methodsFor:'encoding & decoding'!
@@ -752,5 +766,5 @@
 !ISO8859_2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_2.st,v 1.3 2004-03-09 21:57:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_2.st,v 1.4 2005-03-31 18:12:47 cg Exp $'
 ! !