diff -r 1e508408ecf5 -r 6024db111b9d BIG5EncodedString.st --- a/BIG5EncodedString.st Sat Apr 27 13:24:41 1996 +0200 +++ b/BIG5EncodedString.st Sat Apr 27 13:27:28 1996 +0200 @@ -43,7 +43,7 @@ romanBIG5DecoderTable "return a table to decode from roman ascii to 16 bit BIG5. - This is an experimental interface - unfinished" + This is experimental - possibly unfinished or incorrect" ^ #( "excla" " # " " $ " " % " " & " " ' " 16ra149 16ra1b2 16ra1ad 16ra243 16ra248 16ra1ae 16ra1ac @@ -79,8 +79,8 @@ 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc 16ra1bc ). - "Modified: 17.4.1996 / 18:16:41 / cg" "Created: 17.4.1996 / 18:55:54 / cg" + "Modified: 27.4.1996 / 13:26:53 / cg" ! ! !BIG5EncodedString methodsFor:'queries'! @@ -98,6 +98,6 @@ !BIG5EncodedString class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.6 1996-04-27 11:24:36 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic2/BIG5EncodedString.st,v 1.7 1996-04-27 11:27:28 cg Exp $' ! ! BIG5EncodedString initialize!