ciabatta/src/code/unicode
bumbread 328e9f6c35 Factor out some unicode stuff also it compiles on linux 2022-06-28 22:49:30 +11:00
..
compile.py Factor out some unicode stuff also it compiles on linux 2022-06-28 22:49:30 +11:00
data.h Factor out some unicode stuff also it compiles on linux 2022-06-28 22:49:30 +11:00
data.txt move wchar_t out of unicode data folder 2022-06-22 01:14:46 +11:00
readme move wchar_t out of unicode data folder 2022-06-22 01:14: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 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 data.h DIRECTLY BRUH.