Re: dos2unix, recode and dbview

1997-09-30 Thread Maarten Boekhold
On Tue, 30 Sep 1997, Johann Spies wrote: > I had an interesting experience while trying to read a Dos-dbf-file with > dbview. > > I first tried > > recode ibm-pc:l1 linuxfile > > and when I ran "dbview linuxfile" I got an error message: > > Version 226 not supported. > > It worked wel

dos2unix, recode and dbview

1997-09-30 Thread Johann Spies
I had an interesting experience while trying to read a Dos-dbf-file with dbview. I first tried recode ibm-pc:l1 linuxfile and when I ran "dbview linuxfile" I got an error message: Version 226 not supported. It worked well when I recoded the file using dos2unix. Why the difference? Wh