On Mon, Aug 2, 2021 at 2:35 AM Felipe Gasper <felipe@felipegasper.com> wrote: > Code is indeed text, but this is not reasonable: > > > perl -Mutf8 -e'print "é"' > � > > ⦠particularly in contrast to this: > > > echo é | perl -Mutf8 -e 'print <>' > é > > ⦠and these: > > > node -e 'console.log("é")' > é > > > python -c 'print("é")' > é > > > ruby -e 'puts "é"' > é > > > echo '<?php print "é" ?>' | php > é > > > echo | awk '{print "é"}' > é > > > julia -e'print("é")' > é > > > lua -e'print "é"' > é > I don't think the proposal said anything about -e or -E LeonThread Previous | Thread Next