mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-08 14:24:46 +03:00
Update OleFileIO.py
replaced latin-1 by iso-8859-1 (gettext doesn't know latin-1)
This commit is contained in:
parent
5a6827690b
commit
1863321610
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/local/bin/python
|
#!/usr/local/bin/python
|
||||||
# -*- coding: latin-1 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
## OleFileIO_PL:
|
## OleFileIO_PL:
|
||||||
## Module to read Microsoft OLE2 files (also called Structured Storage or
|
## Module to read Microsoft OLE2 files (also called Structured Storage or
|
||||||
## Microsoft Compound Document File Format), such as Microsoft Office
|
## Microsoft Compound Document File Format), such as Microsoft Office
|
||||||
|
|
Loading…
Reference in New Issue
Block a user