diff --git a/django/utils/translation/trans_real.py b/django/utils/translation/trans_real.py index c06ca34153..98e3d0f51b 100644 --- a/django/utils/translation/trans_real.py +++ b/django/utils/translation/trans_real.py @@ -120,7 +120,6 @@ class DjangoTranslation(gettext_module.GNUTranslations): domain=self.domain, localedir=localedir, languages=[self.__locale], - codeset='utf-8', fallback=use_null_fallback, )