Used By
Used By | Description |
---|---|
wp-includes/Requests/IDNAEncoder.php: Requests_IDNAEncoder::to_ascii() | Convert a UTF-8 string to an ASCII string using Punycode |
Prepare a string for use as an IDNA name
(string) (Required)
(string) Prepared string
File: wp-includes/Requests/IDNAEncoder.php
protected static function nameprep($string) { return $string; }
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_idnaencoder/nameprep