Hi,
I'm pretty sure this is a bug.
First, in my game, I'm using the dictionary object to handle text. Everything is working fine whitin the game, but when I try to download the .json file from the dictionary, I get this:
<img src="http://i.imgur.com/R4nzYN5.png" border="0" />
This is the code:
<img src="http://i.imgur.com/w6yFlMa.png" border="0" />
---
I've also tried to replicate the error on a new project, this is what happens:
<img src="http://i.imgur.com/7aXaCpx.png" border="0" />
And here's the code:
<img src="http://i.imgur.com/t1xqOwq.png" border="0" />
So maybe I'm missing something, but it seems that the dictionary value can't into spacing, but ONLY when I try to download the .json file. In-game everything works, spaces and everything:
<img src="http://i.imgur.com/hpx9zrG.png" border="0" />
Thanks.