Change the encoding of some python scripts from iso-8859-15 to iso-8859-1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@14479 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-07-17 19:46:03 +00:00
parent 1e2f3d80e8
commit d6a86a1e16
6 changed files with 10 additions and 6 deletions

View File

@ -1,4 +1,8 @@
2006=07-15 Bo Peng <ben.bob@gmail.com>
2006-07-17 Bo Peng <ben.bob@gmail.com>
* Change the encoding of some python scripts from iso-8859-15
to iso-8859-1.
2006-07-15 Bo Peng <ben.bob@gmail.com>
* replace all .sh scripts under scripts/ by their python version
(changeset 14462-14465)

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python -tt
# -*- coding: iso-8859-15 -*-
# -*- coding: iso-8859-1 -*-
# file TeXFiles.py
# This file is part of LyX, the document processor.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
# -*- coding: iso-8859-1 -*-
# file convertDefault.py
# This file is part of LyX, the document processor.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
# -*- coding: iso-8859-1 -*-
# file fig2pdf.py
# This file is part of LyX, the document processor.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
# -*- coding: iso-8859-1 -*-
# file fig2pstex.py
# This file is part of LyX, the document processor.

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python
# -*- coding: iso-8859-15 -*-
# -*- coding: iso-8859-1 -*-
# file fig_copy.py
# This file is part of LyX, the document processor.