Added public files
Roughly added all public files. Probably missed some, though.
diff --git a/doc/efun/idna_to_ascii b/doc/efun/idna_to_ascii
new file mode 100644
index 0000000..63c66b9
--- /dev/null
+++ b/doc/efun/idna_to_ascii
@@ -0,0 +1,20 @@
+OPTIONAL
+SYNOPSIS
+ #include <sys/idn.h>
+
+ string idna_to_ascii (string name)
+
+BESCHREIBUNG
+ Wandle den String <name> von UTF-8 to IDNA Darstellung (8z
+ punycode).
+
+ Sollte ein Fehler auftreten, wird eine Exception geworfen.
+
+ Diese Efun is nur verfuegbar auf Systemen mit libidn
+ installiert - in diesem Fall ist das Makro __IDNA__ definiert.
+
+GESCHICHTE
+ Introduced in LDMud 3.3.713.
+
+SIEHE AUCH
+ convert_charset(E), idna_to_unicode(E), idna_stringprep(E)