]> gitweb.michael.orlitzky.com - iconv-quirks.git/commitdiff
README.rst: start one
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 4 Jul 2026 18:59:11 +0000 (14:59 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 4 Jul 2026 18:59:11 +0000 (14:59 -0400)
README.rst [new file with mode: 0644]

diff --git a/README.rst b/README.rst
new file mode 100644 (file)
index 0000000..da233d9
--- /dev/null
@@ -0,0 +1,15 @@
+This is a test suite for the various ``iconv()`` implementations,
+using POSIX 2024 as a baseline for behavior:
+
+* `iconv.h <https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/iconv.h.html>`_
+* `iconv_open <https://pubs.opengroup.org/onlinepubs/9799919799/functions/iconv_open.html>`_
+* `iconv <https://pubs.opengroup.org/onlinepubs/9799919799/functions/iconv.html>`_
+* `iconv_close <https://pubs.opengroup.org/onlinepubs/9799919799/functions/iconv_close.html>`_
+
+Implementations:
+
+* `musl libc <https://musl.libc.org/>`_
+* `GNU libc <https://www.gnu.org/software/libc/>`_
+* `GNU libiconv <https://www.gnu.org/software/libiconv/>`_
+
+