dear monks,
i have doubt in the following code,
use Unicode::Indic::Telugu;
use strict;
my $lang = Unicode::Indic::Telugu->new () or print "noti ";
my $text = "Sriiraama jayaraama jaya jaya raama";
my $out = $lang-> translate($text) or print "not ";
print $out;
if i execute that program,it is not printing the actual language, it is printing as
Wide character in print at telu.pl line 7
Ã░ÃÃ▒ìÃ░░Ã▒ÃÃ░░Ã	
+617;Â¥Ã░« Ã░£Ã░»Ã░░Ã░Â¥Ã
+░« Ã░£Ã░» Ã░£Ã░» Ã░`
+17;Ã░Â¥Ã░«ok 3
what it is printing , where is my actual words??