escape unicode character in pod
[barcat.git] / 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