cat bible.txt | while read line; do echo "say \"$line\"" > client.fifo; sleep 5; done
(edited)Packer
would be easiestAddStringFixUTF8
which replaces broken utf-8 with replacement characters would probably workAddStringFixUTF8
as a new function on packer, alternatively rewrite the existing AddString
function so that it always fixes utf-8AddString
?AddString
team -1