Commit 1b6b6cd8 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Replace ISO-8859-1 with UTF-8.

Convert the encoding from ISO-8859-1 to UTF-8 by iconv.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1402 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 06d25ece
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
urssaf python: here.restrictedTraverse(employer.getDestinationSection()); urssaf python: here.restrictedTraverse(employer.getDestinationSection());
start_date python: here.getStartDate()"> start_date python: here.getStartDate()">
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title tal:content="python: here.getTitleOrId()"/> <title tal:content="python: here.getTitleOrId()"/>
<style type="text/css">@import "PaySheet.css";</style> <style type="text/css">@import "PaySheet.css";</style>
</head> </head>
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
</p> </p>
<div class="topline"> <div class="topline">
<p> <p>
<span tal:replace="python: 'NURSSAF : %s' % employer.getSocialCode()"/><br/> <span tal:replace="python: 'N°URSSAF : %s' % employer.getSocialCode()"/><br/>
<span tal:replace="python:urssaf.getTitle()"/><br/> <span tal:replace="python:urssaf.getTitle()"/><br/>
<span id="sub" tal:content="python:urssaf.getDefaultAddress().getStreetAddress()"/><br/> <span id="sub" tal:content="python:urssaf.getDefaultAddress().getStreetAddress()"/><br/>
<span id="sub" tal:content="python:urssaf.getDefaultAddress().getZipCode() + ' ' + urssaf.getDefaultAddress().getCity()"/><br/> <span id="sub" tal:content="python:urssaf.getDefaultAddress().getZipCode() + ' ' + urssaf.getDefaultAddress().getCity()"/><br/>
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<!--span tal:replace="python: 'Tel : %s' % employee.getDefaultTelephone().asText()"/><br/><!--optional--> <!--span tal:replace="python: 'Tel : %s' % employee.getDefaultTelephone().asText()"/><br/><!--optional-->
<!--span tal:replace="python: 'Fax : %s' % employee.getDefaultFax().asText()"/><br/><!--optional--> <!--span tal:replace="python: 'Fax : %s' % employee.getDefaultFax().asText()"/><br/><!--optional-->
<!--span tal:replace="python: 'E-mail : %s' % employee.getDefaultEmail().asText()"/><br/><!--optional--> <!--span tal:replace="python: 'E-mail : %s' % employee.getDefaultEmail().asText()"/><br/><!--optional-->
<span tal:replace="python: 'NSecu.Soc. : %s' % employee.getSocialCode()"/><br/> <span tal:replace="python: 'N°Secu.Soc. : %s' % employee.getSocialCode()"/><br/>
</p> </p>
<div class="topline"> <div class="topline">
<p> <p>
...@@ -213,8 +213,8 @@ ...@@ -213,8 +213,8 @@
<div class="right"> <div class="right">
<div class="details"> <div class="details">
<p> <p>
<span tal:replace="python: 'Dure des congs pays : ???'"/><br/> <span tal:replace="python: 'Durée des congés payés : ???'"/><br/>
<span tal:replace="python: 'Dure des dlais de pravis : ???'"/><br/> <span tal:replace="python: 'Durée des délais de préavis : ???'"/><br/>
</p> </p>
</div> </div>
</div> </div>
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
<br/> <br/>
<div class="disclaimer"> <div class="disclaimer">
Dans votre intrt et pour vous aider faire valoir vos droits, conservez ce bulletin de paie sans limitation de dure. Dans votre intérêt et pour vous aider à faire valoir vos droits, conservez ce bulletin de paie sans limitation de durée.
</div> </div>
</div> </div>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html tal:define="report_items python: here.PaySheet_getReportLines()"> <html tal:define="report_items python: here.PaySheet_getReportLines()">
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>Pay Sheet Annual Report</title> <title>Pay Sheet Annual Report</title>
<style type="text/css">@import "PaySheet.css";</style> <style type="text/css">@import "PaySheet.css";</style>
</head> </head>
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<table width="100%"> <table width="100%">
<tr> <tr>
<td><img src="logo.png"></td> <td><img src="logo.png"></td>
<td><h1>Rapport Annuel: Charges payer par caisses</h1></td> <td><h1>Rapport Annuel: Charges à payer par caisses</h1></td>
</tr> </tr>
</table> </table>
</div> </div>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title>Pay Sheet</title> <title>Pay Sheet</title>
<style type="text/css"> <style type="text/css">
@import "pay_sheet_css.css"; @import "pay_sheet_css.css";
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
<div class="title"> <div class="title">
<h1>FEUILLE DE SALAIRE</h1> <h1>FEUILLE DE SALAIRE</h1>
<h2 tal:content="python: '- n%s -' % here.getId()"/> <h2 tal:content="python: '- n°%s -' % here.getId()"/>
</div> </div>
<div class="spacer">&nbsp;</div> <div class="spacer">&nbsp;</div>
...@@ -34,17 +34,17 @@ ...@@ -34,17 +34,17 @@
<span tal:content="python: 'Tel: %s' % employer.getDefaultTelephone().asText()"/><br/><!--optional--> <span tal:content="python: 'Tel: %s' % employer.getDefaultTelephone().asText()"/><br/><!--optional-->
<span tal:content="python: 'Fax: %s' % employer.getDefaultFax().asText()"/><br/><!--optional--> <span tal:content="python: 'Fax: %s' % employer.getDefaultFax().asText()"/><br/><!--optional-->
<span tal:content="python: 'E-mail: %s' % employer.getDefaultEmail().asText()"/><br/><!--optional--> <span tal:content="python: 'E-mail: %s' % employer.getDefaultEmail().asText()"/><br/><!--optional-->
<span tal:content="python: 'NSiret: '"/><br/><!-- from organisation details --> <span tal:content="python: 'N°Siret: '"/><br/><!-- from organisation details -->
<span tal:content="python: 'NAPE: '"/><br/><!-- from organisation details --> <span tal:content="python: 'N°APE: '"/><br/><!-- from organisation details -->
<span tal:content="python: 'NURSSAF: '"/><br/><!-- from organisation details --> <span tal:content="python: 'N°URSSAF: '"/><br/><!-- from organisation details -->
<span tal:content="python: 'Adresse URSSAF: '"/><br/><!-- from organisation details --> <span tal:content="python: 'Adresse URSSAF: '"/><br/><!-- from organisation details -->
</div> </div>
<div class="employee"> <div class="employee">
<span class="name" tal:content="python: employee.getTitle()"/><br/> <span class="name" tal:content="python: employee.getTitle()"/><br/>
<span>Emploi: Directeur Recherche et Dveloppement</span><br/><!-- from career --> <span>Emploi: Directeur Recherche et Développement</span><br/><!-- from career -->
<span tal:content="python: 'Matricule: %s' % employee.getId()"/><br/><!--optional--> <span tal:content="python: 'Matricule: %s' % employee.getId()"/><br/><!--optional-->
<span>Qualification: Ingnieur</span><br/><!-- from career --> <span>Qualification: Ingénieur</span><br/><!-- from career -->
<span>Echelon: 1</span><br/><!-- from career --> <span>Echelon: 1</span><br/><!-- from career -->
<span>Coefficient: 1.0</span><br/><!-- from career --> <span>Coefficient: 1.0</span><br/><!-- from career -->
<span tal:content="python: '%s %s %s' % ( <span tal:content="python: '%s %s %s' % (
...@@ -54,15 +54,15 @@ ...@@ -54,15 +54,15 @@
<span tal:content="python: 'Tel: %s' % employee.getDefaultTelephone().asText()"/><br/><!--optional--> <span tal:content="python: 'Tel: %s' % employee.getDefaultTelephone().asText()"/><br/><!--optional-->
<span tal:content="python: 'Fax: %s' % employee.getDefaultFax().asText()"/><br/><!--optional--> <span tal:content="python: 'Fax: %s' % employee.getDefaultFax().asText()"/><br/><!--optional-->
<span tal:content="python: 'E-mail: %s' % employee.getDefaultEmail().asText()"/><br/><!--optional--> <span tal:content="python: 'E-mail: %s' % employee.getDefaultEmail().asText()"/><br/><!--optional-->
<span tal:content="python: 'NSecu: '"/><br/><!--optional--> <span tal:content="python: 'N°Secu: '"/><br/><!--optional-->
</div> </div>
<div class="spacer">&nbsp;</div> <div class="spacer">&nbsp;</div>
<div class="contract_rules"> <div class="contract_rules">
<span tal:content="python: 'Convention collective de banche:'"/><br/> <span tal:content="python: 'Convention collective de banche:'"/><br/>
<span tal:content="python: 'Dure des congs de pays:'"/><br/> <span tal:content="python: 'Durée des congés de payés:'"/><br/>
<span tal:content="python: 'Dure des dlais de pravis:'"/><br/> <span tal:content="python: 'Durée des délais de préavis:'"/><br/>
</div> </div>
<div class="payment"> <div class="payment">
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
</div> </div>
<div class="disclaimer"> <div class="disclaimer">
Dans votre intrt et pour vous aider faire valoir vos droits, conservez ce bulletin de paie sans limitation de dure. Dans votre intérêt et pour vous aider à faire valoir vos droits, conservez ce bulletin de paie sans limitation de durée.
</div> </div>
<br> <br>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Folder Contents</title> <title>Folder Contents</title>
......
...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
metal:use-macro="here/view_master/macros/master"> metal:use-macro="here/view_master/macros/master">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title tal:content="template/title_or_id">The title</title> <title tal:content="template/title_or_id">The title</title>
<link href="erp5.css" rel="stylesheet" type="text/css"/> <link href="erp5.css" rel="stylesheet" type="text/css"/>
</head> </head>
......
...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
metal:use-macro="here/view_master/macros/master"> metal:use-macro="here/view_master/macros/master">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title tal:content="template/title_or_id">The title</title> <title tal:content="template/title_or_id">The title</title>
<link href="erp5.css" rel="stylesheet" type="text/css"/> <link href="erp5.css" rel="stylesheet" type="text/css"/>
</head> </head>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
metal:use-macro="here/view_master/macros/master"> metal:use-macro="here/view_master/macros/master">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title tal:content="template/title_or_id">The title</title> <title tal:content="template/title_or_id">The title</title>
<link href="erp5.css" rel="stylesheet" type="text/css"/> <link href="erp5.css" rel="stylesheet" type="text/css"/>
</head> </head>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Delete the objects</title> <title>Delete the objects</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Search</title> <title>Search</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Define Sort Order</title> <title>Define Sort Order</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Set List Settting</title> <title>Set List Settting</title>
......
...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
metal:use-macro="here/view_master/macros/master"> metal:use-macro="here/view_master/macros/master">
<head> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title tal:content="template/title_or_id">The title</title> <title tal:content="template/title_or_id">The title</title>
<link href="erp5.css" rel="stylesheet" type="text/css"/> <link href="erp5.css" rel="stylesheet" type="text/css"/>
</head> </head>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title></title> <title></title>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Ligne de livraison</title> <title>Ligne de livraison</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Ligne de livraison</title> <title>Ligne de livraison</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Ligne de livraison</title> <title>Ligne de livraison</title>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype>multipart/form-data</enctype> <enctype>multipart/form-data</enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<html> <html>
<head> <head>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1"> <meta http-equiv="content-type" content="text/html;charset=UTF-8">
<title tal:content="here/getTitle">Nexedi</title> <title tal:content="here/getTitle">Nexedi</title>
</head> </head>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Device List</title> <title>Device List</title>
......
<?xml version="1.0" encoding="iso-8859-1"?> <?xml version="1.0" encoding="UTF-8"?>
<form> <form>
<title>Device View</title> <title>Device View</title>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<method>POST</method> <method>POST</method>
<enctype></enctype> <enctype></enctype>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<stored_encoding>ISO-8859-1</stored_encoding> <stored_encoding>UTF-8</stored_encoding>
<unicode_mode>false</unicode_mode> <unicode_mode>false</unicode_mode>
<groups> <groups>
<group> <group>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment