CharacterEncoderImplementations__ISO8859_3.st
changeset 14190 ff7329f62449
parent 8811 b2a78fe1d44f
child 18011 deb0c3355881
--- a/CharacterEncoderImplementations__ISO8859_3.st	Wed Jul 11 18:43:07 2012 +0200
+++ b/CharacterEncoderImplementations__ISO8859_3.st	Wed Jul 11 18:43:09 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -359,6 +358,12 @@
 "
 ! !
 
+!ISO8859_3 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'South European'
+! !
+
 !ISO8859_3 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -698,5 +703,5 @@
 !ISO8859_3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_3.st,v 1.4 2005-03-31 18:12:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_3.st,v 1.5 2012-07-11 16:43:09 stefan Exp $'
 ! !