On Tue, May 18, 2021 at 11:24:39AM -0500, Tom Browder wrote: > Thanks all. I looked at my config files (which go back at least 15 years) > and found lots of explicitly setting both LC_ALL=C and LC_LANG=C. > > Should I remove all, or just remove the LC_ALL?
LC_LANG isn't even a variable that actually gets used. Maybe it's a typo that you made which had no observable negative effects, so it just hung around. I would remove both, for sure.