]> git.proxmox.com Git - mirror_edk2.git/blame - AppPkg/Applications/Python/Python-2.7.10/Modules/unicodedata.c
EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS
[mirror_edk2.git] / AppPkg / Applications / Python / Python-2.7.10 / Modules / unicodedata.c
CommitLineData
7eb75bcc
DM
1/* ------------------------------------------------------------------------\r
2\r
3 unicodedata -- Provides access to the Unicode 5.2 data base.\r
4\r
5 Data was extracted from the Unicode 5.2 UnicodeData.txt file.\r
6\r
7 Written by Marc-Andre Lemburg (mal@lemburg.com).\r
8 Modified for Python 2.0 by Fredrik Lundh (fredrik@pythonware.com)\r
9