Re: PATCH: local-metadata: Check the user's cache for album art
- From: Jens Georg <mail jensge org>
- To: Michael Wood <michael g wood intel com>
- Cc: grilo-list gnome org
- Subject: Re: PATCH: local-metadata: Check the user's cache for album art
- Date: Sat, 10 Dec 2011 12:42:56 +0100
On Mo, 2011-12-05 at 13:24 +0000, Michael Wood wrote:
> +
> + /* Now strip leading/trailing white space */
> + g_strstrip (str);
> +
> + res = g_utf8_strdown (str, -1);
> + g_free (str);
> +
> + return res;
> +}
> +
> static void
According to the spec you are missing the NFKD normalization (before the
lower-casing).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]