bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems using libiconv


From: Bruno Haible
Subject: Re: problems using libiconv
Date: Wed, 24 Apr 2002 13:46:49 +0200 (CEST)

Genty Jean-Paul writes:

>  I wish to convert a ISO-8859-6 string to UTF-8.
> ...
> iReturnIconv = iconv_string("ISO-8859", "UTF-8",

There is no encoding called "ISO-8859". It is a family of encodings,
and you have to choose the right one:

                 iconv_string("ISO-8859-6", "UTF-8",

Bruno



reply via email to

[Prev in Thread] Current Thread [Next in Thread]