in reply to Path::Tiny supress unicode warnings
Why are you using slurp_utf8 if your input file is in some other encoding? Just use slurp instead and decode it yourself afterwards.
🦛