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
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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]
------------------------------