CharacterArray.st
changeset 7421 4e6c6edb90d9
parent 7349 7aa85b872967
child 7422 200486204923
equal deleted inserted replaced
7420:633c9331da21 7421:4e6c6edb90d9
   843 
   843 
   844     "Created: 22.4.1996 / 14:39:39 / cg"
   844     "Created: 22.4.1996 / 14:39:39 / cg"
   845     "Modified: 16.7.1997 / 13:47:16 / cg"
   845     "Modified: 16.7.1997 / 13:47:16 / cg"
   846 ! !
   846 ! !
   847 
   847 
   848 !CharacterArray class methodsFor:'encoding / decoding'!
   848 !CharacterArray class methodsFor:'encoding & decoding'!
   849 
   849 
   850 decodeFromBIG5:aString
   850 decodeFromBIG5:aString
   851     "return a new string containing the characters from aString,
   851     "return a new string containing the characters from aString,
   852      which is interpreted as a BIG5 encoded singleByte string.
   852      which is interpreted as a BIG5 encoded singleByte string.
   853 
   853 
  6505 ! !
  6505 ! !
  6506 
  6506 
  6507 !CharacterArray class methodsFor:'documentation'!
  6507 !CharacterArray class methodsFor:'documentation'!
  6508 
  6508 
  6509 version
  6509 version
  6510     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.252 2003-06-13 14:32:44 cg Exp $'
  6510     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.253 2003-06-18 09:16:43 cg Exp $'
  6511 ! !
  6511 ! !
  6512 
  6512 
  6513 CharacterArray initialize!
  6513 CharacterArray initialize!