Update doc/efun/ aus Driversourcen.
Manpages der efuns aktualisiert, neue Manpages hinzugefuegt.
Change-Id: I7cc91684269ff56d1aef47d5c5e7c87f7fd531dc
diff --git a/doc/efun/idna_to_unicode b/doc/efun/idna_to_unicode
index 23f6f9c..2e3a9db 100644
--- a/doc/efun/idna_to_unicode
+++ b/doc/efun/idna_to_unicode
@@ -4,17 +4,17 @@
string idna_to_unicode(string name)
-BESCHREIBUNG
- Wandle den String <name> von IDNA Darstellung (8z punycode)
- nach UTF-8.
+DESCRIPTION
+ Convert string <name> from idna representation (8z punycode)
+ to UTF-8.
- Sollte ein Fehler auftreten, wird eine Exception geworfen.
+ If an error occurs, an exception is thrown.
- Diese Efun is nur auf Systemen mit installierter libidn
- verfuegbar - in diesem Fall ist das Makro __IDNA__ definiert.
+ The efun is available only if the system supports libidn - in
+ that case __IDNA__ is defined.
-GESCHICHTE
+HISTORY
Introduced in LDMud 3.3.713.
-SIEHE AUCH
+SEE ALSO
idna_to_ascii(E), idna_stringprep(E)