2010-12-10 01:39:46 +01:00
|
|
|
This module implements the stringprep framework for preparing
|
|
|
|
Unicode text strings in order to increase the likelihood that
|
2010-12-10 01:53:49 +01:00
|
|
|
string input and string comparison work in ways that make sense
|
2010-12-10 01:39:46 +01:00
|
|
|
for typical users throughout the world. The stringprep protocol
|
|
|
|
is useful for protocol identifier values, company and personal
|
|
|
|
names, internationalized domain names, and other text strings.
|
|
|
|
|
|
|
|
The stringprep framework does not specify how protocols should
|
|
|
|
prepare text strings. Protocols must create profiles of
|
|
|
|
stringprep in order to fully specify the processing options.
|