Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 5
    If you want to resolve a problem with xclock warning(Missing charsets in String to FontSet conversion), it will be better if you will use LC_ALL=C.UTF-8 to avoid problems with cyrillic. To set this environment variable you must add the following line to the end of ~/.bashrc file - export LC_ALL=C.UTF-8 Commented Jun 19, 2019 at 12:42
  • 2
    @fedotsoldier you should probably ask question and give the answer yourself, I don't think it's related to the question. It's just answer to different problem you're having. Commented Jun 19, 2019 at 13:20
  • Yeah, you are right, ok Commented Jun 19, 2019 at 13:22
  • 7
    legendary C locales rant github.com/mpv-player/mpv/commit/… Commented Sep 4, 2022 at 6:28