DomCR / ACadSharp

C# library to read/write cad files like dxf/dwg.
MIT License
429 stars 119 forks source link

Cannot write Chinese text correctly #432

Open rogure opened 3 months ago

rogure commented 3 months ago

When I used it, I found that I could not write Chinese text into MTEXT. When I saved it to DWG file, the Chinese MTEXT displayed "?????". Symbol. How can this be resolved?

DomCR commented 2 months ago

Hi @rogure,

I've tested this code and write the result into a DWG:

image

image

I'm using the master branch of this repo and seems to work. Are you using the repo or the package?

If you are using the package can release an update.