ken2812221
commented at 10:45 pm on September 1, 2018:
contributor
Make sure we read the command line inputs using utf-8 decoding in python
occurred from travis cron job:
contrib/verify-commits/verify-commits.py should run with utf-8, otherwise it would raise UnicodeDecodeError
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 744: ordinal not in range(128)
laanwj added the label
Tests
on Sep 1, 2018
laanwj
commented at 10:54 pm on September 1, 2018:
member
I think it would be better to fix the .py script to always read as utf-8, this should be independent of the system locale
(we’ve done this for the other ones)
apparently this was the intent here too:
This is a metadata mirror of the GitHub repository
bitcoin/bitcoin.
This site is not affiliated with GitHub.
Content is generated from a GitHub metadata backup.
generated: 2024-11-17 03:12 UTC
This site is hosted by @0xB10C More mirrored repositories can be found on mirror.b10c.me