What C/C++ Libraries are there for detecting the multi-byte character encoding (UTF-8, UTF-16, etc) of character array (char*). A bonus would be to also detect when the matcher halted, that is detect prefix match ranges of a given set of a possible encodings.
What C/C++ Libraries are there for detecting the multi-byte character encoding (UTF-8, UTF-16, etc)
Share
ICU does character set detection. You must note that, as the ICU documentation states: