X-Received: by 10.55.158.86 with SMTP id h83mr11250409qke.6.1509289431554; Sun, 29 Oct 2017 08:03:51 -0700 (PDT) X-Received: by 10.31.94.3 with SMTP id s3mr1337623vkb.9.1509289431486; Sun, 29 Oct 2017 08:03:51 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!k31no4840181qta.1!news-out.google.com!r5ni4893qtc.1!nntp.google.com!z50no4824513qtj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.help Date: Sun, 29 Oct 2017 08:03:51 -0700 (PDT) In-Reply-To: <3b20e6cb-f465-4a8e-ae87-95206fe52b1b@v42g2000yqj.googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=181.188.137.165; posting-account=kDaADAoAAADpEk6sSRhdBx9-qA7b3S2J NNTP-Posting-Host: 181.188.137.165 References: <3b20e6cb-f465-4a8e-ae87-95206fe52b1b@v42g2000yqj.googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5372dc21-1cf7-4abc-b356-c0e354892fc6@googlegroups.com> Subject: Re: java code to convert a file from UTF-8 to ISO8859-1 From: veronabalcazargutierrez@gmail.com Injection-Date: Sun, 29 Oct 2017 15:03:51 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Lines: 6 Xref: csiph.com comp.lang.java.help:4209 El domingo, 14 de diciembre de 2008, 18:42:45 (UTC-4), carlito escribi=C3= =B3: > Any java code out there to do a similar job as the one iconv does ? > iconv -f UTF-8 -t ISO-8859-1 -o output.csv input.csv >=20 > Thanks a lot for your help.