blob: d5a8bd069d3df477b53884c9abbde792b3cc7aff (
plain)
1
2
3
4
5
6
|
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).
|