Unicode strings in Lisp programs

Unicode strings in Lisp programs

martti.halminen
Collaborator Collaborator
888 Views
0 Replies
Message 1 of 1

Unicode strings in Lisp programs

martti.halminen
Collaborator
Collaborator

 

Are there limits on how long Unicode strings should be in Visual Lisp?

 

We are seeing corrupted strings when reading hardcoded strings in Lisp programs. For example "\\U+0412", when part of a larger string, might become

"\\2" or \\412" or "\\0412".

 

- seems to be sensitive to string length: collecting the string with STRCAT from smaller parts reduces the errors, but doesn't remove them all.

- different results, compiled vs. interpreted

- non-localized: splitting one string may change the error to another place, which earlier worked correctly.

 

[AutoCAD Mechanical 2017.0.1 Update (English), Windows 7 and Windows 10]

 

-- 

 

889 Views
0 Replies
Replies (0)