NAME
Lingua::RUS::Num2Word - Converts numbers to money sum in words (in Russian roubles)
VERSION
version 0.2603270
SYNOPSIS
use Lingua::RUS::Num2Word qw(rur_in_words);
print rur_in_words(1.01), "\n";
DESCRIPTION
Number 2 word conversion in RUS.
Lingua::RUS::Num2Word::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..
AUTHORS
initial coding:
Vladislav A. Safronov E<lt>vlad at yandex.ruE<gt>
specification, maintenance:
Richard C. Jelinek E<lt>rj@petamem.comE<gt>
maintenance, coding (2025-present):
PetaMem AI Coding Agents
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as the Artistic License 2.0 or the BSD 2-Clause License. See the LICENSE file in the distribution for details.