kicad/eeschema/netlist_exporters
Dick Hollenbeck 4e7de8a761 Reverse commit 4011ed4e31.
This commit was too broad and not cognizant of the purpose of the class
UTF8.

Add MAYBE_VERIFY_UTF8() macro, which can trap non-UTF8 encoded strings in
debug builds.

Use that macro conditionally in class UTF8 to trap non-UTF8 encoded strings
being put into UTF8 instances.
2017-07-26 08:26:56 -04:00
..
netlist_exporter.cpp Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter.h Fix a few doxygen warnings 2017-06-16 09:18:31 +02:00
netlist_exporter_cadstar.cpp Eeschema: SCH_SHEET_LIST improvements. 2016-03-06 16:22:01 -05:00
netlist_exporter_cadstar.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
netlist_exporter_generic.cpp Reverse commit 4011ed4e31. 2017-07-26 08:26:56 -04:00
netlist_exporter_generic.h Fix BOM generation bug for components with multiple units. 2017-04-24 10:16:32 -04:00
netlist_exporter_kicad.cpp Split IO_ERROR out of richio.* and store Problem() and Where() separately 2016-09-20 11:56:18 -04:00
netlist_exporter_kicad.h Add more "override" markers. 2016-09-25 13:59:41 -04:00
netlist_exporter_orcadpcb2.cpp Use library ID to store library symbol information in the schematic symbol. 2017-02-10 08:36:59 -05:00
netlist_exporter_orcadpcb2.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00
netlist_exporter_pspice.cpp More flexible node mapping in Spice netlist exporter 2017-03-01 13:51:21 +01:00
netlist_exporter_pspice.h Explicitly mark overriding functions. 2016-09-24 14:53:15 -04:00