TwoByteString.st
branchjv
changeset 18011 deb0c3355881
parent 17940 985e22966acb
parent 14557 427740fc4329
child 18120 e3a375d5f6a8
equal deleted inserted replaced
18006:4e8f3d37bdbf 18011:deb0c3355881
   110      Here, 16 is returned (storing double byte characters)."
   110      Here, 16 is returned (storing double byte characters)."
   111 
   111 
   112     ^ 16
   112     ^ 16
   113 
   113 
   114     "Modified: 20.4.1996 / 23:08:38 / cg"
   114     "Modified: 20.4.1996 / 23:08:38 / cg"
       
   115 !
       
   116 
       
   117 isWideString
       
   118     ^ true
   115 ! !
   119 ! !
   116 
   120 
   117 !TwoByteString class methodsFor:'documentation'!
   121 !TwoByteString class methodsFor:'documentation'!
   118 
   122 
   119 version
   123 version
   120     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.33 2012/04/24 14:56:26 stefan Exp $'
   124     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.34 2012-12-12 22:56:13 stefan Exp $'
   121 !
       
   122 
       
   123 version_SVN
       
   124     ^ '$Id: TwoByteString.st 10807 2012-05-05 21:58:24Z vranyj1 $'
       
   125 ! !
   125 ! !
   126 
   126 
   127 TwoByteString initialize!
   127 TwoByteString initialize!
   128 
       
   129 
       
   130