MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | OPTIONAL |
| 2 | SYNOPSIS |
| 3 | #include <sys/idn.h> |
| 4 | |
| 5 | string idna_stringprep (string str, int profile, int flags = 0) |
| 6 | |
| 7 | BESCHREIBUNG |
| 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 | |
| 18 | GESCHICHTE |
| 19 | Introduced in LDMud 3.3.713. |
| 20 | |
| 21 | SIEHE AUCH |
| 22 | convert_charset(E), idna_to_ascii(E), idna_to_unicode(E) |