BIG5String.st
changeset 264 1e508408ecf5
parent 261 2fd450dd712f
child 265 6024db111b9d
equal deleted inserted replaced
263:c4628d0d010d 264:1e508408ecf5
    84 ! !
    84 ! !
    85 
    85 
    86 !BIG5EncodedString methodsFor:'queries'!
    86 !BIG5EncodedString methodsFor:'queries'!
    87 
    87 
    88 encoding
    88 encoding
    89     "return the strings encoding; Here, we return a big5 encoding"
    89     "return the strings encoding as a symbol. 
       
    90      Here, the constant symbol #big5 is returned."
    90 
    91 
    91     ^ #big5
    92     ^ #big5
    92 
    93 
    93     "Created: 17.4.1996 / 15:41:15 / cg"
    94     "Created: 17.4.1996 / 15:41:15 / cg"
    94     "Modified: 20.4.1996 / 23:16:10 / cg"
    95     "Modified: 27.4.1996 / 13:23:01 / cg"
    95 ! !
    96 ! !
    96 
    97 
    97 !BIG5EncodedString class methodsFor:'documentation'!
    98 !BIG5EncodedString class methodsFor:'documentation'!
    98 
    99 
    99 version
   100 version
   100     ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.5 1996-04-27 11:15:39 cg Exp $'
   101     ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.6 1996-04-27 11:24:36 cg Exp $'
   101 ! !
   102 ! !
   102 BIG5EncodedString initialize!
   103 BIG5EncodedString initialize!