Functions | |
| std::string | nodeprep (const std::string &node) |
| std::string | nameprep (const std::string &domain) |
| std::string | resourceprep (const std::string &resource) |
| std::string | idna (const std::string &domain) |
You should not need to use these functions directly. All the necessary prepping is done for you if you stick to the interfaces provided. If you write your own enhancements, check with the spec.
|
|
This function applies the idna() function to a string. I.e. it transforms internationalized domain names into plain ASCII.
|
|
|
This function applies the Nameprep profile of Stringprep to a string.
|
|
|
This function applies the Nodeprep profile of Stringprep to a string.
|
|
|
This function applies the Resourceprep profile of Stringprep to a std::string.
|
1.4.1