Morgengrauner Dokumentation
Dateipfad: /home/mud/mudlib/doc//efun/idna_stringprepOPTIONAL
SYNOPSIS
#include
string idna_stringprep(string str, int profile, int flags)
DESCRIPTION
Prepare the UTF-8 string according to the stringprep
(see also libidn stringprep(3)).
and are one of the values defined in .
If an error occurs, an exception is thrown.
The efun is available only if the system supports libidn - in
that case __IDNA__ is defined.
HISTORY
Introduced in LDMud 3.3.713.
SEE ALSO
idna_to_ascii(E), idna_to_unicode(E)
zurück zur Übersicht