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
Fixes#85
The reason we do this is because upper-/lowercasing requires a UTF-8
locale. However, some locales, e.g. nn_NO.UTF-8, also change things
like number formatting, so when changing the global process locale,
other programs called by divvun-checker will *next time around* start
using that locale.
This change simply reverts to the original locale after one round of
suggest. A better change might to use facets so the locale change
doesn't affect numbers.
0 commit comments