--- rpl/src/transliteration.c 2019/02/03 14:41:31 1.98 +++ rpl/src/transliteration.c 2019/02/07 21:44:15 1.99 @@ -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) {