I cannot reproduce this problem here (see below). What version of perl are you using?
-----
echidna:~ cfaerber$ perl -v
This is perl 5, version 12, subversion 4 (v5.12.4) built for darwin-thread-multi-2level
Copyright 1987-2010, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl". If you have access to the
Internet, point your browser at
http://www.perl.org/, the Perl Home Page.
echidna:~ cfaerber$ perl -MNet::IDN::Encode -e 'print Net::IDN::Encode::to_unicode("xn--u19a"),"\n";'
Wide character in print at -e line 1.
ꯀ
echidna:~ cfaerber$