class: TwoByteString
authorStefan Vogel <sv@exept.de>
Wed, 12 Dec 2012 23:56:13 +0100
changeset 14557 427740fc4329
parent 14556 784826dfbcd8
child 14558 b168e9f03911
class: TwoByteString added: #isWideString
TwoByteString.st
--- a/TwoByteString.st	Wed Dec 12 23:55:42 2012 +0100
+++ b/TwoByteString.st	Wed Dec 12 23:56:13 2012 +0100
@@ -112,12 +112,16 @@
     ^ 16
 
     "Modified: 20.4.1996 / 23:08:38 / cg"
+!
+
+isWideString
+    ^ true
 ! !
 
 !TwoByteString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.33 2012-04-24 14:56:26 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.34 2012-12-12 22:56:13 stefan Exp $'
 ! !
 
 TwoByteString initialize!