查看单个帖子
旧 2009-05-07, 05:53 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】up-arrow Symbol 6

up-arrow symbol "^"
up-arrow symbol "^"
hello,
reading a string from dxf, which are containing "^" .
could you tell me what string "^x" mean, where x - is any symbol.
how does dwgdirect convert it?
do you use this algorithm(for convertion) in 1.14 version or early?
i'm using 1.14 - 2.6.1 version dwgdirect and vc6.0
yours faithfully
andrey.
sorry,
i found an answer.
look at this:
"ascii control characters in dxf files
saveas handles ascii control characters in text strings by expanding the
character into a caret (^) followed by the appropriate letter. for example, an
ascii control-g (bel, decimal code 7) is written as ^g. if the text itself
contains a caret character, it is expanded to caret, space (^). open and insert
perform the complementary conversion."
do you use this algorithm in 1.14 version or early?
^x in dxf format signifies character from 1 to 0x20, encoded as ^ followed with 'a'+character-1
vladimir
last edited by vkalinin; 27th october 2008 at 04:37 amfff">.
thank you.
sorry, but i don't have a clear idea about library.
does dwgdirect 1.14 (and older) do this conversion?
and there is no need an implementation a similar algorithm in my application.
andrey
as far as i can see that conversion was always present.
why do you ask?
vladimir
thanks a lot.
i found the implementation of that algorithm in our application. :-)
there isn't any comments :-)
and it corrupt string data.
bye.
andrey.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)