declare pod encoding
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 8 Sep 2019 14:28:33 +0000 (16:28 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 9 Sep 2019 22:37:53 +0000 (00:37 +0200)
commit494a76d93fbc6c24ed893c261d5e670ddfebf9a2
tree669070ae0b1188e5be78d8c374b1b34d86978099
parentba560363d26272c0464706f5352be7a929729ff2
declare pod encoding

Most renderers will output in the same encoding as the pod document,
which is ascii (causing an unaccented e for E<eacute>) or worse, latin1.
Best to explicitly use UTF-8 as all i/o should be.
barcat