package Unicode::Stringprep::Mapping; use strict; use utf8; use warnings; our $VERSION = "1.10"; use Unicode::Stringprep::_Common; our @B1 = _mk_map(<, S =head1 SYNOPSIS @Unicode::Stringprep::Mapping::B1 # Appendix B.1 @Unicode::Stringprep::Mapping::B2 # Appendix B.2 @Unicode::Stringprep::Mapping::B3 # Appendix B.3 =head1 DESCRIPTION The tables are provided as arrays, which contain pairs of a Unicode codepoint (as an integer) and replacements string (as a UTF8 perl string). This module exports nothing. =head1 AUTHOR Claus FErber ECFAERBER@cpan.orgE =head1 LICENSE Copyright 2007-2010 Claus FErber. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. =head1 SEE ALSO L, S (L) =cut