이거 제대로 되는지 확인은 안함. 테스트 필요.

function gfnStrLength(astr)
{
  return ( (astr.length + (escape(astr)+"%u").match(/%u/g).length - 1 )) * 1.5;
}

+ Recent posts