NAME
Lingua::RUS::Number - Converts numbers to money sum in words (in Russian roubles)
VERSION
version 0.136
SYNOPSIS
use Lingua::RUS::Number qw(rur_in_words);
print rur_in_words(1.01), "\n";
DESCRIPTION
Number 2 word conversion in RUS.
Lingua::RUS::Number::rur_in_words() helps you convert number to money sum in words. Given a number, rur_in_words() returns it as money sum in words, e.g.: 1.01 converted to odin rubl' odna kopejka, 2.22 converted to dwa rublja dwadcat' dwe kopejki. The target cyrillic charset is utf-8.
Test::More::UTF8 in use in test because of encoding problems.
FUNCTIONS
- rur_in_words
-
Convert number to Russian currency string.
- get_string
BUGS
seems have no bugs..
AUTHOR
fork coding, maintenance, refactoring, extensions:
Richard C. Jelinek <info@petamem.com>
initial coding:
Vladislav A. Safronov, E<lt>F<vlads@yandex-team.ru>E<gt>, E<lt>F<vlad@yandex.ru>E<gt>