Page 1 of 1

Which Font will display the Ø symbol on the command line?

Posted: Tue Jan 16, 2024 1:02 am
by sln8458
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

Re: Which Font will display the Ø symbol on the command line?

Posted: Tue Jan 16, 2024 9:22 pm
by JohnnyHousing
Hi Steve,

I tried your line in my software and the diameter symbol appeared correctly in my command line.
We have the same version of the software. Maybe just copy the character from this discussion in your code; sometime the encoding can be the problem. Look like this forum is converting the encoding to a format that IntelliCAD likes.
Capture.PNG
Capture.PNG (8.56 KiB) Viewed 8171 times