You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I'm running into this issue with django translation.
When I build .po files, this is the error message I got.
xgettext: Non-ASCII string at ./dist/export/python/virtualenvs/pyright/3.11.10/lib/python3.11/site-packages/Crypto/Util/asn1.py:409.
Please specify the source encoding through --from-code.
defencode(self):
"""Return the DER BOOLEAN, fully encoded as a binary string."""self.payload=b'\xFF'ifself.valueelseb'\x00'# line 409 here?returnDerObject.encode(self)
I see that # -*- coding: ascii -*- is defined in line 1, and this could be the source.
The text was updated successfully, but these errors were encountered:
Hello! I'm running into this issue with django translation.
When I build
.po
files, this is the error message I got.I see that
# -*- coding: ascii -*-
is defined in line 1, and this could be the source.The text was updated successfully, but these errors were encountered: