Linux filepro not reading ascii processing table from widows
Kenneth Brody
kenbrody at bestweb.net
Thu Sep 2 18:00:40 PDT 2004
Tony Freehauf wrote:
>
> hi experts
> i am converting running filepro program from windows to Linux.
> The processing tables are not converting.
> The table loads with lots of strange characters and us useless
> These tables are in ASCII text.
> ABE = ascii is set in /appl/fp/lib/config
> for testing i wrote a test processing table and it saves correctly and looks
> the same as the file that was copied over from windows. All files are owned
> by filepro. There are no crazy hided characters, i checked with set list.
> help desperately needed
Make sure that you copy them from Windows to Linux using a _text_
transfer method. Otherwise, the Windows CRLF end-of-line will confuse
Linux programs, which are expecting LF end-of-line.
By "set list", I assume you're using vi (or equivalent)? Some versions
of vi are "smart" enough to know that it's a DOS-formatted file, and not
show the extra CR at the end of each line. Type Ctrl-G and see if it
says "[DOS format]" after the filename.
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
More information about the Filepro-list
mailing list