CharacterEncoderImplementations__ISO8859_15.st
changeset 8811 b2a78fe1d44f
parent 8148 dbf64e3142d9
child 14182 c8bfb55485d1
child 17711 39faaaf888b4
--- a/CharacterEncoderImplementations__ISO8859_15.st	Thu Mar 31 20:11:53 2005 +0200
+++ b/CharacterEncoderImplementations__ISO8859_15.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-15 (Latin 9) - Western Europe with EURO currency sign .
+
+    [see with:]
+        CharacterEncoderImplementations::ISO8859_15 showCharacterSet
+
+    [author:]
+        Claus Gittinger
+"
 ! !
 
 !ISO8859_15 class methodsFor:'mapping'!
@@ -627,5 +639,5 @@
 !ISO8859_15 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_15.st,v 1.3 2004-03-09 21:59:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_15.st,v 1.4 2005-03-31 18:12:41 cg Exp $'
 ! !