SchrodingersGat / KiBoM

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

Avoid destroying the current locale's decimal point #111

Closed set-soft closed 3 years ago

set-soft commented 3 years ago

The units parser currently prunes any comma. But for many locales this is the decimal point separator. This patch converts the current locale decimal point into a point.

SchrodingersGat commented 3 years ago

Thanks for this fix @set-soft - didn't consider locale issues