Replies: 3 comments
-
Sorry, I have no idea how this encoding works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It appears to be returning some sort of vector graphics data. You could search for the Chinese character directly in the dxf file (opening with a text editor) and see what it looks like- might help with solving your problem! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe this is a multibyte string (MBCS), hence the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I open a DXF file which contains some Chinese character,
when I print e.text(e is MText obj), I got "\M+1974C\M+18CC0\M+18CF6\M+18E69"
what's this, and how could I convert this str to a human-readable utf-8 string?
Beta Was this translation helpful? Give feedback.
All reactions