ciabatta/code/unicode
bumbread 0ef1894917 Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00
..
readme Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00
unicode.h Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00
unicode_compile.py Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00
unicode_data.txt Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00
wctype.c Unicode shit (wctype.h) 2022-06-16 18:49:46 +11:00

readme

The unicode-based functions work based on official unicode data. You can find
the file with Unicode data at:

    https://unicode.org/Public/UNIDATA/UnicodeData.txt

This file is placed into this directory by the name unicode_data.txt. To update
the unicode standard a new file is put under that name, then unicode_compile.py
is ran with python interpreter. It will generate a new unicode.h header file.

DO NOT MODIFY unicode.h DIRECTLY BRUH.