From a40e2f6aaa1e49b7a3b55e70ecd99f790ac2995f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com>
Date: Mon, 6 Jul 2009 09:06:48 +0000
Subject: [PATCH]  - fix coding name
 (http://en.wikipedia.org/wiki/UTF-8#Official_name_and_incorrect_variants)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27956 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/AggregatedAmountList.py                            | 2 +-
 product/ERP5/tests/testAcknowledgementTool.py                   | 2 +-
 product/ERP5/tests/testBusinessTemplate.py                      | 2 +-
 product/ERP5/tests/testCRM.py                                   | 2 +-
 product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py | 2 +-
 product/ERP5/tests/testIdTool.py                                | 2 +-
 product/ERP5/tests/testMovementGroup.py                         | 2 +-
 product/ERP5/tests/testOrder.py                                 | 2 +-
 product/ERP5/tests/testOrderBuilder.py                          | 2 +-
 product/ERP5/tests/testSupply.py                                | 2 +-
 product/ERP5Catalog/Document/Archive.py                         | 2 +-
 product/ERP5Catalog/PropertySheet/Archive.py                    | 2 +-
 product/ERP5Catalog/PropertySheet/CatalogPreference.py          | 2 +-
 product/ERP5Catalog/tests/testArchive.py                        | 2 +-
 product/ERP5Form/tests/testGUIwithSecurity.py                   | 2 +-
 product/ERP5OOo/tests/testOOoImport.py                          | 2 +-
 product/ERP5Security/tests/testERP5Security.py                  | 2 +-
 product/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py              | 2 +-
 product/ERP5Type/tests/testERP5Type.py                          | 2 +-
 19 files changed, 19 insertions(+), 19 deletions(-)

diff --git a/product/ERP5/AggregatedAmountList.py b/product/ERP5/AggregatedAmountList.py
index 113972188f..85f1aacf0a 100644
--- a/product/ERP5/AggregatedAmountList.py
+++ b/product/ERP5/AggregatedAmountList.py
@@ -1,4 +1,4 @@
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
diff --git a/product/ERP5/tests/testAcknowledgementTool.py b/product/ERP5/tests/testAcknowledgementTool.py
index 4359893b6d..b70b90c9b9 100644
--- a/product/ERP5/tests/testAcknowledgementTool.py
+++ b/product/ERP5/tests/testAcknowledgementTool.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
 #                    Sebastien Robin <seb@nexedi.com>
 #                    Łukasz Nowak <luke@nexedi.com>
diff --git a/product/ERP5/tests/testBusinessTemplate.py b/product/ERP5/tests/testBusinessTemplate.py
index 00e3e2d44a..9ef93b70b1 100644
--- a/product/ERP5/tests/testBusinessTemplate.py
+++ b/product/ERP5/tests/testBusinessTemplate.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
 #          Aurelien Calonne <aurel@nexedi.com>
 #
diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py
index c791fd98f2..2c0ab1c0fb 100644
--- a/product/ERP5/tests/testCRM.py
+++ b/product/ERP5/tests/testCRM.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2007 Nexedi SA and Contributors. All Rights Reserved.
 #
 # WARNING: This program as such is intended to be used by professional
diff --git a/product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py b/product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
index 47d887d58e..941ade43e9 100644
--- a/product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
+++ b/product/ERP5/tests/testDeliveryBuilderToSupportMultipleLines.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
 #
diff --git a/product/ERP5/tests/testIdTool.py b/product/ERP5/tests/testIdTool.py
index 7f8f609df5..8a9ab8af4a 100644
--- a/product/ERP5/tests/testIdTool.py
+++ b/product/ERP5/tests/testIdTool.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2008 Nexedi SARL and Contributors. All Rights Reserved.
 #          Aurélien Calonne <aurel@nexedi.com>
 #
diff --git a/product/ERP5/tests/testMovementGroup.py b/product/ERP5/tests/testMovementGroup.py
index 3c8c18b8cd..42a8147221 100644
--- a/product/ERP5/tests/testMovementGroup.py
+++ b/product/ERP5/tests/testMovementGroup.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
 #
diff --git a/product/ERP5/tests/testOrder.py b/product/ERP5/tests/testOrder.py
index b00df44875..bd506d091d 100644
--- a/product/ERP5/tests/testOrder.py
+++ b/product/ERP5/tests/testOrder.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2004-2008 Nexedi SA and Contributors. All Rights Reserved.
 #          Sebastien Robin <seb@nexedi.com>
 #          Romain Courteaud <romain@nexedi.com>
diff --git a/product/ERP5/tests/testOrderBuilder.py b/product/ERP5/tests/testOrderBuilder.py
index 97f59d0f00..fd65f0bc75 100644
--- a/product/ERP5/tests/testOrderBuilder.py
+++ b/product/ERP5/tests/testOrderBuilder.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2008 Nexedi SA and Contributors. All Rights Reserved.
 #          Łukasz Nowak <lukasz.nowak@ventis.com.pl>
diff --git a/product/ERP5/tests/testSupply.py b/product/ERP5/tests/testSupply.py
index eb34496771..56cb256698 100644
--- a/product/ERP5/tests/testSupply.py
+++ b/product/ERP5/tests/testSupply.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
 #          Łukasz Nowak <luke@nexedi.com>
 #
diff --git a/product/ERP5Catalog/Document/Archive.py b/product/ERP5Catalog/Document/Archive.py
index 220e6742a7..2905eac827 100755
--- a/product/ERP5Catalog/Document/Archive.py
+++ b/product/ERP5Catalog/Document/Archive.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
 #                Aurélien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Catalog/PropertySheet/Archive.py b/product/ERP5Catalog/PropertySheet/Archive.py
index 0391408e49..bf1599aea8 100755
--- a/product/ERP5Catalog/PropertySheet/Archive.py
+++ b/product/ERP5Catalog/PropertySheet/Archive.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Aurélien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Catalog/PropertySheet/CatalogPreference.py b/product/ERP5Catalog/PropertySheet/CatalogPreference.py
index d6496609ba..c1a19f75a4 100755
--- a/product/ERP5Catalog/PropertySheet/CatalogPreference.py
+++ b/product/ERP5Catalog/PropertySheet/CatalogPreference.py
@@ -1,5 +1,5 @@
 #############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
 #               Aurélien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Catalog/tests/testArchive.py b/product/ERP5Catalog/tests/testArchive.py
index 5557c46ea0..60354bc9f7 100644
--- a/product/ERP5Catalog/tests/testArchive.py
+++ b/product/ERP5Catalog/tests/testArchive.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2007 Nexedi SARL and Contributors. All Rights Reserved.
 #          Aurélien Calonne <aurel@nexedi.com>
diff --git a/product/ERP5Form/tests/testGUIwithSecurity.py b/product/ERP5Form/tests/testGUIwithSecurity.py
index c95b812eb6..c6b4a282dc 100644
--- a/product/ERP5Form/tests/testGUIwithSecurity.py
+++ b/product/ERP5Form/tests/testGUIwithSecurity.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2006 Nexedi SARL and Contributors. All Rights Reserved.
 #          Bartek Górny <bartek@erp5.pl>
diff --git a/product/ERP5OOo/tests/testOOoImport.py b/product/ERP5OOo/tests/testOOoImport.py
index bd9d7a9cb4..ca09bc4be6 100644
--- a/product/ERP5OOo/tests/testOOoImport.py
+++ b/product/ERP5OOo/tests/testOOoImport.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2009 Nexedi SA and Contributors. All Rights Reserved.
 #                    Mohamadou Mbengue <mmbengue@gmail.com>
 #
diff --git a/product/ERP5Security/tests/testERP5Security.py b/product/ERP5Security/tests/testERP5Security.py
index d0f0c97fba..51926ab4b8 100644
--- a/product/ERP5Security/tests/testERP5Security.py
+++ b/product/ERP5Security/tests/testERP5Security.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2004 Nexedi SARL and Contributors. All Rights Reserved.
 #                                    Jerome Perrin <jerome@nexedi.com>
 #
diff --git a/product/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py b/product/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
index 769d5cef81..81e947c1ee 100644
--- a/product/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
+++ b/product/ERP5SyncML/Conduit/ERP5ShopOrderConduit.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 #
 # Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Kevin Deldycke <kevin@nexedi.com>
diff --git a/product/ERP5Type/tests/testERP5Type.py b/product/ERP5Type/tests/testERP5Type.py
index fcf557766a..a64cfed44d 100644
--- a/product/ERP5Type/tests/testERP5Type.py
+++ b/product/ERP5Type/tests/testERP5Type.py
@@ -1,5 +1,5 @@
 ##############################################################################
-# -*- coding: utf8 -*-
+# -*- coding: utf-8 -*-
 # Copyright (c) 2005 Nexedi SARL and Contributors. All Rights Reserved.
 #                    Yoshinori Okuji <yo@nexedi.com>
 #
-- 
2.30.9