An open API service indexing awesome lists of open source software.

https://github.com/kde/kcodecs

KCodecs provide a collection of methods to manipulate strings using various encodings
https://github.com/kde/kcodecs

Last synced: 2 months ago
JSON representation

KCodecs provide a collection of methods to manipulate strings using various encodings

Awesome Lists containing this project

README

        

# KCodecs

String encoding library

## Introduction

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