in reply to Re^3: Trying to determine the output length of a Unicode string
in thread Trying to determine the output length of a Unicode string

I suppose my shell is capable of displaying unicode (utf8).

When I run this

perl -CO -E 'say "\x{263a}"'

I get this output

Replies are listed 'Best First'.
Re^5: Trying to determine the output length of a Unicode string
by Jim (Curate) on Sep 26, 2011 at 20:07 UTC

    It seems unlikely to me you're using a shell terminal that has the capability to perform the sophisticated typography needed to render a lowercase m with a diaeresis above it and a cedilla below it. It's a matter of computer typography, not of Unicode code point coverage.

      It's the terminal, not the shell that matters. rxvt unicode works just fine with that invented character.