From e1d86a327945111b99148650dc536c9ad8598cc1 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 26 Oct 2012 20:24:55 +0200 Subject: use libxkbcommon for input handling Thanks to Ran Benita and Daniel Stone (the libxkbcommon authors) for answering my questions and reviewing this code. With this commit, input handling should be more correct with using less code (in i3lock, that is). --- ucs2_to_utf8.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 ucs2_to_utf8.h (limited to 'ucs2_to_utf8.h') diff --git a/ucs2_to_utf8.h b/ucs2_to_utf8.h deleted file mode 100644 index a3dcf2d..0000000 --- a/ucs2_to_utf8.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _UCS2_TO_UTF8_H -#define _UCS2_TO_UTF8_H - -int convert_ucs_to_utf8(char *input, char *output); -char *convert_utf8_to_ucs2(char *input, int *real_strlen); -void u8_dec(char *s, int *i); - -#endif -- cgit v1.1