On Wed May 17 11:20:12 2006, guest wrote:
Show quoted text> To be able to use unicode strings with idn_to_unicode, it would be
very
Show quoted text> nice to have Net::LibIDN tag the strings as unicode. Today I have to
do
Show quoted text> this: decode_utf8(idn_to_unicode($name,'utf-8'));
Hmm, didn't really know about Perl unicode handling when I wrote this
:=)
But anyway, changing this the way you suggest would a) presumably
break old code and b) wouldn't work sensibly in case of returning
other characters sets (idn_to_unicode is maybe a badly chosen name).
Best leave those things as they are, if it's really bothering
you to type the extra stuff you could possibly write a wrapper
lib or something.