-
I have come up with a plan for how to deal with phonetic/graphemic context.
For now I'll use the label "phonetic", but this is without loss of generality.
There's no reason to be limited by hist…
-
[graphemer](https://github.com/flmnt/graphemer) (22M weekly downloads on NPM) and [grapheme-splitter](https://github.com/orling/grapheme-splitter) (6M weekly downloads on NPM) are both for handling gr…
-
Because MathJax looks at individual code points it has trouble dealing with scripts that require bidirectionality, context shaping etc. This is visible whenever trying to use hebrew or arabic for inst…
-
Relative time format may be useful within localization contexts but in order for that to work, we'd need to follow ICU and expose ability to capitalize the formatted string.
ICU exposes `UDisplayCo…
-
Are there any thought about text measuring APIs? I'd like to have something that can retrieve the typographic measurements of some text. Any ideas whether this would be an acceptable thing, and how to…
ghost updated
2 years ago
-
See attached file.
[zalgo.ass.txt](https://github.com/libass/libass/files/4958448/zalgo.ass.txt)
This is clipped from this line; libass:
![SPOILER_unknown](https://user-images.githubusercontent.c…
-
- `nvim --version`: NVIM v0.5.0-dev+1102-g595f6e4d6
- Operating system/version: MacOS
- Terminal name/version: iTerm
- `$TERM`: zsh
### Steps to reproduce using `nvim -u NORC`
Insert this t…
-
Would the maintainers be willing to accept an implementation of the trait for `[u8]`? Specifically, for possibly invalid UTF-8. We could specify that if invalid UTF-8 bytes are found, then we lossily …
-
The currently simplest way to get the character code of the character '9' is either "9".charCodeAt(0), which isn't even constant, or writing the number constant, e.g., 0x39. Or define a whol…
-
I mentioned this on matrix. I personally consider this a bug but it doesn't really fit the the template and depending on your point of view it could also be viewed as a feature request.
While tryi…