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=24278>. 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=24278 Incorrect SAXException about bad integral value of a character to be written out. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Incorrect SAXException when |Incorrect SAXException about |serializing Œ with UTF-|bad integral value of a |8 encoding |character to be written out. ------- Additional Comments From [EMAIL PROTECTED] 2003-11-10 16:58 ------- The original title was this: "Incorrect SAXException when serializing Œ with UTF-8 encoding" which reflected the testcase I attached, but this is a more generic problem. The new error message (new for 2.5.2) provides a clue. The name of the encoding is missing in the message. Thanks to Chris Trautwein for finding that the original patch does not always work. You can forget that patch and go with the second one that I recently attached. With that patch it reverts to the previous behavior if the encoding is not known, which is to write the character out as-is rather than issue an error. Regards, Brian Minchau
