** Tags added: update-excuse -- You received this bug notification because you are a member of Debcrafters packages, which is subscribed to groff in Ubuntu. https://bugs.launchpad.net/bugs/2114827
Title: 'od' invalid handling of non ascii chars Status in coreutils: Unknown Status in coreutils-from package in Ubuntu: New Status in groff package in Ubuntu: New Status in rust-coreutils package in Ubuntu: New Bug description: The groff build is failing with the rust coreutils https://launchpadlibrarian.net/798977884/buildlog_ubuntu-questing-amd64.groff_1.23.0-9_BUILDING.txt.gz It seems to be due to 'od' incorrectly handling non-ascii chars $ od --version od (GNU coreutils) 9.5 $ echo '’' | LC_ALL=C od -t c 0000000 342 200 231 \n 0000004 vs $ od --version od 0.0.30 $echo '’' | LC_ALL=C od -t c 0000000 ’ ** ** \n 0000004 I've reported the problem also upstream To manage notifications about this bug go to: https://bugs.launchpad.net/coreutils/+bug/2114827/+subscriptions -- Mailing list: https://launchpad.net/~debcrafters-packages Post to : debcrafters-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~debcrafters-packages More help : https://help.launchpad.net/ListHelp