cancel
Showing results for 
Search instead for 
Did you mean: 

XML parser is not able handle UTF-8 Character set

GBekkanti
New Contributor III

I am trying to give input to XML parser after transcoding into UTF-8 format but the special character is getting converted to the garbage value

Input : Before XML parser

<?xml version="1.0" encoding="UTF-8"?>

<UTF_encoded>Š</UTF_encoded>
<UTF_encoded1>Montréal,</UTF_encoded1>

<street_address></street_address>

Output AfterXMLpeaser

“UTF_encoded”: "Å "
“UTF_encoded1”: “Montréal,”
“zipcode”: “11767”
“street_address”: "神奈川県川崎市中原区木月4-34-1, ヴィルヌーブ405, "
“full_home_address”: “神奈川県川崎市中原区木月4-34-1”
“national_identifier_type”: “神奈川県川崎市中原区木月4-34-1”

Can someone please help

0 REPLIES 0