The RPM python3 bindings return ALL string data as surrogate-escaped utf-8 string objects. See: https://bugzilla.redhat.com/show_bug.cgi?id=1693751
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com
Hi, thank you for your contribution. For this issue, 2 pull requests have come. I believe your code does the same work as the https://pagure.io/rpkg/pull-request/439 does. @praiskup has additionally prepared backport for Fedora: https://src.fedoraproject.org/rpms/rpkg/pull-request/28
Commit 580520c2 fixes this pull-request
Pull-Request has been merged by onosek
It seems your patch works better for https://bugzilla.redhat.com/show_bug.cgi?id=1699790 So I use it in the end.
The RPM python3 bindings return ALL string data as surrogate-escaped
utf-8 string objects.
See: https://bugzilla.redhat.com/show_bug.cgi?id=1693751
Signed-off-by: Robert-André Mauchin zebob.m@gmail.com