diff -r de70efb478c4 -r c2908c7fc648 CharacterEncoderImplementations__MS_Symbol.st --- a/CharacterEncoderImplementations__MS_Symbol.st Thu Mar 31 20:21:44 2005 +0200 +++ b/CharacterEncoderImplementations__MS_Symbol.st Thu Mar 31 20:49:01 2005 +0200 @@ -35,12 +35,28 @@ other person. No title to or ownership of the software is hereby transferred. " +! + +documentation +" + CP1258 / Microsoft Symbol + + [see with:] + CharacterEncoderImplementations::MS_Symbol showCharacterSet + + [author:] + Claus Gittinger +" ! ! !MS_Symbol class methodsFor:'mapping'! mapFileURL2_relativePathName - ^ 'CP1258' + ^ 'CP10008 ' + + " + self generateCode + " ! mapping @@ -72,5 +88,5 @@ !MS_Symbol class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Symbol.st,v 1.4 2004-03-09 21:59:49 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Symbol.st,v 1.5 2005-03-31 18:48:55 cg Exp $' ! !