|
From: Philippe M. <ph...@oz...> - 2016-04-07 04:48:57
|
On Wed, Apr 06, 2016 at 03:29:16PM +0200, Ma poubelle wrote: > Hello, > > I try to convert a ISO-8859 text file to UTF-8 Unicode text using DL. My > problem is the ISO-8859 encoding is not present when I run iconv -l and the > conversion fail. > > Do you have an idea how to add encoding for this tool ? > There is no iso-8859 coding, there is iso-8859-x where x is a number with 1 for latin characters, 5 for cyrillic, 6 for arabic, 15 for latin with euro, etc. Can you share the exact command you are using? Philippe |