kicad/qa/data
jean-pierre charras 5e52539939 eagle importer: fix incorrect conversion UTF8/wxString.
When importing a eagle board file using wxXmlDocument, the strings in eagle BOARD
(UTF8 encoded) are correctly converted to wxString (using unicode wide chars)
So trying to reconvert these strings using FROM_UTF8( <wxString>.c_str() )
is incorrect and can break initial string if non ASCII7 chars are found
2022-04-09 15:33:01 +02:00
..
eeschema qa: move eeschema data to appropriate directory 2022-03-30 11:13:23 +00:00
pcbnew eagle importer: fix incorrect conversion UTF8/wxString. 2022-04-09 15:33:01 +02:00