Strings


[0xfb01,0x61,0x16b,0x3042]
[0x66,0x69,0x61,0x75,0x304,0x3042]
 
       Reference: https://www.unicode.org/reports/tr15/#Norm_Forms

Sanitization Regex: (?:)
Normalized Form: NFC

Same?: false
[0xfb01,0x61,0x16b,0x3042] vs [0x66,0x69,0x61,0x75,0x304,0x3042]

Same? (Normalized): false
[0xfb01,0x61,0x16b,0x3042] vs [0x66,0x69,0x61,0x16b,0x3042]

Sanitized input1: "fiaūあ" [0xfb01,0x61,0x16b,0x3042]
Sanitized input2: "fiaūあ" [0x66,0x69,0x61,0x75,0x304,0x3042]

Normalized and Sanitized input1: "fiaūあ" [0xfb01,0x61,0x16b,0x3042]
Normalized and Sanitized input2: "fiaūあ" [0x66,0x69,0x61,0x16b,0x3042]