Does campaign standard use unicode ? | Community
Skip to main content
New Participant
May 17, 2022
Solved

Does campaign standard use unicode ?

  • May 17, 2022
  • 2 replies
  • 1723 views

 

Hi everyone ,

While I was reading about unicode standards : https://home.unicode.org/,an interesting question popped in my brain as a campaign developer :

  • does campaign standard use unicode character set ?
  • Does it use utf8?

Could anyone help me get the answer ?

 

Thanks,

Rutuja Kelkar

 

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

Yes, Campaign Standard supports utf-8.

Note: when using API calls to ACS, you may need to explicitly state this in the content-type with "application/json; charset=utf-8"

2 replies

New Participant
August 3, 2022

I am facing similar issue while using the Export file activity. Currently .csv file exported out of ACS using export activity is showing junk values for UTF8 characters. Is there a way I can export this data correctly?

Rut7Author
New Participant
August 6, 2022

Hi Vashriva,

 

Check if you've set export file activity having encryption, If yes, the data in file will show encrypted values that appear as junk

 

 

bisswangAccepted solution
Employee
May 18, 2022

Yes, Campaign Standard supports utf-8.

Note: when using API calls to ACS, you may need to explicitly state this in the content-type with "application/json; charset=utf-8"

Rut7Author
New Participant
May 18, 2022

Hi Mr. Ramson,

Thank you for your response, helpful 🙂