SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
352 stars 95 forks source link

Fixes to micro and ohm characters. #135

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

This patch include two things: 1) The addition to "MICRO SIGN U+00B5" as a valid micro prefix. Fixes SchrodingersGat/KiBoM#133 2) A fix to the Ohms sign. As we are using a lower case compare we must compare to lowercase omega, not uppercase omega. Fixes SchrodingersGat/KiBoM#134 BTW: I added a few comments to clarify the code.

SchrodingersGat commented 3 years ago

Thanks for these fixes @set-soft :)