Re: log --search test failures on trunk and 1.8.x
From: Stefan Sperling <stsp_at_apache.org>
Date: Sat, 20 Apr 2013 12:27:42 +0200
On Tue, Apr 16, 2013 at 02:15:17PM +0400, Ivan Zhakov wrote:
Seems like a bogus check to me. Is there a notion of debug vs. release
tolower() is supposed to return the byte unchanged in case it cannot
See http://pubs.opengroup.org/onlinepubs/9699919799/functions/tolower.html
> This happens because apr_fnmatch does not handle UTF8 character and
Yes, apr_fnmatch() doesn't support multi-byte characters yet.
> Easy solution could be use apr_fnmatch without APR_FNM_CASE_BLIND and
How is lower-casing a multi-byte UTF-8 character going to help?
> And third option is to fix apr_fnmatch().
I'd very much like to do that, actually. Just have to find time.
|
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.