The gettext package fails to rebuild on Ubuntu with coreutils-uutils https://launchpadlibrarian.net/798208273/buildlog_ubuntu-questing-amd64.gettext_0.23.1-2build1_BUILDING.txt.gz on this file example [bug.txt](https://github.com/user-attachments/files/20817069/bug.txt) ``` # fold --version fold 0.0.30 # fold -b -s -w 20 bug.txt fold: failed to read line: stream did not contain valid UTF-8 ``` vs ``` $ fold --version fold (GNU coreutils) 9.5 $ fold -b -s -w 20 bug.txt #~ msgstr "F�r die anderen" ```