CharacterEncoderImplementations__MS_Symbol.st
changeset 8813 c2908c7fc648
parent 8148 dbf64e3142d9
child 17711 39faaaf888b4
--- 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 $'
 ! !