--- rpl/src/transliteration.c 2013/03/06 10:05:46 1.66 +++ rpl/src/transliteration.c 2013/03/15 12:41:21 1.67 @@ -131,7 +131,7 @@ reencodage(struct_processus *s_etat_proc longueur_sortie = d_LONGUEUR; pointeur = buffer_sortie; - if ((ios = iconv(transcodage, (char **) &buffer_entree, + if ((ios = iconv(transcodage, (const char **) &buffer_entree, &longueur_entree, (char **) &pointeur, &longueur_sortie)) == (size_t) -1) {