Re: recode utf8..l1

Pàgina inicial

Reply to this message
Autor: Patrick Dupre
Data:  
A: Edgar Bonet
CC: guilde
Assumpte: Re: recode utf8..l1
J'ai compile recode-3.7.9-2

La 3.7.11 n'est pas validee pour fedora

Mais le comportement reste le meme:

echo -n ’€ | recode utf8..l1
recode: Untranslatable input in step `UTF-8..ISO-8859-1'


===========================================================================
 Patrick DUPRÉ                                 | | email: pdupre@???
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988                    | | Room# D114A
===========================================================================



> Sent: Wednesday, January 26, 2022 at 2:47 PM
> From: "Edgar Bonet" <guilde@???>
> To: guilde@???
> Subject: Re: recode utf8..l1
>
> 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
>
>