Skip to content

Commit a604883

Browse files
wismillharendra-kumar
authored andcommitted
Update to Unicode 14.0.0 and unicode-data 0.2
1 parent 7e97adf commit a604883

5 files changed

Lines changed: 512 additions & 368 deletions

File tree

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## Next
2+
3+
* Bump `unicode-data` to `0.2`
4+
* Update to Unicode version 14.0.0
5+
16
## 0.3.8
27

38
* Allow ghc-prim 0.7

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Windows Build status](https://ci.appveyor.com/api/projects/status/5wov8m1m0asvbv32?svg=true)](https://ci.appveyor.com/project/harendra-kumar/unicode-transforms)
66
[![Coverage Status](https://coveralls.io/repos/composewell/unicode-transforms/badge.svg?branch=master&service=github)](https://coveralls.io/github/composewell/unicode-transforms?branch=master)
77

8-
Fast Unicode 13.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
8+
Fast Unicode 14.0.0 normalization in Haskell (NFC, NFKC, NFD, NFKD).
99

1010
## What is normalization?
1111

download-ucd-files.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
# we used to generate them earlier are exactly the same as the ones we are
55
# downloading. To ensure that verfication of the checksum is necessary.
66

7-
VERSION=13.0.0
7+
VERSION=14.0.0
88

99
SRC_FILE="https://www.unicode.org/Public/$VERSION/ucd/NormalizationTest.txt"
1010
DST_FILE="test/data/NormalizationTest.txt"
11-
SRC_FILE_CKSUM="d60ee55dd9169444652e48d337109cc814ecc59a9d3122eedddf7de388f2e01d"
11+
SRC_FILE_CKSUM="7cb30cc2abe6c29c292b99095865d379ce1213045c78c4ff59c7e9391bbe2331"
1212

1313

1414
# Download the file

0 commit comments

Comments
 (0)