]> git.sur5r.net Git - i3/i3lock/blob - ucs2_to_utf8.h
Properly handle Caps Lock (Thanks Damien)
[i3/i3lock] / ucs2_to_utf8.h
1 #ifndef _UCS2_TO_UTF8_H
2 #define _UCS2_TO_UTF8_H
3
4 int convert_ucs_to_utf8(char *input, char *output);
5 char *convert_utf8_to_ucs2(char *input, int *real_strlen);
6 void u8_dec(char *s, int *i);
7
8 #endif