The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Unicode::Precis::UsernameCaseMapped - PRECIS UsernameCaseMapped Profile

SYNOPSIS

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

DESCRIPTION

Unicode::Precis::UsernameCaseMapped provides the PRECIS UsernameCaseMapped profile.

SEE ALSO

Unicode::Precis.

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.