Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename grapheme to code-point-utf8 | Kartik K. Agaram | 2021-11-09 | 1 | -40/+40 |
| | | | | | | Longer name, but it doesn't lie. We have no data structure right now for combining multiple code points. And it makes no sense for the notion of a grapheme to conflate its Unicode encoding. | ||||
* | a tamil example (that I can't read) | Kartik K. Agaram | 2021-09-03 | 1 | -5/+19 |
| | |||||
* | support combining characters in streams of text | Kartik K. Agaram | 2021-09-02 | 1 | -0/+55 |
| | | | | Fake screens can't handle them yet. | ||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -11/+12 |
| | |||||
* | . | Kartik K. Agaram | 2021-09-02 | 1 | -3/+3 |
| | | | | A more common hindi vowel. | ||||
* | a few more examples of combining characters | Kartik K. Agaram | 2021-09-01 | 1 | -2/+45 |
| | |||||
* | rendering code-points with combining characters | Kartik K. Agaram | 2021-09-01 | 1 | -0/+36 |
There's a new example app showing this ability. Still to go: support for combining characters when rendering text and streams. |