CharacterEncoderImplementations__TwoByteEncoder.st
branchjv
changeset 17732 a1892eeca6c0
parent 17728 bbc5fa73dfab
child 17735 6a5bc05f696a
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Fri Aug 28 12:38:51 2009 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Sat Oct 24 16:48:19 2009 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -53,8 +52,18 @@
     ^ TwoByteString uninitializedNew:size
 ! !
 
+!TwoByteEncoder methodsFor:'queries'!
+
+characterSize:codePoint
+
+    ^2
+
+    "Created: / 15-06-2005 / 15:12:01 / janfrog"
+! !
+
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10467 2009-08-19 16:14:36Z vranyj1 $'
+    ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10473 2009-10-24 15:48:19Z vranyj1 $'
 ! !
+