Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
XML
SaxParseException mapping from column/line number
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Joe Kesselman, post: 3152076"] UTF-8 "characters" can be up to three bytes long, to handle the full Unicode range. Something in your file is not legal UTF-8. Either tell the system what encoding your file was actually written in, or fix the file so it's legal UTF-8. The troublesome sequence will be something involving bytes over the ASCII range (ie, bytes with their high bit set). Scanning for that may be the fastest way to find the problem. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
XML
SaxParseException mapping from column/line number
Top