Subject:
|
Re: HHEELLPPP! parts tracker messed up
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Thu, 20 Jun 2002 12:02:40 GMT
|
Viewed:
|
466 times
|
| |
| |
"Thomas Burger" <tburger34@aol.com> wrote in message
news:GxzxK3.7rI@lugnet.com...
> In lugnet.cad, Daniel Crichton writes:
> > "Thomas Burger" <tburger34@aol.com> wrote in message
> > news:GxzMFo.9MI@lugnet.com...
> > > i get the error: invalid linebreak. must be in DOS format. what is it
> > > talking about?????
> >
> > It sounds like you've submitted a part file that only have line feeds at the
> > end of each line instead of a carriage return + line feed. DOS format uses
> > CR + LF, "Unix" format is just LF. If you're using Windows then I guess
> > you're using a text editor that defaults to just LF tags, normally there
> > will be an option to save with CR + LF. If you're on another platform then
> > you'll need to find out if you have a text editor to convert the LFs to CR +
> > LF for you on saving.
> >
> > Dan
>
> thanks for the help dan, but i did a test, submitted a part i KNOW can go
> through, it gave me the same error. and what in god's name is a carriage
> return?
Maybe the Parts Tracker is messed up then.
A carriage return character is ASCII code 13, and a line feed is ASCII code
10. This goes back to the old days with printer control codes (AFAIK). In
DOS text files all lines are terminated by ASCII 10 followed by ASCII 13,
but in Unix (and I believe Mac) text files the norm is to use just the ASCII
10 for line termination. It's possible that your browser is taking the parts
files and converting the 10 + 13 terminators into just 10s (I'm pretty sure
older Netscape browsers did this a lot), and the script on the server that
is accepting the file doesn't have any logic to automatically replace any
ASCII 10 not followed by ASCII 13 with the DOS style terminator.
Dan
|
|
Message has 1 Reply: | | Re: HHEELLPPP! parts tracker messed up
|
| I'm getting the same results on a submit: Submission results Filename is valid 8.3 format Part number is not used by an existing official part. DEBUG: backup ok Error 1: Invalid linebreak. File must be in DOS format. Syntax check return code: 0 I (...) (22 years ago, 20-Jun-02, to lugnet.cad)
|
Message is in Reply To:
| | Re: HHEELLPPP! parts tracker messed up
|
| (...) thanks for the help dan, but i did a test, submitted a part i KNOW can go through, it gave me the same error. and what in god's name is a carriage return? (22 years ago, 20-Jun-02, to lugnet.cad)
|
20 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|