I read some warnings about the module not being thread-safe.
This sets the locale for all categories to the user’s default setting (typically specified in the LANG environment variable). If the locale is not changed thereafter, using multithreading should not cause problems.
Since we always want this encoding I think it should be okay.
Closes #19.
I read some warnings about the module not being thread-safe.
Since we always want this encoding I think it should be okay.