From ba560363d26272c0464706f5352be7a929729ff2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 8 Sep 2019 16:16:41 +0200 Subject: [PATCH] escape unicode character in pod MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Avoid perldoc error: > Non-ASCII character seen before =encoding in 'Pokémon'. Assuming UTF-8 --- barcat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.0