src/hb-ot-shaper-indic-table.cc


Log

Author Commit Date CI Message
Behdad Esfahbod 9909d11f 2022-06-28T15:59:40 [indic generator] Fix regression Fixes https://github.com/harfbuzz/harfbuzz/issues/3690
David Corbett 78c5ae39 2022-06-25T13:32:04 [indic] Remove remnants of Sinhala
David Corbett 1555b300 2022-06-24T21:02:26 Add U+25CC to lone Robatic but not after U+17D9
David Corbett 0f15cb12 2022-06-24T20:37:01 [indic-table] Fix block headers
Behdad Esfahbod d9c18cc2 2022-06-15T16:50:34 [indic-table] Update
Behdad Esfahbod 2cbb7758 2022-06-11T08:57:21 [myanmar] Fold category P into GB Fixes https://github.com/harfbuzz/harfbuzz/issues/3649 This actually now allows Asat after the Myanmar punctuation marks; something I see in Wikipedia data.
Behdad Esfahbod 8533214a 2022-06-11T08:49:36 [khmer] Fold category Coeng completely into category H
Behdad Esfahbod 607a9fe7 2022-06-11T04:20:23 [indic-like] Remove category duplication
Behdad Esfahbod 02016914 2022-06-10T17:24:19 [indic-generator] Remove unnecessary Myanmar category=D overrides https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894685106
Behdad Esfahbod 937c8780 2022-06-10T17:20:15 [indic-generator] Remove unnecessary override for Myanmar U+1039 https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894762535
Behdad Esfahbod 9504037c 2022-06-10T17:13:16 [indic-generator] Remove three unneeded Myanmar overrides U+AA74-6 These three characters have Indic_Syllabic_Category=Consonant_Placeholder. The original evidence that prompted these overrides says they can take tone marks. They are not subjoined: Khamti Shan apparently does not use subjoined characters at all. Therefore, PLACEHOLDER is good enough and these need not be overridden to C. https://www.unicode.org/L2/L2008/08276-khamti-proposal.pdf https://github.com/harfbuzz/harfbuzz/pull/3648#discussion_r894640713
Behdad Esfahbod 165ef55e 2022-06-10T06:20:10 [indic-generator] Move INDIC_COMBINE_CATEGORIES here
Behdad Esfahbod b030dd9e 2022-06-10T06:12:13 [indic-table] Minor rename
Behdad Esfahbod 37217fc9 2022-06-09T16:43:50 [indic-generator/myanmar] Move most Myanmar category overrides to generator
Behdad Esfahbod c136227f 2022-06-09T13:36:19 [indic-generator/khmer] Move Khmer overrides to generator
Behdad Esfahbod 25793075 2022-06-09T13:11:46 [indic-generator] Move Khmer/Myanmar vowel categories to the generator
Behdad Esfahbod 10cd8ac0 2022-06-09T12:27:31 [indic-generator] Move matra category overrides to generator
Behdad Esfahbod c4e4f1d3 2022-06-09T11:56:57 [indic-generator] Move SMVD position overrides to generator
Behdad Esfahbod 91d6f45b 2022-06-09T07:34:44 [indic-generator] Move some position overrides to the generator
Behdad Esfahbod f0269e0f 2022-06-09T07:10:47 [indic-generator] Move Ra handling to the generator
Behdad Esfahbod 419d2146 2022-06-09T07:01:14 [indic-generator] Cap off what categories have positions This was left off of the commit moving Indic categories to the generator. It didn't fail any tests, but adding it back because it has implications possibly.
Behdad Esfahbod e1d965d5 2022-06-09T06:48:25 [indic-generator] Move position mapping to generator
Behdad Esfahbod 49075140 2022-06-09T06:33:51 [indic-generator] Move category overrides to generator
Behdad Esfahbod 58eeb3a1 2022-06-09T05:34:49 [indic-generator] Move category mapping to generator
Behdad Esfahbod 5bfb0b72 2022-06-03T02:56:41 Rename s/shape-complex/shaper/g