Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-30 | iconv: prevent compiler warning during initialization with jis0208 | Frank Mehnert | |
The data in jis0208.h initializes a two-dimensional array, so insert the missing braces to prevent a compiler warning about missing braces around initializer. Signed-off-by: Marcus Haehnel <marcus.haehnel@kernkonzept.com> | |||
2018-05-29 | libiconv: add missing header files from previuos commit | Waldemar Brodkorb | |
Missed in 5fdd379d9dbf8be74f2f1a0d33e62958e817ae7d. | |||
2018-05-27 | libiconv: port over simplified iconv from musl | Waldemar Brodkorb | |
2016-12-14 | add libiconv-tiny implementation | Waldemar Brodkorb | |
To use it enable UCLIBC_HAS_LIBICONV, then iconv_open/iconv_close should be available. |