NAME
Acme::EnclosedChar - Ⓔⓝⓒⓛⓞⓢⓔⓓ Ⓐⓛⓟⓗⓐⓝⓤⓜⓔⓡⓘⓒⓢ Ⓔⓝⓒⓞⓓⓔⓡ
SYNOPSIS
use Acme::EnclosedChar qw/enclose/;
print enclose('Perl'); # Ⓟⓔⓡⓛ
DESCRIPTION
Acme::EnclosedChar generates Enclosed Alphanumerics.
METHOD
enclose($decoded_text)
encode text into Enclosed Alphanumerics
enclose_katakana($decoded_text)
Also Japanese Katakana will be encoded.
enclose_week_ja($decoded_text)
Also Japanese day of week will be encoded.
enclose_kansuji($decoded_text)
Also Japanese kansuji will be encoded.
enclose_kanji($decoded_text)
Also Japanese kanji will be encoded.
enclose_all($decoded_text)
enclose text as far as possible
REPOSITORY
Acme::EnclosedChar is hosted on github: http://github.com/bayashi/Acme-EnclosedChar
Welcome your patches and issues :D
AUTHOR
Dai Okabayashi <bayashi@cpan.org>
SEE ALSO
LICENSE
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.