From 18633216100a52f68a4d6670b4c5d949c13f1e1a Mon Sep 17 00:00:00 2001 From: Jens Heidrich Date: Tue, 30 Sep 2014 20:43:19 +0200 Subject: [PATCH] Update OleFileIO.py replaced latin-1 by iso-8859-1 (gettext doesn't know latin-1) --- PIL/OleFileIO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PIL/OleFileIO.py b/PIL/OleFileIO.py index e35bfa679..2ec2c05ff 100644 --- a/PIL/OleFileIO.py +++ b/PIL/OleFileIO.py @@ -1,5 +1,5 @@ #!/usr/local/bin/python -# -*- coding: latin-1 -*- +# -*- coding: iso-8859-1 -*- ## OleFileIO_PL: ## Module to read Microsoft OLE2 files (also called Structured Storage or ## Microsoft Compound Document File Format), such as Microsoft Office