This package browser is in early development. Mind the rough edges.

kcodecs

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).

Installation

Install the latest version of kcodecs as follows:

guix install kcodecs

Or install a particular version:

guix install kcodecs@5.114.0

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.