Hi, is there a utility/function in EGL to handle substring for double-byte characters? For example, we have a field with char(20) declaration that can contain single and double byte characters. If we have first-name = name[1:10], the substring may not work if the double-byte character will be truncated before the shift out '0F' character. Can you please help advise? Thank you.
Thea D