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
- Host: GitHub
- URL: https://github.com/kde/kcodecs
- Owner: KDE
- Created: 2015-09-18T17:20:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T17:50:34.000Z (3 months ago)
- Last Synced: 2025-04-10T18:59:08.099Z (3 months ago)
- Language: C++
- Homepage: https://invent.kde.org/frameworks/kcodecs
- Size: 40 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
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).