thesourcerer8 / altium2kicad

Altium to KiCad converter for PCB and schematics
https://www2.futureware.at/KiCad/
GNU General Public License v2.0
837 stars 153 forks source link

`"` symbol in input file needs to be escaped in output #114

Closed yorickdowne closed 3 years ago

yorickdowne commented 3 years ago

This KiCAD output because of a .2" SCREW TERMINAL reference:

(module ".2" SCREW TERMINAL" (layer F.Cu) (tedit 4289BEAB) (tstamp 539EEDBF)

Won't load because the .2" closes the opening "

Escaping the character works:

(module ".2\" SCREW TERMINAL" (layer F.Cu) (tedit 4289BEAB) (tstamp 539EEDBF)
thesourcerer8 commented 3 years ago

Problem has been fixed, please update and try again.

yorickdowne commented 3 years ago

That fixed it, thank you!

I piled unto #111 with an issue where two pts are 0, 0, and shouldn't be. Closing brackets are missing, and conversion shows errors at that point. I'll give you a new issue for it rather than clutter 111 further.

thesourcerer8 commented 3 years ago

Thanks for the feedback!