Package: moc Version: 2.4.0-1 "mocp" badly highlights the song under the cursor if the name contains accented letters.
Try this: #!/bin/sh mkdir tmp cd tmp touch song.mp3 song_bad_title.mp3 song_bad_author.mp3 song_bad_all.mp3 mp3info -f -t "moc is the best" song.mp3 mp3info -f -t "moc è il migliore" song_bad_title.mp3 mp3info -f -a "moc è il meglio" song_bad_author.mp3 mp3info -f -a "moc è il meglio" -t "moc è il migliore" song_bad_all.mp3 mocp .