-
Wenn jemand 65k als Obergrenze eingibt, dann knallt die to_char Methode. Das muss verhindert werden.
Deshalb die maximale Obergrenze finden und einbauen.
Auch mit 300 oder so testen. Also auf "normal…
-
Thanks for your lib, it is very helpful.
However I am experiencing issues with Khmer language and the combining mark [U+17D2](https://codepoints.net/U+017D2?lang=en) (See: https://r12a.github.io/sc…
-
"Missing glyphs" are rendered when rendering a grapheme cluster where the base character is contained in the font but the combining characters are not. This can be reproduced easily by rendering a tex…
-
In sequence labeling projects (without "Count grapheme clusters as one character"), it seems that label indices (start and end) are as in TypeScript/JavaScript, so refer to positions in a sequence of …
-
| | |
|------------------|-----------------|
|Previous ID | SR-10079 |
|Radar | None |
|Original Reporter | @martinr448 …
-
Codepoints are more and more present rather than chars. Working with them is hard because the Java API didn't really think about them and we're left with a handful of methods, not even in the same pla…
-
### Problem
When the string "नमस्कार" is encountered after a soft-wrapped line, the insert mode cursor is always one position ahead of where the characters are actually inserted.
This is the cursor …
-
This is more of a feature request than a bug. Currently `string().max()` (and other length validators) count the UTF-16 length of a string rather than the number of unicode characters. The latter can …
-
For example, the native split function `'😀-hi-🐅'.split('')` will break your string compared to lodash `_.'😀-hi-🐅'` because it failed to recognize emojis as a single symbol and instead splits its surro…
-
The Universal Shaping Engine was originally designed around a generic Brahmic cluster model, and has since been extended to support an (Egyptian) hieroglyph cluster model. Scripts that are neither Bra…