Text - Order

Data System Architecture

About

Order in text data is defined by:

Order in text is known as collation

See therefore the collation page for the whole picture

Type

Language directionality

The language directionality (known also as character order) specifies the axis and direction of the text readability (ie Left To Write, Write To Left, Top to Bottom).

Character Set Order

There are two main groups of encoding schemes:

  • on Unix machines, the scheme is usually ASCII,
  • whereas the majority of mainframes use EBCDIC.

ASCII

ASCII sorts as follows:

  • numbers
  • upper case characters (A-Z)
  • lower case characters (a-z)

EBCDIC

EBCDIC sorts in the reverse order:

  • lower case characters (a-z)
  • upper case characters (A-Z)
  • numbers





Discover More
Data System Architecture
Collation - String comparison

Collation is a general term for the process and function of determining the sorting order of strings of characters (or in other term, how a strings comparison is performed) Collation implementations must...
Data System Architecture
Ordinal Data

Ordinal data are data that can be ordered on an ordinal scale in order to rank them. Each ordinal data can therefore be translated into a number . This is a functionality/behavior of the data type...
Card Puncher Data Processing
R - Factor (Category, Enumerated Type)

The factor function is used to encode a vector as a factor (ie categorical data). When used with a numeric or a date, a binning function will return a factor. From numeric to a category (For instance,...
Character Set Code Pages
Text - Encoding (Character Set|charset|code page)

A character set is a repertoire of characters in which each character is (assigned|encoded) into a numeric code point. An character set (as an alphabet) is any finite set of symbols (characters). In...



Share this page:
Follow us:
Task Runner