Jump to content

GNU libiconv: Difference between revisions

From EDM2
Created page with "This library provides an iconv() implementation, for use on systems which don't have one, or whose implementation cannot convert from/to Unicode. ==Download== * OS/2 Runtime:..."
 
No edit summary
 
(2 intermediate revisions by one other user not shown)
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.
==Download==
* OS/2 Runtime: [http://hobbes.nmsu.edu/h-search.php?key=libiconv- Hobbes]
* OS/2 Port Source code: [https://github.com/komh/libiconv-os2 Github]


==Functions==
==Functions==
Line 10: 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==
* GNU GPL V3 / GNU LGPL Version 2
* GNU GPL V3 / GNU LGPL Version 2
==Author==
Port by: [[KO Myung-Hun]]


==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]]

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