-
If you want to have a look on how monospaced Bengali Font looks, you can try MitraMono, a font I made way back in 2002 to display plain text files in IE6. It is available from
https://github.com/mitr…
-
Currently, string reversal works on code points, it doesn't care what kind. So it won't reverse strings containing combining characters properly.
We could quite simply implement the [Missy Elliot alg…
-
### Background and motivation
There's an existing API, `StringInfo.GetTextElementEnumerator`, which allows us to enumerate textual elements (grapheme clusters, or in other words, the individual cha…
-
| | |
|------------------|-----------------|
|Previous ID | SR-4488 |
|Radar | rdar://31423475 |
|Original Reporter | @p…
-
The character count currently uses `string.length` to establish the length of the user input. `string.length` counts code units, not characters, and this can lead to some confusing results when using …
-
See discussion: https://github.com/WICG/proposals/issues/3#issuecomment-696424214
-
**Is your feature request related to a problem or area of OpenRefine? Please describe.**
The "word facet" that is included in the UI (as a customized text facet) is pretty bare-bones since it just …
-
Would be nice if the README had a little snippet showing how to use this? Just to more quickly onboard people.
-
Let's collect what we need for multiple mappers to work together in this post. Feel free to edit (I don't think I can make it editable for others, so I'll just collect everything in this post (startin…
-
Test case for `chop` using an example astral symbol [U+1D306](http://mothereff.in/js-escapes#1%F0%9D%8C%86):
``` js
>> slang.chop('foo\uD834\uDF06'); // U+1D306
'foo\uD834' // expected 'foo' instead
…