From 70617461d5c20b5b362961feb6dba53368a98fbe Mon Sep 17 00:00:00 2001 From: corvid Date: Thu, 23 Jun 2011 19:24:11 +0000 Subject: non-ASCII keybindings Alexander Voigt has kindly done some testing, and it seems that this makes bindings to most keys on a German keyboard possible -- except those that need AltGr don't work yet. --- src/utf8.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/utf8.hh') diff --git a/src/utf8.hh b/src/utf8.hh index 4ded50b8..ce575118 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -24,6 +24,7 @@ int a_Utf8_encode(unsigned int ucs, char *buf); int a_Utf8_test(const char* src, unsigned int srclen); bool_t a_Utf8_ideographic(const char *s, const char *end, int *len); bool_t a_Utf8_combining_char(int unicode); +int a_Utf8_char_count(const char *str, int len); #ifdef __cplusplus } -- cgit v1.2.3