I need to count how long in bytes a textarea is when UTF8 encoded using javascript. Any idea how I would do this?
thanks!
Try the following:
function b(c) { var n=0; for (i=0;i