- MODIFIER LETTER YIN DEPARTING TONE MARK (`U+02EA`);
- MODIFIER LETTER YANG DEPARTING TONE MARK (`U+02EB`);
- MODIFIER LETTER DOUBLE APOSTROPHE (`U+02EE`);
- MODIFIER LETTER MIDDLE GRAVE ACCENT (`U+02F4`);
- MODIFIER LETTER MIDDLE DOUBLE GRAVE ACCENT (`U+02F5`);
- MODIFIER LETTER MIDDLE DOUBLE ACUTE ACCENT (`U+02F6`);
- MODIFIER LETTER RAISED COLON (`U+02F8`);
- MODIFIER LETTER BEGIN HIGH TONE (`U+02F9`);
- MODIFIER LETTER END HIGH TONE (`U+02FA`);
- MODIFIER LETTER BEGIN LOW TONE (`U+02FB`);
- MODIFIER LETTER END LOW TONE (`U+02FC`);
- MODIFIER LETTER SHELF (`U+02FD`);
- MODIFIER LETTER OPEN SHELF (`U+02FE`);
- MODIFIER LETTER LOW LEFT ARROW (`U+02FF`);
- COMBINING LEFT ARROW BELOW (`U+20EE`);
- COMBINING RIGHT ARROW BELOW (`U+20EF`);
* Fix geometry of:
- Latin Small Letter B with Stroke (`U+0180`) (#1115).
- Latin Letter Capital Gha (`U+01A2`), Latin Letter Small Gha (`U+01A3`) (#1115).
- Latin Letter Inverted Glottal Stop with Stroke (`U+01BE`) (#1115).
- Latin Capital Letter Hwair (`U+01F6`), Latin Small Letter Hwair (`U+0195`) (#1115).
- Latin Capital Letter Y with Stroke (`U+024E`) (#1115).
- Greek Capital Letter Theta (`U+0398`) (#1115).
- Greek Capital Letter Xi (`U+039E`) (#1115).
- Greek Capital Letter Delta (`U+0394`), Increment Symbol (`U+2206`) under Slab (#1115).
- Greek Capital Letter Psi (`U+03A8`), Greek Small Letter Psi (`U+03C8`), Cyrillic Small Letter Psi (`U+0471`) (#1115).
- Greek Small Letter Upsilon (`U+03C5`) (#1115).
- Greek Small Letter Chi (`U+03C7`) (#1115).
- Latin Small Letter A With Right Half Ring (`U+1E9A`) (#1115).
- Latin Small Letter Y With Dot Below (`U+1EF5`) (#1115).
When using `private-build-plans.toml` with some weight, width or slope
names outside of the standard sets defined in `build-plans.toml`, any
font variations which had at least one nonstandard suffix component were
built normally as TTFs, but were not added to TTCs, because only
suffixes for combinations of standard weight, width and slope names were
considered by `getCollectPlans()`. Change `getCollectPlans()` to get
the suffix mapping for every build plan instead of using standard
suffixes for all plans, so that any custom weight/width/slope names
would be handled properly.
Fixes#1026.