in reply to Re^2: Trying to determine the output length of a Unicode string
in thread Trying to determine the output length of a Unicode string
$ perl -CS -MUnicode::Normalize -E'say NFC("\xE9")' é $ perl -CS -MUnicode::Normalize -E'say NFD("\xE9")' e
|
|---|