X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3bar%2Finclude%2Fucs2_to_utf8.h;h=a77ed20eaf056f0670c38e3745a839b1e2068bab;hb=74cd4d2ed827fdc5e62d3d75456316923999c367;hp=2fb3862a16de8891fb5761fca978d0b9f8e9c228;hpb=1daa395a77bf3a3f8e8467518b479fc16e060784;p=i3%2Fi3 diff --git a/i3bar/include/ucs2_to_utf8.h b/i3bar/include/ucs2_to_utf8.h index 2fb3862a..a77ed20e 100644 --- a/i3bar/include/ucs2_to_utf8.h +++ b/i3bar/include/ucs2_to_utf8.h @@ -1 +1,15 @@ +/* + * vim:ts=4:sw=4:expandtab + * + * i3 - an improved dynamic tiling window manager + * © 2009-2011 Michael Stapelberg and contributors (see also: LICENSE) + * + * ucs2_to_utf8.c: Converts between UCS-2 and UTF-8, both of which are used in + * different contexts in X11. + */ +#ifndef _UCS2_TO_UTF8 +#define _UCS2_TO_UTF8 + char *convert_utf8_to_ucs2(char *input, int *real_strlen); + +#endif