summaryrefslogtreecommitdiff
path: root/enc/unicode/14.0.0
AgeCommit message (Collapse)Author
2022-12-06move Unicode include files to version 15.0.0 directoryMartin Dürst
2022-12-06fix wrong property information in name2ctype.hMartin Dürst
Co-authored-by: Nobuyoshi Nakada [nobu@ruby-lang.org](mailto:nobu@ruby-lang.org) See https://github.com/ruby/ruby/pull/6451 and https://bugs.ruby-lang.org/issues/19007. This keeps the Unicode version at 14.0.0, so this commit is suited for backporting where applicable. At the time of this commit, the reason for the wrong properties which we fix here is still not completely known, so issue 19007 should be kept open.
2022-09-21reserved_word: just use gperf 3.1 declaration卜部昌平
The reason why this was commented out was because of gperf 3.0 vs 3.1 differences (see [Feature #13883]). Five years passed, I am pretty confident that we can drop support of old versions here. Ditto for uniname2ctype_p(), onig_jis_property(), and zonetab(). Notes: Merged: https://github.com/ruby/ruby/pull/6358
2022-03-13update Unicode Version to 14.0.0 and Emoji version to 14.0Martin Dürst