summaryrefslogtreecommitdiff
path: root/libraries/base/cbits/README.Unicode
Commit message (Collapse)AuthorAgeFilesLines
* base: Update Unicode database to 14.0Ben Gamari2021-10-031-4/+1
| | | | Closes #20404.
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-111-4/+3
| | | | (cherry picked from commit d22e087f7bf74341c4468f11b4eb0273033ca931)
* base: Expose GHC.Unicode.unicodeVersionBen Gamari2020-02-121-2/+6
| | | | | | | | | | | | | This exposes a Data.Version.Version representing the version of the Unicode database used by `base`. This should clear up some confusion I have seen in tickets regarding with which Unicode versions a given GHC can be expected to work. While in town I also regenerated (but did not update) the Unicode database with database 12.0.0. Strangely, the file cited in the README no longer existed. Consequently, I used https://www.unicode.org/Public/12.0.0/ucd/UnicodeData.txt and was slightly surprised to find that there were a few changes.
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-231-1/+1
| | | | | | | | | | | | Reviewers: hvr, bgamari, Azel Reviewed By: bgamari Subscribers: thomie, Azel, rwbarton, carter GHC Trac Issues: #5518, #15525 Differential Revision: https://phabricator.haskell.org/D5066
* Regenerated cbits/WCsubst.c based on Unicode 6.0.0Bas van Dijk2011-02-071-2/+1
|
* Update WCsubst.c for Unicode 5.1.0, and add a README.UnicodeIan Lynagh2008-06-131-0/+9
README.Unicode describes how to do updates in the future.