aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/fstring.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-25 16:33:33 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2018-11-25 16:33:33 +0000
commit8adf20f620fa9737666044de7c712eac2174b1c4 (patch)
treedae0d228d312e67f11468118c39b21ded046f530 /src/libutil/fstring.h
parent0d53332a7ecaa3a2b5020c7c58d6146d72d7b05c (diff)
downloadrspamd-8adf20f620fa9737666044de7c712eac2174b1c4.tar.gz
rspamd-8adf20f620fa9737666044de7c712eac2174b1c4.zip
[Project] Another try to normalize unicode properly
Diffstat (limited to 'src/libutil/fstring.h')
-rw-r--r--src/libutil/fstring.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libutil/fstring.h b/src/libutil/fstring.h
index 88e41b47a..96749052c 100644
--- a/src/libutil/fstring.h
+++ b/src/libutil/fstring.h
@@ -40,8 +40,8 @@ typedef struct f_str_tok {
} rspamd_ftok_t;
typedef struct f_str_unicode_tok {
- gsize len; /* in uchars */
- const UChar *begin;
+ gsize len; /* in UChar32 */
+ const UChar32 *begin;
} rspamd_ftok_unicode_t;
/**