-
Hello, I've used your online demo http://mothereff.in/reverse-string and tried entering some hebrew with niqqud (diacritics) there and what I've got:
Actual result: שָׁלוֹם (shalom) got reversed to ם…
-
**Describe the bug**
Candidate window of input method is at wrong position on Linux. The window is **always at the left bottom side** of the application.
**Setup**
Please complete the following i…
-
I don't understand the solution to exercise 5 about slices:
```
fn main() {
let s = "你好,世界";
// Modify this line to make the code work
let slice = &s[0..2];
assert!(slice == …
-
-
It would be nice to support Unicode properties for advanced natural language text parsing, but we have some potential problems:
- Python has no built-in support for these, though we seem to be in agr…
-
#4311 add the `text-transform` property. Relevant spec: http://dev.w3.org/csswg/css-text/#propdef-text-transform
Follow-ups include:
- Case mapping should include "full" and "special" mappings that c…
-
Format should do grapheme clusterization when determining the width of a string for padding and alignment purposes. This is a quality of implementation issue, and something we should fix sometime in t…
-
`Intl.Collator` and `Intl.Segmenter` differ from the other APIs by taking natural-language input as opposed to producing natural-language output. These already have a root in implementations, but ECMA…
-
Cheers, just getting started with Syllabore but want to express my appreciation for the authors' work. So far this solution fits my needs the best of all I could find on Github.
This might be a mix…
-
from https://tex.stackexchange.com/questions/521431/fontspec-shifts-some-diacritics-marks-when-letterspacing
letterspacing doesn't work well with char + combining accents.
~~~~
\documentclass{a…