Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set the locale to the user’s default setting
According to POSIX, a program which has not called setlocale(LC_ALL, '') runs using the portable 'C' locale. Calling setlocale(LC_ALL, '') lets it use the default locale as defined by the LANG variable.
- Loading branch information