DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15574>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15574 BOM is not consumed by XMLEntityManager when user sets encoding on InputSource ------- Additional Comments From [EMAIL PROTECTED] 2002-12-20 16:37 ------- This patch reads the first three bytes of the input stream if the encoding has been set by the user, and is UTF-8. These bytes are consumed if they are the BOM (0xEF 0xBB 0xBF). The stream is reset if the document does not contain a BOM. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
