Difference between revisions of "Unicode"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(ASCII)
(Text)
Line 1: Line 1:
'''Unicode''' is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems.
+
'''Unicode''' is a computing industry standard for the consistent encoding, representation, and handling of [[text]] expressed in most of the world's writing systems.
  
 
Developed in conjunction with the Universal Character Set standard and published as The Unicode Standard, the latest version of Unicode contains a repertoire of more than 110,000 characters covering 100 scripts and multiple symbol sets.
 
Developed in conjunction with the Universal Character Set standard and published as The Unicode Standard, the latest version of Unicode contains a repertoire of more than 110,000 characters covering 100 scripts and multiple symbol sets.
Line 21: Line 21:
  
 
* [[ASCII]]
 
* [[ASCII]]
 +
* [[Text]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Unicode Unicode] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Unicode Unicode] @ Wikipedia

Revision as of 07:34, 25 August 2015

Unicode is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems.

Developed in conjunction with the Universal Character Set standard and published as The Unicode Standard, the latest version of Unicode contains a repertoire of more than 110,000 characters covering 100 scripts and multiple symbol sets.

The standard consists of a set of code charts for visual reference, an encoding method and set of standard character encodings, a set of reference data files, and a number of related items, such as character properties, rules for normalization, decomposition, collation, rendering, and bidirectional display order (for the correct display of text containing both right-to-left scripts, such as Arabic and Hebrew, and left-to-right scripts).

As of June 2014, the most recent version is Unicode 7.0 (with Unicode 8.0, now in beta, expected in June 2015). The standard is maintained by the Unicode Consortium.

Unicode's success at unifying character sets has led to its widespread and predominant use in the internationalization and localization of computer software.

The standard has been implemented in many recent technologies, including:

Unicode can be implemented by different character encodings. The most commonly used encodings are UTF-8, UTF-16 and the now-obsolete UCS-2.

See also

External links