Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix xgettext warning due to unknown encoding #856

Merged
merged 1 commit into from
Mar 26, 2016
Merged

Conversation

federicobond
Copy link
Contributor

While running python manage.py makemessages in a Django project, it complains that the weibo.py file is not using a known encoding. Replacing utf8 with utf-8 removes the warning.

xgettext: ./lib/python2.7/site-packages/social/backends/weibo.py:1: Unknown encoding "utf8". Proceeding with ASCII instead.

@omab omab merged commit 529b398 into omab:master Mar 26, 2016
@omab
Copy link
Owner

omab commented Mar 26, 2016

Thanks!

@federicobond federicobond deleted the patch-1 branch March 28, 2016 04:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants