id: name
ja: 名前
en: name

id: author
ja: 著者
en: author

id: synopsis
ja: 概要
en: synopsis

id: description
ja: 説明
en: description

id: abstract
en: Handle many kinds of Japanese characters
ja: 総合日本文字変換「文字ュール」

id: functions
en: functions
ja: 関数

id: synopsis_text
%%en:

Convert various types of Japanese characters into one another.

%%
%%ja:

日本の文字の総合変換

%%

id: bugs
en: bugs
ja: 欠点


id: kana
en: kana
ja: 仮名

id: romanization
en: romanization
ja: ローマ字変換

id: wide
en: wide ascii
ja: 全角英数字

id: other
en: other types of lettering
ja: その他の文字

id: kanji
en: kanji
ja: 漢字

id: cyrillization
en: cyrillization
ja: 日本語のキリル文字表記

id: naokitomitabook
%%en:

Parts of this module are covered in the book "Perl CPAN Module Guide"
by Naoki Tomita (in Japanese), ISBN 978-4862671080, published by
WEB+DB PRESS plus, April 2011.

%%
%%ja:

幣モジュールは冨田尚樹氏の「Perl CPANモジュールガイド」に説明しています。
(ISBN 978-4862671080 WEB+DB PRESS plus, 2011年4月出版)

%%

id: also
en: See also
ja: 参考資料

id: hangul
en: hangul (Korean letters)
ja: ハングル

id: description_body
%%en:

This module provides methods to convert different written forms of
Japanese into one another.

All the functions in this module assume the use of Unicode
encoding. All input and output strings must be encoded using UTF-8.

%%
%%ja:

本モジュールはあらゆる日本の文字変換を目的とします。

全てのfunctionはユニコードを前提とします。全ての入出力はutf-8でやる。

%%
