[LISP] Cyrilic problems
Hi, guys. I have sme trouble with my linetype_name, i.elinetypename is "70 тест", but if I want to obtain it by vla:
(setq e_linetype (vla-get-Linetype vla_ent))
I see "70 ????".
How to fix it?
Cad is russian.
Many thanks! Retrieve the linetype name from DXF group 6 [ (cdr (assoc 6 (entget (car (entsel))))) ]
Non-ASCII characters are substituted with question marks when retrieving ActiveX properties.
[ https://www.theswamp.org/index.php?topic=50855.0 ] Like usual, thanks, legend of LISP ........
页:
[1]