⇤ ← Revision 1 as of 2007-04-16 04:57:12
Size: 483
Comment: Creation
|
Size: 590
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
unicodedata is essentially a lookup table, of the UnicodeData text file that is published as part of the Unicode specification. | unicodedata is essentially a lookup table of the [http://www.unicode.org/ucd/ Unicode Character Database] that is published as part of the Unicode specification. |
Line 7: | Line 7: |
* http://en.wikipedia.org/wiki/Unicode | * [http://www.unicode.org/ The Unicode Consortium] * [http://en.wikipedia.org/wiki/Unicode Wikipedia article] |
Initially, I am just going to dump stuff out so that I don't forget it. Later on, I hope to savagely re-edit it into a more coherent structure.
Overview
unicodedata is essentially a lookup table of the [http://www.unicode.org/ucd/ Unicode Character Database] that is published as part of the Unicode specification.
Bibliography
[http://www.unicode.org/ The Unicode Consortium]
[http://en.wikipedia.org/wiki/Unicode Wikipedia article]
A [http://java.sun.com/developer/technicalArticles/Intl/Supplementary/ discussion] of Unicode support in the Java platform.