You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ngspice uses the systems locale to read numbers.
However, we always use decimal dots when serializing numbers.
To avoid problems with the locale, we set it (and reset it) for each single call to ngspice.
This doesn't look right, although it seems to work.
Proposed Solution
Use locale LC_NUMERIC "C" for the complete Fritzing process.
We already introduced QLocale for the UI. There might be some places that don't yet apply this.
Also, be possible to set the QLocale in the preferences, e.g. when working with an international team.
The text was updated successfully, but these errors were encountered:
Problem
ngspice uses the systems locale to read numbers.
However, we always use decimal dots when serializing numbers.
To avoid problems with the locale, we set it (and reset it) for each single call to ngspice.
This doesn't look right, although it seems to work.
Proposed Solution
Use locale LC_NUMERIC "C" for the complete Fritzing process.
We already introduced QLocale for the UI. There might be some places that don't yet apply this.
Also, be possible to set the QLocale in the preferences, e.g. when working with an international team.
The text was updated successfully, but these errors were encountered: