If I'm using the provided script string (add on) and I have a string instance (in script) which is has international glyphs (via utf-8).. is there any existing unicode-aware way to get the logical length()? I'm looking for the number of logical glyphs, not the length of the underlying string, per se.
Thanks.