NAME
Unicode::Precis::Nickname~[ja] - PRECIS Nicknameプロファイル
SYNOPSIS
use Unicode::Precis::Nickname;
$profile = Unicode::Precis::Nickname->new;
$string = $profile->enforce($input);
$equals = $profile->compare($inputA, $inputB);
DESCRIPTION
Unicode::Precis::Nickname~[ja]は、PRECISのNickname
プロファイルを提供する。
SEE ALSO
RFC 7700 Preparation, Enforcement, and Comparison of Internationalized Strings Representing Nicknames.
AUTHOR
Hatuka*nezumi - IKEDA Soji, <hatuka@nezumi.nu>
COPYRIGHT AND LICENSE
(C) 2016 Hatuka*nezumi - IKEDA Soji
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. For more details, see the full text of the licenses at <http://dev.perl.org/licenses/>.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.