> From: Gavin Smith <[email protected]> > Date: Mon, 5 Jul 2021 23:09:10 +0100 > > In commit 8e53ffed59 I added code to run "locale -a" as a backup; hopefully > this will mostly resolve this issue.
What will happen on platforms that don't have the 'locale' command installed (MS-Windows)? Should the code perhaps refrain from invoking the command if it isn't available, or at least shut up any resulting error messages? Thanks.
