Add sort/locale workaround

NRK 2023-05-17 12:56:54 +00:00
parent 80ed8f90a1
commit 188813b504

@ -151,3 +151,7 @@ Ensure that the primary font of your terminal is set to a suitable one (e.g when
Also ensure that your system's locale is set up properly.
When using [ST](https://st.suckless.org/) some icons may appear truncated. A patch fixing this issue is available in a reddit thread [here](https://www.reddit.com/r/suckless/comments/jt90ai/update_support_for_proper_glyph_rendering_in_st/).
## Wrong/Bad sorting order ([#1652](https://github.com/jarun/nnn/issues/1652))
`nnn` respects the environmental `LC_COLLATE` value - the effect of this depends on your `libc`. Try setting it to something standard/well-supported such as "C" or "C.UTF8" and see if that fixes the issue or not.