← Back to team overview

kicad-developers team mailing list archive

Re: wxString conversion issues in pcbnew/netlist.cpp [PATCH]

 

On 08/13/2014 07:34 AM, Andrew Zonenberg wrote:


> wxString( fpOnBoard->GetFPID().GetFootprintName() ).GetData(),


I thought we could pass a UTF8 to GetChars() ?


GetChars( fpOnBoard->GetFPID().GetFootprintName() )


Seems simpler to read, the type promotion to wxString is then magical.






Follow ups

References