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/trunk@14477 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2006-07-17 19:37:24 +00:00
parent 81262569fc
commit da915923fd
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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