letsencrypt: Replace a Unicode char with ASCII

Although there is nothing wrong with the generated POT file and the
encoding is properly set to UTF-8, Weblate failed with following error:

We have not been able to update the source file for the resource
django.pot of the project FreedomBox UI.

The URL we used to update the source file from was
https://raw.githubusercontent.com/freedombox/Plinth/master/plinth/locale/django.pot.

The exact error we encountered was:

'ascii' codec can't encode character u'\u2019' in position 31271:
ordinal not in range(128)
This commit is contained in:
Sunil Mohan Adapa 2016-08-20 09:40:30 +05:30
parent 64499a31b8
commit 130b5273e4
No known key found for this signature in database
GPG Key ID: 36C361440C9BC971

View File

@ -47,7 +47,7 @@ description = [
'certficate authority (CA).'), box_name=_(cfg.box_name)),
_('Let\'s Encrypt is a free, automated, and open certificate '
'authority, run for the publics benefit by the Internet Security '
'authority, run for the public\'s benefit by the Internet Security '
'Research Group (ISRG). Please read and agree with the '
'<a href="https://letsencrypt.org/repository/">Let\'s Encrypt '
'Subscriber Agreement</a> before using this service.')