Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kde/kcodecs
KCodecs provide a collection of methods to manipulate strings using various encodings
https://github.com/kde/kcodecs
Last synced: 4 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T12:01:47.000Z (17 days ago)
- Last Synced: 2024-10-29T13:36:58.845Z (17 days ago)
- Language: C++
- Homepage: https://invent.kde.org/frameworks/kcodecs
- Size: 36.3 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- 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).