CharacterArray.st
changeset 1255 f71e6a251e64
parent 1252 105280fd8d72
child 1272 b45ddd6d6ec3
--- a/CharacterArray.st	Mon Apr 22 16:38:21 1996 +0200
+++ b/CharacterArray.st	Mon Apr 22 16:41:55 1996 +0200
@@ -504,12 +504,12 @@
          (
           'iso8859 (ansi)'  
           'msdos (codepage 437)'  
-          'macintosh' 
-          'NEXT' 
-          'EUC (extended unix code)' 
-          'JIS7 (jis 7bit escape codes)'
-          'GB (mainland china hanzi)'
-          'BIG5 (taiwan hanzi)'
+          'macintosh (8 bit)' 
+          'NEXT (8 bit)' 
+          'EUC (extended unix code japanese)' 
+          'JIS7 (jis 7bit escape codes japanese)'
+          'GB (mainland china)'
+          'BIG5 (taiwan)'
          )
          (
           iso8859
@@ -523,7 +523,7 @@
        )
 
     "Created: 22.4.1996 / 14:39:39 / cg"
-    "Modified: 22.4.1996 / 14:49:34 / cg"
+    "Modified: 22.4.1996 / 16:40:51 / cg"
 ! !
 
 !CharacterArray class methodsFor:'encoding / decoding'!
@@ -3677,5 +3677,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.75 1996-04-22 14:05:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.76 1996-04-22 14:41:55 cg Exp $'
 ! !