Hi, Thanks for the API, really good
When importing data into PSA, norwegian characters are converted
New-cwmcontact:
Input JSON lastname part
"lastname": "Sæther",
The stored value
get-cwmcontact:
$CWContact.lastname
S�ther
Also wrong in GUI
How can i convert either the input JSON or connection to PSA so that all norwegian characters (also Ü,ü etc) gets stored correctly?
Hi, Thanks for the API, really good
When importing data into PSA, norwegian characters are converted
New-cwmcontact:
Input JSON lastname part
"lastname": "Sæther",
The stored value
get-cwmcontact:
$CWContact.lastname
S�ther
Also wrong in GUI
How can i convert either the input JSON or connection to PSA so that all norwegian characters (also Ü,ü etc) gets stored correctly?