Difference between revisions of "Plain text"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(See also)
(See also)
 
(One intermediate revision by the same user not shown)
Line 17: Line 17:
 
* [[EBCDIC]]
 
* [[EBCDIC]]
 
* [[Text]]
 
* [[Text]]
 +
* [[Text encoding]]
 
* [[Unicode]]
 
* [[Unicode]]
 
* [[UTF-8]]
 
* [[UTF-8]]
Line 24: Line 25:
  
 
* [https://en.wikipedia.org/wiki/Plain_text Plain text] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Plain_text Plain text] @ Wikipedia
 +
 +
[[Category:Computer programming]]
 +
[[Category:Computer science]]
 +
[[Category:Computing]]
 +
[[Category:Text]]

Latest revision as of 11:42, 15 October 2016

In computing, plain text is the contents of an ordinary sequential file readable as text without much processing.

Description

The encoding has traditionally been either ASCII, sometimes EBCDIC.

Unicode-based encodings such as UTF-8 and UTF-16 are gradually replacing the older ASCII derivatives limited to 7 or 8 bit codes.

Formatted text

Plain text is different from formatted text, where style information is included, and "binary files" in which some portions must be interpreted as binary objects (encoded integers, real numbers, images, etc.).

See also

External links