[PATCH] Display _NET_WM_ICONs as ASCII art instead of as a big list of integers

Julien Cristau jcristau at debian.org
Tue Apr 28 14:00:56 PDT 2009


On Tue, Apr 28, 2009 at 22:29:38 +0200, Soeren Sandmann wrote:

> +static int
> +is_utf8_locale (void)
> +{
> +    char *locale = getenv ("LANG");
> +
> +    return locale && strstr (locale, "UTF-8");
> +}
> +

ewww.  nl_langinfo(LC_CTYPE), please.

Cheers,
Julien


More information about the xorg-devel mailing list