Message 1 of 12
Problem with vlisp for layer names in Chinese
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I tried to run a command on a dwg that has layer names in Chinese e.g: JOINERY-家具定制
The following lisp does not return the correct layer rather JOINERY-???????
(vlax-get-property obj 'Layer)
the following does not work either:
(vlax-put-property obj 'Layer "JOINERY-家具定制")
I had to do the old way eg:
(EntMod Entg 8 "JOINERY-家具定制")
I think its a bug in vlisp.
Regards
David