uva has asked for the wisdom of the Perl Monks concerning the following question:
if i execute that program,it is not printing the actual language, it is printing asuse 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;
what it is printing , where is my actual words??Wide character in print at telu.pl line 7 Ó░ÂÓ▒ìÓ░░Ó▒ÇÓ░░Ó░¥Ó	 +617;« Ó░£Ó░»Ó░░Ó░¥Ó░« Ó░£Ó& +#9617;» Ó░£Ó░» Ó░░Ó░¥Ó░«ok 3
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: i need help in translating the language
by Anonymous Monk on Feb 15, 2006 at 15:25 UTC | |
|
Re: i need help in translating the language
by radiantmatrix (Parson) on Feb 15, 2006 at 15:32 UTC | |
by uva (Sexton) on Feb 16, 2006 at 05:43 UTC | |
by Anonymous Monk on Feb 16, 2006 at 09:22 UTC |