Yes.

Well, that is simply incorrect. It's not incorrect to say it is a text format, of course. It's just incorrect to say that it isn't binary. Textual data is binary even if not all binary data is textual. I imagine you know this, but on computers,† even text is represented with two values.‡

The only time drawing a distinction between text and binary data actually matters is when when working on a platform that was designed with the questionable choice to arbitrarily support two different sets of semantics.

What you should learn from all the "unicrap" stuff is that text was just never a very meaningful term to begin with. It's only precise use is as an instruction to handle the data in a platform specific manner.

Furthermore, on those platforms where it is meaningful, it's a relic from an era when the only data presented for human consumption was textual. Nowadays, that's just not the case; and the appropriate question is simply: "what format?" Is it an old word document? A spreadsheet? ASCII? ASCII with CRLF line endings? UTF-8? JPG data? Etc.

† Almost all computers in use today, that is.

‡ Hence, even the term 'binary data' is generally redundant.

-sauoq
"My two cents aren't worth a dime.";

In reply to Re^8: Native newline encoding by sauoq
in thread Native newline encoding by salva

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.