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#
Version | Release Date |
---|---|
2.0.0 | 1996-07-01 |
3.0.0 | 1999-09-01 |
3.1.0 | 2001-03-01 |
3.2.0 | 2002-03-01 |
4.0.0 | 2003-04-01 |
4.0.1 | 2004-03-01 |
4.1.0 | 2005-03-31 |
5.0.0 | 2006-07-14 |
5.1.0 | 2008-04-04 |
5.2.0 | 2009-10-01 |
6.0.0 | 2010-10-11 |
6.1.0 | 2012-01-31 |
6.2.0 | 2012-09-26 |
6.3.0 | 2013-09-30 |
7.0.0 | 2014-06-16 |
8.0.0 | 2015-06-17 |
9.0.0 | 2016-06-21 |
Installation or Setup
Detailed instructions on getting unicode set up or installed.