This commit is contained in:
Kovid Goyal 2014-06-27 16:10:16 +05:30
parent 35e5985b7e
commit ebe919a528

View File

@ -176,7 +176,7 @@ class NonUTF8(BaseError):
BaseError.__init__(self, _('Non UTF-8 encoding declaration'), name) BaseError.__init__(self, _('Non UTF-8 encoding declaration'), name)
self.HELP = _('This file has its encoding declared as %s. Some' self.HELP = _('This file has its encoding declared as %s. Some'
' reader software cannot handle non-UTF8 encoded files.' ' reader software cannot handle non-UTF8 encoded files.'
' You should change the encoding to UTF-8.') ' You should change the encoding to UTF-8.') % enc
def __call__(self, container): def __call__(self, container):
raw = container.raw_data(self.name) raw = container.raw_data(self.name)