Hi,
I'm using JSON to integrate open flash chart to my web page.
When I have a Right to Left language string which contains more the one word the JSON encodes it backwards (For example: "Hello world" is encoded as "world hello").
The string is extracted from a database, there for can be of any language.
How do I force the correct encoding of Right to Left language without ruining other languages?
Thanks