Author Topic: [LISP] Cyrilic problems  (Read 1463 times)

0 Members and 1 Guest are viewing this topic.

delkov

  • Guest
[LISP] Cyrilic problems
« 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!

Lee Mac

  • Seagull
  • Posts: 12906
  • London, England
Re: [LISP] Cyrilic problems
« Reply #1 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.