From: Pavel Charvat Date: Fri, 29 Dec 2017 08:23:46 +0000 (+0100) Subject: Unicode: Small fix. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bf64aaab3f16c38cbf6abf94760a7cab91f1e74e;p=libucw.git Unicode: Small fix. --- diff --git a/ucw/ff-unicode.h b/ucw/ff-unicode.h index addd58b8..e42b3102 100644 --- a/ucw/ff-unicode.h +++ b/ucw/ff-unicode.h @@ -19,6 +19,7 @@ #define bget_utf16_be_slow ucw_bget_utf16_be_slow #define bget_utf16_le_slow ucw_bget_utf16_le_slow #define bget_utf8_32_slow ucw_bget_utf8_32_slow +#define bget_utf8_full_slow ucw_bget_utf8_full_slow #define bget_utf8_slow ucw_bget_utf8_slow #define bput_utf16_be_slow ucw_bput_utf16_be_slow #define bput_utf16_le_slow ucw_bput_utf16_le_slow