CharacterEncoderImplementations__ISO10646_to_UTF8.st
changeset 21299 819caa3926a2
parent 21298 cb1ce1924d13
child 21301 f33ff66e5fff
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Thu Jan 26 12:47:52 2017 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Thu Jan 26 12:48:09 2017 +0100
@@ -45,7 +45,8 @@
 
 documentation
 "
-    I can encode character into UTF8
+    I can encode characters into/from UTF8
+    
     Notice the naming (many are confused):
         Unicode is the set of number-to-glyph assignments
     whereas:
@@ -210,5 +211,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !