The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Unicode::Precis::UsernameCaseMapped~[ja] - PRECIS UsernameCaseMappedプロファイル

SYNOPSIS

  use Unicode::Precis::UsernameCaseMapped;
  
  $profile = Unicode::Precis::UsernameCaseMapped->new;
  
  $string = $profile->enforce($input);
  $equals = $profile->compare($inputA, $inputB);

DESCRIPTION

Unicode::Precis::UsernameCaseMapped~[ja]は、PRECISのUsernameCaseMapped プロファイルを提供する。

SEE ALSO

Unicode::Precis~[ja].

RFC 7613 Preparation, Enforcement, and Comparison of Internationalized Strings Representing Usernames and Passwords.

AUTHOR

Hatuka*nezumi - IKEDA Soji, <hatuka@nezumi.nu>

COPYRIGHT AND LICENSE

Copyright (C) 2015 by 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.