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

2016-02-24 Thread Evgeny Kotkov
Branko Čibej writes: > Personally I'd much prefer the svn_utf__casefold() you propose (i.e., > normalize plus casefold) as a separate API. Internally, it can be > implemented with that extra flag, but even for a private API, I think > it's better to make each function do one thing. After giving

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

2016-02-24 Thread Branko Čibej
On 24.02.2016 14:30, Evgeny Kotkov wrote: > Branko Čibej writes: >> Instead of relying on the Unicode spec, I propose a different approach: >> to treat accented letters as if they don't have diacriticals at all. >> This should be fairly easy to do with utf8proc: in the intermediate, >> 32-bit NFD

RE: merging adjacent changes

2016-02-24 Thread Michal Matyl
Hello, Thanks for paying attention to this. Unfortunately I can't submit new item in SVN's JIRA. Apart from discussion raised by my example can someone please fill an issue for this ? It's already identified by Daniel as a bug. Per his suggestion I have also rewritten the example into Win batch