On Monday, 21 March 2022 02:46:11 CET local10 wrote: > Mar 20, 2022, 18:59 by inkbottle...@gmail.com: > > I've fixed that issue on my box about 6 month ago, I can't remember how I > > did that exactly. The core of it however was that the `locales` were > > defined in several places, like 2 or 3, and that one of them was > > inconsistent with the others. And I've just deleted it. > > > > > > > > Now my setting is, I have no local whatsoever, viz, I use `> > > LC_ALL="C.UTF-8"` and that's it. Only "spell check" is "US-EN". > I will have to look into that, I was fiddling with "LC_ALL" recently to to a > different issue and now it is set to LC_ALL=en_US.UTF-8, LC_ALL was unset
For what I've observed, when using LC_ALL=en_US.UTF-8, it's very difficult to escape am/pm time format, "somewhere". To have English language with "metric system" there is also en_dk, IIRC, which is friendly in that regard. But, I really think LC_ALL="C.UTF-8", is already doing that. > prior to that. Will report back when I try it. > > Regards,