How to handle Scandinavian characters
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-03-2021 04:41 AM
Hi,
in the incoming xml, data in json being read is like äg, öp.
how to handle these.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-06-2021 02:21 AM
@viktor_n , I have added my comment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2021 06:50 AM
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:
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 = ö
