unicode

Getting started with unicode

Remarks#

The Unicode Standard is an international standardized character set. It attempts to assign characters and symbols from every writing system a unique number. With every major new version, additional characters are added to the Standard to achieve this goal. In providing a unified character set for all writing systems, text information can be exchanged in a Unicode format independent of any given platform.

The Unicode Standard also contains property data on the characters, and defines algorithms on how to properly manipulate characters. For example, these algorithms provide the correct method to search and display Unicode text.

Versions#

VersionRelease Date
2.0.01996-07-01
3.0.01999-09-01
3.1.02001-03-01
3.2.02002-03-01
4.0.02003-04-01
4.0.12004-03-01
4.1.02005-03-31
5.0.02006-07-14
5.1.02008-04-04
5.2.02009-10-01
6.0.02010-10-11
6.1.02012-01-31
6.2.02012-09-26
6.3.02013-09-30
7.0.02014-06-16
8.0.02015-06-17
9.0.02016-06-21

Installation or Setup

Detailed instructions on getting unicode set up or installed.


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow