Jump to content

GNU libiconv: Difference between revisions

From EDM2
Ak120 (talk | contribs)
m Ak120 moved page Libiconv to GNU libiconv
Ak120 (talk | contribs)
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.
==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 13: Line 9:
==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]]

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