From: Mischa POSLAWSKY Date: Sun, 8 Sep 2019 14:16:41 +0000 (+0200) Subject: escape unicode character in pod X-Git-Tag: v1.05~21 X-Git-Url: http://git.shiar.nl/barcat.git/commitdiff_plain/ba560363d26272c0464706f5352be7a929729ff2 escape unicode character in pod Avoid perldoc error: > Non-ASCII character seen before =encoding in 'Pokémon'. Assuming UTF-8 --- diff --git a/barcat b/barcat index d3ba821..db9de17 100755 --- a/barcat +++ b/barcat @@ -354,7 +354,7 @@ External datasets, like movies per year: But please get I to process JSON and replace the manual selection by C<< jq '.[].year' >>. -Pokémon height comparison: +PokEmon height comparison: curl https://github.com/Biuni/PokemonGO-Pokedex/raw/master/pokedex.json | jq -r '.pokemon[] | [.height,.num,.name] | join(" ")' | barcat