File: README.md

package info (click to toggle)
kf6-kcodecs 6.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,592 kB
  • sloc: cpp: 8,864; sh: 44; 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).