Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Pascal Delphi Misc > Re: Are SDF & A...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 2 Topic 6031 of 6154
Post > Topic >>

Re: Are SDF & ASCII same?

by "Maarten Wiltink" <maarten@[EMAIL PROTECTED] > Apr 2, 2008 at 09:49 PM

"Rachana" <mbs.rachana@[EMAIL PROTECTED]
> wrote in message
news:166b2dd4-65f1-4483-996d-8bac47a2dfd4@[EMAIL PROTECTED]
> I know generation of SDF files.
> Sequential data without delimitors, zero padding etc.
>
> Now, I have to generate ascii file with extension "txt" and delimitor
> ^
>
> Each record must end with new line character. Hex values "0D" and
> "0A". What does it mean?
>
> Are SDF & ASCII same?

No. SDF, from your description, appears to be a convention for
laying out data in a file. ASCII is a character encoding. It defines
128 code points, numbered 0 through 127, and specifies what character
can be found at each of them. Like CR (Carriage Return) at code
point 13, and LF (Linefeed) at code point 10. And '4' (Digit Four) at
code point 52, unlike EBCDIC which has it at code point 244.

Groetjes,
Maarten Wiltink
 




 2 Posts in Topic:
Are SDF & ASCII same?
Rachana <mbs.rachana@[  2008-04-02 12:35:35 
Re: Are SDF & ASCII same?
"Maarten Wiltink&quo  2008-04-02 21:49:55 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Oct 11 3:18:05 CDT 2008.