Search Results
Sep 5, 2022 · Converts an internationalized domain name (IDN) or another internationalized label to a Unicode (wide character) representation of the ASCII string that represents the name in the Punycode transfer encoding syntax.
- winnls.h (include Windows.h)
- Windows Server 2008 [desktop apps | UWP apps]
- Windows Vista [desktop apps | UWP apps]
- Windows
This function converts a Unicode domain name to an IDNA ASCII-compatible format in lowercase.
Ce paramètre ne peut être utilisé que si la cosntante INTL_IDNA_VARIANT_UTS46 a été utilisée dans le paramètre variant. Dans ce cas, ce sera un tableau avec la clé 'result' contenant le résultat de la transformation, la clé 'isTransitionalDifferent' contenant un booléen indiquant l'utilisation du mécanisme transitionnel UTS #46 ayant altéré ou non le résultat, et la clé 'errors ...
Return Values The domain name encoded in ASCII-compatible form, or false on failure
Cette fonction convertit un nom de domaine Unicode au format IDNA ASCII-compatible.
The idn_to_ascii () function is essential for converting internationalized domain names to ASCII-compatible encoding. It ensures proper handling of Unicode characters in domain names for web applications that need ASCII-only domain representation.
People also ask
How to convert domain name to idn_to_ASCII?
What languages are supported by IdN functions in PHP?
Does IDN_to_ASCII work with utf8_encode()?
Can a Unicode string contain ASCII characters?
Cette fonction convertit un nom de domaine Unicode au format IDNA ASCII-compatible.
