]> git.lyx.org Git - features.git/commitdiff
Squash python warning about unknown file encoding.
authorAngus Leeming <leeming@lyx.org>
Mon, 26 Apr 2004 09:18:09 +0000 (09:18 +0000)
committerAngus Leeming <leeming@lyx.org>
Mon, 26 Apr 2004 09:18:09 +0000 (09:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8694 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/scripts/lyxpreview2bitmap.py

index a9a4e84bad1574a9c762075b2de837360cfb99ab..df52fdb592571d78d7a6a179934979c4ea250a22 100644 (file)
@@ -1,3 +1,8 @@
+2004-04-26  Angus Leeming  <leeming@lyx.org>
+
+       * scripts/lyxpreview2bitmap.py: tell python about the file's
+       encoding.
+
 2004-04-21  John Levon  <levon@movementarian.org>
 
        * ui/default.ui:
index 5219899d40b5912798853311aebed0156045b072..35837f937aa7feca50ade2e705cc7b6804a18e89 100755 (executable)
@@ -1,4 +1,5 @@
 #! /usr/bin/env python
+# -*- coding: iso-8859-1 -*-
 
 # file lyxpreview2bitmap.py
 # This file is part of LyX, the document processor.