Warning, /frameworks/kcodecs/README.md is written in an unsupported language. File is not indexed.

0001 # KCodecs
0002 
0003 String encoding library
0004 
0005 ## Introduction
0006 
0007 KCodecs provide a collection of methods to manipulate strings using various
0008 encodings.
0009 
0010 It can automatically determine the charset of a string, translate XML entities,
0011 validate email addresses, and find encodings by name in a more tolerant way than QTextCodec
0012 (useful e.g. for data coming from the Internet).
0013 
0014