cosmopolitan/third_party/python/Modules/unicodedata_nfclast.c
Justine Tunney 39bf41f4eb Make numerous improvements
- Python static hello world now 1.8mb
- Python static fully loaded now 10mb
- Python HTTPS client now uses MbedTLS
- Python REPL now completes import stmts
- Increase stack size for Python for now
- Begin synthesizing posixpath and ntpath
- Restore Python \N{UNICODE NAME} support
- Restore Python NFKD symbol normalization
- Add optimized code path for Intel SHA-NI
- Get more Python unit tests passing faster
- Get Python help() pagination working on NT
- Python hashlib now supports MbedTLS PBKDF2
- Make memcpy/memmove/memcmp/bcmp/etc. faster
- Add Mersenne Twister and Vigna to LIBC_RAND
- Provide privileged __printf() for error code
- Fix zipos opendir() so that it reports ENOTDIR
- Add basic chmod() implementation for Windows NT
- Add Cosmo's best functions to Python cosmo module
- Pin function trace indent depth to that of caller
- Show memory diagram on invalid access in MODE=dbg
- Differentiate stack overflow on crash in MODE=dbg
- Add stb_truetype and tools for analyzing font files
- Upgrade to UNICODE 13 and reduce its binary footprint
- COMPILE.COM now logs resource usage of build commands
- Start implementing basic poll() support on bare metal
- Set getauxval(AT_EXECFN) to GetModuleFileName() on NT
- Add descriptions to strerror() in non-TINY build modes
- Add COUNTBRANCH() macro to help with micro-optimizations
- Make error / backtrace / asan / memory code more unbreakable
- Add fast perfect C implementation of μ-Law and a-Law audio codecs
- Make strtol() functions consistent with other libc implementations
- Improve Linenoise implementation (see also github.com/jart/bestline)
- COMPILE.COM now suppresses stdout/stderr of successful build commands
2021-09-28 01:52:34 -07:00

49 lines
1.2 KiB
C

#include "libc/nexgen32e/kompressor.h"
#include "third_party/python/Modules/unicodedata.h"
/* clang-format off */
/* GENERATED BY third_party/python/Tools/unicode/makeunicodedata.py 3.2 */
const _PyUnicode_Reindex _PyUnicode_NfcLast[] = {
{0x00300, 4, 0},
{0x00306, 6, 5},
{0x0030f, 0, 12},
{0x00311, 0, 13},
{0x00313, 1, 14},
{0x0031b, 0, 16},
{0x00323, 5, 17},
{0x0032d, 1, 23},
{0x00330, 1, 25},
{0x00338, 0, 27},
{0x00342, 0, 28},
{0x00345, 0, 29},
{0x00653, 2, 30},
{0x0093c, 0, 33},
{0x009be, 0, 34},
{0x009d7, 0, 35},
{0x00b3e, 0, 36},
{0x00b56, 1, 37},
{0x00bbe, 0, 39},
{0x00bd7, 0, 40},
{0x00c56, 0, 41},
{0x00cc2, 0, 42},
{0x00cd5, 1, 43},
{0x00d3e, 0, 45},
{0x00d57, 0, 46},
{0x00dca, 0, 47},
{0x00dcf, 0, 48},
{0x00ddf, 0, 49},
{0x0102e, 0, 50},
{0x01b35, 0, 51},
{0x03099, 1, 52},
{0x110ba, 0, 54},
{0x11127, 0, 55},
{0x1133e, 0, 56},
{0x11357, 0, 57},
{0x114b0, 0, 58},
{0x114ba, 0, 59},
{0x114bd, 0, 60},
{0x115af, 0, 61},
{0x11930, 0, 62},
{0}
};