Generating a Strip of Malayaalam Characters
Posted: 2009-03-03T02:01:46-07:00
Hi all,
I am trying to generate a strip of Malayalam characters, using Imagemagick
I tried using the following, but I get only "???".
############ uni.pl
#! /usr/bin/perl
binmode(STDOUT, ":utf8");
print "\x{0D10}\x{0D20}\x{0D30}";
###################
$ perl uni.pl | convert -font ML-TTKarthika-Normal label:@- label.gif
Unicode = http://unicode.org/charts/PDF/U0D00.pdf
Font = http://www.deepika.com/font.htm
Please help
--
Regards,
Libin
I am trying to generate a strip of Malayalam characters, using Imagemagick
I tried using the following, but I get only "???".
############ uni.pl
#! /usr/bin/perl
binmode(STDOUT, ":utf8");
print "\x{0D10}\x{0D20}\x{0D30}";
###################
$ perl uni.pl | convert -font ML-TTKarthika-Normal label:@- label.gif
Unicode = http://unicode.org/charts/PDF/U0D00.pdf
Font = http://www.deepika.com/font.htm
Please help
--
Regards,
Libin