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

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

Re: iconv: (stdin): cannot convert


From: Bruno Haible
Subject: Re: iconv: (stdin): cannot convert
Date: Fri, 20 May 2005 11:53:19 +0200
User-agent: KMail/1.5

Nedunchezhiyan, Sanjayan wrote:
> Im trying to convert ASCII code into CP1250,CP1252 and vice versa. I
> donwloaded the iconv exe file from the website and tried converting. I used
> the following command :-
>
> iconv -f CP1250 -t ASCII <sample.txt > asc.txt
>
> in the command prompt. It is giving me the following error.
>
> iconv: (stdin): cannot convert

bug-gnu-libiconv is the right channel for reporting this, not
bug-gnu-gettext. But anyway...

The error means that either the input file is not in CP1250, or that its
contents cannot be converted to ASCII without losing too much contents.

You can determine the line where the first problematic character occurs
by looking which is the last line in the generated output file. libiconv-1.10
will directly report line numbers.

Bruno





reply via email to

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