AutoLISP Unicode Support

Prior to AutoCAD 2021, AutoLISP didn't fully support Unicode characters. Many functions related to working with strings only supported the multibyte character set (MBCS) which caused problems with functions that relied on knowing the length of a character or that returned the length of several characters in a string. You can learn more about the changed functions related to Unicode character support in the New and Changed AutoLISP Functions Reference (AutoLISP) topic.