gdraheim / zziplib

The ZZIPlib provides read access on ZIP-archives and unpacked data. It features an additional simplified API following the standard Posix API for file access
Other
62 stars 50 forks source link

Manpage rendering is slightly borked #91

Closed jtojnar closed 4 years ago

jtojnar commented 4 years ago

I see lot of \fIn and b':

Screenshot from 2020-04-18 13-04-22

gdraheim commented 4 years ago

Hahaha, thanks for the hint - it seems that the switch to python3 has made for some muck in the final page.

gdraheim commented 4 years ago

It seems that not only open(file) reads bytes but also the elem-tree of the xml-reader. I will decode that as utf-8 by now so that the final page gets encoded correctlly.

jtojnar commented 4 years ago

Can confirm this fixes the issue.