Mail Archives: djgpp/1997/08/25/13:37:32
At 21:32 19/08/97 +0000, John M. Aldrich wrote:
>
>Text format has the advantage of being highly portable. You can pass a
>text formatted data file from system to system with the assurance that
>it will be read in the same way by your programs. It's slower than
>binary format though, less secure, and requires more work to maintain
>its integrity.
>
I've seen this affirmation several times when threads of this sort appear in
this ng. I would like to point two things:
Text format is not _that_ highly portable! When one switches from
environment the way the end of line is marked varies, and filters or
converting programms may be needed...
And since C language does not require a standard character set (as e.g. Ada
which requires ASCII), one may even to use translators for the character set
as well!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cesar Scarpini Rabak E-mail: csrabak AT ipt DOT br
DME/ASC Phone: 55-11-268-3522 Ext.350
IPT - Instituto de Pesquisas Tecnologicas Fax: 55-11-268-5996
Av. Prof. Almeida Prado, 532. Sao Paulo - SP 05508-901 BRAZIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Raw text -