CharacterEncoderImplementations__ISO8859_4.st
changeset 14189 21e4f4579606
parent 8811 b2a78fe1d44f
child 18011 deb0c3355881
--- a/CharacterEncoderImplementations__ISO8859_4.st	Wed Jul 11 18:43:05 2012 +0200
+++ b/CharacterEncoderImplementations__ISO8859_4.st	Wed Jul 11 18:43:07 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -366,6 +365,12 @@
 "
 ! !
 
+!ISO8859_4 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Baltic'
+! !
+
 !ISO8859_4 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -749,5 +754,5 @@
 !ISO8859_4 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_4.st,v 1.4 2005-03-31 18:12:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_4.st,v 1.5 2012-07-11 16:43:07 stefan Exp $'
 ! !