escape unicode character in pod
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 8 Sep 2019 14:16:41 +0000 (16:16 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 9 Sep 2019 22:37:53 +0000 (00:37 +0200)
Avoid perldoc error:

> Non-ASCII character seen before =encoding in 'Pokémon'. Assuming UTF-8

barcat

diff --git a/barcat b/barcat
index d3ba821a27802df355ad070a43633d828fba3c16..db9de174eee475b66ced06814c50dd21562d6552 100755 (executable)
--- a/barcat
+++ b/barcat
@@ -354,7 +354,7 @@ External datasets, like movies per year:
 But please get I<jq> to process JSON
 and replace the manual selection by C<< jq '.[].year' >>.
 
-Pokémon height comparison:
+PokE<eacute>mon height comparison:
 
     curl https://github.com/Biuni/PokemonGO-Pokedex/raw/master/pokedex.json |
     jq -r '.pokemon[] | [.height,.num,.name] | join(" ")' | barcat