Forum Discussion

Sahil's avatar
Sahil
Contributor
4 years ago

How to handle Scandinavian characters

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

6 Replies

  • viktor_n's avatar
    viktor_n
    Contributor II

    Can you tell me in which snap you get this problem ?

    • Sahil's avatar
      Sahil
      Contributor

      as soon as its read in file reader , I checked using record_replay and data is distorted.

  • endor_force's avatar
    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:

    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 = ö