Re: Missing LOCALE in post-commit hook leads to weird behaviour of `svnlook log` with unicode characters – broken transliterations

2018-01-29 Thread Stefan Sperling
On Mon, Jan 29, 2018 at 04:46:09PM +0100, H.-Dirk Schmitt wrote: > OK - My „Postscriptum“ was not correct - my apologies. > > But still valid are the the points: > > - Broken transliteration of German Umlaut. I don't see a reason to add support for transliteration if the locale is incompatible

Re: Missing LOCALE in post-commit hook leads to weird behaviour of `svnlook log` with unicode characters – broken transliterations

2018-01-29 Thread H.-Dirk Schmitt
Stefan Sperling : > On Sat, Jan 27, 2018 at 06:35:17PM +0100, H.-Dirk Schmitt wrote: > > All the commit messages content transfered is broken as described > > above. > > > > This happens because the post-commit hook is running with a very > > reduced set of environment variables: > >PWD=/ > >

Re: Searching for a C++ API

2018-01-29 Thread Branko Čibej
On 29.01.2018 11:45, R developer wrote: > Hello all, > > I have been involved in writing a closed source application that among > other things maintains a checkout from an SVN repository, the > application used to be written in C# so at the moment we are used to > SharpSvn. Recently the decision wa

Searching for a C++ API

2018-01-29 Thread R developer
Hello all, I have been involved in writing a closed source application that among other things maintains a checkout from an SVN repository, the application used to be written in C# so at the moment we are used to SharpSvn. Recently the decision was made to incorporate the functionality into a mobi

Re: Missing LOCALE in post-commit hook leads to weird behaviour of `svnlook log` with unicode characters – broken transliterations

2018-01-29 Thread Stefan Sperling
On Sat, Jan 27, 2018 at 06:35:17PM +0100, H.-Dirk Schmitt wrote: > All the commit messages content transfered is broken as described > above. > > This happens because the post-commit hook is running with a very > reduced set of environment variables: >PWD=/ >SHLVL=1 See http://subversion.

Re: Missing LOCALE in post-commit hook leads to weird behaviour of `svnlook log` with unicode characters – broken transliterations

2018-01-29 Thread Johan Corveleyn
On Sat, Jan 27, 2018 at 6:35 PM, H.-Dirk Schmitt wrote: > I found a very weird behaviour of `svnlook log` that IMHO is a bug (or > at least a serious missing documentation issue). > > Introduction > > > Consider a log message like: 'Unicode Test → ø ÄÖÜ' > > `svnlook log` invoked in