#userFriendlyName
authorStefan Vogel <sv@exept.de>
Wed, 11 Jul 2012 18:43:13 +0200
changeset 14193 3ae389070a63
parent 14192 934182270315
child 14194 4e28015691fb
#userFriendlyName
CharacterEncoderImplementations__ISO8859_6.st
--- a/CharacterEncoderImplementations__ISO8859_6.st	Wed Jul 11 18:43:12 2012 +0200
+++ b/CharacterEncoderImplementations__ISO8859_6.st	Wed Jul 11 18:43:13 2012 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -323,6 +322,12 @@
 "
 ! !
 
+!ISO8859_6 class methodsFor:'queries'!
+
+userFriendlyNameOfEncoding
+    ^ 'Arabic'
+! !
+
 !ISO8859_6 methodsFor:'encoding & decoding'!
 
 decode:codeArg
@@ -546,5 +551,5 @@
 !ISO8859_6 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_6.st,v 1.4 2005-03-31 18:13:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_6.st,v 1.5 2012-07-11 16:43:13 stefan Exp $'
 ! !