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_to_unicode (string name) |
| 6 | |
| 7 | BESCHREIBUNG |
| 8 | Wandle den String <name> von IDNA Darstellung (8z punycode) |
| 9 | nach UTF-8. |
| 10 | |
| 11 | Sollte ein Fehler auftreten, wird eine Exception geworfen. |
| 12 | |
| 13 | Diese Efun is nur verfuegbar auf Systemen mit libidn |
| 14 | installiert - in diesem Fall ist das Makro __IDNA__ definiert. |
| 15 | |
| 16 | GESCHICHTE |
| 17 | Introduced in LDMud 3.3.713. |
| 18 | |
| 19 | SIEHE AUCH |
| 20 | convert_charset(E), idna_to_ascii(E), idna_stringprep(E) |