kicad/qa/data/pcbnew/plugins/eagle/lbr
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
..
SparkFun-GPS.pretty eagle importer: fix incorrect conversion UTF8/wxString. 2022-04-09 15:33:01 +02:00
README.md
SparkFun-GPS.lbr

README.md

Eagle *.lbr testcases

SparkFun-GPS.lbr

Known Errors:

  • Reference and Value are not transformed to their KiCad equivalent (assertions are commented out for now)
  • GP3906-TLP and UBLOX_ZOE_M8-0-10 different description import (removed description in gold file until issue is fixed)