2003-01-22 07:02:13 +01:00
|
|
|
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.
|
2006-06-27 07:39:18 +02:00
|
|
|
|
|
|
|
WWW: http://search.cpan.org/dist/Lingua-ZH-Numbers/
|