Author Topic: Charmap  (Read 2054 times)

0 Members and 1 Guest are viewing this topic.

rude dog

  • Guest
Charmap
« on: November 17, 2007, 03:12:01 PM »
Is there a way to check what charmap a person is using...with autolisp or vlisp?

VovKa

  • Water Moccasin
  • Posts: 1632
  • Ukraine
Re: Charmap
« Reply #1 on: November 17, 2007, 05:51:40 PM »
i am not sure what a charmap is, but may be one of these will help
Code: [Select]
(getvar "DWGCODEPAGE")
(getvar "SYSCODEPAGE")
(getvar "LOCALE")

rude dog

  • Guest
Re: Charmap
« Reply #2 on: November 17, 2007, 08:24:46 PM »
thank you

rude dog

  • Guest
Re: Charmap
« Reply #3 on: November 17, 2007, 08:28:19 PM »
the only way I know to tell which character map I am referencing
is to go to:
start menu
run
charmap
Is there another way through autocad?

Marco Jacinto

  • Newt
  • Posts: 48
Re: Charmap
« Reply #4 on: November 18, 2007, 01:18:48 PM »
try using startapp, passing Charmap as the argument.

Saludos
Marco Jacinto

rude dog

  • Guest
Re: Charmap
« Reply #5 on: November 18, 2007, 08:28:12 PM »
Command:shell
Charmap