Bonjour,
J'essaie de créer un flux XML à partir d'une source (CSV), j'ai des problémes avec les caractéres accentués, voila mon flux XML :

Code : 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
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="HexaXML v1b" -->
    <channel>
        <title>MFM</title>
        <description>Flux BBS</description>
        <link>http://localhost:80/feeds/xml.php</link>
        <lastBuildDate>Thu, 16 Jun 2005 10:08:04 +0100</lastBuildDate>
        <generator>HexaXML v1b</generator>
 
        <item>
        <Application>Dédicaces</Application>
        <ApplicationId>8</ApplicationId>
        <Keyword>dm</Keyword>
        <MsgId>2602085</MsgId>
        <TimeCreated>2005-06-15 21:38:57</TimeCreated>
 
        <OA>21696134404</OA>
        <Content>fiblt mkch gentil hata tarf,mlbrh nkolk finou boubakar chy yassaf vraiment wmyhali ddikas kn howa ok.soumaya</Content>
        </item>
    </channel>
comment remedier a ce probléme ?