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

Re: svn commit: r1731300 - in /subversion/trunk/subversion: include/private/svn_utf_private.h libsvn_repos/dump.c libsvn_subr/utf8proc.c svn/cl-log.h svn/log-cmd.c svn/svn.c tests/cmdline/log_tests.py tests/libsvn_subr/utf-test.c

From: Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com>
Date: Fri, 18 Mar 2016 18:31:05 +0300

Evgeny Kotkov <evgeny.kotkov_at_visualsvn.com> writes:

> We can drop the `normalize' argument, since keeping denormalized strings
> around is dangerous and unnecessary, but I'd leave the other two and let the
> caller specify the wanted behavior:
>
> svn_error_t *
> svn_utf__xfrm(const char **result,
> const char *str,
> apr_size_t len,
> svn_boolean_t case_insensitive,
> svn_boolean_t accent_insensitive,
> svn_membuf_t *buf);
>
> I attached the patch that does that. What do you think?

I committed the patch in r1735614.

Regards,
Evgeny Kotkov
Received on 2016-03-18 16:31:32 CET

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.