-
To get text elements from a `string`, you can currently use `System.Globalization.StringInfo.GetTextElementEnumerator`:
```c#
public class StringInfo
{
public static TextElementEnumerator Ge…
-
Many scripts create emphasis or apply other effects by spacing out the letters or syllables in a word (known as _tracking_). It's also possible to stretch inter-character space during justification, e…
-
Love the syntax. Love the features. But performance goes bad on large strings. Here's the test for digesting a crashlog.
```swift
internal func testRegex() {
let content: String = try! String…
-
Hi,
I really like your tool, it's recognition seems to be better than Tesseract's in some cases. Tesseract, however, has a more detailled hOCR output:
Each word gets wrapped in a span with class ocr…
ghost updated
6 years ago
-
Paste the following text to brackets, and see where the cursor is placed
സന്തോഷ്
Cursor is supposed to place at end of the word, but in brackets it is after 4 or 5 character width.
![brackets](http…
-
SVG 1.1 dictates that 'x', 'y', etc. values apply to characters (as defined in XML) in the description of these attributes. See:
https://www.w3.org/TR/SVG11/text.html#TextElement
https://w…
-
Any chracter whose Unicode codepoint is 0xA0 or above is allowed in identifier names (see https://github.com/crystal-lang/crystal/pull/10978#discussion_r674068256). This means the following is valid c…
-
Hi!
I'm in the process of upgrading to phpstan 2.
One error that I couldn't find any solution yet is the following.
It was working on the latest 1.x versions
```php
-
Paste the following text to brackets, and see where the cursor is placed
സന്തോഷ്
Cursor is supposed to place at end of the word, but in brackets it is after 4 or 5 character width.
Happens with all…
-
Hi,
Write the following into a buffer, and move the anchor around with `h`/`l`:
```
а́ы́
```
The cursor disappears upon hitting `l` when the anchor was hovering over either character, as if…