Re: PATCH: local-metadata: Check the user's cache for album art



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]