http://www.perlmonks.org?node_id=927938


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

We need a terminal capable of handling combining marks.
$ perl -CS -MUnicode::Normalize -E'say NFC("\xE9")' é $ perl -CS -MUnicode::Normalize -E'say NFD("\xE9")' e