Re: about filter 's outgoingFilter

On Wed, 20 Jan 1999, wzh'163 wrote:

> Hello everybody,
> 
>     I use jigsaw as a proxy server,now I write a filter
> and use reply.setContent() in outgoingFilter().
>     I found that when I use a chinese string as the parameter
> of reply.setContent(),the content I get in browser is some
> characters in disorder.
>     Can someone tell me how to use chinese string in
> reply.setContent() ? Does it support chinese string?

Well, the api is Reply setContent(String msg), and it uses a
StringBufferInputStream. Unfortunately it is said that it doesn't convert
the bytes as it should be, so it will be fixed.
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Wednesday, 20 January 1999 11:55:43 UTC