blob: 700114024387c0535d93b1d4fcd84cbc4d6add7f [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001OPTIONAL
2SYNOPSIS
3 #include <sys/idn.h>
4
5 string idna_stringprep (string str, int profile, int flags = 0)
6
7BESCHREIBUNG
8 Prepariere den UTF-8 String <str> passend zum Profil <profile>
9 (siehe auch libidn stringprep(3)).
10
11 <profile> und <flags> sind definiert in idn.h .
12
13 Sollte ein Fehler auftreten, wird eine Exception geworfen.
14
15 Diese Efun is nur verfuegbar auf Systemen mit libidn
16 installiert - in diesem Fall ist das Makro __IDNA__ definiert.
17
18GESCHICHTE
19 Introduced in LDMud 3.3.713.
20
21SIEHE AUCH
22 convert_charset(E), idna_to_ascii(E), idna_to_unicode(E)