Hide Forgot
Description of problem: fedpkg unused-patches chokes on non-ascii characters. Version-Release number of selected component (if applicable): fedpkg-1.20-2.fc23.noarch How reproducible: Always Steps to Reproduce: 1. "fedpkg unused-patches" for a package with a non-ascii character in specfile. Actual results: $ fedpkg unused-patches Could not execute unused_patches: 'ascii' codec can't decode byte 0xc3 in position 18473: ordinal not in range(128) Expected results: No error due to non-ascii characters. Additional info:
Hi, could you try again with latest version fedpkg-1.23-1.fc24? Additionally, what are unicode characters there, and what is the character encoding set in terminal? I tried to reproduce in following steps 1. make changes to SPEC file by adding a changelog item with Chinese characters 2. create a dummy patch file 3. fedpkg unused-patches All in UTF-8, and it works well.
Sorry for the delay. I confirm that fedpkg-1.25-1.fc24 works.