Description
Text-processing applications can guess the character encoding of unknown input before converting or displaying it.
This C/C++ API is useful for importers, editors, browsers, mail tools, and converters that need to detect likely charsets. It does not guarantee perfect detection; another application decides what to do with the result.
Encoding guesses can be wrong. Keep original data available when converting important files.