svenhb / GRBL-Plotter

A GCode sender (not only for lasers or plotters) for up to two GRBL controller. SVG, DXF, HPGL import. 6 axis DRO.
https://grbl-plotter.de/
GNU General Public License v3.0
647 stars 172 forks source link

Export as UTF-8 encoding #408

Closed zengfanfan closed 2 weeks ago

zengfanfan commented 2 weeks ago

Describe the solution you'd like UTF-16 is kindof minority, please add support for UTF-8 exporting.

Describe alternatives you've considered I can transform from UTF-16 to UTF-8 using vscode, but a direct action is always better.

svenhb commented 2 weeks ago

You may try this option: image

zengfanfan commented 2 weeks ago

thank you! i look at "G-code generation" and didn't find encoding option . now it works fine!