CharacterEncoderImplementations__TwoByteEncoder.st
changeset 21141 7781e9897d93
parent 19827 f282218ddea4
child 21242 19fabe339f8b
child 21306 8ed77ba2521a
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Thu Dec 15 14:32:40 2016 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Thu Dec 15 14:32:46 2016 +0100
@@ -49,6 +49,7 @@
 !TwoByteEncoder methodsFor:'queries'!
 
 characterSize:codePoint
+    "return the number of bytes required to encode codePoint"
 
     ^2