Which Font will display the Ø symbol on the command line?
Posted: Tue Jan 16, 2024 1:02 am
All,
Which Font will display the Ø symbol on the command line?
I have the following code in a lisp file:
(setq dname (strcat "Duct_ID_" ID "_" mm_ins "Ø_x_" ag "Deg"))
(princ (strcat "\nCurrent Duct Block name is: = " dname " "))
However the princ statement results in:
Block name is: = Duct_ID_100_mm_Ø_x_15Deg "
SteveN
Which Font will display the Ø symbol on the command line?
I have the following code in a lisp file:
(setq dname (strcat "Duct_ID_" ID "_" mm_ins "Ø_x_" ag "Deg"))
(princ (strcat "\nCurrent Duct Block name is: = " dname " "))
However the princ statement results in:
Block name is: = Duct_ID_100_mm_Ø_x_15Deg "
SteveN