If I enter
print("®".length)
in smjs
, it prints 2. If I enter javascript:alert("®".length)
in my firefox as well as opera, it prints 1. Rhino prints 1 too.
Is it possible to tell smjs that I want to treat such characters as single character? Os: linux(Ubuntu 9.04), locale: UTF-8.