File: README.md

package info (click to toggle)
kcodecs 5.116.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,796 kB
  • sloc: cpp: 9,641; sh: 14; makefile: 5
file content (14 lines) | stat: -rw-r--r-- 364 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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).