dims,
Thanks for the review and comments. :-)
Yes, I can use a FilterOutputStream. Can I ask a question ahead of the modification ?
You added "" 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]>
