Evgeny Kotkov <evgeny.kot...@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

Reply via email to