aboutsummaryrefslogtreecommitdiffstats
path: root/enc/unicode
Commit message (Expand)AuthorAgeFilesLines
* Suppress warnings: reserved for numbered parameterKazuki Tsujimoto2020-04-051-1/+1
* remove Unicode 12.0.0 related directory and generated filesduerst2019-04-052-48546/+0
* update to Unicode Version 12.1.0 (beta)duerst2019-04-052-0/+49238
* delete directory and files related to Unicode version 11.0.0duerst2019-03-062-47428/+0
* update Unicode version (and Emoji version) to 12.0.0duerst2019-03-062-0/+48546
* delete Unicode 10.0.0 related files, no longer needed [#14802]duerst2018-12-092-45436/+0
* update to Unicode 11.0.0 (main step, not complete yet)duerst2018-12-052-0/+47428
* Embed the Emoji versionnobu2018-11-271-0/+9
* prepare for Unicode 11.0.0 updateduerst2018-11-231-4/+3
* Make some internal functions staticnobu2018-11-161-2/+4
* revert r65091, r65090 because ci failsduerst2018-10-163-47330/+10
* update to Unicode 11.0.0 (basic step, not complete yet)duerst2018-10-163-1/+47321
* add some comments to enc/unicode/case-folding.rb [ci skip]duerst2018-10-161-9/+9
* support gperf 3.1nobu2017-12-081-3/+5
* fix for emoji-data.txtnobu2017-12-022-385/+653
* remove Unicode 9.0.0-related filesduerst2017-09-062-43881/+0
* update Ruby to Unicode 10.0.0duerst2017-09-062-0/+45155
* enc-unicode.rb: uniname2ctype_offsetnobu2017-03-231-786/+787
* update name2ctype.hnobu2017-03-231-806/+979
* remove special processing for U+03B9/U+03BC/U+A64Bduerst2016-12-041-5/+1
* Reorder codepoints in some entries of CaseUnfold_11_Tableduerst2016-12-042-8/+17
* Use offsetof macro and shrink table sizenobu2016-12-011-786/+786
* constify CaseMappingSpecialsnobu2016-12-012-2/+2
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-301-1889/+3139
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-301-4/+6
* * unicode/8.0.0/casefold.h, name2ctype.h, unicode/data/8.0.0:duerst2016-09-072-40414/+0
* * common.mk: Updated Unicode version to 9.0.0 [Feature #12513]duerst2016-09-072-0/+42457
* common.mk: separate unicode headersnobu2016-08-162-0/+0
* Move generated headers to unicode data directorynobu2016-07-172-0/+0
* enc/unicode: check Unicode versionsnobu2016-07-153-28/+44
* common.mk: update enc/unicode/name2ctype.hnobu2016-07-143-85779/+0
* case-folding.rb: define version numbersnobu2016-06-302-0/+11
* case-folding.rb: check version numbersnobu2016-06-301-6/+18
* Revert "Use gperf 3.0.4"naruse2016-06-281-8/+8
* Use gperf 3.0.4naruse2016-06-271-8/+8
* Read CaseFolding.txt in binary modenobu2016-06-241-1/+1
* touchnobu2016-06-241-1/+3
* Updating casefold.hnobu2016-06-241-3/+14
* * enc/unicode/case-folding.rb, casefold.h: Data generation to implementduerst2016-04-012-149/+158
* * enc/unicode/case-folding.rb, casefold.h: Tweaked handling of 6duerst2016-03-292-37/+54
* * enc/unicode/case-folding.rb, casefold.h: Removing data for idempotentduerst2016-03-292-159/+159
* * remove trailing spaces.svn2016-03-221-1/+1
* * include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst2016-03-222-35/+39
* * enc/unicode/case-folding.rb, casefold.h: Streamlining approach toduerst2016-03-112-197/+289
* * enc/unicode/case-folding.rb, casefold.h: Reducing size of TitleCaseduerst2016-02-272-125/+92
* * enc/unicode/case-folding.rb: Adding possibility for debugging outputduerst2016-02-251-2/+11
* * enc/unicode/case-folding.rb, casefold.h: Outputting actual titlecaseduerst2016-02-232-94/+198
* * enc/unicode/case-folding.rb, casefold.h: Reading casing data fromduerst2016-02-232-80/+91
* * enc/unicode/case-folding.rb, casefold.h: Adding flag for title-case,duerst2016-02-222-13/+14
* * enc/unicode/case-folding.rb, casefold.h: Fixed bug that avoided inclusionduerst2016-02-222-157/+156