mpalmer12345
Programmer
I'm trying to use extended chars in an array of strings, and Javascript is not recognizing the non-ASCII chars. I know there must be a way to fix this, but I can't find the info listed anyplace.
Here's a sample, containing 2 array elements between quotes. I would prefer to leave the elements in this form and not convert them to #s etc. I am looking for a solution like in Perl where one can use the \ in front of extended chars to single them out.
var bintexx = new Array (" ÔÉL? .", " ?p !UN");
Here's a sample, containing 2 array elements between quotes. I would prefer to leave the elements in this form and not convert them to #s etc. I am looking for a solution like in Perl where one can use the \ in front of extended chars to single them out.
var bintexx = new Array (" ÔÉL? .", " ?p !UN");