CharacterArray.st
changeset 7880 069f34892789
parent 7879 a7a0a7fe9b54
child 7882 6e1883fa220d
--- a/CharacterArray.st	Fri Feb 06 00:53:07 2004 +0100
+++ b/CharacterArray.st	Fri Feb 06 10:03:12 2004 +0100
@@ -738,6 +738,8 @@
           'iso8859-7    (greek)'  
           'iso8859-8    (hebrew)'  
           nil
+          'koi8-r       (cyrillic)'  
+          nil
           'msdos US     (codepage 437)'  
           'msdos Latin1 (codepage 850)'  
           'macintosh    (8 bit)' 
@@ -767,6 +769,8 @@
           #'iso8859-7'    "/ greek
           #'iso8859-8'    "/ hebrew
           nil
+          #'koi8-r'  
+          nil
           #'msdos437'                   
           #'msdos850'                   
           #'mac'         
@@ -6632,7 +6636,7 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.267 2004-02-05 23:53:07 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.268 2004-02-06 09:03:12 cg Exp $'
 ! !
 
 CharacterArray initialize!