mirror of
https://github.com/powerline/powerline.git
synced 2025-07-24 22:36:01 +02:00
Added troubleshooting for Urxvt & Unicode
This commit is contained in:
parent
841c25f6b6
commit
e6d484a329
@ -189,6 +189,25 @@ If your locale encoding is not unicode (any encoding that starts with “utf”
|
|||||||
should set up your system to use unicode locale or forget about powerline fancy
|
should set up your system to use unicode locale or forget about powerline fancy
|
||||||
characters.
|
characters.
|
||||||
|
|
||||||
|
Urxvt unicode3 and frills
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
Make sure that, whatever urxvt package you're installing, both the `unicode3`
|
||||||
|
and `frills` features are enabled at compile time. Run
|
||||||
|
``urxvt --help 2>&1 | grep options:`` to get a list of enabled options.
|
||||||
|
This should contain at least `frills`, `unicode3` and optionally `iso14755`
|
||||||
|
if you want to input Unicode characters as well.
|
||||||
|
|
||||||
|
Compiler flags example:
|
||||||
|
|
||||||
|
--enable-frills \
|
||||||
|
--enable-unicode3
|
||||||
|
|
||||||
|
As long as your terminal emulator is compiled without unicode rendering,
|
||||||
|
no amount of configuration will make it display unicode characters.
|
||||||
|
They're being considered 'unnecessary features', but they add negligible
|
||||||
|
overhead to the size of the installed package (~100KB).
|
||||||
|
|
||||||
Vim issues
|
Vim issues
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user