Penguin
Annotated edit history of Unicode version 10, including all changes. View license author blame.
Rev Author # Line
6 StuartYeates 1 An encoding for character sets (such as Latin, Chinese and Cyrillic) that attempts to include all the world's languages while making as few linguistic assumptions as possible. Some of the assumptions it does embed include:
7 AristotlePagaltzis 2
3 * The classification of all characters into exactly one of 29 classes (upper case letter, lower case letter, digit, etc). This has the interesting side effect of requiring a duplication of some letters in several classes: __M__ appears twice, once as an upper case letter and once as a digit (for roman numerals).
8 JohnMcPherson 4 * That glyphs are drawn from a countably infinite set of characters (or finite set if you disallow composition).
7 AristotlePagaltzis 5 * That written text has a single reading order.
6 * And probably others.
2 JohnMcPherson 7
5 AristotlePagaltzis 8 Contrast [ASCII].
9
10 AristotlePagaltzis 10 ! See also:
11
12 * [A Quick Primer On Unicode and Software Internationalization Under Linux and UNIX | http://eyegene.ophthy.med.umich.edu/unicode/]
5 AristotlePagaltzis 13 * [Alan Wood's Unicode Resources | http://www.alanwood.net/unicode/]
14 * UnicodeNotes
15 * unicode(7)
4 StuartYeates 16
17 ----
18 CategoryStandards

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach()