CharacterEncoderImplementations__ISO8859_9.st
changeset 14194 4e28015691fb
parent 8811 b2a78fe1d44f
child 18011 deb0c3355881
--- a/CharacterEncoderImplementations__ISO8859_9.st	Wed Jul 11 18:43:13 2012 +0200
+++ b/CharacterEncoderImplementations__ISO8859_9.st	Wed Jul 11 18:43:15 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -370,6 +369,12 @@
 "
 ! !
 
+!ISO8859_9 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Turkish'
+! !
+
 !ISO8859_9 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -445,5 +450,5 @@
 !ISO8859_9 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_9.st,v 1.4 2005-03-31 18:13:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_9.st,v 1.5 2012-07-11 16:43:15 stefan Exp $'
 ! !