Adobe Campaign Standard API - Japanese Language Characters - Storing as Junk Characters | Community
Skip to main content
Premkarthic-7WP
New Participant
December 18, 2019
Solved

Adobe Campaign Standard API - Japanese Language Characters - Storing as Junk Characters

  • December 18, 2019
  • 2 replies
  • 3944 views

When we try to update the profile fields like middle name via API with japanese charcters, the values are stored as junk characters, but the same is working if we do the update directly on the adobe campaign standard profile page manually.

 

Any pointer to fix this will help us more.

 

Thanks in advance.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

For sending special characters, you need to send the right content type in the HTTP header:

 

Content-type: application/json; charset=utf-8

2 replies

chan2111
New Participant
January 8, 2020

in your load file activity change the file format ->encoding to utf-8 while importing profiles.

bisswangAccepted solution
Employee
December 18, 2019

For sending special characters, you need to send the right content type in the HTTP header:

 

Content-type: application/json; charset=utf-8