winemenubuilder: add Wine's MIME types to freedesktop (try2)

Alexandre Julliard julliard at winehq.org
Fri May 1 06:17:31 CDT 2009


Damjan Jovanovic <damjan.jov at gmail.com> writes:

> +static void strlwrA(char *str)
> +{
> +    while ((*str = tolower(*str))) str++;
> +}

That won't work on utf-8. You should do it on the Unicode string before
conversion.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list