• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

insert text in russian

  • Thread starter Thread starter rpor66
  • Start date Start date

rpor66

Guest
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?

Thank you.
 

Attachments

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?

Thank you.
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...").
 
graze for the answer.

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.

greetings
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top