Wesley Moore

Results 160 comments of Wesley Moore

> As a side note, would it be more useful to drop the usage of the term "syllable"? E.g., in favor of something more technically precise, like "cluster"? I don't...

I think there's an omission in the matching rules. `_sm_` is unreferenced. I think that `_v_*` in: ``` Tcomplex= _asat_* Med Vmain Vpost* Pwo* _v_* Z? ``` should be something...

> Question: How does the Allsorts team view the combining of categories, in general? Do you mean things like this? ``` _consonant_ = `CONSONANT` | `CONSONANT_PLACEHOLDER` - _ra_ and C...

> here I was wondering about the subtraction of the `_ra_` class from the `_consonant_` class. I think that might be the only place I attempted a "difference" operator; coming...

I haven't attempted an implementation yet but the changes look good.

I'm working on updating my implementation. One thing I encountered (this isn't new) is in: > All of the left-side dependent-vowel (matra) signs matching this condition in Myanmar can be...

Some more notes as I progress the implementation: I noticed a difference between our output and Harfbuzz. This was due to Harfbuzz [applying `rlig` by default](https://github.com/harfbuzz/harfbuzz/blob/a070f9ebbe88dc71b248af9731dd49ec93f4e6e6/src/hb-ot-shape.cc#L294). I note that in...

Should characters with shaping class `NUMBER` be able to be base? Example: ႐ုံ - U+1090 // MYANMAR SHAN DIGIT ZERO - U+102F // MYANMAR VOWEL SIGN U, Mark, Bottom -...

Just catching up on things. It's a bit unclear, what's currently needed from me?

> The main cause seems to be that allsorts does not include valid cmap table when subsetting PostScript-based fonts (with CFF tables). @kyasu1 allsorts developer here. The intention is for...