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=10511>. 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=10511 Ant not running with Xerces2J delivered with Ant ------- Additional Comments From [EMAIL PROTECTED] 2002-07-19 17:52 ------- the <? xml ?> preprocessor stuff is optional in ant, though it is how xml parsers distinguish utf-16 from utf-8 encodings (if the first few bytes look like the unicode representation of <? then it is utf-16, else utf-8) If you want to use anything other than UTF-8 or UTF-16 in any XML file, you must include a header that states the encoding. This may seem inconvenient, but what it does do is guarantee the same behavior, regardless of who is parsing your XML file. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
