javascript - how to encode non-ascii characters in java script? -
Assuming CH = ¡¡is the estimated output = \ u00e1 but
I use output =% C3% A1 when I use encodermonant (ch)
I am using API which accepts unicode characters.
Try utf8 encoding for characters Here is the code:
Https://code.google.com/p/archfirst/source/browse/trunk/html/apps/bfclient-jquery-backbone/js/libs/utf8_encodeJS? R = 1029
Comments
Post a Comment