diff -r 8f509238ef9f -r b2a78fe1d44f CharacterEncoderImplementations__ISO8859_10.st --- a/CharacterEncoderImplementations__ISO8859_10.st Thu Mar 31 20:11:53 2005 +0200 +++ b/CharacterEncoderImplementations__ISO8859_10.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-10 (Latin 6) - Nordic. + + [see with:] + CharacterEncoderImplementations::ISO8859_10 showCharacterSet + + [author:] + Claus Gittinger +" ! ! !ISO8859_10 class methodsFor:'mapping'! @@ -722,5 +734,5 @@ !ISO8859_10 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.3 2004-03-09 21:58:32 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.4 2005-03-31 18:12:38 cg Exp $' ! !