Re: [Kicad-developers] Handling invalid characters in symbol/component LIB_IDs

2018-03-08 Thread Maciej Sumiński
On 03/06/2018 07:34 PM, Wayne Stambaugh wrote: > Orson, > > On 3/6/2018 8:55 AM, Maciej Sumiński wrote: >> I am trying to find a reasonable way to handle symbol and components >> with invalid characters in their LIB_IDs (see bug report #1752419 [1]). >> While now it is impossible to create such LI

Re: [Kicad-developers] Handling invalid characters in symbol/component LIB_IDs

2018-03-06 Thread Wayne Stambaugh
Orson, On 3/6/2018 8:55 AM, Maciej Sumiński wrote: > I am trying to find a reasonable way to handle symbol and components > with invalid characters in their LIB_IDs (see bug report #1752419 [1]). > While now it is impossible to create such LIB_IDs, we need to handle > documents that had been creat

Re: [Kicad-developers] Handling invalid characters in symbol/component LIB_IDs

2018-03-06 Thread Maciej Sumiński
Attached a small project to observe the problem/test the patches. There are two libraries inside: - slash.lib contains one symbol with '/' in its LIB_ID - slash_conflict.lib contains two symbols that result in a LIB_ID clash (RELAY_Hongfa_HF115F/012-1H3T and RELAY_Hongfa_HF115F_012-1H3T). Normally

[Kicad-developers] Handling invalid characters in symbol/component LIB_IDs

2018-03-06 Thread Maciej Sumiński
I am trying to find a reasonable way to handle symbol and components with invalid characters in their LIB_IDs (see bug report #1752419 [1]). While now it is impossible to create such LIB_IDs, we need to handle documents that had been created before the restriction was introduced. LIB_IDs in SCH_CO