GNU libiconv: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* iconv_close | * iconv_close | ||
* iconvctl | * iconvctl | ||
The library can be installed via RPM with: | |||
yum install libiconv | |||
or the [http://rpm.netlabs.org/release/00/i386/i686/ RPM] or [http://rpm.netlabs.org/release/00/zip/ ZIP] file can be downloaded from the Netlabs server. | |||
==License== | ==License== |
Latest revision as of 20:48, 8 May 2021
This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode.
Functions
- iconv
- iconv_open
- iconv_close
- iconvctl
The library can be installed via RPM with:
yum install libiconv
or the RPM or ZIP file can be downloaded from the Netlabs server.
License
- GNU GPL V3 / GNU LGPL Version 2
Links
- Official Project Site
- OS/2 Port by KO Myung-Hun - Source code: Github