I have an issue regarding neomutt not displaying the Swedish characters å, ä and ö.
When typing locale in the terminal I get:
LANG=sv_SE.UTF-8 LC_CTYPE=sv_SE.UTF-8 LC_NUMERIC=sv_SE.UTF-8 LC_TIME=sv_SE.UTF-8 LC_COLLATE=en_SE.UTF-8 LC_MONETARY=sv_SE.UTF-8 LC_MESSAGES=sv_SE.UTF-8 LC_PAPER=sv_SE.UTF-8 LC_NAME=sv_SE.UTF-8 LC_ADDRESS=sv_SE.UTF-8 LC_TELEPHONE=sv_SE.UTF-8 LC_MEASUREMENT=sv_SE.UTF-8 LC_IDENTIFICATION=sv_SE.UTF-8 LC_ALL= When viewing the subject text in neomutt I get an question mark whenever it should be a character å, ä or ö. When I open an email I get \366 instead of ö, \345 instead of å and \344 instead of ä.
I'm using 5.0.7-arch1-1-ARCH.
locale charmap?ö, not the UTF-8 encoding. Chances are those emails are not properly formatted. If you presshwithinneomuttwhen viewing that email, do you see aContent-Typeheader? What does it say for the charset?LC_COLLATE=sv_SE.UTF-8didn't work as it should've, I had to set it tosv_SE.utf8. So now the characters in the email body text works but I still can't see the correct characters in the subject text when viewing all the emails.åäöand it showed up in my subject text. I found it weird because all my other mail didn't show those characters in it's subject text. I therefore tried refreshing my cache to see if it was because they were stored differently, which it did. Everything seems to be working now!