mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-08 01:36:41 +08:00
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:
parent
60f641bf37
commit
ea34e8b1bd
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user