]> Kevux Git Server - fll/commit
Update: Add script for generating Unicode Codepoints from integers.
authorKevin Day <thekevinday@gmail.com>
Sun, 12 Jun 2022 04:23:37 +0000 (23:23 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 12 Jun 2022 04:23:37 +0000 (23:23 -0500)
commitc9211a974c220bf43f2e43e9f5c68dfdccc4cc1c
tree57701331209d3be94b3d6b2f0ca524d7911f4707
parenta3214ecaf2e2aeb3ceada02f74df1f49b34be3b6
Update: Add script for generating Unicode Codepoints from integers.

A simple script that I am using for generating a range of Unicode Codepoints in the format needed by the generate_unicode.sh script.
The private use area is represented by multiple sets of all values within some range.
These ranges are a massive list.
This script generates these.
The only thing I need to do is use a calculator program to convert hex to integer.
These integers are then passed to the script as an inclusive range.
build/scripts/generate_codepoints_from_digits.sh [new file with mode: 0644]