Penguin

Differences between version 8 and revision by previous author of Unicode.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 8 Last edited on Tuesday, April 20, 2004 8:42:05 am by JohnMcPherson Revert
Older page: version 7 Last edited on Tuesday, April 20, 2004 4:55:25 am by AristotlePagaltzis Revert
@@ -1,8 +1,8 @@
 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: 
  
 * 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). 
-* That glyths are drawn from a countably infinite set of characters (or finite set if you disallow composition). 
+* That glyphs are drawn from a countably infinite set of characters (or finite set if you disallow composition). 
 * That written text has a single reading order. 
 * And probably others. 
  
 Contrast [ASCII].