kcodecs 6.5.0
String encoding and manipulating library
KCodecs provide a collection of methods to manipulate strings using various encodings.
It can automatically determine the charset of a string, translate XML entities, validate email addresses, and find encodings by name in a more tolerant way than QTextCodec (useful e.g. for data coming from the Internet).
- Outputs:
out
- Website: https://community.kde.org/Frameworks
- Licenses: Expat · FreeBSD · GPL 2 · GPL 2+ · LGPL 2.1 · LGPL 2.1+ · LGPL 3+ · MPL 1.1
- Package source: gnu/packages/kde-frameworks.scm
- Builds: See build status
- Issues: See known issues
Installation
Install kcodecs 6.5.0
as follows:
guix install kcodecs@6.5.0
Or install the latest version:
guix install kcodecs
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.