*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 30 Jun 1997 23:28:12 +0200
changeset 649 ae3c596094dd
parent 648 ed834e41dcd4
child 650 dc0c39508ff3
*** empty log message ***
MIMETypes.st
--- a/MIMETypes.st	Mon Jun 30 23:26:36 1997 +0200
+++ b/MIMETypes.st	Mon Jun 30 23:28:12 1997 +0200
@@ -72,6 +72,7 @@
     CharSetToFontMapping at:'iso2022-jp' put:'jis'.
     CharSetToFontMapping at:'euc-jp'     put:'jis'.
     CharSetToFontMapping at:'shift-jis'  put:'jis'.
+    CharSetToFontMapping at:'sjis'       put:'jis'.
     CharSetToFontMapping at:'jis7'       put:'jis'.
     CharSetToFontMapping at:'jis8'       put:'jis'.
 
@@ -89,7 +90,7 @@
      self initialize
     "
 
-    "Modified: 30.6.1997 / 21:58:47 / cg"
+    "Modified: 30.6.1997 / 23:28:04 / cg"
 ! !
 
 !MIMETypes class methodsFor:'accessing'!
@@ -211,6 +212,6 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.5 1997-06-30 21:26:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.6 1997-06-30 21:28:12 cg Exp $'
 ! !
 MIMETypes initialize!