in reply to Re^2: Encode only wide char entities?
in thread Encode only wide char entities?

You SAY you're using UTF-8, but you forgot to actually encode to UTF-8. You probably need something like
binmode(STDOUT, ":encoding(UTF-8)");