-
**Environment:**
```
Platform: Windows-11-10.0.22631-SP0
System: Windows
System Version: 10.0.22631
Processor: Intel64 Family 6 Model 154 Step…
-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …
-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …
-
I came across this on HN. The blog post was amazingly well written and really like the approach.
I usually work with Java, and created a port of the lib in Java here https://github.com/midplane/fuz…
-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …
-
I see from the code that unicode normalization is done. Is the idea also to do NaN normalization in floats? There are uses where this is not ideal and you don't want normalization at all. Will this be…
-
There is some good discussion in https://what.thedailywtf.com/t/so-about-strings-and-unicode/52250/
Also, Perl 6 seems to be handling things in the ideal way:
https://6guts.wordpress.com/2015/04/12/t…
-
The documentation of the cmap table lacks information on the Unicode normalization that font consumers should be applying while using cmap tables to map characters to glyphs, and that font producers c…
-
### Description
It is common scenario to want to read a table directly from a webpage, e.g. from a Wikipedia article. Pandas has support for this, see here: https://pandas.pydata.org/docs/reference…
-
```
Passlib currently takes in whatever unicode sequence is offered, and hashes it.
However, there unicode normalization issues, non-printing code points (eg SHY)
that should be discarded, and many …