This is an archive of the discontinued Mercurial Phabricator instance.

i18n: fix coding tag unsupported by xgettext
ClosedPublic

Authored by danchr on Oct 29 2020, 8:56 AM.

Details

Summary

Running make update-pot currently fails with the following error:

xgettext: mercurial/metadata.py:1: Unknown encoding "utf8". Proceeding with ASCII instead.
xgettext: Non-ASCII string at mercurial/metadata.py:311.

Please specify the source encoding through --from-code or through a comment
as specified in http://www.python.org/peps/pep-0263.html.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

danchr created this revision.Oct 29 2020, 8:56 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.