[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1807056 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_client/list.c libsvn_repos/list.c libsvn_subr/utf8proc.c

From: Branko Čibej <brane_at_apache.org>
Date: Sat, 2 Sep 2017 17:17:43 +0200

On 02.09.2017 17:12, stefan2_at_apache.org wrote:
> +svn_boolean_t
> +svn_utf__fuzzy_glob_match(const char *str,
> + const apr_array_header_t *patterns,
> + svn_membuf_t *buf)
> +{
> + const char *normalized;
> + svn_error_t *err;
> + int i;
> +
> + /* Try to normalize case and accents in STR.
> + *
> + * If that should fail for some reason, continue with the original STR.
> + * There is still a fair chance that it matches "*.ext" pattern despite
> + * being "broken" UTF8. */

What evidence do you have for this statement? It is, quite frankly,
completely bonkers.

"Broken," as you put in quotes, means it's not UTF-8. What kind of UTF-8
do you think there's a fair chance it'll match then?

-- Brane
Received on 2017-09-02 17:17:47 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.