GNU libiconv: Difference between revisions
Appearance
m Ak120 moved page Libiconv to GNU libiconv |
mNo edit summary |
||
Line 1: | Line 1: | ||
This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. | This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. | ||
==Functions== | ==Functions== | ||
Line 13: | Line 9: | ||
==License== | ==License== | ||
* GNU GPL V3 / GNU LGPL Version 2 | * GNU GPL V3 / GNU LGPL Version 2 | ||
==Links== | ==Links== | ||
* [http://www.gnu.org/software/libiconv/ Official Project Site] | * [http://www.gnu.org/software/libiconv/ Official Project Site] | ||
* OS/2 Port by [[KO Myung-Hun]] - Source code: [https://github.com/komh/libiconv-os2 Github] | |||
[[Category:C Libraries]] | [[Category:C Libraries]] |
Revision as of 01:13, 18 January 2020
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
License
- GNU GPL V3 / GNU LGPL Version 2
Links
- Official Project Site
- OS/2 Port by KO Myung-Hun - Source code: Github