Stylerun length by bytes??

I noticed in an old post that length of a StyleRun (eg the italic start to end) is calculated in bytes.
Is that correct or has Unicode changed that to characters?

It’s always been unicode characters. Actually, the stylerun itself has no length. It has a Text property which holds a unicode string. You can get the length of that string in characters or bytes (and they may be different).