mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:57:30 +08:00
CHANGELOG locale coercion
This commit is contained in:
parent
046db09f90
commit
775c5f01b4
|
@ -49,6 +49,7 @@ Interactive improvements
|
|||
- The default pager color looks better in terminals with light backgrounds (:issue:`3412`).
|
||||
- Further robustness improvements to the bash history import (:issue:`7874`).
|
||||
- The web-based configuration and documentation now feature a dark mode if the browser requests it (:issue:`8043`).
|
||||
- fish will now try harder to acquire a utf8-capable encoding locale (``LC_CTYPE``), even if the locale variables are set to ``C``. This only affects fish internally and e.g. fixes output in misconfigured systems. To allow a C locale, set ``$fish_allow_singlebyte_locale`` to 1 (:issue:`8031`).
|
||||
|
||||
New or improved bindings
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in New Issue
Block a user