-
Our programmers make use of Unicode in comments, generally with no problems. However, a recent review where a programmer made use of the [combining overdot](http://www.fileformat.info/info/unicode/cha…
-
### Steps to reproduce
Create /etc/speech-dispatcher/modules/test.conf
```
# GenericMaxChunkLength 300
GenericExecuteSynth "echo $DATA >> /tmp/tts.log"
GenericLanguage "en" "en" "utf-8"
Ge…
-
This issue is a bit premature, but I'd like to get the gears turning here early to avoid conflict later on.
As I understand it, one of the goals of the Houdini effort is to be able to re-implement …
-
I made this pattern "✆." in the function "$this->Lexer->addSpecialPattern". This is one special unicode character and any one character.
Now if I write "✆1" (number) or "✆A" (Latin letter) on the w…
-
The current `indexOf` and `lastIndexOf` operations search forward and backwards from a given start position, but there is no way to limit the *end* position.
If, for example, you want to find two d…
-
### Tested versions
v4.3.dev5.official [89f70e98d]
### System information
Apple M1, Ubuntu 20.04 LTS
### Issue description
See title.
### Steps to reproduce
1. Optionally download the MRP (rtl_…
-
Non-ascii keys seem pretty weird, but I guess they must be out there. Normally, there are no keys like this and so you can deal with strings in a fast and simple way, e.g. using `strcmp` without havin…
-
https://github.com/tesseract-ocr/tesseract/issues/648#issuecomment-271987456
>Indic may be troubled by the length of the compressed codes used.
@theraysmith Can you explain a little more about t…
-
This is to collect feedback on the initial [design document](https://github.com/kas-gui/kas-text/blob/master/design/requirements.md). This is more a plan-of-scope than an actual design, but does give …
-
From [the forums](https://forums.swift.org/t/performance-of-the-new-regex-in-swift-5-7-degrades-quadratically-without-need/58122):
```swift
let pattern = "^ +A"
let regex1 = try! NSRegularExpress…