高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】i want to see japanese kanji characters in odreade
i want to see "japanese kanji characters" in "odreadex"
i want to see "japanese kanji characters" in "odreadex"
i read the dxf file of "japanese kanji characters" by "odreadex(1.14.01)".
however, the value of "pmtext->contents()" is not japanese. (\m+xxx锝ワ渐锝?
*it is a file where "$dwgcodepage" is not set.
i want to acquire japanese easily.
please teach the change point of "odreadex".
attached files
quote:
originally posted by tohaca
i want to acquire japanese easily.
please teach the change point of "odreadex".
odreadex.cpp line 142 oddbdatabaseptr pdb = svcs.readfile(
argv[1], true, false, oda::ksharedenyno);
the second parameter is ballowcpconversion. set this parameter to false.
best regards,
sergey z.
thank you.
quote:
originally posted by tohaca
*it is a file where "$dwgcodepage" is not set.
note.
your file contents next lines
329: 9
330: $dwgcodepage
331: 3
332: dos932
so dwgcodepage variable is set to dos932.
best regards,
sergey z.
|