Re: iconv and UTF-8 encoding

2003-02-04 Thread Osamu Aoki
On Tue, Feb 04, 2003 at 08:45:29PM -0500, Nori Heikkinen wrote: > i'm trying to read a file that i'm told is encoded in UTF-8. the > output of "file" on it says "Non-ISO extended-ASCII English text" > (it's not actually english, but that doesn't matter). I can't read it > as is, so i'm trying to

iconv and UTF-8 encoding

2003-02-04 Thread Nori Heikkinen
i'm trying to read a file that i'm told is encoded in UTF-8. the output of "file" on it says "Non-ISO extended-ASCII English text" (it's not actually english, but that doesn't matter). I can't read it as is, so i'm trying to convert it to ISO-8859-1 or whatever the standard is that i'm used to wi