Re: Does svn client binary honors LANG env variable on Windows?

2018-02-10 Thread Branko Čibej
On 10.02.2018 09:59, Thorsten Schöning wrote: > Hi all, > > I'm using the PHP webapp WebSVN and ran into encoding problems with > file names in my Linux environment when e.g. creating downloadable > Zipr or Tars using WebSVN. I worked around those problems using a > simple shell wrapper like the

Does svn client binary honors LANG env variable on Windows?

2018-02-10 Thread Thorsten Schöning
Hi all, I'm using the PHP webapp WebSVN and ran into encoding problems with file names in my Linux environment when e.g. creating downloadable Zipr or Tars using WebSVN. I worked around those problems using a simple shell wrapper like the following: > #!/bin/sh > > export LC_CTYPE=de_DE.UTF-8 >