CharacterEncoderImplementations__ISO8859_13.st
branchjv
changeset 17951 fa0e1d7467ea
parent 17940 985e22966acb
child 17964 fb0bbcbb6f83
--- a/CharacterEncoderImplementations__ISO8859_13.st	Thu Jul 05 11:45:05 2012 +0100
+++ b/CharacterEncoderImplementations__ISO8859_13.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 }"
@@ -362,6 +361,12 @@
 "
 ! !
 
+!ISO8859_13 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Baltic'
+! !
+
 !ISO8859_13 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -737,7 +742,7 @@
 !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 $'
 ! !