TwoByteString.st
changeset 1290 15ba3221b89b
parent 1253 7265cbaa8ec9
child 1309 24c98ca4a56d
equal deleted inserted replaced
1289:3abde2c376de 1290:15ba3221b89b
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     TwoByteStrings are like strings, but storing 16bits per character.
    38     TwoByteStrings are like strings, but storing 16bits per character.
    39     The integration of them into the system is not completed ....
    39     The integration of them into the system is not completed ....
       
    40 
       
    41     [author:]
       
    42         Claus Gittinger
    40 "
    43 "
    41 ! !
    44 ! !
    42 
    45 
    43 !TwoByteString class methodsFor:'initialization'!
    46 !TwoByteString class methodsFor:'initialization'!
    44 
    47 
   104 ! !
   107 ! !
   105 
   108 
   106 !TwoByteString class methodsFor:'documentation'!
   109 !TwoByteString class methodsFor:'documentation'!
   107 
   110 
   108 version
   111 version
   109     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.24 1996-04-22 14:18:11 cg Exp $'
   112     ^ '$Header: /cvs/stx/stx/libbasic/TwoByteString.st,v 1.25 1996-04-25 16:17:19 cg Exp $'
   110 ! !
   113 ! !
   111 TwoByteString initialize!
   114 TwoByteString initialize!