-
### csv2notion version
0.3.9
### What OS are you using?
MacOS
### OS Version / Linux distribution
macOS 10.14, Python 3.12.5
### Bug description
1. Start with an empty database
2. Import the C…
-
Unicode propose une norme de normalisation des chaînes de caractères
https://unicode.org/reports/tr15/
Normalization Form C (NFC), Normalization Form KC (NFKC)
Peu de vedettes du xDGE correponden…
-
Follow up action item from a topic I raised in https://github.com/rust-lang/rustfmt/pull/5864#issuecomment-1676425492 relative to adding some additional test repos to improve our coverage of string fo…
-
Decompose code is well optimized but compose still has a lot of scope for optimization. Though its performance is close to `utf8proc` that we were using earlier, it is still far away from `icu` compos…
-
```
r$> cat("\u65\u301", "\ue9")
é é
r$> parse(text = "\ue9
-
**Describe the bug**
Files are saved with decomposed Korean chars, for example, "ᄋ", "ᅡ", "ᆫ", "ᄂ", "ᅧ", "ᆼ"
**To Reproduce**
Save files including Korean
**Expected behavior**
Filenames shoul…
-
Including Unicode Normalization!
-
This comes up in the google-text test, since it contains the word "competition-centric", but this is most easily demonstrated using a short example text:
"I am a competition-centric person! I reall…
-
I'm developing a search engine. It requires extremely fast Unicode character normalization: decomposition, accent stripping, and case folding.
The best way that I have found so far:
```
Convert…
-
[SASLprep](https://tools.ietf.org/html/rfc4013) can be closely assumed as a :NFKC Unicode normalization with some exclusion of unsupported characters.
There are two challenges wrt Julia here.
…