Skip to content
Braedon edited this page Jan 13, 2019 · 2 revisions

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].

Unicode Issues/Nothing is being printed/Only some of the screen is showing

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!

*nix (MacOS/BSD/Linux/...)

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).

Windows

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.

Clone this wiki locally