summaryrefslogtreecommitdiff
path: root/ucs2_to_utf8.h
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2012-10-26 20:24:55 +0200
committerMichael Stapelberg <michael@stapelberg.de>2012-10-26 20:39:59 +0200
commite1d86a327945111b99148650dc536c9ad8598cc1 (patch)
treef120f2e29e47cfa7eb494f811c3282449cf3d720 /ucs2_to_utf8.h
parent1d08065fe02304f078c9b34250148777f3d0a734 (diff)
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).
Diffstat (limited to 'ucs2_to_utf8.h')
-rw-r--r--ucs2_to_utf8.h8
1 files changed, 0 insertions, 8 deletions
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