TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: delkov on January 28, 2016, 04:11:46 AM

Title: [LISP] Cyrilic problems
Post by: delkov on January 28, 2016, 04:11:46 AM
Hi, guys. I have sme trouble with my linetype_name, i.e
linetypename 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!
Title: Re: [LISP] Cyrilic problems
Post by: Lee Mac on January 28, 2016, 05:01:10 AM
The ActiveX functions tend to remove non-ASCII characters when retrieving property values; try retrieving the linetype name from DXF group 6.