HomePhabricator

devtools: Fix utf-8 support in messages for github-merge
c8a6c11d6d4cUnpublished

Unpublished Commit · Learn More

Repository Importing: This repository is still importing.

Description

devtools: Fix utf-8 support in messages for github-merge

Use 'utf-8' instead of the Python 2 default of 'ascii' to encode/decode
commit messages.
This can be removed when switching to Python 3, as 'utf-8' is the
default there.
Necessary for merging #7422 due to the ฿ in ฿tcDrak.

Details

Provenance
Wladimir J. van der Laan <laanwj@gmail.com>Authored on Jan 27 2016, 10:39
deadalnixPushed on May 14 2017, 22:04
Parents
rABC42ecea48fd25: Merge #7424: Add security/export checks to gitian and fix current failures
Branches
Unknown
Tags
Unknown

Event Timeline

Wladimir J. van der Laan <laanwj@gmail.com> committed rABCc8a6c11d6d4c: devtools: Fix utf-8 support in messages for github-merge (authored by Wladimir J. van der Laan <laanwj@gmail.com>).Jan 27 2016, 10:45