On Fri, 6 Jun 2003, Bernhard Kaindl wrote:
> On Fri, 6 Jun 2003 [EMAIL PROTECTED] wrote: > > > > > Is there a way? Can you point me in the right direction? I need to > > > convert just one-page to an 8-bit format so LYNX browsers can use it. > > > > > > Scott Hudnall > > > ALLTEL > > iconv? > > iconv --from-code UTF-16 --to-code UTF-8 inputfile >outputfile > > see 'man iconv' > > Worked for a trivial test, > Bernd "uniconv", distributed with Yudit, should also do the job. The following page describes both iconv and uniconv: http://eyegene.ophthy.med.umich.edu/unicode/#convutil -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
