-
# Description
We are facing the following behaviour , we have the following endpoint that returns a redirect response via :
```return Response.seeOther("https://www.google.com☣@example.org");`…
-
The NUG indicates that strings (dimension and variable names, anyway) should be NFC normalized.
"""
... names are normalized according to Unicode NFC normalization rules during encoding as UTF-8 for …
-
Some combining unicode characters are not displaying correctly under windows, creating gaps in the UI, making it unusable.
This is because the windows console (conhost.exe) doesn't support combining …
-
So, to set the scene here, I have a proptest between two libraries set up. One of the libraries uses `unicode-normalization` under the hood, the other `icu_normalizer`.
I expected that both output …
-
I was thinking about unicode normalization again. I know last time this was discussed, perhaps it was on Slack, that normalization was considered outside of the scope of the spec. However, I had a cou…
-
At the moment, any user-provided string inputs (i.e. passwords, additional data, etc.) is used as is, without any form of Unicode normalization.
In order to ensure security and portability, all inp…
-
Per this issue: https://github.com/Rudde/mktorrent/issues/14
I don't exactly understand the issue here, or what the right thing to do might be. Being aware of unicode normalization would be a good …
-
tl;dr [**ö** -> **o** in Ruby](https://repl.it/FuH8/0).
We discussed getting a list of members by their initials, mentioning some that have non-english characters, like Ö.
We said one correct solu…
-
linking the issue in botok. normalization pertains to pybo, not botok.
https://github.com/Esukhia/botok/issues/45
-
The BagIt specification lets you specify that UTF-8 encoding be used in tag manifests. But it doesn't appear to assume a [particular normalization form](https://en.wikipedia.org/wiki/Unicode_equivalen…