cancel
Showing results for 
Search instead for 
Did you mean: 

UTF-8 conversion to Unicode Error in Mapping

former_member181928
Participant
0 Kudos

Hi

I have developed a java mapping program ..which in a normal scenario works properly but fails when it encounters the following kind of characters.

eför

and gives the following exception

org.xml.sax.SAXParseException: Zeichenumwandlungsfehler: "UTF-8 encoding of character 0x001b2925 can't be converted to Unicode."

please suggest how to resolve this error.

regards

Nilesh Taunk.

Accepted Solutions (0)

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

hi nilesh,

UTF 8 does not recognise those special characters. You will have to change the encoding to <b>ISO-8859-1</b>.

For into on how to do this, check this thread,

Regards,

Bhavesh