mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
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:
parent
1e2f3d80e8
commit
d6a86a1e16
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user