CharacterEncoderImplementations__ISO8859_13.st
changeset 14196 e425597f8237
parent 8811 b2a78fe1d44f
child 18011 deb0c3355881
--- a/CharacterEncoderImplementations__ISO8859_13.st	Wed Jul 11 18:43:17 2012 +0200
+++ b/CharacterEncoderImplementations__ISO8859_13.st	Wed Jul 11 18:43:18 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -362,6 +361,12 @@
 "
 ! !
 
+!ISO8859_13 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Baltic'
+! !
+
 !ISO8859_13 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -737,5 +742,5 @@
 !ISO8859_13 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.4 2005-03-31 18:12:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.5 2012-07-11 16:43:18 stefan Exp $'
 ! !