Comment 11 for bug 1548421

Revision history for this message
Benjamin Drung (bdrung) wrote :

I checked /usr/share/apport/general-hooks/ubuntu.py in Ubuntu 18.04 (bionic) and 22.04 (jammy) and they are fixed:

```
        report['DpkgTerminalLog'] = '\n'.join([str(line.decode('UTF-8', 'replace')) for line in lines])
```