#!/bin/sh

curl -L https://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt -o case_folding.txt
curl -L https://www.unicode.org/Public/UCD/latest/ucd/extracted/DerivedNumericType.txt -o numeric_types.txt
