CharacterEncoderImplementations__MS_Ansi.st
changeset 8813 c2908c7fc648
parent 8148 dbf64e3142d9
child 9269 f629c9eafec6
--- a/CharacterEncoderImplementations__MS_Ansi.st	Thu Mar 31 20:21:44 2005 +0200
+++ b/CharacterEncoderImplementations__MS_Ansi.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
+"
+    Microsoft ANSI
+
+    [see with:]
+        CharacterEncoderImplementations::MS_Ansi showCharacterSet
+
+    [author:]
+        Claus Gittinger
+"
 ! !
 
 !MS_Ansi class methodsFor:'mapping'!
 
 mapFileURL2_relativePathName
     ^ 'CP1252'
+
+    "
+     self generateCode
+    "
 !
 
 mapping
@@ -576,5 +592,5 @@
 !MS_Ansi class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Ansi.st,v 1.4 2004-03-09 21:58:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Ansi.st,v 1.5 2005-03-31 18:48:41 cg Exp $'
 ! !