Character (computing)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In computer science and machine-based telecommunications terminology, a character is a unit of information that roughly corresponds to a grapheme, grapheme-like unit, or symbol, such as in an alphabet or syllabary in the written form of a natural language.

Description

Examples of characters include letters, numerical digits, common punctuation marks (such as "." or "-"), and whitespace.

Control characters

The concept also includes control characters, which do not correspond to symbols in a particular natural language, but rather to other bits of information used to process text in one or more languages.

Examples of control characters include carriage return and tab, as well as instructions to printers or other devices that display or otherwise process text.

Strings

Characters are typically combined into strings.

See also

External Links