Patrick Dupré a écrit :
> recode --version
> recode 3.7.8
Tu peux essayer de mettre à jour vers la dernière version, 3.7.11.
D'après le fichier NEWS[1] :
Version 3.7.11
==============
:Author: Reuben Thomas, 2022-01.
+ Re-add support for transliteration with iconv (removed in 3.7).
Tu dois ensuite demander la translittération explicitement :
$ echo -n ’€ | ./src/recode u8..8859_1-translit | od -A x -t x1z
000000 27 45 55 52 >'EUR<
000004
[1]
https://github.com/rrthomas/recode/blob/master/NEWS