libiconv 1.18
Character set conversion library
libiconv provides an implementation of the iconv function for systems that lack it. iconv is used to convert between character encodings in a program. It supports a wide variety of different encodings.
- Outputs:
out
- Website: https://www.gnu.org/software/libiconv/
- Licenses: LGPL 3+
- Package source: gnu/packages/base.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libiconv 1.18
as follows:
guix install libiconv@1.18
Or install the latest version:
guix install libiconv
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.