char '0x8' what character is this?
Posted
by OHHAI
on Stack Overflow
See other posts from Stack Overflow
or by OHHAI
Published on 2010-03-01T19:37:45Z
Indexed on
2010/05/07
17:08 UTC
Read the original article
Hit count: 127
I have a large amount of data in a database. When I attempt to read a certain portion of the data and generate some xml and send it to a webservice I get the following exception...
The char '0x8' in 'java.lang.IllegalArgumentException'.
I'm guessing it is some bad data, as it has worked perfectly for about 7 months but now some user uploaded some new data that seems to have some issues.
Anyone know what character this is so I can just run a sql query and clean it from the db? Thanks in advance.
© Stack Overflow or respective owner