aboutsummaryrefslogtreecommitdiff
path: root/docs/all/iconv/index.en.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/all/iconv/index.en.md')
-rw-r--r--docs/all/iconv/index.en.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/all/iconv/index.en.md b/docs/all/iconv/index.en.md
new file mode 100644
index 0000000..c6d91ed
--- /dev/null
+++ b/docs/all/iconv/index.en.md
@@ -0,0 +1,12 @@
+---
+title: Character encoding conversions.
+---
+`iconv` is the generic character conversion interface defined by the
+Single Unix Specification (SUS) [here][sus_iconv].
+More documentation about an other example of iconv implementation
+is [in the GNU libc documentation][gnu_iconv].
+
+TODO: someday, I should describe how this module sort of works.
+
+[sus_iconv]: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/iconv.h.html
+[gnu_iconv]: https://www.gnu.org/software/libc/manual/html_node/glibc-iconv-Implementation.html