-
Notifications
You must be signed in to change notification settings - Fork 2
FAQ
Note: if none of these solutions fix your problem feel free to open an issue (or if you are having trouble applying a solution), you can also email me at [email protected].
If you don't care about the nice boxes and just want the standard ascii ones just say export LLV_DISABLE_UNICODE=0
this is probably the easiest fix!
This can happen on high sierra (MacOS) and possibly on Windows, what you first have to do is to set your LANG environment variable to anything with utf
in it, the suggested value is; export LANG="en_AU.UTF-8"
, then next you can force unicode support with export LLV_FORCE_UNICODE=1
(in this case opening an issue is suggested because I want to be able to see if I can fix anything on my end - unicode support is very weird sometimes).
Currently we don't have pure window support for unicode (puTTY is different), so you should disable it with set LLV_DISABLE_UNICODE=1
. IF however you are using puTTY then just make sure that under the options you have the character set
setup properly to a unicode system (utf-16/utf-8 both should work). Once you have done this refer to the *nix section if you are still facing problems.
This will change in the future.