Bonjour,
Je reçois des messages codés en UTF-8. L'affichage de ces messages est incorrect. Comment y remédier?
Lorsque j'affiche la source j'obtiens:
Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
body {
  margin: 5px 5px 5px 5px;
  background-color: #ffffff;
}
/* ========== Text Styles ========== */
hr { color: #000000}
body, table, span.rvts0 /* Normal text */
{
 font-size: 10pt;
 font-family: 'Arial', 'Helvetica', sans-serif;
 font-style: normal;
 font-weight: normal;
 color: #000000;
 text-decoration: none;
}
span.rvts1 /* Heading */
{
 font-weight: bold;
 color: #0000ff;
}
span.rvts2 /* Subheading */
{
 font-weight: bold;
 color: #000080;
}
span.rvts3 /* Keywords */
{
 font-style: italic;
 color: #800000;
}
a.rvts4, span.rvts4 /* Jump 1 */
{
 color: #008000;
 text-decoration: underline;
}
a.rvts5, span.rvts5 /* Jump 2 */
{
 color: #008000;
 text-decoration: underline;
}
a.rvts6, span.rvts6
{
 color: #0000ff;
 text-decoration: underline;
}
a.rvts6:hover { color: #0000ff; }
span.rvts7
{
 font-size: 16pt;
}
a.rvts8, span.rvts8
{
 font-size: 16pt;
 color: #0000ff;
 text-decoration: underline;
}
a.rvts8:hover { color: #0000ff; }
a.rvts9, span.rvts9
{
 font-size: 16pt;
 color: #0000ff;
 text-decoration: underline;
}
a.rvts9:hover { color: #0000ff; }
span.rvts10
{
 font-size: 12pt;
 font-family: 'Liberation Serif';
}
span.rvts11
{
 font-size: 12pt;
 font-family: 'Liberation Sans';
 font-weight: bold;
 text-transform: uppercase;
 border-bottom: double #000000;
}
span.rvts12
{
 font-size: 12pt;
}
span.rvts13
{
 font-size: 12pt;
 font-family: 'Liberation Serif';
 font-weight: bold;
}
span.rvts14
{
 font-size: 16pt;
 font-family: 'Liberation Serif';
 font-weight: bold;
}
span.rvts15
{
 font-size: 16pt;
 font-family: 'Liberation Serif';
}
span.rvts16
{
 font-size: 16pt;
 font-family: 'Liberation Sans';
 font-weight: bold;
 text-transform: uppercase;
 border-bottom: double #000000;
}
/* ========== Para Styles ========== */
p,ul,ol /* Paragraph Style */
{
 text-align: left;
 text-indent: 0px;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
.rvps1 /* Centered */
{
 text-align: center;
}
.rvps2
{
 widows: 2;
 orphans: 2;
}
.rvps3
{
 text-align: center;
 text-indent: 0px;
 page-break-after: avoid;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
}
/* ========== Lists ========== */
.list0 {text-indent: 0px; padding: 0; margin: 0 0 0 0px; list-style-position: inside; list-style-type: decimal;}
--></style>
</head>
<body><!-- Texte du message --></body></html>