高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】blocknames with unicode
blocknames with unicode
blocknames with unicode
hi,
we try to create a dxf-file with blockname which contains following chars:
"\u+2116 \u+0421-7\u+0414--geo2" (about "n?c-7д--geo2"). we can't open the file in autocad:
errormessage:
invalid symbol table record name: "\u+2116 \u+0421-7\u+0414--geo2".
the original autocad-dxf-file (that we import) has also blocknames with (other) unicode chars likewise:
....
acdbblocktablerecord
2
\u+043b\u+044d\u+043f
340
...
what we can do, so that our exported file works in autocad? odamfcapp.exe can open the file, see unicodeblocknames.jpg:
thank you
attached images
hi heinz,
the symbol n?(\u+2116) is not valid for name. odamfcapp.exe loads such file but audit reports about invalid character(s) in record name.
best regards,
sergey z.
|