Skip to main content
Participant
October 28, 2017
Question

JSON - unicode characters (hållo world!)

  • October 28, 2017
  • 1 reply
  • 1041 views

Hi community,

I'm trying to load external data via the new JSON data-driven animation feature in CC17.

While this seems to work like a charm, more exotic data such as the string : "hällø" won't import correctly.

Do I need to convert all of those unicode characters to their Javascript string equivalents, or is there a better way?

Thanks so much!

Filip

eg.

JSON file:

{

"test": "hållo",

}

AE text source expression:

var data = footage("sample1.json").sourceData;

data.test;

Result:

HÃ¥LLO

This topic has been closed for replies.

1 reply

Premiopolis
Inspiring
November 21, 2017

At the moment it's looking like a bug.

Related discussion here...

Re: AE 2018 JSON character encoding....

Your post is referenced there as well.

And consider filing a bug report here:

Feature Request/Bug Report Form