According to case insensitive since kernel 5.2, d_compare will transform string into normalized form and then compare. But why do we need this normalization function? Could we just compare by utf8 string?
According to case insensitive since kernel 5.2, d_compare will transform string into normalized form and then compare. But why do we need this normalization function? Could we just compare by utf8 string?