How to UTF-8 encode/decode using core (client side) JavaScript functionality?
So, you want to encode a string to UTF-8 or decode a UTF-8 string in JavaScript and realize that it doesn't give you built in functionality for doing it?
Don't go and implement the UTF-8 encoding and decoding yourself, as you can still use built in functionality:
No comments:
Post a Comment