CharacterEncoderImplementations__ISO10646_to_UTF8.st
branchjv
changeset 18011 deb0c3355881
parent 17951 fa0e1d7467ea
parent 14172 8c2cf2a68116
child 18120 e3a375d5f6a8
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Thu Dec 20 11:48:59 2012 +0000
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Sat Jan 19 01:30:00 2013 +0000
@@ -45,7 +45,7 @@
   Decoding (utf8 to unicode):
      |t|
 
-     t := ISO10646_to_UTF8 encodeString:'Hello'.
+     t := ISO10646_to_UTF8 encodeString:'Helloś'.
      ISO10646_to_UTF8 decodeString:t.
 "
 ! !
@@ -458,12 +458,5 @@
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.17 2012/07/10 07:55:50 stefan Exp $'
-!
-
-version_SVN
-    ^ '$Id: CharacterEncoderImplementations__ISO10646_to_UTF8.st 10824 2012-07-18 16:55:48Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.17 2012-07-10 07:55:50 stefan Exp $'
 ! !
-
-
-