NAME
Lingua::FA::Number - Returns the Persian (Farsi) HTML/Unicode equivalent of numbers
SYNOPSIS
use Lingua::FA::Number;
my $s1 = new Lingua::FA::Number ("1 2 3 4");
print $s1->string();
ABSTRACT
This module returns the Persian (Farsi) HTML/Unicode equivalent of numbers
DESCRIPTION
Converts all occurences of numbers in a string to their Persian (Farsi) HTML/unicode equivalents
HTML portion is done for now.
EXPORT
None by default.
SEE ALSO
http://www.cpan.org/
AUTHOR
Ahmad Anvari <http://www.anvari.org/bio/>
COPYRIGHT AND LICENSE
Copyright 2003 by Ahmad Anvari
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.