diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-25 12:00:24 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-25 12:00:24 +0000 |
commit | 0d53332a7ecaa3a2b5020c7c58d6146d72d7b05c (patch) | |
tree | 68ca9026c8a5b3b63b66957b23163a2a72381fc1 /src/libmime/lang_detection.h | |
parent | 99b1cf76771eed3824693ed84751ba8054645e18 (diff) | |
download | rspamd-0d53332a7ecaa3a2b5020c7c58d6146d72d7b05c.tar.gz rspamd-0d53332a7ecaa3a2b5020c7c58d6146d72d7b05c.zip |
[Project] Various unicode fixes in language detector
Diffstat (limited to 'src/libmime/lang_detection.h')
-rw-r--r-- | src/libmime/lang_detection.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libmime/lang_detection.h b/src/libmime/lang_detection.h index 204bdf9af..517ab037e 100644 --- a/src/libmime/lang_detection.h +++ b/src/libmime/lang_detection.h @@ -63,17 +63,6 @@ struct rspamd_lang_detector* rspamd_language_detector_ref (struct rspamd_lang_de void rspamd_language_detector_unref (struct rspamd_lang_detector* d); /** - * Convert string from utf8 to ucs32 - * @param d - * @param utf_token - * @param ucs_token - */ -void rspamd_language_detector_to_ucs (struct rspamd_lang_detector *d, - rspamd_mempool_t *pool, - rspamd_stat_token_t *utf_token, - rspamd_stat_token_t *ucs_token); - -/** * Try to detect language of words * @param d * @param ucs_tokens |