composewell / unicode-transforms

Fast Unicode normalization in Haskell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support unicode 10

harendra-kumar opened this issue · comments

http://www.unicode.org/versions/Unicode10.0.0/

Its easy to support it:

  • Update the unicode database as per the instructions in this file
  • Update the test suite
  • Run tests, fix if something needs to be fixed and commit.