2006-05-17から1日間の記事一覧

Lingua::JA::Numbersモジュール

Encode.pmのメンテナDan Kogai氏による、日本語数字とアラビア数字の相互変換を行うPerlモジュールです。 サンプル - #!/usr/bin/perl -w use strict; use utf8; binmode STDOUT, ":encoding(cp932)"; binmode STDERR, ":encoding(cp932)"; use Lingua::JA::…