TwoByteString.st
changeset 3 24d81bf47225
parent 1 a27a279701f8
child 33 50cf0f6bc0ad
equal deleted inserted replaced
2:6526dde5f3ac 3:24d81bf47225
    23              All Rights Reserved
    23              All Rights Reserved
    24 
    24 
    25 TwoByteStrings are like strings, but storing 16bits per character.
    25 TwoByteStrings are like strings, but storing 16bits per character.
    26 The integration of them into the system is not completed ....
    26 The integration of them into the system is not completed ....
    27 
    27 
    28 %W% %E%
    28 $Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.3 1993-10-13 00:18:46 claus Exp $
    29 '!
    29 '!
    30 
    30 
    31 !TwoByteString class methodsFor:'instance creation'!
    31 !TwoByteString class methodsFor:'instance creation'!
    32 
    32 
    33 basicNew:anInteger
    33 basicNew:anInteger