• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H03-Sep-2014-10483

lib/Unicode/H03-Sep-2014-3,9713,458

t/H03-Sep-2014-1,002879

Build.PLH A D03-Sep-2014740 3628

ChangesH A D03-Sep-20141.8 KiB7152

LICENSEH A D03-Sep-201418 KiB380292

MANIFESTH A D03-Sep-2014630 3332

META.jsonH A D03-Sep-20141,011 4847

META.ymlH A D03-Sep-2014595 2625

Makefile.PLH A D03-Sep-2014457 1816

READMEH A D03-Sep-20141.3 KiB5032

SIGNATUREH A D03-Sep-20142.9 KiB5851

README

1NAME
2
3  Unicode::Stringprep - Preparation of Internationalized
4                        Strings (RFC 3454)
5
6DESCRIPTION
7
8  This module implements the stringprep framework for preparing
9  Unicode text strings in order to increase the likelihood that
10  string input and string comparison work in ways that make sense
11  for typical users throughout the world.  The stringprep protocol
12  is useful for protocol identifier values, company and personal
13  names, internationalized domain names, and other text strings.
14
15  The stringprep framework does not specify how protocols should
16  prepare text strings. Protocols must create profiles of
17  stringprep in order to fully specify the processing options.
18
19INSTALLATION
20
21  To install this module type the following:
22
23    perl Build.PL
24    ./Build
25    ./Build test
26    ./Build install
27
28DEPENDENCIES
29
30  This module requires these other modules and libraries:
31
32    Unicode::Normalize (core module of perl 5.8.x and higher)
33
34PERL VERSION
35
36  You should use perl 5.8.3 or higher.
37
38  There are limitations with perl 5.6.x; please read the POD for
39  more details.
40
41AUTHOR
42
43  Claus F�rber <CFAERBER@cpan.org>
44
45ACKNOWLEDGMENTS
46
47  P. Hoffman (editor of RFC 3454)
48  M. Blanchet (editor of RFC 3454)
49  S. Josefsson (draft-josefsson-idn-test-vectors-00.txt)
50