JISEncodedString.st
changeset 262 1d0e8b654573
parent 260 427397326fac
child 264 1e508408ecf5
equal deleted inserted replaced
261:2fd450dd712f 262:1d0e8b654573
    34 !
    34 !
    35 
    35 
    36 documentation
    36 documentation
    37 "
    37 "
    38     JISEncodedString represents 16bit strings encoded in JIS.
    38     JISEncodedString represents 16bit strings encoded in JIS.
       
    39     You need jis-encoded fonts on your display workstation, 
       
    40     to display them (i.e. when switching to japanese ...).
       
    41 
    39     Most of you are probably not interrested in those ...
    42     Most of you are probably not interrested in those ...
    40 
    43 
    41     [author:]
    44     [author:]
    42         Claus Gittinger
    45         Claus Gittinger
       
    46 
       
    47     [see also:]
       
    48         BIG5EncodedString GBEncodedString
       
    49         TwoByteString String CharacterArray
       
    50         StringCollection
    43 "
    51 "
    44 !
    52 !
    45 
    53 
    46 examples
    54 examples
    47 "
    55 "
   139 ! !
   147 ! !
   140 
   148 
   141 !JISEncodedString class methodsFor:'documentation'!
   149 !JISEncodedString class methodsFor:'documentation'!
   142 
   150 
   143 version
   151 version
   144     ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.9 1996-04-27 11:13:12 cg Exp $'
   152     ^ '$Header: /cvs/stx/stx/libbasic2/JISEncodedString.st,v 1.10 1996-04-27 11:17:40 cg Exp $'
   145 ! !
   153 ! !
   146 JISEncodedString initialize!
   154 JISEncodedString initialize!