Last active
March 10, 2026 12:58
-
-
Save drott/53fa37db8c7433486ae17713a3f7f151 to your computer and use it in GitHub Desktop.
ICU v77 vs v78 uspoof_getSkeletonUnicodeString behavior:
This file contains hidden or 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
| uspoof_getSkeletonUnicodeString in ICU 78 changed: | |
| 78 result: | |
| appӏe.com-> apple.corn | |
| cexamble.com-> cexarnble.corn | |
| cexample.com-> cexarnple.corn | |
| cexamþle.com-> cexarnple.corn | |
| oexamble.com-> oexarnble.corn | |
| oexample.com-> oexarnple.corn | |
| oexamþle.com-> oexarnple.corn | |
| œxamble.com-> oexarnble.corn | |
| œxample.com-> oexarnple.corn | |
| œxamþle.com-> oexarnple.corn | |
| 77 result: | |
| appӏe.com-> appie.corn | |
| cexamble.com-> cexarnble.corn | |
| cexample.com-> cexarnple.corn | |
| cexamþle.com-> cexarnþle.corn | |
| oexamble.com-> oexarnble.corn | |
| oexample.com-> oexarnple.corn | |
| oexamþle.com-> oexarnþle.corn | |
| œxamble.com-> oexarnble.corn | |
| œxample.com-> oexarnple.corn | |
| œxamþle.com-> oexarnþle.corn | |
| 78 unique mapped results: | |
| cexarnble.corn | |
| cexarnple.corn | |
| oexarnble.corn | |
| oexarnple.corn | |
| 77 unique mapped results: | |
| appie.corn | |
| cexarnble.corn | |
| cexarnple.corn | |
| cexarnþle.corn | |
| oexarnble.corn | |
| oexarnple.corn | |
| oexarnþle.corn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment