Differences From Artifact [6b626ad955]:
- File generators/unicode/TableGenerator.m — part of check-in [6ae98c1dcf] at 2021-04-25 19:58:13 on branch trunk — Last round of renames (hopefully) (user: js, size: 19824) [annotate] [blame] [check-ins using] [more...]
To Artifact [442fb49647]:
- File generators/unicode/TableGenerator.m — part of check-in [4a5d37fc3b] at 2022-06-05 12:34:19 on branch trunk — generators/unicode: Fix two inverted lines (user: js, size: 19824) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + | _uppercaseTableSize = SIZE_MAX; _lowercaseTableSize = SIZE_MAX; _titlecaseTableSize = SIZE_MAX; _caseFoldingTableSize = SIZE_MAX; _decompositionTableSize = SIZE_MAX; _decompositionCompatTableSize = SIZE_MAX; } @catch (id e) { |
︙ |