Skip to content

Commit 81d178c

Browse files
BodigrimLysxia
authored andcommitted
Add bash script to regenerate case mappings
1 parent 1998481 commit 81d178c

File tree

2 files changed

+7
-30
lines changed

2 files changed

+7
-30
lines changed

scripts/regenerate.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
set -eu
3+
cd "${BASH_SOURCE%/*}/"
4+
wget http://www.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt http://www.unicode.org/Public/UCD/latest/ucd/CaseFolding.txt
5+
runghc-9.2 CaseMapping
6+
rm SpecialCasing.txt CaseFolding.txt
7+
cd -

scripts/tests.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)