[script] Eggdrop RSS Syndication
#68
Petit update de ce fil, pour un problème que je rencontre et une solution que j'apporte pour alanfollow.
Solution pour le raccourcissement d'url
J'ai utilisé mon système oqp.me (décrit sur cette page) de la manière suivante:
tcl
namespace eval oqpme {
    variable url "http://oqp.me/?q="
 
    proc short { args } {
        set long "$::oqpme::url[lindex [split $args] 0]"
        set ckey [::http::geturl $long]
        return [::http::data $ckey]
    }
 
}


Et dans le réglage des flux:
tcl
set rss(sport) {
                "url"                   "http://www.2424actu.fr/rss/sportive"
                "channels"              "#actu"
                "database"              "./databases/actu.sport.db"
                "output"                "\\\[\002Sport\002\\\] @@item!title@@ : [::oqpme::short @@item!link@@]"
                "trigger"               "!@@feedid@@"
                "evaluate-tcl"       1
        }



Mon problème
Avec le flux donné ci-dessus, j'ai un rendu des accents aléatoire. J'ai tenté de mettre "charset" "utf-8", c'est encore pire (ça ré-encode).
Le flux est:
Code :
<?xml version="1.0" encoding="UTF-8" ?>
...
<item>
            <title>JO-2018: le CIO plébiscite les nouveaux horizons de Pyeongchang</title>
            <description>AFP&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.2424actu.fr/cache/MEDIA/normal/AFP/20110706/20110706Nfa6292135ff6b8843185dd7d75ad7d57.jpg" /&gt; &amp;copy;AFP - photo : Alexander Joe&lt;br /&gt;&lt;br /&gt;Les &quot;nouveaux horizons&quot; promis par le slogan de la ville sud-coréenne de Pyeongchang ont conquis les membres du CIO qui l'ont plébiscitée dès le premier tour de l'élection de la ville hôte des jeux Olympiques d'hiver 2018, mercredi à Durban.</description>
            <pubDate>Wed, 06 Jul 2011 23:48:56 +0200</pubDate>
            <link>http://www.2424actu.fr/actualite-sportive/jo-2018-le-cio-plebiscite-les-nouveaux-horizons-de-pyeongchang-2764679/</link>
            <guid>http://www.2424actu.fr/actualite-sportive/jo-2018-le-cio-plebiscite-les-nouveaux-horizons-de-pyeongchang-2764679/</guid>
        </item><item>
            <title>Tour de France: duo norvégien en tête, la 7e étape met le cap sur Châteauroux</title>
            <description>AFP&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.2424actu.fr/cache/MEDIA/normal/AFP/20110708/20110708Ne041187218f7dc240d78f0530f0b25f3.jpg" /&gt; &amp;copy;AFP&lt;br /&gt;&lt;br /&gt;Les Norvégiens se sont partagé les lauriers jeudi, à l'arrivée du Tour de France à Lisieux, où Edvald Boasson Hagen (Sky) a remporté la 6e étape et son aîné Thor Hushovd a gardé le maillot jaune.</description>
            <pubDate>Fri, 08 Jul 2011 07:40:10 +0200</pubDate>
            <link>http://www.2424actu.fr/actualite-sportive/tour-de-france-duo-norvegien-en-tete-la-7e-etape-met-le-cap-sur-chateauroux-2772033/</link>
            <guid>http://www.2424actu.fr/actualite-sportive/tour-de-france-duo-norvegien-en-tete-la-7e-etape-met-le-cap-sur-chateauroux-2772033/</guid>
        </item><item>
            <title>Coupe Davis: une opportunité à ne pas gâcher pour la France en Allemagne</title>
            <description>AFP&lt;br /&gt;&lt;br /&gt;&lt;img src="http://www.2424actu.fr/cache/MEDIA/normal/AFP/20110707/20110707N61faaf233c57a5b09d821c37071aea0d.jpg" /&gt; &amp;copy;AFP - photo : Marijan Murat&lt;br /&gt;&lt;br /&gt; Une équipe de France pour une fois en pleine possession de ses moyens a une belle opportunité de retourner pour la deuxième année de suite en demi-finale de la Coupe Davis, à condition de ne pas négliger l'Allemagne en quarts à Stuttgart, de vendredi à dimanche.</description>
            <pubDate>Thu, 07 Jul 2011 17:32:15 +0200</pubDate>
            <link>http://www.2424actu.fr/actualite-sportive/coupe-davis-une-opportunite-a-ne-pas-gacher-pour-la-france-en-allemagne-2769839/</link>
            <guid>http://www.2424actu.fr/actualite-sportive/coupe-davis-une-opportunite-a-ne-pas-gacher-pour-la-france-en-allemagne-2769839/</guid>
        </item>
(volontairement coupé par moi)
Et voila ce que j'obtiens:
Citation :12:10:37 < Myrddin> [Sport] Coupe Davis: une opportunité àne pas gâcher pour la France en Allemagne : http://oqp.me/19
12:10:38 < Myrddin> [Sport] Tour de France: duo norvégien en tête, la 7e étape met le cap sur Châteauroux : http://oqp.me/18
12:10:39 < Myrddin> [Sport] JO-2018: le CIO plébiscite les nouveaux horizons de Pyeongchang : http://oqp.me/17
Est-ce que quelqu'un a une idée sur ce qui peut provoquer cette différence d'affichage de caractères qui semblent être les mêmes ?
Répondre


Messages dans ce sujet
[script] Eggdrop RSS Syndication - par CrazyCat - 21/02/2008, 18:14
RE: Eggdrop RSS Syndication - par Piepierre - 21/02/2008, 18:23
RE: Eggdrop RSS Syndication - par CrazyCat - 21/02/2008, 18:28
RE: Eggdrop RSS Syndication - par MenzAgitat - 22/02/2008, 02:17
RE: Eggdrop RSS Syndication - par titinio - 15/05/2008, 09:26
RE: Eggdrop RSS Syndication - par CrazyCat - 15/05/2008, 13:30
RE: Eggdrop RSS Syndication - par tr3nk1l - 15/06/2008, 23:27
RE: Eggdrop RSS Syndication - par Helias - 16/06/2008, 02:00
RE: Eggdrop RSS Syndication - par knx - 11/07/2008, 21:44
RE: Eggdrop RSS Syndication - par lepheniX - 21/07/2008, 03:52
RE: Eggdrop RSS Syndication - par lepheniX - 22/07/2008, 13:40
RE: Eggdrop RSS Syndication - par BdS - 23/07/2008, 12:53
RE: Eggdrop RSS Syndication - par knx - 25/07/2008, 07:28
RE: Eggdrop RSS Syndication - par MenzAgitat - 28/07/2008, 02:27
RE: Eggdrop RSS Syndication - par MenzAgitat - 28/07/2008, 16:29
RE: Eggdrop RSS Syndication - par Rikito - 04/09/2008, 13:52
RE: Eggdrop RSS Syndication - par CrazyCat - 04/09/2008, 21:28
RE: Eggdrop RSS Syndication - par Rikito - 04/09/2008, 22:19
RE: Eggdrop RSS Syndication - par CrazyCat - 05/09/2008, 20:14
RE: Eggdrop RSS Syndication - par MenzAgitat - 05/09/2008, 01:18
RE: Eggdrop RSS Syndication - par Rikito - 05/09/2008, 19:59
RE: Eggdrop RSS Syndication - par kipof - 22/02/2009, 17:30
RE: Eggdrop RSS Syndication - par CrazyCat - 22/02/2009, 22:48
RE: Eggdrop RSS Syndication - par kipof - 22/02/2009, 23:37
RE: Eggdrop RSS Syndication - par CrazyCat - 23/02/2009, 10:24
RE: [script] Eggdrop RSS Syndication - par joh93 - 17/10/2009, 16:58
RE: [script] Eggdrop RSS Syndication - par Utas - 29/04/2010, 16:40
RE: [script] Eggdrop RSS Syndication - par Marc - 29/04/2010, 20:45
RE: [script] Eggdrop RSS Syndication - par Utas - 30/04/2010, 02:52
RE: [script] Eggdrop RSS Syndication - par nolaan - 06/06/2010, 10:39
RE: [script] Eggdrop RSS Syndication - par Xima - 29/08/2010, 17:45
RE: [script] Eggdrop RSS Syndication - par uto - 25/06/2011, 19:30
RE: [script] Eggdrop RSS Syndication - par CrazyCat - 08/07/2011, 12:23
RE: [script] Eggdrop RSS Syndication - par Cain - 18/08/2011, 05:41
RE: [script] Eggdrop RSS Syndication - par Cain - 22/08/2011, 05:24
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 08:53
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 15:16
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 16:32
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 16:49
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 17:08
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 17:35
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 17:49
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 18:00
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 18:28
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 19:48
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 20:21
RE: [script] Eggdrop RSS Syndication - par Nosy - 21/12/2011, 23:40
RE: [script] Eggdrop RSS Syndication - par Nosy - 22/12/2011, 13:29
RE: [script] Eggdrop RSS Syndication - par Nosy - 04/06/2012, 23:27
RE: [script] Eggdrop RSS Syndication - par Nosy - 05/06/2012, 22:27
RE: [script] Eggdrop RSS Syndication - par Nosy - 07/06/2012, 14:21
RE: [script] Eggdrop RSS Syndication - par T3nS - 25/10/2017, 12:01
RE: [script] Eggdrop RSS Syndication - par T3nS - 25/10/2017, 13:02
RE: [script] Eggdrop RSS Syndication - par T3nS - 25/10/2017, 17:18
RE: [script] Eggdrop RSS Syndication - par T3nS - 28/10/2017, 00:23
RE: [script] Eggdrop RSS Syndication - par T3nS - 29/10/2017, 16:19
RE: [script] Eggdrop RSS Syndication - par T3nS - 29/10/2017, 16:56
RE: [script] Eggdrop RSS Syndication - par T3nS - 29/10/2017, 17:11

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)
Tchat 100% gratuit -Discutez en toute liberté