dabo Commit Revision 4971 Date: 2009-01-25 17:41:57 -0800 (Sun, 25 Jan 2009) Author: Ed Trac: http://trac.dabodev.com/changeset/4971
Changed: U trunk/dabo/dLocalize.py Log: Changed the file encoding to utf-8 without a byte-order mark. xgettext would not process a file with a byte-order mark. Diff: Modified: trunk/dabo/dLocalize.py =================================================================== --- trunk/dabo/dLocalize.py 2009-01-26 00:18:48 UTC (rev 4970) +++ trunk/dabo/dLocalize.py 2009-01-26 01:41:57 UTC (rev 4971) @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- import sys import os
_______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
