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 -- Linux-UTF8: i18n of Linux on all levels Archive: http://mail.nl.linux.org/linux-utf8/
