Linux: Ensure that the python embedded in the kitty binary build always uses UTF-8 mode

Fixes #924
This commit is contained in:
Kovid Goyal
2018-09-08 23:03:36 +05:30
parent e39635ea16
commit 9963e78636
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ Changelog
- Add a new ``neighboring_window`` function to switch to neighboring
windows in the current layout, similar to window movement in vim (:iss:`916`)
- Linux: Ensure that the python embedded in the kitty binary build always uses
UTF-8 mode (:iss:`924`)
0.12.1 [2018-09-08]
------------------------------