CharacterEncoder.st
changeset 8211 c4377c6c20e4
parent 8210 cac1802b8603
child 8214 406c7fc10e12
--- a/CharacterEncoder.st	Tue Mar 16 11:55:18 2004 +0100
+++ b/CharacterEncoder.st	Tue Mar 16 11:55:50 2004 +0100
@@ -348,6 +348,8 @@
 !
 
 encoderForUTF8
+    "return an encoder-instance which can map unicode into/from utf8"
+
     ^ self encoderFor:#utf8
 
     "
@@ -1303,7 +1305,7 @@
 !CharacterEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.79 2004-03-16 10:55:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.80 2004-03-16 10:55:50 cg Exp $'
 ! !
 
 CharacterEncoder initialize!