summaryrefslogtreecommitdiff
path: root/libraries/base/cbits/README.Unicode
blob: 70e4e2ead91012fdd6ecd6553bf606b07ac6251d (plain)
1
2
3
4
5
6
7
8
9
10
11
Generating GHC's Unicode table
==============================

WCsubst.c is generated with:

    version=13.0.0
    url=https://www.unicode.org/Public/$version/ucd/UnicodeData.txt
    curl -L $url > UnicodeData.txt
    sh ubconfc 12.0.0 < UnicodeData.txt > WCsubst.c

Don't forget to mention the update in the User's Guide.