On Windows I'd expect the default encoding to either be `cp-1252` or `utf-8`. Setting it to `utf-8` in the MozillaBuild profile would have side effects on tools that do use the system encoding (I assumed this, but checked with :glandium to confirm). I don't think there's a better way than explicitly setting the encoding to handle a particular case.
Bug 1800035 Comment 111 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
On Windows I'd expect the default encoding to either be `cp-1252` or `utf-8` (depending on the OS version and Python version, but maybe also locale?). Setting it to `utf-8` in the MozillaBuild profile would have side effects on tools that do use the system encoding (I assumed this, but checked with :glandium to confirm). I don't think there's a better way than explicitly setting the encoding to handle a particular case.