--- rpl/src/transliteration.c 2012/07/04 13:02:50 1.54 +++ rpl/src/transliteration.c 2012/07/05 08:08:27 1.55 @@ -117,7 +117,7 @@ reencodage(struct_processus *s_etat_proc longueur_sortie = d_LONGUEUR; pointeur = buffer_sortie; - if ((ios = iconv(transcodage, (const char **) &buffer_entree, + if ((ios = iconv(transcodage, (char **) &buffer_entree, &longueur_entree, (char **) &pointeur, &longueur_sortie)) == (size_t) -1) {