CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st
changeset 17496 4dacd778d9c9
parent 15945 94b64f8a1abe
child 18120 e3a375d5f6a8
child 21479 5269eda738b4
--- a/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st	Wed Feb 18 18:53:59 2015 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st	Wed Feb 18 18:55:54 2015 +0100
@@ -179,16 +179,20 @@
     ^false.
 
     "Created: / 30-06-2012 / 20:11:16 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+!
+
+nameOfEncoding
+    ^ #'utf8-XML'
 ! !
 
 !ISO10646_to_XMLUTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st,v 1.1 2014-02-05 17:11:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st,v 1.2 2015-02-18 17:55:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st,v 1.1 2014-02-05 17:11:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_XMLUTF8.st,v 1.2 2015-02-18 17:55:54 cg Exp $'
 ! !