diff options
author | corvid <corvid@lavabit.com> | 2009-05-17 12:04:13 -0400 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-05-17 12:04:13 -0400 |
commit | 5ff1a29d501f97a01c983ef62f4e6b76b7814785 (patch) | |
tree | 4fcf1ba4d94e1d76bc65ac7ea3addea0dfa2a129 /src/utf8.hh | |
parent | f15858539330c89f607d039fc51979c432c5192c (diff) |
New utility function: a_Utf8_end_of_char()
Diffstat (limited to 'src/utf8.hh')
-rw-r--r-- | src/utf8.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utf8.hh b/src/utf8.hh index f4d4bced..e861d600 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -5,6 +5,10 @@ extern "C" { #endif /* __cplusplus */ + +#include "d_size.h" + +uint_t a_Utf8_end_of_char(const char *str, uint_t i); int a_Utf8_encode(unsigned int ucs, char *buf); int a_Utf8_test(const char* src, unsigned int srclen); |