← Back to team overview

kicad-developers team mailing list archive

Re: Are the python BOMmers case sensitive?

 

> 
> Certainly fixing eeschema will break designs,  unless somebody can think of a fix point
> where eeschema can heal the design.
> 

maybe a compare and fix function?


int StrICmpAndFix( wxString* aFixable, const wxString& aOther )
{
	if match on case insenstive
	{
		if not match on case sensitive
			*aFixable = aOther
	}
}

This could be used in the loader compare area, so once things are fixed, you can stop
thinking about it, just for schematic component names I think.

Dick






Follow ups

References