
Lingua::FA::Number - Returns the Persian (Farsi) HTML/Unicode equivalent of numbers

use Lingua::FA::Number;
my $s1 = new Lingua::FA::Number ("1 2 3 4");
print $s1->string();

This module returns the Persian (Farsi) HTML/Unicode equivalent of numbers

Converts all occurences of numbers in a string to their Persian (Farsi) HTML/unicode equivalents HTML portion is done for now.
None by default.


Ahmad Anvari <http://www.anvari.org/bio/>

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.