CharacterEncoderImplementations__KOI8_R.st
changeset 14187 cc2d139b83c3
parent 8148 dbf64e3142d9
child 18011 deb0c3355881
child 21305 10e038ca2253
--- a/CharacterEncoderImplementations__KOI8_R.st	Wed Jul 11 18:42:55 2012 +0200
+++ b/CharacterEncoderImplementations__KOI8_R.st	Wed Jul 11 18:42:56 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -353,6 +352,12 @@
 "
 ! !
 
+!KOI8_R class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Cyrillic'
+! !
+
 !KOI8_R methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -853,5 +858,5 @@
 !KOI8_R class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_R.st,v 1.3 2004-03-09 21:57:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_R.st,v 1.4 2012-07-11 16:42:56 stefan Exp $'
 ! !