Hello, I've a problem loading a JSON with flash class com.adobe.serialization.json.JSON
It works fine with everything except I haven't found a way to load special chars, so if i have
{
"json_text":"Hello, goodbye! I work fine!"
}
but If i need a special char like àùòèéì it won't work, I've tryied with
{
"json_text":"òàùèéì I return nothing in my TextField"
}
But flash won't load this chars on my TextField object, so I'ev also tryied:
{
"json_text":"èàé etc. ERROR ERROR!!"
}
But it return the error by the adobe class... How can avoid the problem?