text: лестница
I tried to insert this writing by taking it from a text file (Annex).
result: vlisp seems not to handle characters over 255 and spoils the writing.
Did someone get to solve this problem?
text: лестница
I tried to insert this writing by taking it from a text file (Annex).
result: vlisp seems not to handle characters over 255 and spoils the writing.
Did someone get to solve this problem?
To see those characters in the vlisp editor, I see it hard. the fonts you use do not support the unicode.
if you still have to manage that type of strings for prompt to video or output to file then you have to turn the string into unique characters.
the fastest way is to paste the text into the autocad graphics area, create a text entity and finally with autolisp extract the string value (1 . "\u345 etc...").
I solved the problem by excel lisp recall, practically stepping into the qleader command a string I pick from a cell of the electronic sheet.
performing the same operation from lisp, link to excel, cell reading, switch to qleader of the variable, nothing to do, the text spoils.