I have problem with special characters (scandinavian alphabets) when I load them from file using AJAX/JSON.
Those special characters are displayed as '?' as you can see in links below. Could somebody help to fix this issue or is this bug?
File which I request using AJAX is placed under Files project folder and it looks like this:
{"c2array":true,
"size":[3,2,1],
"data":[
[["äöåäöåöäö123"],["hönö"]],
[["troloo"],["hönö"]],
[["dingdingdong"],["hönö"]]]}[/code:31kglcv2]
Code: [url=http://1drv.ms/1ujzEcg]http://1drv.ms/1ujzEcg[/url]
Problem in UI: [url=http://1drv.ms/1ujzRw5]http://1drv.ms/1ujzRw5[/url]
Capx attached as well.