5

This was really wired! All = became q on my xfce4-terminal app, what's wrong with it?

Any ideas?

enter image description here

%> set | grep LANG
LANG=en_US.utf8
LANGUAGE=en_US.utf8
daisy
  • 53,527
  • 78
  • 236
  • 383

1 Answers1

1

I assume this only happens in ncmpcpp. Does your build of ncmpcpp support charset detection? See output of ncmpcpp --version. If this is not the case, try setting the following option in ~/.ncmpcpp/config:

system_encoding = <your_encoding_here>

And in ~/.mpdconf:

filesystem_charset "<your_encoding_here>"

Also make sure your xfce4-terminal matches this same encoding.