-
### Description
This RFC proposes adding a function to calculate the Hamming distance between two strings.
The function should have the following signature `(a: string, b: string): number`.
T…
-
See comment on #33. LTLI's requirements around BCP47 are much more specific and complete and address e.g. how JS handles Unicode locales in Intl (among other things). Time to synchronize our requireme…
-
When having string with unicode values and serialising them those unicode values should be escaped.
For example, if in c++ I write
```c++
auto result = glz::write_json("\x1f");
```
I would expect…
-
Perhaps I'm doing something wrong, but it's worth it to check.
My input to the `ReadabilityTool` is unicode utf-8 text. The input is already encoded, and I received a `TypeError` when trying to run …
-
### WHY
With the new specifications as an user i want to be able to sort by 'size' and 'from', 'to' and 'subject' properties, like this :
```
[[ "Email/query",{
"accountId": "ue150411c",
"sor…
-
_Using RapidCRC-Unicode 0.3.23 x64 in win10._
My feature request is based on a [HashMyFiles](http://www.nirsoft.net/utils/hash_my_files.html) feature, that I use all the time.
I quote from [its pa…
-
An improvement suggestion for this great program:
Imagine that you encounter a hash of an unusual algorithm provided on a webpage for a downloaded file that's you don't normally use and don't have co…
-
**Background**
1. In Chinese text, characters (not spaces) provide an approximate solution for word tokenization.
That is, every Chinese character can be treated as if it is a token (or word). Wh…
-
### Description of the Issue
Cannot connect to a sftp server that offers only ssh-rsa.
OpenSSH *can* connect to such a host.
### Steps to Reproduce the Issue
1. Connect to a sftp host that…
-
I've had this idea kicking around for a while.
Mosh currently generates display updates with ad-hoc code in `Terminal::Display::new_frame()` and `Terminal::Display::put_row()`. This code generates s…
cgull updated
7 years ago