CharacterEncoderImplementations__KOI8_U.st
branchjv
changeset 17951 fa0e1d7467ea
parent 17940 985e22966acb
child 17964 fb0bbcbb6f83
--- a/CharacterEncoderImplementations__KOI8_U.st	Thu Jul 05 11:45:05 2012 +0100
+++ b/CharacterEncoderImplementations__KOI8_U.st	Wed Jul 18 17:55:48 2012 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -320,6 +319,12 @@
 "
 ! !
 
+!KOI8_U class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Cyrillic (Ukraine)'
+! !
+
 !KOI8_U methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -411,7 +416,7 @@
 !KOI8_U class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_U.st,v 1.3 2004/03/09 21:58:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_U.st,v 1.4 2012/07/11 16:43:20 stefan Exp $'
 ! !