aboutsummaryrefslogtreecommitdiff
path: root/arch/all/iconv/README.md
blob: 36eb0fec9b8d6a32a82b6445be2e269b41e29454 (plain)
1
2
3
4
5
6
7
8
9
10
11
# `all/iconv` -- Character encoding conversions.
## Introduction
`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