package Unicode::Stringprep::Unassigned; use strict; use utf8; use warnings; our $VERSION = "1.10"; use Unicode::Stringprep::_Common; our @A1 = _mk_set(<, S =head1 SYNPOSIS @Unicode::Stringprep::Unassigned::A1 # Appendix A.1 =head1 DESCRIPTION The tables are provided as arrays, which contain pairs of Unicode codepoints (as integers) defining the start and end of a Unicode range. This module exports nothing. =head1 AUTHOR Claus FErber ECFAERBER@cpan.orgE =head1 LICENSE Copyright 2007-2009 Claus FErber. All rights reserved. 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