Author: dmeyer
Date: Tue Jun 5 18:04:51 2007
New Revision: 2707
Modified:
trunk/base/src/config.py
Log:
Fix encoding information (ISO8859 is iso-8859)
Modified: trunk/base/src/config.py
==============================================================================
--- trunk/base/src/config.py (original)
+++ trunk/base/src/config.py Tue Jun 5 18:04:51 2007
@@ -636,7 +636,8 @@
self._autosave_timer.stop()
f = open(filename, 'w')
- f.write('# -*- coding: %s -*-\n' % get_encoding().lower() + \
+ encoding = get_encoding().lower().replace('iso8859', 'iso-8859')
+ f.write('# -*- coding: %s -*-\n' % encoding + \
'# -*- hash: %s -*-\n' % self._hash() + \
'#
*************************************************************\n' + \
'# WARNING: This file is auto-generated. You are free to
edit\n' + \
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog