cancel
Showing results for 
Search instead for 
Did you mean: 

How to handle Scandinavian characters

Sahil
Contributor

Hi,
in the incoming xml, data in json being read is like äg, öp.
how to handle these.

6 REPLIES 6

@viktor_n , I have added my comment.

endor_force
New Contributor III

The examples you provided looks like it is trying to interpret it as ANSI perhaps.

Is it cloud or grounplex?
We have added jvm options to force UTF-8 encoding on our windows groundplex server:
image

When i open a UTF-8 file in our snaplogic environment get the following UTF-8 code points (U+00):
You could verify what hex codes you have in your input xml for these chars.

C5 = Å
C4 = Ä
D6 = Ö
E5 = å
E4 = ä
F6 = ö
image