Re: winemenubuilder: add Wine's MIME types to freedesktop (try2)
1 May
2009
1 May
'09
12:17 p.m.
Damjan Jovanovic <damjan.jov(a)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(a)winehq.org
6159
Age (days ago)
6159
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard