I am calling a .txt file from a jquery ajax call,
it has some special characters like "±". this ± is delimiter for a set of array...data i want to split it out and push into a js array.
but it is not treated as ± symbol when interpreted like this.
so how do i get that data as just like browser content?