From: Michael Orlitzky Date: Sat, 4 Jul 2026 18:59:11 +0000 (-0400) Subject: README.rst: start one X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3be045e1f291b420cf145f2e2753752eb742aab3;p=iconv-quirks.git README.rst: start one --- diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..da233d9 --- /dev/null +++ b/README.rst @@ -0,0 +1,15 @@ +This is a test suite for the various ``iconv()`` implementations, +using POSIX 2024 as a baseline for behavior: + +* `iconv.h `_ +* `iconv_open `_ +* `iconv `_ +* `iconv_close `_ + +Implementations: + +* `musl libc `_ +* `GNU libc `_ +* `GNU libiconv `_ + +