in reply to Re: binmode STDOUT, ":utf8"; and umlauts
in thread binmode STDOUT, ":utf8"; and umlauts

if this is a typical reasonably new Linux distro, it's UTF-8 by default, i.e., you are right. He should have done
open FIND, '-|:encoding(utf8)', 'find /dev/sda2 -name menü'