Update doc comment.

We do not return empty string on ASCII anymore. It means only detection
failure, now. ASCII will get a proper "ASCII" return.
This commit is contained in:
Jehan 2015-12-03 20:35:26 +01:00
parent 60f641bf37
commit ea34e8b1bd

View File

@ -81,7 +81,7 @@ void uchardet_reset(uchardet_t ud);
/**
* Get an iconv-compatible name of the encoding that was detected.
* @param ud [in] handle of a instance of uchardet
* @return name of charset on success and "" on failure or pure ascii.
* @return name of charset on success and "" on failure.
*/
const char * uchardet_get_charset(uchardet_t ud);