9510c36df4
Converts numeric values into their Chinese string equivalents
5 lines
297 B
Text
5 lines
297 B
Text
This module tries to convert a number into Chinese cardinal number. It
|
|
supports decimals number, and five representation systems (charsets):
|
|
traditional, simplified, big5, gb and pinyin. The first two are returned
|
|
as unicode strings; hence they are only available for Perl 5.6 and later
|
|
versions.
|