Files
RedBear-OS/local/recipes/kde/kf6-kcodecs/source/README.md
T
2026-04-14 10:51:06 +01:00

15 lines
364 B
Markdown

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