NAME¶
IM::Japanese - Japanese message handler
SYNOPSIS¶
use IM::Japanese;
$code = code_check($line, $use_hankaku_kana);
$code = code_check_body($content);
convert_iso2022jp_body($content, $code);
$converted = conv_iso2022jp($line, $code);
DESCRIPTION¶
The IM::Japanese module handles Japanese message encoded with
ISO-2022-JP, EUC-JP, Shift_JIS, or US-ASCII.
This modules is provided by IM (Internet Message).
COPYRIGHT¶
IM (Internet Message) is copyrighted by IM developing team. You can redistribute
it and/or modify it under the modified BSD license. See the copyright file for
more details.