PAM-less i3lock-color fork
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
198 B

#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