#userFriendlyName
authorStefan Vogel <sv@exept.de>
Wed, 11 Jul 2012 18:42:56 +0200
changeset 14187 cc2d139b83c3
parent 14186 e2d998350585
child 14188 9ff8607b11a4
#userFriendlyName
CharacterEncoderImplementations__KOI8_R.st
--- 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 $'
 ! !