mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 15:03:34 +00:00
25 lines
505 B
C
25 lines
505 B
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 char *const _PyUnicode_DecompPrefix[17] = {
|
||
|
"",
|
||
|
"<noBreak>",
|
||
|
"<compat>",
|
||
|
"<super>",
|
||
|
"<fraction>",
|
||
|
"<sub>",
|
||
|
"<font>",
|
||
|
"<circle>",
|
||
|
"<wide>",
|
||
|
"<vertical>",
|
||
|
"<square>",
|
||
|
"<isolated>",
|
||
|
"<final>",
|
||
|
"<initial>",
|
||
|
"<medial>",
|
||
|
"<small>",
|
||
|
"<narrow>",
|
||
|
};
|