CharacterEncoderImplementations__ISO10646_to_SGML.st
branchjv
changeset 17892 d86c8bd5ece3
parent 17883 209190914636
child 17910 8d796ca8bd1d
--- a/CharacterEncoderImplementations__ISO10646_to_SGML.st	Fri Oct 28 08:45:38 2011 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_SGML.st	Mon Oct 31 22:19:21 2011 +0000
@@ -145,7 +145,7 @@
 
     "
      CharacterEncoderImplementations::ISO10646_to_SGML
-        encodeString:'hello äöü' 
+        encodeString:'hello ' 
     "
 
     "Modified: / 23-10-2006 / 13:25:27 / cg"
@@ -154,5 +154,6 @@
 !ISO10646_to_SGML class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_SGML.st 10717 2011-10-11 15:53:59Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Encoder_ISO10646_to_SGML.st,v 1.3 2006/10/23 11:25:11 cg Exp $'
 ! !
+