view bin/ordu @ 9241:ed11e389a029

<boily> ` sed -i \'s/\\?/\xe2\x81\xba?/\' wisdom/footnote\\ 8
author HackBot
date Wed, 12 Oct 2016 10:53:34 +0000
parents 7f957c1f4661
children
line wrap: on
line source

#!/bin/sh
print_args_or_input "$@" | perl -C7 -pe 'chomp; $_ = join(" ", map { sprintf "U+%x", ord } split //, $_);'