clarify LANG in FAQs

dankamongmen/xcb
nick black 4 years ago
parent 9d917d3243
commit 7186c2590d
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -351,7 +351,7 @@ to breaking under incorrect `TERM` values. If you're not using `xterm`, your
* **Q:** Do you support [musl](https://musl.libc.org/)? **A:** I try to! You'll need at least 1.20.
* **Q:** I only seem to blit in ASCII. **A:** Your `LANG` environment variable is underdefined or incorrectly defined, or the necessary locale is not present on your machine (it is also possible that you explicitly supplied `NCOPTION_INHIBIT_SETLOCALE`, but never called `setlocale(3)`, in which case don't do that).
* **Q:** I only seem to blit in ASCII, and/or can't emit Unicode beyond ASCII in general. **A:** Your `LANG` environment variable is underdefined or incorrectly defined, or the necessary locale is not present on your machine (it is also possible that you explicitly supplied `NCOPTION_INHIBIT_SETLOCALE`, but never called `setlocale(3)`, in which case don't do that).
* **Q:** I pretty much always need an `ncplane` when using a `cell`. Why doesn't the latter hold a point to the former? **A:** Besides the massive redundancy this would entail, `cell` needs to remain as small as possible, and you almost always have the `ncplane` handy if you've got a reference to a valid `cell` anyway.

Loading…
Cancel
Save