utf 8 - Count bytes in textarea using javascript -


How much time do I take in the byte textarea when UTF 8 is encoded using Javascript. How can I do this with any idea?

Thank you!

Edit: As Theater-L has stated, this function did not correctly assign the surrogate characters

The restrictions in the north of the Brofey should be counted properly. See

I have also done a simple implementation along with two proposed versions:

  getUTF8 lang: function (string) {var utf8length = 0; (Var n = 0; n  

With the result that my version is slightly faster in Firefox and in Chrome very fast (~ 30x) from the versions posted here.


Comments