hi, sometimes I get weird codes by String.charCode At() if I'am converting
binary data (iso-8859-1 written by a java app) into numeric values. For
example instead of 164 I got 8364 (the generic currency symbol '¤'). I
have already tested it by the url-statement javascript:("¤" ).charCodeAt();
in my browser, the result is 164. Some other values exeeding the maximum
of 255 for the first latin-1 conform unicode set just only a bit, but I am
wondering that they're doing it at all.
regards
ron
binary data (iso-8859-1 written by a java app) into numeric values. For
example instead of 164 I got 8364 (the generic currency symbol '¤'). I
have already tested it by the url-statement javascript:("¤" ).charCodeAt();
in my browser, the result is 164. Some other values exeeding the maximum
of 255 for the first latin-1 conform unicode set just only a bit, but I am
wondering that they're doing it at all.
regards
ron
Comment