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

Re: failure during string recode ;)

From: Stephan Hermann <sh_at_sourcecode.de>
Date: 2003-08-01 15:02:17 CEST

hi,

On Friday 01 August 2003 13:39, Philip Martin wrote:
> > well, but it can't be, that this filename is different from another.
>
> Feel free to debug it yourself
>
> $ gdb svn
> (gdb) b main
> (gdb) r import path URL
> Breakpoint 1, main
> (gdb) b utf.c:173
> (gdb) c
> Breakpoint 2, convert_to_stringbuf
> (gdb) p src_data
> (gdb) bt

i got it, you were right, with the special chars.
I have POSIX as locale setting, and some of the filenames are with iso-8859-15
charset.
but now i'm running really into a problem.
I have several trees, which were managed by some people from diff. countries.
I checked now the trees, and they're using also sometimes their special chars
of their native language :(

well, is there a workaround to do those converting actions without using the
system locale setting ?

I can't set all the time a different locale on this machine, just because in
the future those people will have to access the repository online via webdav.

so, there have to be another solution.

regarsd,

\sh

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 1 15:04:22 2003

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.