macOS: Fix the LC_TYPE env var being set to UTF-8 on systems in which the language and country code do not form a valid locale

Fixes #1233
This commit is contained in:
Kovid Goyal
2020-06-24 21:59:47 +05:30
parent fbd0e8e26a
commit d173ab9f45
3 changed files with 21 additions and 6 deletions

View File

@@ -12,6 +12,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
keymaps on new keyboard events that only change geometry (:iss:`2787`).
Better handling of multiple keyboards with incompatible layouts (:iss:`2726`)
- macOS: Fix the LC_TYPE env var being set to UTF-8 on systems in which the
language and country code do not form a valid locale (:iss:`1233`)
0.18.1 [2020-06-23]
--------------------