[Erp5-report] r27958 - /erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jul 6 11:07:13 CEST 2009
Author: luke
Date: Mon Jul 6 11:07:11 2009
New Revision: 27958
URL: http://svn.erp5.org?rev=27958&view=rev
Log:
- fix coding name (http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variants)
Modified:
erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py
Modified: erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py
URL: http://svn.erp5.org/erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py?rev=27958&r1=27957&r2=27958&view=diff
==============================================================================
--- erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py [utf8] (original)
+++ erp5/trunk/products/ZSQLCatalog/SearchText/SearchTextParser.py [utf8] Mon Jul 6 11:07:11 2009
@@ -1,5 +1,5 @@
#!/usr/bin/python
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2008-2009 Nexedi SA and Contributors. All Rights Reserved.
More information about the Erp5-report
mailing list