Please check the commit history...it was a patch from someone...

-- dims


On Mon, 14 Feb 2005 04:07:35 -0800 (PST), Toshiyuki Kimura
<[EMAIL PROTECTED]> wrote:
> dims,
> 
>   Thanks for the review and comments. :-)
> 
> Yes, I can use a FilterOutputStream. Can I ask a question
> ahead of the modification ?
> 
>   You added "&#xFFFF" style of encoding to UTF8Encoder.java
> looks like;
> 
>   writer.write("&#x");
>   writer.write(Integer.toHexString(character).toUpperCase());
>   writer.write(";");
> 
> What kind of specification are you refering to do so ?
> Is it for a spec for Web Services, not for HTML(s) ?
> 
> Thanks,
> Toshi <[EMAIL PROTECTED]>
> 


-- 
Davanum Srinivas - http://webservices.apache.org/~dims/

Reply via email to