#userFriendlyName
authorStefan Vogel <sv@exept.de>
Wed, 11 Jul 2012 18:43:12 +0200
changeset 14192 934182270315
parent 14191 4107a6a7e79d
child 14193 3ae389070a63
#userFriendlyName
CharacterEncoderImplementations__KOI7.st
--- a/CharacterEncoderImplementations__KOI7.st	Wed Jul 11 18:43:10 2012 +0200
+++ b/CharacterEncoderImplementations__KOI7.st	Wed Jul 11 18:43:12 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -190,6 +189,12 @@
 "
 ! !
 
+!KOI7 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Cyrillic (Old)'
+! !
+
 !KOI7 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -381,5 +386,5 @@
 !KOI7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI7.st,v 1.3 2004-03-09 22:01:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI7.st,v 1.4 2012-07-11 16:43:12 stefan Exp $'
 ! !