-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update our Unicode and legacy codepage support to Unicode 16.0.0
We missed a couple of releases so this adds 11,131 new characters compared to our previous version 13.0.0. These are mostly obscure alphabets and emojis (I'm just guessing) that are not super likely to be included in any password. There were also a few minor changes to definitions of categories such as punctuation and specials - we always used the Unicode Database's definition of them and apparently they changed their mind about a few. Closes #5537
- Loading branch information
1 parent
8a4dc0d
commit dc4d519
Showing
13 changed files
with
41,906 additions
and
490 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,6 @@ run/wpapcap2john | |
run/zip2john | ||
|
||
src/.gdbinit | ||
src/Unicode | ||
src/aes/aes.a | ||
src/arch.h | ||
src/all_tests.lst | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.