I am calling a .txt file from a jquery ajax call. It has some special characters like ±. This ± is a delimiter for a set of array; data I want to split out and push into a JavaScript array.
It is not treated as ± symbol when interpreted like this.
How do I get that data as just like browser content?
you could use the
escape()value to split a string. for ± i found two values (maybe there are more?).